/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 11px/150% Arial, Helvetica,sans-serif;		
}
html { font-size:100.01%;text-align:center}
body { 
		font: 11px/150% Arial, Helvetica,sans-serif;	
		color: #333;
		margin: 0;
padding:0;
line-height:1.5em;
		}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
font-family:Arial, Helvetica,sans-serif;
}

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL {
font-family:Arial, Helvetica,sans-serif;
}

/* Real styles */

A {cursor: auto}

A:link {
background: transparent;
text-decoration: none;
color:#333;}

A:visited {color: red;
background: transparent;
text-decoration: none}
A:hover {text-decoration: underline}
A:active {color: green;
background: transparent;
text-decoration: none}

ADDRESS {margin: 0em 0% 0em 0%;
font: italic 1em/1 sans-serif}
BIG {font-size: 1em}

BLOCKQUOTE {margin: 0em 0% 0em 0%;
line-height: 1}

BODY {
margin: 0em 0% 0em 0%;
font: 1em/1 sans-serif;
background: #d0d0d0;}

BUTTON {cursor: auto}

CAPTION {margin: 0em 0% 0em 0%;
line-height: 1}

CODE {font-size: 1em;
font-family: monospace} /* To avoid overriding boldness/italicity by using font */

DIV {margin: 0em 0% 0em 0%;
line-height: 1}

DD {margin: 0em 0% 0em 0%;
line-height: 1}

DL {margin: 0em 0% 0em 0%}

DT {margin: 0em 0% 0em 0%;
line-height: 1}

H1 {
	margin:1em 0;
	font:bold 18px/1.5em Arial, Tahoma, sans-serif;
	color:#0C2378;
	text-transform:capitalize;
	letter-spacing: -0.9px;
}

H2 {
		margin:1em 0;
		font: bold 16px/120% Arial,Helvetica,Tahoma,sans-serif;
		text-transform:capitalize;
		}
H3 {
		margin: 1em 0;
		padding:0;
		font: bold 14px/120% Arial,Helvetica,Tahoma,sans-serif
		text-transform:capitalize;
		}

H4 {
		margin: 1em 0;
		font: bold 13px/120% Arial,Helvetica,Tahoma,sans-serif
		text-transform:capitalize;
		}

H5 {
		margin: 1em 0;
		font: bold 1em/120% Arial,Helvetica,Tahoma,sans-serif
		text-transform:capitalize;
		}

H6 {
		margin: 1em 0;
		font: bold 1em/120% Arial,Helvetica,Tahoma,sans-serif
		text-transform:capitalize;
		}

HR {margin: 0em 0% 0em 0%}

HTML {margin: 0;
background: white}

INPUT {cursor: auto}

KBD {font: 1em monospace}

LI {margin: 0em 0% 0em 0%;
line-height: 1}

OL {margin: 0em 0% 0em 5%;
list-style: decimal}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman}

OL OL OL OL {list-style: decimal}

P {margin: 1em 0 0.5em 0;
 font: 11px/150% Arial, Helvetica,sans-serif;
}

PRE {margin: 0em 0% 0em 0%;
font: 1em/1 monospace}

SAMP {font: 1em monospace}

SMALL {font-size: 1em}

SUB {font-size: 1em}

SUP {font-size: 1em}

TD {line-height: 1.2}

TEXTAREA {cursor: text}

TH {font: bold 1em/1 sans-serif;text-align:left;}

TT {font: 1em monospace}

UL {margin: 0em 0% 0em 5%;
list-style: disc}

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square}

UL UL UL UL {list-style: disc}
/* typography so far */
body {
font: 12px/120% Arial,Helvetica,Tahoma,sans-serif
color: #333;
background: #f0f0f0;
}
td {
font: 12px/120% Arial,Helvetica,Tahoma,sans-serif
color: #333;
	}
/*
page layout */

/*#header {
	width: 960px;
	height: 109px;
	margin: 0px 0px -15px 0px;
	padding:0;
	background:#fff url(../images/bg_header.png) no-repeat top center;
}*/
	#logo {
		/*position:absolute;
		top:15;
		left:15;*/
		}
	#header_global_functions { 
							float:left;
							display: inline;
							margin: 30px 26px 0px 300px;
							}

		#header_global_functions li {
									float:left;
									display: block;
									list-style: none;
									padding: 0px 15px;	
									}

		#header_global_functions li a:hover{ 
									color: #003366;
									text-decoration: none;
									}

	#header_global_navigation {
								height: 30px;
								width: 100%;
								padding: 0;									
								background-color: transparent;
								}

		#header_global_navigation ul{
									float: left;
									margin:35px 0 0 250px; 				
									list-style:none;
									background:transparent url(../images/bg_navtabs.png) no-repeat right top;
									}

		#header_global_navigation li {
									float: left;
									margin:2px;
									padding:2px 15px;
									text-decoration: none;
									list-style:none;
									font: bold 12px Arial, Helvetica,sans-serif;
									text-align:center;
									background:transparent url(../images/bg_navtabs.png)no-repeat left top;
									}

		#header_global_navigation li a {
									color: #333333;
									text-decoration: none;
									}
		#header_global_navigation li a:hover {
									color: #aaaaaa;
									text-decoration: none;
									}
		/*
global search */
		#search {
				margin:5px;
				padding:5px 0;
				background:#fafafa url(../images/bg_search.png) no-repeat bottom right;
				border:1px solid #acabac;
				border-width: 1px 0 0 1px;
				}
		#search form {
				margin: 0px;
				padding:0 0 0 10px;
				}
		#search form label {
				font-weight:bold;
				}
		#search form input {	
				padding:1px;
				border:1px solid #333333;
				}
		#search img {
				vertical-align: middle; 
				border: 0px;
				}
		#search a{
				margin-top: 8px 0;
				text-decoration: underline;
				color: #000000;
				}

/* ends global search */

/* footer */
		#footer {
				width: 778px;
				heigth: 40px;
				margin:0px;
				text-align:center;
				background:#0C2378 url(../images/footer_border.gif) no-repeat top left;
				}
		#footer ul{
				width:800px
				margin:20px auto;
				}
		#footer li{
				display: block;
				list-style: none;
				padding: 0px 5px;
				display: inline;
				}
		#footer p { 
				margin: 0 0 6px 0; 
				padding: 0;
				}
		#footer a{
				color: #FFFFFF;
				}
		#sitepages {
				margin-bottom: 20px;
margin-right: 20px;
				}
		#sidebar {
				background:#F7F7F7 url(../images/bg_leftsidebar.gif) repeat-y top left;
				height:350px;
				}
		.rightsidebar{
				background:#fafafa url(../images/bg_rightsidebar.png) repeat-y top left;
				padding:5px 0 5px 7px;
				}
		/* side bar navigation */

				td.s3t, 
				td.s4t,
				td.s5t {
						width: 95%;
						background:transparent url("../images/bgdotline.gif") repeat-x bottom left;
						margin:6px 0px 0px 20px;
						padding: 4px 0 4px 8px;
font-family: arial;
font-size: 12px;
						}


.s3t, .s4t, .s5t {margin-left: 16px}

				.s3t a:link, 
				.s4t a:link, 
				.s5t a:link,
				.s3t a:visited,
				.s4t a:visited,
				.s5t a:visited,
				.s3t a:active,
				.s4t a:active,
				.s5t a:active 
						{
						color: #000000;
						text-transform: capitalize;
font-family: arial;
font-size: 12px;
						}
				.s3t a:hover, 
				.s4t a:hover, 
				.s5t a:hover  {
							color: #333;
							text-transform: capitalize;
font-family: arial;
font-size: 12px;
							}
				.s23t, 
				.s24t, 
				.s25t, 
				.s23t a,
				.s24t a,
				.s25t a,
				.s23t a:visited,
				.s24t a:visited,
				.s25t a:visited {
								margin:0 0 0 8px;
								font-size:95%;
								line-height:1.8;
								text-transform: capitalize;
								color: #000000;
font-family: arial;
font-size: 12px;
								}

/* 
ends side bar navigation */
/* finish page layout */
/* 
category summary */
		.catsummary {
					width:auto;	 
					padding:15px 2px;
					margin:0 5px 5px 0;
					border: 1px solid #CCCCCC;
					text-transform:capitalize;
					}
		.catsummary a:link,
		.catsummary a:visited,
		.catsummary a:active{
					color: #000000;
					}
		.catsummary a:active {
					color: #003366;
					}
/*
starts  global summary */
/*
start summary filtering options */
		#searchboxallaslist{
							margin:10px 0;
							padding:5px;
							border:1px solid #333;
							}
		#searchboxallaslist_selected{
							margin:0 0 50px 0;
							padding:0;
							border:1px solid red;
							background-color: #e5e5e5;
							height:1%;
							}
		#searchboxallaslist_selected #searchbox1aslist ul{
							clear:both;
							margin:0 0 50px 0;
							border:1px solid green;
							background-color: #333333;
							}					
		#searchboxallaslist h1{
							font-size:11px;
							clear:both;
							margin:0;
							padding:0;
							}
		#searchboxallaslist ul{
							clear:both;
							}
		.stemplistclass {
						display: inline;
						}
		.stemplistclass li {
						float:left;
						display: block;
						list-style: none;
						padding: 0px 5px ;
						font-size:90%;
						border-right: 1px solid #3E3E3E;
						margin: 5px 0px;
						}
		.stemplistclass a:link,
		.stemplistclass a:visited{
						color:#003366
						}
		.stemplistclass a:hover{
						text-decoration: underline;
						}
		.related {
				border-bottom: 1px dotted #BED43A; 
				height: auto;
				}
		.related_img {
				float: left;
				width:75px; 
				height: 75px;
				}
		.related_cont {
				float: right; 
				padding: 10px 0px; 
				width:83%
				}
		.related_cont h3 {
				font-size: 90%;
				font-weight: bold
				}
		.summary{
				width:100%;
				margin:0px;
				padding:5px;
				border-width:1px 0 0 0;
				}
		.summary h3{
font-family: arial;
font-size: 14px;
				margin: 5px 0px 0px 0px;
				color:#0C2378; 
				text-decoration:none;
				}
		.summary h3 a:link,
		.summary h3 a:visited,
		.summary  h3 a:active,
				{
				color:#0C2378; 
				text-decoration:none;
				}
		.summary h3 a:hover{
				color:#f66318;
				background-color:#444444;
				margin:0;
				}
		.summary .ps_thumb{
				border:1px solid #999;
				padding:1px;
				margin-top:10px;
				background-color:#fff;
				}
		.summary p{
				margin: 0 0 5px 100px; 
				}
		.summary .price{
				font:bold 120%;
				color:#f66318;
				}
		.summary .quantity{
				clear:both;
				}

/* 
product details templates */
/* 
product details template */
		.details_content {
				width: 96%; *width: 100%;
				height: auto;
				padding: 10px;
				border: 1px solid #CCCCCC;
				clear:both
				}
		.details_img {
				float:left;
				width: 215px;
				text-align: center;
				height:100%
				}
		.details_cont {
				float:right;
				width: 280px;
				height: auto;
				}
		.details p {
				font-size: 100%;
				}
		.details_link {
				font-size: 90%;
				text-decoration: none;
				color: #000000;
				background-color: #F5F5F5;
				width: 100%;
				height: 18px;
				margin:1px;
				padding-left:7px;
				}
		.details_price {
				font-size: 100%;	
				font-weight: bold;
				color: #FF0000;
				text-decoration: none;
				}
		.details_additemarea {
				border: 1px dotted #ABC129;
				padding: 10px;
				}
		.details_additemarea input {
				border: 1px solid #A3A3A3;
				}
		.details h1 {
				 width: 100%;
				 background-color: #003366;
				 padding: 3px;
				 font-size: 100%; 
				 font-weight: bold;
				 color: #FFFFFF;
				 }
		.details h2 {
				padding-top: 22px;
				font-size: 100%;
				font-weight: bold;
				}	
		.details_Text {
				border: 1px solid #003366;
				margin: 8px 0px; 
				padding: 4px;
				}
		.details_Text h2 {
				width: 100%; 
				padding: 3px;
				background-color: #003366; 
				font-size: 100%; 
				font-weight: bold; 
				color: #FFFFFF;
				}
		.details_Text p {
				margin: 8px 3px;
				}	

/* 
end products details template */


		.st2-longdes {	
			font-style: normal;
			font-color: #993333;

			font-weight: normal;
		}
		.st2-prodname {
			font-style: normal;
			font-weight: bold;
			font-color: #993333;
			text-decoration: none;
		}
		.st2-price {
			font-style: normal;
			font-weight: bold;
			color: #993333;
			text-decoration: none;
		}
		.st2-qty {
			font-style: normal;
			font-weight: normal;
			text-decoration: none;
		}
		.st2-categorylink {
			font-style: normal;
			font-weight: normal;
			color: #000000;
			text-decoration: none;
		}
		.st2-pagedetail {
			font-style: normal;
			font-weight: normal;
			text-decoration: none;
		}
		.st2-pagenav {
			font-style: normal;
			font-weight: bold;
			text-decoration: none;
		}
		.st2-categoryquicklink {
			font-style: normal;
			font-weight: bold;
			text-decoration: none;
		}
		.st2-pagenavfoot {
			font-style: normal;
			font-weight: bold;
			text-decoration: none;
		}
		.pd12-catquicklink {
			font-style: normal;
			font-weight: bold;
			color: #993333;
		}
		.pd12-prodname {
			
			font-size: 14px;
			font-style: normal;
			font-weight: bold;
			color: #336699;
			text-decoration: none;
		}
		.pd12-proddescrip {
			
			
			font-style: normal;
			font-weight: normal;
			text-decoration: none;
			color: #333333;
		
		}
		.pd12-prodnameindescrip {
			
			font-size: 14px;
			font-style: normal;
			font-weight: bold;
			font-variant: normal;
			text-decoration: none;
			color: #333333;
		
		}
		.pd12-pricingheader {
			
			
			font-style: normal;
			font-weight: bold;
			color: #993333;
			text-decoration: none;
		}
		.pd12pricinghead {
			
			
			font-style: normal;
			font-weight: normal;
			text-decoration: none;
		}
		.pd12-price {
			
			font-size: 14px;
			font-style: normal;
			font-weight: bold;
			color: #993333;
			text-decoration: none;
		}
		.pd12-pdf {
			
			
			font-style: normal;
			font-weight: bold;
			text-decoration: none;
			color: #FF0000;
		}
		
		.pd19-prodes-blw {
			
			
			font-style: normal;
			font-weight: normal;
		}
		
		
		.cclistclass {
			
			font-style: normal;
			font-weight: normal;
				color: #154682;
		}
		.sblistclass {
			
			
			font-style: normal;
			font-weight: bold;
			text-decoration: none;
		}
		
		.quicklink {
			
			
			font-style: normal;
			font-weight: bold;
			color: #D20000;
		}
		
		.specTable {
			width: 200px;
			border-top: none;
			border-right: none;
			border-bottom: thin solid #000000;
			border-left: none;
			
			
		}
		.specTableLeftCell {
			width: 100px;
			border-top: thin solid #000000;
			border-right: thin solid #000000;
			border-bottom: thin none #000000;
			border-left: thin solid #000000;
			padding: 2px;
			background-color: #eeeeee;
		}
		.specTableRightCell {
			width: 100px;
			border-width: thin;
			border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: none;
			border-left-style: none;
			border-color: #000000;
			padding: 2px;
		}
/*
end product details */

			.clear {clear: both; margin: 0px;}
/* headings */


/* 
additional templates */
/* 
HOME OFFERS TEMPLATE */
		
		
		.home_container {
						text-align:left;
						}

		.home_container p {
						margin-bottom: 15px; 
						}
		.home_rightbar {
						float: right;
						width: 230px;
						}
		.featureproducts{
						font-size: 20px;
						}
		.homeproduct {
						background-color:#fafafa;
						border-top:solid 1px #333; 
						padding:10px;
						}
		.homeproduct h3 { 
						font:bold 14px/1.5ems;
						margin: 0 0 0.5em 140px;
						color:#f66318; 
						text-decoration:none;
						}
		.homeproduct h3 a:link,
		.homeproduct h3 a:visited,
		.homeproduct h3 a:hover,
		.homeproduct h3 a:active
						{color:#f66318; 
						text-decoration:none;
						}
		.homeproduct .thumbnail img{ 
						float: left; 
						border:1px solid #999;
						padding:2px;
						background-color:#fff;
						}
		.homeproduct img a{ 
						border:0; 
						}				
		.homeproduct p { 
						font-size: 12px; 
						margin: 0 0 1em 140px; 
						}
		.homeproduct .price{
						font:bold 14px;
						color:#333;
						}
		.topsellershead h3{	
						font-size:16px;
						border:1px solid #333;
						}
		.topsellers		{
						width:160px;
						border:1px solid #f66318;
						margin:1px 0;
						padding:2px;
						background-color:#fff2da;
						}
		.topsellers h6{	
						font:bold 12px/1.2em;
						margin: 0;
						padding:0;
						}
		.topsellers  h6 a:link,
		.topsellers  h6 a:visited,
		.topsellers  h6 a:hover,
		.topsellers  h6 a:active
						{color:#f66318; 
						text-decoration:none;
						}
		.topsellers img{ 
						border:1px solid #999;
						padding:2px;
						background-color:#fff;
						}
		.topsellers img a{ 
						border:0; 
						}				
		.topsellers p { 
						font-size: 12px; 
						margin:0; 
						padding:0;
						}
		.topsellers .price{
						font:bold 14px;
						color:f66318;
						}	
		.moreinfo {
					padding:0 0 0 16px;
					background:#f0f0f0 url(../images/icon-moreinfo.gif) no-repeat left center;
					}
					
					
/* 
top sellers */
/*		.topsellers {
					margin: 5px 0px;
					height: 95px;
					width: 230px;
					border-bottom: 1px dotted #BED43A;
					
					}
		.topsellers p{
					width: 104px;
					float: left;
					}
		.topsellers a:link, .topsellers a:visited {
					color: #003366;
					}
		.topsellers a:hover {
					color: #003366; 
					text-decoration: underline;
					}
		.topsellers_img {
					float: right;
					border: 1px solid #BED43A;
					height: 78px;
					width: 104px;
					text-align: center;
					vertical-align: middle;
					}
		.topsellers_img img{
					height: 70px;
					width: 70px;
					}
		.topsellers_title {	
					width: 105px;
					margin-top:20px 0 8px 0;

					font:bold 14px;
					color: #FFFFFF;
					text-decoration: none;
					background-color: #9AAE26;
					padding: 3px;
					text-align: center;					
					}
		.topsellers_title_bottomline {
					border-top: 1px solid #9AAE26;
					width: 100%;
					margin: 0px;
}
*/
/* shopping cart */
		#shopping_cart{
					width:155px;
					background:url(../images/bg_cart.gif) no-repeat center bottom;
					padding:0;
					margin:0 0 5px 0;
					}
					#shopping_cart h3{
									text-indent: -9999px;
									overflow: hidden;
									margin: 0;
									padding: 0;
									border: 0;
									}
					#shopping_cart h3 a:link,
					#shopping_cart h3 a:visited,
					#shopping_cart h3 a:hover,
					#shopping_cart h3 a:active{
									display:block;
									width:155px;
									height:25px;
									background: #333 url(../images/head_shoppingbasket.gif) no-repeat center top;
					}
					#shopping_cart p{
									padding:5px;
									}
					.cartliststyle,
					.cartlistdescription,
					.cartlistquantity,
					.cartlistprice{
									font:bold
					}
					hr.cartlistseperate{
									height:1px;
									color:#666666;
									padding:1px 0;
					}
/* 
evolve styles */
		#tablemain,
		#tableproducts,
		#tablesearch,
		#tableviewcart,
		#tablecustreg{
			width:778px !important;			background-color:#fafafa;
background: #FFFFFF url(../images/bg.gif) repeat-y;
						}
		.vc6,
		.vc7, 
		.vc8, 
		.vc11, 
		.vc12, 
		.b1, 
		.ofb1, 
		.ofb2, 
		.ofb3 {
				border: 1px solid #003366; 
				padding: 2px 4px; 
				color: #003366; 
				height: 20px;
				}
		.vc6 a:link,
		.vc7 a:link,
		.vc8 a:link,
		.vc11 a:link,
		.vc12 a:link,
		.b1 a:link,
		.ofb1 a:link,
		.ofb2 a:link,
		.ofb3 a:link {
				color: #003366;
				}

		.vc6 a:hover,
		.vc7 a:hover,
		.vc8 a:hover, 
		.vc11 a:hover, 
		.vc12 a:hover {
				bacground-color: #003366; 
				color: #FFFFFF;
				}
		.b1 {
			background-color: #ABC129!important; 
			color: #FFFFFF!important; 
			border-bottom: 1px solid #87991D; 
			border-right: 1px solid #87991D; 
			border-top: 1px solid #BED056;
			border-left: 1px solid #BED056
			}

/* 
starts global summary   */
		.prodname {
					width: 100%;
					font:bold 14px;
					color: #003366;
					text-decoration: none;
					background-color: #e5e5e5;
					padding: 4px;
					}
		.description {
					float:right;
					width: 60%;
					margin: 15px;
					}
		.image {
				float:left; 
				width: 270px; 
				margin-top: 15px; 
				text-align:center;  
				}
/* 
more product details */
		.ProductSpecs {
						width: 97%; 
						*width: 94%;
						}
		table.ProductSpecs {
						font-size:10px;
						}
		.ProductSpecs thead td {
						color: #ABC129;
						font-weight:bold;
						}

		thead.ProductSpecs{
						font-weight:bold;
						color:orange;
						}
		.FeatureGroupName{
						font-weight:bold;
						border-bottom: 1px dotted #666;
						background-color: #E5E5E5;
						}
		table.ProductSpecs{
						background:#ffffff;
						font-weight: normal;
						width:100%;
						}
		table.ProductSpecs td{
						background:#e6e0d2;
						padding:2px 3px 2px 3px;
						}

		table.ProductSpecs thead td{
						font-weight: bold;
						background:#7a86ae;
						color:#ffffff;
						}
		table.ProductSpecs tr.FeatureGroupName td{
						font-weight: bold;
						}


/* 
login */
		.loginbox {
					width: 350px;
					height: 300px;
					margin:0 auto;
					padding: 8px;
					border: 1px solid #003366;
					}
		.loginbox h2{
					width: 100%;
					margin: 0px;
					padding:0 0 8px 0;
					border-bottom: 1px dotted #003366;
					color: #6A6A6A;
					}
		.loginbox table{
					font-weight: bold;
					color: #9AAE26;
					}
		.loginbox input{
					border: 1px solid #A1A1A1;
					}
		.processing { 
					font-size: 14px; 
					font-weight: bold;
					}
		.orderform {
					width: 700px;
					height: 125px;
					margin:0 0 20px 0;
					padding:0 0 10px 0;
					border-bottom: 1px solid #0C2378;
					color: #003366;
					text-decoration: none;
					font-size: 16px;
					font-weight: bold;
					}
		.orderform p {
					float:right; 
					margin-top: 55px; 
					*margin-top: 65px;
font-family: arial; font-size: 14px; font-weight: bold;
					}
		.orderform img {
					float:left
					}



/* new tabs styles */
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #003366;
 font-weight: bold;
font-size: 100%;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #003366;
 border-bottom: none;
 background: #003366;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #FFFFFF; }
ul.tabbernav li a:visited { color: #FFFFFF; }

ul.tabbernav li a:hover
{
 color: #FFFFFF;
 background: #2B506C;
 border-color: #003366;
}

ul.tabbernav li.tabberactive a
{
 color: #003366;
 background: white;
 border-bottom: 1px solid white;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #003366;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:14px;
 border:1px solid #003366;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.tabbertab select {width: 610px}
.allcompname {
background-color: #ECF0F4;
margin-top:12px;
padding-left:6px;
}














#header {
	font-family: Arial, Helvetica, sans-serif;		
	background-image: url("../images/header.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #0C2378;
	width: 778px;
	height: 115px; *height: 121px;
	margin: 0px;
	padding: 6px 0px 0px 0px;	
}

#header_nav {
	margin: 0px 0px 0px -77px; *margin: 0px;
	height: 28px;
	width: 778px;
	list-style: none;
	padding: 0px;
}

#header_nav li {
	float:left;
	display: block;
	list-style: none;
	height: 22px;
}

#header_navigation {
	background-image: url("../images/tabbg.gif");
	background-position: right;
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 11px;
	width: 85px;
	padding-top: 5px;
	padding-left: 0px; *padding-left: 11px;
	margin-right: 1px;
}

#header_navigation a {color: #0C2378; text-decoration: none;}

#header_logo { width: 310px; *width: 270px;}

#home_category li {
	float:left;
	display: block;
	list-style: none;
	height: 102px;
	width: 165px;
	margin-right: 15px;
	margin-bottom: 15px;
}


#header_functions {
	width: 778px;
	margin: 0px; 
	padding: 0px;
	height: 34px;
}

#header_products {float: left; width: 184px;}
#header_searchcart {
float: right;
	margin: 0px; 
	padding: 7px 0px 0px 0px;
	width: 594px;
	height: 28px; *height: 34px;
	background-color: #FFFFFF;
background-image: url("../images/header_functions_bg.gif");
	background-position: right;
	background-repeat: no-repeat;
}

#header_searchcart form {float: left; margin: 0px 0px 0px 30px}
#header_searchcart input {border: 1px solid #0C2378}
#header_searchcart p {float: right; margin: 0px 65px 0px 0px; *margin: 0px 35px 0px 0px; padding: 2px 0px 0px 0px}
#header_searchcart p img {vertical-align: middle}

#maincontent {padding-right: 20px;}

#productdetails{
width:560px;
float:left;
clear:both;
font: 11px/150% Arial, Helvetica,sans-serif;
}
#image{
width:210px;
float:left;
}
#image img{
padding:2px;
border:1px solid #e9e9e9;
}
.description{
width:300px;
float:right;
clear:both;
}
.partnumbers{
float:left;
clear:both;
}
.partnobox{
width:550px;
font: 11px/150% Arial, Helvetica,sans-serif;
}
table.partnobox{
border-top:3px double #333;
border-bottom:3px double #333;
border-collapse:collapse;
}

.partnoboxd,
.partnoboxp,
.partnoboxpr,
.partnoboxq,
.partnoboxpr1{
background:#fafafa url(../images/bg_partno.gif) repeat-x bottom left;
height:22px;
}
.partnoboxd th,
.partnoboxp th,
.partnoboxpr1 th,
.partnoboxq th{
height:30px;
}
.partnoboxpr,
.partnoboxq,
.partnoboxpr1{
text-align:center;
}
.clear{
clear:both;
}


.homeitems {margin: 0px; padding: 0px;}
.homeitems li {
	list-style: none;
	display: block;
	float: left;
	background-image: url("../images/homeproducts_bg.gif");
	background-position: top;
	background-repeat: no-repeat;
	height: 215px;
	width: 256px;
	margin: 0px 10px 15px 0px; *margin: 0px 23px 15px 0px;
	padding: 0px 0px 0px 11px;
}

.homeitems h2 {
	font-family: arial;
	font-size: 12px;
	color: #5A5A5A;
	margin: 10px 0px 0px 8px;
	padding: 0px;
	height: 25px;
	width: 230px;
}

.homeitems h2 a:link {color: #5A5A5A;}
.homeitems h2 a:visited {color: #5A5A5A;}

.homeitems p {margin: 0px; padding: 0px; height: 170px; width: 248px; text-align: center; vertical-align: middle;}

.homeitems p img {vertical-align: middle;}


h1#logo,h1#logo a:link,h1#logo a:visited,h1#logo a:hover,h1#logo a:active {
position:absolute;
top:10px;
left:10px;
width:370px;
height:100px;
overflow: hidden;
margin: 0;
padding: 0;
border: 0;
text-indent: -9999px;
display:block;
}