@charset "UTF-8";
/* CSS Document */

#front-ordering-steps {
	height:350px;
	width:722px;
	background:#7fd9d2;
	padding:25px 0px;
	margin-left:-20px;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.3);
	box-shadow:inset 0px 0px 39px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:inset 0px 0px 39px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:inset 0px 0px 39px -6px rgba(0, 0, 0, 0.5);
	-o-box-shadow:inset 0px 0px 39px -6px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:inset 0px 0px 39px -6px rgba(0, 0, 0, 0.5);
	margin-top:-17px;
}
#front-ordering-steps .fos-title {
	background:rgba(0,139,123,0.5);
	padding:15px;
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(255,255,255,0.5);
	box-shadow:inset 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:inset 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:inset 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:inset 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
	-o-box-shadow:inset 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
	color:#fff;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	-moz-text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	-webkit-text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	-ms-text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	-o-text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
#front-ordering-steps .fos-step-icons {
	position:absolute;
	top:110px;
}
#front-ordering-steps .step-icon {
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%, #e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%, #e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f9f9 0%, #e5e5e5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	display:block;
	width:200px;
	height:150px;
	box-shadow:0px 0px 6px rgba(0, 0, 0, 0.4), inset 1px 1px 0px rgba(255,255,255,0.6);
	-moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.4), inset 1px 1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.4), inset 1px 1px 0px rgba(255,255,255,0.6);
	-o-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.4), inset 1px 1px 0px rgba(255,255,255,0.6);
	-ms-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.4), inset 1px 1px 0px rgba(255,255,255,0.6);
	position:absolute;
	cursor:pointer;
}
#fos-step1 {
	left:40px;
}
#fos-step2 {
	left:260px;
}
#fos-step3 {
	left:480px
}
#front-ordering-steps .step-number {
	background:url(/skin/frontend/mercado/default/images/v2/fos-bg-step.png) top left no-repeat;
	width:53px;
	height:34px;
	padding-top:19px;
	display:block;
	position:absolute;
	top:-15px;
	left:-10px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
	-moz-text-shadow:1px 1px 2px rgba(0,0,0,0.5);
	-webkit-text-shadow:1px 1px 2px rgba(0,0,0,0.5);
	-o-text-shadow:1px 1px 2px rgba(0,0,0,0.5);
	-ms-text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}
#front-ordering-steps .step-img {
	position:absolute;
	left:50%;
	margin-left:-55px;
}
#front-ordering-steps .step-txt {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color:#797979;
	text-shadow:1px 1px 0px rgba(255,255,255,0.3);
	-moz-text-shadow:1px 1px 0px rgba(255,255,255,0.3);
	-webkit-text-shadow:1px 1px 0px rgba(255,255,255,0.3);
	-ms-text-shadow:1px 1px 0px rgba(255,255,255,0.3);
	-o-text-shadow:1px 1px 0px rgba(255,255,255,0.3);
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #d2d2d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #d2d2d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%, #d2d2d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%, #d2d2d2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5e5e5 0%, #d2d2d2 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d2d2d2', GradientType=0 ); /* IE6-9 */
	border-top:1px solid #d2d2d2;
	box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
	-o-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
	-ms-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
}
#front-ordering-steps .big-button {
	display:block;
	padding:20px 40px;
	position:absolute;
	bottom:45px;
	left:50%;
	margin-left:-126px;
	background: #0077b7; /* Old browsers */
	background: -moz-linear-gradient(top, #0077b7 0%, #005aa0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0077b7), color-stop(100%, #005aa0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0077b7 0%, #005aa0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0077b7 0%, #005aa0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0077b7 0%, #005aa0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0077b7 0%, #005aa0 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077b7', endColorstr='#005aa0', GradientType=0 ); /* IE6-9 */
	border:1px solid #0069ac;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	box-shadow:inset 1px 1px 0px rgba(255,255,255,0.45), 0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:inset 1px 1px 0px rgba(255,255,255,0.45), 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 1px 1px 0px rgba(255,255,255,0.45), 0px 0px 5px rgba(0,0,0,0.3);
	-o-box-shadow:inset 1px 1px 0px rgba(255,255,255,0.45), 0px 0px 5px rgba(0,0,0,0.3);
	-ms-box-shadow:inset 1px 1px 0px rgba(255,255,255,0.45), 0px 0px 5px rgba(0,0,0,0.3);
	color:#b5dbf1;
	text-transform:uppercase;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.5);
	font-size:24px;
	font-weight:bold;
}
#front-ordering-steps .step-desc {
	display: block;
	width: 200px;
	padding: 15px;
	position: absolute;
	left:50%;
	margin-left:-115px;
	z-index: 1;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	z-index:1;
}
#front-ordering-steps .step-desc .arrow {
	display:block;
	width:16px;
	height:9px;
	background:url(/skin/frontend/mercado/default/images/v2/fos-bot-arrow.png) top left no-repeat;
	position:absolute;
	bottom:-9px;
	left:50%;
	margin-left:-8px;
}
#front-ordering-steps .step-desc p {
	margin:5px;
}
#front-ordering-steps .step-desc .desc-title {
	color:#005aa0;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:18px;
}
#front-ordering-steps .step-hover {
	background: orange;
	opacity: 0; filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
	position: absolute;
	display:block;
	text-align:center;
	vertical-align:middle;
}
#front-ordering-steps .step-hover:after {
	display:block;
	font-size:60px;
	line-height:1;
	font-weight:bold;
	opacity:1;
	color:#fff;
	position:relative;
	top:25px;
}
#front-ordering-steps #fos-step1 .step-hover:after {
	content:"1";
}
#front-ordering-steps #fos-step2 .step-hover:after {
	content:"2";
}
#front-ordering-steps #fos-step3 .step-hover:after {
	content:"3";
}
/** end of steps **/


/** start of promotion slides **/

#fps-container {
	height:200px;
	position:relative;
	margin-top:30px;
	padding:20px 10px;
}
#fps-container #fps-pager {
	position:absolute;
	bottom:10px;
	left:50%;
}
#fps-container #fps-pager a {
	display:block;
	width:13px;
	height:13px;
	float:left;
	margin-right:3px;
	text-indent:-999999em;
	background: #d9d9d9;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	-o-border-radius:100%;
	-ms-border-radius:100%;
}
#fps-container #fps-pager a:last-of-type {
	margin-right:0;
}
#fps-container #fps-pager a.activeSlide {
	background:#579AA6;
}
#fps-container #fps-slider {
	position:relative;
	width:660px;
	height:200px;/*overflow:hidden;*/
}
#fps-container #fps-slider .fps-panel {
	width:100%;
	height:100%;
	display:block;
}
#fps-container #fps-slider .fps-slide {
	width:200px;
	height:170px;
	background: url(/skin/frontend/mercado/default/images/v2/fps-default-bg.jpg) center center no-repeat;
	float:left;
	margin:5px;
	margin-right:20px;
	box-shadow:0 0 5px rgba(0,0,0,0.3), inset 1px 1px 0px rgba(255,255,255,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3), inset 1px 1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3), inset 1px 1px 0px rgba(255,255,255,0.3);
	-o-box-shadow:0 0 5px rgba(0,0,0,0.3), inset 1px 1px 0px rgba(255,255,255,0.3);
	-ms-box-shadow:0 0 5px rgba(0,0,0,0.3), inset 1px 1px 0px rgba(255,255,255,0.3);
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
}
#fps-container #fps-slider .fps-slide:last-of-type {
	margin-right:0;
}
#fps-container #fps-slider .fps-slide .fps-inner {
	padding:10px;
}
#fps-container #fps-slider .fps-slide .fps-cta-btn {
	display:block;
	padding:7px 15px;
	margin: 15px auto;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-transform:uppercase;
	text-align:center;
	text-shadow:1px 1px 0 rgba(255,255,255,.5);
	-moz-text-shadow:1px 1px 0 rgba(255,255,255,.5);
	-webkit-text-shadow:1px 1px 0 rgba(255,255,255,.5);
	-o-text-shadow:1px 1px 0 rgba(255,255,255,.5);
	-ms-text-shadow:1px 1px 0 rgba(255,255,255,.5);
	border:1px solid rgba(0,0,0,0.15);
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	background: #ffb648; /* Old browsers */
	background: -moz-linear-gradient(top, #ffb648 1%, #f39508 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffb648), color-stop(100%, #f39508)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffb648 1%, #f39508 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffb648 1%, #f39508 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffb648 1%, #f39508 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffb648 1%, #f39508 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb648', endColorstr='#f39508', GradientType=0 ); /* IE6-9 */
	box-shadow:0px 0px 3px rgba(0,0,0,0.25);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.25);
	-o-box-shadow:0px 0px 3px rgba(0,0,0,0.25);
	-ms-box-shadow:0px 0px 3px rgba(0,0,0,0.25);
}
#fps-container #fps-slider .fps-slide .fps-title {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px 0px rgba(0,0,0,0.7);
	-moz-text-shadow:1px 1px 0px rgba(0,0,0,0.7);
	-webkit-text-shadow:1px 1px 0px rgba(0,0,0,0.7);
	-o-text-shadow:1px 1px 0px rgba(0,0,0,0.7);
	-ms-text-shadow:1px 1px 0px rgba(0,0,0,0.7);
	margin:5px 0px 10px;
	display:block;
}
#fps-container #fps-slider .fps-slide .fps-blurb {
	color:#fff;
	text-shadow:1px 1px 0px rgba(0,0,0,0.7);
	-moz-text-shadow:1px 1px 0px rgba(0,0,0,0.7);
	-webkit-text-shadow:1px 1px 0px rgba(0,0,0,0.7);
	-o-text-shadow:1px 1px 0px rgba(0,0,0,0.7);
	-ms-text-shadow:1px 1px 0px rgba(0,0,0,0.7);
}
#fps-container #fps-slider .fps-slide .fps-play-btn {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-24px 0 0 -24px;
	width:48px;
	height:48px;
	background:url(/skin/frontend/mercado/default/images/v2/fps-bg-playbtn.png) center center no-repeat rgba(0,0,0,0.5);
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	cursor:pointer;
}
#fps-container #fps-slider .fps-slide .fps-play-btn:hover {
	background-color:rgba(0,0,0,0.7);
}
/* start of individual sales ctas */
#fps-container #fps-slider #fps-month-blowout.fps-slide {
	background:#ececec;
}
#fps-container #fps-slider #fps-month-blowout.fps-slide .fps-sunburst {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:80px;
	height:80px;
	background:url(/skin/frontend/mercado/default/images/v2/fps-bg-sunburst.png) top left no-repeat;
	background-size:100%;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 1px 0px rgba(0,0,0,0.15);
	-moz-text-shadow:1px 1px 0px rgba(0,0,0,0.15);
	-webkit-text-shadow:1px 1px 0px rgba(0,0,0,0.15);
	-o-text-shadow:1px 1px 0px rgba(0,0,0,0.15);
	-ms-text-shadow:1px 1px 0px rgba(0,0,0,0.15);
}
#fps-container #fps-slider #fps-month-blowout.fps-slide .fps-sunburst > span {
	position:absolute;
	top:26px;
	left:18px;
}
#fps-container #fps-slider #fps-month-blowout.fps-slide .fps-title, #fps-container #fps-slider #fps-month-blowout.fps-slide .fps-desc {
	text-shadow:1px 1px 0px rgba(255,255,255,0.7);
	-moz-text-shadow:1px 1px 0px rgba(255,255,255,0.7);
	-webkit-text-shadow:1px 1px 0px rgba(255,255,255,0.7);
	-o-text-shadow:1px 1px 0px rgba(255,255,255,0.7);
	-ms-text-shadow:1px 1px 0px rgba(255,255,255,0.7);
	color:#222;
	width: 105px;
	float: right;
	font-size: 16px;
	margin: 12px 0px 0;
}
#fps-container #fps-slider #fps-month-blowout.fps-slide .fps-title {
	text-transform: uppercase;
	font-weight: bold;
}
#fps-container #fps-slider #fps-wil-video.fps-slide {
	background:#f5f5f5;
}
#fps-container #fps-slider #fps-didyouknow.fps-slide, #fps-container #fps-slider #fps-why-wil.fps-slide {
	background:url(/skin/frontend/mercado/default/images/v2/fps-bg-didyouknow.jpg) center center no-repeat;
	font-size:40px;
	line-height:1;
	text-align:center;
	text-shadow:1px 1px 0px rgba(0,0,0,0.3);
	-moz-text-shadow:1px 1px 0px rgba(0,0,0,0.3);
	-webkit-text-shadow:1px 1px 0px rgba(0,0,0,0.3);
	-o-text-shadow:1px 1px 0px rgba(0,0,0,0.3);
	-ms-text-shadow:1px 1px 0px rgba(0,0,0,0.3);
}
#fps-container #fps-slider #fps-didyouknow.fps-slide > div > span, #fps-container #fps-slider #fps-why-wil.fps-slide > div > span {
	display:block;
	color:#fff;
}
#fps-container #fps-slider #fps-didyouknow.fps-slide > div > span {
	margin-top:30px;
}
#fps-container #fps-slider #fps-why-wil.fps-slide > div > span {
	margin-top:20px;
}
#fps-container #fps-slider #fps-ocmetro-vid.fps-slide {
	background-image: url(/skin/frontend/mercado/default/images/v2/fps-featuredoc-vid.jpg);
}
.gchp-cred-icons {
	display:block;
	margin:30px auto 50px;
}
/* gc hover pup up */

.gchoverpopup {
	display:block;
	position:relative;
	cursor:pointer;
}
.gchoverpopup .hover-desc {
	display: block;
	width: 200px;
	padding: 15px;
	position: absolute;
	font-size:12px;
	text-shadow:none;
	text-align:left;
	color:#333;
	left:50%;
	margin-left:-115px;
	z-index: 1;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	z-index:1;
	line-height:1;
}
.gchoverpopup .hover-desc .arrow {
	display:block;
	width:16px;
	height:9px;
	background:url(/skin/frontend/mercado/default/images/v2/fos-bot-arrow.png) top left no-repeat;
	position:absolute;
	bottom:-9px;
	left:50%;
	margin-left:-8px;
}
.gchoverpopup .hover-desc p {
	margin:5px;
	line-height:1.33;
}
.gchoverpopup .hover-desc .desc-title {
	color:#005aa0;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:18px;
}
.gchoverpopup .hover-overlay {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	opacity:0;
}

#auth-icons{
	display:block;
	width:400px;
	height:150px;
	margin:30px auto 50px;
}
#auth-icons li{
	float:left;
	margin:5px 20px;
}
#auth-icons #auth-icon-autorizenet{
	padding-top:20px
}
#auth-icons #auth-icon-comodo{
	padding-top:25px;
}

.contentmain.homepage {
	min-height:900px;
}

/* DEV PAGE */
#front-ordering-steps { height: 415px; padding:0 0 25px 0 !important; }
#front-ordering-steps .fos-title { background:url('/skin/frontend/mercado/default/images/sites/blue-grad.png') repeat-x left bottom !important; padding: 33px 15px !important; }
#front-ordering-steps .big-button { left:520px !important; bottom: 65px !important; padding: 20px 60px !important; }
#front-ordering-steps .why-bullets { position: absolute; top:285px; left:60px; }
#front-ordering-steps .why-bullets ul { list-style:none; }
#front-ordering-steps .why-bullets ul li { font-size:19px; color:#026BAF; font-weight:normal; text-shadow: 1px 1px rgba(0,0,0,0.25); padding:13px 0 17px 26px; background:url('/skin/frontend/mercado/default/images/v3/bullet-square-blue.jpg') no-repeat left center; }
#front-ordering-steps .step-img { left:0 !important; margin-left:0 !important; }
#front-ordering-steps .step-number { background:none !important; }
#front-ordering-steps .big-button { background: url('/skin/frontend/mercado/default/images/v3/bg-button-tall.png') repeat-x scroll center top transparent !important; color: #333; text-transform:none; text-shadow: 1px 1px 0px rgba(255,255,255,0.5); }

#most-popular-block { position:relative; width:721px !important; left:-19px !important; }
#most-popular-block h2 { height:35px; padding:15px 0 0 12px; color:#006FB4; background:url('/skin/frontend/mercado/default/images/v3/arrown-down-orange.jpg') no-repeat 227px center; }
#most-popular-block tr { padding:15px 0; border-top:solid 1px white; border-bottom:solid 1px white; }
#most-popular-block tr.odd { background:#F0EEEF; }
#most-popular-block tr.even { background:#DEDCDD; }
#most-popular-block tr .title a { display:inline-block; font-size:15px; color:#5F5F5F; padding:15px 10px 15px 0; }
#most-popular-block tr .highlight { display:inline-block; font-size:13px; color:#E6930F; padding:15px 10px 15px 0; }
#most-popular-block tr button { margin:7px 0; }
#most-popular-block tr .icon { margin:7px 0; }


.col-left.sidebar #sidebar-sales .block-title { height:51px !important; background:#E4202A !important; border:none !important; border-bottom:solid #661D2E 1px; text-align:center; }
.col-left.sidebar #sidebar-sales .block-content { background:#026BAF !important; }
.col-left.sidebar #sidebar-sales .block-content .headline { padding:4px 0 12px 0; font-size:20px; line-height:22px; font-weight:normal; border-bottom:solid #085291 1px; margin-bottom:10px; }
.col-left.sidebar #sidebar-sales .block-content .message {  font-size:14px; line-height:16px; font-weight:normal; padding-right:85px; padding-bottom:24px; }
.col-left.sidebar #sidebar-sales .fps-sunburst {
	display:block;
	position:absolute;
	bottom:4px;
	right:-2px;
	width:85px;
	height:60px;
	padding-top:30px;
	background:url('/skin/frontend/mercado/default/images/v3/burst-red.png') bottom right no-repeat;
	background-size:100%;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 1px 0px rgba(0,0,0,0.15);
	-moz-text-shadow:1px 1px 0px rgba(0,0,0,0.15);
	-webkit-text-shadow:1px 1px 0px rgba(0,0,0,0.15);
	-o-text-shadow:1px 1px 0px rgba(0,0,0,0.15);
	-ms-text-shadow:1px 1px 0px rgba(0,0,0,0.15);
}

.col-left.sidebar #sidebar-sales .fps-sunburst span {
	position:absolute;
	top:30px;
	left:20px;
	font-weight:normal !important;
}

/*
#fps-container #fps-slider #fps-month-blowout.fps-slide .fps-title, #fps-container #fps-slider #fps-month-blowout.fps-slide .fps-desc {
	text-shadow:1px 1px 0px rgba(255,255,255,0.7);
	-moz-text-shadow:1px 1px 0px rgba(255,255,255,0.7);
	-webkit-text-shadow:1px 1px 0px rgba(255,255,255,0.7);
	-o-text-shadow:1px 1px 0px rgba(255,255,255,0.7);
	-ms-text-shadow:1px 1px 0px rgba(255,255,255,0.7);
	color:#222;
	width: 105px;
	float: right;
	font-size: 16px;
	margin: 12px 0px 0;
}
#fps-container #fps-slider #fps-month-blowout.fps-slide .fps-title {
	text-transform: uppercase;
	font-weight: bold;
}
#fps-container #fps-slider #fps-wil-video.fps-slide {
	background:#f5f5f5;
}
#fps-container #fps-slider #fps-didyouknow.fps-slide, #fps-container #fps-slider #fps-why-wil.fps-slide {
	background:url(/skin/frontend/mercado/default/images/v2/fps-bg-didyouknow.jpg) center center no-repeat;
	font-size:40px;
	line-height:1;
	text-align:center;
	text-shadow:1px 1px 0px rgba(0,0,0,0.3);
	-moz-text-shadow:1px 1px 0px rgba(0,0,0,0.3);
	-webkit-text-shadow:1px 1px 0px rgba(0,0,0,0.3);
	-o-text-shadow:1px 1px 0px rgba(0,0,0,0.3);
	-ms-text-shadow:1px 1px 0px rgba(0,0,0,0.3);
}
#fps-container #fps-slider #fps-didyouknow.fps-slide > div > span, #fps-container #fps-slider #fps-why-wil.fps-slide > div > span {
	display:block;
	color:#fff;
}
#fps-container #fps-slider #fps-didyouknow.fps-slide > div > span {
	margin-top:30px;
}
#fps-container #fps-slider #fps-why-wil.fps-slide > div > span {
	margin-top:20px;
}
#fps-container #fps-slider #fps-ocmetro-vid.fps-slide {
	background-image: url(/skin/frontend/mercado/default/images/v2/fps-featuredoc-vid.jpg);
}
.gchp-cred-icons {
	display:block;
	margin:30px auto 50px;
}
*/

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#05c; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

.block-subscribe .form-subscribe-header { font-weight:bold; }

/* Layout ================================================================================ */
.wrapper {}
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.main { margin:10px 0; }

/* Base Columns */
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.col-main { float:left; width:736px; border:1px solid #ddd; padding:5px; }
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:21px; background:transparent url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header { padding:10px; border:1px solid #ddd; }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.nav-container {}
#nav { border:1px solid #ddd; padding:5px 0; margin:10px 0; font-size:13px; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#000 !important; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #ddd; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .short-description {}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/i_rss-big.png) 6px 4px no-repeat; padding-left:32px !important; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #999; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #999; -webkit-box-shadow:0 0 6px #999; box-shadow:0 0 6px #999; z-index:1000; }
.remember-me-popup h3 { background:#CCC; border-bottom:1px solid #ccc; color:#0a263c; font-size:14px; margin:0; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { border-top:1px solid #666; padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; background:#999; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */

/* MAP Popup============================================================================== */
.map-info a { white-space: nowrap; }
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; padding:40px 0 10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { background:#f6f6f6; color:red; display:block; font-size:10px; line-height:14px; font-weight:bold; padding:5px; text-shadow:0 1px 0 #fff; box-shadow:0 0 3px #333; border-radius:5px; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #333; -webkit-box-shadow:0 0 6px #333; box-shadow:0 0 6px #333; text-align:left; width:300px; z-index:9999; }
.map-popup-heading { background:#efefef ; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:10px; height:15px; width:15px; text-indent:-9999em; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/**
 * @version    1.7.0.1 July 22, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright   Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license    http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 * Default Theme Styles
 */

body { background:#fff; font:0.75em/1.7em "Lucida Sans", "Lucida Grande",Helvetica,Verdana,sans-serif; color:#333; }
a  { text-decoration: none; }
a:hover { text-decoration:none; }
.clearfloat { clear: both; }

/* Typography */
p { padding-bottom: 10px; }
address { font-style:normal; margin:0 0 10px; padding:1px 5px; }
pre {  }
#rokmage-footer-text ul { list-style-type: square; }
#rokmage-footer-text ul li { display: list-item; margin-left: 15px; }

/* CMS Headings */
.cms-page-view .std h1 { font-size: 180%; padding-bottom: 10px; }
.cms-page-view .std h2 { font-size: 160%; padding-bottom: 10px; }
.cms-page-view .std h3 { font-size: 140%; padding-bottom: 10px; }
.cms-page-view .std h4 { font-size: 120%; padding-bottom: 10px; }
.cms-page-view .std hr { display: block; clear: both; margin:15px 0; border: 0px; }
.cms-page-view .std ul { padding: 0 10px 10px; list-style-type:square; }
.cms-page-view .std ul li { line-height: 2em; padding: 0 5px; }

/* CMS Images */
.cms-page-view .std img { background-color: #FFF; padding: 4px; border: 1px solid #ccc; margin:0 10px 10px 0; }

/* AW Blog Styling */
.blog-post-view .container, .blog-index-index .container, .blog-cat-view .container, .blog-index-list .container, .cms-index-index .postWrapper { padding:10px 10px 25px; }
.blog-post-view .rok-breadcrumbs, .blog-index-index .rok-breadcrumbs, .blog-cat-view .rok-breadcrumbs, .blog-index-list .rok-breadcrumbs { float:left; margin:0 0 17px -3px; }

/* Layout ================================================================================ */
.wrapper {  }
.page { width:auto; margin:0 auto; padding:0; }
.main-container { padding: 10px 0 40px; }
.main { margin:0 auto; width:942px; padding:0px 20px 15px; line-height: 1.4em; }

/* Base Columns */
.col-left { float:left; width:230px; border:0px; padding:15px 5px 0; }
.col-main { float:left; width:700px; border:0px; padding:0; position: relative; }
.col-right { float:right; width:230px; border:0px; padding:15px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:0; }
.col3-layout .col-wrapper { float:left; width:716px; }
.col3-layout .col-wrapper .col-main { float:right; padding-top: 10px; }
.col3-layout .col-left { width:210px; }
.col3-layout .col-right { width:210px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

/* Buttons */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { background-position:0 -30px; float:left; height:30px; padding:0 0 0 8px; font: 13px/30px "Lucida Sans", "Lucida Grande",Helvetica,Verdana,sans-serif; text-align:center; white-space:nowrap; }
button.button span span { background-position:100% -30px; padding:0 18px 0 4px; }
.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:0; }
button.button.hover span { background-position: 0 -210px; }
button.button.hover span span { background-position: 100% -210px; }
/* Fixes */
.block-reorder button, .block-compare button { float:right !important; }
.block-reorder .actions, .block-compare .actions { float:none !important; }

/* Forms */
.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
.validation-advice { text-indent:17px; padding-left: 0; margin:3px 0 5px; width: 130px; }
input.input-text, textarea { padding:5px; }

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 8px 10px 0; }
.page-title h1, .page-title h2 { font-size:200%; padding: 0 0 10px; margin-right:7px; width:100%; font-weight:bold; }

/* Toolbar */
.toolbar { clear:both; height:76px; }
/* Pager & Sorter */
.pager { border:0px; padding:10px 20px 5px 15px; margin:5px 0; text-align:center; }
.pager p { padding:0; }
.sorter { border:0px; padding:0 20px 10px 15px; margin:5px 0; }
/* 3col pager fixes */
/* Pager & Sorter */
.col3-layout .pager { padding:10px 5px 5px 15px; }
.col3-layout .sorter { padding:0 5px 10px 15px; }

/* Ratings */
.ratings { font-size:12px; }
.review-product-list .product-view .product-shop { float:left; }
.review-product-list .product-view { padding-left: 10px; }
.review-product-list .product-review .product-details { margin-left:120px; }
.review-product-list .add-to-box { margin-top: 10px; }
.review-product-list h1 { font-size: 1.6em; font-weight: normal; line-height: 20px; margin: 0 0 20px !important; padding: 5px 0 5px 0; width: 690px; }
.review-product-list h2 { margin-top: 10px; }
.review-product-list #customer-reviews dl { padding: 10px; }
.review-product-list #customer-reviews dl a { font-size: 1.2em; font-weight: bold; }
.review-product-list #customer-reviews dl dt { margin: 10px 0 5px; }
.review-product-list #product-review-table { margin: 10px 0; }
.product-review .product-img-box { width: 120px !important; }
.product-review .product-details { margin-left: 120px; }

/* Data Table */
.data-table { width:100%; }
.data-table th { border:1px solid #ccc; }
.data-table td { border:1px solid #ccc; }
.data-table thead { background-color:#f2f2f2; }
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table td.label, .data-table th.label { background-color:#f6f6f6; }

/* Tax Details Row */
tr.tax-details td { background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Sidebar =============================================================================== */
.block { border:0px; margin:0 0 10px; }
.block .block-title { border-bottom:0px; padding:3px 0px 15px; }
.block .block-title strong { font-size:170%; font-weight:normal; }
.block-viewed .block-title strong { font-size:130%; }
.block .block-title strong span { }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; clear: both; }
.block .block-content { padding:10px 0; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}
.block-compare .block-title strong { font-size: 150%; }
.block-related .product-name { padding: 0; }

.block li.odd {}
.block li.even { background-color:transparent; }

.sidebar .block .block-title { padding: 0 20px 15px 0; }
.sidebar .block .block-content { padding: 0 20px 15px 0; }
.col-right .block .block-title { padding: 0 0 15px 10px; }
.col-right .block .block-content { padding: 0 0 15px 10px; }

.block-subscribe input.input-text, textarea { width:178px; margin:5px 0; border:1px solid #CCC; }

.block-cart .summary { padding-bottom:10px; }

.block-reorder .product-name { margin-left: 20px !important; }

/* Shopping Cart ========================================================================= */

.checkout-cart-index ul.messages { margin:0 0 15px 0 !important; }
.checkout-cart-index .page-title h1 { width: 100%; text-align:left; }
.cart .title-buttons .checkout-types li { margin: -20px 0 5px 5px; }
.checkout-cart-index .page-title .btn-checkout { margin-top:-25px; }
.cart {}
.checkout-cart-index .btn-continue, .checkout-cart-index .buttons-set button.button { float: left; }
.checkout-cart-index .form-list select { width:205px; }
.checkout-cart-index .form-list input.input-text, .discount-form input#coupon_code { width:188px; }
.checkout-cart-index .buttons-set { border: 0; clear:both; margin:0; padding:0; background: none; }
#shopping-cart-table .product-name a { font-weight: bold; color: #000; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:15px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:470px; }

.cart .cart-collaterals .crosssell, .cart .cart-collaterals .discount, .cart .cart-collaterals .shipping, .cart .totals { margin-bottom:10px; padding:12px 6px; }
.cart .cart-collaterals .discount h2, .cart .cart-collaterals .shipping h2, .cart .totals h2 { font-size:16px; font-weight:bold; margin-bottom: 10px; }
.cart .cart-collaterals .crosssell h2 { font-size:13px; font-weight:bold; line-height:1.1; padding-bottom: 15px; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:75px; }
.cart .crosssell .add-to-links { border-bottom:1px solid #DDD; margin:10px 0; padding-bottom:5px; }
.cart .crosssell h3 { font-weight: bold; font-size: 1.1em; margin-bottom: 5px; }
.cart .crosssell .price-box { margin: 5px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}
.checkout-cart-index .col2-set .col-2 p, .checkout-cart-index .col2-set .col-2 label { padding-bottom: 5px; }
.discount-form .input-box, .discount-form .buttons-set { padding-top: 5px;}
.discount-form input.inputstyled { width: 200px; }
.checkout-cart-index .cart .cart-collaterals .col2-set .col-1 .crosssell, 
.checkout-cart-index .cart .cart-collaterals .col2-set .col-2, 
.checkout-cart-index .cart .totals { border:1px solid #ccc; -webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius: 10px; background-color:#F6F6F6; }
.checkout-cart-index .sp-methods { margin: 10px 0; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:192px; }
.cart .totals table { border:1px dotted #CCC; margin-bottom:12px; width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.totals .checkout-types button { margin-bottom:15px; }

/* One Page Checkout */
.checkout-onepage-index .col-main { padding:10px; width:680px; }
.checkout-onepage-index .page-title {  }
.checkout-onepage-index .col2-set .col-1 { border-right:1px dotted #CCC; width:48%; }
.checkout-onepage-index .buttons-set { border:0; margin-right: 5px; }
.block-progress { line-height:1.6em; }
.block-progress .block-title strong { font-size:140%; font-weight:normal; }
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#FFF; border:1px dotted #CCC; padding:5px; }
.block-progress dd.complete { margin:-1px 0 10px; }
.checkout-onepage-index .data-table tfoot, .checkout-onepage-index .data-table tbody tr.odd { background-color:#FFF; background-image: none; }
.checkout-onepage-index .data-table tfoot tr.last { }
.checkout-onepage-index button.btn-checkout span { }
.checkout-onepage-index button.btn-checkout span span { background-color: transparent; }

.opc { border-top:1px solid #CCC; }
.opc .step { padding: 20px; }
.opc li.section { border:1px solid #CCC; border-top: 0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; }
.opc .step-title .number { float:left; padding-top:2px; font-size:1.2em; line-height:2.1em; margin:0 8px 0 5px; color: #888; }
.opc .step-title h2 { float:left; font-size:1.2em; line-height:2.1em; padding-top:2px; }
.opc .step-title a { display:none; float:right; }
.opc .active .step-title { background-color:#FFF; }

/* Inputs OPC */
.opc .form-list .field, .opc .form-list .input-box { width:auto; }
.opc .form-list input.input-text { margin-right:2px; width:300px; }
.opc .form-list li.wide input.input-text { width:620px; }
.opc .form-list select { width:310px; padding: 8px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { border-bottom:1px solid #CCC; padding:18px 25px 12px; }
.multiple-checkout .page-title h1, .checkout-multishipping-address-newshipping h1,
.checkout-multishipping-address-editshipping h1, .checkout-multishipping-address-editaddress h1,
.checkout-multishipping-success h1 { font-size:20px; height:28px; padding:15px 0 8px 15px; text-align:left; width:723px; }
.multiple-checkout h2, .multiple-checkout h3 { padding-bottom: 5px; }
.multiple-checkout .box { padding-bottom: 15px; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }
.multiple-checkout .col2-set, .multiple-checkout .col3-set { border:1px dotted #CCC; margin:15px 15px 15px 0; padding:15px; }
.checkout-multishipping-billing .col2-set, .checkout-multishipping-overview .col2-set { margin-right: 0;  }
.multiple-checkout .page-title { margin-bottom: -15px; }
.multiple-checkout .page-title button { margin-top: -85px; }
.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big { line-height:35px; }
.multiple-checkout .grand-total .price {}
.multiple-checkout .data-table tfoot, .multiple-checkout .data-table tbody tr.odd { background-color:#FFF; background-image: none; }
.multiple-checkout .data-table tfoot tr.last {  }
.multiple-checkout button.btn-checkout { margin-bottom: 10px; }
.multiple-checkout button.btn-checkout span span { background-color: transparent; }
.checkout-multishipping-success .page-title { margin-bottom: 0; }

/* Inputs Multi-Shipping */
.checkout-multishipping-address-newshipping .form-list .field { float:left;  }
.checkout-multishipping-address-newshipping .form-list input.input-text { }
.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {  }
.checkout-multishipping-address-newshipping .form-list select {  }

/* Account Login/Create Pages ============================================================ */
.account-login  { }
.account-login .col2-set { padding: 0 15px; }
.account-login .page-title { padding:0 15px 12px; }
.account-login h2 { padding-bottom: 10px; }
.account-login .new-users .content { border-right:1px dotted #CCC; padding-right:8px; width:95%; }
.account-login .registered-users {}
.account-login .buttons-set { border:0; }
.account-login .form-list input.input-text { width:220px; }

/********** < Dashboard */
.dashboard {}
.my-account { padding:10px; }
.my-account .pager { width: auto; margin:15px 0; }
.dashboard .welcome-msg {}
.block-account { padding-top: 20px; }
.my-account .title-buttons { text-align: left; }
.my-account .title-buttons button { float: right; margin-top: -40px; }
.my-account h2 { padding-bottom: 10px; margin-bottom: 10px; border-bottom:1px dotted #CCC; }

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }
.sales-order-view .data-table tfoot, .sales-order-view .data-table tbody tr.odd { background-image: none; }

/* Block: Account Information */
.my-account .col2-set { border:1px dotted #CCC; margin:15px 15px 15px 0; padding:15px; }
.dashboard .box-account .box-head h2 { background-color:#EEEEEE; font-size:1.2em; height:28px; padding:10px 0 0 15px; margin: 10px 0; }

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ccc; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Order View */
 .sales-order-view .order-info-box { border:1px dotted #CCC; margin:15px 0 15px 0; padding:15px; }

/* Orders */
#my_recent_reviews li { padding:10px 0 0; } 
#my_recent_tags { padding:10px 0; }
#my_recent_tags ul { padding: 0 0 20px; }
#my_recent_tags li { display: inline; }
#my_recent_tags li .product-name { font-weight: bold; }

/* Inputs Dashboard */
.my-account .form-list .field { float:left; width:310px; }
.my-account .form-list input.input-text { width:290px; }
.my-account .form-list li.wide input.input-text { width:600px; }
.my-account .form-list select { width:320px; }
.my-wishlist textarea { width:320px; }

/* Contact Page */
/* Inputs */
.contacts-index-index .form-list .field { float:left; width:335px; }
.contacts-index-index .form-list input.input-text { width:315px; }
.contacts-index-index .form-list li.wide textarea { width:620px; }
.contacts-index-index .col3-layout .form-list li.wide textarea { width: 400px; }

/* CMS Pages */
.cms-page-view .col-main { padding:10px; width:680px; }
.cms-page-view .col1-layout .col-main { padding:10px; width:auto; }
.cms-page-view .col1-layout .rok-breadcrumbs { margin-right:522px; }
.cms-page-view .col3-layout .col-main { width: 470px; }

/* Pop Ups */
.page-popup,  .data-table th, .data-table td, .dashboard .box-account .box-head h2 { background: #fff !important; }
.page-popup .page-title { margin: 0 0 10px; }
.page-popup .page-title h1, .page-popup .page-title h1 span.color { float: none; background: none; text-align: left; padding: 0; margin: 0 0 -20px; color: #333 !important; text-shadow: none; font-weight: bold; }
.page-popup h2.product-name { font-weight: bold; font-size: 120%; padding: 5px 0 2px; line-height: 1em; }
.page-popup .product-image { float: left; margin-right: 10px; }
.page-popup .ratings { height: 25px; margin: 5px 0; }
.page-popup .ratings .amount { white-space:nowrap;}
.page-popup .price-box { font-size: 120%; margin: 7px 0; }
.page-popup .product-shop-row p, .page-popup .product-shop-row .add-to-links,
.page-popup .product-shop-row .ratings, .page-popup .product-shop-row h2.product-name { margin-left: 110px; }

/* Misc Fixes */
.catalogsearch-advanced-index .form-list label { width: 100%; }
.catalogsearch-term-popular .col-main ul.tags-list li { line-height: 2em; padding: 0 5px; }
.block-tags .actions { float: none !important; }

/* PayPal */
.product-view .paypal-logo, .product-view .paypal-logo a { float: left; }
.product-view .paypal-or { display: block; float: left; margin: 10px 0; width: 100%; }
.add-to-cart .paypal-logo { text-align: left; }
.page-title ul.checkout-types .paypal-logo { margin-top: -16px; }
.paypal-express-review #order_review_form #review_submit { display: none !important; }

/* View Mobile */
.viewmobile { display: block; width: 100%; height: 80px; line-height: 80px; font-size: 46px; padding: 5px 0; background: #FECB21; text-align: center; }
.viewmobile a { font-weight: bold; color: #333; }

/*Price Details Grid Products Page*/
.productdetails-yourprice { color: #DD2300; font-size: 1.3em; font-weight: bold; }
.productdetails-value { color: #000000; font-size: 1.1em; }
.productdetails-yousave { color: #DD2300;  font-size: 1.1em; }
.productdetails-header { color: #777777; }

/* Product Categories Listing (search page uses this too) */
.productcategory-yourprice { color: #004DD6;}


/*Styling for Confidential Lab Record Page*/
.fax_explanation { padding: 2px 0 0 0; color: #23978e; font-weight: bold;}
/* Affiliateplus stylesheet */
.affiliate_message { margin: 10px 0px 0px 0px; }

/* Banner-Links */
#banner-view-list li.banner-view-item{ border-top: 2px solid #CCCCCC; margin-bottom: 45px; }
#banner-view-list li.banner-view-item span.share{ float: right; }

/* Referer */
#referer_grid thead th a { color: #0A263C; }
#referer_grid thead th a:hover{ color: #0A263C; }

/* Miniform request money */
.affiliateplus_form_request { overflow: hidden; margin-bottom: 10px; }

/* Tiers */
#tiers_grid thead th a { color: #0A263C; }
#tiers_grid thead th a:hover{ color: #0A263C; }

/* Payment Method */
li.payment_method_form { margin-left: 21px; }
#affiliateplus_payment_request_form input.radio { float:left; margin: 3px 5px 0px 0px; }

/*  Contact Group */
#group-table tr { cursor:pointer;}
#group-table tr:hover{ background-color:#FCF5DD}



/* Refer a Friend */
#affiliateplus-sidebar {
	width: 345px;
}

#affiliateplus-sidebar .allow .step-title {
	cursor: pointer;
	border-bottom: 1px solid #BBAFA0;
}

#affiliateplus-sidebar .allow .step-title:hover{
	background: #F9F3E3;
}

#affiliateplus-sidebar .allow .step-title:hover .number{
	background: #F18200;
	border-color: #F19900;
	color: #FFF;
}

#affiliateplus-sidebar .allow .step-title:hover h2{
	color: #F18200;
}
	
#affiliateplus-sidebar .step, #affiliateplus-sidebar p.box-content{
	padding: 8px;
}

#affiliateplus-sidebar .form-list textarea{
	width: 318px;
	height: 100px;
}

#affiliateplus-sidebar .step-title span.logo{
	width: 16px;
	height: 16px;
	margin-right: 4px;
	border: none;
}

/* Personal */
#affiliateplus-sidebar #input-personal-url{
	width: 219px;
	float: right;
}
#affiliateplus-sidebar #input-personal-url #personal_url{
	width: 215px;
}
#affiliateplus-sidebar #personal_affiliate_url{
	width: 327px;
	text-align: center;
}

/* Email */
#affiliateplus-sidebar .step-title span.email-logo{
	background: url('http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/css/magestore/images/email-grayscale.png') no-repeat;
}
#affiliateplus-sidebar .active .step-title span.email-logo, #affiliate-opc-email .step-title:hover span.logo{
	background: url('http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/css/magestore/images/email-color.png') no-repeat;
}
#affiliateplus-contact-list .form-list .input-box, #affiliateplus-contact-list .form-list .input-box select{
	width: 100%;
}
#affiliateplus-contact-list .buttons-set{
	padding-top: 7px;
	border-top: 0px;
	margin-top: 0px;
}

/* Google */
#affiliateplus-sidebar .step-title span.google-logo{
	background: url('http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/css/magestore/images/gplus-grayscale.png') no-repeat;
}
#affiliateplus-sidebar .active .step-title span.google-logo, #affiliate-opc-google .step-title:hover span.logo{
	background: url('http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/css/magestore/images/gplus-color.png') no-repeat;
}

/* Facebook */
#affiliateplus-sidebar .step-title span.facebook-logo{
	background: url('http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/css/magestore/images/facebook-grayscale.png') no-repeat;
}
#affiliateplus-sidebar .active .step-title span.facebook-logo, #affiliate-opc-facebook .step-title:hover span.logo{
	background: url('http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/css/magestore/images/facebook-color.png') no-repeat;
}

/* Tweeter */
#affiliateplus-sidebar .step-title span.twitter-logo{
	background: url('http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/css/magestore/images/tweet.png') no-repeat 0px -17px;
}
#affiliateplus-sidebar .active .step-title span.twitter-logo, #affiliate-opc-twitter .step-title:hover span.logo{
	background: url('http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/css/magestore/images/tweet.png') no-repeat 0px 3px;
}

#affiliateplus-sidebar .tweeter span.span{
	-webkit-border-radius: 3px;
	border: #CCC solid 1px;
	padding: 2px;
	-moz-border-radius: 3px; border-radius: 3px;
	background-image: -moz-linear-gradient(top, white, #DEDEDE);
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#DEDEDE));
	background-image: -ms-linear-gradient(top, white, #DEDEDE);
	background-image: linear-gradient(top, white, #DEDEDE);
	background-image: -o-linear-gradient(top, white, #DEDEDE);
}
#affiliateplus-sidebar button.tweeter span.span span{
	background: url('http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/css/magestore/images/tweet.png') no-repeat -26px 3px;
	padding: 0px 3px 0px 24px;
	color: #1E7EC8;
	margin-left: 2px;
}


#affiliateplus-sidebar .buttons-set{
	padding-top: 7px;
	border-top: 0px;
	margin-top: 0px;
}

#affiliateplus-sidebar .affiliateplus-opc li{
	margin-bottom: 8px;
}

/* End Refer Friend */

/* Commissions */
ul.affiliate-commission-tab{
	height: 27px;
	font-weight: bold;
	margin-top: 10px;
}
ul.affiliate-commission-tab li.affiliate-tab-item{
	float: left;
	height: 20px;
	border: 1px solid #E2E2E2;
	border-bottom: 0px;
	margin: 1px 2px;
	padding: 3px 6px;
	background-color: #E2E2E2;
}
ul.affiliate-commission-tab li.active-tab{
	font-size: 1.1em;
	background-color: #FFF;
	color: #DE5400;
}
ul.affiliate-commission-tab li a{
	text-decoration: none;
	color: #999;
}
/* End commissions */

/* End */

/* Affiliateplus Program Plugin stylesheet */

.affiliate-clear { min-height: 18px; clear: both; }

.affiliateplusprogram_total_commission { color: #ff0000; }

.affiliateplus-form-search .input-box .label { font-weight: bold; }
.affiliateplus-form-search .input-box .left input { margin-left: 10px; }
/**
 * @version    1.7.0.1 May 25, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright   Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license    http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

/* Block: Layered Navigation */
.block-layered-nav, .block-layered-nav .block-content { background-image:none !important; margin:0; }
.block-layered-nav .block-title, .block-layered-nav .block-content  { padding: 5px 0 15px !important; }
#rokmage-layered-nav dl {padding-left: 5px;}
#rokmage-layered-nav li { list-style-type:disc; font-size:80%;line-height:20px;margin-left: 3px; }
#rokmage-layered-nav ol { padding: 0 0 10px 10px;}
#rokmage-layered-nav ol li a { text-decoration:none; font-size:125%; }
#rokmage-layered-nav ol li a:hover { text-decoration:none;}
#rokmage-layered-nav dt { font-weight:bold; padding: 0 0 5px 16px; cursor: pointer;}
#rokmage-layered-nav dt:hover { }
#rokmage-layered-nav .active { }
#rokmage-layered-nav .currently { font-size:140%; padding-top: 5px; }
#rokmage-layered-nav .currently li  { margin-left: -10px; list-style-type:none; }
#rokmage-layered-nav .currently li .label { margin-left: 5px; }
#rokmage-layered-nav .actions { margin-bottom: 10px; float: none !important; }

/*---- Category Grid/List Switcher ----*/
/* List View */
ul.display { float: left; margin: 0; padding: 0; list-style: none; }
ul.display li { float: left;margin: 0; }
ul.display li .product-container { margin:0 0 5px; position: relative; background: #E9EBEE; }
ul.display li .product-image-col { width: 90px; padding: 14px; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-categoryview/images/product_list_bg.png) 0 0 repeat-x; float: right; }
ul.display li .product-info-col { width: 544px; padding: 15px; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-categoryview/images/product_list_bg.png) 0 0 repeat-x; float: left; }
ul.display li .product-info-col h2.product-name, .product-info-col .ratings, .product-info-col .price-box, .product-info-col .product-desc { padding-bottom: 5px;}
ul.display li .product-info-col h2.product-name a { font-size:1.2em; font-weight: bold; line-height: 1.2em; text-decoration: none; }
ul.display .price-box p { display: block !important; padding-bottom: 5px; }
/* Grid View */
ul.thumb_view {  }
ul.thumb_view li .product-container { margin-right: 5px; }
ul.thumb_view li .product-image-col { width: 100px; padding: 10px 0 10px 10px;  }
ul.thumb_view li .product-info-col { width: 102px; padding: 15px 7px; }
ul.thumb_view li p, ul.thumb_view li span.spacer-hide, ul.thumb_view li .product-info-col ul, ul.thumb_view li .product-info-col table { display: none; }
ul.thumb_view li p.price-from, ul.thumb_view li p.price-to { display: block !important; }
ul.thumb_view li span.addto { white-space:nowrap }
/* Toolbar */
.toolbar-wrapper { margin-left: 25px !important; clear: both; }
.toolbar { margin-left:-25px !important;  }
/* Switch */
span.switch_thumb { width: 104px; height: 26px; line-height: 26px; padding: 2px 0 0 40px; margin: -38px 0 10px 15px; display: none; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-categoryview/images/switch.gif) no-repeat 0 0;  }
#switch_thumb_bottom span.switch_thumb { margin: -38px 0 0 15px;}
span:hover.switch_thumb { cursor: pointer; }
span.swap { background-position:bottom left; }
/* Buy Button/Out Of Stock */
.product-image-col button.button { margin-left: 0; }
.availability .out-of-stock { color:#333; font-weight:bold; margin-left:18px; }
/* Ratings */
.rating-box { background:transparent url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-categoryview/images/bg_rating.png) repeat-x 0 0; float: left; margin-right: 5px; }
.rating-box .rating { background:transparent url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-categoryview/images/bg_rating.png) repeat-x 0 100%; }
.ratings .rating-links { margin:0; padding:0; }

/* Rounded Corners */
.infobox-top-L { position: absolute; left: -1px; top: -1px; height: 16px; width: 16px; }
.infobox-top-R { position: absolute; right: -1px; top: -1px; height: 16px; width: 16px; }
.infobox-bottom-L { position: absolute; left: -1px; bottom: -1px; height: 16px; width: 16px; }
.infobox-bottom-R { position: absolute; right: -1px; bottom: -1px; height: 16px; width: 16px; }

/* 3 col width fixes */
.col3-layout ul.thumb_view li .product-info-col { padding: 15px 7px 15px 12px; width: 106px; }
.col3-layout ul.list li .product-info-col { width: 330px; }
.col3-layout .toolbar-wrapper { width: 455px; }
.col3-layout .toolbar { width: 470px; }
/**
 * @version    1.6.2.0 March 14, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright   Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license    http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

.footer { position:relative; width: 942px; padding: 20px 20px 0; margin: 0 auto; border: 0; line-height: 1.4em; }
.clearfloat { clear: both; }

/* Top Link */
.footer .top-link { position: absolute; top: 40px; right: 35px; text-decoration: none; line-height: 10px; padding-left: 12px; }

/* Footer lists */
.rokmage-footer-inner-panel  { width: 190px; float:left; font-size: 12px; padding: 14px 8px 0 10px;}
.footer .rokmage-footer-inner-panel ul { }
.footer .rokmage-footer-inner-panel ul li a { text-decoration: none; display:block; padding-bottom:5px; padding-left:16px; }
.rokmage-footer-inner-panel h3 { font-size:125%; font-weight:normal; padding-bottom: 12px;}
#rokmage-footer-text {  float: right; width: 300px; padding: 14px 10px 15px 0px; }
#rokmage-footer-text p, .rokmage-footer-inner-panel p {  text-align: left; }
#rokmage-footer-text h3 { font-size:125%; font-weight:normal; padding-bottom: 12px;}

/* Footer Menu */
#footer-bottom { line-height: 45px; position:relative; height: 30px; text-align: center; margin: 10px 0 0; }
#footer-bottom ul li { display: inline}
#footer-bottom ul li a { font-size:120%; padding:0 17px 0 13px; }
#footer-bottom ul li span { font-size:120%; padding:0 17px 0 13px; }
#footer-bottom ul li.last a { background:none; }
#footer-bottom ul li a:hover { text-decoration:none; }
.footer ul.footermenu { float:none; margin:0 auto; padding:10px 0; }
.footer .store-switcher { bottom:6px; left:25px; line-height:36px; position:absolute; }
#rocketlogo { margin: 0 auto 10px; height: 15px; width: 111px; padding: 5px 0; }
#rocketlogo a { display: block;height: 15px; width: 111px; }
#copyright { text-align: center; line-height:35px; }

/* Footer Recently Viewed List */
.footer-viewed .toptab { margin: -54px 0 0 25px; font-size: 100%; }
.footer-viewed-title strong { font-size: 100% !important; font-weight: normal; }
.footer-viewed .price-box p { padding: 0; }
.footer-viewed { width: 930px; padding: 20px 20px 15px; margin: 0 auto; }
.footer-viewed-content { padding: 10px 0; }
.footer-viewed-content ol#recently-viewed-items {  }
.footer-viewed-content ol li { float: left; width:186px; line-height: 1.4em; }
/**
 * @version    1.7.0.2 August 7, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright   Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license    http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
 
a.product-image img { border: 1px solid #DDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 8px;
}

a.rounded_m {
    display: inline-block;
    margin-bottom: 10px;
}

/* XL */
.product-image span.round-xl { background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/rokmage-imageborders/images/bottom-shadow-xl.png) no-repeat 50% 100%; display: block; height: 215px; left: 0; margin: 0 0 10px -2px; position: absolute; top: 0; width: 215px; }

/* L */
.product-image span.round-l { background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/rokmage-imageborders/images/bottom-shadow-l.png) no-repeat 50% 100%; display: block; height: 165px; left: 0; margin: 0 0 10px 10px; position: absolute; top: 0; width: 152px; }

/* M */
.product-image span.round-m { background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/rokmage-imageborders/images/bottom-shadow-m.png) no-repeat 50% 100%; display: block; height: 100px; left: 0; margin: 5px 0 10px 2px; position: absolute; top: 0; width: 92px; }

/* Product Scroller */
.scrollable-container .product-image img { padding: 0 !important; }
.scrollable-container a.product-image { position: relative; display: inline-block; }
.scrollable-container .product-image img.tooltipped { margin-bottom: 0 !important; }
.scrollable-container .product-image span.round-m { height: 95px; margin: 0 0 10px 2px; }

/* Cart Scroller */
div.cart-scrollable .product-image span.round-m { margin: 10px 0 0 55px; }


/**
 * @version    1.7.0.3 July 22, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright   Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license    http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

/* 1st Level */
ul#magemenu-top { position: relative; height: 28px; font-size: 14px; padding: 8px 15px 10px 14px; z-index: 999999999; border: 1px solid #CCC; }
ul#magemenu-top li { float: left; height: 38px; white-space:nowrap; padding-right: 7px; position: relative; }
ul#magemenu-top a { display: block; margin:5px 2px 5px 15px; text-decoration: none;  }
/* 2nd Level */
ul#magemenu-top li ul { background:#EFEFEF; border: 1px solid #CCC; z-index: 9999; display: none; position:absolute; top:37px; left:6px; text-align: left;  padding:0 6px 5px 6px; }
ul.menu li ul { width: 364px; padding-bottom: 15px; } /* Double Only */
ul.menu-single li ul { width: 184px; padding-bottom: 5px; } /* Single Only */
ul.menu-single li ul li { width: 184px; padding: 0; }
ul.menu li ul li { width: 175px; padding: 0; }
ul#magemenu-top li ul li a span { display: block; padding: 5px 0 5px 6px; }
ul#magemenu-top li ul li a { font-weight: normal; padding-left: 0px; margin:5px 2px 5px 0px; }
/* 3rd Level */
ul#magemenu-top li ul li ul { top: 0; padding-top: 0; margin-top: 0px; z-index: 9999999; }
/* Misc */
ul#magemenu-top .bg-top { display: none; height: 14px; position:absolute; top:-14px; left:160px; }
ul.menu .bg-top { width: 365px; } /* Double Only */
ul.menu-single .bg-top { width: 365px;  } /* Single Only */
ul#magemenu-top .bg-top-curves { display: none; position:absolute; }
/* Active States */
ul#magemenu-top li ul li a:hover, ul#magemenu-top li ul li.active > a, ul#magemenu-top li ul li.hover > a {  }
ul#magemenu-top li ul li.hover > a span, ul#magemenu-top li ul li.active > a span {  }
ul#magemenu-top li.hover { cursor: pointer; }

/* Lavalamp Effect */
.inner-header-container #box { position:absolute; left:-1000px; top:6px !important; height:35px; margin:6px 0 0 10px; }
.inner-header-container #box .head { width: 0px; height:35px; margin-left:-8px; }

/* MegaMenu */
ul#magemenu-top li ul.popup { padding: 0; height: auto; width: auto; cursor: default; padding-right: 15px; left: -5px !important; }
ul#magemenu-top li ul.popup > li { float: none !important; height: auto; width: auto; }
ul#magemenu-top li ul.popup li { padding: 0 0 12px 12px !important; }
ul#magemenu-top li ul.popup div.column { padding: 0 4px; margin-top: -1px; float:left; width:200px; }
ul#magemenu-top li ul.popup li a.level1 { padding: 3px 5px 5px !important; font-weight: bold; }
ul#magemenu-top li ul.popup li a.level1 span { padding: 0 0 0 15px !important; }
ul#magemenu-top li ul.popup div.itemSubMenu { font-size: 80%; margin-left: 0; }
ul#magemenu-top li ul.popup div.itemSubMenu.level2 { margin-left: 15px; }
ul#magemenu-top li ul.popup div.itemSubMenu.level1 { padding: 5px 0 10px; }
ul#magemenu-top li ul.popup div.itemSubMenu a { padding: 0 5px 0 20px !important; line-height: 22px; font-size: 12px !important; }
.clearBoth { clear:both; }
/* Custom Block */
ul#magemenu-top li ul.popup div.block-custom { margin: 0 -6px; padding: 14px 5px 2px; }
ul#magemenu-top li ul.popup div.block-custom p { padding: 0; }


/**
 * @version    1.7.0.3 July 22, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright   Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license    http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

.mageside-menu  { background-image:none !important; margin-bottom:30px; }
.mageside-menu .block-title  { padding-top: 10px; padding-bottom: 10px; }
.mageside-menu .block-content  { padding-top: 0; padding-bottom: 0; background-image:none; }
.mageside-menu ul { padding: 0 0 0 20px;}
.mageside-menu ul li { padding:0 0 6px 0; }
.mageside-menu-toggle-button { width: 14px; height: 14px; margin: -25px 0 0 200px; float: left; cursor:pointer; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-magemenus/images/magemenuside_menu_togglebtn.png) no-repeat 0 0;}
.mageside-menu-toggle-button.active { cursor:pointer; background-position: 0 100%; }
.mageside-menu-toggle-button-current { width: 14px; height: 14px; margin: -23px 0 0 200px; float: left; cursor:pointer;}
.mageside-menu-toggle-button-current.active { cursor:pointer; }
.mageside-menu-heading  { border: 0; background-position: 0px 12px; padding: 0; margin: 0; height: 38px; line-height: 38px; width: 220px; font-size: 1.1em; font-weight: normal; float: left; text-decoration: none; background-repeat: no-repeat; }
.mageside-menu-heading:hover, .mageside-menu-heading.hover { background-position: 0px -443px;}
.mageside-menu-heading.active, .contacts-index-index .mageside-menu-heading.contact { font-weight: bold; background-position: 0px -443px;}
.mageside-menu-heading.activecurrent { font-weight: bold; background-position: 0px -443px;}
.mageside-menu-toggle-container { padding: 0 0 10px 0; overflow: hidden; clear: both; line-height: 25px; width: 220px; }
.mageside-menu-toggle-container.active { display: block !important;}
.mageside-menu-toggle-container li a { font-size: 1.1em; text-decoration: none; padding:0 0 0 22px;}
.mageside-menu-toggle-container li a.current { font-weight: bold; background-position: 0px -453px; }
.mageside-menu-toggle-container li a:hover { text-decoration: none; background-position: 0px -453px; }
.mageside-prod-num { font-size: 90%; }
.mageside-menu-heading span { display:block; padding:0 0 0 20px; font-size:110%; }
.mageside-menu-heading.active span.parent, .mageside-menu-heading.activecurrent .active span.parent { background-image:none; }
.mageside-menu-toggle-button-current { display:none; }
#tree-menu { padding-bottom: 5px; }
#tree-menu ul { margin-left: 15px; }
#tree-menu li { padding: 0; }

/* 3col width fixes */
.col3-layout .mageside-menu-heading, .col3-layout .mageside-menu-toggle-container { width: 200px; }
.col3-layout .mageside-menu-toggle-button { margin: -25px 0 0 180px; }
/**
 * @version    1.7.0.2 June 13, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright   Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license    http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

/* Header ================================================================================ */
.header-container { width:968px; margin:0 auto; position: relative; }
.header { padding: 8px 0 18px 15px; border: 0; }
.header .logo { float:left; text-decoration:none !important; margin-top: 30px;}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }

/* Welcome */
.header .welcome-msg-R { float:left; font-size:13px; margin:45px 0 0 15px; height:19px; float:left; padding-right: 10px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/small-button-R.png) 100% 0 no-repeat;  }
.header .welcome-msg-L { padding:2px 0 4px 10px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/small-button-L.png) 0 0 no-repeat; color: #333; font-size:11px; font-weight: bold; }

/* Search*/
.header #search_mini_form input { border: 0; width: 195px; text-align: left; }
.header .form-search { width: 206px;  background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/search-bg.png) no-repeat 0 0; padding: 18px 10px 15px 34px; text-align:center; position: absolute; top: 40px; left: 50%; margin-left: 225px; }
.header .form-search .search-autocomplete { z-index:999; color: #666; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}

/* Language & Date */
.header .form-language { text-align:center; position: absolute; top: 6px; left: 50%; margin-left: -22px; font-weight:bold; color:#ccc; font-size: 12px; }
.header .form-language select { padding: 1px; border: 0px solid #3E3832; color:#666;}
.header .date { position: absolute; left: 10px; font-weight:bold; color:#ccc; font-size: 12px; }

/* Header Cart */
.header .rokmage-cart-box-container { right: 50%; margin:0 -200px 0 0; position:absolute; top:41px;}
.header .rokmage-cart-box-container a {text-decoration: none;}
.header .rokmage-cart-box-R { height: 48px; float:left; padding-right: 12px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/cart-bg.jpg) 100% 0 no-repeat;  }
.header .rokmage-cart-box-L { height: 48px; padding: 12px 0 0 9px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/cart-bg.jpg) 0 0 no-repeat; color: #333; font-size:12px; }
.header .rokmage-cart-box-L .cart-icon { float: left; padding:2px 5px 0 2px; }
.header .rokmage-cart-box-L a span.big, .header .rokmage-cart-box-L span.big { float: left; font-size: 34px; line-height: 26px; padding: 0 5px 0 2px; color: #333; text-shadow: 1px 1px #ccc;}
.header .rokmage-cart-box-L span.items-checkout { line-height: 12px; float: left; display: block; color: #333; width: 50px;}
.header .rokmage-cart-box-L span.items-checkout a, .header .rokmage-cart-box-L span.items-checkout .inactive { color: #666; text-decoration: none;}
.header .rokmage-cart-box-L span.items-checkout a:hover { color: #999; text-decoration: none;}

/* Top Links */
.header .links { float:right; margin: 0; font-size: 12px;  }
.header .links li {  display: inline; padding: 0 10px; }
.header .links li a { font-weight:bold; color:#ccc; text-decoration: none; }
.header .links li a:hover { color:#999; text-decoration: none; }
.header ul.links li.first a { padding: 2px 0 2px 17px; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/login.png) no-repeat 0 30%; }
.header ul.links li.first a.logout { background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/logout.png) no-repeat 0 30%; }

/* Font Resizer */
.fontResizer { background: #fff; width: 100px; position: absolute; right: 10px;}
.fontResizer a { display: block; float: left; width: 15px; height: 15px; text-align: center; line-height: 15px; text-decoration: none; margin: 0 0 0 4px; }
.smallFont { background: #ccc url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/font-resizer.png) 0% 0% no-repeat;}
.largeFont { background: #ccc url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/font-resizer.png) -30px 0% no-repeat; }
.rokmage-text-resize { font-size: 12px; font-weight:bold; color:#ccc; float:left; padding-right: 3px; }
.smallFont:hover, .largeFont:hover { background-color: #fff;}

/* ----- Modal Windows ----- */
/* Defaults */
.modal-close { position: absolute; top: 40px; right: 35px; padding: 11px; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/modal-cart-close.gif) 0 0 no-repeat; cursor: pointer;}
#overlay { background:#000; display: none; opacity: 0; height:100%; left:0; position:fixed; top:0; width:100%; z-index:999999999; cursor:pointer; }
div.modalcontent { display: none; position: fixed; left: 50%; z-index: 9999999999; }

/* Cart Modal*/
#rokmage-header-cart {  width: 240px; margin-left: -150px; height: 290px; margin-top: -165px; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/modal-cart-bg.png) 0 0 no-repeat;  color: #333; padding: 30px; }
#rokmage-header-cart h6 { padding:13px 0 10px 13px; font-size: 15px; color: #736C64; font-weight: normal; }
#rokmage-header-cart h4 a { color: #666; text-decoration: none; }
#rokmage-header-cart .modalcart-btn-remove { color: #999; text-decoration: none; }
#rokmage-header-cart .modalcart-btn-remove img { padding: 1px 3px 0 0;}
#cart-buttons { margin-top: 10px; }
#rokmage-header-cart span.button { background:transparent url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/cart_bkg_button.gif) no-repeat 100% 50%; float:left; font-size:13px; line-height:22px; padding:0 12px 0 0; text-align:center; white-space:nowrap;}
#rokmage-header-cart span.button a { background:transparent url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/cart_bkg_button.gif) no-repeat scroll 0 50%; border:0 none; cursor:pointer; overflow:visible; padding:4px 0 4px 12px; width:auto; text-decoration: none; color:#999; }
/* Details */
#rokmage-header-cart .bundle-details { cursor:pointer; text-decoration: underline; }
/* Login Modal*/
#rokmage-login-content { width: 240px; margin-left: -150px; height: 290px; margin-top: -165px; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/modal-bg.png) 0 0 no-repeat; color: #333; padding: 30px; }
#rokmage-login-content fieldset { padding: 10px;}
#rokmage-login-content h2 { padding: 1px 0 25px 5px; font-size: 15px; color: #333; font-weight: normal; }
.rokmage-email-login-block { width: 115px; }
.rokmage-password-login-block { width: 115px; }
#rokmage-login-content #send2 { margin: 10px 0 ;}
#rokmage-login-content p.required { position: absolute; top: 195px; left: 185px; }
#rokmage-login-content .modal-close { background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/modal-login-close.gif) 0 0 no-repeat; }
#rokmage-login-content input.inputstyled { width: 210px; }
p.rokmage-forgot-pass a { text-decoration: none; color: #999; }


/*Added: 28 Dec 12*/
/* Login Modal*/
#metrovideo, #walkinvideo { /*width: 240px;*/width:640px;  margin-left: -150px; /*height: 290px;*/height:360px; margin-top: -165px; background:#DCDCDC;/*background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/modal-bg-big.png) 0 0 no-repeat;*/ border-radius: 8px 8px 8px 8px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); color: #333; padding: 30px; top: 40%; left: 40%;}
#metrovideo fieldset, #walkinvideo fieldset { padding: 10px;  display: inline;}
/*#metrovideo .modal-close { background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/modal-login-close.gif) 0 0 no-repeat; }*/

#metrovideo iframe, #walkinvideo iframe{ text-decoration: none; color: #999; z-index:9999;  display: inline; position: relative;}
#metrovideo fieldset iframe, #walkinvideo fieldset iframe{ text-decoration: none; color: #999; z-index:9999;  padding: 10px;}

/* Custom Form Elements */
span.select { position: absolute; width: 79px; height: 21px; padding: 0 24px 0 8px; color: #1D1A17;	font: 12px/21px arial,sans-serif; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/select.png) no-repeat 100% 0;	overflow: hidden; text-align: left }
.input-wrap { position: relative !important;  }
.input-box { padding-right: 5px;}
input.inputstyled { font:16px Helvetica, sans-serif; vertical-align:middle; color: #666;  background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/light-input-bg.jpg) 100% 50% no-repeat; border:0; }
span.input-left { padding:0px; position: absolute; top: 0; left: 0; width: 9px; height: 30px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/light-input-bg-L.jpg) 0 50% no-repeat !important;}
.group-select .input-box select {padding:6px 4px 5px; height: 30px;margin-top: 2px; font-size:13px; }


/* ----- Cart Scroller ----- */
div.cart-scrollable-container { margin:0 auto; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/scroller-bg.jpg) 0 0 no-repeat; }
div.cart-scrollable { position:relative; overflow:hidden; width: 200px; height:200px; float:left; }
div.cart-scrollable div.items { width:20000em; position:absolute; clear:both; text-align:center; }
/* single scrollable item */
div.cart-scrollable div.items ul.scroll-item { border:0 none; padding:0; float:left; width:200px; }
div.cart-scrollable div.items .product-name a { display:block; font-weight:bold; margin-bottom:10px; padding:0 15px; color:#333; text-decoration: none; font-size: 12px; line-height: 15px; height: 26px; }
.cart-scrollable-container .product-image img { padding:5px 6px 6px; }
div.cart-scrollable div.items .productPrice { display:block; font-size:11px; font-weight:bold; margin:5px 0; white-space:nowrap; color:#333 }
/* prev, next buttons */
.cart-scrollable-container a.prev, .cart-scrollable-container a.next { opacity: 1; display:block; width:20px; height:170px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/scroll-left.png) 0 0 no-repeat; float:left; margin:0px; cursor:pointer; font-size:1px;}
.cart-scrollable-container a.disabled { visibility:hidden !important;}
.cart-scrollable-container a.next { background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/scroll-right.png) 0 0 no-repeat; clear:right; opacity: 1; }
/* read more button */
div.cart-scrollable div.items span.button a { overflow:visible; width:auto; border:0; padding:4px 0 4px 12px; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
div.cart-scrollable div.items span.button  {  margin: 0 0 0 52px; float:left; padding:0 12px 0 0; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/bkg_button.gif) 100% 50% no-repeat; font:12px/21px Helvetica,Arial,sans-serif; text-align:center; white-space:nowrap; color:#fff; }
div.cart-scrollable div.items span.button a, div.cart-scrollable div.items span.button a:hover {color: #fff; text-decoration: none; }
/* Misc for sidebar cart */
.block-cart .subtotal { text-align: left; }

/* BreadCrumbs */
.rok-breadcrumbs { margin:0 0 7px 17px; float: left; display: block; height: 21px; overflow: hidden; width: 932px; padding:7px 18px; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/breadcrumb-bg.png) 50% 0 no-repeat; }
.rok-breadcrumbs ul { margin: 0; padding: 0; height: 21px; display: block; }
.rok-breadcrumbs ul li { display: block; float: left; position: relative; height: 22px; overflow: hidden; line-height: 22px; margin: 0px 6px 0px 0; padding: 0px 10px 0px 0; font-size: 1em; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/Chevron.png) no-repeat 100% 0; }
.rok-breadcrumbs ul li div.chevronOverlay { position: absolute; right: 0; top: 0; z-index: 2; }
.rok-breadcrumbs ul li span { display: block; overflow: hidden; margin-right: -3px; }
.rok-breadcrumbs ul li a { display: block; position: relative; height: 21px; line-height: 22px; overflow: hidden; float: left; color: #666; text-decoration: none; }
.rok-breadcrumbs ul li strong { color: #666; }
.rok-breadcrumbs ul li.first a { height: 20px !important; text-indent:-1000em; width:20px; overflow: hidden; background:url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/IconHome.png) no-repeat 0 0; }
.rok-breadcrumbs ul li.first { padding-top:2px; }
.rok-breadcrumbs ul li.first a:hover { background-position: 0 -20px; }
.rok-breadcrumbs ul li.last { background: none; margin-right: 0; padding-right: 0; }
.chevronOverlay { display: none; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-modalheader/images/ChevronOverlay.png) no-repeat 0 0; width: 20px; height: 22px; }

/* Misc */
.clearfloat { clear:both; }
.block .actions { float: left; }
.testimonial_text h2 {
    color: #43A3AC;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
}
.testimonial_text h3 {
    color: #43A3AC;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
	font-weight:normal;
	padding:0;
}

.testimonial_text h4 {
    color: #43A3AC;
    font-size: 13px;
    line-height: 13px;
    text-align: right;
}
table.form-list{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9DDE3;
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
    width: 100%;
}
span.required{color: #EB340A;}
.form-list input.input-text {
    margin: 0 0 10px;
    width: 254px;
}
table#product-review-table{margin:10px 0 10px;}
label.rating { padding:10px 0 0 0;}

.testimonial_image {
	float:left;
	width:120px;
	height:120px;
}
.testimonial_text {
	float:left;
	width:565px;
}
.description-box {
	min-height:50px;
}
.testimonials { margin:40px 0 0 0;}


.testimonial_sidebar_name {
  font-style: italic;
  margin: 10px 10px 7px;
  overflow: hidden;
}
.testimonial_sidebar_box .rating-box {
  margin-left: 52px;
  margin-top: -16px;
  padding-bottom: 8px;
}
.testimonial_sidebar_text {
	min-height:200px;
	padding: 6px 9px;
	text-align: left;
	font-style:italic;
}
.testimonials_sidebar .block-content a {
  float: none;
  font-size: 11px;
  line-height: 1.25;
  text-align: right;
  text-decoration: underline;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	/*margin: 0 0 60px;*/
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	/*width: 100%;*/
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float:left;
	margin-right:14px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;*/
	/*border: solid #fff 5px;*/
	/*left: -5px;*/
	/*background: #fff;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/testimonialmanager/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/testimonialmanager/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/testimonialmanager/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/testimonialmanager/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/mercado/default/testimonialmanager/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/**
 * @version    1.7.0.2 August 7, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright   Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license    http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

/* Column width fixes */
.col3-layout .tabs-outer { width: 459px; }
.col3-layout .tab_container { width: 482px; }
.col3-layout .product-view .tab-bottom { width: 474px; }
.catalog-product-view .col2-left-layout .col-main { padding: 10px; width: 680px; }
.catalog-product-view .product-name h1 { font-size:200%; padding: 0 0 10px 0; margin-right:7px; width:100%; }
.catalog-product-view .product-shop .no-rating, div.product-collateral .box-additional, 
.catalog-product-view .product-shop .ratings, div.short-description { display:none }
.col3-layout #quick-info-slot { clear: both; }

/* Main Image */
#zoomable { margin-top: 8px; }
#zoomable .zoomer { position: absolute; }
#zoomable.rounded_bg  { background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-productview/images/main_image_bg_resized.png) no-repeat 0 0; }
img#productImgDefault { display: none; }
.zoomer-product-pics { overflow: hidden; }
.zoomer-product-pics div img { float: left; }
.minizoompan { position: relative; }
.hovertozoom { padding: 10px 0 0 23px; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-productview/images/zoom-icon.gif) 0 100% no-repeat; }
.product-img-box { float:none !important; }
.rokmage-product-img-box { position: relative; }
.product-view .product-img-box { width:auto; }
.photo-container { position: relative; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-productview/images/loader.gif) 50% 50% no-repeat #fff; }

/* Overlaid Thumbnail Viewer */
.zoomer-product-pics ul.thumbs { margin: 0; padding:2px 2px 2px 3px; list-style: none; float: left; }
.zoomer-product-pics ul.thumbs li { width: 68px; height:68px; padding: 5px 0 0 5px; float: left; overflow: hidden; }
/**/
.thumbswrapper { opacity:.90; -moz-opacity:.90; bottom: -1px; left: 1px; position:absolute; padding: 16px 0 0 0; filter:alpha(opacity=90);}
.thumbsviewer { padding: 0 0 5px; display: none; }
.thumbsbutton { left:0; padding:0 15px 0 8px; position:absolute; top:0; line-height: 1.3em; }
.thumbsbutton a { font-size: 11px; text-decoration: none; padding: 0 15px 0 1px; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-productview/images/plus.png) no-repeat 100% 2px; }
.thumbsbutton.show a { background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-productview/images/minus.png) no-repeat 100% 2px;}
/* Standard Thumbnail Viewer */
.product-img-box ul.thumbnails { margin: 0; padding: 8px 0 0 0; list-style: none; }
.product-img-box ul.thumbnails li { width: 68px; height:68px; margin: 5px 0 5px 10px; padding: 0; float: left; overflow: hidden; position: relative; border: 1px solid #ccc;}

/* Info */
.product-view .product-collateral .tab_container ul { list-style-type:square; padding: 0 0 10px 0; }
.product-view .product-collateral .tab_container ul li { margin: 2px 0 2px 20px; }
.tier-prices li { margin: 10px 0; padding: 5px; }
.review-box { width: 600px; position: absolute; }
.rokmage-product-img-box .ratings { margin:0; }
.ratings .rating-box { margin-right: 6px; }
.product-view .product-shop { float: right !important; margin-top: 30px; }
.product-view .product-shop .price-box { font-size: 1.8em; line-height: 1.2em; }
.product-view .product-shop .price-label { font-size: 0.6em; font-weight: normal; display: block; }
.product-view .product-shop .or { display: none; }
.product-view .product-shop .add-to-links, .product-view .product-options-bottom .add-to-links { padding-top: 15px; clear: both; }
.product-view .product-shop .add-to-box { margin: 15px 0; }
.product-view .product-shop .add-to-box .input-wrap { margin-top: -5px; }
.product-view .product-shop .add-to-cart button.button { margin: 15px 100% 0 0; }
.product-options dt .qty-holder label { float:left; }
#quick-info-slot h2 { line-height: 2.4; }
#quick-info-slot p { padding-top: 10px; }
.product-shop .product-options { margin-top: 10px; width:658px; }
.product-shop .product-options-bottom { width: 658px; }

/* Product Info Tabs */
.product-collateral { margin-top: 10px; }
.product-collateral .box-collateral { margin: 0; }
.tabs-outer { height: 40px; margin-left: 25px; width: 655px; }
ul.tabs { margin: 0 0 0 -25px;; padding: 0 0 0 10px; float: left; list-style: none; height: 40px; width: 100%; }
ul.tabs li { float: left; margin: 0; padding: 0; height: 40px; line-height: 40px; overflow: hidden; position: relative; }
ul.tabs li a { text-decoration: none; display: block; font-size: 1.2em; padding: 0 18px; outline: none; }
.tab_container { overflow: hidden; clear: both; float: left; width: 678px; }
.tab_container h2 { padding-bottom: 10px; font-size:160%; }
.tab_content { padding: 20px; }
.product-view .tab-bottom { height: 15px; width: 670px; clear: both; margin-left: 10px; }
.product-view .tab-bottom div.tab-bottom { width: 10px; height: 15px; background-position: 0 100%; margin-left: -10px;}
#review-form h4, #review-form .form-list { padding:10px 0; list-style: none; }

/* Block: Upsell */
.product-view .up-sell { margin: 15px 0; }

.products-grid .upsell-box-padding { border:0;padding:10px 10px 0; }
#upsell-product-table {margin-bottom: 15px}
#upsell-product-table .product-name { font-size:1em; font-weight:bold; line-height:1.5; background-image: none; border: 0;margin:0 0 5px 0; padding:0 }
#upsell-product-table h4 { font-size: 1em; line-height: 1em; margin-bottom: 8px; }
#upsell-product-table .ratings { padding: 2px 0; text-align: right; margin-bottom: 0 !important; }
.product-view .up-sell h3, .product-view .box-tags h2 { padding:10px 0; font-size: 1.6em; font-weight: normal; margin-bottom: 10px; }
#upsell-product-table.products-grid { border-bottom:0; width:100%; }
#upsell-product-table.products-grid td { padding:5px; }
#upsell-product-table.products-grid .product-image { height: auto; }
ul.product-tags li { display: inline; }
#upsell-product-table .clearfloat { background-image: none; height: 0; width: 0; }
#upsell-product-table.products-grid td.empty { display: none; }

/* Tags */
ul.product-tags { padding:10px 0; }
.box-tags button.button { margin: -2px 0 0 5px; }

/* Video Container */
.video_container { width: 100%; }
.video_container .clearfloat { background-image: none !important; }
.video_container h2 { margin-top: 10px; }
/* Video Modal*/
#video, #video-flow { display: none; width: 425px; margin-left: -240px; height: 345px; margin-top: -202px; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-productview/images/modal_vid_bg.png) 0 0 no-repeat; position: fixed; left:50%; z-index: 9999999999; padding: 30px; }
#video .modal-close, #video-flow .modal-close { position: absolute; top: 15px; right: 10px; padding: 11px; background: url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-productview/images/modal-login-close.gif) 0 0 no-repeat; cursor: pointer;}
/* YouTube Video Link Images */
.video_container a.rounded_l { float:left; margin: 0px 20px 5px 0; background:transparent url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-productview/images/rounded_bg_l_vid.png) no-repeat scroll 0 0;  position: relative;}
.video_container a img { padding:5px 6px 6px !important; width: 200px; height: 150px; margin: 0 !important; border: 0 !important; background-color: transparent !important; }
.video_container a .round-l { background:transparent url(http://walkinlab.walkinlabllc.netdna-cdn.com/skin/frontend/base/default/rokmage-productview/images/rounded_l_vid.png) no-repeat scroll 0 0;height:150px; left:6px; position:absolute; top:5px; width:200px;}


/* Colors */

/* Product View */
.catalog-product-view .product-name h1, #quick-info-slot h2 { border-bottom: 1px solid #ccc; text-shadow:1px 1px 0 #FFF; }
#zoomable .zoomer { border: 1px solid #AEAEAE !important; }
.ratings .rating-links a { color: #333; }
.tier-prices li { background: #222; border: 1px dotted #444; }

/* Thumbs */
.thumbsbutton { background:#333; }
.thumbsbutton a { font-size: 11px; text-decoration: none; color: #fff; }
.thumbswrapper { background:#8E2626; }

/* Product Info Tabs */
.tabs-outer {  border-bottom: 1px solid #CCC; }
ul.tabs { border-bottom: 1px solid #CCC; }
ul.tabs li { border-right: 1px solid #CCC; border-top: 1px solid #CCC; }
ul.tabs li a { color: #333; text-shadow:1px 1px 0 #FFF; }
ul.tabs li.active { background: #F4F4F4; border-bottom: 1px solid #F4F4F4; }
ul.tabs li.first-tab { margin-left: 1px; border-left: 1px solid #CCC; }
ul.tabs li.active.first-tab { border-left: 1px solid #CCC; margin-left: 1px; }
ul.tabs li.active.last-tab { border-right: 1px solid #CCC; }
ul.tabs li a:hover, ul.tabs li.active a { color: #CC0000; }
.tab_container { background: #F4F4F4; border: 1px solid #CCC; border-top: 0; }
.tab_container h2 { text-shadow:1px 1px 0 #FFF; }

/* Reviews and Upsell */
#customer-reviews .pager { border:1px solid #ccc; background-color:#F2F2F2; }
.product-view .up-sell h3, .product-view .box-tags h2 { border-bottom: 1px solid #ccc; color:#333; text-shadow:1px 1px 0 #FFF; }
.product-view .up-sell .products-grid td { background-color: #F9F9F9; }
.product-view .up-sell .products-grid td { border:1px solid #CCCCCC;}
.product-shop .product-options-bottom { width: 658px; background-color:#F6F1E3; }

/* PayPal */
.product-view .paypal-logo, .product-view .paypal-logo a { float: left; }
.product-view .paypal-or { display: block; float: left; margin: 10px 0; width: 100%; }

/* Map pricing */
.catalog-product-view .col-main .map-info a, .msrp-price-hide-message { font-size: 60%; white-space: nowrap; }

