html, body	{
	height: 100%;
	margin: 0;
	padding: 0;
	color: #555;
	background: #fff;
	font: 11px Verdana, Arial, Sans-Serif;
}
 
h1	{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #75062A;
}

a	{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #75062A;
	text-decoration: underline;
}

a:hover	{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

select
{border: solid 1px #892436;
}
span {font: 11px Verdana, Arial, Sans-Serif;}

img {border: 0;}

form {margin: 0;}

.error {
  font: 12px Verdana, Arial, Sans-Serif;
  color: #ed7527;
}

.notify_message {
  font-size: 10px;
  font-weight: bold;
  color: green;
  padding: 5px;
}

.alert_message {
  font-size: 10px;
  font-weight: bold;
  color: red;
  padding: 5px;
}

.alert_message a {
  color: #fff;
  font-weight: bold;
  font-size: 10px;  
  text-decoration: underline;
}

input.box, .form input.box {width: 20px;}

input.button {
	width: 150px;
	border: 0;
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #F1DEC0;
	text-align: center;
	cursor: pointer;
	padding-top: 0;
	padding-bottom: 5px;
	background: url(/images/button.gif) no-repeat;
}

input.button-white {
	width: 150px;
	border: 0;
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #852330;
	text-align: center;
	cursor: pointer;
	padding-top: 0;
	padding-bottom: 5px;
	background: url(/images/button-white.gif) no-repeat;
}

input.button-remove {
	width: 78px;
	border: 0;
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #F1DEC0;
	text-align: center;
	cursor: pointer;
	padding-top: 0;
	padding-bottom: 5px;
	background: url(/images/button-remove.gif) no-repeat;
}

a.text_button{
  width: 52px;
  height: 26px;
  display: block;
  font-size: 11px;
  color: #F1DEC0;
  text-decoration: none;
  text-align: center;
  padding-top: 5px;
  background: url(/images/button-edit.gif) no-repeat;
}

.price, .price-special {
  /*color: red;*/
}
.price-old {
  text-decoration: line-through;
}
td.price, th.price, .table th.price {
  text-align: right;
  /*color: #00657F;*/
}
.price-total {
  color: red;
}
th.price-total, td.price-total, .table th.price-total {
  text-align: right;
}
.total {
  border-top: 1px solid #482E21;
  padding-top: 3px;
  font-weight: bold;
}
.buttons {
  margin: 0;
  margin-top: 20px;
  padding: 10px;
}
.vline {
  border-left: 1px solid #dfdfdf;
}

/*** form ***/
table.form  {width: 100%;}

.form input {width: 180px;}

.form td {padding: 5px;}

.form span {font-size: 11px; font-weight: bold;}

.asterisk {color: red;}

.form-left {
  font-size: 11px;
  font-weight: bold;
  color: #442417;
  text-align: right;
  width: 50%;
}

.form-request {
  font-size: 11px;
  font-weight: bold;
  color: #442417;
  text-align: left;
}

.form .info {
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}

.form .buttons {
  padding-top: 10px;
  text-align: center;
}
/*** !form ***/

/*** table ***/
.table {
  width: 100%;
  border: 1px solid #DFDFDF;
  font: 12px Verdana, Arial, Sans-Serif;
}
.table th {
  background: #F9F9F9;
  border-bottom: 1px solid #DFDFDF;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  color: #0D7FC1;
}
.table tr, .table tr.out {
  background: #fff;
}
.table tr.over {
  background: #DFFAFF;
}
.table td.order-desc {
  background: #D1EAEF;
}
.table td.order-asc {
  background: #E0ECEF;
}
.table td {

}
/*** !table ***/

/*** progressbar ***/
.progressbar td, .progressbar td a {
  color: #aaa;
}
.progressbar td.current {
  color: #555;
}
/*** !progressbar ***/

/*   pageTab   */
ul.pageTab {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

ul.pageTab li {
	padding: 0;
	list-style: none;
	display: inline;
}

ul.pageTab li.current, a.begin, a.end, a.previous, a.next, a.page {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #872434;
	text-decoration: none;
}

ul.pageTab a.begin:hover, a.end:hover, a.previous:hover, a.next:hover, a.page:hover {color: #000000;}

ul.pageTab li.current {color: #000000;}
/*   !pageTab  */

/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/

#navigation a {
  color: #0D7FC1;
  font-weight: bold;
}
#title {
  color: #0D7FC1;
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 5px;
}

table.box {
  width: 100%;
}
.box td.heading {
  font-weight: bold;
  text-transform:uppercase;
  color: #0D7FC1;
  padding-left: 3px;
  border: 1px solid #DFDFDF;
  background: #F9F9F9;
  margin: 2px;
  height: 24px;
}
.box td.content {
  border: 1px solid #DFDFDF;
  border-top:  none;
  padding: 2px;
}
.box a {
  font-size: 11px;
}

/*** TOP MENU ***/
table.menu-dropdown td {
	margin: 0;
	white-space: nowrap;
}

table.menu-dropdown td a {
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

table.menu-dropdown td a:hover {
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

td.separator, separator-left, separator-right {width: 3px; background: url(/images/separator.gif) center repeat-y;}

div.dropdown-sub {
  background: #F9F9F9;
  border: solid 1px #CCCCCC;
  margin: 0;
  padding: 0;
}

div.dropdown-sub td.submenu {
  /*padding: 5px;
  text-align: left;*/
}

div.dropdown-sub td.submenu a {
  width: 100px;
  display: block;
  font: bold 11px Verdana;
  color: #0D7FC1;
  text-align: left;
  text-decoration: none;
  padding: 5px;
}

div.dropdown-sub td.submenu a:hover {
  font: bold 11px Verdana;
  color: #FFFFFF;
  text-decoration: none;
  background: #0D7FC1;
}

div.dropdown-sub td.submenu a.issub {
  background: url(/images/admin/issub.gif) center right no-repeat;
}

div.dropdown-sub td.submenu a.issub:hover {
  background: #EEE url(/images/admin/issub.gif) center right no-repeat;
}

div.dropdown-sub td.separator {
  background: #ccc;
  height: 1px;
}
/*** !TOP MENU ***/

/*** LEFT MENU TEXT ***/
.navlistleft {
width: 207px;
margin: 0;
padding: 0;
margin-left: 15px;
}

.navlistleft li {
display: block;
list-style: none;
margin: 0;
padding: 0;
}

li.navlistleft a {
display: block;
font-family: Times, Verdana, Arial, Sans-Serif;
font-size: 12px;
font-weight: normal;
color: #f1dec0;
text-transform: uppercase;
text-decoration: none;
margin: 0;
padding-top: 8px;
padding-bottom: 9px;
padding-left: 10px;
background: url(/images/leftmenu.gif) no-repeat;
}

li.navlistleft a:hover {
display: block;
font-family: Times, Verdana, Arial, Sans-Serif;
font-size: 12px;
font-weight: normal;
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
padding-left: 10px;
}

li.subnavlistleft a {
height: 22px;
display: block;
font-family: Times, Verdana, Arial, Sans-Serif;
font-size: 14px;
font-weight: normal;
color: #862433;
text-decoration: none;
margin: 0;
padding-left: 15px;
background: #cfc4c0;
}

li.subnavlistleft a:hover {
display: block;
font-family: Times, Verdana, Arial, Sans-Serif;
font-size: 14px;
font-weight: normal;
color: #000000;
text-decoration: none;
padding-left: 15px;
background: #cfc4c0;
}

li a.current {
display: block;
font-family: Times, Verdana, Arial, Sans-Serif;
font-size: 12px;
font-weight: normal;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
margin: 0;
}
/*** !LEFT MENU TEXT ***/

/*** LEFT MENU CATEGORIES ***/
.menucategory td a	{
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
}

.menucategory td a:hover	{
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #61162D;
}
/*** !LEFT MENU CATEGORIES ***/

/*** LEFT MENU ***/
.menuleft td a	{
	display: block;
	font-family: Times;
	font-size: 13px;
	font-weight: bold;
	color: #F1DEC0;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
}

.menuleft td a:hover	{
	display: block;
	font-family: Times;
	font-size: 13px;
	font-weight: bold;
	color: #532B1A;
	text-decoration: none;
	background: #E3CBA3;
}
/*** !LEFT MENU ***/

a.subcategories	{
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #872434;
	text-decoration: none;
	padding-left: 30px;
	background: url(/images/subcategories.gif) no-repeat;
}

a.subcategories:hover	{
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: url(/images/subcategories-over.gif) no-repeat;
}

a.categorieslink	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #450D00;
	text-decoration: none;
}

a.categorieslink:hover	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #AD2E43;
	text-decoration: none;
}

a.productlink	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #450D00;
	text-decoration: none;
}

a.productlink:hover	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #AD2E43;
	text-decoration: none;
}

.sortprice a	{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #872434;
	text-decoration: none;
}

.sortprice a:hover	{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.viewall	{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #872434;
	text-decoration: none;
}

a.viewall:hover	{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

td .productnav a	{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #450D00;
	text-decoration: none;
}

td .productnav a:hover	{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #872434;
	text-decoration: none;
}

/*** EXPAND MENU ***/
table.menu-expand {
  position: relative;
  z-index: 1000;
  padding-left: 10px;
}
table.menu-expand td {
  font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 0; margin: 0;
  color: #661F00;
  background: url(/images/arrow.gif) no-repeat #F9E8CE;
  border : 1px solid #661F00;
  height: 16px;
  width: 130px;
  /* Opacity in IE */ filter: alpha(opacity=70);
  /* Opacity in Mozilla */-moz-opacity: 0.7;
}
table.menu-expand td a {
  font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #661F00;
  background: #F9E8CE;
  height: 16px;
  display: block;
  padding: 4px 4px 4px 10px;
  text-decoration: none;
}
table.menu-expand td a:hover {
  color: #000000;
  background: #F8DCAD;
  cursor: pointer;
}
table.menu-expand td a.issub {
  background: url(/images/arrow.gif) center right no-repeat #F9E8CE;
}
table.menu-expand td a.issub:hover {
  background: url(/images/arrow_over.gif) center right no-repeat #F8DCAD;
}
div.expand-sub {
  background: #fff;
/**  border : 1px solid #661F00; **/
  padding: 0; margin: 0;
}
div.expand-sub td.submenu {
  border : 1px solid #661F00;
}
div.expand-sub td.submenu a {
  text-align: left;
  font: bold 12px Verdana;
  color: #661F00;
  background: #F9E8CE;
  text-decoration: none;
  display: block;
  padding: 4px 4px 4px 10px;
  width: 200px;
}

div.expand-sub td.submenu a:hover {
  font: bold 12px Verdana;
  color: #000000;
  text-decoration: none;
  background: #F8DCAD;
}
div.expand-sub td.submenu a.issub {
  background: url(/images/arrow.gif) center right no-repeat #F9E8CE;
}
div.expand-sub td.submenu a.issub:hover {
  background: url(/images/arrow_over.gif) center right no-repeat #F8DCAD;
}
div.expand-sub td.separator {
  background: #ccc;
  height: 1px;
}
/*** !EXPAND MENU ***/

/*** SITE MAP ***/  
a.sitemap	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #0D7FC1;
	text-decoration: none;
}

a.sitemap:hover	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #0D7FC1;
	text-decoration: underline;
}

a.subsitemap	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
}

a.subsitemap:hover	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
/*** !SITE MAP ***/

.phone	{
	font-family: Times;
	font-size: 18px;
	color: #872436;
}

.toplinks	{
	font-family: Times;
	font-size: 13px;
	color: #872436;
	text-decoration: none;
}

a.toplinks	{
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #522B1A;
	text-decoration: none;
}

a.toplinks:hover	{
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #421B0A;
	text-decoration: none;
}

a.bottomlinks	{
	font-family: helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #522B1A;
	text-decoration: none;
}

a.bottomlinks:hover	{
	font-family: helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #422B0A;
	text-decoration: none;
}

a.enlarge	{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #872434;
	text-decoration: none;
}

a.enlarge:hover	{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

input.buttonwishlist	{
	width: 128px;
	border: 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #522B1A;
	cursor: pointer;
	padding-left: 20px;
	background: url(/images/icon-wishlist.gif) no-repeat;
}

input.buttonaddtocart	{
	width: 128px;
	height: 23px;
	border: 0;
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #F1DEC0;
	cursor: pointer;
	padding-left: 30px;
	background: url(/images/buttonaddtocart.gif) no-repeat;
}

.loginheader	{
	font-family: Times;
	font-size: 16px;
	font-weight: bold;
	color: #7A0830;
}

.progress {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #75062A;
	text-decoration: underline;
}

.progresscurrent {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3D1C12;
	text-decoration: none;
}

a.progress {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #75062A;
	text-decoration: underline;
}

a.progress:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3D1C12;
	text-decoration: none;
}

.progress {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #75062A;
	text-decoration: underline;
}

.progresscurrent {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3D1C12;
	text-decoration: none;
}

a.progress {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #75062A;
	text-decoration: underline;
}

a.progress:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3D1C12;
	text-decoration: none;
}

a.accountlinks {
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #f2ddc0;
	text-decoration: none;
}

a.accountlinks:hover {
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#headerlinks {float: left; overflow: hidden; width: 388px;}
#headerlinks .toprightlinks {clear: both; overflow: hidden; float: right; }
#headerlinks .toprightlinks li {list-style: none; float: left; color: #fff; background-color: #872436; padding: 3px 8px 6px 7px; font-size: 12px; font-family: arial; text-align: center; line-height: 16px; width: 56px;}
#headerlinks .toprightlinks li a {text-decoration: none; color: #fff; font-size: 12px; font-family: arial; text-transform: uppercase;}
#headerlinks .toprightlinks li:hover {background-color: #61162d;}
#headerlinks .toprightlinks li.cart {font-family: arial; width: 102px; background-color: #61162d; border-right: 1px solid #fff;}
#headerlinks .toprightlinks li.cart span#cartnum {margin: 0 4px;}

#headerlinks .botrightlinks {overflow: hidden; width: 388px; float: right;}
#headerlinks .botrightlinks li {list-style: none; float: right; padding: 0 8px 0 7px; line-height: 16px; border-right: 1px solid #872436; margin-top: 5px;}
#headerlinks .botrightlinks li a {text-decoration: none; color: #872436; font-size: 12px; font-family: helvetica;}
#headerlinks .botrightlinks li a:hover {color: #532d1a;}
#headerlinks .botrightlinks li.last {border-right: 0px;}

a.toprightlinks2 {text-decoration: none; color: #872436; font-size: 12px; font-family: helvetica; padding: 10px 0px 0px 0px;}
a.toprightlinks2:hover {text-decoration: none; color: #532D1A; font-size: 12px; font-family: helvetica;}

