body, td, div, p {
	font-family:Verdana,sans-serif;
	font-size: 10px;
	color: #EEE;}

div.email {
	background: #000000;
	padding: 10px;
}
	
p {margin-top: 0px;}
	
form {margin: 0px;}

a img {border: 0px;}

a {color: #C07100;}
a:hover {color: #ffca80;}

a:visited {color: #ed8b00;}

h1 {font-family: 'century gothic', Arial, helvetica, san-serif;
	font-size: 15px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #999;
	display: block;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 2px;
	}

h2 {font-family: helvetica, arial, san-serif;
	font-size: 13px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #BBB;
	display: block;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 2px;
	}

h3 {font-family: "century gothic" Arial, futura;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #BBB;
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 2px;
	background: url(../images/green_line_horiz.gif) bottom left no-repeat;
	}

h4 {font-family: Arial, helvetica, san-serif;
	font-size: 10px;
	letter-spacing: .2em;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
	margin: 2px;
	line-height: 1.1em;
	}

h5 {font-family: Arial, helvetica, san-serif;
	font-size: 9px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #777;
	display: block;
	font-weight: normal;
	margin: 2px;
	line-height: 1.1em;
	}

ul {
	margin: 4px;
}

.sm {font-size: 80%;}
.rf {color: #900;}
.em, em {color: #C07100;
	font-style: normal;
	}
.gr {color: #777;}
	
div.info {
	border-top: 1px dotted #ffca80;
	border-bottom: 1px dotted #ffca80;
	color: #ffca80;
	padding: 5px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.error {background: #FCD9D9;
	color: #900;
}

.button {
	font-family: Arial, helvetica;
	font-size: 12px;
	display: block;
	padding: 1px;
	text-align: center;
	margin: 2px;
	background: #222;
	color: #DDD;
	text-decoration: none;
	line-height: 1em;
	padding-bottom: 2px;
	padding-top: 0px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	}

.button:hover {
	font-family: Arial, helvetica;
	font-size: 12px;
	display: block;
	padding: 1px;
	text-align: center;
	margin: 2px;
	background: #CCC;
	color: #333;
	text-decoration: none;
	}



.button_b {
	font-family: Arial, helvetica;
	font-size: 12px;
	display: block;
	padding: 1px;
	text-align: center;
	margin: 2px;
	background: #444;
	color: #FFF;
	border: 1px solid #777;
	text-decoration: none;
	line-height: 1em;
	}

.button_b:hover {
	font-family: Arial, helvetica;
	font-size: 12px;
	display: block;
	padding: 1px;
	text-align: center;
	margin: 2px;
	background: #EEE;
	color: #333;
	border: 1px solid #777;
	text-decoration: none;
	}

.q {
	position: relative;
	top: 1px;
	}


input, textarea, select, option{
	font-size: 11px;
	background: #000;
	line-height: 11px;
	color: #DDD;
	border: 1px solid #555;
}

input, textarea {
	padding: 1px;
	padding-left: 3px;
	margin-right: 4px;
}
	
input:HOVER, textarea:HOVER, select:HOVER{
	font-size: 11px;
	font-size: 11px;
	background: #111;
	line-height: 11px;
	color: #DDD;
	border: 1px solid #999;
	}

input:HOVER, textarea:HOVER {
	padding: 1px;
	padding-left: 3px;
	margin-right: 4px;
}
	
input.error, textarea.error, select.error {
	background: #111;
	font-size: 11px;
	line-height: 11px;
	border: 1px solid #900;
	color: #FFF;
}

input.error, textarea.error {
	padding: 1px;
	padding-left: 3px;
	margin-right: 4px;
}
	
/* --------------- TOOL TIPS --------------- */
	
a {
	position: relative; 
	/*background-color:#aac;
	color:#000;*/
	text-decoration:none;
}

a span.tool {
	display: none;
}
		
a:hover span.tool { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	bottom: -10px; 
	left:10px; 
	border: 1px dotted #999;
	background-color:#ffecc1; 
	color:#555;
	width: 80px;
	text-align: center;
	padding: 2px;
	font-family: arial;
	z-index: 50;
	font-size: 90%;
	}

table.noPadMar>td {
	/*padding: 0px;			*/
	}

/* ------------------------------- CART CSS ------------------------------- */

table.cart  {
	border-collapse: collapse;
	width: 550px;
}

table.cart td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 2px;
	padding-right: 2px;
}

table.cart .selection_row td {
	border-bottom: 1px solid #999;
}

table.cart .header td {
	font-family: "century gothic", Arial;
	font-size: 14px;
	font-weight: bold;
	background: #000;
	color: #777;
	border-bottom: 1px solid #999;
}

table.cart .options_td {
	font-size: 10px;
	width: 200px;
}

table.cart .selection_td {
	width: 150px;
}

table.cart .opt_name {
	color: #555;
	font-weight: bold;
}

table.cart .item_price {
	font-family: "century gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #777;
}

table.cart .total td {
	border-top: 1px solid #000;
	padding-top: 6px;
	border-bottom: none;
}

table.cart .options {
	width: 150px;
}

table.cart .options td {
	border: none;
	padding: 1px;
	font-size: 10px;
}

table.cart .options td.opt_name {
	text-align: right;
	font-weight: bold;
	color: #999;
}

table.cart .add {
	color: #c07100;
}

.price_table {
	border-collapse: collapse;
}

.price_table td {
	padding: 0px ! important;
}

span.total {
	font-family: "century gothic", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #C07100;
}

table.cart .item_delete {
	display: none;
	position: absolute;
	width: 150px;
	background: #000;
	border: 2px dotted #555;
	padding: 5px;
	z-index: 30;
}

/* ----------------------------- ITEM BOX ----------------------------- */
#itemBox {
	width: 220px;
	overflow: auto;
	padding: 5px;
	border: 1px dotted #444;
	position: absolute;
	top: 50px;
	left: 670px;
	}

#itemBox_title  {
	background: #cddea3;
	padding: 3px;}

#itemList_filters {
	padding: 0px;
	background: #EBEBEB;
	margin-bottom: 5px;
	width: 190px;
	}

#itemList_filters input, #itemList_filters select{
	font-size: 10px;
	text-decoration: none;
	}
#itemList_filters select {
	width: 150px;
	}


#itemList_holder {
	height: 300px;
	overflow: auto;
	padding: 0px;
	padding-right: 4px;
	margin: 0px;
	}

#itemList {
	width: 180px;
	margin: 1px;
	border: 0px;}

#itemList tr.header td {
	background: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	}	


#itemList td {
	background: #D0D0D0;
	padding: 1px;
	padding-left: 3px;
	}

#itemList a, #itemList a:link, #itemList a:active {
	color: #000;
	text-decoration: none;
	}

#itemList a:hover {
	color: #333;
	background: #EEE;
	text-decoration: none;
	}

.selected_item {
	color: #FFF ! important;
	background: #555  ! important;
	display: block;
	padding: 2px;
	}

/* ----------------------------- CHECOUT ----------------------------- */

div#stages {
	font-family: helvetica, arial, san-serif;
	font-size: 13px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #BBB;
	display: block;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #555;
	margin-bottom: 2px;
}

table.checkout { /* 
	width: 505px;
	main table */
}

#checkout_form {
	margin-top: 10px;
}

#checkout_form div.header {
	margin-bottom: 10px;
	padding-top: 10px;
	clear: both;
	border-bottom: 1px dotted #222;
}

div.field {
	width: 400px;
	clear: both;
}

div.f_name {
	width: 100px;
	float: left;
	text-align: right;
	padding: 5px;
}	
div.input, div.display {
	width: 290px;
	float: left;
}

div.display {
	color: #999;
	padding-top: 5px;
	font-weight: bold;
}

div.errors {
	margin: 5px;
	padding: 5px;
	color: #FFF;
	border: 1px dotted #F00;
}

/* ----------------------------------------- VIEW ITEM ------------------------------------- */
div.item_div {
	/*border: 1px solid yellow;*/
	margin: 0px;
	padding: 0px;
}

table.item_table {
	border-collapse: collapse;
	border: none;
	width: 555px;
	margin-bottom: 15px;
}

	table.item_table>td {
		padding: 0px;
		font-family: arial, helvetica;
		font-size: 10px;
		color: #000;
	}

	table.item_table div {
		padding: 0px;
		margin: 4px;
	}

	table.item_table .image_td {
		height: 180px;
	}
	
	table.item_table .options_td {
		vertical-align: top;
		text-align: right;
	}
	

/* ----------- images table -------------*/

	#large_img_div {
		position: absolute;
		display: none;
		background: #333;
		border-top: 1px solid #777;
		border-left: 1px solid #777;
		border-right: 2px groove #555;
		border-bottom: 2px groove #555;
		top: 50px;
		left: 200px;
		padding: 5px;
		z-index: 350;
		width: 500px;
		filter:dropshadow(color=#ff0000, offx=5, offy=5, positive=true);
	}

	#large_img_div img {
		border: none;
	}

	#large_img_div span {
		display: block;
		margin: 0px;
		margin-top: 5px;
		font-size: 10px;
		height: 15px;
	}
	
	#main_img {
		border: 1px solid #555;
	}	
		
	table.item_img_table {
		border-collapse: collapse;
		margin: 0px;
	}

	td.main_info {
		padding: 5px;
		line-height: 13px;
		width: 300px;
		/*border-top: 1px solid yellow;*/
		text-align: left;
	}
	
	table.item_img_table td {
	}
	
	
	
	td.main_img {
		padding: 0px;
		width: 250px;
		height: 150px;
		vertical-align: middle;
	}
	
	td.caption {
	}
	
	#caption_input {
		text-align: right;
		font-size: 10px;
		color: #555;
		width: 250px;
	}
	
	td.img_thumbs {
		width: 150px;
		padding-left: 5px !important;
	}

	.thumbs_table {
		border-collapse: collapse;
	}

	.thumbs_table td {
		padding: 3px ! important;
		border: 1px solid #CCC;
	}

	
	td.img_thumbs a {
		display: block;
		width: 50px;
		height: 50px;
		border: 1px solid #FFF;
		vertical-align: middle;
	}

	td.img_thumbs a:hover {
		display: block;
		width: 50px;
		height: 50px;
		border: 1px solid #FBB;
		vertical-align: middle;
	}

td.other_items {
	vertical-align: top;
}

div.other_items {
	padding: 5px ! important; 
	border-top: 1px dotted #9C9EA0;
	margin: 5px;
}


#other_items a {
	display: block;
	background: #FFF;
}

#other_items a.cur_item {
	display: block;
	background: #FFF;
	font-weight: bold;
}


#other_items a.cur_item {
	color: #DDD;
	display: block;
	background: #FFF;
	font-weight: bold;
}

.see_also {
	width: 450px;
	padding: 0px;
}

.see_also table{

}

/* ------------------------------------------------------------------- */

td.item_name_td {

}

div.item_name {
	font-family: "century gothic";
	font-size: 12pt;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
	margin-top: 65px ! important;
	margin-bottom: 8px ! important;
}

div.item_subhead {
	font-family: arial;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: normal;
	color: #999;
	letter-spacing: 1px;
}

div.item_price{
	font-family: 'century gothic';
	font-size: 10pt;
	font-weight: normal;
	color: #999;
	letter-spacing: 1px;
	color: #ab6500;
}


table.desc_options_table td {
	vertical-align: top;
	padding: 0px;
}

td.item_description_td {
	padding: 0px;
}

div.item_description {
	margin: 0px;
	margin-bottom: 15px ! important;
	padding: 5px;
}

.opt_name {
	font-family: "century gothic";
	font-size: 11pt;
}

.wholesale_regular_shipping_td{
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 10px ! important;
	padding-top: 10px ! important;
}

.item_weight, .item_wholesale_price, .item_regular_price, .item_flat_shipping{
	margin-top: 0px;
	margin-bottom: 10px;
}

.item_flat_shipping {
	color: #555;
}

a.add_to_cart {
	font-family: "century gothic";
	cursor: pointer;
	color: #FFF;
	display: block;
	font-size: 11px;
	line-height: 18px;
	}

a.add_to_cart:hover {
	font-family: "century gothic";
	cursor: pointer;
	color: #C07100;
	font-size: 11px;
	line-height: 18px;
	}

a.add_to_cart:visited {
	font-family: "century gothic";
	cursor: pointer;
	color: #FFF;
	font-size: 11px;
	line-height: 18px;
}
	
/* ----------------------------------------BILLING / SHIPPING TABLES --------------------------------------------------- */

.billing_table {}


/*--------------------------------------- VIEW GROUP --------------------------------------------------- */

table.section_sample {
	width: 530px;
	border-collapse: collapse;
}

table.section_sample .header{
	border: 0px;
	background: none;
	padding-bottom: 15px ! important;
	font-size: 12px;
}

td.sample_td {
	width: 150px; 
	height: 175px; 
	padding-left: 8px ! important;
	padding-right: 3px ! important;
	/*border: 3px solid #CDE29A;*/
	text-align: center ! important;
	font-family: arial, verdana, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

td.sample_td table {
	width: 150px; 
	height: 175px;
}

td.sample_td .item_name {
	display: block;
	color: #999;
}

/* ------------------------------ NEXT and PREVIOUS BUTTONS -------------------------------------------------------- */

#next_prev {
	margin-top: 20px;
}

#next_prev td table{
	padding: 0px;
	border-top: 1px dotted #444;
}
/*
#next_prev td table.prev{
	margin-right: 15px;
}

#next_prev td table.next{
	margin-left: 15px;
}
*/
#welcome {
	padding-right: 5px;
	font-weight: normal;
}


/* ------------------- item_to_item -------------------------- */

.item_to_item {
	border-top: 1px dotted #FFF;
	width: 350px;
	margin-top: 3px;
}


/* -------------------------------------- TELL A FRIEND ----------------------------------------------- */

#tell_a_friend {
	position: absolute; 
	width: 238px;
	height: 225px;
	overflow: auto;
	z-index: 400; 
	background: url(../images/main_div_back.gif) left repeat-y; 
	font-size: 10px; 
	padding: 6px;
	margin-top: -150px;
	margin-left: -50px;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-right: 4px groove #555;
	border-bottom: 4px groove #555;
}


/* --------------------------- HOME -------------------------------- */

#home_div {
	position: absolute;
	right: 0px;
	top:0px;
	height: 350px;
	}


/* login_form */

#login_form {

}

.ul_loggedIn li {
	margin-bottom: 5px;
}


/* ---------------- LEARN ---------------- */

#learn {
	margin-top: 10px;
}

div.article_div {
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 1px dotted #555;
	text-align: left;
	cursor: pointer;
	background: #555;
}

div.article_div:hover {
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 1px dotted #CCCCCC;
	text-align: left;
	cursor: pointer;
	background: #666;
}

div.article_div .name {
	font-family: "century gothic", helvetica, arial;
	font-weight: bold;
	color: #EEE;
	letter-spacing: 2px;
	font-size: 13px;
	margin-bottom: 2px;
}

div.article_div .sm_name {
	font-family: "century gothic", helvetica, arial;
	font-weight: bold;
	color: #999;
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: 2px;
}

div.article_div .subhead {
	color: #999;
	text-transform: uppercase;
	margin-bottom: 3px;
	
}

div.article_div  div.content {
	color: #000;
}


/* ------------------------------------------------------------------- */
div.article {
	padding-left: 10px;
}

#article_list {
	float: right;
	width: 200px;
	padding: 5px;
	border: 1px dotted #555;
	margin-left: 5px;
}

div.article_title {
	font-family: "century gothic", helvetica, arial;
	font-weight: bold;
	color: #BBB;
	letter-spacing: 1px;
	font-size: 23px;
	line-height: 1.6em;
/* 	margin-bottom: 5px;
 */	margin-top: 10px;
}

div.article_subhead {
font-family: Arial, helvetica, san-serif;
	font-size: 10px;
	letter-spacing: .2em;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 1.1em;
}

div.article_content {
	font-family: verdana;
	width: 320px;
	line-height: 1.7em;
}

span.wholesale {
	color: #777;
	font-size: inherit;
}

#wholesale_form {
	margin-top: 20px;
	/*display: none;*/
}

#response {
	padding: 20px;
}