@charset "utf-8";
html {
    overflow-y: scroll;
}
body  {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;		
	background-image: url(images/td_background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FEC343;
}

/*------primary container------*/
#container {
	width: 990px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
#container_invc {	
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
/*------end primary container------*/

/*------link styles------*/
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*------end link styles------*/

/*------button styles------*/
#previous a {	
	font-weight: bold;
	color: #003471;
	text-decoration: none;
	background-color: #A5DFF9;
	padding: 4px 5px;
	border: 1px solid #00AEFF;
	float: left;
}
#previous a:hover {
	background-color: #FFFCD5;
}
#next a {	
	font-weight: bold;
	color: #003471;
	text-decoration: none;
	background-color: #A5DFF9;
	padding: 4px 5px;
	border: 1px solid #00AEFF;
	float: right;
}
#next a:hover {
	background-color: #FFFCD5;
}
#continue_shopping a {
	font-weight: bold;
	color: #003471;
	text-decoration: none;
	background-color: #A5DFF9;
	padding: 4px 5px;
	border: 1px solid #00AEFF;	
}
#continue_shopping a:hover {
	background-color: #FFFCD5;
}
#attribute a {
	font-weight: bold;
	color: #003471;
	text-decoration: none;
	background-color: #A5DFF9;
	padding: 4px 5px;
	border: 1px solid #00AEFF;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#attribute a:hover {
	background-color: #FFFCD5;
}
.previous a {	
	padding: 5px;
	/*background-image: url(/school-supplies/graphics/00000001/prev_button.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	height: 28px;
	width: 63px;
	display: block;
}
.previous a:hover {
	/*background-image: url(/school-supplies/graphics/00000001/prev_button_ro.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
}
.next a {	
	padding: 5px;
	/*background-image: url(/school-supplies/graphics/00000001/next_button.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	height: 28px;
	width: 63px;
	display: block;	
}
.next a:hover {
	/*background-image: url(/school-supplies/graphics/00000001/next_button_ro.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
}
.button a {	
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #003471;
	text-decoration: none;
	background-color: #A5DFF9;
	padding: 4px 5px;
	border: 1px solid #00AEFF;	
}
.button a:hover {
	background-color: #FFFCD5;
}
.button_input {	
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #003471;
	text-decoration: none;
	background-color: #A5DFF9;
	padding: 4px 5px;
	border: 1px solid #00AEFF;	
}
.button_input:hover {
	background-color: #FFFCD5;
	cursor: pointer;
	cursor: hand;
}
/*------button styles------*/

/*------breadcrumb styles------*/
#breadcrumb {
	background-color: #FFFFFF;
	margin: 0 10px;	
	border: 1px solid #00AEFF;
	padding: 10px;
	height: 27px;
	font-size:12px;
	line-height:27px;
}
/*------end breadcrumb styles------*/

/*------miscallenous class styles------*/
.h2_underline	{
	font-size: 20px;
	color:#003471;
	border-bottom:1px solid #00AEFF;
	margin-top: 5px;
	margin-bottom: 10px;
}
.marginrt5 {
	margin-right: 5px;
}
.margin_top_5 {
	margin-top: 5px;
}
.no_border {
	border: 0px;	
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
.clearleft { 
	clear:left;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
.clearright { 
	clear:right;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
.pad20 {
	padding: 5px 20px;	
}
.padrt20 {
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.yellow {
	background-color: #FFFCD5;
}
.orange_bdr {
	border: 1px solid #00AEFF;
}
.bdr_bkgrnd {
	background-color: #FFFCD5;
	border: 1px solid #00AEFF;
}
.wht_bkgrnd {
	background-color: #FFFFFF;
}
.rnd_bdr	{
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bold	{
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.disclaimer	{
	font-size:12px;
}
.misc_table {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
.misc_table td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
}

/*------end miscallenous class styles------*/

/*------miscallenous tag styles------*/
img	{
	border: 0px;
}

h1 {
	font-size:20px;
	color:#003471;
}

input[type="text"] {
    border: 1px solid #00AEFF;
}

textarea	{
    border: 1px solid #00AEFF;
}

select	{
    border: 1px solid #00AEFF;
}
/*------miscallenous tag styles------*/

/*------miscallenous class ID's------*/
#tagline	{
	color:#003471;
	margin:5px 0 0 10px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
}
#free_ship	{
	background-color:#FFFFFF;
	padding:10px;
	border:2px solid #003471;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#003471;
}
#head_customer	{
	float:right;
	background-color:#FFFFFF;
	padding:10px;
	margin-right:4px;
	border:2px solid #003471;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	text-align:right;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003471;
}
#cust_link {
	padding: 0 10px;		
}

/*#search	{
	border:1px inset #FFFCD5;
}*/
#cat_prod_tbl {	
	
}
#static_form label {
	display: inline-block;
	width: 100px;
	margin-bottom: 5px;
}
#static_form input {	
	margin-bottom: 5px;
}
#static_form select {	
	margin-bottom: 5px;
}
#static_form fieldset {
	padding: 5px;	
}
#browswer_issues {
	background-color:#FFFFFF;
	text-align: center;
	padding: 5px;
	margin: 10px;	
	border: 2px solid #CC0000;
	font-size: 16px;
}
#price_table {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
#price_table td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 2px;
}
#cat_prod_sort_top	{
	/*background-color: #FFFCD5;*/
	border-top: 2px solid #00AEFF;
	border-bottom: 2px solid #00AEFF;
	padding:10px;
	margin-top:10px 0;
}
#cat_prod_sort_bottom	{
	/*background-color: #FFFCD5;*/
	border-right: 1px solid #00AEFF;
	border-bottom: 1px solid #00AEFF;
	border-left: 1px solid #00AEFF;	
	padding:10px;
	margin-top:0px;
}
#prod_form h2	{
	font-size:14px;
	display:inline;
}
#prod_form h3	{
	font-size:12px;
	display:inline;
}
#simple_checkout {
	width: 390px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #00AEFF;
	margin-bottom: 10px;
}
#simple_checkout p {
	background-color: #FFFCD5;
	padding: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/*------header------*/
#header {	
	margin: 0px;	
	padding-bottom: 10px;
} 
.header_nav {	
	padding: 10px;
} 
#head_nav_lft a {
	background-image: url(images/button1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-align: center;
	float: left;
	height: auto;
	width: 130px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	color: #EEEC25;
	font-weight: bold;
}
#head_nav_lft a:hover {
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#head_nav_rt a {
	background-image: url(images/button1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-align: center;
	height: auto;
	width: 130px;
	text-decoration: none;
	padding: 10px 14px;	
	font-weight: bold;
	color: #EEEC25;
}
#head_nav_rt a:hover {
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
/*------end header------*/

/*------left column------*/
#cat_menu {
	/*margin-top:10px;*/
	border-top: 1px solid #00AEFF;
	border-left: 1px solid #00AEFF;
	background-color: #FFFCD5;
}
#cat_menu td {
	border-right: 1px solid #00AEFF;
	border-bottom: 1px solid #00AEFF;
	padding: 4px;
}
#sidebar1 {
	float: left;
	width: 209px;
	padding-right: 10px;
	background-color: #FFFCD5;
	border: 2px solid #00AEFF;
	margin-right: 10px;
}
#sidebar1 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 a:hover{
	color: #000000;
	text-decoration: underline;
}
#sidebar1 li {
	margin-bottom: 3px;
	margin-left: -30px;
}
#sidebar1 img {
	padding: 10px;
}
/*------end left column------*/

/*------category tree------*/
/*#cattree {
	
}
#cattree a {
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC99;
	border: 2px solid #F7931E	
	padding: 3px;
	margin-bottom: 2px;		
}
#cattree a:hover {
	background-color: #FFFF99;
	text-decoration: underline;
	border: 1px solid #666666;
	padding: 3px;
	margin-bottom: 0px;
}
#cattree strong {
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF99;
	border: 2px solid #666666;
	padding: 5px;
	margin-bottom: 2px;	
}*/
/*------end category tree------*/

/*------ Category Tree CSS ------*/

ul#catlevel {
list-style-type:none;
margin:0;
padding:0 0 10px 0;
border-bottom: 1px solid #00AEFF;
font-size:12px;
}
ul#catlevel li a {
display:block;
color: #003471;
text-decoration: none;
padding: 3px;
margin-bottom: 4px;
}
ul#catlevel li a:hover {
border: 2px solid #00AEFF;
margin-bottom: 0px;
}
ul#catlevel1, ul#catlevel2, ul#catlevel3, ul#catlevel4 {
list-style:none;
margin-left:10px;
padding:0px;
}
ul#catlevel1, ul#catlevel2, ul#catlevel3, ul#catlevel4 {
/*border-bottom:1px solid #F3376F;
border-left:1px solid #F3376F;*/
}

ul#catlevel li ul li, ul#catlevel li ul ul li, ul#catlevel li ul ul ul li{
/*padding:2px 0 2px 5px;
border-bottom: none;*/
}
ul#catlevel li ul a, ul#catlevel li ul ul a, ul#catlevel li ul ul ul a {
/*border:none;*/
/*padding:3px 5px;*/
}
li.thiscat a {
font-weight:bold;
display: block;
text-decoration: none;
border: 1px solid #00AEFF;
padding: 3px;
margin-bottom: 4px;
}
ul#catlevel li.thiscat a:hover {
border: 2px solid #00AEFF;
margin-bottom: 2px;
padding: 3px 0 3px 3px;
}
ul#catlevel1 {
/*font-weight: normal;*/
}
#popular_cats {
margin-top:0px;
font-size:12px;
}

#popular_cats a {
	display:block;
color: #003471;
text-decoration: none;
padding: 3px;
margin-bottom: 4px;		
}
#popular_cats a:hover {
	border: 2px solid #00AEFF;
	margin-bottom: 0px;
}
	
/*------ End Category Tree CSS ------*/

/*------main content------*/
#main_header	{
	margin:0 10px;
}
#maincontent {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;	
}
#content {
	float:right;
	width:747px;	
}
#left_nav	{
	float:left;
	width:243px;
}
/*------end main content------*/

/*------custom tooltip------*/
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	background-color: #9370DB;
	visibility: hidden;
	z-index: 300;
}
#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 301;
	visibility: hidden;
}
#dhtmltooltip .tip-title {
	width: auto;
	background-color: black;
	color: white;
	margin: 0px;
	padding: 3px;
}
#dhtmltooltip .tip-body {
	padding: 3px;
}
#dhtmltooltip .white {
	color: white;
	font-weight: bold;
}
#dhtmltooltip .black {
	color: black;
	font-weight: bold;
}
#dhtmltooltip .red {
	color: red;
	font-weight: bold;
}
#dhtmltooltip .blue {
	color: blue;
	font-weight: bold;
}
#dhtmltooltip .gold {
	color: #ff6;
	font-weight: bold;
}
 .tip-body {
	padding: 3px;
}
 .white {
	color: white;
	font-weight: bold;
}
 .black {
	color: black;
	font-weight: bold;
}
 .red {
	color: red;
	font-weight: bold;
}
 .blue {
	color: blue;
	font-weight: bold;
}
 .green {
 	color: green;
 	font-weight: bold;
}
 .gold {
	color: #ff6;
	font-weight: bold;
}
 .silver {
 	color: #c0c0c0;
 	font-weight: bold;
}
/*------end custom tooltip------*/

/*------custom product templating and styles------*/
#product-table {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(/new_images/product-bg.gif);
}
#product-table h1 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}
#product-table h4 {
	padding: 0px;
	margin: 0px;
	font-size: 1.4em;
	font-weight: normal;
}
#product-table ul {
	font-size:12px;
	padding-left: 10px;
	margin-left: 15px;
}

#pencil-price-breakdown {
	border-top: 1px solid black;
	border-left: 1px solid black;
	background-color: white;
}
#pencil-price-breakdown td {
	font-size:12px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 4px;
}
.no-bullets li {
	list-style-type:none;
	list-style-image:none;
}
#calcGrossLink, #calcCostLink, #calcunitsLink {
	border-right: 2px solid black;
	border-bottom: 2px solid #777;
	border-left: 2px solid white;
	border-top: 2px solid white;
	background-color: #f0f0f0;
	color: black;
	padding: 2px;
	cursor: pointer;
}
/*------end custom product templating and styles------*/

/*------footer------*/
#footer {
	padding: 0px 10px;		
}
/*------end footer------*/

/*------home page------*/
/*#home-page-blocks h2 {
	font-size: 13px;
	margin-bottom: -1px;
	font-weight: bold;
}*/
#home-page-blocks h3 {
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}	
/*#home-page-blocks img {	
	padding-right: 5px;
}
#home-page-blocks td {
	font-size: 13px;
}
#home-page-blocks .home-page-blocks-div h2 {
	margin-top: 0px;
	margin-bottom: 2px;
}*/
.home-page-blocks-div a {
	text-decoration: none;
}
.home-page-blocks-div a:hover {
	text-decoration: underline;
}
.home-page-blocks-div {
	float:right;
	width:200px;
	text-align:left;
}
.home-page-blocks-div h2 {
	font-size: 13px;
	text-align: center;
	margin: 0 0 2px 0;
}
.home-page-blocks-div p {
	font-size: 13px;
	margin:0px;
}
/*------end home page------*/

/*------floated layouts------*/

.category_row	{
	padding-bottom:0;
	margin-bottom:10px;
	border-bottom: 1px solid #00AEEF;
	height:210px;
}
.category_row h3	{
	margin:5px 0;
	font-size:14px;
}
.category_row a	{
	text-decoration:none;
}
.category_row a:hover	{
	text-decoration:underline;
}
.worksheet_category_row	{
	padding-bottom:20px;
	margin-bottom:0px;
	border-bottom: 1px solid #00AEEF;
	height:350px;
}
.worksheet_category_row h3	{
	margin:5px 0;
	font-size:14px;
}
.worksheet_category_row a	{
	text-decoration:none;
}
.worksheet_category_row a:hover	{
	text-decoration:underline;
}
.two_across_category {
	text-align: center;
	float: left;
	height: 210px;
	width: 250px;
	margin: 0 45px;
	display: table-cell;
	vertical-align: bottom;
	position: relative;	
}
.two_across_bottom_category {
	position: absolute;
	bottom: 0px;
	left: 5px;
	padding:5px;
	font-size:12px;
	width: 250px;
	/*clear: left;*/
}
.product_row	{
	padding-bottom:20px;
	margin-bottom:0px;
	border-bottom: 1px solid #00AEEF;
	height:200px;
}
.product_row h2	{
	font-size:14px;
	font-weight:normal;
}
.two_across {
	text-align: center;
	float: left;
	height: 190px;
	width: 325px;
	margin: 2px;
	display: table-cell;
	vertical-align: bottom;
	position: relative;	
}
.two_across_bottom {
	position: absolute;
	bottom: 0px;
	left: 5px;
	padding:5px;
	font-size:12px;
	width: 325px;
	/*clear: left;*/
}
.two_across_search {	
	float: left;
	height: 290px;
	width: 325px;
	margin: 10px 0 0 10px;
	padding:10px;
	display: table-cell;
	vertical-align: bottom;
	position: relative;	
}
.first_item {		
	margin: 10px 0 0 0;		
}
.two_across_search_bottom {
	position: absolute;
	bottom: 0px;
	left: 10px;
	padding-top:10px;	
	width: 325px;
	/*clear: left;*/
}
.three_across {
	text-align: center;
	float: left;
	height: 200px;
	width: 210px;
	margin: 10px;
	display: table-cell;
	vertical-align: bottom;
	position: relative;	
}
.three_across_bottom {
	position: absolute;
	bottom: 0px;
	left: 5px;
	padding:5px;
	font-size:12px;
	width: 210px;
	/*clear: left;*/
}
.four_across {
	text-align: center;
	float: left;
	height: 200px;
	width: 170px;
	margin: 2px;
	display: table-cell;
	vertical-align: bottom;
	position: relative;	
}
.four_across_bottom {
	position: absolute;
	bottom: 0px;
	left: 2px;
	padding:2px;
	font-size:12px;
	width: 170px;
	/*clear: left;*/
}
.sheets {
	text-align: center;
	float: left;
	height: 325px;
	width: 300px;
	margin: 15px;
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	border: 1px solid #CCCCCC;
}
.sheets_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
	/*clear: left;*/
}
.result {
	text-align: center;
	float: left;
	height: 150px;
	width: 150px;
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.result_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 150px;
	/*clear: left;*/
}	

.related {
	text-align: center;
	float: left;
	height: 190px;
	width: 325px;
	margin: 2px;
	display: table-cell;
	vertical-align: bottom;
	position: relative;
}
.related_bottom {
	position: absolute;
	bottom: 0px;
	left: 5px;
	padding:5px;
	font-size:12px;
	width: 325px;
	/*clear: left;*/
}
/*------end floated layouts------*/
