* {
	font-family: Tahoma, sans-serif;
}

body, table, div {
	font-size: 12px;
}

a {
	color: Black;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: Orange;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-size: 14px;
}

div.trail {
	font-size: 11px;
}

div.trail a {
	font-size: 11px;
}

div.heading {
	border: 1px solid #FF9900;
}

div.warning {
	font-size: 	12px;
	font-weight:	bold;
	color:		red;
}

table.heading {
	width: 90%;
	align: center;
	font-size: 12px;
	font-weight: bold;
}

table.heading b {
	font-size: 14px;
	color:     #FF9900;
}

table.heading a {
	font-size: 12px;
}

table.heading tr {
	width: 80%
	align: center;
}

table.header {
	width: 90%;
	font-size: 11px;
	font-weight: bold;
	color: #6f91aa;
}


table.header span.member_status {
	background: url(member.gif) no-repeat;
	padding-left: 20px;
	font-size: 11px;
	line-height: 20px;
}

table.header span.member_status a {
	text-decoration: none;
}

table.header span.basket_status {
	background: url(basket.gif) no-repeat;
	padding-left: 20px;
	font-size: 11px;
	line-height: 20px;
}

table.header span.basket_status span {
	color: orange;
}

table.header span.links {
	color: #575a5c;
	line-height: 20px;
	font-size: 12px;
}

table.header span.links a {
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

table.header td.left a, table.header td.left a img {
	border: 0;
}	


table.nav_container {
	width: 100%;	
}

table.nav_container {
	background: url(tab_bg.gif) 0 100% repeat-x;
}

table.nav {
	font-size: 11px;
	color: white;
	border-left: 1px solid white;
}

table.nav a, table.nav a:hover {
	display: block;
	color: white;
	padding: 10px 10px 6px 10px;
	text-decoration: none;
}

table.nav td.l1, table.nav td.l1_over {
	background: url(tab_left.gif) 0% 100% no-repeat;
	border-right: 1px solid white;
}

table.nav td.l1_active {
	background: url(tab_active_left.gif) 0% 100% no-repeat;
	border-right: 1px solid white;
}


table.nav td.l1 a, table.nav td.l1_over a {
	background: url(tab_right.gif) 100% 100% no-repeat;
}

table.nav td.l1_active a {
	background: url(tab_active_right.gif) 100% 100% no-repeat;
}

table.subnav {
	width: 100%;
	height: 25px;
	background: url(subnav_bg.gif);
	margin-top: 1px;
	font-size: 11px;
}

/***
table.subnav td {
	
}

table.subnav a {
	background: url(subnav_spacer.gif) right no-repeat;
	color: white;
	text-decoration: none;
	padding: 0 20px 0 5px;
}

table.subnav a:hover {
	background: url(subnav_spacer.gif) right no-repeat;
	color: white;
	text-decoration: underline;
	padding: 0 20px 0 5px;
}
***/

table.search {
	width: 100%;
	background: #f1f1f1;	
}

table.search td {
	padding: 5px;
}

table.search td span {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;	
}




table.footer_sep {
	width: 100%;
	height: 3px;
	background: orange;
}

table.footer {
	width: 100%;
	margin-top: 1px;	
}

table.footer td {

	color: white;
	font-size: 10px;
	background: url(footer_bg.gif);
	padding: 5px;
}

table.footer td a {
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

table.footer td a:hover {
	text-decoration: underline;
}



table.main {
	width: 100%;
	margin-top: 2px;
}

table.main td.left {
	width: 191px;
	border-right: 1px solid white;
}

table.main td.right {
	width: 190px;
	border-left: 1px solid white;
}

table.main td.center {
	border-left: 1px solid #edecec;
	border-right: 1px solid #edecec;
	padding: 5px 10px;
}




table.sidebar {
	width: 191;
	padding: 0;
	margin-bottom: 15px;
	font-size: 11px;
}

table.sidebar td {
	padding: 5px 2px 0;
}

table.sidebar caption {
	background: url(sidebar_caption_bg.gif);
	color: white;
	font-size: 9px;
	padding: 6px;
	font-weight: bold;
}



table.sidebar#categories td {
	background: #f7f7f7;
	border-top: 1px solid white;
	padding: 3px 10px;
	font-size: 11px;		
}

table.sidebar#categories td.l1, table.sidebar#categories td.l1_over {
	background: #6f91aa;
}

table.sidebar#categories a {
	color: #4f5861;
	text-decoration: none;
}

table.sidebar#categories td.l1 a, table.sidebar#categories td.l1_over a {
	color: white;
	text-decoration: none;
}

table.sidebar#categories a:hover {
	text-decoration: underline;
}



table.hp table.hp_buy input {
	color: orange;
}

table.bask tr td input {
	color: orange;
}

table.sidebar#news div {
	font-size: 11px;
}

table.sidebar#news td div.headline a {
	font-weight: bold;
}

table.sidebar#news td div.date {
	padding: 4px 0px;	
}

