/* Table of Contents:
	- CSS Imports
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* CSS Imports
--------------------------------------------------------------------------------------- */
@import url("argos-nav.css");
@import url("lightbox.css");

/* Global Containers
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

.center {
	text-align: center;
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Link Styles
--------------------------------------------------------------------------------------- */
a, a:link, a:active {
	color: #0b3e6c;
}

a:visited {
	color: #3e91c4;
}

a:hover, p.crumb a:hover {
	color: #b9241c;
}

a img {
	border: 0;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
h1 {
	width: 500px;
	margin: 24px 0 4px 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	float: left;
	display: inline;
}

h1 img {
	float: left;
	display: inline;
	margin: 0 22px 0 0;
}

h1 span {
	postition: absolute;
	visibility: hidden;
}

h1 em {
	float: left;
	margin: 3px 0 0 0;
}

#searchbox {
	font-size: 12px;
	line-height: 30px;
	float: left;
	display: inline;
	margin: 2px 0 0 10px;
}

#searchbox #search {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #999;
	padding: 1px;
	float: left;
	display: inline;
	width: 165px;
	margin: 6px 4px 0 0;
}

#searchbox #search:focus {
	background: #ffc;
	border: solid 1px #666;
}

#searchbox #submit {
	float: left;
	margin: 5px 0 0 0;
}

#basket {
	float: right;
	display: inline;
	text-align: right;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin: 46px 12px 0 0;
}

#basket strong {
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin: 8px 0 0 0;
}

#basket strong a {
	color: #b9241c;
}

#basket img {
	float: right;
	display: inline;
	margin: 0 0 0 5px;
}


/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	width: 900px;
	margin: 0 5px;
	float: left;
	display: inline;
	clear: left;
}

p, ul, dl, address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 20px 18px 20px;
}

p.crumb, p.crumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}

ul {
	margin-left: 34px;
}

ul li {
	margin-bottom: 7px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 38px;
	color: #0b3e6c;
	margin: 0 20px 12px 20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #b9241c;
	font-size: 16px;
	line-height: 20px;
	margin: 0 20px 4px 20px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin: 0 20px 4px 20px;
}

div.product-image {
	width: 350px;
	float: right;
	display: inline;
	margin: 0 20px 10px 20px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}

div.product-image em {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 auto;
	background: url(../img/enlarge-image-icon.jpg) bottom left no-repeat;
	padding: 0 0 2px 0;
	width: 125px;
	height: 22px;
	font-style: normal;
	text-decoration: underline;
}

a.pdf {
	font-weight: bold;
	background: url(../img/pdf-icon-small.png) bottom left no-repeat;
	padding: 2px 0 1px 20px;
}

table.product {
	width: 860px;
	margin: 0 0 0 20px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	border-bottom: solid 1px #b8241c;
}

table.product th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0b3e6c;
	padding: 4px 10px;
	border-bottom: solid 2px #b8241c;
	white-space: nowrap;
}

table.product td {
	padding: 8px 10px;
	border-bottom: solid 1px #999;
}

table.product td.price, table.product th.price {
	text-align: right;
}

table.product td.qty, table.product th.qty {
	text-align: center;
}

table.product td.qty input {
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #999;
	padding: 1px;
	width: 40px;
}

table.product td.qty input:focus {
	background: #ffc;
	border: solid 1px #666;
}

#add, #checkout {
	float: right;
	display: inline;
	margin: 0 30px 20px 0;
	background: url(../img/add-to-basket-button.jpg) top left no-repeat;
	width: 190px;
	height: 30px;
	border: 0;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 0 4px 0;
}

#add:hover, #checkout:hover {
	background-position: center left;
}

#add:active, #checkout:active {
	background-position: bottom left;
}

#checkout.process {
	width: 245px;
	height: 50px;
	background-image: url(../img/process-order-button.jpg);
	font-size: 24px;
	margin-right: 20px;
}

p#pre-submit {
	text-align: right;
	font-size: 10px;
	color: #999;
	margin-top: 3px;
	margin-bottom: 3px;
}

#product-index {
	list-style: none;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}

#product-index li {
	width: 420px;
	float: left;
	display: inline;
	margin: 0 0 20px 20px;
}

#product-index li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	display: block;
	height: 90px;
	padding: 10px 0 0 110px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px;
}

#product-index li.carboys a {
	background: url(../img/products-icons/carboys.jpg) top left no-repeat;
	border-color: #7e96c6;
	color: #7e96c6;
}
#product-index li.cell a {
	background: url(../img/products-icons/cell-biology.jpg) top left no-repeat;
	border-color: #b7325b;
	color: #b7325b;
}
#product-index li.consumables a {
	background: url(../img/products-icons/consumables.jpg) top left no-repeat;
	border-color: #63538a;
	color: #63538a;
}
#product-index li.liquid a {
	background: url(../img/products-icons/liquid-handling.jpg) top left no-repeat;
	border-color: #17a6bd;
	color: #17a6bd;
}
#product-index li.microbiology a {
	background: url(../img/products-icons/microbiology.jpg) top left no-repeat;
	border-color: #c6390e;
	color: #c6390e;
}
#product-index li.equipment a {
	background: url(../img/products-icons/equipment.jpg) top left no-repeat;
	border-color: #bfac97;
	color: #bfac97;
}
#product-index li.cryo a {
	background: url(../img/products-icons/cryostorage.jpg) top left no-repeat;
	border-color: #16abe2;
	color: #16abe2;
}
#product-index li.clearance a {
	background: url(../img/products-icons/clearance.jpg) top left no-repeat;
	border-color: #cb2027;
	color: #cb2027;
}
#product-index li a:hover {
	background-position: bottom left;
	background-color: #ffc;
	border-color: #0b3e6c;
	color: #0b3e6c;
}

#product-index li a span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	display: block;
	color: #666;
	padding: 8px 10px 0 0;
}

#product-index li a:hover span {
	color: #0b3e6c;
}


h2.carboys {
	background: url(../img/nav-icons/carboys.jpg) top left no-repeat;
	color: #7e96c6;
	padding: 0 0 0 48px;
}
h2.cell {
	background: url(../img/nav-icons/cell-biology.jpg) top left no-repeat;
	color: #b7325b;
	padding: 0 0 0 48px;
}
h2.consumables {
	background: url(../img/nav-icons/consumables.jpg) top left no-repeat;
	color: #63538a;
	padding: 0 0 0 48px;
}
h2.liquid {
	background: url(../img/nav-icons/liquid-handling.jpg) top left no-repeat;
	color: #17a6bd;
	padding: 0 0 0 48px;
}
h2.microbiology {
	background: url(../img/nav-icons/microbiology.jpg) top left no-repeat;
	color: #c6390e;
	padding: 0 0 0 48px;
}
h2.equipment {
	background: url(../img/nav-icons/equipment.jpg) top left no-repeat;
	color: #bfac97;
	padding: 0 0 0 48px;
}
h2.cryo {
	background: url(../img/nav-icons/cryostorage.jpg) top left no-repeat;
	color: #16abe2;
	padding: 0 0 0 48px;
}
h2.clearance {
	background: url(../img/nav-icons/clearance.jpg) top left no-repeat;
	color: #cb2027;
	padding: 0 0 0 48px;
}

ul.product-list {
	margin: 0 20px 10px 20px;
	float: left;
	display: inline;
	width: 860px;
	list-style: none;
	padding: 5px 0 0 0;
	border-top: solid 1px #ccc;
}

ul.product-list li {
	float: left;
	display: inline;
	width: 400px;
	margin: 0 30px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

ul.product-list li img {
	float: left;
	margin: 0 20px 0 0;
	display: inline;
}

ul.product-list li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

ul.product-list li a b {
	display: block;
	margin: 10px 0;
	float: left;
	width: 280px;
}

ul.product-list li i {
	font-weight: bold;
	font-style: normal;
	color: #b9241c;
}

ul.product-list li a:hover {
	text-decoration: underline;
	color: #b9241c;
}

ul.product-list li span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	display: block;
}

ul.product-list li span a {
	text-decoration: underline;
}

/* Shopping Basket & Checkout Layout
--------------------------------------------------------------------------------------- */
h2.basket {
	background: url(../img/shopping-basket.jpg) top left no-repeat;
	padding: 6px 0 0 48px;
}

table.basket {
	border-bottom: 0;
}

table.basket tr th.price, table.basket tr th.qty { width: 65px; }

table.basket tr.subtotal td {
	font-weight: bold;
	border-top: solid 1px #0b3e6c;
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
}

table.basket tr.subtotal td.price, table.basket tr.total td.price {
	border-bottom: solid 2px #b9241c;
}

table.basket tr.del, table.basket td.del {
	padding-left: 5px;
	padding-right: 0;
}

table.basket tr.subtotal td i {
	font-style: italic;
	color: #b9241c;
}

table.basket tr.total td {
	font-weight: bold;
	border-top: none;
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
	color: #b9241c;
	vertical-align: top;
}

table.basket tr.total td i {
	font-weight: normal;
	color: #666;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	display: block;
}

#steps {
	list-style: none;
	float: left;
	display: inline;
	width: 860px;
	margin: 0 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #666;
	padding: 0 0 10px 0;
}

#steps li {
	float: left;
	display: inline;
	padding: 0 0 0 20px;
	margin: 0 20px 0 0;
	color: #999;
	background: url(../img/checkout-steps-icons.jpg) bottom left no-repeat;
	opacity: 0.7;
}

#steps li.current {
	background-position: center left;
	color: #0b3e6c;
	opacity: 1.0;
}

#steps li.complete {
	background-position: top left;
	color: #1b9b2c;
	opacity: 1.0;
}

div.cols {
	width: 450px;
	float: left;
}

div.form {
	clear: left;
	margin: 0 0 10px 20px;
	border: solid 1px #666;
	padding: 12px 0 3px 0;
	width: 408px;
	background: #fbfbfb;
}

div.nomargin {
	margin-bottom: 0;
}

div.form p {
	margin: 0 12px 9px 12px;
}

div.form p label {
	display: block;
	float: left;
	display: inline;
	width: 94px;
	text-align: right;
	margin: 0 6px 0 0;
	color: #666;
}

div.form p.company {
	visibility: hidden;
	position: absolute;
}

div.form p input, div.form textarea, div.form select {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background: #fff;
	border: solid 1px #999;
	padding: 1px;
}

div.form p input:focus, div.form textarea:focus, div.form select:focus {
	background: #ffc;
	border: solid 1px #666;
}

div.form p.option label {
	float: none;
	width: auto;
	text-align: left;
}

div.form p span {
	float: left
}

div.form p.check label {
	float: none;
	width: auto;
}

div.form p.tip {
	font-style: italic;
	font-size: 11px;
	text-align: right;
}

.required, div.form p.required label {
	color: #b9241c;
}

div.form p.required input, div.form p.required select, div.form p.required textarea {
	border: solid 1px #b9241c;
	padding: 1px;
}

#email, #email2, #btitle, #bcompany, #stitle, #scompany, #cardnumber, #shtype, #bcountry, #scountry {
	width: 220px;
}

#bfname, #blname, #badd1, #badd2, #sfname, #slname, #sadd1, #sadd2, #cardname {
	width: 257px;
}

#bstate, #sstate, #expmonth, #expyear, #cardtype {
	width: auto;
}

#bzip, #szip, {
	width: 90px;
}

#comments {
	width: 378px;
}

#bcity, #bphone, #bfax, #scity, #sphone, #sfax {
	width: 180px;
}

#cvv {
	width: 50px;
}

#ponumber {
	width: 150px;
}

div.form p.check label {
	width: auto;
	float: none;
}

div.form p.required img {
	float: right;
	display: inline;
	margin: 0 50px 10px 0;
}

/* Contact Us Page Layout
--------------------------------------------------------------------------------------- */
address {
	font-style: normal;
}

address strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #b9241c;
}

dl {

}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 7px;
	margin-left: 20px;
}

div.contact {
	padding: 8px 0 0 0;
	margin-bottom: 20px;
}

div.contact p label {
	width: 80px;
}

div.contact p.company {
	visibility: hidden;
	position: absolute;
}

.company57 {
	visibility: hidden;
	position: absolute;
}

div.contact p.state {
	float: left;
	display: inline;
}

div.contact p.zip label {
	width: 25px;
}

div.contact p.option label {
	width: auto;
	text-align: left;
}

div.contact p.check label {
	float: none;
	width: auto;
}

div.contact p.tip {
	font-style: italic;
	font-size: 11px;
	text-align: right;
}

.required {
	color: #b9241c;
}

div.contact p.required input {
	border: solid 1px #b9241c;
	padding: 1px;
}

#realname, #TITLE, #COMPANY, #login-email, #password {
	width: 257px;
}

#ADDRESS1, #ADDRESS2, #email, #FIRST, #LAST, #COUNTRY, #WEBSITE {
	width: 220px;
}

#STATE {
	width: 40px;
}

#ZIP {
	width: 60px;
}

#EXPECTED-SALES {
	width: 90px;
}

#CITY, #PHONE, #FAX {
	width: 180px;
}

#MESSAGE, #CUSTOMERS, #GEOGRAPHY, #OTHER-MANUFACTURERS, #PRODUCTS {
	width: 378px;
}

#REFERRAL {
	width: 175px;
}

div.contact div.submit {
	margin: 0;
	padding: 6px;
	text-align: center;
	border-top: solid 1px #666;
	background: #eee;
}

div.contact div.submit input {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}

div.dealer {

}

div.dealer p label {
	width: 106px;
}

#CUSTOMERS, #GEOGRAPHY, #OTHER-MANUFACTURERS, #PRODUCTS {
	height: 51px;
}


/* Literature and Support
------------------------------------------------------------------------- */
#lit-search.form {
	width: 858px;
	float: left;
	display: inline;
	margin: 0 20px;
	border: 1px #b8241c;
	border-style: solid solid none solid;
}

#key {
	width: 480px;
	float: right;
	border-left: solid 1px #999;
	margin: 0 0 8px 0;
	padding: 0 0 0 8px;
}

#key h4 {
	width: 30px;
	float: left;
	display: inline;
	margin: 0 20px;
	color: #666;
}

#lit-search.form #key p {
	float: none;
	font-size: 11px;
	line-height: 14px;
	margin: 0 20px;
	width: auto;
	color: #666;
	text-align: right;
}

#key ul {
	list-style: none;
	margin: 0 0 10px 0;
	font-size: 11px;
	line-height: 14px;
	float: left;
	color: #333;
}

#key ul li {
	width: 120px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

#key ul img {
	float: left;
	margin: 0 4px 0 0;
}

#lit-search.form p {
	float: left;
	display: inline;
	width: 262px;
}

#lit-search.form p label {
	width: auto;
	display: inline;
	float: left;
}

#box_search {
	width: 182px;
	margin-bottom: 8px;
	float: left;
	display: inline;
}

#box_category {
	float: left;
	width: 137px;
}

#box_submit {
	float: left;
}

#literature {
	margin: 0 20px 20px 20px;
	width: 860px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	border-color: #b8241c;
	border-style: solid none;
	border-width: 2px 0 1px 0;
	clear: left;
}

#literature th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0b3e6c;
	padding: 4px 10px;
	border-bottom: solid 2px #b8241c;
	white-space: nowrap;
}

#literature td {
	padding: 4px 10px;
	border-bottom: solid 1px #999;
}

#literature td i {
	display: block;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}

#literature td.lit, #literature td.info, #literature td.manual {
	padding: 0 4px;
	width: 30px;
}

#literature td.lit img, #literature td.info img, #literature td.manual img {
	visibility: hidden;
}

#literature td.lit a img, #literature td.info a img, #literature td.manual a img {
	visibility: visible;
}

#literature td.carboys, #literature td.cell, #literature td.consumables, #literature td.liquid, #literature td.microbiology, #literature td.equipment, #literature td.cryo, #literature td.clearance {
	padding: 0;
	width: 34px;
}
#literature td.carboys {
	background: url(../img/lit-icons/carboys.jpg) center right no-repeat;
	color: #7e96c6;
}
#literature td.cell {
	background: url(../img/lit-icons/cell-biology.jpg) center right no-repeat;
	color: #b7325b;
}
#literature td.consumables {
	background: url(../img/lit-icons/consumables.jpg) center right no-repeat;
	color: #63538a;
}
#literature td.liquid {
	background: url(../img/lit-icons/liquid-handling.jpg) center right no-repeat;
	color: #17a6bd;
}
#literature td.microbiology {
	background: url(../img/lit-icons/microbiology.jpg) center right no-repeat;
	color: #c6390e;
}
#literature td.equipment {
	background: url(../img/lit-icons/equipment.jpg) center right no-repeat;
	color: #bfac97;
}
#literature td.cryo {
	background: url(../img/lit-icons/cryostorage.jpg) center right no-repeat;
	color: #16abe2;
}
#literature td.clearance {
	background: url(../img/lit-icons/clearance.jpg) center right no-repeat;
	color: #cb2027;
}

p.tech {
	float: left;
	width: 860px;
}

p.tech span {
	width: 286px;
	float: left;
}



/* Homepage Layout
--------------------------------------------------------------------------------------- */
#home {
	background: #3e91c4 url(../img/home-head-bg.jpg) top left no-repeat;
	width: 880px;
	margin: 0 5px 5px 5px;
	padding: 0 5px 5px 5px;
	float: left;
	display: inline;
}

#home p {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font-size: 17px;
	line-height: 28px;
	width: 212px;
	color: #fff;
	margin: 10px 14px;
	margin-top: 24px;
	float: left;
	display: inline;
}

#home img {
	float: left;
}

div.ad {
	width: 433px;
	border: solid 1px #666;
	float: left;
	display: inline;
	margin: 0 0 10px 10px;
	height: 246px;
}

div.ad h2 {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	background: #666;
	margin: 0 0 8px 0;
	padding: 0 10px 2px 10px;
}

div.ad img {
	float: right;
	display: inline;
	margin: 0 5px 10px 0;
}

div.ad a img {
	float: none;
	margin: 0 0 10px 10px;
}

div.ad p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0 10px 10px 10px;
}

div.ad p strong {
	font-size: 16px;
}

div.ad p a {
	font-weight: bold;
}

#clearance {
	float: right;
	display: inline;
	width: 215px;
	height: 52px;
	background: url(../img/clearance-button.jpg) top left no-repeat;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 17px;
	line-height: 20px;
	color: #bd1e24;
	padding: 28px 0 0 75px;
}

#clearance:hover {
	color: #0b3e6c;
}

/* Cellline Landing Page
------------------------------------------------*/
#celline-landing {
	background: url('/images/celline-landing.jpg') no-repeat top left;
	width: 840px;
	padding: 0px 30px 0px 30px;
	font-family: verdana;
}
#celline-buynow {
	float: left;
	display: inline;
	padding:0;
	margin: 221px auto 171px 633px;
	width: 209px;
	height: 51px;
}

#celline-landing h3 {
	clear: left;
	margin: 0px 0px 14px 0px;
	font-size: 24px;
	color: #154671;
	line-height: 29px;
	font-weight: bold;
}
#celline-landing p {
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 18px 0px;
	font-size: 12px;
	text-align: justify;
	width: 408px;
	float: left;
	display: inline;
}
	
	

	

/* Freezer Rack Configurator
------------------------------------------------------------------------- */
#results.hidden {
  display: none;
}

#results.nothidden {
  display: block;
}

#freezer {
	margin-bottom: 12px;
}

#freezer p.logged {
	text-align: right;
	font-size: 11px;
	margin-bottom: 0;
	color: #666;
	font-style: italic;
}

#freezer h3.results {
	margin-top: 12px;
	padding: 8px 0 0 0;
	border-top: dashed 1px #999;
}

#freezer form p {
	font-size: 12px;
	background: #eee;
	margin: 2px 20px;
	padding: 4px 0;
	width: 620px;
}

#freezer form p.active {
	background: #b9241c;
}

#freezer form p.active label {
	color: #fff;
	font-weight: bold;
}

#freezer p label {
	display: block;
	width: 140px;
	text-align: right;
	float: left;
	display: inline;
	margin: 0 4px 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #999;
}

#freezer p select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	background: #fff;
	border: solid 1px #999;
	padding: 1px;
}

#freezer p select:focus {
	background: #ffc;
	border: solid 1px #666;
}

#freezer p.center input {
	font-size: 13px;
}

#type, #make, #size, #rack, #racktype {
	width: 300px;
	font-size: 12px;
	line-height: 16px;
}

#freezer ul.config {
	list-style: none;
	margin-left: 20px;
}

#freezer ul.config li {
	clear: left;
	margin-top: 4px;
}

#freezer li b {
	display: inline;
	float: left;
	width: 134px;
	text-align: right;
	margin: 0 4px 4px 0;
	font-weight: normal;
	color: #b9241c;
}

#freezer table.result {
	width: 608px;
	margin: 0 0 20px 20px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	border: 1px #b9241c;
	border-style: solid none solid solid;
}

#freezer table.result td {
	padding: 8px 10px;
	border-top: solid 1px #999;
	border-right: solid 1px #b8241c;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

#freezer table.result th.desc, #freezer table.result td.desc {
	text-align: left;
	white-space: normal;
}

#freezer table.result td.purchase {
	background: #d6d6d6;
}

#freezer table.result th {
	border-right: solid 1px #b8241c;
	border-top: solid 1px #b8241c;
	text-align: center;
	font-weight: normal;
	color: #000;
	padding: 4px 10px;
	white-space: nowrap;
	background: #ccc;
	vertical-align: bottom;
	line-height: 16px;
}

#freezer table.result th.mainhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	background: #b9241c;
	color: #fff;
}

#freezer img.product {
	float: right;
	display: inline;
	margin: -24px 20px 5px 0;
}


/* Footer Layout
--------------------------------------------------------------------------------------- */
#products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	width: 910px;
	clear: both;
	list-style: none;
	text-align: center;
	margin: 6px 0;
	color: #333;
}

#products li {
	display: inline;
}

#products strong {
	font-weight: bold;
	color: #b9241c;
}

#products a {
	margin: 0 4px;
}

#footer {
	width: 910px;
	clear: both;
	background: url(../img/footer-bg.jpg) top left no-repeat;
	padding: 4px 0 0 0;
}

#footer h2 {
	color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 12px 0;
}

#footer p, #footer ul {
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #333;
	margin: 0;
}

#footer ul {
	width: 910px;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
	margin: 0 4px;
}


/* Addition for search pagnation 
------------------------------------------------------------------------- */
#result_page {
	margin: 0 15px 16px 15px;
	padding: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	height: 18px;
	background: #ccc url(../img/nav-bg.png) bottom left repeat-x;
	border: solid 1px #333;
	clear: both;
	text-align: center;
	color: #666;
}

#result_page span {
	padding: 3px 4px;
}

#result_page a {
	font-weight: bold;
	text-decoration: none;
	padding: 3px 4px;
}

#result_page a:hover {
	background: #fff;
	padding: 2px 3px;
	border: solid 1px #ccc;
	text-decoration: underline;
}

#result_page span.page, #result_page span.current {
	color: #000;
	font-weight: bold;
}

#result_page span.current {
	padding: 3px 8px;
}

#result_page span.sep {
	color: #000;
}

/* ERROR 
------------------------------------------------------------------------- */
div.cleanError {
	width: 860px !important;
	float: left;
	background-color: #eeeeee;
	background-image: url('/sublymeCart/images/ErrorCircle.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin: 0px auto 10px 20px;
}
div.cleanError h1 {
	width: 770px;
	color: #000000;
	margin: 7px 10px 6px 80px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}
div.cleanError p {
	width: 770px;
	color: #000000;
	margin: 4px 10px 6px 80px;
	padding: 0;
	font-size: 12px;
}
div.cleanError ul {
	width: auto;
	color: #000000;
	margin: 4px 10px 6px 100px;
	padding: 0;
}
div.cleanError ul li {
	color: #000000;
}
.formError {
	background: #E9967A !important;
}

/* ----------- Winter Clearance Page ---------------*/

.winterclearance {
	width:780px;
	margin-left:60px;
}

.winterclearance h2 {
	font-size:24px;
	line-height:26px;
	margin:8px 0 0 0;
}

.winterclearance h3 {
	font-size:15px;
	line-height:17px;
	margin:0;
}

.winterclearance .winter-clearance-innerleftcol {
	width:310px;
	margin:12px 10px 0 0;
	float:left;
}

.winter-clearance-innerleftcol p {
	font-size:12px!important;
	line-height:18px!important;
	margin:0;
}

.winterclearance .winter-clearance-innerrightcol {
	float:left;
	width:460px;
	margin:12px 0 0 0;
}

.winterclearance .winter-clearance-innerrightcol ul li {
	font-size:12px!important;
	line-height:18px!important;
	margin-top:0;
	margin-bottom:0;
}

