@charset "utf-8";
body  {
	

          background-color: #ebebeb;
        background-position:bottom;
        background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana,Arial,Tahoma,Sans-Serif;
    font-size: 12px;
    color: #000000;
        text-decoration:none;
        line-height: 16px;
}


#tabColor table
{
    
     border-collapse:collapse;
      font-size: 12px;
    }
    

#tabColor table tr
{      font-size: 12px;

       
    } 
    
    
 #tabColor table td
{     font-size: 12px;
    border-bottom:solid 0.5px #708090;
      border-right: solid 0.5px #708090;
    border-left: solid 0.5px #708090;

    
     
    }        
/*Example for a Menu Style*/
.menu { height:23px;width:550px; }
.menu ul {margin:0px; padding:0px; list-style:none; text-align:left;}
.menu li {display:inline; line-height:23px; padding-left:5px;}
.menu li a {color:white; text-decoration:none; padding:5px 5px 6px 10px; background-color:#708090;}
.menu li a.tabactive {color:#000000;background-color: #dddddd; font-weight:bold;  position:relative;}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#anothercontent1,#anothercontent2, #anothercontent3, #anothercontent4,#anothercontent5, #anothercontent6, #contentthree1, #contentthree2, #contentthree3 {  border-top: solid #ececec; width:100%; text-align:left; padding:10px 0px 10px 0px; font-size:12px; margin-bottom:5px;border-top: 2px solid #708090;}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

	
	.tab { 
	font-family: verdana,sans-serif; 
	font-size: 14px;
	width: 100px;
	white-space: nowrap;
	text-align: center;
	border-style: none;
	border-color: #63B1E5;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	}
.tabhold { 
	background-color: #63B1E5;
	color: black;
	}
.tabfocus { 
	background-color:red;
	color: white;
	}
.tabcontent { 
	font-family: sans-serif; 
	font-size: 14px;
	width: 100%;
	height: 275px;
    border-top:solid;
    border-bottom:solid;
	border-color: #63B1E5;
	border-width: 3px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	}
.thrColFixHdr #container { 
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 

background:url('images/test.jpg');
position: relative;

	
		width: 980px; 
		height: 120px; 
		background-repeat: no-repeat; 
}


.thrColFixHdr #box-link { 
		position: absolute; 
		top: 8px; 
		left: 20px; 
		width: 350px; 
		height: 83px; 
		background-color: transparent; 
		}	
 
.thrColFixHdr #header2 {
height: 30px; 
padding: 15px 10px 0px 10px; 
text-align:right;

	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrColFixHdr #shadowcontainer  
{
padding: 0px 20px 0px 20px; 
background: url(' images/Publication4.jpg')  repeat-y white;

} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	 /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
   font-family: Verdana,Arial,Tahoma,Sans-Serif;
   font-size   : 12px;
   color    : #000000;
   width:620px;
   margin: 0 170px 0 160px;


} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#categoriesblock {
width:150px;
background:#F6F3E6;

}
#categoriesblock ul {
list-style: none;
margin: 0;
padding: 0 0 0 2px;
}
#categoriesblock li {
width: 145px;

}

#categoriesblock h2 {
width: 150px;
height: 25px;
background-color:#63B1E5;
font-size: 13px;
color: #FFF;
text-align:center;
padding-top: 6px;

}

#categoriesblock a{
display: block;
line-height:20px;
width: 100%;
padding: 5px 0px 5px 0px;
color:Black;
   border-bottom:4px;
border-bottom-color:White;
border-bottom-style:solid; 

}

#categoriesblock  li a:link, categoriesblock li a:visited {
   
    text-decoration:none;
    color:Black;

   
}
#plugin_topten
{
    padding-top:10px;
}

#plugin_topten ol {
list-style:inside;
margin: 0;
padding: 0 0 0 10px;


}
#manufacturersddl {



padding-bottom:7px;
width:150px;
}

#manufacturersddl h2 {
width: 150px;
padding-top: 6px;
height: 25px;
background-color:#63B1E5;
text-align:center;
}
#manufacturersddl h2 a{


font-size: 13px;
color:White;
display:block;
text-decoration: none;


}


#plugin_viewcart {
background: #F6F3E6;
padding-top:5px;

width:150px;
}

#plugin_viewcart2 h2 {
width: 150px;
padding-top: 6px;
height: 25px;
background-color:#63B1E5;
text-align:center;
color:white;
font-size:13px;
}
#plugin_viewcart_base {

background: #F6F3E6;

padding-bottom: 5px;
width:150px;
}
#plugin_viewcart li {
list-style-type:none;
margin:0px;
padding:0px;
}
#plugin_viewcart ul {
margin:0px;
padding:0px;
}
#plugin_myaccount {

 
float:right;
padding-top:3px;

width: 500px;

text-align: right;



}



#searchblock {
width:150px;
}


#searchblock h2 {
width: 150px;
padding-top: 6px;
height: 25px;
background-color:#63B1E5;
text-align:center;
color:white;
font-size:13px;

}

#plugin_topten h2 {
width: 160px;
padding-top: 6px;
height: 25px;
background-color:#63B1E5;
text-align:center;
color:white;
font-size:13px;
}


#browsehd h2 {
width: 154px;
height: 25px;
background: url('images/button.jpg') no-repeat;
font-size: 11px;

padding: 6px 0 0 10px;
}



#logohome_image {
display:block;
height:100px;
width:100px;
float: left;
}
#logohome_image a{
display:block;
height:100px;
width:100px;
}
#logohome_image a i { visibility: hidden; } 





/*
#navigation {
   width: 500px;
padding-top: 60px;
    list-style-type: none;
}

#navigation li ul{
    padding:0;
    margin:0;
    list-style-type: none;
}

#navigation li {
    float:left;
    text-align:center;
    position:relative;
}
#navigation li a:link, #navigation li a:visited {
    display:block;
    text-decoration:none;
    color:#000;
    width:80px;
    height:30px;
    line-height:30px;
    border:1px solid #fff;
    border-width:1px 1px 0 0;
    background:#c5dbf2;
    padding-left:10px;
}
#navigation li ul {
    display: none;
}
 以下只支持非IE6浏览器 
#navigation li:hover a {
    color:#fff;
    background:#2687eb;
}
#navigation li:hover ul {
    display:block;
    position:absolute;
    top:30px;
    margin-top:1px;
    left:0;
    width:80px;
}
#navigation li:hover ul li a {
    display:block;
    background:#c5dbf2;
    color:#000;
    height:20px;
    line-height:20px;
    padding:5px 10px;
    width:80px;
}
#navigation li:hover ul li a:hover {
    color:#fff;
    background:#6b839c;
}
*/


#top_nav {
color:#000000;

padding-top:20px;

list-style:none;
height:20px;

clear:both;



}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: #FFFAF0;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #66CCFF;
color: white;
font: bold 15px Verdana;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding-left:2px;

list-style-type: none;

	letter-spacing: -1px;
	

overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;

}

.mattblackmenu li a{
float: left;
width:120px;
display: block;
font: bold 12px Verdana;
text-decoration: none;
margin: 0;
/*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
padding:6px 0 6px 0;
text-align:center;
background: #63B1E5;

}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #66CCFF; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #66CCFF; /*background of tab with "selected" class assigned to its LI */
}



	
#phone {
   width: 100%;
 font: bold 10px/11px "Lucida Grande", Helvetica, sans-serif;

 color:#00008B;


 padding-top:10px;
 }
 
#login
{
    height:50px;
    
} 
	
#toll
{
    padding-right:60px;
font:  bold 10px/11px "Lucida Grande", Helvetica, sans-serif;

 color:#00008B;



 }


#phone ul
{
 list-style:none;
 padding-left:230px;

}

#phone ul li 
{   
    float:left;
    display:block;
    text-align:center;

    
}


#phone ul li a
{   
    color:#0099CC;
    font: bold 13px "Lucida Grande", Helvetica, sans-serif;
    text-transform:uppercase;
  
     white-space:nowrap;

 }

#link  {
 font: bold 15px/16px "Lucida Grande", Helvetica, sans-serif;
 text-align:center;
 color:#63B1E5;

}


* {
	margin: 0;
	padding: 0;
}







h5 {
	color: #3366FF;
	text-transform: uppercase;
	letter-spacing: -1px;
	font: bold 15px/16px "Lucida Grande", Helvetica, sans-serif;
	border-bottom: 1px solid black;

	padding-bottom: 1px;
}



.clearfooter {
	height: 330px;
	clear: both;
}

#footer {
	height: 350px;
	width: 1020px;
	background: url(' images/Publication4.jpg')  repeat-y white;
    margin: 0 auto;

}

#footercontainer {

        
	margin:0 20px 0 20px;
background-color: #dddddd;
  height:300px;
	padding-top: 50px;

}

.footercolumn {
	width: 180px;
	float: left;
	display: inline;
}

.footercolumn p {
	margin-left: 7px;
	margin-right: 15px;
	margin-bottom: 30px;
	color: #fff;
	font-size: .9em;
}

.footercolumn2 
{
    	margin: 0;
	padding: 0;
	width: 140px;
	margin-left: 30px;
	display: inline;
}

.footercolumn h5.recentblog {
	background: url(../images/footer_recentblog.gif) no-repeat 0 3px;
	padding-left: 20px;
}

.footercolumn h5.recentweb {
	background: url(../images/footer_recentweb.gif) no-repeat 0 3px;
	padding-left: 20px;
}

.footercolumn h5.recentprint {
	background: url(../images/footer_recentprint.gif) no-repeat 0 3px;
	padding-left: 20px;
}

.footercolumn ul {
	list-style-type: none;
	float: left;
	font-size: .9em;
	line-height: 1.2em;
}

.footercolumn li a {
	
	text-decoration: none;

 
	padding-bottom: 15px;
	display: block;
	width: 150px;
    color:Black;
}

.footercolumn li a:hover {
	text-decoration: underline;
    color  :Black;
  
    font-weight: bold;
   
}

.utilitylinks {
	clear: both;
	padding-top: 12px;
	padding-bottom: 10px;
	float: left;
	width: 920px;
	position: relative;
}

.utilitylinks span.copyright {
	float: left;
	display: inline;
	color: #6c989d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

.utilitylinks span.utility {
	float: right;
	display: inline;
	font-size: .9em;
}

.utilitylinks span.utility a {
	color: #6c989d;
	text-decoration: none;
}

.utilitylinks span.utility a:hover {
	color: #d27972;
	text-decoration: underline;
}

.utilitylinks span.utility span.subscribe {
	float: left;
	background: url(../images/footer_rssicon.gif) no-repeat;
	padding-left: 22px;
	line-height: 1.5em;
	margin-right: 15px;
}

.utilitylinks span.utility span.ee {
	float: left;
	background: url(../images/footer_eeicon.gif) no-repeat;
	padding-left: 27px;
	line-height: 1.5em;
	margin-right: 15px;
}

#tabermain {
	
	clear: both;
	background: #63B1E5;
	padding-top: 2em;
	width:auto;
}

#tabercontents {
	padding: 1.5em;
	background:#FFFAF0;
	border: 2px solid #63B1E5;
	min-height: 300px;
    width   :auto;
}

#taber {
	position: relative;
	width: 100%;
	height: 3em;

}

#taber ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	
}

#taber ul#primary li  {
	display: inline;
	list-style: none;
}

#taber ul#primary a,#taber ul#primary span,#taber ul#primary a.current {

	display: block;
	float: left;
	padding: 4px 0;
	padding-left:5px;
	padding-right:5px;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Verdana,Arial,Tahoma,Sans-Serif;
    font-size: 12px;
    color: white;
    width:auto;
    
}

#taber ul#primary span,#taber ul#primary a.current,#taber ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #63B1E5;
	padding-bottom: 6px;
	margin-top: 0;
}

#taber ul#primary a {
	background: #63B1E5;
	border: 1px solid #AAA;
	border-bottom: none;
}

#taber ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #63B1E5;
	padding-bottom: 5px;
}

#taber ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#taber ul#secondary li a,#taber ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#taber ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#taber ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#taber ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#taber ul#secondary li:last-child a { border: none; }

#partmedia_layout a
{
    width:250px;
    height:250px;
}

/*product box for front page*/
img {border:none;} 

.product_box {
	float: left;
	width: 200px;
	margin-right:2px;
    height:350px;
	border: solid 2px gray;
}

.product_box H3
{
    font-size:12px;
    text-align:center;
    font:Verdana,Arial,Tahoma,Sans-Serif;
    margin: 10px 5px 10px 5px;
}

.product_box p{
margin: 0 15px 10px 8px;
    font:Verdana,Arial,Tahoma,Sans-Serif;
    font-size:11px;
}
.product_box img{
	margin: 0 auto;
}
.buynow a{
	clear: both;
	display: block;
	float: left;
	width: 80px;
	padding: 1px 0;
	margin: 0 15px 10px 4px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: #be457c;
	border-bottom: 1px solid #f285b6;
}



/*end of product box for front page css for loopslides 
.container { width:650px; height:200px; overflow:hidden; position:relative; cursor:pointer;  }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:650px; display:none;  }
.list_box li {display:block; float:left; width:180px; margin:0 10px;}
 .list_box li img {display:block;}
.pagination { list-style-type:none; margin:0; padding:0; margin:9px auto; width:132px; }
.pagination li { float:left; margin:0 5px; }	
.previous { position:absolute; Top:1400px;  }
.next { position:absolute; Top:1400px; margin-left:590px;}

*/

/* // image replacement */
			
	#container2{	
	 float:left;
	 width:100px;
	

	
	

	}			
	#content2{
		
		}			


