/* Reset ================================================================================= */
* { margin:0; padding:0; }
html 		  {  }
body          { background:#fff url(https://www.labhut.com/skin/frontend/labhut/default/images/body_bg.png) 50% 0 repeat-y; font:12px/1.55em helvetica,arial,sans-serif; color:#333; text-align:center; padding:0;}

img           { border:0; vertical-align:top; }

a             { color:#307095; text-decoration:none; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }

a[href $='.pdf'].pdf { 
	padding-left:40px;
	background:transparent url(https://www.labhut.com/skin/frontend/labhut/default/images/icons/pdf_icon.png) no-repeat 0 50%;
	display:block;
	line-height:32px;
	}

/* Headings */
h1            { font-size:18px; font-weight:bold; line-height:1.15; }
h2            { font-size:16px; font-weight:bold; line-height:1.25; }
h3            { font-size:15px; 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; }

.category-datasheets-and-manuals h2 {
	margin:10px 0;
	border-bottom:3px solid #ddd;
	}
	.category-datasheets-and-manuals h3 {
		margin:10px 20px;
		border-bottom:1px solid #eee;
		}
	.category-datasheets-and-manuals table {
		margin:0 20px 10px;
		}
		.category-datasheets-and-manuals table td {
			padding:5px;
			vertical-align:middle;
			}
			.category-datasheets-and-manuals table td a {
				padding:0;
				background:0;
				}

/* 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:0.8em; }
p 			  { font-size:13px; line-height:20px; padding:0 0 10px; }

/* Lists */
ul,ol 			{ list-style:none; }
ol.numbered,
ul.bullets		{ margin:0 0 0 25px; }
ul.bullets  	{ list-style:inside square; }
ol.numbered		{ list-style:inside decimal; }
ol.numbered li,
ul.bullets li	{ line-height:26px; }

/* 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-border 	  { border:0 !imporant; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { clear:both; overflow:hidden; }
.page { width:1000px; margin:0 auto; padding:0 0 10px; 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; padding:0 10px 0 0; }
.col-main { float:left; width:760px; padding:0; min-height:600px }
.col-right { float:right; width:230px; padding:0 0 0 10px; }

/* 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:520px; }
.col3-layout .col-wrapper { float:left; width:760px; }
.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;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}
input.input-text,select,textarea { background:#fff; border:1px solid #ccc; border-bottom-color:#eee; border-right-color:#eee; }
input.input-text,textarea { padding:4px 6px; }
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:20px !important; }
label { line-height:20px; }
button.button::-moz-focus-inner { padding:0; border:0; }
button.button { -webkit-border-fit:lines; }
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:26px; background:transparent url(https://www.labhut.com/skin/frontend/labhut/default/images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/26px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.enquiry span { float:left; height:26px; background:transparent url(https://www.labhut.com/skin/frontend/labhut/default/images/bkg_button_red_small.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/26px 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.button.green-btn { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button.green-btn span { float:left; height:40px; background:transparent url(https://www.labhut.com/skin/frontend/labhut/default/images/green_btn.png) 0 0 no-repeat; padding:0 0 0 8px; font:bold 20px/38px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button.green-btn span span { background-position:100% 0; padding:0 8px 0 2px; }

button.button.red-btn { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button.red-btn span { float:left; height:40px; background:transparent url(https://www.labhut.com/skin/frontend/labhut/default/images/red_btn.png) 0 0 no-repeat; padding:0 0 0 8px; font:bold 20px/38px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button.red-btn span span { background-position:100% 0; padding:0 12px 0 4px; }

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

button.btn-red span, .category-description button.btn-cart span { background:transparent url(https://www.labhut.com/skin/frontend/labhut/default/images/bkg_button_red.gif) 0 0 no-repeat; }
button.btn-red span span, .category-description button.btn-cart span span { background-position:100% 0; padding:0 12px 0 4px; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
.form-list .control { float:left; display:block; padding:0 0 10px 25px; }

#co-payment-form .form-list {
	padding:15px 25px;
	}
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {
	border-color:#307095;
	border-right-color:#5494b9;
	border-bottom-color:#5494b9;
	background:#f2f9fd;
	}

/* Form lists */
/* Grouped fields */
.form-list { margin:0 !important; list-style:none !important; }
.form-list li { margin:0 0 8px !important; list-style:none !important; }
.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 .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; background:#f5f5f5; padding:10px; border-top:1px solid #ddd; }
.buttons-set .back-link { float:left; margin:0 25px 0 0; padding:0 5px; }
.buttons-set button.button { float:left; }
.buttons-set p.required { float:right; }

.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(https://www.labhut.com/skin/frontend/labhut/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; }


.rounded-eight {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	}
.rounded-four {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

/* 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;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	}
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.labhut.com/skin/frontend/labhut/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.labhut.com/skin/frontend/labhut/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.labhut.com/skin/frontend/labhut/default/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {
	padding:5px 10px;
	line-height:20px;
	margin:0 0 10px;
	background:#eee;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	}
.breadcrumbs li { display:inline; }
	.breadcrumbs .back {
		float:right;
		display:block;
		border-left:1px solid #f9f9f9;
		padding-left:10px;
		}
/* Page Heading */
.page-title { border-bottom:1px solid #eee; padding:0 0 5px; margin:0 0 10px; }
.page-title h1 { font-size:20px; font-weight:700; color:#333; line-height:20px; }
.page-title h2 { font-size:16px; font-weight:700; color:#555; line-height:18px; }
.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 { clear:both; }

/* Pager */
.pager {
	border:1px solid #ddd;
	padding:5px 10px;
	margin:5px 0 10px;
	text-align:center;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	/*behavior: url(/PIE.htc);*/
	}
.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:#e6e6e6; }
.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 {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.labhut.com/skin/frontend/labhut/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* 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(https://www.labhut.com/skin/frontend/labhut/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 { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }
.links li a { color:#333; padding:0 5px; line-height:30px; display:block; }
.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(https://www.labhut.com/skin/frontend/labhut/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://www.labhut.com/skin/frontend/labhut/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(https://www.labhut.com/skin/frontend/labhut/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(https://www.labhut.com/skin/frontend/labhut/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.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; }

.group-select.wide ol {
	margin:0;
	padding:10px 20px;
	color:#444 !important;
	}
	.group-select.wide ol li{
		border-bottom:1px solid #ddd;

		padding:10px 25px;
		display:block;
		}
	.group-select.wide ol li.last {
		border-bottom:0;
		}
	.group-select.wide ol li .input-box.left {
		width:33%;
		}

		.group-select.wide ol li label {
			font-size:15px;
			}
		.group-select.wide ol li label .required {
			color:#f00;
			}
			
			.group-select.wide input.input-text,
			.group-select.wide select,
			.group-select.wide textarea {
				width:250px;
				}
			



/* 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(https://www.labhut.com/skin/frontend/labhut/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Header ================================================================================ */
.logo { float:left; }
.header-container { }
.header { padding:20px 0 10px; }
.header-links li {float:left;}
.header-links .form-language {padding-left: 15px;}
.header-links .form-language label {display: none;}
.header-links .goog-te-gadget-simple {border: 0px!important; background:none!important; padding: 0px!important; font-size: inherit!important; line-height: 26px;}
.header-links .goog-te-gadget {line-height: 26px;}

	.header .logo { float:left; text-decoration:none !important; }
	.header a.logo { padding:2px 0; }
		.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 #company-tag { font-weight:bold; float:left; font-size:12px; color:#666; width:110px; border-left:1px solid #ccc; line-height:15px; padding:5px 10px; margin:5px 10px; }
	
	.header #contacts-info {
		padding:5px 0;
		float:left;
		}
		#contacts-info li {
			}
			#contacts-info li a {
				text-decoration:none;
				padding:5px;
				line-height:20px;
				color:#333;
				}
			#contacts-info li a.link-style strong {
				text-decoration:underline;
				}
				#contacts-info li a img {
					vertical-align:middle;
					padding:0 5px 0 0;
					}

.header-container .top-container { clear:both; text-align:right; }

#top-navigation {
	width:100%;
	height:30px;
	padding:0 5px;
	line-height:30px;
	background:#eee;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	position:relative;
	/*behavior: url(/PIE.htc);*/
	}
	#top-navigation .top-nav {
		width:1000px;
		margin:0 auto;
		}
		#top-navigation ul {float: left;}
		#top-navigation .links {
			float:left;
			}
			#top-navigation .links li {
				float:left;
				}
			#top-navigation .links li a {
				display:block;
				padding:0 10px;
				line-height:30px;
				font-weight:700;
				text-decoration:none;
				}
				#top-navigation .links li a:hover {
					text-decoration:underline;
					}
		#top-navigation .links #feedback a {
			color:#f00;
			}
					
		.form-search { float:right; vertical-align:middle; margin:0; padding:10px 0 0; }
		.form-search .input-text#search { width:180px; }
		.form-search .search-autocomplete { z-index:999; }
		.form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
		.form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
		.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
		.form-search .search-autocomplete li.selected {}
		.form-language { clear:both; text-align:right; }
		
.header .social { width: 175px; height: 10px; float: right; padding: 5px 0;}
.header .social ul{list-style: none; margin: 0; padding: 0; float: left; }
.header .social li{ float:left; padding: 5px 0 0 5px;}
.header .social li a {display: block; width: 22px; height: 22px; text-indent: -9999px; overflow: hidden;}
.header .social .twitter{ background: url(https://www.labhut.com/skin/frontend/labhut/default/images/social/twitter.jpg) no-repeat; }
.header .social .facebook{ background: url(https://www.labhut.com/skin/frontend/labhut/default/images/social/facebook.jpg) no-repeat;}
.header .social .linkedin{ background: url(https://www.labhut.com/skin/frontend/labhut/default/images/social/linkedin.jpg) no-repeat;}
.header .social .googleplus{ background: url(https://www.labhut.com/skin/frontend/labhut/default/images/social/gplus.jpg) no-repeat;}
.header .social .pinterest{ background: url(https://www.labhut.com/skin/frontend/labhut/default/images/social/pinterest.jpg) no-repeat;}


/********** < Navigation */
.nav-container {
	width:auto;
	margin:10px auto 0;
	font-size:14px;
	line-height:24px;
	background:#DFDFDF;
	background:-moz-linear-gradient(top, #DFDFDF 0%, #C3C3C3 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#DFDFDF), color-stop(100%,#C3C3C3));
	-pie-background: linear-gradient(#DFDFDF, #C3C3C3);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	display:block;
	float:left;
	/*behavior: url(/PIE.htc);*/
	}
.nav-container .nav-link-item {
	float:left;
	display:block;
	text-decoration:none;
	padding:5px 19px;
	font-weight:bold;
	color:#444;
	border-left:1px solid #C3C3C3;
	border-right:1px solid #dedede;
	position:relative;
	/*behavior: url(/PIE.htc);*/
	}
	.nav-container .nav-link-item:hover {
		color:#fff;
		background:#2d6d92;
		background: -moz-linear-gradient(top, #3F85B5 0%, #377AA5 50%, #2D6E93 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3F85B5), color-stop(50%,#377AA5), color-stop(100%,#2D6E93));
		-pie-background: linear-gradient(#3F85B5, #2D6E93);
		}
	.nav-container #home.nav-link-item {
		border-left:0;
		-webkit-border-radius:6px 0 0 6px;
		-moz-border-radius:6px 0 0 6px;
		border-radius:6px 0 0 6px;
		/*behavior: url(/PIE.htc);*/
		}
	.nav-container #contactus.nav-link-item {
		}
		.nav-container #contactus.nav-link-item:hover {
			background:-moz-linear-gradient(top, #EDB339 0%, #E1A72D 50%, #D79A18 100%);
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDB339), color-stop(50%,#E1A72D), color-stop(100%,#D79A18));
			-pie-background: linear-gradient(#EDB339, #D79A18);
			/*behavior: url(/PIE.htc);*/
			}
				
		
#nav {
	padding:0;
	float:left;
	position:relative; 
	z-index:9999;
	}

/* All Levels */
#nav li {
	text-align:left;
	display:block;
	border-left:1px solid #C3C3C3;
	border-right:1px solid #dedede;
	overflow:visible;
	position:relative;
	}
	#nav li li {
		border:0;
		}
#nav #categoryTree {
	margin:0;
	padding:0;
	position:relative;
	display:block;
	}
#nav li.nav-1.over ul.level0 {
	width:996px;
	float:left;
	left:-80px;
	}
	#nav li.nav-1.over ul.level0 a {
		padding:0;
		margin:0;
		font-size:14px;
		line-height:24px;
		color:#555;
		display:inline;
		}
		#nav li.nav-1 ul.level0 .children {
			line-height:16px;
		}
		#nav li.nav-1 ul.level0 .children a {
			font-size:11px;
			line-height:14px !important;
			display:inline !important;
			}
			#nav li.nav-1 ul.level0 .children .child-container {
				display:block;
				float:left;
				}
		#nav li.nav-1 ul.level0 .children .delimiter {
			line-height:14px !important;
			display:inline;
			}
		#nav li.nav-1 ul.level0 .main  {
			line-height:24px;
			padding:0 5px;
			}
		#nav li.nav-1 ul.level0 .main a {
			line-height:20px;
			}
			
		#nav li.nav-1 li {
			}
		
#nav li.nav-7 {
	border-right:0;
	background:0 !important;
	float:right;
	}
#nav li.nav-7 a {
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
	background:#FAC046;
	background:-moz-linear-gradient(top, #FAC046 0%, #F1B73E 50%, #E0A62C 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAC046), color-stop(50%,#F1B73E), color-stop(100%,#E0A62C));
	-pie-background: linear-gradient(#FAC046, #E0A62C);
	/*behavior: url(/PIE.htc);*/
	float:right;
	position:relative;
	padding-right:23px;
	padding-left:22px;
	}
#nav li.nav-distributor-pages a {
	padding-right:25px;
	padding-left:25px;
	}
#nav li.nav-7 a:hover {
	background:-moz-linear-gradient(top, #EDB339 0%, #E1A72D 50%, #D79A18 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDB339), color-stop(50%,#E1A72D), color-stop(100%,#D79A18));
	-pie-background: linear-gradient(#EDB339, #D79A18);
	/*behavior: url(/PIE.htc);*/
	}
#nav li.over {
	z-index:999;
	background:#2d6d92;
	background:-moz-linear-gradient(top, #3F85B5 0%, #377AA5 50%, #2D6E93 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3F85B5), color-stop(50%,#377AA5), color-stop(100%,#2D6E93));
	-pie-background: linear-gradient(#3F85B5, #2D6E93);
	/*behavior: url(/PIE.htc);*/
	}
#nav li.nav-7.over {
	background:0 !important;
	-pie-background:0;
	}
#nav li.parent {}
#nav li a {
	display:block;
	text-decoration:none;
	/*behavior: url(/PIE.htc);*/
	}
#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; border-left:0; }
#nav li a { float:left; padding:5px 20px; font-weight:bold; color:#444; }
#nav li a:hover { color:#000; }
#nav li.over a { color:#fff; }

/* 2nd Level */

/*Targets certain tabs if they have too many categories*/
#nav li ul li.nav-2-5 ul {
	width:425px;
}

#nav .nav-2-5 ul.level1 li{
	width:200px;
	display:inline-block;
}


#nav ul {
	position:absolute;
	width:220px;
	top:34px;
	padding:5px 0;
	float:left;
	left:-10000px;
	border:2px solid #2d6d92;
	background:#fff;
	z-index:999;
	}
#nav ul li { float:none; border-bottom:1px solid #eee; margin:0 5px; background:0; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:5px 9px; line-height:20px; font-weight:700; font-size:12px; color:#333 !important; }
#nav ul li a:hover { color:#000 !important; text-decoration:underline; }
#nav ul li.active > a,
#nav ul li.over > a  {color:#000 !important; text-decoration:underline; }
#nav ul li.over { background:0; }

/* 3rd+ leven */
#nav ul ul { top:0; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:210px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */

/* Column Formatter ====================================================================== */
.column-formatter {
	width:100%;
	clear:both;
	margin:0;
	}
	.column-formatter .two-col,
	.column-formatter .three-col,
	.column-formatter .four-col,
	.column-formatter .five-col,
	.column-formatter .six-col,
	.column-formatter .severn-col,
	.column-formatter .eight-col {
		display:block;
		vertical-align:top;
		text-align:left;
		float:left;
		}
		.column-formatter .two-col {
			width:49.95%;
			}
		.column-formatter .three-col {
			width:33.2%;
			}
		.column-formatter .four-col {
			width:24.95%;
			}
		.column-formatter .five-col {
			width:19.75%;
			}
		.column-formatter .six-col {
			width:16.50%;
			}
		.column-formatter .severn-col {
			width:14.20%;
			}
		.column-formatter .eight-col {
			width:12.25%;
			}
			
	.column-formatter .padder {
		padding:5px;
		}
		.column-formatter .first .padder {
			padding-left:0;
			}
		.column-formatter .last .padder {
			padding-right:0;
			}
			
/* Sidebar =============================================================================== */
.block {
	margin:0 0 10px;
	}
	.block .block-title {
		padding:5px 10px;
		background:#DFDFDF;
		background:-moz-linear-gradient(top, #DFDFDF 0%, #C3C3C3 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#DFDFDF), color-stop(100%,#C3C3C3));
		-pie-background: linear-gradient(#DFDFDF, #C3C3C3);
		-moz-border-radius:6px 6px 0 0;
		border-radius:6px 6px 0 0;
		-webkit-border-radius:6px 6px 0 0;
		border-bottom:1px solid #bbb;
		position:relative;
		/*behavior: url(/PIE.htc);*/
		color:#555;
		}
	.block.blue .block-title {
		color:#fff;
		background:#5494B9;
		background:-moz-linear-gradient(top, #5494B9 0%, #307095 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#5494B9), color-stop(100%,#307095));
		-pie-background: linear-gradient(#5494B9, #307095);
		}
	.block.brown .block-title {
		color:#fff;
		background:#9d7f58;
		background:-moz-linear-gradient(top, #9d7f58 0%, #ae916a 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae916a), color-stop(100%,#9d7f58));
		-pie-background: linear-gradient(#9d7f58, #ae916a);
		border-bottom-color:#9d7f58;
		}
	.block.brown .block-content {
		border-color:#9d7f58;
		background-color:#fff9e5;
		}
		
		
.block .block-title strong { font-size:15px; line-height:20px; 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;
	border:1px solid #ddd;
	border-bottom-color:#ccc;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	/*behavior: url(/PIE.htc);*/
	}
.block .block-content.no-border {
	border:0;
	}
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions {
	text-align:right;
	border-top:1px solid #eee;
	margin:5px 0 0 0;
	padding:5px 5px 0;
	}
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }
.block ul,
.block ol,
.std ul,
.std ol { margin:0 0 0 25px; }
.block ul li, .std ul li { list-style-type:disc; }
.block ol li, .std ol li { list-style-type:circle; }

.std p b { color:#1268B3;}
.std h1, .std h2, .std h3, .std h4, .std h5, .std h6 { color:#1268B3; }
.block.block-tip {
	}
	.block.block-tip .block-content {
		border-color:#e0a62c;
		background:#fff9d9;
		-webkit-border-bottom-right-radius:4px;
		-moz-border-radius-bottomright:4px;
		border-bottom-right-radius:4px;
		-webkit-border-bottom-left-radius:4px;
		-moz-border-radius-bottomleft:4px;
		border-bottom-left-radius:4px;
		}
	.block.block-tip .block-title {
		color:#fff;
		background:#e0a62c;
		background:-moz-linear-gradient(top, #f9bf45 0%, #e0a62c 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bf45), color-stop(100%,#e0a62c));
		-pie-background: linear-gradient(#f9bf45, #e0a62c);
		border-bottom-color:#cf951a;
		}

.block.block-blank-banner,
.block.block-blank-banner .block-content {
	border:0;
	padding:0;
	}
	
.block.tabs {
	}
	.block.tabs .block-title {
		padding:5px 5px 0;
		height:30px;
		display:block;
		}
	.block.tabs .block-content {
		-webkit-border-bottom-right-radius:6px;
		-moz-border-radius-bottomright:6px;
		border-bottom-right-radius:6px;
		-webkit-border-bottom-left-radius:6px;
		-moz-border-radius-bottomleft:6px;
		border-bottom-left-radius:6px;
		clear:both;
		border-top:0;
		}
	.block.tabs .block-title ul {
		clear:both;
		margin:0 !important;
		}
		.block.tabs .block-title ul li {
			float:left;
			display:block;
			padding:0 5px 0 0;
			margin:0 5px 0 0;
			}
			.block.tabs .block-title ul li a {
				padding:5px 20px;
				line-height:20px;
				float:left;
				font-size:16px;
				font-weight:700;
				border-bottom:1px solid #bbb;
				}
			.block.tabs .block-title ul li a:hover {
				text-decoration:underline;
				}
			.block.tabs .block-title ul li a.current {
				background:#fff;
				padding-right:29px;
				-webkit-border-top-right-radius:4px;
				-moz-border-radius-topright:4px;
				border-top-right-radius:4px;
				-webkit-border-top-left-radius:4px;
				-moz-border-radius-topleft:4px;
				border-top-left-radius:4px;
				border-right:1px solid #bbb;
				border-bottom:1px solid #fff;
				}

.block.red {
	}	
	.block.red .block-content {
		border-color:#be181e;
		background:#f3f3f3;
		-webkit-border-bottom-right-radius:4px;
		-moz-border-radius-bottomright:4px;
		border-bottom-right-radius:4px;
		-webkit-border-bottom-left-radius:4px;
		-moz-border-radius-bottomleft:4px;
		border-bottom-left-radius:4px;
		}
	.block.red .block-title {
		color:#fff;
		background:#be181e;
		background:-moz-linear-gradient(top, #e23c42 0%, #be181e 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e23c42), color-stop(100%,#be181e));
		-pie-background: linear-gradient(#e23c42, #be181e);
		border-bottom-color:#be181e;
		}

.sidebar .form-list .field,
.sidebar .form-list .input-box,
.sidebar .form-list select {
	width: 230px;
}

.sidebar .form-list {
	padding-bottom: .2em;
	border-bottom: 1px solid #EEe;
	margin-bottom: .2em!important;
}
	
	
/* Mini Products List */
#cart-sidebar { position:relative; height:110px; width:100%; }
ol.mini-products-list { margin:0 !important; }
ol.mini-products-list li { padding:5px 0; border:1px solid #eee; margin:0 0 10px !important; list-style:none !important; }
.mini-products-list li.last { margin:0; }
.mini-products-list .product-image { float:left; width:70px; padding:4px; margin:0 0 5px 5px; border:1px solid #ddd; background:#fff; }
.mini-products-list .product-details { margin-left:95px; }
.mini-products-list .product-details h4 { font-size:12px; font-weight:bold; margin:0; }
.mini-products-list .product-name { padding:0 0 10px; }
.mini-products-list .product-name a { text-decoration:none; font-size:12px; font-weight:700; }
.mini-products-list .btn-edit { position:absolute; bottom:0; right:0; }
.mini-products-list li .actions { text-align:left; clear:both; }
/* Block: Contact Details */
	.block-contact-details {
		}
		.block-contact-details .block-item {
			border:1px solid #ddd;
			border-top:1px solid #fff;
			padding:10px;
			background:#eee;
			}
		.block-contact-details .block-item:hover {
			background:#f5f5f5;
			}
		.block-contact-details .block-item.last {
			}
			
			.block-contact-details .block-item ul {
				list-style:none !important;
				margin:0 !important;
				}
				.block-contact-details .block-item li {
					list-style:none !important;
					margin:0 !important;
					}
		.block-contact-details #datetime {
			text-align:center;
			padding:5px;
			font-weight:700;
			font-size:14px;
			}
			.block-contact-details #datetime h4 {
				border-bottom:1px solid #ddd;
				line-height:20px;
				padding:0 0 5px;
				}
			.block-contact-details #datetime #date {
				display:block;
				padding:5px 0 0;
				border-top:1px solid #fff;
				}
			.block-contact-details #datetime #time {
				display:block;
				font-size:16px;
				}
			
			.block-contact-details address {
				font-size:12px;
				}
			.block-contact-details ul li {
				line-height:30px;
				}
				.block-contact-details ul li img {
					vertical-align:middle;
					margin:0 5px 0 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; border-bottom:1px solid #eee; }
.block-layered-nav .currently {}
	.block-layered-nav .currently span { float:left; }
	.block-layered-nav .currently .option { margin:0 0 0 5px; }
	.block-layered-nav .currently .colour { display:block; height:18px; position:relative; width:18px; margin:0 0 0 3px; }
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
	.block-layered-nav dd { margin:0 0 10px 0; }
		.block-layered-nav dd ol {
			padding:5px 0 0 5px;
			}
			.block-layered-nav dd ol li a {
				text-decoration:none;
				line-height:18px;
				}
	.block-layered-nav dd ol.colour-list {
		margin:0;
		}
		.block-layered-nav dd ol.colour-list li {
			list-style:none;
			margin:0;
			float:left;
			width:65px;
			display:block;
			margin:0 0 10px;
			}
			.block-layered-nav dd ol.colour-list li a {
				display:block;
				border:1px solid #ccc;
				height:25px;
				width:40px;
				padding:0;
				margin:0;
				float:left;
				}
			.block-layered-nav dd ol.colour-list li a:hover {
				border:1px solid #888;
				}
			.block-layered-nav dd ol.colour-list li span.count {
				display:block;
				float:left;
				padding:0 0 0 3px;
				color:#999;
				font-size:10px;
				line-height:25px;
				}
				
				
				
/* Block: Cart */
.block-cart {
	float:right;
	position:relative;
	z-index:4;
	line-height:15px;
	}
	.block-cart a {
		background:url(https://www.labhut.com/skin/frontend/labhut/default/images/basket_bg.png) no-repeat 10px 50%;
		margin:0;
		padding:5px 5px 5px 40px;
		display:block;
		line-height:20px;
		font-weight:700;
		color:#111;
		}
.block-cart .summary {}
.block-cart .amount { line-height:15px; }
.block-cart .subtotal { text-align:center; }
#last-added {
	position:absolute;
	top:45px;
	right:0;
	width:230px;
	height:130px;
	padding:40px 20px 20px;
	background:url(https://www.labhut.com/skin/frontend/labhut/default/images/last_added_bg.png) no-repeat 0 0;
	}
	#last-added .block-subtitle { 
		color:#327297;
		font-size:16px;
		font-weight:700;
		}
/* 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 .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .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-quicklinks {}
	.block-quicklinks ul {
		margin:0;
		}
		.block-quicklinks ul li {
			list-style:none;
			border-bottom:1px solid #ddd;
			padding:5px 0;
			}
		.block-quicklinks ul li.last {
			border-bottom:0;
			}
			.block-quicklinks ul li a {
				text-decoration:none;
				}
			.block-quicklinks ul li a img {
				float:left;
				padding:0 5px 0 0;
				}

/* 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; }
/* ======================================================================================= */

/* Featured Category ===================================================================== */
.category-grid {}
.category-grid table {
	width:100%;
	}
	.category-grid table td {
		border-right:1px solid #ddd;
		padding:10px 0;
		}
	.category-grid table td.last {
		border:0;
		}
		.category-grid table td a {
			display:block;
			text-align:center;
			text-decoration:none;

			padding:0 5px;
			}
			.category-grid table td a .title {
				font-weight:700;
				line-height:15px;
				height:30px;
				display:block;
				}
		.category-grid table td a:hover .title {
			text-decoration:underline;
			}
			
	#categoryGrid {
		}
		#categoryGrid tr td {
			border-bottom:1px solid #ddd;
			}
		#categoryGrid tr.last td {
			border-bottom:0;
			}
			

/* Category Page ========================================================================= */
.category-title { border:0; margin:0; }
.category-image { float:left; overflow:hidden; margin:0 10px 10px 0; width:150px; height:150px; text-align:center; }
.category-image img {}
.category-description { display:inline; }
.category-products {}

.sub-cats ul li {
	list-style:none;
	}
.sub-cats ul h4 {
	line-height:50px;
	font-size:20px;
	}
	.sub-cats ul h4 img {
		padding:0 5px 0 0;
		}
	.sub-cats ul ul {
		padding:0 0 0 65px;
		margin:0 0 0 10px;
		list-style-type:decimal;
		}
		.sub-cats ul ul li {
			border-bottom:0;
			list-style:square;
			}
		.sub-cats ul ul a {
			line-height:24px;
			}
			
.category-list ol {
	list-style-type:decimal;
	margin:0 0 0 25px;
	font-size:14px;
	}
	.category-list ol li a {
		line-height:24px;
		text-decoration:none;
		}
	.category-list ol li a:hover {
		text-decoration:underline;
		}
		
.category-li {
	}
	.category-li ul {
		}
		.category-li li {
			border-bottom:1px solid #eee;
			padding:5px 0;
			}
			.category-li li a {
				display:block;
				line-height:40px;
				font-size:14px;
				text-decoration:none;
				}
				.category-li li a:hover {
					text-decoration:underline;
					}
			.category-li li a.no-img {
				padding:0 5px 0 50px;
				}
				.category-li li a img {
					vertical-align:middle;
					padding:0 15px 0 5px;
					background:#fff;
					}
					
		#categoryTree {
			}
			#categoryTree a {
				float:none !important;
				}
			#categoryTree .column {
				width:33%;
				float:left;
				padding:5px 0 0;
				}
				#categoryTree .column div.level-3.main  {
					padding:5px;
					margin:0 5px 10px;
					border:1px solid #eee;
					clear:both;
					}
					
			#categoryTree .level-3 a.level-3 {
				font-size:16px;
				font-weight:700;
				text-decoration:none;
				color:#666;
				}
				#categoryTree .children {
					padding:5px 5px 15px;
					position:relative;
					display:block;
					float:left;
					}
					#categoryTree .children a {
						margin:0 0 0 7px !important;
						padding:0;
						color:#307095 !important;
						font-weight:700;
						font-size:11px;
						text-decoration:none;
						float:left;
						display:inline;
						}
					#categoryTree .children .delimiter {
						color:#444;
						font-size:16px;
						font-weight:700;
						line-height:18px !important;
						display:inline;
						}
						
					#categoryTree .children .child-container {
						float:left;
						display:block;
						line-height:20px;
						}
				
.merchandising-block-wrapper {
	background:url(https://www.labhut.com/skin/frontend/labhut/default/images/featured_bg.png) no-repeat 0 0;
	padding:10px 45px;
	position:relative;
	margin:0 0 10px;
	}
    .merchandising-block {
        position:relative;
        overflow:hidden;
        width:910px;
        height:170px;
		}
	.merchandising-block-wrapper .browse {
		position:absolute;
		display:block;
		width:40px;
		height:190px;
		top:0;
		cursor:pointer;
		}
		.merchandising-block-wrapper .browse.next {
			right:0;
			}
		.merchandising-block-wrapper .browse.prev {
			left:0;
			}
    
    .merchandising-block .items {
        width:20000em;
        position:absolute;
        clear:both;
    	}
    
    .items .container {
        float:left;
        width:920px;
        display:block;
        }
    
    
    .container {
        display:block;
        }
        .item-holder {
            width:430px;
            background:#fff;
            float:left;
            display:block;
			padding:0 10px;
            }
        .item-holder.last {
			width:449px;
			border-left:1px solid #ddd;
			}
            .item-holder .item-left {
                float:left;
                width:160px;
                }
            .item-holder .item-right {
                float:left;
                width:270px;
				padding:10px 0;
                }


/* View Type: Grid */
.products-grid { border-bottom:1px solid #ddd; position:relative; margin:0 !important; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:225px;  list-style:none; border-right:1px solid #eee; padding:10px !important; }
.products-grid .product-image { display:block; width:135px; height:160px; margin:0 auto 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 { }

/* View Type: List */
.products-list li.item {
	border:1px solid #ddd;
	padding:0;
	margin:0 0 10px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	/*behavior: url(/PIE.htc);*/
	}
	.hproduct-container {
		padding:5px;
		display:block;
		clear:both;
		position:relative;
		}
		.hproduct-container .product-name {
			border-bottom:1px solid #eee;
			}
			.hproduct-container .product-name a {
				line-height:20px;
				padding:0 5px 5px;
				display:block;
				text-decoration:none;
				font-size:14px;
				color:#333;
				}
				
	.additional-attributes {
		clear:both;
		display:block;
		padding:6px;
		border-top:1px solid #ddd;
		-webkit-border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		border-radius:0 0 5px 5px;
		background:#eee;
		/*behavior: url(/PIE.htc);*/
		}
		.additional-attributes .data-table {
			border:1px solid #fff !important;
			border-collapse:collapse;
			background:#fff;
			}
			
.products-list .product-image { float:left; width:135px; height:160px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-shop .f-fix .most-star {
		position:absolute;
		bottom:-35px;
		left:0;
		}

.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-more { 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; }
.products-list .model { float:left; line-height:30px; margin:5px 0 0; }


.products-list .buying-box {
	float:right;
	padding:0 5px 0 0;
	width:100%;
	}
.products-list .buying-box .price-box {
	line-height:30px;
	font-size:16px;
	}
	
.products-list .buying-box.grouped {
	float:right;
	padding:0 5px 0 0;
	width:100%;
	}
.products-list .buying-box.grouped .price-box {
	line-height:20px;
	font-size:14px;
	}
.products-list .buying-box.grouped td,
.products-list .buying-box.grouped th {
	line-height:20px;
	vertical-align:middle;
	}
	
#hollow-cathode-lamps {
	}
	#hollow-cathode-lamps ol {
		float:left;
		width:151px;
		border-left:1px solid #f4f4f4;
		}
	#hollow-cathode-lamps ol.first {
		border-left:0;
		}
		#hollow-cathode-lamps ol li {
			line-height:22px;
			margin:0 10px;
			}
		#hollow-cathode-lamps ol li.break {
			height:10px;
			display:block;
			}
			#hollow-cathode-lamps ol li strong {
				display:block;
				background:#eee;
				border-bottom:1px solid #ddd;
				padding:2px 5px;
				font-size:14px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				margin:10px 0 0;
				}
			#hollow-cathode-lamps ol li.first strong {
				margin:0;
				}
			#hollow-cathode-lamps ol li a {
				text-decoration:none;
				margin:0 0 0 5px;
				font-weight:700;
				}


/* ======================================================================================= */
/* 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(https://www.labhut.com/skin/frontend/labhut/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.labhut.com/skin/frontend/labhut/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; }

/* 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 { font-weight:bold; }

/* 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; }

/* FTP */
.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 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-view .product-name {
		margin:0 0 10px;
		}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box {
	float:left;
	width:350px;
	background:#ddd;
	padding:0 5px 0;
	margin:0 0 10px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}
.product-view .product-img-box:hover {
	border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	}
.product-view #basic-data-table th,
.product-view #basic-data-table td {
	vertical-align:middle;
	}

.gallery-images {
	margin:0;
	padding:5px 0;
	float:left;
	display:block;
	}
.gallery-controls {
	padding:0 0 5px;
	}
.gallery-controls li {
	float:left;
	padding:0 5px 0 0;
	display:block;
	}

/* Product Shop */
.product-view .product-shop { float:right; width:390px; }
.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 {
	margin:10px 5px;
	}

/* 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 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 {}
#prevnext {
	width:100%;
	float:left;
	background:#eee;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	/*behavior: url(/PIE.htc);*/
	display:block;
	margin:0 0 10px;
	}
	#prevnext a {
		text-decoration:none;
		margin:5px;
		line-height:20px;
		font-weight:700;
		}
		#prevnext a span {
			font-size:10px;
			font-style:italic;
			font-weight:normal;
			}
	#prevnext .prev {
		float:left;
		padding:0 5px 0 20px;
		background:url(https://www.labhut.com/skin/frontend/labhut/default/images/icons/resultset_previous.png) no-repeat 0 50%;
		}
	#prevnext .next {
		float:right;
		padding:0 20px 0 5px;
		background:url(https://www.labhut.com/skin/frontend/labhut/default/images/icons/resultset_next.png) no-repeat 100% 50%;
		}

/* 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(https://www.labhut.com/skin/frontend/labhut/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */

.other-vials,
.vials-by-picture { width:100%; }
	.other-vials td,
	.vials-by-picture td,
	.vials-by-picture th {
		padding:10px;
		text-align:center;
		vertical-align:middle;
		}
	.vials-by-picture tr th {
		width:150px !important;
		}

/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding: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 { background:#eee; padding:20px; border:1px solid #ddd; border-top-color:#fff; border-bottom-color:#ccc; }
.cart .totals table { float:right; margin:0 0 10px; }
.cart .totals table th,
.cart .totals table td { padding:5px; border-bottom:1px solid #ddd; line-height:30px; min-width:130px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot td { font-weight:bold; font-size:20px; border:0; }


/* 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 dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { 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 .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.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(https://www.labhut.com/skin/frontend/labhut/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(https://www.labhut.com/skin/frontend/labhut/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 {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; border-bottom:1px solid #ddd; padding:5px 0; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc {
	position:relative;
	margin:0 0 5px !important;
	}
.opc li.section {
	border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
	margin: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; text-align:right; line-height:30px; }
.opc .step-title .number { float:left; background:#fff; line-height:18px; margin:5px; width:18px; border:1px solid #ddd; border-top-color:#ccc; border-left-color:#ccc; text-align:center; }
.opc .step-title h2 { float:left; line-height:30px; font-size:14px; font-weight:700; color:#aaa; }
.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 { 
	cursor:default;
	}
.opc .active .step-title h2 { color:#333; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:25px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

#checkout-step-login h3 { border-bottom:1px solid #eee; margin:0 0 10px; line-height:30px; }

/* 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 ============================================================ */


/* 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-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.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 th,
.tracking-table td { padding:1px 5px 0 0; }

.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-top:3px solid #d3d3d3;
	background:#e7e7e7;
	padding:10px;
	margin:10px 0;
	}
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; }
.footer .links {
	float:left;
	}
	.footer .links li {
		display:block;
		float:left;
		border-left:1px solid #f5f5f5;
		border-right:1px solid #cbcbcb;
		padding:0 5px;
		line-height:20px;
		}
		.footer .links li a {
			text-decoration:none;
			padding:0 5px;
			line-height:20px;
			}
			.footer .links li a:hover {
				text-decoration:underline;
				color:#5e88cf;
				}
		.footer .links li.first {
			border-left:0;
			}
		.footer .links li.last {
			border-right:0;
			}
			
	.footer-bottom { clear:both; padding:20px 0 0;}
		.footer-bottom .copy {
			float:left;
			width:100%;
			}
			.footer-bottom .copy p {
				margin:0 200px;
				}
			.footer-bottom .left {
				float:left;
				margin:0 0 0 -100%;
				}
			.footer-bottom .right {
				float:right;
				display:inline;
				margin:0 0 0 -220px;
				}
				
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border:2px solid #fff;
	margin:-2px;
	background:transparent;	
	cursor:move;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	/*behavior: url(/PIE.htc);*/
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px 0;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
	-webkit-border-radius:0 4px 0 0;
	-moz-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0;
	}

/* This is the zoom window. */
.cloud-zoom-big {
	border:5px solid #ddd;
	margin:-5px;
	overflow:hidden;
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
	}

/* This is the loading message. */
.cloud-zoom-loading {
	color:#fff;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}



			
.footer-container .bottom-container { text-align:center; }

/* ======================================================================================= */


/* Clears ================================================================================ */
.clear { clear:both; display:block; width:100%; height:0; float:none; }
.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 .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,
.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; }
/* ======================================================================================= */

/* Why Buy popup */
.why_buy {
	position: relative;
	display: block;
	float: right;
	margin-right: 20px;	
}
.why_buy_description {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 278px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	border: 1px solid #ECECEC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	z-index: 10000;
}
.desc a, .short-description a {
	display:block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
<<<<<<< .mine
}

/* Contact Form Request Call Back */

#request-image, #request-title {text-align: center;}
#request-title h3 {padding: 10px 0;}
p.request-text {text-align: center;}

/* Request a Call Back Form */
.webform .fieldset {margin:0px;}
.webform .webforms-success-text {border: 1px solid #ddd; background: #fefefe; padding: 22px 25px 12px 33px;}

#checkout-step-login .col-1 .form-list {display:block; clear:both; float:none; width:100%; width:347px;}
#checkout-step-login .col-1 .form-list .control {float:none;display:inline-block;}


/* HOME PAGE: */
.cms-index-index .block-layered-nav .block-title {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5494B9), color-stop(100%,#307095));
	-pie-background: linear-gradient(#5494B9, #307095);
	border:none;
}
.cms-index-index .block-layered-nav .block-title strong {
	font-weight:normal;
}
.cms-index-index .block-layered-nav ol {
	list-style-type: none;
	margin: 0px;
	padding-left: 15px;
}
.cms-index-index .block-layered-nav ol ol {
	padding-left: 0px;
}
.cms-index-index .block-layered-nav ol > li {
	position: relative;
}
.cms-index-index .block-layered-nav li {
	list-style-type: none;
	position:relative;
}
.cms-index-index .block-layered-nav .expand-btn {
	position: absolute;
	height:14px;
	width:14px;
	font-size:0px;
	background:transparent url('https://www.labhut.com/skin/frontend/labhut/default/images/icons/icon-menu-plus.png') center no-repeat;
	top: 1px;
	left: -18px;
	cursor:pointer;
}
.cms-index-index .block-layered-nav .expand-btn.expanded {
	background:transparent url('https://www.labhut.com/skin/frontend/labhut/default/images/icons/icon-menu-minus.png') center no-repeat;
	left: -17px;
}
.cms-index-index .block-layered-nav .expand-btn + a {padding-left:0px;}
.cms-index-index .block-layered-nav .expand-btn + ol {padding-left:8px;}
.cms-index-index .block-layered-nav li a {
	color:#414141;
}
.cms-index-index .block-layered-nav .block-content {
	background-color: #f2f2f2;
	border:none;
	-webkit-border-radius: 0 0;
	-moz-border-radius: 0 0 ;
	border-radius: 0 0;
}
.cms-index-index .block-subscribe .block-content {
	background-color: transparent;
	text-align: center;
	border:none;
}
.cms-index-index .block-subscribe .button {
	background: #cd2826;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 25px;
	text-align: center;
}
.cms-index-index .block-subscribe .button span {
	background:transparent;
	margin: 0px;
	padding: 0px;
	float:none;
	display: block;
}
.cms-index-index .block-subscribe .input-text {
	background-color:#f8f8f8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:161px;
}
.cms-index-index .block-subscribe .block-content label {
	font-size: 11px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	font-weight:bold;
}

/* HOME PAGE FEATURED CATS: */
.cms-index-index .featured-cats {display: inline-block;}
.cms-index-index .featured-cats li {width:123px;margin-right: 10px; max-height: 204px; min-height: 204px;}
.cms-index-index .featured-cats li.last {margin-right: 0px;}


/* HOME PAGE TABS: */
.cms-index-index .tabs-container a {
	background: #DFDFDF;
	border:none;
	background: -moz-linear-gradient(top, #DFDFDF 0%, #C3C3C3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DFDFDF), color-stop(100%,#C3C3C3));
	-pie-background: linear-gradient(#DFDFDF, #C3C3C3);
	color:#464646;
	padding: 5px 7px;
	font-weight:normal;
	margin-right: 8px;
	top:2px;
}
.cms-index-index .tabs-container a.active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5494B9), color-stop(100%,#307095));
	-pie-background: linear-gradient(#5494B9, #307095);
	color:#fff;
	top:1px;
}
.cms-index-index .tabs-container .tab-content {
	border:1px solid #d7d7d7;
	width: 738px;
	padding:28px 10px;
}

.cms-index-index .tabs-container .tab-content a {background: none; padding: 0px; color: #307095;}
.cms-index-index .block-subscribe + img {
	border-top: 1px solid #dddddd;
	margin-bottom: 7px;
}
.cms-index-index .block-subscribe + img + img {
	border-top: 1px solid #dddddd;
}

/* HOMEPAGE */
.cms-index-index .std {
	margin-right: 15px;
}
.cms-index-index .std .rsNav {position: absolute; height: 20px; bottom: 25px; right: -330px; text-align: center; width: 100%; float: left; }
.cms-index-index .std .rsThumbsContainer {right: 0px;position: absolute;}
.cms-index-index .std .rsThumb {height:18px; width:18px; color:#fff;}
.cms-index-index .std .rsNavItem.rsThumb {border:1px solid #c2c2c2; color:#a0a0a0;background-color:#e4e4e4;}
.cms-index-index .std .rsNavItem.rsThumb.rsNavSelected{background-color:#3c8ab8;border-color:#3c8ab8;color:#fff;}
.std .homepage-featured-categories {margin: 0px;}
.homepage-featured-categories li {display:inline-block;float:left;border:1px solid #e1e1e1;padding:12px 8px;margin-bottom:8px;}
.homepage-featured-categories li {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.homepage-featured-categories li > a {float:right;color:#1268b3;text-decoration:underline;}
.homepage-featured-categories .img-holder {width: 123px; display: inline-block; float: left; height: 100px; text-align: center; }
.homepage-featured-categories .txt-holder {display: inline-block;width: 125px; font-size: 11px; line-height: 14px;}
.homepage-featured-categories h3 {color:#1268b3;font-size: 13px; min-height:34px;}
.homepage-featured-categories .f-left {clear:left;}
.homepage-featured-categories .f-right {clear:right;}

label[for="p_method_sagepayserver"] {
    background-image: url("https://www.labhut.com/skin/frontend/labhut/default/sagepaysuite/images/sagepay-section.png") !important;;
}
/**
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.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(https://www.labhut.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(https://www.labhut.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(https://www.labhut.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(https://www.labhut.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(https://www.labhut.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(https://www.labhut.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(https://www.labhut.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(https://www.labhut.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(https://www.labhut.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.postWrapper {
	border:1px solid #eee;
	border-bottom-color:#ccc;
	border-bottom-color:#bbb;
	padding:10px;
	}
	.postTitle {
		border-bottom:1px solid #ddd;
		margin-bottom:5px;
		float:left;
		width:100%;
		}
		.postTitle h2 {
			float:left;
			}
			.postTitle h2 a {
				font-size:20px;
				font-weight:700;
				line-height:30px;
				text-decoration:none;
				display:block;
				}
			.postTitle h2 a:hover {
				text-decoration:underline;
				}
		.postTitle h3 {
			float:right;
			line-height:30px;
			font-size:14px;
			color:#aaa;
			}
		.postContent {
			font-size:14px;
			padding:10px 0;
			}
		.postDetails {
			text-align:right;
			border-top:1px solid #eee;
			color:#bbb;
			}
/* Alert block */
.scommerce-gdpr-cookienotice{
    position: fixed;
    bottom:0;
    z-index: 99999;
    width: 100%;
    padding: 5px 0; font: 12px/18px Arial, Helvetica, sans-serif; text-align: center}
.scommerce-gdpr-cookienotice .message{max-width: 90%; margin: 0 auto;}
.scommerce-gdpr-cookienotice .message span.cookie-title{display: block; font-size: 16px; font-weight: bold; margin: 0.4em 0 0;}
.scommerce-gdpr-cookienotice .message a{color: #f90; text-decoration: underline;}
.scommerce-gdpr-cookienotice .message a:hover{text-decoration: none;}
.scommerce-gdpr-cookienotice .message .close a{font-size: 16px; text-decoration: none; font-weight: bold;}
.scommerce-gdpr-cookienotice .message .close a:hover{text-decoration: underline;}

/* Delete account attention block */
.scommerce-gdpr-attention-message {color: red;}

/* css for homepage block with categories*/
.expand-list {
    display: none;
}
.country-flag {
	vertical-align:middle;
	margin:-4px 0 0;
	}
.distributors-countries .introduction {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #eee;
	}
	
	#distributors-countries .column {
		float:left;
		display:block;
		margin:0;
		}
		#distributors-countries .letter {
			padding:5px;
			margin:10px 5px;
			display:block;
			clear:both;
			border:1px solid #eee;
			-webkit-border-radius:8px;
			-moz-border-radius:8px;
			border-radius:8px;
			background:#fff;
			}
		#distributors-countries .letter:hover {
			border:1px solid #ddd;
			}
			
			#distributors-countries .letter h3 {
				line-height:20px;
				font-size:18px;
				padding:0;
				margin:0 0 5px;
				}

			#distributors-countries .letter ul {
				display:block;
				float:left;
				width:100%;
				clear:both;
				padding:0 0 10px;
				list-style-type:none;
				margin:0;
				}
				#distributors-countries li.country  {
					margin:0 !important;
					list-style:none !important;
					}
				#distributors-countries .country a {
					line-height:16px;
					padding:5px;
					display:block;
					float:left;
					clear:left;
					margin:2px 0;
					border:1px solid #f6f6f6;
					-webkit-border-radius:8px;
					-moz-border-radius:8px;
					border-radius:8px;
					text-decoration:none;
					font-size:12px;
					}
				#distributors-countries .country a:hover {
					background:#eee;
					border-color:#e3e3e3;
					}
				#distributors-countries .country img {
					line-height:16px;
					vertical-align:middle;
					margin:-2px 5px 0 0;
					}
					
ul#distributors-countries-nav {
	list-style:none;
	margin:0;
	}
	
	#distributors-countries-nav .letter {
		border:1px solid #f6f6f6;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
		padding:5px;
		clear:both;
		margin:5px 0;
		list-style:none;
		}
	#distributors-countries-nav .letter h3 {
		line-height:20px;
		font-size:18px;
		padding:0;
		margin:0 0 5px;
		border-bottom:1px solid #f8f8f8;
		}
		
	#distributors-countries-nav .letter ul {
		display:block;
		padding:0;
		list-style-type:none !important;
		margin:0;
		}
	#distributors-countries-nav .letter ul li {
		list-style-type:none !important;
		}
		#distributors-countries-nav .country a {
			line-height:16px;
			padding:5px;
			display:block;
			border-bottom:1px solid #f6f6f6;
			-webkit-border-radius:4px;
			-moz-border-radius:4px;
			border-radius:4px;
			}
		#distributors-countries-nav .country.last a {
			border:0;
			}
		#distributors-countries-nav .country a:hover {
			background:#eee;
			border-color:#e3e3e3;
			}
		#distributors-countries-nav .country img {
			line-height:16px;
			vertical-align:middle;
			margin:-2px 5px 0 0;
			}
	
	

	.distributor-container {
		padding:0 0 5px;
		margin:0 0 5px;
		border-top:1px solid #eee;
		}
		.distributor-container.first {
			border:0;
			}
		.distributor-container .distributors-categories,
		.distributor-container .distributor-information {
			float:left;
			width:49.5%;
			display:block;
			}
			.distributor-container .distributors-categories .container {
				padding:10px;
				}
			.distributor-container .distributor-information .container {
				padding:10px;
				margin:10px 0 0;
				border-left:1px solid #eee;
				}

		.distributor-container .distributors-categories ul li {
			line-height:50px;
			list-style-type:none;
			}
		.distributor-container .distributors-categories ul li a {
			display:block;
			padding:5px;
			line-height:40px;
			text-decoration:none;
			font-size:13px;
			}
		.distributor-container .distributors-categories ul li a:hover {
			text-decoration:underline;
			}
		.distributor-container .distributors-categories ul li a img {
			vertical-align:middle;
			margin:0 10px 0 0;
			}
		.distributor-container .distributors-categories ul li a.no-img {
			padding:5px 5px 5px 55px;
			}


.distributors-country .message {
	border-bottom:1px solid #f6f6f6;
	padding:0 0 10px;
	margin:0 0 10px;
	}







			

iframe#iframeRegCard { height:518px; width:100%; border:1px solid #666; }

iframe#sagepaydirectpro-iframe-post { height:500px; width:100%; /*border:1px solid #666;*/ border:none; }

div#direct3d-logos { width:351px;margin:0 auto; margin-top:5px; }
div#direct3d-logos img { padding-right:10px; }

div.sagecardh1 h1 { display: inline; }
div.sagecardh1 img { padding-top: 12px; padding-left: 10px; }

select#sagepaytoken_start_yr, select#sagepaytoken_start, select#sagepaytoken_expiration_yr, select#sagepaytoken_expiration { width:125px; }
select#sagepaytoken_start, select#sagepaytoken_expiration { margin-right: 10px; }

form#frmRegCard input.cvv { width:3em !important; }

.sidebar .sagepaysuite-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .sagepaysuite-logo a { float:none; }
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 758px;
	height: 270px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(https://www.labhut.com/skin/frontend/labhut/default/css/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(https://www.labhut.com/skin/frontend/labhut/default/css/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(https://www.labhut.com/skin/frontend/labhut/default/css/blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	/*background: #151515;
	color: #FFF;*/
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('https://www.labhut.com/skin/frontend/labhut/default/images/rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('https://www.labhut.com/skin/frontend/labhut/default/images/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('https://www.labhut.com/skin/frontend/labhut/default/images/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(https://www.labhut.com/skin/frontend/labhut/default/images/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('https://www.labhut.com/skin/frontend/labhut/default/images/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(https://www.labhut.com/skin/frontend/labhut/default/preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
/* Styles specific to this particular page */
ul.tabs
{
    margin: 1px 0 0 0;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
}
ul.tabs li
{ display: inline; margin: 0;
}
ul.tabs li a
{
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 6px 7px;
    margin-right: 3px;
    border: 1px solid #adadad;
    color: #2d2b2b;
    background: #d4d7d5;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    float: left;
}
ul.tabs li a.active
{
    background: #f6f6f6;
    /*box-shadow: 0px -1px 1px 0px #dadada;*/
    border: 1px solid #dadada;
    border-bottom-color: #f6f6f6;
    position: relative;
    /*top: 1px;*/
}
.scroll-pane
{
    width: 100%;
    overflow: auto;
}

