/* product detail page */

.boxContent {
	padding: 8px 8px 8px 8px;
}

#productDetail h1 {
	font-size : 18px;
	line-height: 21px;
	font-weight : bold;
	color : #800000;
	margin: 0;
	padding: 10px 0 10px 0;
}


/* product detail image area */

#detailImage {
	width: 220px;
	text-align: center;
	float: left;

	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
}
#detailImage img {
	display: block;
	border: 0;
}
#detailImage p {
	font-size: 10px;
	line-height: 11px;
}
#enlargedImageLink {
	padding: 8px 0 8px 0;
}

/* PrevNext nav */
#prevNext {
	background-color: #EBEBEB;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
#prevNext img {
	vertical-align: middle;
}
#prevNext a, #prevNext a:link, #prevNext a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
#prevNext a:hover, #prevNext a:active {
	color: #000000;
	text-decoration: underline;
}
.xPrevNext {
	color : #FE5D02;
}
.yPrevNext {
	color : #666666;
}

/* product detail info area */

#detailInfo {
	text-align: left;
	margin: 0;
}
#detailInfo .content {
	padding: 0 5px 5px 5px;
}
#detailInfo h2, #detailLongDescription h1 {
	font-size : 16px;
	line-height: 18px;
	font-weight : bold;
	letter-spacing: 0.01em;
	color : #800000;
	padding: 0 0 5px 0;
	margin: 0;
}
.detailNav {
	padding: 5px 0 5px 0;
}
.detailItem {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 20px;
}
#addToCartLink {
	padding: 8px 0 8px 30px;
}
.detailPrices {
	padding: 5px 0 5px 8px;
}
.detailPrices, .detailPrices td {
	white-space: nowrap;
}
.detailPrice {
	font-weight: bold;
	color: #000000;
}
.detailSalePrice, .detailOutOfStock {
	font-weight: bold;
	color: #000000;
}
.value {
	font-weight: normal;
}

#detailLongDescription p, #detailLongDescription li {
	font-size: 15px;
	line-height: 17px;
}

/* cross sells */

#crossSellRow {
	width: 100%;
	margin-bottom: 8px;
}

#crossSellRow td {
	padding-right: 5px;
}

#crossSellRow th {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	border: 1px solid #000000;
	padding: 3px 0 3px 3px;
}

.crossSell {
	width: 130px;
	text-align: center;
	font-size: 10px;
	color: #000000;
}

.crossSellImage {
	text-align: center;
}

h2.crossSellName {
	font-size : 11px;
	line-height: 13px;
	font-weight : bold;
	letter-spacing: 0.01em;
	color : #800000;
	padding: 0;
	margin: 2px 0 4px 0;
}

h2.crossSellName a:link, h2.crossSellName a:visited {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #800000;
	text-decoration: none;
}

h2.crossSellName a:hover, h2.crossSellName a:active {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.crossSellPrice {
	font-weight: bold;
	color: #666666;
}

.crossSellSalePrice {
	font-weight: bold;
	color: #CC0000;
}

.crossSellSalePrice .value {
	font-weight: normal;
}

.crossSellLinks a:link, .crossSellLinks a:visited {
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

.crossSellLinks a:hover, .crossSellLinks a:active {
	font-size: 9px;
	color: #FF6666;
	text-decoration: underline;
}

.crossSellOutOfStockMessage {
	font-size: 9px;
	color: #CC0000;
}

#crossSellCol {
	border-left: 1px solid #999999;
	padding-left: 6px;
}
.crossSellItem {
        border-bottom: 1px solid #999999;
        padding: 8px 0 8px 0;
}
.crossSellItemLast {
        padding: 8px 0 8px 0;
}
#detailAdvertisement {
        padding-top: 8px;
        padding-bottom: 8px;
}
.productAd {
        z-index: -101;
        margin-right: auto;
        margin-left: auto;
}
#productDeal {
	margin-left: 32px;
}
#dealOfTheWeek {
	text-align: center;
	background-color: #ffffff;
	width: 478px;
}
#dealInfo {
	text-align: center;
	margin-top: 5px;
	padding: 0 14px 0 14px;
}
#dealLongDescription h1 {
	font-size : 20px;
	line-height: 130%;
	font-weight : bold;
	letter-spacing: 0.01em;
	color : #000000;
	padding: 0 0 2px 0;
	margin: 0;
}
#dealAd {
	text-align: center;
}
#dealAd h2 {
	font-size: 21px;
	line-height: 110%;
	color: #616161;
	font-weight: bold;
	padding: 0 0 8px 0;
	margin: 0;
}
#addToCartLinkDeal {
	padding: 8px 0 8px 0px;
}
#crossSellColDeal {
	padding-left: 18px;
	text-align: center;
}
#crossSellColDeal p {
	margin-top: 17px;
}
