/* CSS Document */

h2 a, h2 {
	color:#4D3F38;
}

.enlargeBanner {
	text-align:right;
	margin:-16px 0 0 0;
	font-size:11px;
}

/* Category Listings */

.catCont {
	float:left;
	width:158px;
	text-align:center;
	margin:0 22px 26px 0;
}

.catContRight {
	margin-right:0;
}

.catCont h2 {
	margin:0;
	font-size:16px;
}

.catCont img{
	margin:0 0 7px;
}


/* Product Listings */

.productCont {
	text-align:left;
	color:#E38FA5;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.productCont h2 {
	font-size:13px;
	font-weight:bold;
	display:inline;
	margin-right:10px;
}


/* Navigation */

p#pageNav {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#9F803E;
}

p#pageNav a, p#pageNav span {
	margin:0 5px;
}

p#pageNav a:hover {
	text-decoration:underline;
	color:#E38FA5;
}

a.nextLink, a.prevLink  {
	background:url(/images/backgrounds/add_cart_arrow.gif) no-repeat right 4px;
	padding:0 19px 0 0;
}

a.prevLink  {
	background:url(/images/backgrounds/prev_arrow.gif) no-repeat 0 4px;
	padding:0 0 0 19px;
}


/* Product View */

#productImages {
	float:left;
	width:360px;
}

#productImages img {
	margin:0 16px 19px 0;
}

#mainProductImage {
	text-align:center;
}

#productDetails {
	float:right;
	width:335px;
}

#productDetails h1 {
	font-size:23px;
	text-align:left;
}

#content #productDetails table {
	margin-bottom:11px;
}

#productDetails td {
	color:#E38FA5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding:0 18px 9px 0;
	vertical-align:middle;
}

#productDetails td.detailsLabel {
	font-weight:bold;
	color:#4D3F38;
}

#productDetails td select {
	color:#E38FA5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

.addToCart {
	background:url(images/backgrounds/brown_dots.gif) repeat-x;
	padding-top:15px;
	text-align:right;
}

.addToCart a {
	color:#9F803E;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	background:url(images/backgrounds/add_cart_arrow.gif) no-repeat 0 4px;
	padding:0 0 0 19px;
}

.addToCart a:hover {
	color:#E38FA5;
}


/* More Products Upselling Links */

h2.moreProductsTitle {
	color:#9F803E;
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:12px;
	background:url(/images/backgrounds/brown_dots.gif) repeat-x bottom left;
	margin:10px 0 16px 0;
}


/* Cart */

.cartTotals td {
	padding:2px 0 0 0;
}
