.breadcrumb {
	color: #AADBE5;
}



/* -------------------- product listing page -------------------- */

#prodlist {
	margin: 0 -30px 0 -20px;
}
#prodlist table {
	float: left;
	width: 165px;
	margin: 0 50px 0 0;
}
/*.win.ie #prodlist table, .win.ie #latest table, .win.ie #featured table, .win.ie #bestsellers table { margin: 0 30px 0 0; }*/

#prodlist th {
	background: url(../images/products/listing-bg.gif) center no-repeat;
}
#prodlist img {
	background: url(../images/products/no-image.gif) center no-repeat;
}
#prodlist td {
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	height: 100px;
	color: #776045;
	padding: 0
}
#prodlist td a {
	display: block;
	padding: 5px 0;
	color: #776045;
}
#prodlist td a:hover {
	text-decoration: underline;
}
#prodlist td strong {
	color: #0092B2;
}



/* -------------------- details page -------------------- */

#detailpix {
	vertical-align: top;
	width: 408px;
}
#detailpix td {
	background: url(../images/products/details-bg.gif) center no-repeat;
}
#detailpix img {
	background: url(../images/products/no-image.gif) center no-repeat;
}

#extrapics {
	padding: 30px 0;
	text-align: center;
}
#extrapics a img {
	background: url(../images/products/no-image.gif) center no-repeat;
	border: 3px solid #EDE7D7;
}
#extrapics a:hover img {
	border: 3px solid #0092B2;
}
#extrapics a {
	padding: 0 10px;
}
#extrapics p {
	margin: 0 auto;
	width: 190px;
	font-size: 10px;
	line-height: 30px;
	color: #776045;
	background: url(../images/products/zoom.gif) left no-repeat;
}


#details {
	vertical-align: top;
	padding-left: 30px;
}
#details h2 {
	margin-top: 0;
}
#details form {
	margin: 50px 0 0;
}
#details th {
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #776045;
	padding: 10px 0 10px 0;
	width: 48px;
	background: url(../images/page/dots.gif) top left repeat-x;
}
#details td {
	padding: 0;
	background: url(../images/page/dots.gif) top left repeat-x;
}
#details td strong {
	color: #0092B2;
}


#recommended {
	background: url(../images/page/dots.gif) top left repeat-x;
	padding: 1px 0;
}
#recommended a {
	display: block;
	float: left;
	background: url(../images/products/recommend-bg.gif) center no-repeat;
	margin: 10px 30px 0 0;
}
#recommended img {
	background: url(../images/products/no-image.gif) center no-repeat;
}



/* -------------------- checkout process -------------------- */

.postit-note {
	margin: 15px 5px 0px 0;
	padding: 5px 20px 10px;
	border: 1px solid #FAE7C0;
	background-color: #FDFBE8;
	color: #4B4539;
}
.shipping-note {
	float: right; 
	width: 150px;
	margin: 0 14px -350px 0;
	padding: 10px 10px 10px;
	border: 1px solid #FAE7C0;
	background-color: #FDFBE8;
	color: #4B4539;
	font-size: 10px;
	line-height: 13px;
}
.shipping-note h3 {
	margin: 0 0 10px;
	padding: 0;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4C85BF;
}

.basket_shipping_msg {
	margin: 10px 105px 0px 0;
	padding: 8px 10px 10px;
	text-align: center;
	border: 1px solid #FAE7C0;
	background-color: #FDFBE8;
	color: #4B4539;
}

#progress {
	line-height: 30px;
	margin: 0 5px -20px 0;
	border: 1px solid #D4EEF1;
	width: 250px;
}
#progress th {
	background-color: #F2FAFB;
	padding: 5px;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	color: #70B8CE;
}
#progress td {
	padding: 5px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #999999;
}
#progress a {
	color: #70B8CE;
	text-decoration: underline;
}

#paymentboxes td {
	vertical-align: top;
	text-align: center;
	padding: 20px;
	width: 47%;
	font-size: 11px;
	line-height: 16px;
	border: 1px dashed #C4B18B;
	background-color: #F9F6F1;
}
#paymentboxes h2 {
	text-align: center;
	margin-top: 0;
}
#paymentboxes p {
	text-align: justify;
}
#paymentboxes a {
	border: 2px solid #A8C545;
	background-color: #A8C545;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

/* -------------------- data table used in my account pages -------------------- */

.data-table {
	border-top: 1px solid #F2EDE2;
}
.data-table th {
	font: normal 11px/35px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #574030;
	background-color: #F2EDE2;
	border-bottom: 1px solid #C4B18B;
	padding: 0 10px 3px;
	text-align: left;
}
.data-table td {
	padding: 10px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px solid #F2EDE2;
}
#cart td {
	padding: 5px 10px;
}
.data-table tr:hover, #cart tr:hover {
	background-color: #F9F6F1;
}


