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

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

a:hover {
  color: #AB0C0B;
  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 {
  height: 23px;
  cursor: pointer;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
  background: url(/images/button.gif) repeat-x;
  padding-top: 3px;
  padding-bottom: 3px;
}

a.text_button{
  height: 23px;
  cursor: pointer;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
  background: url(/images/button.gif) repeat-x;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.price, .price-special {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #AB0C0B;
	text-decoration: none;
}

.price-old {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
	text-decoration: line-through;
}

.pricemost, .pricemost-special {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #AB0C0B;
	text-decoration: none;
}

.pricemost-old {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
	text-decoration: line-through;
}

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

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

/*** 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 {
  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: #777777;
  font-weight: bold;
  text-decoration: none;
}

#navigation a:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.white  {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}
#title {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  color: #C72221;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}

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: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 23px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(/images/topmenu.gif) 5px no-repeat;
}

table.menu-dropdown td a:hover {
  display: block;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background: #b41312;
  padding-left: 23px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(/images/topmenu-over.gif) 5px no-repeat;
}

td.separator, separator-left, separator-right {width: 3px;}

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

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

.navlist a {
  display: block;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 5px 0 5px 40px;
  text-decoration: none;
  background: url(/images/leftmenutop.gif) no-repeat;
}

.navlist a:hover {color: #66BCDA; text-decoration: none;}

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

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

/*** CATEGORIES MENU ***/
.navlistcat {
  width: 190px;
  padding: 0;
  margin: 0;
}

.navlistcat li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #E0E0E0;
}

.navlistcat a {
  display: block;
  color: #555555;
  padding: 3px 0 3px 30px;
  text-decoration: none;
  background: url(/images/categories.gif) no-repeat #d0d0d0;
}

.navlistcat a:hover {color: #FFFFFF; text-decoration: none; background: url(/images/categories-over.gif) no-repeat #999999;}

li.subnavlistcat a {
  font-weight: normal;
  color: #555555;
  padding-left: 17px;
  background: url(/images/menu-sub.gif) 3px no-repeat;
}

li.subnavlistcat a:hover {
  font-weight: normal;
  color: #AB0C0B;
  padding-left: 17px;
  background: url(/images/menu-sub.gif) 3px no-repeat;
}

li a.currentcat {color: #FFFFFF; text-decoration: none; background: url(/images/categories-over.gif) no-repeat #999999;}

li a.subcurrentcat {color: #AB0C0B; text-decoration: none; background: url(/images/menu-sub.gif) 3px no-repeat;}
/*** !CATEGORIES MENU ***/

/*** LEFT MENU LEFT ***/
.navlistleft {
  width: 190px;
  padding: 0;
  margin: 0;
}

.navlistleft li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #E0E0E0;
}

.navlistleft a {
  display: block;
  color: #555555;
  padding: 3px 0 3px 30px;
  text-decoration: none;
  background: url(/images/leftmenu.gif) no-repeat;
}

.navlistleft a:hover {color: #FFFFFF; text-decoration: none; background: url(/images/leftmenu-over.gif) no-repeat;}

li.subnavlistleft a {
  font-weight: normal;
  color: #555555;
  padding-left: 17px;
  background: url(/images/menu-sub.gif) 3px no-repeat;
}

li.subnavlistleft a:hover {
  font-weight: normal;
  color: #AB0C0B;
  padding-left: 17px;
  background: url(/images/menu-sub.gif) 3px no-repeat;
}

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

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

.copy	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #F3D3D2;
}

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

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

a.more {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.more:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.order {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.order:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div.product-list td	{border: 0;}

div.product-list th	{
	height: 25px;
	background: url(/images/tableheader.gif) repeat-x;
}

div.product-list th a	{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div.product-list td a	{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

div.product-list .price, .price-special	{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #AB0C0B;
	text-decoration: none;
}

div.product-list .price-old	{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
	text-decoration: line-through;
}

div.product-list a.more {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div.product-list a.more:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#name {
width: 285px;
}
#email {
width: 285px;
}
#phone {
width: 285px;
}
