@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background:#ffffff;
}
h1, h2, h3, h4, h5, h6, ul, dl, ol, li, dt, dd, p, form {
	margin: 0px;
	padding: 0px;
}
form {
	display: inline;
}
#doc {
	width: 520px;
	margin: auto;
	padding: 0px 8px;
}
#body {
	width: 100%;
	padding-top: 20px;
}
#body.list-to-order h1 {
	font-size: 150%;
	font-weight: normal;
	color: #40bde8;
	margin-bottom: 14px;
	float: left;
	clear: both;
	width: 100%;
	line-height: 20px;
}
#body.list-to-order h2 {
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 6px;
	float: left;
	clear: both;
	width: 100%;
	line-height: 15px;
}

/* voting-form styles start */
.voting-form p {
	clear:both;
	float:left;
	font-size:90%;
	font-weight:normal;
	line-height:15px;
	margin-bottom:6px;
	width:100%;
}
.voting-form ul {
	clear:both;
	float:left;
	font-size:90%;
	font-weight:normal;
	line-height:15px;
	margin-bottom:6px;
	width:100%;
	margin-left:0;
	padding-left:15px;
	color:#666666;
}
.voting-form ul li {
	color:#666666;
	list-style:disc;	
}
.voting-form table {
	border-collapse:collapse;
	width: 320px;
	clear:both;
	margin-left:80px;
	margin-top:50px;
}
.voting-form table td {
	padding:4px 0;
}
.voting-form input {
	margin:0;
	padding:0;
	border:none;
}
.voting-form .submit {
	background-color:#40bde8;
	color:#ffffff;
	width:165px;
	text-transform:uppercase;
	border:none;
	margin:0;
	padding:0;
	text-align:center;
}
/* voting-form styles end */

.product-list {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 10px;
}
.product-list ul {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 18px;
	margin-left:0;
}
.product-list ul li {
	float: left;
	list-style: none;
}
.product-list ul li.checkbx label {
	display: none;
}
.product-list ul li.checkbx {
	width: auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.product-list ul li.checkbx input {
	margin-top: 24px;
}
.product-list ul li.prod-img {
	width: auto;
	padding: 4px 10px 0px 0px;
}
.product-list ul li.prod-dscrpn {
	width: 62%;
}
.product-list ul li.prod-dscrpn h3 {
	font-size: 100%;
	color: #40bde8;
}
.product-list ul li.prod-dscrpn h4 {
	font-size: 100%;
	font-weight: normal;
}
.product-list ul li.select {
	width: auto;
	padding-top: 24px;
}
.product-list ul li.select select {
	width: 40px;
	float: right;
	display: inline;
	margin-left: 10px;
}
.retailer-info {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
}
.product-list .retailer-info ul {
	float: left;
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.product-list .retailer-info ul li {
	float: left;
	clear: both;
	width: 100%;
	height: 12px;
	padding-bottom: 5px;
}
.product-list .retailer-info ul li label {
	float: left;
	width: 120px;
	margin-left: 25px;
}
.product-list .retailer-info ul li input {
	width: 289px;
	height: 14px;
	background: #e6e6e6;
	border: 0px;
	font-size: 90%;
}
.product-list .retailer-info ul li.resize-input {
	white-space: nowrap;
}
.product-list .retailer-info ul li.resize-input label {
	width: 170px;
}
.product-list .retailer-info ul li.resize-input input {
	width: 239px;
}
.btn-submit {
	margin: 20px 0px 15px 200px;
}

/* ijl-entries styles start */
.ijl-entries {
	width:765px;
	padding:0;
	margin:20px 0;
}
.ijl-entries h1 {
	font-size: 150%;
	font-weight: normal;
	color: #40bde8;
	margin-bottom: 14px;
	text-align:center;
	clear: both;
	width: 100%;
	line-height: 20px;
}
.ijl-entries h2 {
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 6px;
	float: left;
	clear: both;
	width: 100%;
	line-height: 15px;
}
.ijl-entries table {
	clear:both;
	padding:0;
	margin:0;
	width:100%;
}
.ijl-entries table.tbl-ijl-entries tr td {
	width:224px;
	padding:10px 0 0 0;
	margin:0;
	border:1px solid #a1dff4;
	color:#56c5ea;
	font-size:.95em;
	font-weight:normal;
	text-align:center;
	vertical-align:top;
}
.ijl-entries table.tbl-ijl-entries tr td:hover {
	border:1px solid #56c5ea;
	cursor:pointer;
}
.tbl-ijl-entry-detail h2 {
	margin:30px 0;
	font-size:1.25em;
	font-weight:normal;
	text-transform:uppercase;
	color:;
}
.tbl-ijl-entry-detail p {
	margin:0 0 10px 0;
}
.tbl-ijl-entry-detail a:link,
.tbl-ijl-entry-detail a:visited,
.tbl-ijl-entry-detail a:active {
	text-transform:uppercase;
	color:#9e9da1;
	text-decoration:none;
}
.tbl-ijl-entry-detail a span {
	font-size:1.25em;
}
/* ijl-entries styles end */
