/*--OLD STYLES--WWWTEST: styles/styles.css--*/

/*#staticcontent h2 {
	text-transform:capitalize;
	color:#666;
	font-size:12px;
	text-emphasis:normal;	
	
}

#staticcontent h3 {
	color:#000;
	font-size:12px;
	text-emphasis:bold;
	margin-bottom:0px;
	margin-top:10px;	
	
}

#staticcontent li {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
	margin-top:0px;
	margin-right:40px;
	margin-left:40px;
	}
	
#staticcontent li ul {
	margin-left:40px;
	margin-right:40px;

	}
	
#staticcontent li li {
	border-bottom: none;
	padding-bottom: 10px;
	font-size: 12px;
	margin-left:40px;
	margin-right:40px;
	}
	
#staticcontent p {
	font-size: 13px;
	line-height: 20px;
	margin: 0 40 14px 0;
	color: #333;
	font-weight: normal;
	margin-right:40px;

	}*/
	
#staticcontent hr {
	margin-bottom:10px;
	margin-right:40px;

}


/* =STRUCTURE--*/


html, body{
	/*--EFFECTS SIZE OF TYPE IN CATALOG MAINTENANCE and STOPS GREEN BACKGROUND FROM FILLING SCREEN
	
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#FFFFFF;
 	text-align:center; 
 
}/*

#container{
	position:relative;
	/* width:760px; */
	width:100%;
	height:100%; /* push the footer to the bottom in IE*/
	/*background:#FFFFFF url(../images/background_container.gif) 0 0 repeat-y;*/
	text-align:left;
	margin:0 auto;
}

body.popup #container {
    background:#FFFFFF;
    border:5px solid #FFFFFF;
}

body #container{
	min-height:100%; /*stretches container beyond the viewport for footer to appear at the bottom in FF*/
	height:auto;
}

#contentwrapper{
	position:relative;
	width:80%;
	padding-left:175px;
	height:auto;
	_height:1%; /* required to make IE enclose floated columns in wrapper */
}
#container.related #contentwrapper {
	padding-right:175px;
}

/* clears contentwrapper*/
#contentwrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearer {
	height: 1px;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #contentwrapper {height: 1%;}
/* End hide from IE-mac */

#pagecontent{
	float:left;
}
/* clears pagecontent*/
#pagecontent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #pagecontent {height: 1%;}
/* End hide from IE-mac */

#header{
	position:absolute;
	background: #DDDDDD url(../images/background_header.gif) 0 0 repeat-x;
	top:0;
	left:0;
	height:115px;
	width:100%;
	clear:both;
	/* Hides from IE-mac \*/
	z-index:100;
	/* End hide from IE-mac */	
}

#sidebar{
	float:left;
	width:175px;
	margin-left:-175px;
	position:relative;
	padding-top:100px;
	padding-bottom:30px;
/* Hides from IE-mac \*/		
	z-index:15;
/* End hide from IE-mac */	
}

#maincontent{
	float:right;
	width:100%;
	position:relative;
	padding-top:115px;
	padding-bottom:30px;	
	background: url(../images/background_maincontent.gif) 0 115px no-repeat; 
}

#container.related #related{
	float:right;
	width:175px;
	margin-left:-175px;
	left:175px;
	position:relative;
	padding-top:115px;
	padding-bottom:30px;
}

#footer{

	/*top:75px;*/
	width:100%;
	clear:both;
	/*background:#FFFFFF url(../images/background_container.gif) 0 0 repeat-y;*/
}

br.clear{
	clear:both;
}


/* =HEADER
------------------------------------------------------*/


/* =NAV
------------------------------------------------------*/

/* =SIDEBAR
#sidebarcontent {
	color: #FFFFFF;
	padding:10px 0;
	width:165px;
	margin:0 5px;
}

#sidebar h3 {
	text-align:left;
	font-size:17px;
}

#sidebar a {
	color:#FFFFFF;
}

#sidebar #categories h3{
	margin-left:5px;
	font-size: 16px;
}

#sidebar #categories a{
	margin-left:5px;
	font-size: 12px;
	display: block;
}

#sidebar #myaccount, #sidebar #admin {
	padding:0 10px;
}

#sidebar #usermenu, #sidebar #adminmenu {
	margin:0;
	padding:0 0 0 15px;
}

#sidebar #myaccount .loginform {
	text-align:center;
	margin-top:5px;
}

#sidebar #myaccount .loginform label {
	float:left;
	margin-left:10px;
	font-size:9px;
}

#sidebar .block {
	border-bottom: 1px solid #FFFFFF;
	padding:10px 0;
}

#sidebar #cart {
	padding:0 10px;
	text-align:center;
	border-bottom: none;
}------------------------------------------------------*/


/* =MAIN CONTENT
------------------------------------------------------*/
#content {
	padding:20px;
}

#breadcrumbs{
	text-align:left;
	font-size: 11px;
	color: #999999;
}


/* =RELATED PRODUCTS

#relatedcontent{
	background: #5b84ae;
}

#relatedproducts h4
{
	margin:0;
	font-size:12px;
}

#relatedproducts li
{
	padding:5px 0;
	list-style:none;
	margin:0;
}

#relatedproducts p
{
	font-size:10px;
	line-height: 1.1em;
}

#relatedproducts img
{
	border: 1px solid #ffffff;
	margin-left:5px;
}
--*/

/* =FOOTER
#footercontent {
	margin-left:10px;
	font-size: 10px;
	width:150px;
	color: #FFFFFF;
}

--*/



/* =LISTING - This styles listing tables (i.e. a table showing new registrations). 
------------------------------------------------------*/

table.listing {
	border:1px solid #008264;
	width:100%;
	margin: 5px 0 10px 0;
	border-collapse:collapse;
}

.listing th {
	white-space:nowrap;
	text-align:left;
	border-bottom:1px solid #008264;
	padding:2px 7px;
	background:#008264;
	color:#FFFFFF;
	font-size:12px;
}

.listing td {
	padding:3px;
	border-bottom: 1px solid #999999;
}

.listing .footer td, .listing .footer th{
	border-top:1px solid #000000;
	background:#DDDDDD;
}

/* details */
table.details {
    spacing:0;
}

.details th {
    font-size:13px;
    color:#cc9933;
}

.details td {
    padding: 5px 0 2px 15px;
    font-size:13px;
    border-bottom:1px solid #cccccc;
}

/* =FORMS - This styles form tables (i.e. a form for entering a featured message).
------------------------------------------------------*/

form {
	margin:0;
	display:inline;
	font-size:12px;

}

table.form {
}

.form th {
	text-align:right;
	vertical-align:top;
	padding:0 10px 3px 0;
}

.form td {
	text-align:left;
	vertical-align:top;
	padding: 0 0 3px 0;
}

.form th h3
{
	text-align:left;
}

label
{
	font-weight:bold;
}

.format
{
	font-size:smaller;
	color:#333333;
	font-style:italic;
}

button.datepickertrigger{
	background: transparent url(../images/icon_calendar.png) 50% 50% no-repeat;
	border:none;
	height:20px;
	width:20px;
	
}

input.button, button {
	background: url(../images/background_button.gif) 0 -4px repeat-x;
	border: 1px ridge #b87e00;
	white-space: no-wrap;
}

input.text, input.password {
	background: #FFFFFF url(../images/background_textfield.gif) -5px 0 repeat-x;
	border:1px inset #999999;
}


/* =HEADINGS

h1 {
	font-size: 30px;
	color: #bd8613;
	font-weight: normal;
	}
	
<!--Grade-->

h2 {
	margin:10px 0 5px 0;
	font-weight:normal;
	font-size:10px;
	color:#333;
	text-transform:uppercase;
	}

h3 {
	font-size: 22px;
	color: #005c89;
	font-weight: normal;
	}

h4 {
	font-size: 20px;
	color: #005c89;
	}

h5 {
	font-size: 14px;
	line-height:20px;
	color: #005c89;
	font-weight: bold;
	margin-top: 10px;
	}

h6 {
	font-size: 14px;
	line-height:20px;
	color: #666;
	font-weight: bold;
	margin-top: 10px;
	}

p {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 14px 0;
	color: #333;
	font-weight: normal;
	}
	------------------------------------------------------*/
	
	
a img {
	border:none;
}

.even {
	background:#EEEEEE;
}

.odd {
	background:#FFFFFF;
}

.errortext{
	color:#FF0000;
}

.note{
	color:#cc3333;
}

.highlight {
    background: #ffffcc;
}

/* =STATIC LISTING - This styles the product categories in the sidebar.


#staticlinks{
	padding:0;
	margin:0;
}

#staticlinks li{
	position:relative;
	list-style:none;
	padding:0;
}

#staticlinks li a{
	padding:2px 0 2px 10px;
	text-decoration:none;
	width:155px;
	display:block;
	margin:0;
}


#staticlinks li a:hover{
	background: url(../images/background_categorylisting.gif) 0 100% repeat-y;
}
--*/


/* =CATEGORY LISTING - This styles the product categories in the sidebar.


#categorylisting{
	padding:0;
	margin:0;
}

#categorylisting li{
	position:relative;
	list-style:none;
	padding:3px 0;
}

#categorylisting li:hover, #categorylisting li.hover {
	background: url(../images/background_categorylisting.gif) 0 0 repeat-y;
}

/*#categorylisting a.parent {
	background: url(../images/background_categoryparent.gif) 95% 0 no-repeat;
	padding:0 20px 0 10px;
}*/

/*#categorylisting li a{
	display:block;
	padding:0 10px;
	text-decoration:none;
	color: #ffffff;	
}

#categorylisting ul{
	margin:0 0 0 10px;
	display:none;
}

#categorylisting li:hover ul, #categorylisting li.hover ul{
	display:none;
	position:absolute;
	left:155px;
	top:0;
	background:#336699 url(../images/background_subcatlisting.gif) 100% 0 no-repeat;
	padding:10px;
	width:175px;
}

#categorylisting li li {
	margin:0;
	padding:0;
}

#categorylisting li li a{
	background:none;
	width:100%;
	overflow:hidden;
	padding:3px;
}

#categorylisting li li a:hover {
	background: #85a3cb;
}

#categorylisting .more{
	color:#FFFFFF;
	font-size:smaller;
	text-align:right;
}

--*/

/* =CATEGORY BROWSING - This styles the content of the category browsing pages.
------------------------------------------------------*/


/* =FEATURED PRODUCTS
------------------------------------------------------*/
.featuredproduct{
	width:130px;
	height:170px;
	padding:20px;
	margin:0 5px 0 0;
	float:left;
	position:relative;
	background: url(../images/background_featuredproduct.gif) top left no-repeat;
	text-align:center;
	overflow:hidden;
}

.featuredproduct img{
	border:2px solid #ffffff;
	margin-bottom:10px;
}

.featuredproduct p, .featuredproduct h4 {
	text-align:left;
}

/* =SHOPPING CART, =PRODUCT LISTING
------------------------------------------------------*/
/*
#shoppingcart{
	border-collapse:collapse;
	width:100%;
}

#shoppingcart td{
	vertical-align:top;
	padding:5px;
}

#shoppingcart .totals td{
	text-align:right;
}

/*=PRODUCT TABLE*/


.listing{
	border:1px solid #008264;
}

.listing th
{
	background:#008264;
	padding:5px;
	text-align:center;
	color: #FFFFFF;
	border-bottom: 1px solid #008264;
	border-left: 1px solid #FFFFFF;
	width: auto;
}

.listing th.group{
	width: auto;
}

.listing th.first {
	text-align: left;
	border-left: 1px solid #008264
}

#content .listing th.price, #content .listing th.priceVolume {
	font-size: 10px;
	color:#FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
   line-height: 10px;
}

.listing th.description
{
	text-align:left;
	width: auto;
	font-size:12px;
}

.listing th.prod_id {
	border-left: 1px solid #008264;
	vertical-align: middle;
	
}

.listing th a
{
	color:#FFFFFF;
}

.listing .carttotals .subtotal td, .listing .carttotals .subtotal th
{
	border-top:1px solid #000000;
}

.listing .carttotals tr th
{
	background:#DDDDDD;
	border-right:1px solid #000000;
	border-left:1px solid #008264;
	border-bottom:none;
	text-align:right;
	color: #000000;
	padding-right:15px;
}

.listing td
{
	vertical-align:top;
	padding:5px;
}
*/
/*SPECIFIC CELLS*/
td.thumbnail, td.description, td.add, td.price, td.action
{
	padding:10px;
	vertical-align:top;
}

#content td.description h2 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin: 0;
}

#content td.description h3 {
	font-size: 8px;
	font-weight: normal;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: .2em 0 0 0;
}

#content td.prod_id {
	margin: 0 2em 0 0;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}

#content td.price, #content td.priceVolume {
	font-size: 10px;
}


#content .listing td a.tooltip {
	position:relative;
	text-decoration: none;
	color:#666666;
}

#content a.tooltip span {
	display: none;
}

#content .listing a.tooltip:hover span {
	display:block;
	position:absolute;
	top: 1em;
	left: 2em;
	padding: .2em .6em;
	border: 1px solid #996633;
	background-color: #ffff66;
	color: #000;
}

/* Be nice to IE rule */
#content a.tooltip:hover {
	font-size: 100%;
}

td.thumbnail {
	width:100px;
}

.unit
{
	font-size:7px;
}
.tfoot td {
	background:#008264;
}

#content .tfoot td h2 {
	color: #ffffff;
	margin: 0;
}
#legend {
	display: block;
	padding: 0;
	margin: 0;
}


#legend li {
	display: block;
	color: #ffffff;
	width: 10em;
	float: left;
}

#legend .long {
  width: auto;
}

#legend #rlb {
	width: 19em;
}

#legend li span {
	margin: 0 10px 0 1px;
	background: transparent url(icon_legend.gif) no-repeat top left;
	background-position: 0 4px;
	padding-left: 15px;
}

.listing .tfoot td.checkout {
	vertical-align: middle;
	border-left: none;
	text-align: right;
}

.tfoot p{
	clear: left;
}

.tfoot .checkout a {
	color:#000000;
	background: transparent url(../images/background_button.gif) repeat-x scroll 0pt -4px;
	padding: 2px 3px;
	margin: 10px 15px 0 10px;
	padding-bottom: 4px;
}

.incart
{
	/* font-size:smaller; */
}


/* =PAGING
------------------------------------------------------*/
.paging a
{
	text-decoration:none;
}
.paging
{
	line-height:25px;
	font-size: 11px;
	border:none;
	height:25px;
}
.paging .position
{
	padding-left:10px;
	float:left;
	height:25px;	
}
.paging .navigation
{
	text-align:right;
	padding-right:10px;
	float:right;
	height:25px;	
}

.paging a.first
{
	background: url(../images/icon_first.png) 50% 0 no-repeat;
	height:12px;
	width:20px;
}

.paging a.previous
{
	background: url(../images/icon_previous.png) 50% 0 no-repeat;
	height:12px;
	width:20px;
}

.paging a.next{
	background: url(../images/icon_next.png) 50% 0 no-repeat;
	height:12px;
	width:20px;
}

.paging a.last
{
	background: url(../images/icon_last.png) 50% 0 no-repeat;
	height:12px;
	width:20px;
}

.paging a.first span, .paging a.previous span, .paging a.next span, .paging a.last span
{
	visibility:hidden
}

/* Hack for Download Maintenance page because it doesn't truncate paging list */
#download_maintenance {
	margin-top: 20px;
}

#download_maintenance .paging
{
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	height: auto;
}
#download_maintenance .paging .position, #download_maintenance .paging .navigation
{
	margin: 6px 10px;
	float: none;
	height: auto;
	padding: 0;
	text-align: left;
	line-height: 14px;
}

#licategories, #licategories ul, #licategories li {
    margin:  0px; 
    padding: 0px;
    position:relative;
    margin-left:20px;
    min-height:25px;
    _height:25px;
}

/*#licategories a { 
    min-height:25px;
    _height:25px;
}*/

#crossselltable td {
    font-size:11px;
}

/* =STATIC CONTENT STYLES*/


/*#content .price  { color: #000; font-weight: bold; font-size: 12px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
#content .white  { color: #fff; font-size: 9px; line-height: 10pt; text-decoration: none }
#content br  { color: #000; font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
#content h1  { color: #416695; font-weight: bold; font-size: 20px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
#content h2  { color: #000; font-weight: normal; font-size: 12px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
#content h3  { color: #416695; font-weight: bold; font-size: 12px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 3px; text-decoration: none }
#content h4  { color: #CC3300; font-weight: normal; font-size: 12px; line-height: 12px; margin-bottom: 3px; margin-top: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
#content h5  { color: #363; font-weight: bold; font-size: 12px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
#content h6  { color: #416695; font-weight: bold; font-size: 16px; line-height: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; margin-bottom: 6px }
#content ol  { color: #000; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#content p  { color: #000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 0; line-height: 13px; }
#content option  { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
#content td  { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
#content tr  { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
#content ul  { color: #000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#content li {
	font-size: 11px;
	list-style-type: disc;	
	}	
#content .boldblue {
	font-size: 11px;
	color: #336699;
	font-weight: bold;
	}
	
#content .boldblack {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	}
	
#content p.voldiscounts {
	font-style: italic;
	font-size: 10px;
	color: #336633;
	}
	
#content p.italicsm {
	font-style: italic;
	font-size: 10px;
	color: #000;
	margin-top: 5px;
	}

--*/
	
#content p.rtcollinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	padding: 3px 0;
	margin-right:10px;
}

	
	
	
	
/* =STRUCTURE--*/

#container{
	position:relative;
	/* width:760px; */
	width:100%;
	/*height:100%; push the footer to the bottom in IE*/
	background:#FFFFFF url(../images/background_container.gif) 0 0 repeat-y;
	text-align:left;
	margin:0 auto;
}

/*body.popup #container {
    background:#FFFFFF;
    border:5px solid #FFFFFF;
}*/

html>body #container{
	/*min-height:100%; stretches container beyond the viewport for footer to appear at the bottom in FF*/
	height:auto;
}

/*#contentwrapper{
	position:relative;
	width:80%;
	padding-left:175px;
	height:auto;
	_height:1%; /* required to make IE enclose floated columns in wrapper 
}*/

/*#container.related #contentwrapper {
	padding-right:175px;
}*/

/* clears contentwrapper*/
/*#contentwrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}*/
/* Hides from IE-mac \*/
* html #contentwrapper {height: 1%;}
/* End hide from IE-mac */

#pagecontent{
	float:left;
}
/* clears pagecontent*/
#pagecontent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #pagecontent {height: 1%;}
/* End hide from IE-mac */

#maincontent{
	float:right;
	width:100%;
	position:relative;
	padding-top:115px;
	padding-bottom:30px;	
	background: url(../images/background_maincontent.gif) 0 115px no-repeat; 
}

#container.related #related{
	float:right;
	width:175px;
	margin-left:-175px;
	left:175px;
	position:relative;
	padding-top:115px;
	padding-bottom:30px;
}


br.clear{
	clear:both;
}


/* =HEADER

#header #logo {
	position:absolute;
	top:0px;
	left:15px;
	width:334px;
	height:81px;
	display:block;
	background: url(../images/logo_plc.gif) 0 0 no-repeat;
}

#header #logo img {
	display:none;
}

#featuredmessage {
	margin:0 0 10px 10px;
	text-align:center;
	border-bottom:1px solid #999999;
}

#header #search {
	padding:0 10px;
	position:absolute;
	top:5px;
	right:5px;
	text-align:right;
	position:relative;
}

#header #search input.text {
	width:115px;
	height:22px;
	padding-top:2px;
	padding-left:2px;
}
#header #topcatdiv{
	padding:0;
	margin:0;
	position:absolute;
	left:0px;
	top:70px;
    width: 100%;
    height: 26px;
    background: url(../images/background_topcatdiv.gif) 0 0 repeat-x;
}

#header #topcategorieslisting{
	padding:0;
	margin:0;
	background: url(../images/background_topcategories.gif) 0 0 no-repeat;
	width:760px;
	height: 26px;
}

#header #topcategorieslisting li{
	list-style:none;
	float:left;
	width:25%;
	text-align:center;
}

#header #topcategorieslisting li a {
	color: #14386d;
	text-decoration:none;
	font-size:14px;
	float:left;
	width:100%;
	height:25px;
	line-height:25px;
}

#header #topcategorieslisting li a:hover {
	color:#000033;
	background: url(../images/background_topcategoryhover.gif) 50% 0 no-repeat;
}

#header #topcategorieslisting li a.current, #header #topcategorieslisting li a.current:hover{
	color:#14386d;
	background: url(../images/background_topcategory.gif) 50% 0 no-repeat;
}

#header #links {
	padding:0;
	margin:0;
	position:absolute;
	left:0px;
	top:95px;
	/* text-align:center; 
	width:100%;
}*/

/*#header #links li {
	list-style:none;
	display:inline;
	height:30px;
	line-height:20px;
	font-size:10px;
	padding:0 15px;
	position:relative;
}

#header #links li a {
	color: #FFFFFF;
	text-decoration:none;
}

#header #links li ul {
	display:none;
}

#header #links li.hover ul, #header #links li:hover ul {
	display:block;
	position:absolute;
	left:0;
	top:15px;
	background: #5e86ba;
	width:120px;
	padding:5px 10px 10px 10px;
	margin:0;
	border-bottom: 2px solid #264c72;
	border-right: 2px solid #264c72;	
	border-top: 1px solid #5e86ba;	
}

#header #usermenu li {
	display:block;
	text-align:left;
	margin:0; 
	padding:0;
	height:auto;
	line-height:1.5em;
}

#header #headercart {
	position:absolute;
	top:40px;
	right:20px;
	color: #FFFFFF;
}

#header #headercart a {
	color: #FFFFFF;
}--*/

/* =NAV--*/

/* =SIDEBAR

#sidebarcontent {
	color: #FFFFFF;
	padding:10px 0;
	width:165px;
	margin:0 5px;
}

#sidebar h3 {
	text-align:left;
	font-size:17px;
}

#sidebar a {
	color:#FFFFFF;
}

#sidebar #categories h3{
	margin-left:10px;
}

#sidebar #myaccount, #sidebar #admin {
	padding:0 10px;
}

#sidebar #usermenu, #sidebar #adminmenu {
	margin:0;
	padding:0 0 0 15px;
}

#sidebar #myaccount .loginform {
	text-align:center;
	margin-top:5px;
}

#sidebar #myaccount .loginform label {
	float:left;
	margin-left:10px;
	font-size:9px;
}

#sidebar .block {
	border-bottom: 1px solid #FFFFFF;
	padding:10px 0;
}

#sidebar #cart {
	padding:0 10px;
	text-align:center;
	border-bottom: none;
}*/

/* =MAIN CONTENT--*/

#content {
	padding:20px;
}

#breadcrumbs{
	text-align:left;
	font-size: 11px;
	color: #999999;
}


/* =RELATED PRODUCTS--*/

#relatedcontent{
	background: #5b84ae;
}

#relatedproducts h4
{
	margin:0;
	font-size:12px;
}

#relatedproducts li
{
	padding:5px 0;
	list-style:none;
	margin:0;
}

#relatedproducts p
{
	font-size:10px;
	line-height: 1.1em;
}

#relatedproducts img
{
	border: 1px solid #ffffff;
	margin-left:5px;
}

/* =LISTING - This styles listing tables (i.e. a table showing new registrations).--*/

table.listing {
	//border: 1px solid #008264;
        //border:1px solid #ffffff;
	width:100%;
	margin: 5px 0 10px 0;
        //border-left:  1px solid #008264;
        //border-right: 1px solid #008264;
        //border-top: 1px solid #008264;
        //border-bottom: 1px solid #008264;
	border-collapse:collapse;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2); -moz-box-shadow: 0 0 5px rgba(0,0,0,.2); box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.listing th {
	white-space:nowrap;
	text-align:left;
	//border-bottom: 1px solid #008264;
        border-bottom: none;
	padding:2px 7px;
        background:#008264;
	//color:#FFFFFF;
	
}

.listing td {
	//border-left: 1px solid #999999;
        border-left: none;
        border-right: none;
	padding:3px;
        //border-bottom: 1px solid #999999;
        border-bottom: 1px solid #ffffff;
}

.listing td.first, listing th.first {
	border-left: none;
}

.listing td.prod_id, .listing td.price, .listing td.priceVolume, .listing td.orderQty, .listing td.orderDownload, .listing td.description, .listing td.binding, .listing td.total {
	//border-left: 1px solid #999999;
        border-left: none;
        border-right: none; 
        border-bottom: 1px solid #008264;
	vertical-align: top;
	padding: 15px 15px;
	font-size:12px;
	line-height:16px;
}

/* border-left: none; */

.listing td.prod_id {
	vertical-align: top;
	padding: 2px 5px;
	width: 7%;
}

table.total td.prod_id {

}

.listing td.description {
	width:75%;
}

table.total td.description {
	width: 75%;
}

.listing td.price, .listing td.priceVolume, .listing td.total {
	text-align: right;
}

.listing .price {
	width: 7%;
}


.listing .priceVolume {
	width: 90px;
	font-size: 9px;
}


.listing td.priceVolume span {
	color: #FF0000;
}

.listing td.orderQty {
	width: 25%
}

.listing td.updating {
	background: #ffffd1;
}

.listing td.active {
	background: #C4DACD;
}

.listing td.orderQty input {
	font-size: 11px;
}

.listing td.orderDownload {
	text-align: center;
	width: 150px;
}

table.total td.total {
	width: 10%;
}

.listing td.action .text {
	width: 3em;
}

.listing .footer td, .listing .footer th{
	border-top:1px solid #000000;
	background:#DDDDDD;
}

/* details */

table.details {
    spacing:0;
}

.details th {
    font-size:13px;
    color:#cc9933;
}

.details td {
    padding: 5px 0 2px 15px;
    font-size:13px;
    border-bottom:1px solid #cccccc;
}

/* =FORMS - This styles form tables (i.e. a form for entering a featured message).--*/

form {
	margin:0;
	display:inline;
}

table.form {
}

.form th {
	text-align:right;
	vertical-align:top;
	padding:0 10px 3px 0;
	font-size:11px;
}

.form td {
	text-align:left;
	vertical-align:top;
	padding: 0 0 3px 0;
}

.form th h3
{
	text-align:left;
}

label
{
	font-weight:bold;
}

.format
{
	font-size:smaller;
	color:#333333;
	font-style:italic;
}

button.datepickertrigger{
	background: transparent url(../images/icon_calendar.png) 50% 50% no-repeat;
	border:none;
	height:20px;
	width:20px;
}



input.text, input.password {
	background: #FFFFFF url(../images/background_textfield.gif) -5px 0 repeat-x;
	border:1px inset #999999;
}

.list_checkbox {
  margin-bottom: -2px;
}


/*NEW BUTTON--SaveCart/EmptyCart/UpdateCart/Checkout
input.button, button {
	margin: 30px 0;
	}
	
input.button, button {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	color: #ffffff;
	padding: 7px 13px;
	border: 0px solid #9e5a33;
	background: #9e5a33;
	width: 120px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688c8', endColorstr='#3b6e83');
	background: -webkit-gradient(linear, left top, left bottom, from(#0688c8), to(#3b6e83));
	background: -moz-linear-gradient(top,  #0688c8,  #3b6e83);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 28px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	text-align: center;
	}
input.button, button:hover,
input.button, button:focus { 
	color: #ffffff;
	text-decoration: none;
	background: #f8c14b;
	}

input.button, button:active { 
	background: #fad47f;
	}
	
input.button, button span {font-size: 15px; font-weight: bold;}
--*/


/*--OLD BUTTON--

input.button, button {
	background: url(../images/background_button.gif) 0 -4px repeat-x;
	border: 1px ridge #b87e00;
	white-space: no-wrap;
}*/


/* =HEADINGS--*/

table h1{
	font-size: 28px;
	color: #bd8613;
	font-weight: normal;
}

/*--Grade--*/
table h2{
	margin:0;
	font-weight:normal;
	font-size:10px;
	color:#333;
	text-transform:uppercase;

	}

table h3{
	margin:10px 0 10px 0;
	font-size: 14px;
	line-height:20px;
	color: #005c89;
	font-weight: bold;
}

table h4{
	margin-bottom:5px;
	font-size:13px;
	color:#000;
}

/* =MISC--*/

table td {
	padding-left:10px;
	padding-right:10px;

}

table p {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 14px 0;
	color: #333;
	font-weight: normal;
	margin-right:10px;
	
}

table li {
	list-style: bullet;
	font-size: 13px;
	line-height: 20px;
	margin: 0 10px 3px 0;
	color: #333;
	font-weight: normal;
	margin-left:30gpx;
	}

/*table td:nth-child(-1n+3) {
	padding-left:10px;
}*/

table tr p {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
	margin-right:10px;
}

table td p {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
	margin-right:10px;
}

a img {
	border:none;
}

.even {
	background:#EEEEEE;
}

.odd {
	background:#FFFFFF;
}

.errortext{
	color:#FF0000;
}

.note{
	color:#cc3333;
}

.highlight {
    background: #ffffcc;
}

/* =STATIC LISTING - This styles the product categories in the sidebar.


#staticlinks{
	padding:0;
	margin:0;
}

#staticlinks li{
	position:relative;
	list-style:none;
	padding:0;
}

#staticlinks li a{
	padding:2px 0 2px 10px;
	text-decoration:none;
	width:155px;
	display:block;
	margin:0;
}

#staticlinks li a:hover{
	background: url(../images/background_categorylisting.gif) 0 100% repeat-y;
}

--*/



/* =CATEGORY LISTING - This styles the product categories in the sidebar.

#categorylisting{
	padding:0;
	margin:0;
}

#categorylisting li{
	position:relative;
	list-style:none;
	padding:3px 0;
}

#categorylisting li:hover, #categorylisting li.hover {
	background: url(../images/background_categorylisting.gif) 0 0 repeat-y;
}

/*#categorylisting a.parent {
	background: url(../images/background_categoryparent.gif) 95% 0 no-repeat;
	padding:0 20px 0 10px;
}

#categorylisting li a{
	display:block;
	padding:0 10px;
	text-decoration:none;
}

#categorylisting ul{
	margin:0 0 0 10px;
	display:none;
}

#categorylisting li:hover ul, #categorylisting li.hover ul{
	display:none;
	position:absolute;
	left:155px;
	top:0;
	background:#336699 url(../images/background_subcatlisting.gif) 100% 0 no-repeat;
	padding:10px;
	width:175px;
}

#categorylisting li li {
	margin:0;
	padding:0;
}

#categorylisting li li a{
	background:none;
	width:100%;
	overflow:hidden;
	padding:3px;
}

#categorylisting li li a:hover {
	background: #85a3cb;
}

#categorylisting .more{
	color:#FFFFFF;
	font-size:smaller;
	text-align:right;
}--*/

/* =CATEGORY BROWSING - This styles the content of the category browsing pages.--*/


/* =FEATURED PRODUCTS

.featuredproduct{
	width:130px;
	height:170px;
	padding:20px;
	margin:0 5px 0 0;
	float:left;
	position:relative;
	background: url(../images/background_featuredproduct.gif) top left no-repeat;
	text-align:center;
	overflow:hidden;
}

.featuredproduct img{
	border:2px solid #ffffff;
	margin-bottom:10px;
}

.featuredproduct p, .featuredproduct h4 {
	text-align:left;
}*/




/* =SHOPPING CART, =PRODUCT LISTING--*/

#shoppingcart{
	border-collapse:collapse;
	width:100%;
}

#shoppingcart td{
	vertical-align:top;
	padding:5px;
}

#shoppingcart .totals td{
	text-align:right;
}

/*=PRODUCT TABLE*/

.listing{
	border:1px solid #006666;
}

.listing th
{
	background:#006666;
	font-weight:normal;
	line-height:14px;
	padding:2px;
	text-align:center;
	color: #FFFFFF;
	//border-bottom: 1px solid #006666;
        border-bottom:none;
	
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2); -moz-box-shadow: 0 0 5px rgba(0,0,0,.2); box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.listing th.description
{
	text-align:left;
	width: auto;
}

.listing th a
{
	color:#FFFFFF;
}

.listing .carttotals .listing .subtotal td, .listing .carttotals .listing .subtotal th /*creates dividing line between products and totals*/
{
	//border-top:1px solid #006666;
        border-top:none;
        border-left:none;
        border-right:none;
}

.listing .carttotals th
{
	background:#DDDDDD;
	//border-right:1px solid #000000;
        border-right:1px solid #008264;
        border-left:1px solid #008264;
	border-bottom:none;
	text-align:right;
	color: #000000;
	text-align: right;
}

.listing td
{
	vertical-align:top;
	padding:5px;
	
}





/*--SPECIFIC CELLS--*/

td.thumbnail, td.description, td.add, td.price, td.action
{
	padding:10px;
	vertical-align:top;
	font-size:12px;
	line-height:16px;
}



td.thumbnail {
	width:100px;
}

.unit
{
	font-size:9px;
}

.listing .incart
{
	/* font-size:smaller; */
	display: block;
	width: 100%;
	text-align:center;
	margin: 2px 0 0 0;
}



/* =PAGING--*/

.paging a
{
	text-decoration:none;
}
.paging
{
	line-height:25px;
	font-size: 11px;
	border:none;
	height:25px;
}
.paging .position
{
	padding-left:10px;
	float:left;
	height:25px;	
}
.paging .navigation
{
	text-align:right;
	padding-right:10px;
	float:right;
	height:25px;	
}

.paging a.first
{
	background: url(../images/icon_first.png) 50% 0 no-repeat;
	height:12px;
	width:20px;
}

.paging a.previous
{
	background: url(../images/icon_previous.png) 50% 0 no-repeat;
	height:12px;
	width:20px;
}

.paging a.next{
	background: url(../images/icon_next.png) 50% 0 no-repeat;
	height:12px;
	width:20px;
}

.paging a.last
{
	background: url(../images/icon_last.png) 50% 0 no-repeat;
	height:12px;
	width:20px;
}

.paging a.first span, .paging a.previous span, .paging a.next span, .paging a.last span
{
	visibility:hidden
}


#licategories, #licategories ul, #licategories li {
    margin:  0px; 
    padding: 0px;
    position:relative;
    margin-left:20px;
    min-height:25px;
    _height:25px;
	font-size:12px;
}

#licategories a { 
    min-height:25px;
    _height:25px;
}

#crossselltable td {
    font-size:11px;
}


/* =Homepage Boxes--*/

/*body {
	margin: 0;
	padding: 0;
	}
	
#boxcontainer {
	width: 428px;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#tabs {
	width: 428px;
	margin: 0;
	padding: 0;
	}

#boxgradient {
	width: 428px;
	height: 15px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	}

#boxcontent {
	width: 428px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	}

#boxiframe {
	margin: 0 0 0 15px;
	}

#boxcontentcontainer {
	width: 400px;
	padding-top: 0;
	margin: 0;
	background-color: #fff;
	}

#boxcontentcontainer a:link, #boxcontentcontainer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
	text-decoration: none;
	}

#boxcontentcontainer a:hover {
	color: #CC3300;
	text-decoration: underline;
	}
	
.homesubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.homesubsubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #416695;
}
.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #CC3300;
}

#boxcontentcontainer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.address {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #FFFFFF;
}
.prodname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0;
}
.proddescrip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.legendlink {
   color: #ffde83;
}
*/
