* {
	margin: 0px;
	padding: 0px;
	outline:0;
}
body {
	font: 14px/24px Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFF;
}
p {
	margin: 12px 0px 18px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #b74006;
	letter-spacing: -1px;
	line-height: 24px;
	margin-bottom: -5px;
	position: relative;
}
h2 {
	font-weight: normal;
	color: #B74006;
	letter-spacing: -1px;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}
.bubble {
	font-size: 10px;
	color: #000;
	padding: 4px 4px 4px 10px;
	position: absolute;
	right: 0px;
	line-height: 12px;
	letter-spacing: normal;
	background: #F8DDB3;
	display:none;
	margin: 0px;
	top: -5px;
	width:120px;
}

.msg, .msg2 {
	font-size: 10px;
	color: #000;
	padding: 4px 4px 4px 10px;
	line-height: 12px;
	letter-spacing: normal;
	border: 1px dotted #B74006;
	background: #F8DDB3;
	display:none;
	margin: 10px 0px 10px 0px;
}

ul, ol {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 32px;
}
table {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}


.clear {
	font-size: 0px;
	line-height: -1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.item {
	width: auto;
	border: 1px solid #E0E0E0;
	background: #F9F9F9;
	padding: 10px 10px 1px 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 12px;
	line-height: 16px;
	clear:both;
}

.item p {
	font-size: 12px;
	line-height: 16px;
	margin:0px;
}

.item .pricing{
	width:120px;
	float:right;
	padding:0px 0px 0px 10px;
	border-left:dotted 1px #e0e0e0;
	display:block;
	text-align: right;
}
.item .pricing p {
	padding: 0px 10px 5px 0px;
	line-height:auto;
}
.item .pricing p strong {
	font-size: 14px;
}

#item_subcategory{width:200px;}

.lbl_mathguard{
	width:37px;
}
#wrapper {
	margin: 0px auto;
	width: 960px;
}
#header {
	padding-top: 40px;
	padding-bottom: 18px;
	background:url(images/bg_header_bottom.gif) repeat-x bottom left;
	position: relative;
}
#header #navigation {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 11px;
	background: #F3F3F3;
	width:260px;
	text-align:center;
	
}
#header #navigation a {
	color: #B74006;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

.logo {
	float: left;
}

#content {
	padding-top: 24px;
	background: url(images/content-background.gif) repeat-y right top;
	padding-bottom: 24px;
	clear:both;
	margin:0px;
	
}
#content_two {
	padding-top: 24px;
	background: url(images/content-background_twocol.gif) repeat-y right top;
	clear: both;
	padding-bottom: 24px;
}
#contactnumbers {
	width: 260px;
	float: right;
	font-weight: normal;
	padding-top: 6px;
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
}
.number {
	color: #B74006;
}
#leftcolumn{
	float: left;
	width: 420px;
	margin-right: 20px;
	position: relative;
}
#leftcolumnwide{
	float: left;
	width: 700px;
	background: #FFF;
	margin-top: -23px;
	padding-top: 23px;
}
#leftcolumnwide #loaditemform {
	margin-right: 20px;
}

#rightcolumn{
	float: left;
	width: 495px;
	padding: 0px 0px 0px 20px;
}
.column {
	float: left;
	width: 216px;
	padding-right: 22px;
	padding-left: 22px;
}
.maincategory {
	margin: 10px 0px 0px;
	padding: 0px;
	list-style: url(none) none outside;
	font-size: 12px;
}
.maincategory li a {
	color: #B74006;
	text-decoration: none;
}
.maincategory li a:hover {
	color: #000;
}


.maincategory li  {
	background: url(images/bullet_toggle_plus.png) no-repeat 0px 4px;
	list-style: none outside;
	padding-left: 15px;
}
#tbl_inventory {
	border-style: none;
	clear: both;
}
.subcategory{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: none;
	list-style:none;
}

.subcategory input {
	font-size: 10px;
	color: #666;
	padding: 1px;
	border: 1px solid #666;
}

.subcategory li, #content .managelinks li {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background: url(none);
}

.subcategory li{
	line-height:16px;
	margin-bottom:5px;
}

#content .managelinks {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	color: #B74006;
	font-size: 12px;
}
#content  .managelinks li a{
	color: #B74006;
	text-decoration: none;
}


#loginform{
	background: #B74006;
	width:349px;
	color:#fff;
	margin-bottom:25px;
	padding-bottom:3px;
	
}
#loginform label{
	font-size: 12px;
	width: 80px;
	display: block;
	float: left;
	padding-left: 24px;
}
#loginform .loginsubmit{
	margin-left:99px;
	border:none;
	width:127px;
	height:46px;
}
#contactform label,#forgotlogin label, #signupform label {
	font-size: 12px;
	width: 64px;
	display: block;
	float: left;
}
#forgotlogin{ display:none;}
#categoryform .submitbutton, #itemform .submitbutton{
	width:85px;
	height:36px;
	border: none;
	padding: 0px;
}
#signupform .submitbutton{
	width:172px;
	height:45px;
	border: none;
	padding: 0px;
}
#forgotlogin #retrieve{
	width:97px;
	height:37px;
	border: none;
	padding: 0px;
	margin:-7px 30px 0px 0px;
	float:right;
}
#contactform p {
	margin: 0px 0px 10px;
}
.orderform {
	margin-bottom: 4px;
}

#contactform input, #loginform input, #forgotlogin input, #signupform input, #categoryform input,  #itemform input, .item input  {
	width: 140px;
	border: 1px solid #999;
	padding: 3px;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
#leftcolumn .longfield, #leftcolumnwide .longfield {
	width: 200px;
}
#leftcolumn .shortfield, #leftcolumnwide .shortfield {
	width: 20px;
}
#leftcolumn .item .btn_edit{
	float:right;	
	border:none;
	width: 76px;
	height:33px;
}
#leftcolumn .item .btn_add{
	float:right;	
	border:none;
	width: 106px;
	height:36px;
}
#leftcolumn .item p, #leftcolumnwide .item p{
	margin-bottom:5px;
}
#contactform #message {
	clear: both;
	display: block;
	width: 205px;
	border: 1px solid #999;
	font: 12px/14px Arial, Helvetica, sans-serif;
	padding: 2px;
}
#contactform #math_guard_answer, #signupform #math_guard_answer{
	width: 17px;
	float: left;
	margin-left: 4px;
}

#contactform #send {
	border-style: none;
	height: 41px;
	width: 72px;
	float: right;
	margin-right: -5px;
}
#contactform #code {
	float: left;
	padding-top: 12px;
}
#contactform #response {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	clear: both;
	width: auto;
	margin-top: 15px;
	display:block;
	text-align:center;
 	color: #FFF;
	background: #B74006;
	padding-top: 3px;
	padding-bottom: 3px;
}
#signupform span {
	display: block;
	float: left;
	width: 246px;
	margin-bottom: 10px;
}

#signupform span.location input {
	float: left;
	margin-right:12px;
}
#tbl_cart {
	font-size: 12px;
}
#tbl_cart td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	line-height: 18px;
}
#tbl_cart input {
	color: #666;
	text-align: center;
	border: 1px solid #CCC;
	font-size:11px;
	padding:2px 0px;
}
#tbl_cart #cart_check_out{
	border:none;
}

.item label.error{color:#900;display:block; clear:both; float:none;width:200px; padding-left:130px;}



#footer {
	clear: both;
	padding-top: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	background: url(images/footer-border.gif) no-repeat right top;
}
#categoryform label,  #itemform labe, .item label {
	font-size: 12px;
	display: block;
	float: left;
	line-height: normal;
	width: 130px;
}
#categoryform label span {
	font-size: 10px;
	color: #999;
}
#loaditemform {
	display: none;
}
#loaditems {
	height: 520px;
	overflow: auto;
	background:#fff url(images/bg_loaditems.gif) repeat-y right top;	
}
a.deleteitem {
	background: url(images/delete_item.png) no-repeat;
	display: block;
	float: right;
	height: 12px;
	width: 12px;
}
a.deleteitem:hover {
	background: url(images/delete_item-over.png) no-repeat;
}
#leftcolumn .inactiveusers {
	font: 12px/16px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	background:#F9F9F9;
}
#leftcolumn .inactiveusers th {
	text-align: left;
	background: #E5E5E5;
	padding: 5px;
}
#leftcolumn .inactiveusers td {
	padding: 5px;
	border-bottom: 1px dotted #CCC;
}

#leftcolumn .inactiveusers p {
	margin: 0px 0px 10px;
	padding: 0px;
}
.column .tbl_users {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
.column .tbl_users p {
	margin: 0px;
	padding: 0px;
}
.column .tbl_users td {
	padding: 10px 0px;
	margin-top: 10px;
	border-bottom: 1px dotted #CCC;
}
#order_online {
	margin: 0px auto;
	height: 142px;
	width: 216px;
	background: url(images/bg_order_online.gif) no-repeat left top;
}
#order_online img  {
	text-align: center;
	margin-left: 17px;
	margin-top: 15px;
}
#order_online p {
	font-size: 11px;
	line-height: 18px;
	padding-right: 15px;
	padding-left: 15px;
}
