.detail {
	width: 840px;
}

.detail .leftContent {
	float: left;
	width: 510px;
}

.detail .rightContent {
	float: right;
	width: 252px;
}

.detail .label {
	color: #666666;
}

.detail li {
	color: #CC9966;
}

.detail ol {
  padding: 0 20px;
}

.detail ul {
  padding: 0 15px;
}

.detail h3 {
  font-size: 18px;
}

.detail h5 {
	text-decoration: none;
}

.detail p {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 15px;
}

.detail .hr {
	padding: 10px 0;
}

#printPage {
  display: none;
}

#detailLeftCol {
	width: 300px;
	text-align: center;
	float:left;
	position:relative;
	margin-top: 8px;
}
#detailLeftCol img {
	margin: 0 auto;
}
#detailRightCol {
	width: 290px;
	float: right; 
	display:inline; 
	position: relative;
	margin-top: 8px;
}
#detailRightCol .content {
	margin-left: 10px;
}

#detailProduct h1 {
	font-size : 22px;
	line-height: 24px;
	font-weight : bold;
	color : #DC905C;
	margin: 0;
	padding: 10px 0 10px 0;
}
#enlargedImageLink {
	padding: 8px 0 8px 0;
}
#addToCartLink {
	padding: 8px 0 8px 0;
	text-align: center;
}
.detailItem, .detailPrice, .detailPriceStrike {
	font-weight: bold;
	color: #000;
	padding: 2px 0 2px 0;
}
.detailSalePrice, .detailOutOfStock {
	font-weight: bold;
	color: #F00;
	padding: 2px 0 2px 0;
}
.value {
	font-weight: normal;
}
#productLineHighlight {
	padding: 8px 0 8px 0;
}
#crossSellRow {
	width: 100%;
	margin-bottom: 8px;
}
#crossSellRow td {
	padding-right: 5px;
        padding-top: 5px;
}
#crossSellRow th {
	background-color: #DC905C;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	border: 1px solid #000;
	padding: 3px 0 3px 3px;
}
.crossSell {
	width: 130px;
	text-align: left;
	font-size: 10px;
	color: #000;
}
.crossSellImage {
	text-align: left;
        min-height: 120px;
}
.crossSellNameRow {
        min-height: 30px;
}
h2.crossSellName {
	font-size : 11px;
	line-height: 13px;
	font-weight : bold;
	letter-spacing: 0.01em;
	color : #375297;
	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: #375297;
	text-decoration: none;
}
h2.crossSellName a:hover, h2.crossSellName a:active {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.crossSellPrice {
	font-weight: bold;
	color: #666;
}
.crossSellSalePrice {
	font-weight: bold;
	color: #F00;
}
.crossSellSalePrice .value {
	font-weight: normal;
}
.crossSellLinks a:link, .crossSellLinks a:visited {
	font-size: 9px;
	color: #375297;
	text-decoration: underline;
}
.crossSellLinks a:hover, .crossSellLinks a:active {
	font-size: 9px;
	color: #000;
	text-decoration: underline;
}
.crossSellOutOfStockMessage {
	font-size: 9px;
	color: #F00;
}
#recipeList a {	
	font-size : 11px;
	font-weight : normal;
}
#recipeList a:link, #recipeList a:visited {	
	color : #375297;
	text-decoration : underline;
}
#recipeList a:hover, #recipeList a:active {
	color: #000;
	text-decoration : underline;
}
#productLineHeading {
        padding-top: 6px;
}
#productLineHeading h4 {
        float: right;
}
#productLineHeading h3 {
        width: 75%;
}

.middot {
	font-size:48px;
	line-height: 18px;
	color: #C96;
	vertical-align: top;
	padding-top:2px;
}

td.label {
	padding: 2px 0;
}

#addToCart {
}

#addToCart .quantity {
	padding: 5px 0;
}

#addToCart .quantity .price {
	display: block;
	padding-bottom: 3px;
}

#addToCart .quantity input {
	border: 1px solid #C96;
	width: 23px;
}

#addToCart .quantity label {
	color: #C96;
	font-weight: bold;
}

#addToCart .options {
	padding: 5px 0;
}

#addToCart .options .price {
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}

#addToCart .options input {
	border: 1px solid #C96;
	width: 23px;
	margin-right: 3px;
}

#addToCart .options label {
	color: #C96;
	font-weight: bold;
	white-space: nowrap;
}

#addToCart .options .cost {
	color: #666;
	font-weight: normal;
	padding-left: 5px;
}

#addToCart .controls {
	padding-top: 15px;
}

#addToCart .controls .subtotal {
	padding-bottom: 10px;
	font-weight: bold;
}

#addToCart .controls .price {
	margin-right: 15px;
}

#addToCart .controls a.links {
	color: #933;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
}

#addToCart .controls a.links:hover {
	text-decoration: underline;
}

#addToCart .coBrandSuffix {
	display: block;
	margin-left: 10px;
}

