/* product detail page */

#productDetailCol {
        padding-right: 15px;
}
#productCrosssellCol {
        width: 130px;
        border-left: 1px solid #000;
        padding-left: 10px;
}
        

#productDetail h1 {
	font-size : 18px;
	line-height: 21px;
	font-weight : bold;
	color : #FF5D02;
	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;
}

#enlargedImageLink {
	padding: 8px 0 8px 0;
}

#addToCartLink {
	padding: 8px 0 8px 0;
	text-align: center;
}

/* 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 : #FF5D02;
}
.yPrevNext {
	color : #666666;
}

/* product detail info area */

#detailInfo {
	text-align: left;
	float: right;
	margin: 8px 0 0 0;
        width: 385px;
}

#detailInfoBox {
	border: 1px solid #000000;
}

.detailTitle {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	border-bottom: 1px solid Black;
	padding: 4px 0 4px 8px;
}

#detailInfoBox .content {
	padding: 5px;
}

#detailInfo h2 {
	font-size : 12px;
	line-height: 14px;
	font-weight : bold;
	letter-spacing: 0.01em;
	color : #FF5D02;
	padding: 0;
	margin: 0;
}

.detailItem, .detailPrice {
	font-weight: bold;
	color: #000000;
	padding: 2px 0 2px 0;
}

.detailSalePrice, .detailOutOfStock {
	font-weight: bold;
	color: #FF0000;
}

.value {
	font-weight: normal;
}

#productLineHighlight {
	padding: 8px 0 8px 0;
}

/* 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: left;
	font-size: 10px;
	color: #000000;
}

.crossSellImage {
	text-align: left;
}

h2.crossSellName {
	font-size : 11px;
	line-height: 13px;
	font-weight : bold;
	letter-spacing: 0.01em;
	color : #FF5D02;
	padding: 0;
	margin: 0 0 4px 0;
}

h2.crossSellName a:link, h2.crossSellName a:visited {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FF5D02;
	text-decoration: none;
}

h2.crossSellName a:hover, h2.crossSellName a:active {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.crossSellPrice {
	font-weight: bold;
	color: #666666;
}

.crossSellSalePrice {
	font-weight: bold;
	color: #FF0000;
}

.crossSellSalePrice .value {
	font-weight: normal;
}

.crossSellLinks a:link, .crossSellLinks a:visited {
	font-size: 9px;
	color: #FF5D02;
	text-decoration: underline;
}

.crossSellLinks a:hover, .crossSellLinks a:active {
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

.crossSellOutOfStockMessage {
	font-size: 9px;
	color: #FF0000;
}

/* recipe list */

#recipeList a {	
	font-size : 11px;
	font-weight : normal;
}
#recipeList a:link, #recipeList a:visited {	
	color : #FF5D02;
	text-decoration : underline;
}
#recipeList a:hover, #recipeList a:active {
	color: #000000;
	text-decoration : underline;
}


#productLineHeading {
        padding-top: 6px;
}

#productLineHeading h4 {
        float: right;
}
#productLineHeading h3 {
        width: 75%;
}

/*

#productLineHeading a {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 4px 6px 4px 6px;
	margin: 7px 0 7px 0;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	text-decoration: none;
	display: inline-block;
}

#productLineHeading a:link {
	background-color : #FFDFCC;
	color : #FF5D02;
	text-decoration: none;
}
#productLineHeading a:visited {
	background-color : #FFDFCC;
	color : #FF5D02;
	text-decoration: none;
}
#productLineHeading a:hover {
	background-color : #FF5D02;
	color: #ffffff;
	text-decoration: none;
}
#productLineHeading a:active {
	background-color : #FF5D02;
	color : #ffffff;
	text-decoration: none;
}

*/
