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

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

a:hover {
  color: #0D7FC1;
  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;
}

.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;
}

.notify_message {
font-family: Verdana, Arial, Sans-Serif;
font-size: 11px;
font-weight: bold;
color: #fff;
background: green;
padding: 5px;
}

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

input.button {
  background: #D5EE92;
  border: 1px solid #A4B816;
  padding: 2px 10px;
  color: #555555;
}

.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 #dfdfdf;
  padding-top: 3px;
  font-weight: bold;
}

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

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

/*** 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 ***/

/*   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;
}
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 {
  color: #6F6F6F;
  font-weight: bold;
  padding-bottom: 5px;
}

/*** TOP MENU ***/
table.menu-dropdown td {
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  width: 85px;
  height: 20px;
  margin-bottom: 2px;
  margin-left: 2px;
  background: url(/images/topmenu.gif);
}

table.menu-dropdown td a {
  width: 80px;
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}

table.menu-dropdown td a:hover {
  width: 80px;
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #007DAD;
  font-weight: bold;
  text-decoration: none;
}

td.separator, separator-left, separator-right {margin: 0; padding: 0;}

div.dropdown-sub {
  background: #fff;
  border: solid 1px #CCC;
  padding: 0; margin: 0;
}

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

div.dropdown-sub td.submenu a {
  text-align: left;
  font: bold 12px Verdana;
  color: #5875B1;
  text-decoration: none;
  display: block;
  padding: 5px;
  width: 100px;
}

div.dropdown-sub td.submenu a:hover {
  font: bold 12px Verdana;
  color: #000;
  text-decoration: none;
  background: #EEE;
}

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 {
  padding: 3px;
  width: 160px;
  font: 12px verdana, sans-serif;
  margin: 0;
}
.navlist li {
  list-style: none;
  border: 1px solid #fff;
}
.navlist a {
  display: block;
  padding: 3px 0 3px 25px;
  border-bottom: 1px solid #fff;
  background: url(/images/menu.gif) 3px no-repeat;
}
.navlist a:hover {
}
li.subnavlist a {
  background: url(/images/menu-sub.gif) 3px no-repeat;
  padding-left: 17px;
}
a.current {font-weight: bold;}
/*** !LEFT MENU ***/

/*** LEFT MENU MAIN ***/
.navlistmain {
  padding: 3px;
  width: 160px;
  font: 11px verdana, sans-serif;
  text-transform: uppercase;
  margin: 0;
}

.navlistmain li {
  height: 32px;
  list-style: none;
}

.navlistmain a {
  height: 32px;
  display: block;
  padding-left: 35px;
  padding-top: 7px;
  margin-top: 2px;
  background: url(/images/bulletmain.gif) no-repeat;
}

.navlistmain a:hover {color: #007DAD;}

li.subnavlistmain a {
  padding-left: 17px;
  background: url(/images/menu-sub.gif) 3px no-repeat;
}

a.currentmain {font-weight: bold;}
/*** !LEFT MENU MAIN ***/

/*** LEFT MENU CATEGORY ***/
.category {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 160px;
}

.category li {
	list-style: none;
	height: 20px;
}

.category a {
	display: block;
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(/images/category.gif) 5px no-repeat;
}

.category a:hover {color: #007DAD;}

li.subcategory a {
	background: url(/images/menu-sub.gif) 3px no-repeat;
	padding-left: 17px;
}

a.categorycurrent {font-weight: bold;}
/*** !LEFT MENU CATEGORY ***/

/*** 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 ***/

/*** BOTTOM MENU ***/
a.bottomlinks:link	{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
	padding-left: 1px;
	padding-right: 1px;
}

a.bottomlinks:active	{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
	padding-left: 1px;
	padding-right: 1px;
}

a.bottomlinks:visited	{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
	padding-left: 1px;
	padding-right: 1px;
}

a.bottomlinks:hover	{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #0D7FC1;
	padding-left: 1px;
	padding-right: 1px;
}
/*** !BOTTOM MENU ***/

input.topbutton	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	height: 18px;
	border: solid 1px #A4B816;
	background: #D5EE92;
	padding: 0;
	margin: 0;
}

/*** progressbar ***/
.progressbar td, .progressbar td a {
  color: #aaa;
}
.progressbar td.current {
  color: #555;
}
/*** !progressbar ***/
