html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {background:transparent;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0;outline:0;vertical-align:baseline;}
table {border-collapse:collapse;border-spacing:0;}



/* Main Layout */
html {
margin-bottom:1px; 
}
  
body {
	font: 62.5%/1.2  "Helvetica Neue", Helvetica, Arial, sans-serif; 


/* thanks to http://www.colorzilla.com/gradient-editor/ */ 
background: #d8d8ff; /* Old browsers */
background: -moz-linear-gradient(top, #d8d8ff 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8ff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d8d8ff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d8d8ff 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d8d8ff 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #d8d8ff 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
           background-repeat: no-repeat;
    background-attachment: fixed;         
}

h1,h2,h3,h4,.componentheading {font-weight:bold;margin:2em 0 1em;text-rendering: optimizeLegibility;}
h1,.componentheading {font-size:150%;}
h2 {font-size:150%;}
h3 {font-size:130%;}
h4 {font-size:110%;}

a {color:#6363ff;text-decoration:none;}  
a:hover {color:#222261;text-decoration:none;
}  

/* a:hover {color:#212158;text-decoration:none;}   */

ul {margin:1em;}
p {margin-top:10px;margin-bottom:10px;}
#main {font-size:1.3em;line-height:140%;}

#wrapper {margin-top:4px;
-moz-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 5px 5px 15px #333;
-webkit-box-shadow: 5px 5px 15px #333;
box-shadow: 5px 5px 15px #333;  
}  



#main .foreground, #message, .leading, #page {position:relative;}
#message {z-index:0;} 
.dp20,.dp25,.dp33,.dp50,.dp100 {float:left;margin-top:15px;}
.dp20 {width:20%;}
.dp25 {width:25%;}
.dp33 {width:33.33%;}
.dp50 {width:50%;}
.dp100 {width:100%;margin-top:0;}
.clr {clear:both;font-size:0;}
#colmask {clear:both;overflow:hidden;position:relative;width:100%;}
#maincol, #wrapper {position:relative;}
.s-c-s #colmid, .s-c-x #colright {float:left;position:relative;width:200%;}
.s-c-s #colright {float:left;left:50%;position:relative;width:100%;}
.s-c-s #col1wrap {float:right;position:relative;right:100%;width:50%;}
.s-c-s #col1pad, .x-c-s #col1, .x-c-s #colmid {overflow:hidden;}
.s-c-s #col1 {overflow:hidden;width:100%;}
.s-c-s #col2 {float:left;position:relative;overflow:hidden;margin-left:-50%;}
.s-c-s #col3 {float:left;position:relative;overflow:hidden;left:0;}
.s-c-x #col1wrap {float:right;position:relative;width:50%;}
.s-c-x #col1 {overflow:hidden;position:relative;right:100%;}
.s-c-x #col2 {float:left;position:relative;}
.x-c-s #colright {float:left;position:relative;right:100%;width:200%;}
.x-c-s #col1wrap {float:left;left:50%;position:relative;width:50%;}
.x-c-s #col3 {float:right;position:relative;}
.s-c-s .ctr-color1, .s-c-s .ckl-color1, .s-c-x .ckl-color1, .x-c-s .cdr-color1 {background:#eee;}
.s-c-s .ctr-color2, .s-c-s .ckl-color2, .s-c-x .ckl-color2, .x-c-s .cdr-color2 {background:#D4DEE3;}
.s-c-s #col1pad, .s-c-x #colright, .x-c-s #colright, #wrapper {background:#FFF;}
.cols1 {display:block;float:none;margin:0;width:100%;}
.cols2 {width:49%;overflow:hidden;}
.cols3 {width:30%;}
.column1, .column2 {position:relative;float:left;margin:0;}
.colpad {padding:0 10px;position:relative;}
.column2 {float:right;width:49%;}
.article_row {overflow:hidden;margin:0 -10px 15px -10px;}

/* Header */
#logo {display:block;margin:6px 15px 2px 16px;}
#header {overflow:hidden;}
#header li {list-style:none;float:left;padding-left:15px;font-weight:bold;}

#header .module-body {padding:0; margin-right:10px;}

#nav {

height:30px;

z-index:1;position:relative; margin-top:2px;

border-top:1px solid #ededed; 

background: #5a5a5a; 
background: -moz-linear-gradient(#6b6b6b, #0a0a0a);
background: -o-linear-gradient(#6c6c6c, #0a0a0a);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6c6c6c), to(#0a0a0a)); 
background: -webkit-linear-gradient(#6c6c6c, #0a0a0a);  

-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px; 

}  

#nav ul {margin:0 0 0 15px;
    font-size: 13px;
letter-spacing: .1em;
font-weight:normal;
    
}

#nav li {list-style:none;float:left; padding:0 5px;  height:30px;  position:relative;
	        
}

#nav li a {display:block;padding:0 10px; line-height:30px; color:#FFF;}
#nav li.active a {
color:#333;
 

-moz-box-shadow: 0px 0px 5px #FFF ; 
-webkit-box-shadow: 0px 0px 5px #FFF ; 
box-shadow: 0px 0px 5px #FFF ; 

background: #c9c9c9; 
background: -moz-linear-gradient(#ffffff 0%, #959595 100%);
background: -o-linear-gradient(#ffffff 0%, #959595 100%);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(##959595)); 
background: -webkit-linear-gradient(#ffffff, #959595);  


	 }
	 
#nav li a:hover, #nav li:hover a, #nav li.sfHover a {

color:#000;
-moz-box-shadow: 0px 0px 10px #FFF ; 
-webkit-box-shadow: 0px 0px 10px #FFF ; 
box-shadow: 0px 0px 10px #FFF ; 

background: #f0f0f0; 
background: -moz-linear-gradient(#ffffff 0%, #c1c1c1 100%);
background: -o-linear-gradient(#ffffff 0%, #c1c1c1 100%);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#c1c1c1)); 
background: -webkit-linear-gradient(#ffffff 0%, #c1c1c1 100%);  


text-decoration:none;
	-webkit-transition: color 0.25s linear;
	-moz-transition: color 0.25s linear;
	transition: color 0.25s linear;
	
}

#nav li ul {position:absolute;width:170px;left:-999em;margin-left:1px;border:0;}
#nav li ul ul {margin:-31px 0 0 170px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #nav li.sfHover ul ul ul ul {left:-999em;}
#nav li li {padding:0;height:auto;background:#FFF;width:170px;}
#nav li li a, #nav li li.active a, #nav li li a:hover {margin:0;/* height:28px;line-height:28px; */
background:#888;color:#FFF;
}
#nav li:hover ul, #nav li.sfHover ul {left:4px;}
#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #nav li li li li.sfHover ul {left:0;}



/* Content styles */
p.buttonheading {position:absolute;top:2px;right:10px;margin:0;}
.buttonheading .icon {display:block;width:16px;height:16px;float:left;margin-left:5px;}
.buttonheading .pdf {background:url(http://shop.emscdn.com/infra2/template/images/light4min.png) -37px -1px;}
.buttonheading .print {background:url(http://shop.emscdn.com/infra2/template/images/light4min.png) -1px -1px;}
.buttonheading .email {background:url(http://shop.emscdn.com/infra2/template/images/light4min.png) -19px -1px;}
/* .buttonheading .email {background:url(../images/light4.png) -19px -1px;} */

.iteminfo {font-size:85%;color:#777;overflow:hidden;margin-bottom:10px;display:block;margin-top:-15px;width:200px;
border-bottom:1px solid #dedede;}
.modifydate, .createdby, .createdate {display:block;}
.createdby {font-weight:bold;}
a.readon, a.readon2 {display:block;margin-top:15px;font-style:italic;}
/* a.readon2 {background:url(../images/light4.png) 100% -344px;display:block;float:right;color:#fff;font-weight:bold;line-height:20px;} */
/* a.readon2 span {background:url(../images/light4.png) 0 -344px;display:block;margin-right:10px;height:21px;float:left;padding:0 5px 0 15px;} */
.breadcrumbs-pad {padding:0 1px;}
/* div.breadcrumbs {background:url(../images/light4.png) 0 -68px repeat-x;border-bottom:1px solid #e6e6e6;font-size:110%;font-weight:bold;margin:0;padding:7px 15px 5px;color:#777;border-top:1px solid #d9d9d9;} */
div.breadcrumbs .sep {padding:0 5px;}
.component-pad {padding:0 15px 15px;}
.banneritem_text {margin-bottom:10px;}
#modlgn_username, #modlgn_passwd {border:1px solid #ccc;padding:3px;}
.pagination span, .pagination a {margin-right:5px;}
/*#colmask ul li {list-style:circle;} */
#colmask ul ul {margin-top:0;}
#colmask ul ul li {list-style:square;}
.colpad h2.contentheading {padding-right:65px;}
.sectiontableheader {font-weight:bold;line-height:25px;text-align:left;}
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {text-align:left;padding:0 4px;vertical-align:middle;border-top:1px solid #ddd;line-height:30px;}
span.attention {display:block;margin:15px 0;padding:8px 10px 8px 10px;background:#FFF3A3;border:1px solid #E7BD72;color:#B79000;}

.leading{margin-left:15px;margin-right:15px;margin-top:-25px;padding-bottom:35px;border-bottom:10px solid #dedede;}


/* Modules */
.module {padding:1px;}
.module-title {font-size:110%;font-weight:bold;margin:0;padding:7px 15px 5px;}
.module-body {padding:5px  15px;}
/* .color1 .module-title {background:url(../images/light4.png) 0 -204px repeat-x;border-bottom:1px solid #ddd;color:#777;} */
.color1 .module-body {border-top:1px solid #fff;}
/* .color2 .module-title {background:url(../images/light4.png) 0 -136px repeat-x;border-bottom:1px solid #c3d9e1;color:#50646d;} */
.color2 .module-body {border-top:1px solid #dfeaef;}
#colmask .m_menu {background:#7F8C51;color:#fff;}
/* #colmask .m_menu .module-title {background:url(../images/light4.png) 0 -0px repeat-x;border-bottom:1px solid #6B7643;color:#fff;} */
#colmask .m_menu .module-body {border-top:1px solid #97A763;}
#colmask .m_menu a {color:#fff;}
#colmask .m_menu ul {margin:0 1em;}
#mainmods, #mainmods2, #mainmods3 {overflow:hidden;padding-top:15px;}
#mainmods3 {
padding: 10px;
padding-bottom: 15px;
border-top:2px solid #EEE;
}
.spacer .module {float:left;}
.spacer.w99 .module {width:100%;}
.spacer.w49 .module {width:49.2%;}
.spacer.w33 .module {width:32.8%;}


/* #header .module {float:right;margin-left:325px;} */
/* #header .module {float:right;margin-right:15px;} */
#header .module {float:right;width:70%;margin-right:15px;margin-top:5px;}


#main-content {min-height:500px;}
#main-content li .active a {font-weight: normal;} 

.narrowtextbox {margin-left:100px;margin-right:150px;}


/* Mini-Cart Text*/
#fc_nocart2{ 
/* float:right; */
font-size:18px;
color:#550000;
font-weight: normal;
text-align:right; 
}

#fc_minicart2{  
text-align:right; 
font-size:13px;
}



#fc_freeship2
{font-size=75%;
 color:#540002;
 font-style:italic;}



/* Footer */
#footer {border-top:1px solid #fff;}

#belowbox{text-align:center; margin-left: auto;
	margin-right: auto;
	width: 1000px;}

.footer-pad {padding:10px 15px;overflow:hidden;}
#footer ul {margin:0;}
#footer li {list-style:none;float:left;padding-right:20px;font-weight:bold;}

.search {padding-top:2px;float:right;margin-right:20px;}
 
#search-results {margin: 0 100px;} 

 
/* EMS Product Table, old style */

.emsprod{ width:100%;text-align:center;margin-left: auto;margin-right: auto;}
.emsprod tr{padding:10px;}
.emsprod td{width: 25%; vertical-align: top; padding:10px;border:1px solid #EEE;margin: 5px;}
 .emsprod p, .emsprod div{ margin-left: auto; margin-right: auto; width: 160px; font-size:.9em;
border:2px solid #F00;}

 
ul.emsgrid {position:relative;margin-left: 25px;text-align: center;}

ul.emsgrid li {
  list-style: none outside;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 180px;
/*  height: 160px; 
  text-align: center; */
  padding:5px 15px;  
}
 
ul.emsgrid li div {padding-top:5px; line-height:130%; margin-left: auto; margin-right: auto; height: 50px;}

ul.emsgrid li img {text-align: center; vertical-align: middle; }

ul.salegrid {position:relative;margin-left: 25px;text-align: center;}

ul.salegrid li {
  list-style: none outside;
  float: left;
  margin-right: 14px;
  padding:15px 14px 20px 14px;
  margin-bottom: 30px;
  width: 180px;
  background:#f6f6f6;  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;}
 
ul.salegrid li div {padding-top:5px; line-height:130%; margin-left: auto; margin-right: auto; }

ul.salegrid li img {text-align: center; vertical-align: middle; }
.saledesc {margin-top:-5px;color:#666; font-size:90%;
     min-height:40px;
     height:auto !important;
     height:40px; }
.redline {color:red;text-decoration:line-through;}
.pricedel {color:#555;}
.pricegreen {color:green; font-weight: bold;margin:5px;}
 



/*#cboxContent {font-size: 130%;min-height:450px;}*/

.clear {clear: both;} /* clear floats */

/* For product description text:  */
.desc {margin-left:25px;margin-right:25px;}
.floatright{float:right;margin-left:20px;margin-right:10px;}
.floatleft{float:left;margin-left:10px;margin-right:20px;}




/* for rounded image corner script */
.rounded img { opacity: 0; }
.rounded {
-moz-border-radius: 4px;
border-radius: 4px;
display: block; 
text-align: center;
margin-left: auto; margin-right: auto;
}


/* cupid blue button  http://ubuwaits.github.com/css3-buttons/  */
   
button::-moz-focus-inner {
  border:0;
}

button.atc {
  background: #d7e5f5;
  background: -moz-linear-gradient(top, #d7e5f5 0%, #cbe0f5 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d7e5f5), to(#cbe0f5));
  border-top: 1px solid #abbbcc;
  border-left: 1px solid #a7b6c7;
  border-bottom: 1px solid #a1afbf;
  border-right: 1px solid #a7b6c7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  color: #555;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 0 5px 0;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  width: 110px; 
  margin-top: 15px; 
   display: block;
}


button.atc.small{width: 90px; 
 padding: 2px 0 3px ;
font-weight: normal;
margin: 0px;
display:inline;}

button.atc:hover {
  background: #ccd9e8;
  background: -moz-linear-gradient(top, #ccd9e8 0%, #c1d4e8 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccd9e8), to(#c1d4e8));
  border-top: 1px solid #a1afbf;
  border-left: 1px solid #9caaba;
  border-bottom: 1px solid #96a3b3;
  border-right: 1px solid #9caaba;
  -moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
  box-shadow: inset 0 1px 0 0 #f2f2f2;
  color: #163659;
  cursor: pointer;
}

button.atc:active {
  border: 1px solid #8c98a7;
  -moz-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eee;
  -webkit-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eee;
  box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eee;
}


#prodhead_wrapper { margin: 0 auto; width: 928px; }/* height: 465px; */
#prodhead_wrapper h1{margin-top:0px; }
#prodhead_wrapper form{  font-size: 85%;color:#666;}
#prodhead_wrapper select{ display: block; margin-top: -2px;margin-bottom: 5px;}
#prodhead_end {clear: both; width: 90%; border:none;
border-top: 1px solid #CCCCFF;
border-bottom: 1px solid #EEE;
margin-bottom: 15px;}

#prodhead_leftcolumn {  
/* border: 1px solid #F00; */
 margin: 10px 0px 10px 0px;
 padding: 10px;
/* height: 460px; */
 width: 449px;
 float: left;
}
#prodhead_rightcolumn { 
 float: right; 
/*  border: 1px solid #0F0; */
 margin: 10px 0px 10px 0px;
 padding: 10px;
 padding-left: 20px;
/* height: 460px;*/
 width: 419px;
 display: inline;
 position: relative;
}

#prodhead_subtitle {margin-top: -15px;margin-bottom: 45px;color:#666;}

.bigskip {}  /*Optional, if subtitle is too short. */

#prodhead_stockstatus {font-style:italic;margin-top:7px;margin-bottom: 15px;}
#prodhead_price {margin-bottom: 10px;}
/*#prodhead_qty {margin-top: -30px; margin-left: 225px;color:#666;}*/


#prodhead_leftcolumn ul {position:relative;margin-left: 14px;text-align: center;}

#prodhead_leftcolumn ul li {
  list-style: none outside;
  float: left;
  margin: 4px;
/*  margin-top: -17px;*/
} 

#prodhead_leftcolumn ul li img { width:92px;height:69px;text-align: center; vertical-align: middle; }

.picture-slides-imagePH {width:400px;height:300px;margin-left: 14px;}
 
#prodhead_rightcolumn ul {margin-top: -30px; margin-left: 200px;color:#666;list-style:none;}


/* Touch scrolling in colorbox */
#cboxLoadedContent {
  -webkit-overflow-scrolling: touch;
}



/* Tabs section */

#tabs_wrapper {
	width: 570px;
}
#tabs_container {
	border-bottom: 1px solid #ccc;
}
#tabs {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0 0 0 10px;
	font: 0.75em arial;
}
#tabs li {
	display: inline;
}
#tabs li a {
	border: 1px solid #ccc;
	padding: 4px 6px;
	text-decoration: none;
	background-color: #eeeeee;
	border-bottom: none;
	outline: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#tabs li a:hover {
	background-color: #dddddd;
	padding: 4px 6px;
}
#tabs li.active a {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}
#tabs li.active a:hover {
	background-color: #eeeeee;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}

#tabs li a.icon_accept {
	background-image: url(accept.png);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 24px;
}
#tabs li a.icon_accept:hover {
	padding-left: 24px;
}

#tabs_content_container {
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
	width: 550px;
}
.tab_content {
	display: none;
}






/* Pretty table module.  Adapted from
http://veerle.duoh.com/sandbox/csstutorials/tablesv2/styles.css
*/

table.pt{
	width:500px;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	}

caption.pt {
	color: #9ba9b4;
	font-size:.94em;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:0;
		caption-side:top;
		text-align:center;
	}	
tr.ptodd td	{
	background:#f7fbff
	}
tr.ptodd .ptcolumn1	{
        display:table-cell;
	background:#f4f9fe;
	}	
.ptcolumn1	{
	background:#f9fcfe;
	}

table.pt img{
	padding-top:4px;
 	}

td.pt {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
vertical-align:middle;
	}				
th.pt {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}
thead.pt{}

th.bold  { 
	text-align:center;
	font:bold 1.1em/1em;
	color:#66a3d3; 
	}	 
															
thead.pt th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.1em/1em;
	color:#66a3d3
	}	

/* END Pretty table module. */



/* "MLA Style" Ordered List */
ol.outline { list-style: upper-roman; }
ol.outline ol { list-style: upper-alpha; }
ol.outline ol ol { list-style: decimal; }
ol.outline ol ol ol { list-style: lower-alpha; }
ol.outline ol ol ol ol { list-style: lower-roman; }




/* fancy horizontal rule */

hr.fader { 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)); }



table.product_compare { 
	font-size: 18px; 
	border-collapse: collapse;
	    border-style: hidden;}
	
table.product_compare td { 
	padding: 6px;
	    border: 1px solid rgb(229, 229, 229);
}


.superscript {
    font-size: .83em;
    line-height: 0.5em;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}