body, td, input, option, select {
	font-family: Helvetica, Arial, Verdana, serif;
	font-size: 10px;
}

img {
	float: none;
	border: 0px;
	margin: 0px;
}

h3 {
	font-size: 12px;
}

table.main {
	background-color: #ccc;
	color: black;
	border-width: 0px 1px 1px 1px; 
	border-style: solid; 
	border-color: #222;
/*	background-image: url(/images/dottedBg.gif); */
/*	background-image: url(/images/bg_metal.gif); */
	background-image: url(/images/brushedBg.gif); 
/*	background-image: url(/images/brushedBg2.gif); */
	width: 100%;
}

table.box {
	background-color: #fff; 
	border: 1px solid #666;
	margin-bottom: 16px;
	width: 100%;
}

td.aquaTitle {
	background-image: url(/images/aquaTitle.gif);
	background-repeat: repeat-x;
	background-position: center left;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

a.productBrand, a.productBrand:visited, a.productBrand:active {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.productBrand:hover {
	text-decoration: underline;
}

td.catalogProduct {
	padding: 5px 0px 5px 0px;
	border-top: 1px dashed #ccc;
}

img.product {
	border: 1px solid #ccc;
	margin: 5px;
	float: none;
	display: block;
}

table.pageNavigator {
	border-top: 1px solid #ccc;
	margin-top: 5px;
	width: 100%;
}

td.pageNavigator {
	text-align: center;
	font-weight: bold;
	color: #666;
	padding: 0px 5px 0px 5px;
}

a.pageNavigator, a.pageNavigator:active, a.pageNavigator:visited {
	color: #666;
	text-decoration: none;
}

a.pageNavigator:hover {
	color: #000;
}

select.options {
	border: 1px solid #666; 
	color: #333; 
	background-color: #ccc; 
	text-decoration: none; 
}

input {
	vertical-align: middle;
}

input.addCaddie {
	border: 1px solid #666;
	color: #333; 
	background-color: #ccc;
	background-image: url(/images/menuBg3.gif);
	text-decoration: none; 
	padding: 1px 5px 1px 5px;
}

input.addCaddie:hover {
	color: #333;
	background-color: #f4d56f;
	background-image: url(/images/menuBgV4.gif);
}

table.basket {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #666;
	width: 100%;
}

table.basket tr.basketHeader td {
	font-weight: bold;
	background-color: #ccc;
	background-image: url(/images/menuBgV4.gif);
	white-space: nowrap;
}

table.basket tr td {
	padding: 2px 5px 2px 5px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #666;
	vertical-align: bottom;
}

table.basket tr td.price {
	text-align: right;
	white-space: nowrap;
}
	
table.basket tr td input {
	border: 1px solid #999;
	background-color: #eee;
	padding: 0px;
}

ul.menu li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.menu {
	padding-left: 15px;
	margin: 0px;
}

a, a:visited, a:active {
	color: #af0002;
/*	color: #c1690b;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input.shipping {
	text-align: right; 
	background-color: #eee;
	padding: 0px 5px 0px 5px;
	color: black; 
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #999;
}

h3.step {
	margin-top: 16px;
	border-top: 1px solid #666;
	display: block;
	padding: 8px 4px 4px 4px;
	background-color: #eee;
	color: #333;
}

form.info input, form.info select, form.info textarea {
	border: 1px solid #999;
	color: #333;
	background-color: #eee;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

p.text {
	max-width: 600px;
	color: #333;
	background-color: transparent;
}

input.find {
	border: 1px solid #999;
	background-color: #eee;
}

input.find:focus {
	border: 1px solid #333;
	background-color: #c6c6c6;
	background-image: url(/images/brushedBg.gif); 
	color: #000;
}

td.menuTitle {
	font-weight: bold;
	background-image: url(/images/menuBg2.gif);
	height: 22px;
	border-bottom: 1px solid #7e6608;
	background-color: #fff;
	text-align: center;
	color: #000;
}

td.menuContent {
	padding: 2px 5px 2px 5px;
}

div.breadcrumb {
	background-image: url(/images/menuBg3.gif);
	border: 1px solid #999;
	height: 16px;
	margin: 5px 0px 5px 0px; 
	padding: 4px 5px 1px 5px; 
	background-color: #ccc; 
	font-weight: bold;
}

div.breadcrumb h1 {
	font-size: 10px;
	display: inline;
	margin: 0;
	padding: 0;
}

td.catalogProduct b {
	white-space: nowrap;
}

div#highlights {
	height: 16px;
	padding: 2px 5px 2px 5px;
	background-color: #fff;
	color: black;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0px 0px 8px 0px;
	vertical-align: middle;
	text-align: center;
}

div#highlights img {
	margin: 3px 0px 1px 0px;
	float: none;
}

td.advert {
	background-image: url(/images/advertBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div#goTop {
	display: block;
	text-align: right;
}
