* {
}

body, table, div {
	font-size: 12px;
}

a {
	color: #a19563/*general links*/;
	text-decoration: none;
}

a:hover {
	color: #a19563/*general links hover*/;
	text-decoration: underline;
}

h1 {

	font-size: 14px;

}


div.trail {
	font-size: 11px;
}



div.trail a {
	font-size: 11px;
}



table.header {
	background-color: #ffffff/*header background*/;
	width: 90%;
	font-size: 11px;
	font-weight: bold;
	color: #a19563/*header text*/;
	padding-bottom: 2px;
}


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: #a19563/*basket status text*/;
}

table.header span.links {
	color: #575a5c/*header links*/;
	line-height: 20px;
	font-size: 12px;
}

table.header span.links a {
	padding-left: 10px;
}

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: #ffffff; 
	border-left: 1px solid #ffffff;
}

table.nav a, table.nav a:hover {
	color: #ffffff/*navigation tabs text*/;
	text-decoration: none;
}

table.nav td.cat_link {
	background: transparent url(tab_left.gif) no-repeat left bottom;
	border-right: 1px solid #ffffff;
	padding: 10px 0px 5px 0px;
}

table.nav td.cat_link_active, table.nav td.cat_link_hover {
	background: transparent url(gold/tab_active_left.gif) no-repeat left bottom;
	border-right: 1px solid #ffffff;
	padding: 10px 0px 5px 0px;
}


table.nav a, table.nav td.cat_link a:active {
	background: transparent url(tab_right.gif) no-repeat right bottom;
	padding: 5px 10px 0px 10px;
}

table.nav td.cat_link_active a, table.nav a:active, table.nav td.cat_link_hover a, table.nav a:hover {
	background: transparent url(gold/tab_active_right.gif) no-repeat right bottom;
	padding: 5px 10px 0px 10px;
}




table.subnav {
	width: 100%;	
	background: url(gold/subnav_bg.gif);
	margin-top: 1px;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 2px;
}

table.subnav td {
	padding: 5px 20px 5px 5px;
}

table.subnav a {
	background: url(gold/subnav_spacer.gif) no-repeat right top;
	color: #ffffff/*sub navbar links*/;
	text-decoration: none;
	padding: 5px 20px 5px 5px;
}

table.subnav a:hover {
	background: url(gold/subnav_spacer.gif) no-repeat right top;
	color: #ffffff/*sub navbar links hover*/;
	text-decoration: underline;
	padding: 5px 20px 5px 5px;
	
}



table.search form {
	margin: 0;
	padding: 0;
}

table.search {
	width: 100%;
	background: #f1f1f1/*search bar background*/;
}

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: #a19563/*footer seperator bar*/;
}

table.footer {
	width: 100%;
	margin-top: 1px;	
}

table.footer td {
	color: #ffffff/*footer text*/;
	font-size: 10px;
	background: url(footer_bg.gif);
	padding: 5px;
}

 table.footer div {
	color: #ffffff/*footer text*/;
	font-size: 10px;
}

table.footer td a {
	color: #ffffff/*footer links*/;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

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



table.main {
	width: 100%;
	margin-top: 2px;
}

table.main td.left {
	width: 191px;
	border-right: 1px solid #ffffff;
}

table.main td.right {
	width: 190px;
	border-left: 1px solid #ffffff;
}


table.main td.center {
	border-left: 1px solid #edecec;
	border-right: 1px solid #edecec;
	border-color: #edecec/*content borders*/;
	padding: 5px 10px;
}




table.sidebar {
	width: 191px;
	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: #ffffff/*sidebar title text*/;
	font-size: 9px;
	padding: 6px;
}



table.sidebar#categories td {
	background: #f7f7f7; /*sidebar categories l2 background*/
	border-top: 1px solid #ffffff;
	padding: 3px 10px;
	font-size: 11px;		
}

table.sidebar#categories td.l1, table.sidebar#categories td.l1_over, table.sidebar#categories td.l1_active {
	background: #a19563/*sidebar categories l1 background*/;
}

table.sidebar#categories a {
	color: #4f5861/*sidebar categories l2 links*/;
	text-decoration: none;
}

table.sidebar#categories td.l1 a, table.sidebar#categories td.l1_over a, table.sidebar#categories td.l1_active a {
	color: #ffffff/*sidebar categories l1 links*/;
	text-decoration: none;
}

table.sidebar#categories a:hover {
	text-decoration: underline;
}



table.hp table.hp_buy input {
	color: #a19563/*general links*/;
}

table.bask tr td input {
	color: #a19563/*general links*/;
}

