.sessionInfo, .sessionInfo a, .sessionInfo a:hover {
	color: #b26343;
}

.sessionInfo a:hover {
	text-decoration: none;
}

#contentContainer {
	padding:	0;
	margin:		0;
	width: 		500px;
	height: 	480px;
	position: 	relative;
	overflow: 	auto;
	text-align: center;
}

#index #contentContainer {
	height: 435px;
}

#index2 #contentContainer {
	height: 435px;
}

#cat-navs {
	margin: 10px 0 4px 15px;
	border-bottom: 1px solid #ad9684;
	color: #ad9684;
	border-spacing: 0;
	width: 460px;
}

#cat-navs td {
	padding: 0 0 8px;
}

#cat-navs td.navs-right {
	text-align: right;
}

#cat-navs td.navs-right a {
	color: #b26343;
}

#cat-navs td.navs-right a.selected,
#cat-navs td.navs-left {
	color: #cf1680;
	font-weight: bold;
}

#cat-navs h2 {
	margin: 0 0 8px;
}


#contentContainer #content {
	padding: 10px;
	width: 460px;
	margin: 0 auto;
	text-align: default;
}

#content #viewCart {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 200px;
	height: 200px;
	z-index: 3200;
}

#cartContents {
	background-color: #f4eee7;
	border: 8px solid #c6217d;
	padding: 20px 10px;
	text-align: center;
	color: #000;
	font-size: 14px;
}

#content .pageTitle {
	margin: 0;
	font: bold 12px 'Trebuchet MS',Verdana,Arial;
	margin: 10px 10px 5px 0px;
	color: #cf1680;
	text-transform: uppercase;
	text-align: left;
}

#content #accountTable, #loginForm {
	width: 100%;
	border-spacing: 10px 3px;
}

#content #accountTable th {
	text-align: left;
	font: bold 11px Helvetica,Arial;
	padding-top: 4px;
	color: #3f3039;
}

#content #accountTable input.text, #loginForm input {
	width: 100%;
}

.error {
	color: red;
}

A.button {
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	padding: 3px;
}

#login .error {
	background-color: #ff9;
	padding: 5px;
}

#forgotPassword {
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

#forgotPassword .fpemail {
	width: 90%;
	font-size: 16px;
	text-align: center;
}

#forgotPasswordLink {
	float:right;
	color: #9f9099;
	margin-top: 10px;
}

#forgotPasswordLink:hover {
	text-decoration: underline;
}

#productDetail {
	background-image: url(/images/see_it_header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	padding: 40px 0 0 0;
}


a.cartLink, a.backLink {
	background: url(/shop/assets/images/shopping_cart.gif) no-repeat;
	display: block;
	padding: 2px 0px 4px 20px;
}

a.backLink {
	background: transparent;
	padding: 4px 0px;
}




#productOverview .product {
	padding:		 	0 5px 20px;
	border-bottom: 		1px dashed #999;
	margin-bottom: 		20px;
}

#productOverview .product table {
	width: 100%;
}

#productDetail td {
	color: #523418;
	text-align: left;
}

#productOverview .product .photo {
	width: 170px;
}

#productOverview .product .info {
	padding-left: 0px;
}

#productOverview .info a {
	color: #cf1680;
}




h2.label {
	margin: 8px 0 4px;
}

h2.label a {
	color: #cf1680;
}

.label2 { 
	font-size: inherit;
	color: #cf1680;
	text-transform: uppercase;	
}
.label2 a { 
	font-size: inherit;
	color: #cf1680;
	text-transform: uppercase;
}

#category-overview h2 {
	font-size: inherit;
	color: #cf1680;
	text-transform: uppercase;
}

#category-overview h2 a {
	color: inherit;
}

#category-overview .description {
	line-height: 1.35em;
}




#productDetail table {
	width: 440px;
	border-spacing: 0;
}

#productDetail table td {
	vertical-align: top;
	color: #532a0a;
	padding: 5px;
}

#productDetail h3 {
	font-size: 12px;
	line-height: 120%;
	color: #cf1680;
}

#productDetail p {
	color: #532a0a;
}

#productDetail form ul {
	list-style: none;
	display: block;
	margin: 1em 0;
	padding: 0;
	color: #532a0a;
}

#productDetail form ul li {
	display:block;
}

#productDetail select.size {
	width: 74px;
	font-size: 10px;
}


.proxy {
	width: 100px;
	height: 100px;
	background-color: #e9e9e0;
	overflow: hidden;
}

.proxy.overview, .overview-proxy {
	width: 150px;
	height: 200px;
	border: 1px solid #ad9684;
}

.proxy.largedetail, .largedetail {
	width: 250px;
	height: 380px;
	border: 1px solid #ad9684;
	position: relative;
}



.largedetail .previewIcon {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
	width: 250px;
	height: 380px;
	background: url(/shop/assets/images/search_right.gif) no-repeat 10px 10px;
	display: block;
}

.proxy.smalldetail {
	width: 140px;
	height: 140px;
}

.proxy.category {
	width: 137px;
	height: 320px;
}

.proxy a img, .proxy img {
	border: none;
}



#cartOverview {
	margin: 10px 0;
	padding: 6px 0 0px;
	border-top: 1px solid #ad9684;
}

#cartOverview table#oT {
	width: 100%;
	border-spacing: 0px;
	margin-bottom: 10px;
}

#cartOverview #oT td {
	border-top: 1px solid #ccc;
	padding: 5px 5px 5px 0;
}

#cartOverview #oT tr.payment td table {
	width: 100%;
	border-spacing: 0 5px;
}

#cartOverview #oT tr.payment td table td {
	padding: 0;
	border: 0;
}

#cartOverview #oT tr.top td {
	border: none;
	font-weight: bold;
}

#cartOverview #oT tr.addresses td {
	padding-bottom: 15px;
}

#cartOverview #oT tr.payment td {
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 0px;
}

#cartOverview input.quantity {
	width: 2.5em;
}

#cartOverview div.proxy {
	width: 75px;
	height: 90px;
	border: 1px solid #ad9684;
}

#cartOverview a {
	color: #cf1680;
}

#cartOverview a.big {
	font-size: 1.1em;
}

#cartOverview select.shippingSelect {
	width: 160px;
}

#cartOverview a.tiny {
	font-size: 10px;
}


#cartOverview table {
	margin-top: 10px;
	border-spacing: 0;
}

#cartOverview table td {
	padding: 0 5px 5px 0;
}



#pastOrdersTable {
	border-spacing: none;
}

#pastOrdersTable td.orders-list {
	background-color: #e1d1c5;
}

#pastOrdersTable ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	display: block;
}

#pastOrdersTable .orders-list td {
	border-bottom: 1px solid #999;
	padding: 5px 5px 5px 0;
}

#pastOrdersTable .order-info td {
	padding: 3px 5px;
}


/* Sale styles */

.sale_item .price {
	margin-top: 5px;
}

.sale_item del {
	color: #999;
}

.sale_item .sale_price {
	background: #ffa;
	padding: 2px;
	color: #512a0d;
}