* {
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	background: #fff url(/_grafix/bg.png) repeat-x;
	margin-top: 20px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}

.gutter {
	padding: 15px;
}

#container {
	width: 920px;
	background: #fff;
	margin: auto;
	border: 1px solid #666;
}

a {
	color: #333;
}

a:hover {
	color: #f07203;
}


/* header */

#header {
	height: 107px;
	margin: 0px;
	background: #666 url(/_grafix/bg_header.png) repeat-x;
}

#header_logo {
	
}

#navigation {
	color: #fff;
	display: inline-block;
	float: right;
	margin: 12px 12px 0px 0px;
	text-align: right;
}

#navigation a 		{
	color: #C6DF6F;
}

#navigation a:hover {
	color: #fff;
}

#header_txt_nav {
	font-size: 10pt;
}

#header_txt_nav ul {
}

#header_txt_nav li {
	display: inline;
	list-style-type: none;
}

#header_txt_nav a {
	color: #fff;
}

#header_txt_nav a:hover {
	color: #C6DF6F;
}

#header_txt_nav a.current {
	color: #C6DF6F;
}

#departments {
	position: absolute;
	z-index: 99;
	border: 1px solid #666;
	background-color: #fff;
	width: 150px;
	text-align: left;
}

#departments .dep_base, #departments .dep_hover {
	width: 150px;
	background-color: #fff;
	color: #666;
	cursor: pointer;
	display: inline-block;
}

#departments .dep_hover {
	background-color: #9EB847;
	color: #fff;
}

/* Cart */

#cart {
	background-color: #fffaa2;>
	margin: 0;
	padding: 5px 10px 3px 10px;
}

#cart .red {
	color: #900;	
}

/* Order */

#order {
	background-color: #fffdd6;>
	margin: 0;
	padding: 5px 10px 3px 10px;
}

#order HR {
	color: #dedcb8;
	background-color: #dedcb8;
	height: 1px;
	border: none;
}

#order HR.dark {
	color: #b0ae8b;
	background-color: #b0ae8b;
}

#order .red {
	color: #900;	
}

#order table {
	width: 100%;
	color: #333;
	font-size: 0.95em;
	margin: 0;
	padding: 0;
}

#order A.product {
	color: #666;
}

#order TD {
	white-space: nowrap;
	padding: 0px 2px;
}

#order TR.rowBase {
	background-color: #fffdd6;
	cursor: pointer;
	color: #666;
}

#order TR.rowHover {
	background-color: #fffaa2;
	cursor: pointer;
	color: #333;
}

#orderHeader TD {
	padding-bottom: 4pt;
	font-weight: bold;
}

#client_order TABLE {
	color: #666;
}

#client_order .header {
	color: #fff;
	background-color: #666;
}

#client_order TD {
	padding: 3px 6px;
	border-bottom: 1px dotted #ccc;
}

/* Content */

#content {
	margin: 0px 0px 10px 0px;
	padding: 30px;
	text-align: left;
	min-height: 400px;
}

#content h1 {
	// color: #933100;
	color: #00662e;
	font-size: 14pt;
	line-height: 14pt;
	font-weight: normal;
	padding: 0pt 0pt;
	margin: 0pt 0pt;
}

#content h2 {
	font-size: 12pt;
	font-weight: normal;
	color: #666;
	padding: 0px 0px;
}

#content h3 {
	// color: #06c;
	color: #1bb119
	margin-top: 10px;
	font-size: 10pt;
	margin-bottom: 3pt;
}

#content hr {
	width: 100%;
	height: 1px;
	border: 0;
	color: #666;
	background-color: #666;
	margin: 10px 0px;
	padding: 0px;	
}

#content hr.light {
	color: #ccc;
	background-color: #ccc;
}

#content a {
	// color: #06c;
	color: #1bb119
	
}

#content a.fade {
	color: #999;
}

#content a.current {
	// color: #933100;
	color: #00662e;
	text-decoration: none;
}

#content a:hover {
	// color: #933100;
	color: #00662e;
}

#content a.h1 {
	color: #f90;
	text-decoration: none;
}

#content a.h1:hover {
	text-decoration: underline;
}

#content ul {
	margin: 10px 5px;
}

#content li {
	color: #f90;
}

#content li .item {
	color: #000;
}

#content .divider-bar {
	margin-top: 15px;
	padding: 3px 6px;
	background-color: #eee;
}

#content p {
	margin-bottom: 5pt;	
}

div.transparent {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

div.ghosted {

}

#cover {
	position: absolute;
	top: 1;
	left: 1;
	background-color: #fff;
	visibility: hidden;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

/* product table */

#table {
	font-size: 0.95em;
	width: 100%;
}

#table TD {
	padding: 2px 7px;
	border-bottom: 1px solid #ccc;
}

#tableHeader {
	background-color: #D8EF86;
	color: #687F17;
}

#tableHeader TD {
	padding: 4px 7px;
}

#tableHeader A {
	color: #687F17;
}

#tableHeader A:hover {
	color: #fff;
}

#tableHeader A.current {
	color: #fff;
}

#tableHeader .current {
	background-color: #9EB847;
	text-decoration: none;
	color: #fff;
}

#table .rowBase {
	background-color: #fff;
	cursor: default;
	color: #666;
}

#table .rowHover {
	background-color: #f5f5f5;
	cursor: default;
	color: #666;
}

#table A {
	color: #666;
	text-decoration: none;
}

#table A:hover {
	color: #666;
	text-decoration: underline;
}

/* discount box */

#showDiscount {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 132px;
	height: 176px;
	display: none;
	color: #666;
	font-size: 8pt;
	line-height: 13pt;
	overflow: hidden;
}

#showDiscount .point {
	float: left;
	width: 10px;
	height: 176px;
	background-image: url(/_grafix/discount-point.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#showDiscount .box {
	float: left;
	width: 120px;
	height: 174px;
	border: 1px solid #ccc;
	border-left: 0;
	background-color: #f5f5f5;
	padding: 0px;
}

#showDiscount A {
	color: #666;
	text-decoration: none;
}

#showDiscount A:hover {
	text-decoration: underline;
}

/* index page */

#index {
	margin: 0px;
	padding: 0px 0px;
}

#index h1 {
	font-size: 22pt;
	line-height: 22pt;
}

#index h2 {
	margin: 0px;
	margin-top: 25px;
	font-size: 14pt;
	color: #666;
	font-weight: normal;
	background-color: #fff;
}

#index hr {
	margin: 5px 0px;	
}


/* list */

#content li {
	margin-left: 20px;
	color: #777;
}

/* Lists override */

li.square {
	list-style-type: none;
}

li.circle {
	list-style-type: none;	
}

li.disc {
	list-style-type: none;	
}

li.none {
	list-style-type: none;
}

/* producer */

#producer {
	padding: 10px 50px;	
}

#producer p {
	margin-bottom: 5pt;	
}

#producer ul {
	margin-bottom: 8pt;
}

/* group */

#group {
	padding-bottom: 1px;
}

#group h2 {
	margin-top: 0px;
	// color: #06c;
	color: #1bb119
	font-weight: bold;
}

#group hr {
	clear: both;
	color: #999;
	background-color: #999;
	margin-bottom: 15px;
}

#group ul {
	margin: 0;
}

#group li {
	// color: #933100;
	color: #00662e;
}

#group li .item {
	color: #000;
}


#group .select {
	list-style: none;
	background-image: url(/_grafix/indicator.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

#group .none {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

#group p {
	margin-bottom: 5pt;	
}

#group .indent {
	margin-left: 10px;
	border-left: 4px solid #eee;
	padding-left: 15px;	
}

#group a {
	color: #666;
}

#group a:hover {
	color: #666;
}

#group a.current {
	color: #063;
	text-decoration: none;
}

/* Secondary links */

#secondary a {
	color: #999;
}

/* Links page */

#links {
	width: 540px;
}

#links .column {
	float: left;
	width: 270px;
}

#links H3 {
	margin-top:18px;
	color: #333;
}

#links DIV.link {
	width: 270px;
	overflow: hidden;
	height: 40px;
}

#links DIV.link A {
	// color: #06c;
}

#links DIV.link A:hover {
	// color: #39f;
}


#links DIV.link SPAN {
	color: #999;
}

/* form */

#fieldBox {
	background-color: #fff;
	padding: 0px;
	width: 475px;
	margin: 20px 0px;
	color: #fff;
}

#fieldBox A {
	color: #fff;
}

#fieldBox A:hover {
	color: #C6DF6F;
}

#form {
	margin: 0;
	padding: 0;
}

#form input.text, #form input.quantity, #form textarea, #form select {
	background-color: #fff;
	border: 1px solid gray;
	border-color: #AAA #DDD #DDD #AAA;
}

#form input.text, #form input.quantity, #form textarea, #form select {
	font: 10pt Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #333;
	padding: 2px;
	padding-right: 0;
	width: 99%;
}

#form input.quantity {
	font-size: 0.95em;
	width: 24px;
	padding-left: 0;
	padding-right: 2px;
	text-align: right;
}

#form textarea {
	padding: 0px 3px;
}

#form input.submit {
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 0.25em;
	background-color: #9EB847;
	color: #fff;
	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#form input.submit:active {
	border: 3px double #ccc;
	border-top-color: #999;
	border-left-color: #999;
}

.textarea_dupe {
	position: absolute;
	width: 399px;
	visibility: hidden;
	font: 10pt Arial, Helvetica, sans-serif;
	padding: 0px 3px;
}

#form .textarea-handle {
	height: 5px;
	display: block;
	background: #ccc;
	width: 99%;
}

#form select {
	padding-left: 0px;
	color: #333;
}

#form option {
	padding:0 5px;
}

#form .form_text, .err_form_text, .form_tip {
	font-size: 10pt;
	vertical-align: top;
	white-space: nowrap;
}

#form .form_tip {
	color: #777;
}

#form .err_form_text {
	color: #900;
}

#form h1 {
	color: #666;
}

#form p {
	margin: 10px 0px;
}

#form hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
}

#form hr.dark {
	color: #666;
	background-color: #666;
}

#form .field {
	width: 100%;
}

/* Sidebar */

#sidebar {
	font-size: 9pt;	
	// color: #06c;
	color: #1bb119;
	float: right;
	width: 25%;
	border-left: 1px solid #ccc;
	padding: 0px;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#sidebar h1 {
	font-size: 14pt;

}

#sidebar h2 {
	margin-top: 10px;
	font-size: 10pt;
}

#sidebar ul {

}

#sidebar li {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

#sidebar a {
	color: #333;
}

#sidebar a:hover {
	color: #1bb119;
}

#sidebar a.current {
	color: #f60;
	font-weight: bold;	
}

/* trail */

#trail {
	color: #999;
	font-size: 0.97em;
}

#trail A {
	color: #999;
	text-decoration: none;
}

#trail A:hover {
	// color: #933100;
	color: #00662e;
	text-decoration: underline;
}

#trail A.current {
	// color: #933100;
	color: #00662e;
	text-decoration: none;
}

/* footer */

#footer {
	
	font-family: Arial, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	clear: both;
	color: #666; 
}

#footer a 		{
	color: #666; 
}

#footer a:hover {
	color: #333;
}

#footer .gutter {
	padding: 14px;
	padding-bottom: 0px;
}

#footer_left {
	float: left;
	width: 630px;
}

#footer_left .txt {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	color: #666;
}

#footer_right {
	float: right;
	width: 220px;
	text-align: right;
}

#footer_right .nav {
	height: 23px;
	
}

/* Images */

#table .PopBoxImageSmall {
	border: none 0px;
	width: 25px;
	height: 13px;
	vertical-align: middle;
	cursor: pointer;
}

#table .productPhoto {
	border: none 0px;
	width: 21px;
	height: 17px;
	vertical-align: top;
	cursor: pointer;
}

.image, .image_select, .preview{
	padding: 2px;
	border: 1px solid #eee;
	cursor: pointer;
}

.image_select {
	border: 1px dashed #f90;
}

.preview {
	border: 1px solid #fff;
}

img.thumb {
	width: 85px;
	height: 85px;
}

.thumbbox {
	width: 90px;
	margin-right: 3px;
	height: 125px;
	float: left;
}

.caption {
	text-align: center;
	width: 85px;
	height: 30px;
	overflow: hidden;
	font-size: 0.8em;
}

img.medium {
	width: 180px;
	height: 180px;
}

.PopBoxImageLarge {
	border: solid 1px #000;
	padding: 30px 10px 10px 10px;
	background-color: #fff;
}



/*
//
// Type Page
//
*/

#productList .product {
	vertical-align: middle; 
	height: 200px; 
	width: 400px; 
	float: left; 
	margin-top: 20px;
}
#productList .product .productDescription {
	height: 180px;
	width: 100%;
}
#productList .product .productDescription .priceRow .priceBox {
	width: 160px; 
	height: 70px; 
	vertical-align: middle;
}
#productList .product .productDescription .priceRow .priceBox {
	font-size: 9px;
}
#productList .product .productDescription .priceRow .status0 {
	background-color: #EFEFEF; 
}
#productList .product .productDescription .priceRow .status1, #productList .product .productDescription .priceRow .status5, #productList .product .productDescription .priceRow .status8 {
	background-color: #FFFAB5; 
}
#productList .product .productDescription .priceRow .status2 {
	background-color: #BAF8B3; 
}
#productList .product .productDescription .priceRow .status10 {
	background-color: #FF5D5D; 
}
#productList .product .productDescription H2 {
	margin: 5px 0px; 
	line-height: 120%
}

#productList .column {
	float: left;
	text-align: left;
	width: 250px;
	margin-left: 20px;
}