/* Shopping */
.thumbTitle {
	color:#a5678d;
	vertical-align:top;
	font-size:11px;
	font-weight:bold;
}

.thumbPrice {
	color:#939393;
	vertical-align:top;
	font-size:11px;
}

.thumbPriceStrike {
	color:#939393;
	text-decoration: line-through;
	vertical-align:top;
	font-size:11px;
}

.thumbPriceSale {
	color:red;
	vertical-align:top;
	font-size:11px;
}


/* Product Detail Page */
.productTitle {
	color:#8a8a8a;
	font-size:14px;
	font-weight:bold;
	padding:30px 15px 5px 15px;
}

.productDesc {
	background-image:url(/images/bg_product_detail_desc.gif);
	background-repeat:no-repeat;
	color:#585858;
	font-size:11px;
	padding:15px;
	line-height:16px;
	height: 200px;
	vertical-align: top;
}

.productCallOut {
	color:#585858;
	font-size:12px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.productPriceDivLine01 {
	background-image:url(/images/div_line_dotted_horz.gif);
	background-repeat:repeat-x;
}

.productPriceDivLine02 {
	background-image:url(/images/div_line_dotted_vert.gif);
	background-repeat:repeat-y;
}

.productPrice {
	color:#8a8a8a;
	font-size:14px;
	font-weight:bold;
	padding:10px 15px 10px 15px;
}

.productOptionPadding {
	padding-bottom:8px;
	text-align:center;
}

.productOptionColor {
	font-size:10px;
	width:150px;
}

.productOptionSize {
	font-size:10px;
	width:150px;
}

.productOptionQuantity {
	font-size:10px;
	width:150px;
}

.productReferenceButton {
	padding-left:15px;
}

.productColorSwatch {
	padding-left:15px;
	padding-right:0px;
	vertical-align:middle;
}

.productColorSwatchLabel {
	color:#96a28f;
	font-size:12px;
	vertical-align:middle;
	line-height:25px;
}

/* Shopping Sorter */
.pageNumber {
	text-align:right;
	color:#949494;
	font-size:10px;
	padding-right:13px;
	padding-top:8px;
	padding-bottom:8px;
}

.pageNumberStatus {
	color:#949494;
	font-size:10px;
	padding-left:13px;
	padding-top:8px;
	padding-bottom:8px;
}

.pageNumberSEL {
	color:#434343;
	font-size:10px;
}

a.pageNumberLink:link, a.pageNumberLink:visited{text-decoration:none; color:#949494; font-size:10px;}
a.pageNumberLink:hover, a.pageNumberLink:active{text-decoration:none; color:#46b252; font-size:10px;}

.pageNumberDivLine {
	background-image:url(/images/div_line_dotted_horz.gif);
	background-repeat:repeat-x;
}

.thumboutline{
	border: 1px solid #b7b7b7;
}

#dept {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
}

#dept_text {
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	vertical-align:top;
}

a.dept, a.dept:active, a.dept:visited, a.dept:link { text-decoration : none; color : #005daa; font-weight:bold; font-size:11px;}
a.dept:hover { text-decoration : underline; }

.thumbPrice { font-size:12px;}



