﻿/*
Kentek Laser Store BV Commerce Theme - Sept 2014
UCDLink (based on Develisys.com 2009)
*/

/*COLORS
#303040; body bg
#252531; admin panel bg
#17809e; admin panel link
#afce6c; account link green
#ce77d2; utility pink
#f5f5f5; gray footer text
#8B3B84; drop down menu link hover purple
#00a2ff; blue link
#c0e277; light green precolumn bg
#dff8a6; lighter green select box bg product options
*/

/*RYGB*/
.color {width:29px;float:left;line-height:1;}
.heading {margin-bottom:.25em;font-weight:bold;margin-left:2px;}
.dot {height:9px; width:9px; border:1px solid #666; border-radius:50px; }
.red {background:red;}
.green {background:#0c3;}
.yellow {background:yellow;}
.blue {background:#03f;}

/*HTML ELEMENTS*/

	body {
		background: #303040;
		margin: 0;
		padding: 0;
		font-family: arial;
		font-size: 62.5%;
	}
	a img {
		border:none;
	}
	h1 {
		margin: 0;
		padding: 0 0 5px;
		font-size: 2.0em;
	}
	h2 {
		font-size: 2.0em;
		margin: 0;
		padding: 10px 0 10px;
	}
	h3 {
		font-size: 1.6em;
		line-height: 1.8em;
		margin: 0;
		padding: 10px 0 10px;
	}
	h4 {
		font-size: 1.4em;
		line-height: 1.6em;
		margin: 0;
		padding: 10px 0 10px;
	}
	h5 {
		font-size: 1.2em;
		line-height: 1.4em;
		margin: 0;
		padding: 10px 0 10px;
	}
	h6 {
		font-size: 1.2em;
		line-height: 1.4em;
		margin: 0;
		padding: 10px 0 10px;
	}
	a {
		color: #00a2ff;
		text-decoration: underline;
		
	}
	a:focus,
	a:hover,
	a:active {
		text-decoration: none;
		color: #99b855;
	}
	a img,
	a:hover img{
		border: none;
	}
	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a,
	h1 a:visited,
	h2 a:visited,
	h3 a:visited,
	h4 a:visited,
	h5 a:visited,
	h6 a:visited {
		text-decoration: none;
	}
	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover {
		color: #afce6c;
		text-decoration: none;
	}
	fieldset {
		border:none;
		margin: 15px 0;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		border-radius: 6px;
		background: #e2f0f9;
		padding: 15px;
	}
	legend {
		font-size: 12px;
		font-weight: bold;
		padding: 5px;
		background: #fff;
		border: 1px solid #BABABA;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	table {
		width: 100%;
		border: none;
		margin-bottom: 15px;
	}
	td {
		vertical-align: top;
		text-align: left;
		padding: 5px;
		border: none;
	}
	th,
	tr.rowheader{
		vertical-align: middle;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
	}

	ul {
		font-size: 12px;
		margin-top: 0;
	}
	ul li {
		
	}
	ol {
		font-size: 1.2em;
		margin-top: 0;
	}
	ol li {
	
	}
	dl {
		font-size: 1.2em;
	}
	dl dt {
		font-weight: bold;
	}
	dl dd {
		margin-left:18px;
		margin-bottom:9px;
	}
	p{
		font-size: 12px;
		line-height: 1.8em;
		margin-top: 0;
	}
	hr {
		/*display: none;*/
	}
	code {
		font-family: "Lucida Console", Monaco, monospace;
	}
	*[lang] {
		font-style: italic;
	}
	del {
		text-decoration: line-through;
	}
	acronym {
		letter-spacing: 0.1em;
		font-size: 1.2em;
	}
	pre {
		overflow: auto;
		font-size: 12px;
	}
	
	blockquote {
		border-left:2px solid #e9eaea;
		margin:0 9px 9px;
		padding-left:10px;
	}
	p,
	pre,
	dl,
	ul,
	ol {
		margin-bottom:18px;
	}
	label {
		font-size: 12px;
		line-height: 1.8em;
		display: block;
		font-weight: bold;
		margin-top: 10px;
	}
	table label {
		margin-top: 0;
	}
	input {
		font: 12px/18px helvetica, arial, sans-serif;
	}
	textarea {
		font: 12px/18px helvetica, arial, sans-serif;
	}
	small {
		font-size: 11px;
	}

a[href$=".pdf"][data-size] {	
	padding-left: 30px;
	line-height: 3em;
	background: url(../images/pdf-icon-tiny.png) left center no-repeat;
	}
a[href$=".pdf"][data-size]:after {
	content: " (PDF, " attr(data-size) ")";

	 }
/*COMMON*/
	.pad20 {
		padding: 20px;
		overflow: hidden;
	}
	.pad10 {
		padding: 10px;
	}
	.halfColumnLeft {
		width: 49%;
		float: left;
	}
	.halfColumnRight {
		width: 49%;
		float: right;
	}
	.formlabel,
	.FormLabel{
		font-size: 1.2em;
		font-weight: bold;
		width: 145px;
		text-align: left!important;
		vertical-align: middle!important;
		padding: 3px;
		vertical-align: middle;
	}
	.contactform .formlabel, .contactform .FormLabel {
		text-align:right!important;
		width: 250px;
	}
	.forminput,
	.FormInput{
		vertical-align: middle;
	}
	.decoratedblock {
		background: #e2f0f9;
		padding: 20px;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 10px;
		position: relative;
	}

	.small {
		font-size: 11px;
	}
	.checkbox label,
	.checkbox input {
		display: inline;
		vertical-align: middle;
		line-height: 1.8em;
	}
	.checkbox label {
		padding-top: 3px;
		padding-left: 3px;
	}

/* LC  remove rblist styles for kitting  */
/*	.checkbox .rblist input
	{
	  float: left;  
	  margin-top: 10px;
	}
	.checkbox .rblist label 
	{
	    float: left;
	    width: 85%;
	    margin-top: 6px;
	    line-height: 1.25;
	}*/

/* LC  add styles for kitting  */

tr.radiobuttonnormallist {
border-bottom: 1px solid #F5F5F5;
border-bottom-width:90%;
}
#kitprecontent {
	font-size: 150%;
	margin:20px 0;
	padding: 10px;
	background-color:#c0e277;
}

/*STRUCTURE*/
	#adminpanel {
		background: #252531; 
	}
	#Header {
		position: relative;
		height: 121px;
		width: 980px;
		margin: 0 auto 20px;
		z-index: 2;
	}
	#PageWrapper {
		background: url(https://44db2166f0c08cf96fb0-d5efef30599eed0385f28702080d874c.ssl.cf2.rackcdn.com/css/images/bg_body2.jpg) no-repeat top center;
		overflow: visible;
	}
	#Page {
		width: 980px;
		margin: 0 auto;
		background: #fff;
		overflow: hidden;
		padding-bottom: 0;
		position: relative;
		z-index:1;
		-webkit-border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;
		border-radius: 8px 8px 0 0;
		background-clip: padding-box;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
	}

	#Footer {
		width: 980px;
		margin: 0 auto 20px;
		background: #f5f5f5;
		overflow: hidden;
		border-radius: 0 0 8px 8px;
	}
	#Footerw {
		width: 1480px;
		margin: 0 auto 20px;
		background: #f5f5f5;
		overflow: hidden;
		border-radius: 0 0 10px 10px;
	}
	#ColumnOne {
		width: 220px;
		float: left;
		padding-top: 68px;
	}
	#ColumnTwo {
		float: right;
		width: 700px;
		overflow:hidden;
	}
	#homepagecolumn1{
		height: 226px;
		position: relative;
		background: transparent;
	}
	#homepagecolumn2 {
		float: left;
		width: 720px;
	}
	#homepagecolumn3 {
		width: 220px;
		float: right;
		padding-top: 75px;
	}
	
	#home {
		background: #363145;
		padding:20px 40px;
		border-top:#000 solid 1px;
	}
	#home h1 {
		font-size: 18px;
		text-align: center;
		font-weight: normal;
		color:#fff;
		-webkit-font-smoothing: antialiased!important;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}	
	#SelectorPage {
		width: 980px;
		margin: 0 auto;
		background: #fff;
		padding-bottom: 20px;
		position: relative;
		z-index:1;
		border-radius: 10px 10px 0 0;
	}
	.pm-imagemap {
		text-align:center;
	}

/*ADMIN PANEL*/
	#adminpanel table{
		width: 980px;
		margin: 3px auto 0;
		color: gray;
	}
	#adminpanel table td {
		font-size: 1.2em;
		line-height: 1.8em;
	}
	#adminpanel #admincenter {
		text-align: center;
	}
	#adminpanel #adminright {
		text-align: right;
	}
	#adminpanel a {
		color: #17809e;
	}
	
/*HEADER*/
	a#Logo {
		width: 269px;
		height: 67px;
		position: absolute;
		left: 0;
		top: 27px;
		text-decoration: none;
		background: url(../images/logo.jpg) no-repeat 0 0;
	}
	a#Logo img {
		visibility: hidden;
		width: 269px;
		height: 67px;
	}
	
	/*NAV*/
	div#Nav {
		position: absolute;
		left: 290px;
		bottom: 0;
		/*height: 37px;*/
		z-index: 100;
	}
	div#Nav ul {
		list-style:none;
		margin: 0;
		padding: 0;
		height: 37px;
	}
	div#Nav ul li {
		list-style: none;
		margin: 0;
		padding: 0;
		height: 37px;
		float: left;
		position: relative;
	}
	div#Nav ul li a {
		display: block;
		height: 37px;
		text-indent: -9999px;
	}
	/*home tab*/
	div#Nav ul li a.a_8ee14360-2c6b-42ee-90fe-8a1b9e38bf8c {
		width: 66px;
		background: url(../images/bg_home.jpg) no-repeat 0 0;
	}
	/*products tab*/
	div#Nav ul li a.a_76d04e1b-bc15-47ee-99a6-619328cdf547 {
		width: 89px;
		background: url(../images/bg_products.jpg) no-repeat 0 0;
	}
	
	/*search tools tab*/
	div#Nav ul li a.a_d707cc17-3891-4fc2-90c1-60182172783b {
		width: 114px;
		background: url(../images/bg_search-tools.jpg) no-repeat 0 0;
	}

	/*laser safety tab*/
	div#Nav ul li a.a_c985b0d6-7218-4e5f-85ef-0158a7640e3b {
		width: 114px;
		background: url(../images/bg_laser-safety.jpg) no-repeat 0 0;
	}
	/*contact tab*/
	div#Nav ul li a.a_06179c0b-7d84-47f5-a2ef-846216c7eb54 {
		width: 84px;
		background: url(../images/bg_contact.jpg) no-repeat 0 0;
	}
	/*hover and active*/
	div#Nav ul li a:hover {
		background-position: 0 -37px;
	}
	div #Nav ul li a.active,
	div #Nav ul li.activeChild a{
		background-position: 0 -74px;
	}
	
	/*DROPDOWN MENU*/
	/*tier one*/
	div #Nav ul li ul {
		position: absolute;
		left: -9999px;
		background: #e5d6e3;
		padding: 10px 15px;
		width: 810px;
		z-index: 50;
		border: 1px solid #f2e3f0;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		top: 32px;
		height: 590px;
		filter:alpha(opacity=97);
		-moz-opacity:0.97;
		-khtml-opacity: 0.97;
		opacity: 0.97;
	}

		
	div #Nav ul li ul li {
		width: 200px;
		margin: 1px;
		height: auto;
		float: none;
	}
	div #Nav ul li ul li.left {
		float: left;
		width: 200px;
		
	}
	div #Nav ul li ul li a {
		display: block;
		line-height: 28px;
		height: 28px;
		color: #252531; 
		font-size: 12px;
		background: none;
		text-decoration: none;
		padding: 0;
		text-indent: 0;
		font-weight: bold;
		color: #8B3B84;
		
	}
	div #Nav ul li ul li a:hover {
		background-position: 0 -56px;
		color: #fff;
		padding-left: 5px;
		font-weight: bold;
	}
	/*tier two*/
	div #Nav ul li ul li ul {
		position: relative;
		left: auto;
		top: auto;
		padding: 0 0 15px 0;
		width: 200px;
		border: none;
		height: auto;
		background: none;
	}	
	div #Nav ul li ul li ul li {
		width: auto;
		float: none;
		height: 20px;
		margin: 0 0 1px;
	}
	div #Nav ul li ul li ul li a {
		display: block;
		line-height: 20px;
		height: 20px;
		color: #252531; 
		font-size: 12px;
		text-decoration: none;
		padding: 0;
		text-indent: 0;
		font-weight: normal;
		padding-left: 10px;
		background: url(../images/bg_subnav-active.gif) no-repeat 3px 7px!important;
		margin-right: 10px;
		width: 190px;
	}
	div #Nav ul li ul li a:hover,
	div #Nav ul li ul li ul li a:hover {
		
	}
	div #Nav ul li ul li a:hover,
	div #Nav ul li ul li ul li a:hover{
		background: #a24a9a !important;
		color: #fff;
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px;
		width: 190px;
	}
	
	/*show sub menu*/
	div #Nav ul li:hover ul,
	div #Nav ul li.sfhover ul {
		position: absolute;
		left: -290px;
	}
	div #Nav ul li:hover ul li ul,
	div #Nav ul li.sfhover ul li ul {
		position: relative;
		left: auto;
	}
	
	/*MINI CART*/
	#MiniCart {
		position: absolute;
		right: 190px;
		top: 2px;
		color: #fff;
		font-size: 1.2em;
		width: 250px;
		text-align: right;
	}
	#MiniCart a {
		color: #fff;
		text-decoration: none;
		/*font-weight: bold;*/
	}
	#MiniCart a.lnkCart {
		line-height: 30px;
		padding: 4px;
		/*background: url(../images/bg_cart.gif) no-repeat left;*/
		padding-left: 27px;
	}
	#MiniCart a:hover {
		text-decoration: underline;
	}
	#MiniCart #subtotal {
		display:none;
	}
	/*UTIL NAV*/
	#UtilNav {
		position: absolute;
		right: 50px;
		top: 3px;
		font-size: 1.2em;
		line-height: 27px;
	}
	#UtilNav a {
		text-decoration: none;
		color: #ce77d2;
	}
	#UtilNav a:hover {
		text-decoration: underline;
	}
	#UtilNav a.lnkAccount {
		color: #afce6c;
	}
/* HEADER SEARCH */
#HeaderSearch {
	position: absolute;
	right: 25px;
	padding:4px;
	top: 76px;
}
/*FOOTER*/
	#Footer, #Footerw {
		font-size: 1.2em;
		color: #636363;
	}
	#Footer ul.footerNav, #Footerw ul.footerNav {
		list-style: none;
		margin: 0 0 8px;
		padding: 0;
		overflow: hidden;
	}
	#Footer ul.footerNav li, #Footerw ul.footerNav li{
		float: left;
		padding-right: 15px;
	}	
	#Footer ul.footerIco, #Footerw ul.footerIco {
		list-style: none;
		margin: 0 0 8px;
		padding: 10px 0 0 0;
		overflow: hidden;
	}	
	#Footer ul.footerIco li, #Footerw ul.footerIco li {
		float: left;
		padding-right: 5px;
	}

	#Footer a, #Footerw a {
		text-decoration: none;
	}
	#Footer a:hover, #Footerw a:hover {
		text-decoration: none;
	}

	
	ul.custompagesnav {
		list-style: none;
		margin: 10px 0;
		padding: 0;
		overflow: hidden;
	}
	ul.custompagesnav li {
		float: left;
		margin-right: 5px;
		list-style:none;
		padding: 0;
	}
	
/*FAQS*/
	ol#faquestions {
		list-style: none;
		margin: 0 0 20px;
		padding: 0;
	}
	ol#faquestions li {
		padding-bottom: 10px;
	}
	ol#faquestions li a {
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}
	ol#faanswers {
		margin-top: 0;
	}
	ol#faanswers h3 {
		margin: 0 0 5px;
		padding: 0;
		line-height: 16px;
		font-size: 16px;
	}
	ol#faanswers .answer {
		line-height: 1.6em;
	}
	
/*BREADCRUMB*/
	.breadcrumbs {
		font-size: 1.2em;
		line-height: 1.8em;
		color: #65657a;
		margin-bottom: 17px;
	}
	.breadcrumbs a {
		color: #894490;
		font-weight: bold;
		text-decoration: none;
	}
	.breadcrumbs a:hover {
		text-decoration: underline;
	}
	.breadcrumbs img {
		padding: 0 3px;
	}
    .breadcrumbs div {
		display: inline-block!important;
		}
	
/*SIDEMENU  SUBNAV*/
	.sidemenu {
		/*background: #f5f5f5;*/
		/*margin-top: 30px;*/
		margin-bottom: 20px;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		border-radius: 6px;
		position: relative;
	}
	.sidemenu ul {
		list-style: none;
		margin: 0;
		padding: 0px;
	}
	.sidemenu ul li {
		padding: 0;
		margin: 0 0 2px;
		list-style: none;
		overflow: hidden;
	}
	.sidemenu ul li a {
		position: relative;
		display: block;
		font-weight: bold;
		color: #303040;
		text-decoration: none;
		font-size: 12px;
		line-height: 30px;
		padding: 0 10px;
		background: #f5f5f5;
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px;
		border-radius: 2px;
		overflow: hidden;
	}
	.sidemenu ul li a:hover {
		color: #894490;
		background: #e5d2e3;
	}
	.sidemenu ul li.activeChild a {
		color: #894490;
		background: #e5d2e3;
	}
	
	.sidemenu ul li ul {
		padding: 0 0 10px 0;
	}
	.sidemenu ul li ul li {
		
	}
	
	.sidemenu ul li ul li ul li {
		padding-left: 20px;
	}
	
	.sidemenu ul li ul li a {
		padding-left: 20px;
		font-weight: normal;
		background: #fff!important;
	}
	.sidemenu ul li ul li a:hover {
		color: #1F7C9E;
	}
	.sidemenu ul li ul li a.active{
		font-weight: bold;
		color: #1F7C9E;
		background: url(../images/bg_subnav-active.gif) no-repeat 10px 13px!important;
	}
	.sidemenu .decoratedblock {
		background: none;
		padding: 0;
		margin-bottom: 0;
	}
	    .content .block.sidemenu li a:hover { background: #f4f4f4;}

/*BLOCK: Category Menu Plus*/
        .block.categorymenuplus {background: none; border: none;}
	    .block.categorymenuplus ul {padding:0;margin:1px 0 0;list-style:none;}
	    .block.categorymenuplus li {padding:0;margin:0 0 1px;list-style:none;}
	.block.categorymenuplus {
		/*background: #f5f5f5;
		/*margin-top: 30px;*/
		margin-bottom: 20px;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		border-radius: 6px;
		position: relative;
	}
	.block.categorymenuplus ul {
		list-style: none;
		margin: 0;
		padding: 0px;

	}
	.block.categorymenuplus ul li {
		padding: 0;
		margin: 0 0 2px;
		list-style: none;
		overflow: hidden;
	}
	.block.categorymenuplus ul li a {
		position: relative;
		display: block;
		font-weight: bold;
		color: #303040;
		text-decoration: none;
		font-size: 12px;
		line-height: 25px;
		padding: 0 10px;
		background: #f5f5f5;
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px;
		border-radius: 2px;
		overflow: hidden;
	}
	.block.categorymenuplus ul li a:hover {
		color: #894490;
		background: #e5d2e3;
	}
	.block.categorymenuplus ul li.activeChild a {
		color: #894490;
		background: #e5d2e3;
	}
	
	.block.categorymenuplus ul li ul {
		padding: 0 0 10px 0;
	}
	.block.categorymenuplus ul li ul li {
		
	}
	
	.block.categorymenuplus ul li ul li ul li {
		padding-left: 20px;
	}
	
	.block.categorymenuplus ul li ul li a {
		padding-left: 20px;
		font-weight: normal;
		background: #fff!important;
	}
	.block.categorymenuplus ul li ul li a:hover {
		color: #1F7C9E;
	}
	.block.categorymenuplus ul li ul li a.active{
		font-weight: bold;
		color: #1F7C9E;
		background: url(../images/bg_subnav-active.gif) no-repeat 10px 13px!important;
	}
	.block.categorymenuplus .decoratedblock {
		background: none;
		padding: 0;
		margin-bottom: 0;
	}
.block.categorymenuplus ul{
	list-style:none;
}
/*FACET NAV*/
	#ColumnOne #facets {
		padding-left: 0;
	}
	#ColumnOne #facets h2 {
		font-size: 1.6em;
	}
	#ColumnOne #facets .heading {
		border-bottom: 1px solid #ccc;
		overflow: hidden;
		margin-top: 15px;
		margin-bottom: 2px;
		padding: 3px 0 1px;
	}
	#ColumnOne #facets .heading h4 {
		font-size: 1.4em;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
		color:#666;
		text-transform:uppercase;
		font-weight:bold;
		float: left;
		width: 160px;
	}
	#ColumnOne #facets a.clear {
		background: url(../images/bg_clear.gif) no-repeat 0px;
		padding-left: 12px;
		font-size: 12px;
		text-transform: none;
		cursor: pointer;
		width: 40px;
		float:right;
		line-height: 1.6em;
		text-decoration: none;
		clear: none;
	}
	#ColumnOne #facets ul {
		clear: left;
		margin: 0;
		padding: 8px 10px;
		margin: 0;
        color: #666;
        font-size: 10px;
		background: #f5f5f5;
		max-height: 258px;
		list-style: none;
		overflow: auto;
	}
	#ColumnOne #facets ul p {
		margin-bottom: 0;
	}
	#ColumnOne #facets ul p span.min {
		float: left;
	}
	#ColumnOne #facets ul p span.max {
		float: right;
	}
	span.max#od-max,
	span.max#price-max {
		margin-right: 47px;
	}
	#ColumnOne #facets ul.noScroll{
		max-height: 500px !important;
	}
	#ColumnOne #facets ul li:hover {
		background: #e7e7e7;
	}
	#ColumnOne #facets ul.noScroll li:hover {
		background: none;
	}
	#ColumnOne #facets ul li a {
		display: block;
		font-size: 1.2em;
		background: url(../images/bg_facet.gif) no-repeat 2px;
		padding: 0 0 0 17px;
		line-height: 1.6em;
		text-decoration: none;
		color: black;
	}
	#ColumnOne #facets ul li a.checked {
		background: url(../images/bg_facet-selected.gif) no-repeat 2px;
		color: #d9ac33;
        font-weight: bold;
	}
	
    /*#ColumnOne #facets ul li a[title="Alexandrite"] {
		background-image: url(../images/bg_facet.gif), url(../images/ch1.gif);
		background-repeat: no-repeat;
		background-position: 2px 0, 50px 0 ;
	}*/
	#ColumnOne #facets ul li a.clear{
		background: url(../images/bg_clear.gif) no-repeat 0px;
		padding-left: 12px;
		font-size: 12px;
		text-transform: none;
		cursor: pointer;
	}
	#ColumnOne #facets a.clear_all{
		background: url(../images/bg_clear.gif) no-repeat left;
		font-size: 12px;
		padding-left: 12px;
		font-weight: bold;
		cursor: pointer;
	}
/*#ColumnOne #facets ul li a[title="Popular for Alexandrite"],#ColumnOne #facets ul li a[title="Popular for KTP 532"],#ColumnOne #facets ul li a[title="Popular for Nd:YAG"]  {
	 font-weight: bold;
	 color:#9900cc;
	 }	*/
	#wavelength-values span 
	{
	    font-size: 1em;
	}

/*tabs*/
    #ColumnOne #facets #tab-container {}
    #ColumnOne #facets #tab-container ul.etabs {
        height: 18px;
        padding: 0;
        margin:0;
        list-style: none;
        overflow: hidden;
    }
    #ColumnOne #facets #tab-container ul.etabs li {
        margin:0 2px 0 0;
        padding: 0;
        float:left;
    }
    #ColumnOne #facets #tab-container ul.etabs li a {
        background: #F5F5F5;
        border: 1px solid #CECECE;
        padding: 0 5px;
        display:block;
        line-height: 18px;
        height: 16px;
        min-width: 15px;
        font-weight: bold;
        color: #898989;
    }
    #ColumnOne #facets #tab-container ul.etabs li.active a {
        background: #d9ac33;
        background: #fff;
        border-bottom: 1px solid #fff;
        color: #d9ac33;
        height: 18px;
        postition: relative; 
        z-index: 1;
    }

    #ColumnOne #facets #tab-container #tab-od,
    #ColumnOne #facets #tab-container #tab-lb,
    #ColumnOne #facets #tab-container #tab-rb,
    #ColumnOne #facets #tab-container #tab-blank {
        background: #fff;
        padding: 10px 20px;
        border: 1px solid #CECECE;
        margin-top:-1px;
        margin-bottom: 10px;
    }
    #ColumnOne #facets #tab-container #tab-od span#od-max,
    #ColumnOne #facets #tab-container #tab-lb span#lb-max,
    #ColumnOne #facets #tab-container #tab-rb span#rb-max {
        margin: 0;
        width: 28px;
        text-align:center;
    }

    #ColumnOne #facets .disabled {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
        cursor: default!important;
    }
    #ColumnOne #facets *[disabled] {
        cursor: default!important;
    }

	
	#ColumnOne #facets #tab-container #tab-rb .ui-slider {
		background: url(../images/slider/bg-5.png) no-repeat scroll 0 0;
	}

/*SLIDER*/
	#ColumnOne #facets .ui-slider {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		background: url(../images/slider/bg.gif) no-repeat scroll 0 0;
		border: 0 solid #D3D3D3;
		font-family:Verdana,Arial,sans-serif;
		font-size:100%;
		height:30px;
		line-height:14px;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		outline-color:-moz-use-text-color;
		outline-style:none;
		outline-width:0;
		padding:0;
		position:relative;
		text-decoration:none;
		width: 136px!important;
		left: 9px;
		clear: both;
	}
	
	#ColumnOne #facets #wavelength-range {
		width: 180px!important;
	}
	
	#ColumnOne #facets .ui-slider-handle {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background:transparent url(../images/slider/thumb.gif) repeat-x scroll 0 0;
		border:0 solid #DDDDDD;
		font-size:100%;
		height:19px;
		line-height:19;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		outline-color:-moz-use-text-color;
		outline-style:none;
		outline-width:0;
		padding:0;
		position:absolute;
		text-decoration:none;
		top:0px;
		width:12px;
		z-index:2;
		margin-left: -6px;
	}
	#ColumnOne #facets .ui-slider-handle:hover {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background:transparent url(../images/slider/thumb.gif) repeat-x scroll 0 50%;
		border:0 solid #FFFFFF;
	}
	#ColumnOne #facets .ui-slider-handle-active, 
	#ColumnOne #facets .ui-slider-handle-active:hover {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background:transparent url(../images/slider/thumb.gif) repeat-x scroll 0 50%;
		border:0 solid #FFFFFF;
	}
	#ColumnOne #facets .ui-slider-range {
		border:0 none;
		font-size:100%;
		height: .5em;
		line-height: 1em;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:6px 0 0;
		outline-color:-moz-use-text-color;
		outline-style:none;
		outline-width:0;
		padding:0;
		position:absolute;
		text-decoration:none;
		top:-1px;
		z-index:1;
		background: #87a752;
	}
	
	
	/*WAVELENGTH VALUES*/
	#facets #wavelength-values {
		overflow: hidden;
		position: relative;
		width: 200px;
	}
	#facets #wavelength-values br {
		clear: left;
	}
	#facets #wavelength-values  .wavelength-label {
		color: black;
		float: left;
		width: 33px;
		font-size: 1.2em;
	}
	#facets #wavelength-values input#wavelength-min,
	#facets #wavelength-values input#wavelength-max {
		width: 55px;
		float: left;
		border: 1px solid #e0e0e0;
		margin-right: 2px;
	}
	#facets #wavelength-values input#wavelength-btn {
		position: absolute;
		right: 0;
		bottom: 3px;
		margin-top: -3px;
		width: 60px;
		height: 23px;
		background: url(../images/buttons/apply.gif) no-repeat center center;
		border: none;
		overflow: hidden;
		text-indent: -999px;
		cursor: pointer;
	}
	

/*SIDEBAR SEARCH FORM*/
	.searchboxform {
		margin-bottom: 0;
	}
	.searchboxform h4  {
		display: none;
	}
	.searchboxform .decoratedblock {
		background: none;
		padding: 0;
	}
	.searchboxform  input {
		vertical-align: middle;
		color: #999;
		font-style: italic;
	}
	.searchboxform input[type="text"]:focus, input[type="text"]:active {
		color: #000;
		font-style: normal;
	}
	.searchboxform input.forminput {
		padding: 5px;
		border: 1px solid #e0e0e2;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-radius: 4px;
		width: 168px;
	}
	
/* Address Book */
	.address {border: 1px solid #eee; padding: 5px 10px; margin: 0 5px 15px 0; }
	.address .buttonrow {margin: 5px 0; padding: 0; text-align: left; }
	table.alladdresses, table.primaryaddresses {margin: 5px 0; width: 100%; }
	table.alladdresses td, table.primaryaddresses td {vertical-align: top; }
	
/*CATEGORYGRID TEMPLATE / PRODUCT GRID*/
	#categorygridtemplate {
		width: 720px;
	}
	#categorygridtemplate table,
	.productgrid table,
	#SearchResultsPane table{
		clear: both;
		margin: 0!important;
	}
	#categorygridtemplate table td,
	.productgrid table td,
	#SearchResultsPane table td{
		padding: 0 0 15px!important;
		width: 240px!important;
	}
	#categorygridtemplate table .record,
	.productgrid table .record,
	#SearchResultsPane table .record{
		float: left;
		background: #f5f5f5;  
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		border-radius: 6px;
		padding: 10px 10px 15px;
		line-height: 1.4em;
		font-size: 1.2em;
/*		height: 210px;*/
        height:220px;
		position: relative;
	}

	#categorygridtemplate table .record .recordimage,
	.productgrid table .record .recordimage,
	#SearchResultsPane table .record .recordimage{
		width: 200px;
		height: 145px;
		margin: 0 auto 7px;
		background: #fff;
		overflow: hidden;
	}
	#categorygridtemplate table .record .recordimage img,
	.productgrid table .record .recordimage img,
	#SearchResultsPane  table .record .recordimage img{
		width: 200px;
		height: 145px;
		border: none;
	}
	#categorygridtemplate table .record .recordprice a,
	.productgrid table .record .recordprice ,
	#SearchResultsPane table .record .recordprice a{ 
		font-weight: bold;
		color: #ff4400;
		text-decoration: none;
	}
	#categorygridtemplate table .record .recordname,
	.productgrid table .record .recordname,
	#SearchResultsPane  table .record .recordname	{
		width: 200px;
	}
	#categorygridtemplate table .record .recordname a,
	.productgrid table .record .recordname a,
	#SearchResultsPane table .record .recordname a	{
		font-weight: bold;
		text-decoration: none;
		color: #303040;
	}
	#categorygridtemplate table .record .recordname a:hover,
	.productgrid table .record .recordname a:hover,
	#SearchResultsPane table .record .recordname a:hover	{
		text-decoration: underline;
	}
	#categorygridtemplate .recordsku,
	#SearchResultsPane .recordsku	{
		color: #00a2ff;
		text-decoration: none;
		font-size:88%;
	}
	#categorygridtemplate .recordsku a,
	#SearchResultsPane .recordsku a {
		text-decoration: none;
	}
	#SearchFormTable label {
		display: inline;
	}

/*DETAILED LIST CATEGORY TEMPLATE*/
	#categorydetailedlisttemplate table {
		border-top: 1px solid #DFDFDF;
		clear: both;
		margin: 20px 0;
		padding: 0;
	}
	#categorydetailedlisttemplate table td {
		padding: 20px 0;
		border-bottom: 1px solid #DFDFDF;
	}
	#categorydetailedlisttemplate .recordimage {
		width: 110px;
	}
	#categorydetailedlisttemplate .recordshortdescription {
		padding: 20px 10px;
		width: 300px;
	}
	#categorydetailedlisttemplate .recordshortdescription h2 {
		margin: -3px 0 3px;
		padding: 0;
		font-size: 14px;
		line-height: 18px;
	}
	#categorydetailedlisttemplate .recordshortdescription .shortDesc {
		font-size: 12px;
		line-height: 16px;
	}
	#categorydetailedlisttemplate td.recordprice {
		width: 120px;
		text-align: center;
		vertical-align: middle;
	}
	#categorydetailedlisttemplate td.recordcontrols {
		vertical-align: middle;
		text-align: right;
	}
	#categorydetailedlisttemplate .recordprice a {
		font-size: 14px;
		text-decoration: none;
		font-weight: bold;
		line-height: 18px;
		color: #afce6c;
	}
	
/*BULK ORDER QUANTIY LIST TEMPLATE*/
	#categorybulkqtylisttemplate {
	
	}
	#categorybulkqtylisttemplate table{
		width: 100%;
		font-size: 11px;
		border-bottom: 2px solid #CFCFCF;
	}
	#categorybulkqtylisttemplatetable th {
		text-align: left;
		padding: 5px;
		background: #303040;
		color: #fff;
	}
	#categorybulkqtylisttemplate table td {
		text-align: left;
		padding: 10px 5px;
		background: #F5F5F5;
		vertical-align: middle;
	}
	#categorybulkqtylisttemplate table td.quantitycolumn {
		width: 80px;
	}
	#categorybulkqtylisttemplate table tr.alt td {
		background: #fff;
	}
	#categorybulkqtylisttemplate .recordsku {
		float: right;
		width: 100px;
		font-size: 1.1em;
		padding-top: 18px;
	}
	#categorybulkqtylisttemplate .recordname {
		float: right;
		width: 320px;
		font-size: 1.1em;
		padding-top: 18px;
	}
	#categorybulkqtylisttemplate .recordprice {
		float: right;
		width: 100px;
		font-size: 1.1em;
		padding-top: 18px;
	}
	#categorybulkqtylisttemplate .recordimage {
		float: left;
		margin: 0 5px;
	}
	#categorybulkqtylisttemplate .recordsku a,
	#categorybulkqtylisttemplate .recordprice a {
		color: #000;
		text-decoration: none;
	}
	
/*CATEGORY GRID*/	
	#CatWrapper {
		overflow: hidden;
		margin-top: 80px;
		width: 720px;

	}
	#CatWrapper .thirdBox {
		width: 240px;
		float: left;
		margin-bottom: 15px;
		height: 220px;
	}
	#CatWrapper .thirdBox .cat {
		width: 220px;
	}
	#CatWrapper .thirdBox .cat img {
		width: 220px;
		display: block;
		margin-bottom: 5px;
		height: 100px;
	}
	#CatWrapper .thirdBox h2 {
		font-size: 1.4em;
		line-height: 1.5em;
		font-weight: bold;
		margin: 0;
		padding: 0;
		letter-spacing: -.02em;
	}
	#CatWrapper .thirdBox  p {
		font-size: 1.2em;
		line-height: 1.5em;
		color: #65657a;
		margin: 0;
	}
	
	#CatWrapper .thirdBox .catsmall {
		width: 220px;
		overflow: hidden;
		height: 110px;
	}
	#CatWrapper .thirdBox .catsmall img {
		width: 70px;
		height: 70px;
		display: block;
		margin: 5px 5px 5px 0;
		float: left;
	}
	#categorydescription {
		font-size: 12px;
		line-height: 16px;
	}
	#categorydescription hr{
		display: block;
		border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	}
	#CatWrapper .thirdBox  #categorydescription p {
		font-size: 12px;
		line-height: 16px;
		color: #65657a;
		margin: 0;
	}	
	#categorybanner img {
		display: block;
		margin-bottom: 15px;
		width: 700px;
		height: 150px;
	}

/*SIMPLE LIST*/
	#categorysimplelisttemplate {
		
	}
	
	#categorysimplelisttemplate table{
		width: 100%;
		font-size: 11px;
		border-bottom: 2px solid #CFCFCF;
	}
	#categorysimplelisttemplate table th {
		text-align: left;
		padding: 5px;
		background: #303040;
		color: #fff;
	}
	#categorysimplelisttemplate table td {
		text-align: left;
		padding: 10px 5px;
		background: #F5F5F5;
		vertical-align: middle;
	}
	#categorysimplelisttemplate table tr.alt td {
		background: #fff;
	}
	#categorysimplelisttemplate table td.cartTd {
		text-align: right;
		width: 110px;
	}

/*CATEGORY TABLE TEMPLATE*/
	#categorytabletemplate table {
		font-size: 11px;
	}
	#categorytabletemplate table td {
		border-left: 1px solid #fff;
		border-bottom: 3px solid #fff;
		padding: 10px 2px 10px 3px;
		line-height: 1.65em;
		background: #f5f5f5 url(../images/bg_table-gradiant-dark.gif) repeat-x bottom;
	}
	#categorytabletemplate table th {
		background: #f5f5f5 url(../images/bg_table-gradiant-dark.gif) repeat-x bottom;
		color: #313040;
		font-weight: bold;
		font-size: 11px;
		text-align: left;
		padding: 10px 7px 10px 5px;
		white-space: nowrap;
		border-left: 1px solid #fff;
		border-bottom: 3px solid #fff;
	}
	
	/*Image Column*/
	#categorytabletemplate table td.colImg {
		background: #fff url(../images/bg_table-gradiant.gif) repeat-x bottom;
		padding-left: 0;
		width: 204px;
	}
	#categorytabletemplate table td.colImg a {
		width: 200px;
		height: 145px;
		overflow: hidden;
	}
	#categorytabletemplate table td.colImg br + a img {
		width: 200px;
		height: 145px;
	}
	/*Cart Column*/
	#categorytabletemplate table td.colCart {
		padding-right: 0;
		background: #fff url(../images/bg_table-gradiant.gif) repeat-x bottom;
	}
	
	
	#categorytabletemplate table dl {
		font-size: 11px;
		margin: 0;
	}
	#categorytabletemplate table dl dt {
		line-height: 1.2em;
		padding: 2px 0 0;
	}
	#categorytabletemplate table dl dd{
		margin: 0 0 2px;
		padding: 0 0 2px;
		line-height: 1.2em;
	}
	
.description-1column {
float: left;
width: 100%;
}
.description-2column-left {
float: left;
width: 45%;
}
.description-2column-right {
float: right;
width: 45%;
}
.description-3column-left {
float: left;
width: 30%;
}
.description-3column-middle {
width: 30%;
}
.description-3column-right{
float: right;
width: 30%;
}
.categorycontent {
height: 100%;
}
.categorycontenttext {	
float:left;
width: 40%;

}
.categorycontentphotos {
	float:right;
	width: 60%;
margin-bottom: 5px;

}
.contentcategoryphotocaption {
text-align: center;
}

/*SELECTOR*/
	#categoryselectortemplate {
		width: 100%;
	}
	#ColumnSelector {
		float: left;
		width: 100%;
	}	
	#categoryselectortemplate table{
		width: 100%;
		font-size: 11px;
		border-bottom: 2px solid #CFCFCF;
	}
	#categoryselectortemplate table th {
		text-align: left;
		padding: 5px;
		background: #303040;
		color: #fff;
	}
	#categoryselectortemplate table td {
		text-align: left;
		padding: 10px 5px;
		background: #F5F5F5;
		vertical-align: middle;
	}
	#categoryselectortemplate table tr.alt td {
		background: #fff;
	}
	#categoryselectortemplate table td.cartTd {
		text-align: right;
		width: 110px;
	}

/* Cart Page 
	.cartitemimage {float:left; margin: 0 10px 0 0;}
	.cartitemdescription { margin: 5px;}
	#cartcontainer tr td {border-bottom:solid 1px #2D2D73; padding: 6px; vertical-align:top;}
	#cartcontainer, #cartactions, #cartcoupons {margin: 0;}
	td.productquantitycolumn { background: #DEE3FF; text-align: center; width: 10%; }
	td.producttotalcolumn, td.productpricecolumn { text-align: center; width: 10%; background: #EFF1FF; }
	td.producttotalcolumn .lineitemnodiscounts { display: block; color: #999; text-decoration: line-through; }
	td.producttotalcolumn .totallabel { display: block; font-weight: bold; }
	#cartfooter {margin: 10px 20px 0 20px;}
	#carttotals {width:200px;float:right;margin-bottom:10px;text-align:right;}
	#carttotals table {float:right;}
	#carttotals .formlabel, #carttotals .formfield { font-size:110%; font-weight: bold; color: #2D2D73; }
	#cartupdates {width:350px;margin-bottom:10px;text-align:right;float:right;}
	#cartactions {clear:both;text-align:right;padding-bottom:12px;margin-top: 20px;}
	#cartactioncontinue {float:left;width:120px;text-align:left;}
	#cartactioncheckout {display:inline;}
	#cartcoupons {border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#eee;padding:10px;margin: 10px 0;}
	.cartsku { font-size: 90%; }
	.cartproductname { font-size: 110%; font-weight: bold; }	
*/
/*CART*/
	.lineitemnodiscounts { display: block; color: #999; text-decoration: line-through; }
	.cartWrapper {
	}
	/*cart heading*/
	.cartWrapper #CartHeading {
	    position: relative;
	}
	.cartWrapper #CartHeading h1 {
	    line-height: 1.0em;
		margin: 0;
	}
	.cartWrapper #CartHeading h3 {
	}
	/*cart content*/
	.cartWrapper .cart {
		margin: 0 auto;
	}
	
	/*cart validation error message*/ 
	.cartWrapper .cart div.errorMsg {
		margin: 30px 30px 0;
	}
	
	div.errorMsg ul {
		list-style: none;
	    border: 1px solid pink;
	    background: #FFDFE5;
	    padding: 5px;
	}
	div.errorMsg ul li {
		margin: 0;
	    padding: 5px; 
		vertical-align: middle;
		text-align: center;
		font-size: 12px;
	}
	
	/*CART PRODUCT GRID*/
		.cartWrapper table.cartProductGrid {
			width: 940px;
			border: none;
			font-size: 1.2em;
			margin: 0;
		}
		.cartWrapper table.cartProductGrid th {
			padding: 7px 5px;
			vertical-align: top;
			text-align: left;
			font-size: 1.2em;
			border-bottom: 2px solid #fff;
			background: #303040;
			color: #fff;
		}
		.cartWrapper table.cartProductGrid td {
			border-bottom: 2px solid #fff;
			overflow: hidden;
			padding: 0;
			vertical-align: middle;
		}
		.cartWrapper  td div.padder {
			padding: 5px;
		}
		
		/*image column*/
		.cartWrapper table.cartProductGrid td.productImageColumn {
			width: 210px;
			background: #f1f1f1;
		}
		.cartWrapper table.cartProductGrid td.productImageColumn img {
			width: 200px;
			height: 145px;
			background: #f1f1f1;
		}
		/*detail column*/
		.cartWrapper table.cartProductGrid td.productDetailsColumn { 
			width: 270px;
			background: #f1f1f1;
		}
		/*price column*/
		.cartWrapper  td.productPriceColumn { 
			width: 120px;
			background: #f1f1f1;
		}
		/*quantity column*/
		.cartWrapper td.productQuantityColumn { 
			width: 120px;
			background: #e9e9e9;
		}
		/*total column*/
		.cartWrapper td.productTotalColumn { 
			width: 120px;
			background: #e2e2e2;
			font-weight: bold;
		}
		/*delete column*/
		.cartWrapper  td.productDeleteColumn { 
			width: 100px;
			background: #d9d9d9;
			text-align: center;
		}
		
	/*PRODUCT GRID FOOTER*/
		.cartWrapper table.cartProductGridFooter {
			width: 940px;
			margin-bottom: 15px;
			font-size: 1.2em;
		}
		.cartWrapper table.cartProductGridFooter td {
			padding: 0;
			vertical-align: middle;
		}
		.cartWrapper table.cartProductGridFooter td.productDetailsColumn {
			width: 480px;
			text-align: right;
			background: #dddddf;
		}
		.cartWrapper table.cartProductGridFooter td.productPriceColumn {
			width: 120px;
			text-align: right;
			background: #dddddf;
		}
		.cartWrapper table.cartProductGridFooter td.productQuantityColumn { 
			width: 120px;
			background: #d6d6d8;
		}
		/*total column*/
		.cartWrapper table.cartProductGridFooter td.productTotalColumn { 
			width: 120px;
			background: #d0d0d1;
			font-weight: bold;
			font-size: 14px;
		}
		/*delete column*/
		.cartWrapper table.cartProductGridFooter  td.productDeleteColumn { 
			width: 100px;
			background: #c8c8c9;
		}
		
	/*COUPONS*/
		.cartWrapper table.cartProductGridFooter td#Coupons {
			
		}
		.cartWrapper table.cartProductGridFooter td#Coupons div.padder {
			padding: 10px;
			margin-right: 150px;
			background: #F1F1F1;
		}
		/*coupon form table*/
		.cartWrapper table.cartProductGridFooter td#Coupons table#CouponTable {
		}
		.cartWrapper table.cartProductGridFooter td#Coupons table#CouponTable td {
			padding: 2px;
		}
		/*applied coupons table*/
		.cartWrapper table.cartProductGridFooter td#Coupons table.appliedCouponsTable {
			background: #fff;
			margin: 10px 0 0 0;
			width: 100%;
		}
		.cartWrapper table.cartProductGridFooter td#Coupons table.appliedCouponsTable th {
			text-align: left;
			padding: 5px 2px;
			font-size: 1.2em;
		}
		.cartWrapper table.cartProductGridFooter td#Coupons table.appliedCouponsTable td {
			text-align: left;
			padding: 5px;
			border-bottom: 1px solid #f0f3f7;
			background: #fff;
		}
		.cartWrapper table.cartProductGridFooter td#Coupons table.appliedCouponsTable td .deleteButton {
			float: right;
		}
		
	/*TOTALS TABLE*/
		.cartWrapper table.cartProductGridFooter td#CartTotals {
		
		}
		.cartWrapper  td.totalLabelTd{
			text-align: right;
		}
		.cartWrapper  td .discountTotal {
			font-weight: bold;
			font-size: 16px;
			color: green;
		}
		.cartWrapper .shippingButton a {
			display: block;
			height: 23px;
		}
		

	/*CART ACTIONS*/
		.cartWrapper td.continueShopping{
			vertical-align: top!important;
		}
		.cartWrapper td.checkout {
			text-align: right;
		}
		.cartWrapper td.checkout input {
			margin-bottom: 3px;
		}
		.cartWrapper td.alternateCheckouts {
			overflow: hidden;
			background: #C8C8C9;
		}
		.cartWrapper td.alternateCheckouts div {
			float: right;
			padding: 15px;
		}
	
	/*CART CROSS SELLS*/
	.cartWrapper .cart div.crossSells {
		margin: 0 30px 30px;
		background: #f0f3f7;
		padding: 8px;
		position: relative;
		overflow: hidden;
	} 
	.cartWrapper .cart div.crossSells h2 {
		background: none;
		color: #073b86;
        font-family: Arial Black, Arial, Sans-Serif;
	    letter-spacing: -.02em;
	    font-size: 2.0em;
	    line-height: 1.0em;
	    padding: 15px;
		margin: 0 1px 1px;
		width: 768px;
	}

/* PAGER */
	.pagerSorterWrapper {
		background: #F5F5F5;
		overflow: hidden;
		padding: 0;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		border-radius: 6px;
		width: 700px;
		position: relative;
		margin-bottom: 15px;
	}
	.pagerSorterWrapper.bottom {
		background: #F5F5F5;
	}
	.pager {
		float: left;
		padding: 10px 0;
		
	}
	.pager .previous, 
	.pager .next {
		float: left;
		line-height: 25px;
		font-size: 1.4em;
		font-weight: bold;
		margin: 0 10px;
	}
	.pager span.previous {
		/*background: url(../images/bg_previous.gif) no-repeat left;*/
		padding-left: 13px;
		color: #bdc5d0;
	}
	.pager span.next {
		/*background: url(../images/bg_next.gif) no-repeat right;*/
		padding-right: 13px;
		color: #bdc5d0;
	}
	.pager a.previous {
		/*background: url(../images/bg_previous_link.gif) no-repeat left;*/
		padding-left: 13px;
	}
	.pager a.next {
		/*background: url(../images/bg_next_link.gif) no-repeat right;*/
		padding-right: 13px;
	}
	.pager ul {
		margin: 0; 
		padding: 0;
		list-style: none;
		float: left;
	}
	.pager ul li {
		float: left;
		padding: 0 1px;
		text-align: center;
	}
	.pager ul li a {
		text-decoration:none;
		float: left;
		height: 22px;
		line-height: 22px;
		padding: 0 7px;
		/*background: #bdc5d0;*/
		background: #F5F5F5;
		font-size: 14px;
		/*color: #fff;*/
		font-weight: bold;
		border: 1px solid #DFDFDF;
	}
	.pager ul li a:hover {
		/*background: #63a9fc; */
	}
	.pager ul li.current a {
		background: #fff; 
		border: 1px solid #DFDFDF;
	}
	.pager a.ShowAllLink {
		float: left;
		line-height: 25px;
		font-size: 1.4em;
		font-weight: bold;
		margin: 0 10px;
	}
	
/*SORTER*/
	.categorysortorder {
		float: right;
		padding: 12px 10px;
	}
	.categorysortorder label {
		float: left;
		font-size: 1.2em;
		vertical-align: middle;
		margin-right: 3px;
		margin-top: 0;
	}
	.categorysortorder input {
		font-size: 1.2em;
		color: #073b86; 
		vertical-align: middle;
	}
	
/*Product Catalog COLUMN*/
	.decoratedblock.ProductCatalog{
		text-align: center;
		font-size: 12px;
		background: #f3f3f3;
		margin-bottom: 10px;
	}
	.ProductCatalog strong, .ProductCatalog strong {
		font-size: 1.5em;
	}
	.ProductCatalog a {
		text-decoration: none;
	}

#homepagecolumn3 .decoratedblock.shopsecure img	{
	text-align: center;
	background: #f3f3f3;
	padding:0;
	margin:0;
}
/*HOURS COLUMN AD*/
	.decoratedblock.phoneAd {
		text-align: center;
		font-size: 12px;
		background: #f3f3f3;
	}
	.phoneAd strong {
		font-size: 20px;
	}
	
/*MAILING LIST SIGNUP BOX*/
	.mailinglistsignupform input {
		display: block;
	}
	.mailinglistsignupform  h4{
		padding-left: 50px;
		margin: -15px 0 0 -5px;
		padding-top: 20px;
		font-size: 12px;
		line-height: 18px;
		background: url(../images/bg_newletter-signup.gif) no-repeat left;
	}
	.mailinglistsignupform .Instructions,
	.mailinglistsignupform .errormessage{
		font-size: 11px;
	}
	.mailinglistsignupform .emailInput {
		width: 173px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.mailinglistsignupform .subscribeButton {
		margin-top: 5px;
	}
	
/*HOMEPAGE*/
	#homepagecolumn2 h3 {
		margin-bottom: 0;
		padding-bottom: 0;
		margin-left: 1px;
	}
	#homepagecolumn2 .productgrid {
		overflow: hidden;
	}
	#homepagecolumn2 .decoratedblock {
		margin-right:20px;
	}
	#LaserResources {
		overflow: hidden;
	}
	#LaserResources .thirdBox {
		/*width: 240px;*/
		float: left;
		margin-bottom: 15px;
		/*height: 220px;*/
	}
	#LaserResources .thirdBox ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#LaserResources .thirdBox ul li {
		padding: 7px 20px 7px 0;
	}
	#LaserResources .thirdBox ul li a {
		line-height: 1.6em;
	}
	

/*MESSAGE BOX*/
	.messagebox { display: block; border: 1px solid #fe3; background: #ff9; margin: 10px 0 20px; padding: 5px 10px;}
	.messagebox ul { margin: 0; padding: 0; display: block; width: 100%; }
	.messagebox li { margin: 10px 0; padding: 0; overflow: hidden; width: 100%; color: #EF920E;}
	.messagebox .icon { float: left; margin: 0 8px 0 0; }
	.messagebox .errorline { color: #333; clear: both; list-style: none; }
	.messagebox .message { margin: 0 5px 0 10px; font-size: 100%; line-height: 1.2em; color: #EF920E; font-weight: bold; }

/*ERROR MESSAGE*/
	.errormessage {
/*		color: #EF920E;
		margin-bottom: 10px;
*/
	margin-top: 40px;
	font-size:120%;
	color: #000;
}

	.errormessage ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.errormessage ul li {
		border: 1px solid #fe3; 
		background: #ff9; 
		padding: 5px 10px;
		margin: 1px 0;
		color: #EF920E;
		font-weight: bold;
	}
 .errortext, .errorcontent {
	 padding-top: 20px;
	 font-size: 150%;
	 line-height: 20px;
	 text-align:center;
 }
 .errortext a {
	 font-weight: bold;
	 text-decoration: none;
 }


/* BVC 2004 PRODUCT PAGE TEMPLATE */
/*	.bvc2004productpage #ColumnOne {
		display:none;
	}
	.bvc2004productpage #ColumnTwo {
		width:920px;
	}*/
	.bvc2004productpage #imagecolumn {
		float:left;
		width:300px;
	}
	.bvc2004productpage #productimage {
		margin-bottom: 10px;
	}
	.bvc2004productpage #productimage a,
	.bvc2004productpage #productimage a img{
		width: 300px;
		height: 240px;
		display: block;
	}
	.bvc2004productpage #contentcolumn {
		float:right;
		width:390px;
		/*margin-right:30px*/
	}
	
	.bvc2004productpage #ProductDescription {
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		background:#F5F5F5;
		margin-top:20px;
		padding:10px 15px 20px;
		font-size: 12px;
		line-height: 18px;
		clear: both;
		position: relative;
	}
	.outofstockdisplay {
		display: block;
		background: #ff9;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		border: 1px solid #fe3;
		color: #EF920E;
	}
/* BLOCK LAST PRODUCTS VIEWED */
.block.lastProductsViewed {
	font-size:12px;
	text-decoration: none;
}
.block.lastProductsViewed .decoratedblock {
	background: #f5f5f5;
}
.block.lastProductsViewed img {
	width: 97%;
}
	
	/*CONTENT COLUMN*/
		/*sku*/
		.bvc2004productpage #contentcolumn #ProductSKU {
			font-weight: bold;
			margin-bottom: 10px;
		}
		/*product properties*/
		.bvc2004productpage #contentcolumn #ProductProperties {
			margin-bottom: 10px;
			padding: 10px;
			display: none;
		}
		.bvc2004productpage #contentcolumn #ProductProperties ul {
			margin: 0;
			padding: 0;
		}
		/*product controls*/
		.bvc2004productpage #contentcolumn #ProductControls  {
			font-size: 12px;
			overflow: hidden;
			margin-bottom: 10px;
			position: relative;
			background:#F5F5F5;
			-moz-border-radius-bottomleft:6px;
			-moz-border-radius-bottomright:6px;
			-moz-border-radius-topleft:6px;
			-moz-border-radius-topright:6px;
		}
		
			/*product options*/
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions {
				background: #fff;
				margin: 10px;
			}
			
			/*CUSTOMIZE SHOW HIDE LINK*/
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions span  a.hideCustomize {
				background: url(../images/hide.gif) no-repeat 0 center;
				padding-left: 16px;
			}
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions span  a.showCustomize{
				background: url(../images/show.gif) no-repeat 0 center;
				padding-left: 16px;
			}
			
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions table {
				width: 100%;
			}
/*			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions table td {
				border-bottom: 1px solid #F5F5F5;
			}*/
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions table td select {
				background: #dff8a6;
			}
			select
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions table td.choicefield,
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions table td.choiceerror {
				border-bottom: none;
			}
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions .choicefield {
				/**width: 90%;**/
				padding-bottom: 18px;

			}
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions .choicelabel {
				color: #26ABCF;
				/*text-transform: uppercase;
				letter-spacing: .05em;*/
				font-size: 13px;
				font-weight: bold;
				padding-bottom: 4px;
			}
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions .choicelabel span {
				display: block;
				margin-top: 3px;
			}
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions table tr.radiobuttonnormallistlabel td {
				/*border-bottom: none;*/
			}
		
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions table td table td {
				padding: 2px 0!important;
			}
			.bvc2004productpage #contentcolumn #ProductControls #ProductOptions .radiobuttonimagelist img {
				width: 67px;
				height: 30px;
				vertical-align: middle;
			}
		
			/*product  types*/
			.bvc2004productpage #contentcolumn #ProductControls #ProductTypes {
				margin: 10px;
				background: #fff;
				/*overflow: hidden;*/ /*LC commented to fix product page with options*/
			}
			.bvc2004productpage #contentcolumn #ProductControls #ProductTypes .producttypepanel {
				
			}
			.bvc2004productpage #contentcolumn #ProductControls #ProductTypes ul {
				margin: 0;
				padding: 0;
				list-style: none;
				width: 100%;
				
			}
			.bvc2004productpage #contentcolumn #ProductControls #ProductTypes ul li {
				padding: 5px 0;
				overflow: hidden;
				width: 100%;
				border-bottom: 1px solid #F5F5F5;
			}
			.bvc2004productpage #contentcolumn #ProductControls #ProductTypes ul li span {
				float: left;
				padding-left: 10px;
			}
			.bvc2004productpage #contentcolumn #ProductControls #ProductTypes .productpropertylabel {
				width: 130px;
				font-weight:bold;
			}
			.customChoiceWrapper 
			{
			    overflow: hidden;
			}
			.customChoiceWrapper .choicelabel
			{
			    display: block;
			    padding: 5px 10px 10px;
			    border-bottom: 1px solid #f5f5f5;
			}
			.customChoiceWrapper p
			{
			    float: left;
			    margin: 10px 0 0 10px;
			    line-height: 1.1;
			    width: 50%;
			}
			.customChoiceWrapper a 
			{
			    float: left;
			    margin: 13px 0 12px 10px;
			}
		
		/*prices*/
		.bvc2004productpage #contentcolumn #Prices {
			margin: 10px;
			background: #fff;
		}
		.bvc2004productpage #contentcolumn #Prices table td {
			vertical-align: middle;
			border-bottom: 1px solid #F5F5F5;
		}
		.bvc2004productpage #contentcolumn #Prices .SitePrice {
			font-size: 16px;
			font-weight: bold;
		}
		.bvc2004productpage #contentcolumn table {
			margin-bottom: 0;
			border-collapse: collapse;
		}
		.bvc2004productpage #contentcolumn table td  {
			/*padding: 7px 20px 7px 0;*/
		}
		.bvc2004productpage #contentcolumn table td td {
			border-bottom: none !important;
			padding: 0!important;
		}
		.bvc2004productpage #contentcolumn table tr.radiobuttonnormallist td {
			padding-top: 0!important;
		}
		.bvc2004productpage #contentcolumn table tr.radiobuttonnormallist td label {
			font-weight: normal!important;
		}
		.bvc2004productpage #contentcolumn #VolumeDiscounts .volumepricingheader tr td {
			font-weight: bold!important;
		}
		.bvc2004productpage .suggestedname a{
			font-size: 120%;
		}
		/*button table*/
		.buttonTable {
		}
	
		/*Tabs*/ 
		#tabs {
			border: none!important;
			-moz-border-radius-bottomleft:0px;
			-moz-border-radius-bottomright:0px;
			-moz-border-radius-topleft:0px;
			-moz-border-radius-topright:0px;
			padding: 0;
		}	
		#tabs ul {
			-moz-border-radius-bottomleft:0px;
			-moz-border-radius-bottomright:0px;
			-moz-border-radius-topleft:0px;
			-moz-border-radius-topright:0px;
			border: none;
			padding:0.5em 0.5em 0;
		}
		#tabs ul li {
			border: none;
		}


/* Tabs Table */

table.tabs-table {
    border-collapse: collapse;
}

table.tabs-table th, table.tabs-table td {
    border: 1px solid #999;
}
table.tabs-table th {
background: #40ae49;
color: white;
font-size:14px;
font-weight: normal;
text-align: center;
height: 40px;
}
table.tabs-table td {
	min-width: 115px;
}
/* KLayout1 Product Page Template*/
.klayout1productpage {
	width: 940;
}
	#KLayout1ColumnZero, KLayout1ColumnFour {
		width: 940px;
	}
 	#KLayout1ColumnOne {
		width:420px;
		float:left;
 }
 	#KLayout1ColumnTwo {
		float:right;
		width: 500px; }
	.klayout1productpage #imagecolumn {
		float:left;
		width:400px;
	}
	.klayout1productpage #productimage {
		margin-bottom: 10px;
	}
	.klayout1productpage #productimage a,
	.klayout1productpage #productimage a img{
		width: 400px;
		height: 240px;
		display: block;
	}
	.klayout1productpagee #contentcolumn {
		float:right;
		width:490px;
	}
	
/*BVC5 Choice Grid*/
	#bvc5productpage #imagecolumn {
		float:left;
		width:300px;
	}
	#bvc5productpage #productimage {
		margin-bottom: 10px;
	}
	#bvc5productpage #productimage a,
	#bvc5productpage #productimage a img{
		width: 300px;
		height: 250px;
		display: block;
	}
	#bvc5productpage #contentcolumn {
		float:right;
		width:380px;
	}
	#bvc5productpage #ProductDescription {
		-moz-border-radius-bottomleft:6px;
		-moz-border-radius-bottomright:6px;
		-moz-border-radius-topleft:6px;
		-moz-border-radius-topright:6px;
		background:#F5F5F5;
		margin-top:20px;
		padding:10px 15px 20px;
		font-size: 12px;
		line-height: 18px;
		clear: both;
		position: relative;
	}
	/*sku*/
	#bvc5productpage  #contentcolumn #ProductSKU {
		font-weight: bold;
		margin-bottom: 10px;
	}
	/*product controls*/
	#bvc5productpage  #contentcolumn #ProductControls  {
		font-size: 12px;
		overflow: hidden;
		margin-bottom: 10px;
		position: relative;
		background:#F5F5F5;
		-moz-border-radius-bottomleft:6px;
		-moz-border-radius-bottomright:6px;
		-moz-border-radius-topleft:6px;
		-moz-border-radius-topright:6px;
	}
	/*product  types*/
		#bvc5productpage  #contentcolumn #ProductControls #ProductTypes,
		#bvc5productpage  #contentcolumn #ProductControls #ProductOptions {
			margin: 10px;
			background: #fff;
			overflow:hidden;
		}
		#bvc5productpage  #contentcolumn #ProductControls #ProductTypes ul {
			margin: 0;
			padding: 0;
			list-style: none;
			width: 100%;
			
		}
		#bvc5productpage  #contentcolumn #ProductControls #ProductTypes ul li {
			padding: 5px 0;
			overflow: hidden;
			float: left;
			width: 100%;
			border-bottom: 1px solid #F5F5F5;
		}
		#bvc5productpage  #contentcolumn #ProductControls #ProductTypes ul li span {
			float: left;
			padding-left: 10px;
		}
		#bvc5productpage  #contentcolumn #ProductControls #ProductTypes .productpropertylabel {
			width: 130px;
		}
		#bvc5productpage #contentcolumn #ProductControls #ProductOptions table.variantsgrid td.quantity {
			width: 20px;
		}
		#bvc5productpage #contentcolumn #ProductControls #ProductOptions table.variantsgrid td.quantity input {
			width: 20px;
		}
		#bvc5productpage #contentcolumn #ProductControls #ProductOptions table.variantsgrid td.description {
			vertical-align: middle;
			padding-left: 0!important;
		}
		#bvc5productpage #contentcolumn table {
			margin-bottom: 0;
		}
		#bvc5productpage #contentcolumn table td  {
			padding: 10px !important;
			border-bottom: 1px solid #F5F5F5;
		}

		
/*ProductReviews*/
	.ProductReviews {
		margin: 20px 0 20px;
		background: #f5f5f5;  
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		border-radius: 6px;
		padding: 10px 15px 20px;
		position: relative;
	}
	.ProductReviews .ProductReviewRating {
		padding: 5px 0;
		overflow: hidden;
	}
	.ProductReviews .ProductReviewRating span {
		float: left;
		font-size: 12px;
		margin-right: 5px;
		font-weight: bold;
	}
	.ProductReviews .ProductReviewRating image {
		float: left;
	}
	.ProductReviews table td {
		padding: 10px 0;
	}
	.ProductReviews .ProductReviewLinks a {
		font-size: 12px;
		padding-right: 10px;
		padding-left: 2px;
	}
	.ProductReviews .ProductReview  {
		background: #fff;
		padding: 10px;
	}
	.ProductReviews .productreviewdescription {
		font-size: 12px;
		line-height: 18px;
		padding: 5px 0;
	}
	.ProductReviews .ProductReviewKarma {
		padding: 5px 0;
		overflow: hidden;
	}
	.ProductReviews .ProductReviewKarma span {
		float: left;
		font-size: 12px;
		line-height: 22px;
		margin: 0 10px 0 0;
		font-weight: bold;
	}
	.ProductReviews .ProductReviewKarma input {
		float: left;
		margin: 0 2px;
	}
	
/*KIT PAGE*/
	.bvc2004productpage ul.kitcomponent {
		list-style: none;
		/*margin: 0;*/
		margin: 0 0 -10px 0;
		/*border-bottom: 2px solid #ccc;*/
		padding: 3px 0;
	}
	.bvc2004productpage ul.kitcomponent li {
		list-style-position: inside;
		overflow: hidden;
		padding: 3px 0;
		font-weight: 700;
	}	
	.bvc2004productpage ul.kitcomponent .checkbox label{
		font-weight: 200;
	}
	#kitcomponentnamepanel {
		border-top: 2px solid #ccc;
		padding-top: 5px;
		width: 98.5%;
	}		
	.kitcomponentname {
		font-size: 1.1em;
		font-weight: bold;
		color:#00a2ff;
		text-align: left;
	}
	.kitcomponentimage img {
		margin-top: 3px;
	}
	
/*QUICKCHECKOUT*/
	.clear {
		clear: both;
	}
	#QuickCheckout {
	
	}
	#QuickCheckout h2 {
	border-bottom: 2px solid #BFBFBF;
	padding-bottom: 5px;
	clear: both;
	}
	#QuickCheckout .halfColumn1 {
		float: left;
		width: 49%;
		padding: 20px 0;
	}
	#QuickCheckout .halfColumn1 p {
		width: 95%;
	}
	#QuickCheckout .halfColumn2 {
		float: right;
		width: 49%;
		padding: 20px 0;
	}
	#QuickCheckout .fullColumn{
		padding: 20px 0;
	}
	#QuickCheckout #ReviewTable {
		width: 100%;
		border: 1px solid #EFEFEF;
		background: #f6f6f6;
	}
	#QuickCheckout #ReviewTable table th {
		text-align: left;
		font-size: 12px;
		padding: 8px;
		background: #353535; 
		color: #fff;
	}
	#QuickCheckout #ReviewTable table td {
		padding: 8px;
		font-size: 11px;
		background: #fff;
	}
	#QuickCheckout #ReviewTable textarea {
		width: 600px;
	}
	#QuickCheckout .accentBg {
		background: #f6f6f6;
		padding: 15px;
	}
	#QuickCheckout .couponFormWrapper {
		padding-top: 20px;
	}
	#QuickCheckout .couponFormWrapper input {
		vertical-align: middle;
	}
	#QuickCheckout .totals {
		vertical-align: bottom;
		width: 255px;
	}
	#QuickCheckout .totals td.alignright {
		width: 55px;
	}
	#QuickCheckout #ReviewTable table tr.grandtotal td {
		font-size: 14px;
		color: green;
	}
	#QuickCheckout .itemTable {
		border: 1px solid #EFEFEF;
		border-bottom: 4px solid #EFEFEF;
	}
	#QuickCheckout .btnSubmit {
		float: right;
		margin-right: 130px;
	}
	#QuickCheckout .buttonrow {
		padding: 0 0 20px;
		overflow: hidden;
	}

	#QuickCheckout .itemTable .row {
		background: #fff;
	}
	#QuickCheckout .itemTable .altrow {
		background: #f6f6f6;
	}
	#QuickCheckout .paymethod table table label  {
		font-size: 12px;
		font-weight: normal;
	}
	#QuickCheckout .paymethod table table {
		margin: 10px 0;
	}
	#QuickCheckout .small,
	#QuickCheckout p.small label {
		font-size: 11px;
	}
	#accountEmailAddress {
		font-size: 12px;
		line-height: 26px;
	}
	#QuickCheckout .formlabel {
		padding-right: 10px;
		width: 130px;
		text-align: left!important;
	}
	#QuickCheckout .radiobuttoncol {
		vertical-align: top;
	}
	#GiftCertificatesWrapper {
		overflow: hidden;
	}
	#QuickCheckout #GiftCertificatesWrapper h2 {
		border-bottom: none;
		font-size: 14px;
		font-weight: bold;	
		margin-bottom: 0;
	}
	#QuickCheckout #GiftCertificatesWrapper table {
		border: 1px solid #BABABA;
		width: 100%;
		margin: 10px 0;
		display: block;
	}
	#QuickCheckout fieldset {
		border: 1px solid #BABABA;
		margin: 0 0 15px;
	}
	#QuickCheckout legend {
		font-size: 12px;
		font-weight: bold;
		padding: 5px;
		background: #fff;
		border: 1px solid #BABABA;
	}
	#QuickCheckout fieldset table {
		margin: 15px;
		width: auto;
	}
	#QuickCheckout fieldset table table {
		padding: 0; 
	}
	#QuickCheckout fieldset table table td {
		padding: 3px 0!important;
	}
	#QuickCheckout .shipmethod table label,
	#QuickCheckout .checkboxWrapper label,
	#QuickCheckout .shipaddress label{
		display: inline;
	}
	#QuickCheckout .shipmethod .shippingterms {
		display: block;
		padding: 0 25px 25px;
		font-size: 12px;
	}
	#QuickCheckout .accountWrapper {
		overflow: hidden;
	}
	#QuickCheckout #SiteTerms {
		border-top: 2px solid #EFEFEF;
		padding: 20px 0;
		clear: both;
		overflow: hidden;
	}
	#QuickCheckout #SiteTerms div.termsWrapper {
		float: right;
		font-size: 1.2em;
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
		width: 285px;
	}
	#QuickCheckout #SiteTerms div.termsWrapper div {
		float: left;
		clear: both;
		font-weight: normal;
		padding-top: 3px;
		margin-left: 25px;
		font-size: 11px;
	}
	#QuickCheckout #SiteTerms div input {
		margin: 0 5px 0 0;
	}
	#QuickCheckout .addressbookpanel table {
		border-collapse: collapse;
		border: 1px solid #BABABA;
	}
	#QuickCheckout .addressbookpanel table  ul {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	#QuickCheckout .addressbookpanel table  ul li {
		padding-left: 15px;
	}

	#LoginWrapper {
		width: 380px;
		margin: 20px auto;
	}	
	
/* POPUP CONTAINER */
	#popup {background-color:#f5f5f5; margin:15px;padding:5px;}
	#popup  .BVText {display: block; text-align: center; font-size: 1.2em; margin: 15px;}
	
	
	#popup #AdditionalImageWrapper {
		width: 100%;
		overflow: hidden;
	}
	#popup #AdditionalImageWrapper br {
		display: none;
	}
	#popup #AdditionalImageWrapper #AdditionalImageViewer #LargeImage {
		padding: 15px;
		border: 1px solid #CCC;
		display: block;
		margin-bottom: 10px;
		text-align: center;
		background: #fff;
	}
	#popup #AdditionalImageWrapper #AdditionalImageViewer #Caption {
		display: block;
		text-align: center;
		color: gray;
		font-size: 1.2em;
	}
	#popup #AdditionalImageWrapper #AdditionalImageMenu {
		padding: 15px;
		border: 1px solid #CCC;
		display: block;
		text-align: center;
		background: #fff;
	}
	#popup #AdditionalImageWrapper #AdditionalImageMenu  .ImageLink {
		padding: 2px;
	}

	#popup .SuccessMessage {
		color: #33cc00;
		font-size: 14px;
		line-height: 3em;
	}
	
/*CROSS SELLS - additionalProductAccessoriesWrapper*/
	.additionalProductAccessoriesWrapper #crosssells {
		padding-bottom: 15px;
		border-bottom: 2px solid #CFCFCF;
		margin-bottom: 15px;
	}
	.additionalProductAccessoriesWrapper #crosssells table .WideSingleProductDisplayPanel {
		overflow: hidden;
		margin-bottom: 10px;
		background: #f5f5f5;  
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		border-radius: 6px;
		padding: 5px;
		position: relative;
	}
	.additionalProductAccessoriesWrapper #crosssells table .WideSingleProductDisplayPanel .SingleProductDisplayName {
		margin: 10px 0 5px;
		font-size: 12px;
	}
	.additionalProductAccessoriesWrapper #crosssells table .WideSingleProductDisplayPanel .SingleProductDisplayName input {
		vertical-align: middle;
	}
	.additionalProductAccessoriesWrapper #crosssells table .WideSingleProductDisplayPanel .SingleProductDisplayDescription {
		font-size: 12px;
		line-height: 1.6em;
	}
	.additionalProductAccessoriesWrapper #crosssells table .WideSingleProductDisplayPanel .SingleProductDisplayPrice {
		font-size: 14px;
		font-weight: bold;
		color: #ff4400;
		padding: 5px 0
	}
	.additionalProductAccessoriesWrapper #crosssells table .WideSingleProductDisplayPanel .SingleProductDisplayQuantity {
		font-size: 12px;
		margin-top: 5px;
	}
	.additionalProductAccessoriesWrapper #crosssells table td {
		padding: 0!important;
	}
	.additionalProductAccessoriesWrapper #crosssells table .WideSingleProductDisplayPanel .SingleProductDisplayImage { 
		float: left; 
	}
	.additionalProductAccessoriesWrapper #crosssells table .WideSingleProductDisplayPanel .SingleProductDisplayImage img {
		width: 200px; 
		height: 145px;
		margin: 5px 20px 5px 5px;
	}
	.additionalProductAccessoriesWrapper #crosssells table .WideSingleProductDisplayPanel .ProductBadge {padding-top: 10px;}

/*CROSS SELLS - CART PAGE*/
	.cartWrapper #crosssells {
		margin-top: 20px;
		background: #f5f5f5;  
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		border-radius: 6px;
		padding: 10px 15px 20px;
		position: relative;
	}
	.cartWrapper #crosssells table td {
		width: 25%;
	}
	.cartWrapper #crosssells h2 {
		padding: 5px;
	}
	.cartWrapper #crosssells .SingleProductDisplayName  {
		font-size: 12px;
	}
	.cartWrapper #crosssells .SingleProductDisplayName input  {
		vertical-align: middle;
	}
	.cartWrapper #crosssells .SingleProductDisplayPrice {
		font-size: 14px;
		font-weight: bold;
		color: #ff4400;
		padding: 5px 0
	}
	.cartWrapper #crosssells .SingleProductDisplayImage {
		display: block;
		width: 200px; 
		height: 145px;
	}
	.cartWrapper #crosssells .SingleProductDisplayImage img  {
		width: 200px; 
		height: 145px;
	}
	.cartWrapper #crosssells .ProductBadge {
		margin: 3px 0;
	}
	
/*CROSS SELLS - PRODUCT PAGE*/
	.bvc2004productpage #crosssells,
	#bvc5productpage #crosssells{
		margin-top: 20px;
		background: #f5f5f5;  
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		border-radius: 6px;
		padding: 10px 15px 20px;
		position: relative;
	}
	.bvc2004productpage #crosssells table td,
	#bvc5productpage #crosssells table td {
		width: 33%;
	}
	.bvc2004productpage #crosssells h2,
	#bvc5productpage #crosssells h2{
		padding: 5px;
	}
	.bvc2004productpage #crosssells .SingleProductDisplayName,
	#bvc5productpage #crosssells .SingleProductDisplayName  {
		font-size: 12px;
	}
	.bvc2004productpage #crosssells .SingleProductDisplayName input,
	#bvc5productpage #crosssells .SingleProductDisplayName input  {
		vertical-align: middle;
	}
	#crosssells input {
		display: none!important;
	}
	.bvc2004productpage #crosssells .SingleProductDisplayPrice,
	#bvc5productpage #crosssells .SingleProductDisplayPrice {
		font-size: 14px;
		font-weight: bold;
		color: #ff4400;
		padding: 5px 0;
	}
	.bvc2004productpage #crosssells .SingleProductDisplayImage,
	#bvc5productpage #crosssells .SingleProductDisplayImage {
		display: block;
		width: 200px; 
		height: 145px;
	}
	.bvc2004productpage #crosssells .SingleProductDisplayImage img,
	#bvc5productpage #crosssells .SingleProductDisplayImage img {
		width: 200px; 
		height: 145px;
	}
	.bvc2004productpage #crosssells .ProductBadge,
	#bvc5productpage #crosssells .ProductBadge  {
		margin: 3px 0;
	}
	.AddedToCartMessage {
		padding: 5px;
		background: #c0e277;
		font-size: 14px;
		width: 200px;
		margin-left: 10px;
		line-height: 3em;
		border: solid 1px #75ac00;
	}

/*WISHLIST*/
	/*WISHLIST*/
	.wishlist table {
		width: 720px;
		border-collapse: separate!important;
	}
	.wishlist table th {
		display: none;
	}
	.wishlist table td {
		vertical-align: middle;
		background: #fff;
		padding: 5px;
		border-top: 1px solid #DDE5EE;
		font-size: 11px;
	}
	.wishlist .wishlistproductimage img {
		width: 200px;
		height: 145px;
	}
	.wishlist #wishlistmodifiers {
		display: none;
	}
	.wishlist table td.imageTd {
	}
	.wishlist table td.itemNameTd{
		width: 200px; /*210*/
	}
	
/*WAITING MESSAGE*/	
	#wait { 
		position: fixed; 
		top: 0; 
		bottom: 0;
		left: 0;
		right: 0; 
		z-index: 1000;
		background: #353535; 
		text-align: center;
		line-height: 500px;
		font-size: 18px;
		color: #fff; 
		font-weight: bold;
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;
	}
	
/*HOMEPAGE BILLBOARD*/
#homeslider .flexslider {
	background: #363145;
}

/* My Account */
#MyAccountWrapper {
	font-size:12px;
}
#MyAccountWrapper td {
	vertical-align: bottom;
}
/*Site Map Page*/
	.container > h1,
	#OnePageCheckoutPlus h1 {margin-top: 1em;}
	#SiteMapColumns { clear: both; overflow: hidden; width: 100%;}
	#SiteMapColumns li { list-style: square inside; color: #ccc; font-size: 1.2em; padding: 2px 0;}
	.ColumnOne { width: 450px; float: left; border-right: 1px solid #eee; }
	.ColumnTwo, .ColumnThree { width: 450px; float: right; margin-bottom: 15px; }


/* AddThis styles */
.bvc2004productpage #SocialSharing {
	float:left;
	margin:20px 0px 10px 5px;
	}
#bvc2004productpage #SocialSharing .addthis_toolbox addthis_default_style {float:right;}
#bvc2004productpage #SocialSharing .addthis_toolbox addthis_default_style a {float:left;}

/* Google Search styles */
.cse input.gsc-search-button, input.gsc-search-button {
	font-size:0px!important;
	height:26px!important;
	width:26px!important;
	min-width:36px!important;
	border:none!important;
	background:#fff url("../images/buttons/GoSearch.gif")!important;
}
/* Product Selector Custom Pages */
.selector-toptext {
	margin-left: 20px;
	font-size:100%;
}
#selector-eyewear-charts {
	margin-left: 10px;
}
/*  Power Meters Table */
table#power-meters {
    border-collapse: collapse;
}
table#power-meters {
    border: 1px solid black;
}
table#power-meters th,table#power-meters td {
    border: 1px solid white;
	text-align: center;
}
table#power-meters th {
	background: #4F81BD;
	color: #fff;
	font-size:12px;
	font-family: arial, san-serif;
	height:20px;
}
table#power-meters td {
    color: #000;
	font-size:12px;
	font-family: arial, san-serif;
}
table#power-meters tr:nth-child(odd) {background: #DCE6F1;}
table#power-meters tr:nth-child(even) {background: #B8CCE4;}
table#power-meters tr > td:first-child a, table#power-meters tr > td:nth-child(2) a  {
	font-weight:bold;
	text-decoration: none;
	color: #000066;
	 }

/*  Filter Reference Tables */
#SelectorWidePage {
		width: 1480px;
		margin: 0 auto;
		background: #fff;
		padding-bottom: 20px;
		position: relative;
		z-index:1;
		border-radius: 10px 10px 0 0;
	}
/* common */
table.filterref {
    border-collapse: collapse;
    border: 1px solid black;
	width: 1440px;
}
table.filterref th,table.filterref td {
    border: 1px solid white;
	text-align: center;
	width: 50px;
}
table.filterref td.filternumberlabel {
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}
table.filterref td.filterref-subtitle {
	text-align: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

table.filterref th {
	background: #000;
	color: #fff;
	font-size:12px;
	font-family: arial, san-serif;
	height:20px;
	font-weight:bold;
}

table.filterref td {
    color: #000;
	font-size:12px;
	font-family: arial, san-serif;
}
table.filterref td a{
    color: #000;
	font-size:12px;
	font-family: arial, san-serif;
	text-decoration:none;
}
table.filterref td.filternumber {
	font-weight: bold;
	}
table.filterref td:first-child:not(.filternumberlabel) {
	font-weight: bold;
	}
table.filterref td:not(.filterref-subtitle) {
	width:20em;
	}
/* glass */
table.filterref#glass tr {background: #bdd7ee;}
table.filterref#glass td.filterref-subtitle {
	background: #2f75b5;}
table.filterref#glass td.filternumberlabel {
	color: #fff;
	background: #2f75b5;
}
/* xray */
table.filterref#xray tr {background: #d0cece;}
table.filterref#xray td.filterref-subtitle {
	background: #757171; }
table.filterref#xray td.filternumberlabel {
	color: #fff;
	background: #757171;
}
/* polycarb */
table.filterref#polycarb tr {background: #e2efda;}
table.filterref#polycarb td.filterref-subtitle {
	background: #548235;}
table.filterref#polycarb td.filternumberlabel {
	color: #fff;
	background: #548235;
}
/* multiwave */
table.filterref#multiwave tr {
	background: #e2cff1;
	}
table.filterref#multiwave td.filternumberlabel {
	color: #fff;
	background: #7030a0;
}
table.filterref#multiwave td.filterref-subtitle {
	background: #7030a0;
}
/* alignment */
table.filterref#alignment tr {
	background: #fff2cc;
	}
table.filterref#alignment td.filterref-subtitle {
	background: #806000;
}
table.filterref#alignment td.filternumberlabel {
	background: #806000;
	color: #fff;
}	
/* ipl */
table.filterref#ipl tr {
	background: #f8cbad;
	}
table.filterref#ipl td.filterref-subtitle {
	background: #c65911;
	}
table.filterref#ipl td.filternumberlabel {
	background: #c65911;
	color: #fff;
	}
	
.h3-tag {
	font-size: 1.6em;
	line-height: 1.8em;
	margin: 0;
	padding: 10px 0 10px;
	color: #00a2ff;
	font-weight:bold;
	}	

/* Tooltip */
a.tooltip {
	outline:none;
	text-decoration:none;
	margin-left:5px;
	}
a.tooltip img {
	vertical-align:middle;
}
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;
	display:none;
	/*padding:14px 20px;*/
	margin-top:20px; 
	margin-left:-450px;
    width:575px; 
	line-height:16px;

}
a.tooltip:hover span{
    display:inline; 
	position:absolute; 
	/*color:#111;
    border:1px solid #999;
	background:#ccc;*/
	}
/*.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}*/
    
/* Flexslider */

.flexslider {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}
.flexslider .flex-direction-nav a.flex-prev,
.flexslider .flex-direction-nav a.flex-next {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}
.flexslider .slides img {
	width: auto!important;
	height: auto!important;
}

.flex-caption {
	font-size: 15px;
	font-weight: bold;
}
.slide_text {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  bottom: 0;
  color: #fff;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); /* IE6–IE9 */
  left: 0;
  padding: 1em;
  margin-top: 5px;
  width: 100%;
  zoom: 1;
}

.slide_title {
  font-size: 1.5em;
/*  text-transform: uppercase;*/
  text-align: left;
}

.slide_byline {
  font-size: 1.0em;
  display: block;  
  text-align: left;  
}
#curtain-hardware .slides {
	width: auto;
	height: 250px;
}
#curtain-hardware.slide_title {
  font-size: 1.0em;
/*  text-transform: uppercase;*/
  text-align: left;
}
#curtain-hardware.slide_byline {
  font-size: 0.8em;
  display: block;  
  text-align: left;  
}
.mailingListSignup .decoratedblock {
	padding: 10px;
}
.mailingListSignup .decoratedblock h4{
	text-align: center;
	padding: 0;
}
.mailingListSignup span.Instructions {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	color: #ff4400;
}
.mailingListSignup input[type="image"]{
	vertical-align:middle;
}
#customh3description {
	font-size: 120%;
}
/* Laser Safety table */
table.laser-safety {
	border: 1px solid #ccc;
}
table.laser-safety td.section {
	width: 160px; 
	vertical-align: top; 
	padding-top: 0; 
	border-right: 0px solid #ccc;
}
table.laser-safety td.section h3 {
	padding-top: 0;
	font-size: 130%;
	line-height: 1.5em;	
}
table.laser-safety td.description {
	font-size: 110%;
	line-height: 1.5em;
}
