body, table {
	font-family: Arial;
	color: black; /*general text*/
	font-size: 12px;

}

form {
	margin: 0;
}

body {
	margin: 0;
	background: white; /*background*/
}

table {
	background: transparent;
	color: black; /*general text*/
}

div {
	background: transparent;
}

img {
	border: 0;
}

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

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

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

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

div.trail a {
	color: #ff0000; /*trail link*/
}


div.trail a:hover {
	color: #ff0000; /*trail link hover*/
}

table.header {
	width: 100%;
	background: white; /*header background*/
}

table.header td {
	padding: 10px;
}

table.header td div {
	font-size: 11px;
}

table.header div {
	margin: 5px 0px;
	background: white; /*header background*/
}

table.header div.links span {
	padding: 0 3px;
}

table.header div {
	color: black; /*contacts*/
}

table.header div a {
	color: black; /*contacts*/
	font-weight: bold;
}

table.header div a:hover {
	color: #fb6703; /*contacts hover*/
	font-weight: bold;
}

table.header div.panel_member_status {
	padding: 3px;
	margin: 2px;
	border: 1px solid #333333;
	width: 305px;
}

table.header div.links span { padding-top: 5px; }

table.header div.links span.link_account a,
table.header div.links span.link_account a:hover {
	display: block;
	float: right;
	border: 1px solid black;
	padding: 4px;
	margin-left: 3px;
	margin-bottom: 5px;
}

a.hometab:hover {
	color: black;
}

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

table.tabs a {
	color: #003663; /*tabs text*/
	text-decoration:none;
}

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

table.tabs td table td {
	padding-bottom: 5px;
}

table.tabs td table td span.cat_link {
}


table.tabs td table td span.cat_link a {
	background: url(tab_bg.gif);
	color: #003663; /*tabs text*/
	text-decoration:none;
	padding: 5px 12px;
	border: 1px solid;
	border-color: #c3c3c3; /*tabs border*/
	border-bottom: 0px;
}

table.tabs td table td span.cat_link a:hover {
	text-decoration: none;
	color: white; /*tabs text hover*/
	background: #004cff; /*tabs background hover*/
	padding: 5px 12px;
	border: 1px solid;
	border-color: #c3c3c3; /*tabs border*/
	border-bottom: 0px;
}

table.tabs td table td span.cat_link_hover a,
table.tabs td table td span.cat_link_hover a:hover,
table.tabs td table td span.cat_link_active a,
table.tabs td table td span.cat_link_active a:hover {
	background: #004cff; /*tabs background hover*/
	color: white; /*tabs text hover*/
	text-decoration: none;
	padding: 5px 12px;
	border: 1px solid;
	border-color: #c3c3c3; /*tabs border*/
	border-bottom: 0px;
}



table.searchbar {
	background: #004cff; /*searchbar background*/
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: white; /*searchbar text*/
}

table.searchbar input, select {
	font-size: 10px;
}

table.searchbar td {
	padding: 5px;
}

table.searchbar a {
	color: white; /*searchbar text*/
}

table.searchbar a:hover {
	color: orange; /*searchbar text hover*/
}


table.searchbar2 {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: white; /*footer search text*/
	padding-top: 5px;
	padding-bottom: 7;
	border-top: 1px solid;
	border-top-color: #004cff; /*footer border top*/
}

table.searchbar2 input, select {
	font-size: 10px;
}

table.searchbar2 td {
	padding: 3px;
}


table.specialsbar {
	background: #f4f4f4; /*specials bar background*/
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: black; /*specials bar text*/
	border-bottom: 1px solid #a1a1a1;
}

table.specialsbar a {
	color: #004cff; /*specials bar link*/
}

table.specialsbar a:hover {
	color: orange; /*specials bar link hover*/
}


table.specialsbar td {
	padding: 4px;
}






table.main {
	margin-top: 10px;
	width: 100%;
	background: white url(/images/cowsbackdrop.jpg) no-repeat center center;
}

table.main td.center {
	padding: 5px;
}

table.main td.left {
	width: 160px;
	padding: 0 8px;
}

table.main td.right {
	width: 160px;
	padding: 0 8px;
}


table.sidebar {
	width: 100%;
	border: 1px solid;
	border-color: #004cff; /*sidebar border*/
	border-top: 0;
	background: white; /*sidebar background*/
	margin-bottom: 10px;
	font-size: 11px;
	color: black; /*sidebar text*/
	
	padding: 3px;
}



table.sidebar caption {

	border: 1px solid;
	border-color: #004cff; /*sidebar border*/
	border-bottom: 0;

	background: #004cff; /*sidebar title background*/
	color: white; /*sidebar title*/
	padding: 4px 6px;
	font-size: 14px;
	font-weight: bold;
}

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



table.sidebar div.image {
	float: left;
	padding: 5px;
}

table.sidebar div.image img {
	width: 30px;

}

table.sidebar#products tr td span.price {
	color: #ff0000; /*sidebar product prices*/
	font-weight: bold;
}

/* news */

table.sidebar#news div.headline {
	padding-top: 5px;
	font-weight: bold;
}

table.sidebar#news div.date {
	font-weight: bold;
	padding: 3px 0;
}

table.sidebar#news div.snippet {
	padding-bottom: 5px;
}





table.sidebar#categories caption {
	display: none;
}

table.sidebar#categories {
	border: 1px solid;
	border-color: #004cff; /*categories level1 border*/
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;

}

table.sidebar#categories td.l1,
table.sidebar#categories td.l1_over,
table.sidebar#categories td.l1_active {
	background: #004cff; /*categories level1 background*/
	color: #fb6703; 
	padding: 4px 6px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

table.sidebar#categories td.l1 a,
table.sidebar#categories td.l1_over a,
table.sidebar#categories td.l1_active a {
	color: white; /*categories level1 link*/
	text-decoration: underline;
}

table.sidebar#categories td.l1_active a,
table.sidebar#categories td.l1_active a:hover,
table.sidebar#categories td.l1_over a:hover,
table.sidebar#categories td.l1 a:hover {
	color: #fb6703; /*categories level1 link hover*/
	text-decoration: underline;
}

table.sidebar#categories td.l2,
table.sidebar#categories td.l2_over,
table.sidebar#categories td.l2_active {
	background: #f4f4f4; /*categories level2 background*/
	color: #fb6703;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid white;
	padding: 2px 4px;
	font-size: 11px;
	text-decoration: underline;
}

table.sidebar#categories td.l2 a,
table.sidebar#categories td.l2_over a,
table.sidebar#categories td.l2_active a {
	color: black; /*categories level2 link*/
	text-decoration: underline;
}

table.sidebar#categories td.l2_active a,
table.sidebar#categories td.l2_active a:hover,
table.sidebar#categories td.l2_over a:hover,
table.sidebar#categories td.l2 a:hover {
	color: #fb6703; /*categories level2 link hover*/
	text-decoration: underline;
}



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

table.footer div {
	background: #004cff; /*footer background*/
	color: white; /*footer text*/
	font-size: 11px;
}

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

table.footer a:hover {
	color: white; /*footer text hover*/
}

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
































