/*
 *	Styling for Shop - Product Details page
 *	Copyright (c) 2009 Daniel Phillimore - Roger Clark Motorsport
 */

.clsShop_PageSection_Body_TopRow_LeftProductImage {
	position: absolute;
	left: 10px;
	top: 10px;
	
	width: 225px;
	height: 150px;
}

.clsShop_PageSection_Body_TopRow {
	border-bottom: solid #616264 1px;
	
	padding: 0px 0px 15px 0px;
	
	position: relative;
	
	width: auto;
	height: auto;
	
	overflow: hidden;
}

.clsShop_PageSection_Body_TopRow_RightProductDetails, .clsShop_PageSection_Body_MiddleRow_Right {
	position: absolute;
	right: 20px;
	top: 10px;
	
	width: 380px;
	height: 230px;
}

.clsShop_RightProductDetails_ColourSwap {
	position: absolute;
	right: 38px;
	top: 103px;
	
	width: 362px;
	height: 40px;
}

.clsShop_RightProductDetails_ColourSwap h2 {
	font-size: 12px;
	font-weight: bold;
	background-color: #909090;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 3px 5px;
}

.clsShop_RightProductDetails_ColourSwap div.clsColours {
	/* contain floats */
	position: relative;
}
.clsShop_RightProductDetails_ColourSwap div.clsColours img.clsColour {
	display: block;
	margin-right: 6px;
	margin-bottom: 4px;
	float: left;
	width: 40px;
	height: 15px;
}
.clsShop_RightProductDetails_ColourSwap div.clsColours img.clsLastInRow {
	margin-right: 0px;
}

.clsShop_PageSection_Body_MiddleRow {
	border-bottom: solid #616264 1px;
	
	position: relative;
	
	width: auto;
	height: 50px;
	
	overflow: hidden;
}

.clsShop_PageSection_Body_BottomRow {
	position: relative;
	height: 10px;
	width: auto;
	border: none;
	overflow: hidden;
}




.clsShop_RightProductDetails_Row, .clsShop_RightProductDetails_RowBlock {
	position: relative;
	border: none;
	
	min-height: 18px;
	height: auto !important;
	height: 18px;
	
	font-size: 13px;
}

.clsShopPage_Body .clsShop_RightProductDetails_Row a {
	margin-left: 20px;
	color: #000000;
}

.clsShop_RightProductDetails_RowBlock {
	margin: 170px 10px 0px 10px;
	height: auto;
}

.clsShop_RightProductDetails_RowCaption, .clsShop_CostDetails_RowCaption {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 160px;
	
	font-weight: bold;
	font-size: 12px;
}

.clsShop_RightProductDetails_RowBlock .clsShop_RightProductDetails_RowCaption {
	margin-bottom: 7px;
	padding: 3px 5px;
	
	position: static;
	
	width: auto;
	
	background-color: #616264;
	color: #FFFFFF;
}

.clsShop_RightProductDetails_RowText, .clsShop_CostDetails_RowText {
	position: relative;
	margin: 0px 0px 0px 160px;
	
	color: #666666;
}

.clsShop_RightProductDetails_RowBlock .clsShop_RightProductDetails_RowText {
	margin-left: 0px;
	overflow: auto;
	overflow-x: hidden;
	height: 170px;
}

.clsShop_RightProductDetails_RowBlock {
	margin-left: 0px;
	margin-right: 0px;
}

.clsShop_RightProductDetails_RowBlock .clsShop_RightProductDetails_RowCaption {
	padding-left: 20px;
}

.clsShop_RightProductDetails_RowBlock .clsShop_RightProductDetails_RowText {
	padding-bottom: 15px;
	padding-left: 20px;
	height: auto;
	margin-right: 20px;
}



.clsShop_PageSection_Body_MiddleRow_Right {
	left: 20px;
	top: 16px;
	height: 20px;
	width: auto;
}

.clsShop_PageSection_Body_MiddleRow_Right_Cost {
	position: relative;
	
	width: 220px;
	height: 20px;
	
	float: left;
	
	font-weight: bold;
	line-height: 18px;
}

.clsShop_PageSection_Body_MiddleRow_Right_Controls {
	width: 350px;
	height: 20px;
	
	float: left;
}

.clsShop_PageSection_Body_MiddleRow_Right_Controls .clsProductOptions {
	position: absolute;
	left: 210px;
	top: auto;
}
.clsShop_PageSection_Body_MiddleRow_Right_Controls .clsProductOptions.clsOnlyOne {
	top: 9px;
}
.clsShop_PageSection_Body_MiddleRow_Right_Controls .clsProductOptions span {
	position: relative;
	display: block;
	
	line-height: 20px;
}
.clsShop_PageSection_Body_MiddleRow_Right_Controls .clsProductOptions span span.clsName {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 50px;
	font-weight: bold;
}
.clsShop_PageSection_Body_MiddleRow_Right_Controls .clsProductOptions span span.clsContents {
	margin-left: 60px;
	width: 180px;
}
.clsShop_PageSection_Body_MiddleRow_Right_Controls .clsProductOptions span span.clsContents select {
	width: 180px;
	height: 22px;
}

.clsShop_PageSection_Body_MiddleRow_Right_Controls .clsButtons {
	position: absolute;
	left: 484px;
	top: 10px;
	
	width: 140px;
}

/* Wrapper for Size and/or Colour dropdowns */
div.clsOption {
	position: relative;
	
	width: 200px;
	height: 20px;
	
	float: left;
	
	line-height: 18px;
}
div.clsOption .clsName {
	font-weight: bold;
}
div.clsOption .clsContents select {
	border: solid #999999 1px;
	
	width: 130px;
}

/* Wrapper for +/- & Quantity controls */
div.clsCartControls {
	position: relative;
	
	width: 150px;
	height: 20px;
	
	float: left;
}

.clsCartButton_Left {
	border: outset #000000 2px;
	
	padding: 0px 0px 6px 0px;
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 16px;
	height: 10px;
	
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background-color: #737478;
	color: #FFFFFF;
	font-size: 14px;
}

/* Quantity edit box on bottom row */
input.clsQuantityText {
	border: solid #737478 1px;
	
	padding-top: 1px;
	padding-bottom: 1px;
	
	position: absolute;
	left: 22px;
	top: 0px;
	
	height: 16px;
	width: 19px;
	
	text-align: center;
	display: block;
}

.clsCartButton_Right {
	border: outset #000000 2px;
	
	padding: 0px 0px 6px 0px;
	
	position: absolute;
	left: 47px;
	top: 0px;
	
	width: 16px;
	height: 10px;
	
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background-color: #737478;
	color: #FFFFFF;
	font-size: 14px;
}

.clsAddToCartButton {
	border: outset #000000 2px;
	
	padding-top: 0px;
	padding-bottom: 5px;
	
	position: absolute;
	right: 0px;
	top: 0px;
	
	height: 11px;
	width: 60px;
	
	font-size: 12px;
	font-weight: bold;
	background-color: #737478;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
}


