/* General styles */

body,th,td,tt,p,span,div {
 	
	color: #000; 
 	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
}


body, h1{
	font-size: 14px;
}

body, h2{
	font-size: 14px;
}

body, h3{
	font-size: 16px;
}

form,div {
	margin-top:	0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

}

h1 {
	padding: 0;
	line-height:1.2em ;
	border-bottom: #b80d18 2px solid;
}
body {

	background: #000 url('images/window_bg.png') repeat-x ;

background-attachment:fixed;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height:100%;
}

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */





#container {
	width:896px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background:#202020;
	text-align:left;
}

#header {
	text-align:left;
	background: #ededed url('images/my_bg.gif') ; 
	height:160px ;
width:896px ;
}

#header-trade{
	text-align:right ;
	padding-top: 28px;
	height: auto;
	padding-right: 15px;
}

#header-nav{
	vertical-align: bottom ;
	width:710px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 87px;
}

#header-search{
	line-height:2em ;
}




#middle {

	background: #fff;
	margin-left:178px;
	margin-right:178px;

}

#middle-full {
	background:#fff;
	margin-left:1px;
	margin-right:1px;
}



.mainbox-body {   /* central contents */
	padding: 5px 8px;
	color: #141414;
	background-color: #fff;
	margin-top: 5px;


}


.mainbox-body2 {
	margin-left:-177px;/* must be 1 pixel less than width*/
	float:left;
	width:178px;/* must be same as left margin on #middle*/
	position:relative;
	left:-1px;/* line up exactly */
	display:inline;/* ie fix*/
	color: #ffffff;
	background-color: #202020;
}

.mainbox-body3 {
	margin-right:-177px;/* must be 1 pixel less than width*/
	float:right;
	width:178px;/* must be same as right margin on #middle*/
	position:relative;
	right:-1px;/* line up */
	display:inline;/* ie fix*/
	color: #ffffff;
	background-color: #202020;
}

.clearer{
	height:1px;
	overflow:hidden;	
	margin-top:-1px;
	clear:both;
}


/* mac hide and combat ie's 3 pixel jog \*/
* html .mainbox-body{overflow:hidden;float:left;width:96%}
* html #middle {height:1%;}
* html .mainbox-body2{margin-right:-3px;}/* 3 pixel jog*/
* html .mainbox-body3{margin-left:-3px;}/* 3 pixel jog*/
/* end hide*/

/* Main boxes styles */
.mainbox-border {
	border-bottom: #b80d18 5px solid;

}
.mainbox-left-repeat-bg {
	background-repeat: repeat-y;
	background-position: left;

}
.mainbox-right-repeat-bg {
	background-repeat: repeat-y;
	background-position: right;

}
.mainbox-title-bg {
	background-color: #f7ca4b;
}
.mainbox-title {
	color: #2F0D00;
	font-size: 14px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-weight: bold;
	vertical-align: bottom ;

}



/* /Main boxes styles */



input,textarea,select {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding-left: 1px;
}
.input-text {
	color: #333333;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;

}
.input-text-100 {
	color: #333333;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	width: 100%;
}
p,ul {
	margin-top:	6px;
	margin-bottom: 6px;

}
a:link {
	color: #004994;
	text-decoration: none;
}
a:visited {
	color: #004994;
	text-decoration: none;
}
a:hover	{
	color: #b80d18;
	text-decoration: underline;
}
a:active {
	color: #b80d18;
	text-decoration: none;
}
.underlined:link, .underlined:visited, .underlined:active {
	text-decoration: underline;
}
.underlined:hover {
	text-decoration: none;
}
.hand {
	cursor: pointer;
}
.nowrap {

	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
hr {
	border: solid #ced6da 0px;
	border-top-width: 1px;
	height: 0px;
}
.subheader {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.subheader-border {
	border-bottom: #a7a7a7 1px solid;
}
.subheader2 {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.page-title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.error-text {
	color: #f27a00;
	font-weight: bold;
}
.side-padding {
	padding-left: 3px;
	padding-right: 3px;
}
.expanded {
	width: 100%;
}
/* /General styles */

/* Header styles */
.top-repeat-bg {
	background-repeat: repeat-x;
	background-position: bottom;
}
.top-bg {
	background-color: #d80c10;
}
.top-bg-white {
	background-color: #ffffff;
}
.top-text {
 	color: #4a4a4a;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
}
.top-quick-link:link {
	font-size: 10px;
	color: #414141;
	text-decoration: underline;
}
.top-quick-link:visited {
	font-size: 10px;
	color: #414141;
	text-decoration: underline;
}
.top-quick-link:hover {
	font-size: 10px;
	color: #414141;
	text-decoration: none;
}
.top-quick-link:active {
	font-size: 10px;
	color: #414141;
	text-decoration: none;
}
.top-quick-box1 {
	background-color: #b80d18;
	font-size: 9px;
}
.top-quick-box2 {
	background-color: #969696;
	font-size: 9px;
}
.select-language {
 	color: #2e2e2e;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
}

.top-menu-bg {
	background-color: #B80D18;
	background-repeat: repeat-x;
	text-align: center;
	cursor:pointer;
	white-space: nowrap;
}

.top-menu-bg-active {
	background-color: #B80D18;
	background-repeat: repeat-x;
	text-align: center;
	white-space: nowrap;
}
.top-menu-border {
	background-color: #2c66ac;
}
.top-menu-title:link {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.top-menu-title:visited {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.top-menu-title:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.top-menu-title:active {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.active_top-menu-title:link, .active_top-menu-title:visited, .active_top-menu-title:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.active_top-menu-title:hover {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.cart-link:link, .cart-link:visited {
    color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
   	font-size: 11px;
	text-decoration: underline;
}
.cart-link, .cart-link:hover, .cart-link:active {
    color: #ff0000;
	font-family: tahoma, arial, verdana, sans-serif;
   	font-size: 11px;
	text-decoration: none;
}
.but_find {
	background-color: #f1f1ed;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 11px;
}
/* /Header styles */



/* Side boxes styles */
.sidebox-border {
	background-color: #6d7733;

}
.sidebox-title-bg {
	background-color: #37342d;
	background-repeat: repeat-x;
}
.sidebox-title {
	color: #ffffff;

	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.sidebox-title-line {
	background-color: #ffffff;
	background-repeat: repeat-x;
}

.sidebox-body{
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
 background: #202020;
	font-size: 10px;

}

.sidebox-body-white {
	color: #fff;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
 background: #202020;
}
.sidebox-body-gray {
	color: #fff;
	font-family: tahoma, arial, verdana, sans-serif;
/*	background-color: #f6f6f6; */
 background: #202020;
}
.sidebox-link:link {
    color: #fff;
   	font-size: 11px;
	font-family: tahoma, arial, verdana, sans-serif;
}
.sidebox-link:visited {
    color: #fff;
	font-family: tahoma, arial, verdana, sans-serif;
   	font-size: 11px;
}
.sidebox-link:hover {
    color: #ff0000;
	font-family: tahoma, arial, verdana, sans-serif;
   	font-size: 11px;
}
.sidebox-link:active {
    color: #ff0000;
	font-family: tahoma, arial, verdana, sans-serif;
   	font-size: 11px;
}
.sidebox-input-text {
	color: #333333;
	background-color: #ffffff;
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
}
/* /Side boxes styles */



/* Categories side box */
.sidebox-rootcategory {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.sidebox-rootcategory:link {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.sidebox-rootcategory:visited {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.sidebox-rootcategory:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.sidebox-rootcategory:active {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.sidebox-subcategory:link {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
.sidebox-subcategory:visited {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
.sidebox-subcategory:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
.sidebox-subcategory:active {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
/* /Categories side box */


.sidebox-subtopic:link {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;

}
.sidebox-subtopic:visited {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;

}
.sidebox-subtopic:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;

}
.sidebox-subtopic:active {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;

}
/* /Site info side box */


/* Authentication side box */
.auth-text {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
.auth-subtitle {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.small-link {
	font-size: 9px;
}
.forgot-password:link, .forgot-password:visited{
	color: #1c6ed3;
	text-decoration: underline;
}
.forgot-password:hover, .forgot-password:active{
	color: #1c6ed3;
	text-decoration: none;
}
/*  /Authentication side box */

/* Search side box */
.search-text {
    color: #ffffff;
   	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: bold;
}

.searchbox-input-text {
      border:thin inset #000 ; 
/*      color:#cccccc;  */
      background:#373E48; 
      padding:2px; 
      width:150px; 
	color: #ffffff;


}
.search-selectbox {
	width: 150px;
}

.search-advanced {
    color: #eeeeee;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
}
.search-advanced:link {
    color: #eeeeee;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: underline;
}
.search-advanced:visited {
    color: #eeeeee;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: underline;
}
.search-advanced:hover {
    color: #eeeeee;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: none;
}
.search-advanced:active {
    color: #eeeeee;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: none;
}
/* /Search side box */

/* Bestsellers side box */
.bestseller-sidebox {
    color: #333333;
   	font-size: 11px;
	font-family: arial, verdana, sans-serif;
}
/* /Bestsellers side box */

/* Notification box */
.notification-title-n { /* Notification message */
	color: #454138;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.notification-border-n {
	background-color: #454138;
}
.notification-body-n {
	background-color: #fbfbfb;
	color: #000000;
}
.notification-title-e { /* Error message */
	color: #c12929;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.notification-border-e {
	background-color: #c12929;
}
.notification-body-e {
	background-color: #fff7f4;
	color: #000000;
}
.notification-border-w { /* Warning message */
	background-color: #eba600;
}
.notification-body-w {
	background-color: #fff7f4;
	color: #000000;
}
.notification-title-w {
	color: #eba600;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* /Notification box */

/* Section in main box */

.section-border {
	background-color: #454138;
}
.section-body {
	background-color: #fbfbfb;
	color: #000000;
}
.section-title {
	color: #454138;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Section in main box */

/* Buttons */

.button {
	background-color: #bd1019;
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}
.button-sidebox {
	background-color: #bd1019;
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	font-weight: bold;
}
.action_button {
	background-color: #3e3d3b;
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}
.button-link:link, .button-link:visited, .button-link:active {
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.button-link:hover {
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.button-sidebox-link:link, .button-sidebox-link:visited, .button-sidebox-link:active {
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.button-sidebox-link:hover {
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.text-button-link:link, .text-button-link:visited {
	color: #000000;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.text-button-link:hover {
	color: #b80d18;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.text-button-link:active {
	color: #b80d18;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* /Buttons */

/* eMenu */
.emenu-border {
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.emenu-over {
	background-color: #cccccc;
	cursor: pointer;
}
.emenu-delim {
	background-repeat: repeat-x;
}
/* /eMenu */

/* Category page */
.category-description {
	color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
}
.subcategories {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.product-title:link {
	color: #004994;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.product-title:visited {
	color: #004994;
	font-family: verdana, arial, tahoma,  sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.product-title:hover {
	color: #b80d18;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.product-title:active {
	color: #b80d18;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.product-title2:link {
	color: #004994;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.product-title2:visited {
	color: #004994;
	font-family: verdana, arial, tahoma,  sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.product-title2:hover {
	color: #b80d18;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.product-title2:active {
	color: #b80d18;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.product-details-title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.product-details-title h2{
	font-size: 12px;
}
.product-tools {
	background-color: #ffffff;
}
.products-delim-v {
	background-repeat: repeat;
}
.sku {
	font-size: 9px;
}
.more-info {
	font-size: 10px;
}
.list-price {
	color: #555555;
	font-size: 11px;
}
.list-price-strike {
	color: #555555;
	font-size: 11px;
text-decoration: line-through;
}
.price {
	color: #cc000d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.cart-price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.discount {
	color: #666666;
	font-size: 12px;
}
/* Category page */

/* Form styles */
.form-field-title {
	background-color: #ffffff;
	color: #141414;
}
.form-title	{
	background-color: #ffffff;
	color: #141414;
	font-weight: bold;
}
.form-note {
	background-color: #ffffff;
	color: #141414;
}
.required-field-mark {
	color: #ff0000;
}
/* Form styles */

/* Checkout pages */
.table-head {
	background-color: #4c483f;
	color: #ffffff;
	font-weight: bold;
    text-transform: uppercase;
	padding-left: 3px;
	padding-right: 3px;
	height: 22px;
}
.table-row {
	background-color: #fff7e5;
}

.thin-border {
	background-color: #aaaaaa;
}
.form-field-caption {
	font-style:italic;
}

/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

/* all levels inner */
.minner {
	font: 12px Tahoma, Verdana, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: black; 
}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 1px solid #666666;
	background: #ffffff;
}
.moover {
	text-decoration : none;
	border : 1px solid #666666;
	background: #cccccc;
	cursor: pointer;
}

a.sort-by-links:link {
	color: #4c483f;
	text-decoration: underline;
}
a.sort-by-links:visited {
	color: #4c483f;
	text-decoration: underline;
}
a.sort-by-links:hover	{
	color: #b80d18;
	text-decoration: none;
}
a.sort-by-links:active {
	color: #b80d18;
	text-decoration: underline;
}

a.sort-by-links-selected:link {
	color: #4c483f;
	text-decoration: underline;
	font-weight: bold;
}
a.sort-by-links-selected:visited {
	color: #4c483f;
	text-decoration: underline;
	font-weight: bold;
}
a.sort-by-links-selected:hover	{
	color: #b80d18;
	text-decoration: none;
	font-weight: bold;
}
a.sort-by-links-selected:active {
	color: #b80d18;
	text-decoration: underline;
	font-weight: bold;
}

.notification-checkout {
        color: #61646E;
}
.notification-checkout:link {
        color: #61646E;
}
.notification-checkout:visited {
        color: #61646E;
}
.notification-checkoutl {
        color: #61646E;
}
.notification-checkoutl:link {
        color: #61646E;
        text-decoration: none;
}
.notification-checkoutl:visited {
        color: #61646E;
        text-decoration: none;
}
.notification-checkoutl:hover   {
        color: #b80d18;
        text-decoration: underline;
}
.notification-checkoutl:active {
        color: #b80d18;
        text-decoration: none;
}
.notification-checkoutblue {
        color:#000000;
	text-decoration: none;
}

.notification-checkoutblue:link {
        color: #61646E;
        text-decoration: none;
}
.notification-checkoutblue:visited {
        color: #61646E;
        text-decoration: none;
}
.notification-checkoutblue:hover   {
        color: #b80d18;
        text-decoration: none;
}
.notification-checkoutblue:active {
        color: #b80d18;
        text-decoration: none;
}


.profiles-vert-img {
	width: 10px;
}
.discount-label-text {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
.section-active-tab-bg {
	font-family: tahoma,arial, helvetica,	sans-serif;	
	font-size: 10px;
	white-space: nowrap;
	color: #ffffff;
	background: url('images/tab_bg_active.gif');
	background-color: #B80D18;
}
.section-inactive-tab-bg {
	font-family: tahoma,arial, helvetica,	sans-serif;	
	font-size: 10px;
	color: #000000;
	white-space: nowrap;
	background: url('images/tab_bg.gif');
	background-color: #B80D18
}
.section-outer-border {
	border: 1px #7A7A7A solid;
	clear: both;
}
.ajax-message {
	border: 1px solid #000000; 
	background-color: #f4fbff;
	padding: 10px 10px 10px 10px;
}
.affiliate-code {
	background: #f6f6f6;
	border: 1px solid #e0e0e0;
	color: #aaaaaa;
	font-size: 10px;
	text-align: center;
	padding: 3px;
	margin: 3px;
}
.valign {
	vertical-align: middle;
}
.main-text {
	color: #333333;
	font-size: 10px;

}
a.sort-link:link {
	color: #ffffff;	text-decoration: underline;
}
a.sort-link:visited {
	color: #ffffff;	text-decoration: underline;
}
a.sort-link:hover	{
	color: #ffffff;	text-decoration: none;
}
a.sort-link:active {
	color: #ffffff;	text-decoration: underline;
}

.trade-section-title { color: #ffffff;  font-weight: bold;}
.trade-section { color: #fffF00;  font-weight: bold;}
.trade-section:link, .trade-section:visited, .trade-section:active { color: #fffF00;  font-weight: bold;}
.trade-section-bright { 
color: #FFFF00; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;

}

.black-submit {
 font: bold 11px Geneva, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 background: #333333 url(/skins/aquarelle_red/customer/images/action_but_bg.gif) repeat-x;
 cursor: pointer ;
 border-top: thin solid #CCCCCC;
 border-right: thin solid #333333;
 border-bottom: thin solid #333333;
 border-left: thin solid #CCCCCC;
 width: 180px;
 height: 22px;
}

.red-submit {
 font: bold 11px Geneva, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 background: #CC0000 url(/skins/aquarelle_red/customer/images/but_bg.gif) repeat-x;
 cursor: pointer;
 border-top: thin solid #FF8C8C;
 border-right: thin solid #993300;
 border-bottom: thin solid #993300;
 border-left: thin solid #FF8C8C;
 width: 180px;
 height: 22px;
}



.footer_bar {
 background: #B80D17 url(images/menu_title_bg.gif);
 color: #FFFFFF;
 padding: 5px 5px 5px 15px;
 font-family: Geneva, Arial, Helvetica, sans-serif;


}

.footer_bar a { color: #FFFFFF; text-decoration: none; }

.serial
{
	width: 1.2em;
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 

.serial-select
{
	width: 36px;
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.code-price {
	border: 1px solid #000000;
	background-color: #E6E6E6;
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
}

#lh_sidebox #lh_total_count, #lh_sidebox #lh_free_count {
		font-weight: bold;
	}

.style3 {font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
.style4 {
	font-size: 12px;
	color: #FFFFFF;
}


.headerSub { border-top: 1px #666 solid; padding: 5px 10px 5px 15px; background: #464646;  color: #BABABA; }
.NavigationPath { font-size: 10px; color: #BABABA; text-decoration: none; }
.NavigationPath .NavigationPath:link, .NavigationPath:visited, .NavigationPath:active { font-size: 10px; color: #BABABA; text-decoration: none; }
.NavigationPath .NavigationPath:hover { font-size: 10px; color: White; text-decoration: underline; }


.VertMenuBox { background: #202020; color: #fff; text-align:left;}
.VertMenuBorder { background: #2B2B55; }
.VertMenuTitle { border-bottom: 2px solid #000000; border-top: 1px solid #FF7D7D; padding: 3px 7px 3px 7px; background: #D51111 url(images/menu_title_bg.gif); color: #FFFFFF; font-size: 11px; font-weight: bold; vertical-align: middle; }
.VertMenuSubTitle { background-color: #AFAFAF; }
.VertMenuTitleIcon { margin-left: 8px; margin-right: 8px; width: 21px; height: 20px; vertical-align: middle; }
.VertMenuItemsc { font-size: 11px; color: #fff; text-decoration: none; }
.VertMenuItemsc a { font-size: 11px; color: #fff; text-decoration: none; }
.VertMenuItemsSmallc  { font-size: 11px; color: #FF1A1A; font-size: 10px; text-decoration: none; }
.VertMenuItemsc a:hover {font-size: 11px; color: #FF2626; text-decoration: underline; }

.VertMenuItems { font-size: 11px; color: #fff; text-decoration: none; padding: 5px 7px 5px 7px;}
.VertMenuItems a { font-size: 11px; color: #fff; text-decoration: none;}
.VertMenuItemsSmall  { font-size: 11px; color: #FF1A1A; font-size: 10px; text-decoration: none; }
.VertMenuItems a:hover {font-size: 11px; color: #FF2626; text-decoration: underline; }

.VertMenuHr { color: #757575; }
.CategoriesList { font-size: 12px; }
.sidebox_content_yellow {font-size: 12px;  color: #fff000; }  /* cart text */
.sidebox_content {font-size: 10px;  color: #ffffff; text-align: left;}
.sidebox_images { margin-left: 8px; font-size: 12px; padding: 8px 5px 8px 5px; text-align: center;  width: 135px;  border: 1px inset #494949; background: #fff; }
.sidebox_images_label { margin-left: 9px; font-size: 12px; padding: 3px; text-align: center; width: 139px; border: 1px outset #494949; color: #CCCCCC; background: #666; }

.categoriesCart a { font-size: 11px; margin: 2px; padding: 3px 4px 3px 10px; display: block; background: #4A4A4A; color: #FFFFFF; text-align: center; }
.categoriesCart a:hover {  background: #BBBBBB; color: #4A4A4A; text-decoration: none; }

.VertMenuBoxCat { font-size: 12px; background: #202020; color: #fff; }
.categories a { font-size: 12px; border-bottom: 1px solid #000; padding: 2px 2px 2px 12px; display: block; background: #804040; color: #FFFFFF; text-decoration: none;}
.categories a:visited { font-size: 12px; border-bottom: 1px solid #000; padding: 2px 2px 2px 12px; display: block; background: #804040; color: #FFFFFF; text-decoration: none;}
.categories a:hover { font-size: 12px; background: #494949; color: #FFFFFF; text-decoration: none; }


.sub_categories a { font-size: 12px; border-bottom: 1px solid #000; padding: 1px 1px 1px 12px; display: block; background: #303030; color: #FFFFFF; text-decoration: none; 	font-family: Geneva, Arial, Helvetica, sans-serif;}
.sub_categories a:visited { font-size: 12px; border-bottom: 1px solid #000; padding: 1px 1px 1px 12px; display: block; background: #303030; color: #FFFFFF; text-decoration: none; 	font-family:Geneva, Arial, Helvetica, sans-serif;}
.sub_categories a:hover { font-size: 12px; background: #802020; color: #FFFFFF; text-decoration: none; font-family: Geneva, Arial, Helvetica, sans-serif;}

.text td{ 
font-size: 10px; font-family: Geneva, arial, verdana, sans-serif;
}
.display-blue-Code p{
	background-color: #990000;
	border: medium groove #000000;
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2em;
}
.display-blue-Code2 p{
	background-color: #990000;
	border: medium groove #333333;
	padding: 5px 5px 5px 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

.style_h2red {color: #FF0000; font-size: 18px; }
