body, p {
	font-size:12px;
}
body.ajax {
	padding:15px;
}
.chk {
	cursor:pointer;
}
.req {
	color:#FF0000;
}
table {
	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;
}
input.feS {
	background-color:#FFF;
	padding:5px 10px 5px 10px;
	font-size:12px;
	color:#000;
	width:187px;
	border:1px solid #999;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow:visible;
}
input.dimS {
	border:1px solid #CCC;
	background-color:#FFF;
	color:#AAA;
}
input.fe,
select.fe,
textarea.fe {
	background-color:#FFF;
	padding:5px 10px 5px 10px;
	font-size:16px;
	color:#000;
	border:1px solid #999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow:visible;
}
select.fe {

}
textarea.fe {
	width:300px;
}
input.dim,
select.dim,
textarea.dim {
	background-color:#EEE;
	border:1px solid #CCC;
	color:#AAA;
}
input.s,
select.s {
	width:100px;
}
textarea.s {
	height:100px;
}
input.m,
select.m {
	width:150px;
}
textarea.m {
	height:200px;
}
input.l,
select.l {
	width:300px;
}
textarea.l {
	height:500px;
}
div.p {
	margin:0 0 5px 0;
}
td, th {
	vertical-align:top;
	padding:3px;
}
td.c, th.c {
	text-align:center;
}
td.nw, th.nw {
	white-space:nowrap;
}
th.r, td.r {
	text-align:right;
}
p {

}
#faq ul.questions {
	list-style:none;
	padding:0;
	margin:0;
}
#faq ul.questions li {
	list-style:none;
	padding:10px;
	margin:0 0 5px 0;
	border:1px dotted #CCC;
	background-color:#FFF;
	font-weight:bold;
	cursor:pointer;
}
#faq ul.questions li:hover {
	background-color:#63B9C8;
	color:#FFF;
}
#faq ul.answers {
	display:none;
}

.productListing {

}
.productListing h4 {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #4294AB;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4294AB;
	box-shadow:inset 0px 1px 0px 0px #4294AB;

	background-image: -ms-linear-gradient(top, #BFDCFC 0%, #4294AB 100%);
	background-image: -moz-linear-gradient(top, #BFDCFC 0%, #4294AB 100%);
	background-image: -o-linear-gradient(top, #BFDCFC 0%, #4294AB 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BFDCFC), color-stop(1, #4294AB));
	background-image: -webkit-linear-gradient(top, #BFDCFC 0%, #4294AB 100%);
	background-image: linear-gradient(to bottom, #BFDCFC 0%, #4294AB 100%);
	background-color:#4294AB;

	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	display:block;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:normal;
	padding:5px 19px;
	text-decoration:none;
	text-shadow:1px 1px 0px #555;
}
.productListing h4:hover {
	background-image: -ms-linear-gradient(top, #4294AB 0%, #BFDCFC 100%);
	background-image: -moz-linear-gradient(top, #4294AB 0%, #BFDCFC 100%);
	background-image: -o-linear-gradient(top, #4294AB 0%, #BFDCFC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4294AB), color-stop(1, #BFDCFC));
	background-image: -webkit-linear-gradient(top, #4294AB 0%, #BFDCFC 100%);
	background-image: linear-gradient(to bottom, #4294AB 0%, #BFDCFC 100%);
	background-color:#BFDCFC;
}
.productListing h4.noClick {
	cursor:default;
}
.productListing h4.noClick:hover {
	background-image: -ms-linear-gradient(top, #BFDCFC 0%, #4294AB 100%);
	background-image: -moz-linear-gradient(top, #BFDCFC 0%, #4294AB 100%);
	background-image: -o-linear-gradient(top, #BFDCFC 0%, #4294AB 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BFDCFC), color-stop(1, #4294AB));
	background-image: -webkit-linear-gradient(top, #BFDCFC 0%, #4294AB 100%);
	background-image: linear-gradient(to bottom, #BFDCFC 0%, #4294AB 100%);
	background-color:#4294AB;
}
.plc {
	position:relative;
	background-color:#F4F4F4;
	cursor:default;
	margin:1px 0 1px 0;
}
.plc:hover {
	background-color:#FFF;
}
.plc table {
	width:100%;
	border-collapse:collapse;
	border:none;
	padding:0;
	margin:0;
}
.plc th {
	width:55px;
	font-weight:bold;
}
.plc table th, .plc table td {
	border:none;
	padding:5px;
	margin:0;
}
.plc table table th, .plc table table td {
	border:none;
	padding:1px;
	margin:0;
	font-size:11px;
	color:#000;
}
img.right {
	float:right;
	margin:0 0 10px 10px;
}
.productPrimaryThumbWrap {
	vertical-align:middle;
	margin:0 10px 10px 10px;
	width:60px;
	height:60px;
	overflow:hidden;
	border:1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:1px 2px 2px #000;
	float:right;
	background-color:#FFF;
}
.productPrimaryThumbWrap img {
	width:100%;
	margin-top:-10px;
}
.productPrimaryThumbWrap img.landscape {
	width:auto;
	height:100%;
	margin-top:0;
	margin-left:-12px;
}

.productPrimaryThumb img {
	width:100%;
	height:100%;
}

img.thumb {
	width:110px;
}
.plc:hover img.thumb {
}
.productDetail img.thumb.nullImage,
img.nullImage,
.plc:hover img.nullImage {
	width:59px;
	margin-top:8px;
	float:none;
}
.plc .pt, .plc .pt a {
	font-size:12px;
	font-weight:normal;
	color:#000;
}
.plc:hover .pt a,
.plc .pt a:hover {
	color:#D35049;
	text-decoration:none;
}
.plc .itn, .plc .itn a {
	font-size:13px;
	color:#489eb4;
	font-weight:bold;
	padding:3px 0 3px 0;
}
.plc:hover .itn a {
	color:#D35049;
	text-decoration:none;
}
.plc td.im {
	width:80px;
}
.plc td.rc {
	width:120px;
	vertical-align:top;
}
.plc .prc {
	float:left;
	font-size:14px;
	color:#50ACBD;
	text-align:center;
	padding-top:5px;
	padding-left:5px;
}
.plc:hover .prc {
	color:#D35049;
}
.plc .prc div {
	color:#CCC;
	font-size:12px;
}
.cic-new {
	color:#0000FF;
}
.plc .cic {
	display:inline-block;
	clear:both;
	color:#0000FF;
	height:17px;
	font-size:10px;
	text-align:center;
	padding-right:2px;
	position:absolute;
	bottom:3px;
	right:5px;
}
.qrqty {
	font-weight:bold;
	font-size:9px;
	text-align:right;
	margin-bottom:5px;
}
input.qty {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:1px solid #CCC;
	text-align:center;
	padding:3px;
	margin:0;
	width:32px;
	font-size:18px;
	color:#000;
	margin-bottom:5px;
}
.plc input.qty {
	float:right;
}
input.dim,
.plc input.dim {
	color:#AAA;
}
div.sd {
	position:absolute;
	top:0px;
	left:0;
	width:71px;
	height:68px;
	background:url('/images/short-dated.png') top left no-repeat;
	cursor:pointer;
}

div.sdDetail {
    position:absolute;
    top:5px;
    left:0;
    width:71px;
    height:68px;
    background:url('/images/short-dated.png') top left no-repeat;
    cursor:pointer;
}
div.lq {
	position:absolute;
	top:0;
	right:0;
	width:93px;
	height:21px;
	background:url('/images/liquidate.png') top left no-repeat;
	cursor:pointer;
}
#productNav .toggler {
	color:#FFF;
	cursor:pointer;
	padding:0 0 7px 0;
	margin-bottom:4px;
	background: url("/images/subnav-divider-repeat-x.gif") repeat-x scroll center bottom transparent;
	font-size:11px;
	font-weight:bold;
}
#productNav .toggler img {
	position:relative;
	top:2px;
	margin-right:5px;
}
.pNavContent ul {
	list-style:none;
	padding:0;
	margin:0;
}
#nav-container ul li,
.pNavContent li {
	position:relative;
	background:url('/images/icon-subnav-off.gif') 0 5px no-repeat;
	padding:0 0 0 10px;
	margin:5px 0 5px 0;
}
#nav-container ul li a,
.pNavContent li a {
	display:block;
	font-weight:normal;
	font-size:11px;
}
#nav-container ul li ul,
.pNavContent li ul {
	display:none;
}

#nav-container ul li.on,
.pNavContent li.on {

}

#nav-container ul li.on,
.pNavContent li.on,
#nav-container ul li.on a,
.pNavContent li.on a {
	color:#000;
	font-weight:bold;
}

.loadTime {
	color:#CCC;
	font-size:9px;
}

ul.pList {
	list-style:none;
	padding:0;
	margin:0;
}
ul.pList li {
	list-style:none;
	border:1px solid #809095;
	background-color:#50ACBD;
	color:#FFF;
	font-weight:normal;
	font-size:15px;
	padding:5px;
	margin:0 0 5px 0;
	cursor:pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
ul.pList li a {
	display:block;
	color:#FFF;
	text-decoration:none;
}
ul.pList li:hover {
	background-color:#82e0F7;
}
ul.pList li.more {
	background-image:url('/images/more.png');
	background-position:right top;
	background-repeat:no-repeat;
}
ul.manuf {
	list-style:none;
	padding:0;
	margin:0;
}
ul.manuf li {
	list-style:none;
	padding:5px;
	margin:0 10px 10px 0;
	width:200px;
	height:70px;
	overflow:hidden;
	float:left;
	text-align:center;
	border:2px solid #CCC;
	background-color:#FFF;
	cursor:pointer;
}
ul.manuf li:hover {
	border:2px solid #D35049;
}
ul.manuf li a:hover {
	text-decoration:none;
}
div.manufi {
	width:200px;
	height:50px;
	padding:20px 0 0 0;
	text-align:center;
	font-size:22px;
	color:#555;
	background-color:#FFF;
}
.productDetail {
	position:relative;
}

.productDetail .item-number {
    font-size: 14px;
}

.productDetail .item-short-desc {
    font-size: 14px;
    padding-left: 15px;
}

.productDetail .item-expanded-desc {
	margin:0 0 10px 0;
	padding:0 0 0 4px;
	color:#067FA6;
	font-size:17px;
}
.productDetail .item-expanded-desc p {
	font-size:17px;
	padding:0;
	margin:0;
}

.productDetail th,
.productDetail td {
	border:none;
	padding:3px 5px 3px 0;
	margin:0;
	font-size:12px;
}

.wysiwyg th,
.wysiwyg td {
	padding-left:5px;
}
.wysiwyg th {
	vertical-align:middle;
}

.productDetail th {
	font-weight:bold;
}
.productDetail img.thumb {
	clear:right;
	float:right;
	margin:0 0 10px 10px;

}
ul.photos {
	list-style:none;
	padding:0;
	margin:0;
}
ul.photos li {
	vertical-align:middle;
	margin:0 10px 10px 0;
	width:100px;
	height:100px;
	overflow:hidden;
	border:1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:1px 2px 2px #000;
	float:left;
	background-color:#000;
}
ul.photos li img {
	width:100%;
	height:100%;
}

#cartMarker {
	position:relative;
	z-index:999;
}
#myCart {
	display:none;
	position:absolute;
	top:-30px;
	right:35px;
	width:522px;
	height:281px;
	background:url('/images/cartBg.png') top left no-repeat;
	text-align:left;
}
#myCart .rmrk {
	display:none;
	position:relative;
}
#myCartContent {
	margin:18px 5px 0 10px;
	width:502px;
	height:203px;
	overflow:auto;
}
#myCart table {
	width:100%;
}
#myCart th {
	border:none;
	background-color:#63B9C8;
	color:#FFF;
	font-weight:bold;
}
#myCart td {
	cursor:default;
	border-bottom:1px dotted #CCC;
	padding:5px 3px 5px 3px;
	color:#777;
}
#myCart tr.alt:hover td,
#myCart tr:hover td {
	color:#000;
	background-color:#D9D9D9;
}
#myCart td.t {
	width:50px;
}
#myCart img.t {
	width:50px;
	border:1px solid #555;
}
#myCart tr.alt td {
	background-color:#F1F1F1;
}
#myCart tr:hover .rmrk {
	display:block;
}

#myCart div.iOSbtn {
	position:absolute;
	top:18px;
	right:0;
}
#myCart .qtyCtl {
	position:absolute;
	top:18px;
	right:65px;
}
#myCart .qtyCtl img {
	cursor:pointer;
	opacity:0.6;
}
#myCart .qtyCtl img:hover {
	opacity:1;
}
#myCart .itn {
	font-weight:bold;
	font-size:10px;
	color:#63B9C8;
}
#myCart .prc {
	color:#63B9C8;
}
#myCart strong {
	color:#000;
}
#cartTotal {
	display:inline-block;
	position:absolute;
	bottom:45px;
	right:-5px;
	border:1px solid #63B9C8;
	background-color:#FFF;
	padding:3px 6px 3px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#63B9C8;
	font-size:13px;
	font-weight:bold;
}


.closeX {
	background:url('/images/ios-close.png') top left no-repeat;
	width:29px;
	height:29px;
	cursor:pointer;
}
#closeCart {
	position:absolute;
	top:-4px;
	right:-12px;
}
.tip {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#000;
	padding:10px;
	opacity:0.8;
	color:#FFF;
	font-size:11px;
	max-width:300px;
}
.tip .tip-title {
	font-weight:bold;
	font-size:14px;
}
div.iOSbtn {
	background:url('/images/ios-red-btn.png') top left no-repeat;
	width:61px;
	height:15px;
	cursor:pointer;
	color:#FFF;
	text-align:center;
	font-size:10px;
	padding-top:3px;
}
div.iOSbtn:hover {
	background:url('/images/ios-red-btn-on.png') top left no-repeat;
}

table#lifeTerms,
table#brands {
	padding:0;
	margin:0;
	border:none;
	border-collapse:collapse;
}
table#lifeTerms td {
	margin:0;
	vertical-align:middle;
	height:122px;
	width:122px;
	padding:0 8px 0 0;
	border:none;
	background:url('/images/lifeTermOff.png') top left no-repeat;
	cursor:pointer;
	text-align:center;
}
table#lifeTerms td a {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:18px;
	padding:0;
	margin:0;
}
table#lifeTerms td:hover {
	padding-top:0;
	background:url('/images/lifeTermOn.png') top left no-repeat;
}
table#brands {

}
table#brands td {
	vertical-align:middle;
	width:165px;
	height:80px;
	padding:0 8px 0 0;
	margin:0;
	border:none;
	background:url('/images/brandOff.png') top left no-repeat;
	cursor:pointer;
	text-align:center;
}
table#brands td a {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:15px;
	padding-bottom:8px;
}
table#brands td:hover {
	padding-top:0;
	background:url('/images/brandOn.png') top left no-repeat;
}

table#brands.noBg td {
	background:none;
}
table#brands.noBg td:hover {
	background:none;
}

table#types {

}
table#types td {
	vertical-align:middle;
	width:165px;
	height:80px;
	padding:0 8px 0 0;
	margin:0;
	border:none;
	background:url('/images/brandOff.png') top left no-repeat;
	cursor:pointer;
	text-align:center;
}
table#types td a {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:15px;
	padding-bottom:8px;
}
table#types td:hover {
	padding-top:0;
	background:url('/images/brandOn.png') top left no-repeat;
}
#cartBadge {
	position:absolute;
	top:-37px;
	right:-45px;
}

.badge {
	display:none;
	height:32px;
	min-width:64px;
	cursor:default;
}
.badge div {
	position:relative;
	float:left;
}
.badge .l {
	background:url('/images/badge-left.png') top left no-repeat;
	width:16px;
	height:32px;
}
.badge .m {
	background:url('/images/badge-middle.png') top left repeat-x;
	height:27px;
	color:#FFF;
	font-size:17px;
	padding-top:5px;
}
.badge .m div {
	display:inline-block;
	margin-left:-6px;
	margin-right:-6px;
	min-width:13px;
	z-index:100;
	text-align:center;
}
.badge .r {
	background:url('/images/badge-right.png') top left no-repeat;
	width:16px;
	height:32px;
	z-index:80;
}
#cartContainer {
	margin-top:-6px;
	text-align:right;
}
#cartContainer input.btn {
	margin-left:5px;
}

.btn {
	overflow:visible;
	display:inline-block;
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8fd1e1), color-stop(1, #489eb4) );
	background:-moz-linear-gradient( center top, #8fd1e1 5%, #489eb4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fd1e1', endColorstr='#489eb4');
	background-color:#8fd1e1;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	border:1px solid #8fd1e1;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:4px 19px;
	text-decoration:none;
	text-shadow:1px 1px 0px #489eb4;
}
.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #489eb4), color-stop(1, #8fd1e1) );
	background:-moz-linear-gradient( center top, #489eb4 5%, #8fd1e1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#489eb4', endColorstr='#8fd1e1');
	background-color:#489eb4;
}

.btnS {
	overflow:visible;
	display:inline-block;
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8fd1e1), color-stop(1, #489eb4) );
	background:-moz-linear-gradient( center top, #8fd1e1 5%, #489eb4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fd1e1', endColorstr='#489eb4');
	background-color:#8fd1e1;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid #8fd1e1;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:2px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #489eb4;
}
.btnS:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #489eb4), color-stop(1, #8fd1e1) );
	background:-moz-linear-gradient( center top, #489eb4 5%, #8fd1e1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#489eb4', endColorstr='#8fd1e1');
	background-color:#489eb4;
}

.btnSmall {
	display:inline-block;
	overflow:visible;
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:5px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}
.btnSmall:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}

.buyBox {
	clear:right;
	float:right;
	display:inline-block;
	border:1px solid #CCC;
	background-color:#FFF;
	padding:10px;
	font-size:12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:10px;
}
.buyBox .prc {
	font-size:15px;
	color:#489eb4;
	width:175px;
	font-weight:bold;
}
.buyBox .cic {
	font-size:13px;
	color:#0000FF;
}
.buyBox .qty {
	float:left;
	margin-right:10px;
	display:inline-block;
}
#search-form input {
	color:#066893;
}
#search-form input.dim {
	color:#CCC;
}
#searchPopMarker {
	position:relative;
}
#searchPop {
	display:none;
	position:absolute;
	top:20px;
	right:35px;
	background:url('/images/search-pop.png') top left no-repeat;
	width:656px;
	height:353px;
	z-index:80;
}
#searchPopMarker .closeX {
	position:absolute;
	top:0px;
	right:-13px;
	z-index:90;
}
#searchPopResults {
	margin:20px 10px 0 10px;
	height:260px;
	overflow:auto;
}
#searchPopResults ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
}
#searchPopResults li {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	cursor:pointer;
}
#searchPopResults li .plc {
	background:#FFF;
	border-bottom:1px dotted #CCC;
	cursor:pointer;
}
#searchPopResults li .plc:hover {
	background:#F2F2F2;
}

#searchPopResults li.autocompleter-selected {

}
span.hideElem {
	display:none;
}
.blue {
	color:#489eb4;
}
#searchSpinner {
	display:none;
	position:absolute;
	top:1px;
	right:5px;
	height:32px;
	width:32px;
	z-index:100;
}
#checkoutCartBtn {
	position:absolute;
	bottom:40px;
	left:-10px;
}
#manageCartBtn {
	position:absolute;
	bottom:40px;
	left:110px;
}
.processChain {
	color:#CCC;
	padding-bottom:5px;
}
.processChain strong {
	color:#63B9C8;
}
.processChain a:hover {
	text-decoration:none;
	color:#63B9C8;
}
.checkoutButtons {
	text-align:right;
	margin:10px 0 10px 0;
}
.checkoutButtons input.btn {
	margin-right:5px;
}
.rightBlock {
	width:270px;
	float:right;
}
table.form {
	border-collapse:collapse;
	border:none;
	padding:0;
	margin:0;
}
table.form th,
table.form td {
	padding:2px 10px 2px 10px;
	margin:1px;
	border:none;
	vertical-align:top;
	text-align:left;
	color:#AAA;
	font-size:13px;
}
table.form th {
	font-weight:bold;
	border-right:1px dotted #CCC;
	padding-top:17px;
	width:130px;
}
.tipText {
	display:none;
}
img.passCheck {
	display:none;
	float:right;
}
.niceNote {
	background:#FFF url('/images/info-icon.png') 10px 10px no-repeat;
	min-height:54px;
	padding:20px 10px 10px 84px;
	border:1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size:12px;
	background-color:#F4F4F4;
}

#policyTerms {
	height:100px;
	padding:10px;
	overflow:auto;
	border:1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:15px;
}

/* BEGIN EMAIL CSS */
table.cart {
	border-collapse:collapse;
	border:none;
	padding:0;
	margin:0;
	width:100%;
}
table.cart th,
table.cart td {
	vertical-align:middle;
	padding:5px;
	margin:1px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:#555;
}
table.cart th {
	background-color:#CCC;
	border-right:1px solid #FFF;
	font-weight:bold;
}
table.cart td {
	background-color:#FFF;
	border-bottom:1px dotted #CCC;
	border-left:1px solid #EEE;
}
table.cart tr.alt td {
	background-color:#EEE;
}
table.cart td img.t {
	width:42px;
	border:1px solid #CCC;
}
table.cart th.c,
table.cart td.c {
	text-align:center;
}
table.cart th.r,
table.cart td.r {
	text-align:right;
}
/* END EMAIL CSS */

#orderSections {
	position:relative;
}

.floatLeft,
#osShipping {
	float:right;
	width:460px;
}
.floatRight,
#osBilling {
	float:left;
	width:460px;
}

textarea#orderNotes {
	width:400px;
	height:90px;
}

.ios-switch {
	padding:5px 10px 5px 10px;
	font-size:16px;
	color:#000;
	border:1px solid #999;
	background-color:#FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height:30px;
	cursor:pointer;
}
.ios-switch-label {
	float:left;
	margin:6px 0 0 10px;
	font-size:14px;
	color:#999;
	font-weight:bold;
}
.ios-switch-container {
	float:left;
	position:relative;
	width:78px;
	height:30px;
	overflow:hidden;
}
.ios-switch-elem {
	position:absolute;
	top:0;
	left:0;
	background:url('/images/iOS-Switch.png') top left no-repeat;
	width:124px;
	height:30px;
	cursor:pointer;
}
.ios-switch-mask {
	position:absolute;
	top:0;
	left:0;
	background:url('/images/iOS-Switch-Mask.png') top left no-repeat;
	width:78px;
	height:30px;
}

img.paymentIcon {
	height:23px;
	margin-left:5px;
	vertical-align:middle;
}


.zoomer {
	display:inline-block;
	position:relative;
    float: left;
}
.zoomerH {
	visibility:hidden;
	position:absolute;
	top:-10px;
	left:-10px;
	border:5px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
	z-index:999;
}
img.zoomerI {
	width:500px;
	height:300px;
}
.zoomerT {
	vertical-align:middle;
	margin:0 10px 10px 10px;
	width:60px;
	height:60px;
	overflow:hidden;
	border:1px solid #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:1px 2px 2px #555;
	background-color:#CCC;
}
.zoomerT.prime {
	margin:0 10px 10px 0;
	width:160px;
	height:160px;
}
.zoomerT.prime.bigger {
	margin:0 20px 10px 0;
	height:227px;
	width:227px;
}
.zoomerT img {
	width:auto;
	height:auto;
}
.zoomerT img.portrait {
	width:100%;
	height:auto;
	margin-top:-35px;
}
.zoomerT img.landscape {
	width:auto;
	height:100%;
	margin-left:-35px;
}

.zoomerT.prime.bigger img.landscape {
	margin-left:-55px;
}

.zoomerT.tinyT img.portrait {
	width:100%;
	height:auto;
	margin-top:-15px;
}
.zoomerT.tinyT img.landscape {
	width:auto;
	height:100%;
	margin-left:-15px;
}
ul.morePhotos {
	list-style:none;
	padding:0;
	margin: -10px 0 0 -10px;
}
ul.morePhotos li {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
.buyBoxB {
	padding:0 10px 0 10px;
	margin-left:233px;
	width:253px;
}
.buyBoxB th,
.buyBoxB td {
	vertical-align:middle;
}
.buyBoxB td.blue {
	color:#067FA6;
	font-weight:bold;
}
.buyBoxB input.btnS {
	margin-left:10px;
}

.needleChart {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 180px;
    height: 180px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #CCC;
    overflow: hidden;
}

input.qtyB {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:1px solid #CCC;
	text-align:center;
	padding:3px;
	margin:0;
	width:32px;
	font-size:18px;
	color:#000;
	margin-bottom:5px;
}
.isrts {
	margin-top:10px;
	margin-right:33px;
	clear:right;
	float:right;
}
.cutOff span {
	color:#067FA6;
	font-weight:bold;
}
.bb {
	border:1px solid #CCC;
	padding:10px;
	margin:0;
	border-top:1px solid #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	background-color:#E2E2E2;
}
.bb.tp {
	border-top:1px solid #CCC;
}
.bb.alt {
	background-color:#F6F6F6;
}
.bubble {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:10px;
	font-size:11px;
	border:1px solid #CCC;
	background-color:#EEE;
}
.bubble div {
	margin:7px 0 0 0;
	text-align:center;
}

#home-featured {
	position:relative;
}
#hotDeals {
	position:absolute;
	top:0;
	left:0;
	width:233px;
	height:264px;
	background:url('/images/hotDeals.jpg') top left no-repeat;
}
.hd_pad {
	padding:64px 13px 0;
}
.hd_title {
	color:#5e742c;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	cursor:pointer;
}
.hd_splash {
	position:relative;
	cursor:pointer;
}
.hd_img {
	position:absolute;
	top:0;
	left:0;
	height:107px;
	width:107px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	overflow:hidden;
}
.hd_tag {
	position:absolute;
	top:10px;
	left:0;
	width:190px;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #479FB0;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	text-align:right;
	font-size:14px;
	padding:7px 10px 5px 10px;
	color:#479FB0;
	font-weight:bold;
}
.hd_tag div {
	font-size:12px;
	font-weight:normal;
}
.hd_tag div.itemNum {
	font-size:14px;
	font-weight:normal;
	color:#999;
}
.hd_btn {
	position:absolute;
	bottom:0;
	width:204px;
	text-align:center;
}
.hd_stock {
	position:absolute;
	left:119px;
	top:80px;
	color:#d96335;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.hd_stock div {
	color:#489fb0;
	font-size:13px;
	font-weight:normal;
}
.surveySplash {
	position:relative;
}
.surveySplash div {
	position:absolute;
	right:0;
	top:0;
	height:212px;
	width:195px;
	background:url('/images/es-survey.png') top left no-repeat;
	z-index:100;
	cursor:pointer;
}

#shareLinkWrap {
	display:none;
	position:relative;
}
#shareLink {
	position:absolute;
	top:0;
	right:45px;
	width:350px;
	padding:10px;
	border:1px solid #CCC;
	background-color:#FFF;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: -2px 2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -2px 2px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         -2px 2px 5px rgba(50, 50, 50, 0.75);
	color:#63B9C8;
	font-size:13px;
}
#shareLinkClose {
	position:absolute;
	top:9px;
	font-size:13px;
	right:0;
	text-align:right;
	cursor:pointer;
	color:#63B9C8;
}

.cartHelper {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px 15px 5px 35px;
	background:#23AFBA url("/images/ios-close.png") 3px 2px no-repeat;
	background-size:20px 20px;
	color:#FFF;
	text-align:center;
	display:inline-block;
	width:300px;
	position:absolute;
	-webkit-box-shadow: -3px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -3px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         -3px 3px 5px rgba(50, 50, 50, 0.75);
	cursor:pointer;
}
.cartHelper:hover {
	background-color:#307789;
}

#home-news {
	position:relative;
}
.pslink {
	position:absolute;
	left:15px;
	font-size:21px;
	color:#307789;
	cursor:pointer;
}
.pslink em {
	color:#B74B29;
}
.pslink span {
	color:#5D722E;
}
.pslink:hover,
.pslink:hover em,
.pslink:hover span {
	color:#5D722E;
}
.pstext {
	position:absolute;
	left:15px;
	top:60px;
	width:500px;
	font-size:21px;
	color:#307789;
}
.pstext a {
	color:#307789;
}
.pstext a:hover {
	color:#B74B29;
	text-decoration:none;
}
.rail-bucket.ps a {
	display:block;
	font-size:16px;
	color:#5F5236;
	text-decoration:none;
}
.rail-bucket.ps a div {
	color:#B74B29;
}
.rail-bucket.ps:hover a,
.rail-bucket.ps:hover a div {
	color:#2B798F;
}
.wysiwyg h1 {
	margin:5px 0 5px 0;
	background: url("/images/icon-headline.gif") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
	padding:0 0 0 20px;
	font-size:14px;
	font-weight:bold;
	color:#067FA6;
	display:block;
	float:none;
}
.wysiwyg h2 {
	margin:5px 0 5px 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#067FA6;
	display:block;
	float:none;
}
table.table {
	border-collapse:separate;
	border-spacing:1px;
	padding:0;
	margin:0;
	border:none;
}
table.table td,
table.table th {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:11px;
	padding:5px 10px 5px 10px;
	background-color:#FFF;
	cursor:default;
}
table.table th p,
table.table td p {
	font-size:11px;
	padding-top:0;
	margin-top:0;
}
table.table th {
	font-weight:bold;
	background-color:#63B9C8;
	color:#FFF;
	padding:5px 10px 5px 10px;
}
table.table th:first-child {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
table.table th:last-child {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
table.table tr:nth-child(even) td {
	background-color:#F5F4F0;
}
table.table tr:nth-child(even) td:first-child,
table.table td:first-child {
	background-color:#DDDBD5;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
table.table tr:nth-child(even) td:last-child,
table.table td:last-child {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
table.table.highlight tr:nth-child(even):hover td:first-child,
table.table.highlight tr:hover td {
	background-color:#3875D7;
	color:#FFF;
}

.needleUI {
	float:right;
	width:290px;
	height:190px;
	border:1px solid #CCC;
	overflow:hidden;
	position:relative;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#F4F4F4;
}
.needleUI.smaller {
	width:220px;
}
.needleUI div {
	position:absolute;
	width:100%;
	text-align:center;
}
.needleUI img {
	width:280px;
	width:auto;
	margin:0 auto;
}
.needleUI.smaller img {
	width:210px;
}
.needleUI img.landscape {

}
.needleUI img.portrait {

}
.needleTitle {
	top:10px;
	font-size:18px;
}
.needleLabel {
	bottom:0;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-color:rgba(0,0,0,.3);
	padding:5px;
}
.needleWatermark {
	position:absolute;
	width:100%;
	text-align:center;
	font-size:9px;
	color:#999;
	bottom:25px;
}
.needleLink {
	display:none;
}
.needleUI:hover .needleLink {
	display:block;
	cursor:pointer;
	border: 1px solid #0EAFE3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #555;
    font-size:11px;
    text-align:center;
    margin:0 0 0 15px;
    width:248px;
    padding: 5px;
    background-color:#D2F0FA;
}
.needleUI.smaller:hover .needleLink {
	width:180px;
}
.needleUI:hover .needleLink:hover {
	background-color:#FFF;
	color:#0EAFE3;
}
img.bigThumb {
	float:left;
	padding:30px 0 0 30px;
}

div.uiType {
	width:160px;
	text-align:center;
	font-size:16px;
	padding:25px 0 21px 0;
	margin:0 15px 15px 0;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	cursor:pointer;
	border:2px solid #48a7b9;
	background: #48a7b9;
	background: -moz-linear-gradient(top,  #48a7b9 0%, #328191 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48a7b9), color-stop(100%,#328191));
	background: -webkit-linear-gradient(top,  #48a7b9 0%,#328191 100%);
	background: -o-linear-gradient(top,  #48a7b9 0%,#328191 100%);
	background: -ms-linear-gradient(top,  #48a7b9 0%,#328191 100%);
	background: linear-gradient(to bottom,  #48a7b9 0%,#328191 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48a7b9', endColorstr='#328191',GradientType=0 );
}
div.uiType:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.pnui {
	float:right;
}

.nui {
	position:relative;
	background:#EAEAEA url('/images/nui-smaller.jpg') top left no-repeat;
	cursor:default;
	width:240px;
	height:120px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #CCC;
}
.nui.no-scale {
	background:#EAEAEA url('/images/nui-smaller-no-scale.jpg') top left no-repeat;
}
.nui img {
	position:absolute;
	top:15px;
	left:15px;
}
.nui.no-scale img {
	position:relative;
	display:block;
	left:auto;
	margin:0 auto;
	margin-top:15px;
}
.nui .noScale {
	position:absolute;
	top:0;
	left:0;
	color:#555;
	text-align:center;
	font:12px Arial;
	width:100%;
}
.nui .nSize {
	position:absolute;
	bottom:25px;
	right:5px;
	font:20px Arial;
	color:#000;
}
.nui .nCaption {
	position:absolute;
	bottom:0;
	width:100%;
	height:20px;
	text-align:center;
	font:12px Arial;
	color:#FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	background-color:rgba(0,0,0,0.3);
	padding-top:5px;
}
.nui .nLink {
	display:none;
	position:absolute;
	text-align:center;
	width:100%;
	top:14px;
	background-color:rgba(0,0,0,0.5);
	color:#FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	cursor:pointer;
}
.nui:hover .nLink {
	display:block;
}
.nui .nSize.smlr {
	font-size:15px;
}
ul.giftList {
	list-style:none;
	justify-content: space-around;
	padding:0;
	margin:0;
}
ul.giftList li {
	list-style:none;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#EFEFEF;
	cursor:default;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
ul.giftList li:nth-child(even) {
	background-color:#FAFAFA;
}
ul.giftList li h2 {
	text-align:left;
	font-size:18px;
}
ul.giftList li img {
	float:right;
	width:200px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left:15px;
}
strike {
	color:red;
}



/* Product Search Results from Order Builder */
.ac_results {
	right:0;
	top:54px;
}
#search-form .ac_spinner {
	background:url("/admin/images/ajax-loader-blue.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
	right:-17px;
	top:8px;
	width:16px;
	height:16px;
}
table.psr {
	padding:0;
	margin:0;
}
table.psr td {
	font-size:11px;
}
table.psr td strong {
	color:#79BBFF;
}
table.psr td span {
	color:#FF0000;
}
table.psr td.psrA { /* item_number */
	width:70px;
	font-weight:bold;
	color:#79BBFF;
}
table.psr td.psrB { /* short_description */
	width:300px;
	font-size:10px;
}
table.psr td.psrC { /* expiration_date */
	width:70px;
	color:#79BBFF;
}
table.psr td.psrD { /* size */
	width:60px;
}
table.psr td.psrE { /* unit_count */
	width:70px;
}
table.psr td.psrF { /* product_price */
	width:110px;
}

ul.icons {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
}
ul.icons li {
	width:58px;
	height:60px;
	float:left;
	list-style:none;
	padding:5px;
	margin:0 5px 5px 0;
	text-align:center;
	font-size:12px;
}
ul.icons li a {
	text-decoration:none;
}
ul.icons li a:hover {
	text-decoration:none;
	color:#6DB9C7;
}
ul.icons li img {
	display:block;
	margin:0 auto;
	margin-bottom:5px;
	height:50px;
	width:50px;
	opacity:0.6;
}
ul.icons li a:hover img {
	opacity:1;
}


.tblFixCell {
	display:inline-block;
	width:100px;
	text-align:right;
}

#myCart .itn .cdoff,
.cdoff {
	color:#FF0000;
	font-style:italic;
}

.RED {
	color:red;
}