/* =STRUCTURE
------------------------------------------------------*/
html, body{
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	background:#FFFFFF;
	/* text-align:center; */
}


#header{
	position:absolute;
	background: #DDDDDD url(http://www.perfectionlearning.com/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 */	
}


/* =HEADER
------------------------------------------------------*/
#header #logo {
	position:absolute;
	top:0px;
	left:15px;
	width:334px;
	height:81px;
	display:block;
	background: url(http://www.perfectionlearning.com/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;
	height: 20px;
	width: 100%;
}

#header #search input.text {
	width:115px;
	height:22px;
	padding-top:2px;
	padding-left:2px;
}
#searchLabel {
	font-weight:bold;
	color: #FFFFFF;
	position:absolute;
	top:2px;
	right: 240px;
}
#advancedsearch {
	position: absolute;
	font-size:10px;
	color:#FFFFFF;
	top: 14px;
	right: 240px;
	padding: 0;
	margin: 0;
	display:block;
}
#header #topcatdiv{
	padding:0;
	margin:0;
	position:absolute;
	left:0px;
	top:70px;
    width: 100%;
    height: 26px;
    background: url(http://www.perfectionlearning.com/images/background_topcatdiv.gif) 0 0 repeat-x;
}

#header #topcategorieslisting{
	padding:0;
	margin:0;
	background: url(http://www.perfectionlearning.com/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(http://www.perfectionlearning.com/images/background_topcategoryhover.gif) 50% 0 no-repeat;
}

#header #topcategorieslisting li a.current, #header #topcategorieslisting li a.current:hover{
	color:#14386d;
	background: url(http://www.perfectionlearning.com/images/background_topcategory.gif) 50% 0 no-repeat;
}

#header #links {
	padding:0;
	margin:0;
	position:absolute;
	left:0px;
	top:110px;
	/* text-align:center; */
	width:100%;
}

#header #links li {
	list-style:none;
	display:inline;
	height:10px;
	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;
}



button.datepickertrigger{
	background: transparent url(http://www.perfectionlearning.com/images/icon_calendar.png) 50% 50% no-repeat;
	border:none;
	height:20px;
	width:20px;
}

input.button, button {
	background: url(http://www.perfectionlearning.com/images/background_button.gif) 0 -4px repeat-x;
	border: 1px ridge #b87e00;
	white-space: no-wrap;
}

input.text, input.password {
	background: #FFFFFF url(http://www.perfectionlearning.com/images/background_textfield.gif) -5px 0 repeat-x;
	border:1px inset #999999;
}



.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(http://www.perfectionlearning.com/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(http://www.perfectionlearning.com/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;
}

.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 /*creates dividing line between products and totals*/
{
	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;
}

.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 Maintenace 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 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;
}

	
	
	
	

	
	
	
/* =STRUCTURE
------------------------------------------------------*/
  #header_pcol{

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	/* 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;
}

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(http://www.perfectionlearning.com//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(http://www.perfectionlearning.com//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(http://www.perfectionlearning.com//images/background_topcatdiv.gif) 0 0 repeat-x;
}

#header #topcategorieslisting{
	padding:0;
	margin:0;
	background: url(http://www.perfectionlearning.com//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(http://www.perfectionlearning.com//images/background_topcategoryhover.gif) 50% 0 no-repeat;
}

#header #topcategorieslisting li a.current, #header #topcategorieslisting li a.current:hover{
	color:#14386d;
	background: url(http://www.perfectionlearning.com//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
------------------------------------------------------*/


/* =FORMS - This styles form tables (i.e. a form for entering a featured message).
------------------------------------------------------*/


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;
}


.format
{
	font-size:smaller;
	color:#333333;
	font-style:italic;
}

button.datepickertrigger{
	background: transparent url(http://www.perfectionlearning.com//images/icon_calendar.png) 50% 50% no-repeat;
	border:none;
	height:20px;
	width:20px;
}

input.button, button {
	background: url(http://www.perfectionlearning.com//images/background_button.gif) 0 -4px repeat-x;
	border: 1px ridge #b87e00;
	white-space: no-wrap;
}

input.text, input.password {
	background: #FFFFFF url(http://www.perfectionlearning.com//images/background_textfield.gif) -5px 0 repeat-x;
	border:1px inset #999999;
}

.list_checkbox {
  margin-bottom: -2px;
}


