body {
	margin: 0px;
	background-color: #ECECEC;
	text-align: center;
	font-family: Futura, Arial, Sans serif;
}

a {
	color: #993400;
}

a:hover {
	color: #004A6A;
}

a img {
	border: 0px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #004A6A;
}

h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #A6CFF6;
	clear: left;
}
h2 em {
	color: #6999CD;
	font-style: normal;
}

h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #6999CD;
}

.red {
	color: #FF0000;
}

.warning {
	border: 1px solid #990000;
	background-color: #FFFF99;
	font-weight: bold;
	color: #990000;
	padding: 10px;
	margin-bottom: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-image: url(images/misc/main_bg.gif);
	width: 779px;
	margin: auto;
	font-size: 12px;
}

#header {
	background-image: url(images/misc/header.jpg);
	margin-left: 7px;
	background-repeat: no-repeat;
	height: 74px;
}

#header #basket {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	display: inline;
	background-image: url(images/misc/basket_bg.jpg);
	width: 153px;
	height: 42px;
}

#header #basket .text{
	margin-top: 20px;
	margin-left: 9px;
	text-align: left;
}

#header #basket a {
	color: #000;
}

#topNav, #topNav ul {
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	margin-left: 10px;
	text-align: left;
}

#topNav li {
	float: left;
	list-style-type: none;
	background-image: url(images/misc/tab.jpg);
	width: 92px;
	margin-right: 3px;
}

#topNav a {
	height: 19px;
	margin-left: 5px;
	margin-top: 5px;
	color: #004A6A;
	display: block;
	text-decoration: none;
}

#topNav a:hover {
	color: #000;
}

#tabBase {
	background-image: url(images/misc/tab_base.gif);
	width: 764px;
	line-height: 13px;
	margin: auto;
	clear: both;
}

#genderNav {
	color: #004A6A;
}

#genderNav .item {
	display: block;
	float: left;
	background-color: #CBE3F9;
	margin-right: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#genderNav .view {
	display: block;
	float: left;
	margin-right: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
}


#content {
	width: 764px;
	margin: auto;
	text-align: left;
	background-image: url(images/misc/content_bg.gif);
}

#leftSpacer {
	line-height: 14px;
	background-color: #FFF;
}

#leftColumn {
	float: left;
	width: 150px;
	clear: left;
}

#leftColumn .catItem a {
	background-color: #CBE3F9;
	height: 17px;
	padding-top: 1px;
	padding-left: 15px;
	margin-bottom: 5px;
	display: block;
	color: #004A6A;
	text-decoration: none;
}

#leftColumn .catItem a:hover {
	background-color: #A6CFF6;
}

#leftColumn .box{
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftColumn .textField{
	width: 100px;
	font-size: 10px;
}


#helpBlock {
	border: 1px solid #A6CFF6;
	background-color: #F4F8FC;
	padding: 10px;
	color: #004A6A;
}

#helpBlock h2 {
	color: #993400;
	font-weight: normal;
	margin-bottom: 3px;
}

#helpBlock .phone {
	float: right;
	font-size: 1.5em;
}

#helpBlock .moreLink {
	float: right;
}

#helpBlock .moreHelp {
	margin-top: 10px;
	display: none;
}

#main {
	float: left;
	margin-left: 25px;
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

#subCatTitle {
	font-size: 14px;
	float: left;
	width: 100%;
	margin-bottom: 3px;
	background-color: #6999CD;
	color: #FFFFFF;
	padding-left: 5px;
}

#subCat {
	font-size: 14px;
	float: left;
	width: 100%;
	margin-bottom: 6px;
	background-color: #F4F8FC;
	padding-left: 5px;
}

.subCatItem {
	float: left;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 20px;
	margin-left: 5px;
	margin-bottom: 6px;
}

#login {
	border-top: 1px solid #6999CD;
	border-bottom: 1px solid #6999CD;
	padding-top: 5px;
	padding-bottom: 5px;
}

#welcome {
	font-size: 0.9em;
	left: 0px;
	margin-bottom: 10px;
	position: absolute;
	text-align: right;
	top: 5px;
	width: 555px;
}
.manImg {
	margin-bottom: 15px;
}


/* Products */
.productBlock {
	clear: left;
}

.productBlock .productText {
	margin-left: 90px;
	margin-bottom: 20px;
}

.productBlock .prodThumb {
	float: left;
	margin-right: 12px;
}

.productBlock .prodThumb img {
	border: 1px solid #6999CD;
	margin-bottom: 10px;
}
#prodImgVariants  {
	width: 200px;
}

#prodImgVariants img {
	margin-right: 5px;
}

.productBlock b {
	margin: 0px;
	font-size: 14px;
}

.productBlock strong {
	margin: 0px;
	font-size: 14px;
	font-style: normal;
	color: #993400;
}

.productBlock em {
	margin: 0px;
	font-size: 14px;
	font-style: normal;
	color: #6999CD;
}

.productBlock .text {
	margin-top: 6px;
	font-size: 12px;
}

.productBlock .links {
	margin-top: 12px;
	font-size: 12px;
}

.productBlock .links a{
	padding-right: 10px;
}

.productBlock .links img {
	vertical-align: text-bottom;
	margin-right: 3px;
}

#productNav {
	text-align: right;
	font-size: 10px;
	margin-top: 50px;
}

#prodPic {
	float: left;
	margin-right: 10px;
	font-size: 10px;
}

#prodPic .img {
	border: 1px solid #6999CD;
	margin-bottom: 5px;
}

#prodText {
	font-size: 12px;
}

#prodText ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

#prodText li {
	text-indent: 15px;
	list-style-position: inside;
}

#prodPrice {
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #004A6A;
}

.relProdBlock {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}

.relProdBlock .img {
	border: 1px solid #6999CD;
	vertical-align: middle;
}

.relProdBlock a {
	text-decoration: none;
}

.onOffer {
	text-decoration:line-through;
}

.offerPrice {
	color: red;
}

#productForm {
	font-size: 12px;
}

#productForm select {
	font-size: 11px;
}

#productForm .textField {
	margin-top: 8px;
	height: 13px;
	font-size: 11px;
}

#productForm .button {
	height: 19px;
	margin-left: 5px;
	font-size: 12px;
}

.variantTable {
	padding-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	clear: left;
}

.variantTable td {
	padding-right: 5px;
	height: 25px;
	border-bottom: 1px solid #6999CD;
}

.variantTable .title {
	background-color: #F4F8FC;
}

/* Right Column */

#rightColumn {
	width: 149px;
	float: right;
	margin-top: 5px;
	margin-bottom: 15px;
}

#rightColumn .box{
	background-color: #F4F8FC;
	border-bottom: 1px solid #6999CD;
}

#rightColumn .box .text{
	margin-left: 5px;
	margin-bottom: 5px;
}

#rightColumn .textField{
	width: 115px;
	font-size: 10px;
}

#rightColumn .button {
	height: 19px;
	font-size: 10px;
	margin-top: 5px;
}

.goButton {
	vertical-align: text-bottom;
}


#footer {
	clear: both;
}

#footer #line {
	background-image: url(images/misc/foot_bg.gif);
	line-height: 13px;
}

#footer #text {
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

#base {
	background-image: url(images/misc/main_base_bg.gif);
	background-repeat: no-repeat;
	width: 779px;
	margin: auto;
}



.registerTable td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.registerTable td.foot {
	border-bottom: 1px solid #6999CD;
	padding-bottom: 15px;
}

.registerTable td.title {
	font-weight: bold;
}

.registerTable .buttonSmall {
	font-size: 80%;
}

.registerButton {
	font-size: 1.3em;
	background-color: #FFFFCC;
	text-align: center;
}

.linkButton {
	background-color: #FFFFCC;
	text-align: center;
}

.dlv_address, .inv_address {
	border-top: 1px solid #6999CD;
	float: left;
	width: 280px;
	padding-bottom: 10px;
}

.products {
	border-top: 1px solid #6999CD;
	border-bottom: 1px solid #6999CD;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
}



