body, table {
	background: white;
	font-family: Verdana;
	color: black;
	font-size: 12px;
}

body {
	margin: 0;
}

img {
	border: 0;
}

a {
	color: #003663; /*general link*/
	text-decoration: none;
}

a:hover {
	color: #fb6703; /*general link hover*/
	text-decoration: underline;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	color: #003663; /*page title*/
	font-weight: normal;
	margin-bottom: 20px;
}

input.command {
	
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;

	padding: 3px;
}

span.error {
	font-weight: bold;
	color: red;
}


div.trail {
	color: #003663; /*trail*/
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid;
	border-bottom-color: #003573; /*trail underline*/
	
	font-family: Verdana;
	font-size: 10px;
}




/* CUSTOM STYLES FOLLOW */
/* CUSTOM STYLES FOLLOW */
/* CUSTOM STYLES FOLLOW */


table.header {
	width: 100%;
	background: white; /*header background*/
	
	color: white; /*header text*/
	font-family: Arial;
	font-size: 11px;
}

table.header td#left {
	
}

table.header table.links {
	background: #003573; /*header links background*/
	font-size: 10px;
	font-weight: bold;
	
}

table.header table.links td {
	padding: 4px 14px;
	border-left: 1px solid;
	border-left-color: white; /*header background*/
}

table.header table.links a {
	color: white; /*header links*/
	text-decoration: none;
}

table.header table.links a hover {
	color: orange; /*header links hover*/
	text-decoration: underline;
}

table.header td#right-bottom {
	padding-right: 10px;
}

table.header div.languages {
	padding: 3px;
}

table.header div.contacts {
	padding: 3px;
	font-size: 11px;
	color: black; /*contacts*/
}

table.header div.contacts a {
	color: black; /*contacts*/
	text-decoration: none;
}

table.header div.contacts a:hover {
	color: orange; /*contacts hover*/
	text-decoration: underline;
}








table.nav {
	
	background: #9e0428; /*tabs background*/
	
	font-size: 10px;
	font-family: Verdana;	
	font-weight: bold;
	
	width: 100%;
}

table.nav td#left {
	width: 170px;
	border-right: 1px solid white;
}

table.nav ul {
	
	margin: 0px;
	padding: 0px;
	list-style:none;
}

table.nav li {
	float:left;
	margin: 0;
	padding: 0;
}

table.nav ul a {
	
	display: block;
	color: white; /*tabs link*/
	background: #9e0428; /*tabs background*/
	text-decoration:none;
	
	padding: 5px 12px;
	border-right: 1px solid white;
}

table.nav ul a:hover {
	text-decoration:none;
	background: #003663; /*tabs background hover*/
	color: white; /*tabs link hover*/
}







table.main {
	width: 100%;
	padding: 0;
	margin: 0;
}


table.main td#left div.search {
	background: #9e0428; /*search background*/
	color: white; /*left text*/
	font-size: 9px;
	font-family: Verdana;
	padding: 4px 6px;
}

table.main td#left div.search input {
	
	border: 1px solid;
	border-color: black; /*search box border*/
	font-size: 9px;
	font-family: Verdana;
	padding: 2px;
	margin-top: 4px;
}

table.main td#left div.search a {
	
	color: white; /*left text*/
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}


table.main td#left div.date {

	font-size: 11px;
	padding: 8px;
}



table.main td#left {
	width: 170px;
	
	background: #f1f1f1; /*left background*/
	border-right: 4px solid white;
	
	font-family: Verdana;
	font-size: 12px;
}

table.main td#left div.level1 {
	
	font-weight: bold;
	padding: 2px;
	padding: 6px 12px;
	background: #9e0428; /*category background*/
}

table.main td#left div.level1 a {
	color: white; /*category link*/
	text-decoration: none;
}

table.main td#left div.level1 a:hover {
	color: black; /*category link hover*/
	text-decoration: underline;
}

table.main td#left div.level2 {
	
	font-weight: bold;
	
	padding: 4px 10px 6px;
	font-family: Verdana;
	font-size: 11px;
	
	border-bottom: 1px dashed;
	border-bottom-color: orange; /*category sub underline*/
	margin: 0px 10px 4px;
}

table.main td#left div.level2 a {
	color: green; /*category sub link hover*/
	text-decoration: none;
}

table.main td#left div.level2 a:hover {
	color: green; /*category sub link hover*/
}



table.main td#right {
	background: white; /*right background*/
	width: 150px;
	padding: 4px;
	border-left: 1px solid;
	border-left-color: white; /*right background*/
}

table.main td#center {
	border-left: 1px solid;
	border-left-color: #abc7e3; /*center border*/
	border-right: 1px solid;
	border-right-color: #abc7e3; /*center border*/
	padding: 8px;
}





table.footer {
	width: 100%;
	background: #9e0428; /*footer background*/
	color: white; /*footer text*/
	font-size: 11px;	
}

table.footer td {
	padding: 5px 15px;
}

table.footer a {
	color: white; /*footer text*/
	text-decoration: none;
}

table.footer a:hover {
	color: #ffcc00; /*footer text hover*/
	text-decoration: underline;
}
















/* SIDE BAR STYLES */
/* SIDE BAR STYLES */
/* SIDE BAR STYLES */
/* SIDE BAR STYLES */


table.sidebar caption {
		
	text-align: left;
	padding: 3px 5px;
	
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: white; /*sidebar title*/
	
	background: #9e0428; /*sidebar title background*/
	border: 1px solid;
	border-color: #003573; /*sidebar border*/
	border-bottom: 0px;
	border-top: 0px;
}

table.sidebar {
	
	font-family: Verdana;
	font-size: 10px;
	color: black; /*sidebar text*/
	
	background: #f1f1f1; /*sidebar background*/
	border: 1px solid;
	border-color: #003573; /*sidebar border*/
	border-top: 0px;
	padding: 4px;
	
	width: 100%;
}

div.sidebar div {
	font-size: 10px;
}

table.sidebar input {
	font-size: 11px;
	margin-top: 4px;
}

table.sidebar#products span.price {
	font-weight: bold;
	color: red;
}





