html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  background: #000;
  font: 11px Verdana, Arial, Sans-Serif;
}

a {
  color: #a7a7a7;
  text-decoration: none;
  font: 11px Verdana, Arial, Sans-Serif;
}

a:hover {
  color: #a7a7a7;
  text-decoration: underline;
}

span {font: 11px Verdana, Arial, Sans-Serif;}

img {border: 0;}

form {margin: 0;}

.error {
  font: 12px Verdana, Arial, Sans-Serif;
  color: #ed7527;
}

.notify_message {
  color: #fff;
  background: green;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
}

.alert_message {
  color: #fff;
  background: red;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
}

.alert_message a {
  color: #fff;
  font-weight: bold;
  font-size: 10px;  
  text-decoration: underline;
}

input.box, .form input.box {width: 20px;}

input.button {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 2px 10px;
  border: 1px solid #AAAAAA;
  background: url(/images/button.gif) repeat-x;
  cursor: pointer;
}

a.text_button{
  width: 30px;
  display: block;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding: 3px 12px;
  border: 1px solid #AAAAAA;
  background: url(/images/button.gif) repeat-x;
  cursor: pointer;
}

.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 {font-weight: bold; color: #ff5903;}

th.price-total, td.price-total, .table th.price-total {text-align: right;}

.total {
  padding-top: 5px;
  font-weight: bold;
  color: #FFFFFF;
}

.buttons {
  background: #EFEFEF;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #dfdfdf;
}

.vline {border-left: 1px solid #AAAAAA;}

/*** form ***/
table.form  {
  width: 100%;
}
.form input {
  width: 180px;
}
.form td {
  padding: 5px;
}
.form span {
  font-size: 12px;
}
.asterisk {
  color: red;
}
.form-left {
  text-align: right;
  font-weight: bold;
  width: 50%;
}
.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 {font-family: Verdana; font-size: 10px; font-weight: bold; color: #FFFFFF;}

.progressbar td.current {font-family: Verdana; font-size: 10px; font-weight: bold; color: #ff5903;}
/*** !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 {
  padding: 2px 7px;
  margin: 0 -3px;
  background: #f9f9f9;
  border: 1px solid #F5F5F5;
  color: #666;
  text-decoration: none;
}
ul.pageTab a.begin:hover, a.end:hover, a.previous:hover, a.next:hover, a.page:hover {
  background: #F5F5F5;
}
ul.pageTab li.current {
  background: #ccc;
  color: #F5F5F5;
}
/*   !pageTab  */

/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/

#navigation a {
  color: #0D7FC1;
  font-weight: bold;
}

#title {
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	color: #aa3b02;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 10px;
}

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;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  background: url(/images/topmenuback.jpg);
}

table.menu-dropdown td a:hover {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background: url(/images/topmenuback_current.jpg);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
}

table.menu-dropdown td a.current {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background: url(/images/topmenuback_current.jpg);
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 13px;
  padding-bottom: 13px;
}

td.separator, separator-left, separator-right {width: 2px; background: url(/images/separator.gif) bottom no-repeat;}

div.dropdown-sub {
  margin: 0;
  padding: 0;
  background: #e7e7e7;
}

div.dropdown-sub td.submenu {
  /*padding: 5px;
  text-align: left;*/
}

div.dropdown-sub td.submenu a {
  width: 204px;
  display: block;
  font: 10px Tahoma;
  color: #000;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  padding-left: 30px;
  background: url(/images/expandleft.jpg) no-repeat #e7e7e7;
}

div.dropdown-sub td.submenu a:hover {
  width: 204px;
  font: 10px Tahoma;
  color: #000;
  text-decoration: none;
  background: url(/images/expandlefthov.jpg) no-repeat #c9c9c9;
}

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 ***/
.navlist {
	width: 200px;
	margin: 0;
	padding: 0;
}

.navlist li {
	list-style: none;
	border-bottom: 1px solid #000000;
}

.navlist a {
	display: block;
	border: 0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #a7a7a7;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	background: url(/images/leftmenu.gif) no-repeat;
}

.navlist a:hover {
	color: #CB2201;
	background: url(/images/leftmenu-over.gif) no-repeat;
}

li.subnavlist {
	list-style: none;
	border: 0;
	background: #545454;
}

li.subnavlist a {
	display: block;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: #545454;
}

li.subnavlist a:hover {
	color: #ff917b;
	background: #545454;
}

li.subnavlist a.current {
	color: #ff917b;
	background: #545454;
}

a.current {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #cb2201;
	background: url(/images/leftmenu-over.gif) no-repeat;
}
/*** !LEFT MENU ***/

/*** ACCOUNT MENU ***/
.accnavlist {
	width: 200px;
	margin: 0;
	padding: 0;
}

.accnavlist li {
	list-style: none;
	border-bottom: 1px solid #808080;
}

.accnavlist a {
	display: block;
	border: 0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background: #808080;
}

.accnavlist a:hover {
	color: #FFFFFF;
	background: #808080;
}

a.acccurrent {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(/images/leftmenu-over.gif) no-repeat;
}
/*** !ACCOUNT MENU ***/

/*** 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: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #f22e00;
	text-decoration: none;
}

a.sitemap:hover	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.subsitemap	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
}

a.subsitemap:hover	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #f22e00;
	text-decoration: underline;
}
/*** !SITE MAP ***/
.boxheader	{
	height: 31px;
	background: url(/images/hat_tile.gif) repeat-x;
}

.boxheadertext	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}

.white	{color: #fff;}

.admin {
    font-size : 15px;
    font-weight: bold;
}

.large	{
    font-size : 13px;
    font-weight: bold;
}

a.categoryname	{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
    color: #ce3100;
	padding-left: 10px;
}

a.toplinks	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #a3a3a3;
	text-decoration: none;
}

a.toplinks:hover	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #e8ab00;
	text-decoration: none;
}

a.bottomlinks	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.bottomlinks:hover	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #fc9605;
	text-decoration: none;
}

.topwhite	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.topred	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #f22e00;
}

.context_search	{background: yellow; color: #000000;}