/*
 *	Styling for Shop Browser page
 *	Copyright (c) 2009 Daniel Phillimore - Roger Clark Motorsport
 */
 
/* No margins in Product List; tight space! */
.clsShop_PageSection_Body_ListItem h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.clsShop_PageSection_Body_ListItem {
	/* Border between items */
	border-top: solid #616264 1px;
	/* Spacing between items ( vertical ) */
	margin-bottom: 2px;
	
	position: relative;
	
	width: auto;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}
/* Container for breadcrumbs nav */
.clsShop_PageSection_Body_HeaderListItem {
	position: relative;
	
	width: auto;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	
	line-height: 20px;
}

.clsShop_ListItem_LeftImageContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 84px;
	/* Stretch vertically to fill item */
	height: 100%;
}
.clsShop_ListItem_LeftImage {
	/* Center */
	margin: -25px 0px 0px -37px;
	
	position: relative;
	top: 50%;
	left: 50%;
	
	width: 75px;
	height: 50px;
}

/* Used for Category listings ( description at right ) */
.clsShop_ListItem_RightContent {
	/* Left border, between image and Description */
	border-left: solid #616264 1px;
	/* Clear image ( at left ) */
	margin-left: 84px;
	/* Indent text */
	padding-left: 10px;
	padding-right: 10px;
	
	/* Space out from border */
	margin-top: 2px;
	
	position: relative;
	left: 0px;
	top: 0px;
	
	width: auto;
	/* Auto-expand vertically; controls height
		of list item */
	min-height: 52px;
	height: auto;
}

.clsShop_ListItem_RightContent_Header {
	margin-bottom: 2px;
	
	height: 25px;
	
	color: #000000;
	font-size: 12px;
	line-height: 25px;
}

.clsShop_ListItem_RightContent_Body {
	padding-bottom: 8px;
	
	min-height: 20px;
	height: auto !important;
	height: 20px;
	
	color: #666666;
	font-size: 11px;
	overflow: visible;
}

.clsShop_ListItem_RightColumn1 {
	/* Left border, between image and Product Name/Part No. */
	border-left: solid #616264 1px;
	border-right: solid #616264 1px;
	/* Clear image */
	margin-left: 84px;
	/* Clear right 2 columns */
	margin-right: 250px;
	/* Space out from border */
	margin-top: 2px;
	
	width: auto;
	/* Auto-expand vertically; controls height
		of list item */
	height: auto;
}

/* Product Name displayed */
.clsShop_ListItem_RightColumn1_Row_Name {
	/* Space out from Image border */
	margin-left: 10px;
	
	position: relative;
	
	width: auto;
	height: 25px;
}

/* Used when Part No. is the last row ( eg. no Size ) */
.clsShop_ListItem_RightColumn1_Row_PartNo_IsLast {
	/* Space out from Image border */
	margin-left: 10px;
	
	position: relative;
	
	width: auto;
	height: 25px;
}
/* Only used when Part No. is not the last row ( eg. Size is present ) */
.clsShop_ListItem_RightColumn1_Row_PartNo {
	/* Space out from Image border */
	margin-left: 10px;
	
	position: relative;
	
	width: auto;
	height: 25px;
}
/* Used when Size is available; last row */
.clsShop_ListItem_RightColumn1_Row_Size {
	/* Space out from Image border */
	margin-left: 10px;
	
	position: relative;
	
	width: auto;
	height: 25px;
}

.clsShop_ListItem_RightColumn1_DetailsCaption {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: auto;
	height: 25px;
	
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	line-height: 25px;
}

.clsShop_ListItem_RightColumn1_DetailsText {
	/* Clear caption at left */
	margin-left: 60px;
	
	width: auto;
	height: 25px;
	
	color: #666666;
	font-size: 12px;
	line-height: 25px;
}

.clsShop_ListItem_RightColumn2 {
	/* Border between last 2 columns */
	border-right: solid #616264 1px;
	
	position: absolute;
	right: 85px;
	/* Space out from border */
	top: 2px;
	/* Stretch vertically - cannot use 100% height
		because of top spacing */
	bottom: 0px;
	
	height: auto;
	width: 165px;
}
/* No margins in column 2; tight space! */
.clsShop_ListItem_RightColumn2 h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Used when RRP is the last row ( eg. no Trade Price ) */
.clsShop_ListItem_RightColumn2_Row_RRP_IsLast {
	position: relative;
	left: 0px;
	top: 0px;
	
	height: auto;
	width: auto;
}
.clsShop_ListItem_RightColumn2_Row_RRP_IsLast .clsDetailsCaption {
	/* Space out from Image border */
	margin-left: 8px;
	
	height: 12px;
	
	float: left;
	font-size: 11px;
	font-weight: bold;
}
.clsShop_ListItem_RightColumn2_Row_RRP_IsLast .clsDetailsCaption_IncVAT {
	/* Space out from Image border */
	margin-left: 8px;
	
	height: 12px;
	
	clear: left;
	float: left;
	font-size: 8px;
	font-weight: bold;
}
.clsShop_ListItem_RightColumn2_Row_RRP_IsLast .clsDetailsText {
	/* Space out from Image border & label */
	margin-left: 80px;
	
	height: 12px;
	width: auto;
	
	line-height: 11px;
	font-size: 11px;
}
/* Only used when RRP is not the last row ( eg. Trade Price is present ) */
.clsShop_ListItem_RightColumn2_Row_RRP {
	position: relative;
	left: 0px;
	top: 0px;
	
	height: auto;
	width: auto;
}
.clsShop_ListItem_RightColumn2_Row_RRP .clsDetailsCaption {
	/* Space out from Image border */
	margin-left: 8px;
	
	height: 12px;
	
	float: left;
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
}
.clsShop_ListItem_RightColumn2_Row_RRP .clsDetailsCaption_IncVAT {
	/* Space out from Image border */
	margin-left: 8px;
	
	height: 12px;
	
	clear: left;
	float: left;
	line-height: 12px;
	font-size: 8px;
	font-weight: bold;
}
.clsShop_ListItem_RightColumn2_Row_RRP .clsDetailsText {
	/* Space out from Image border & label */
	margin-left: 80px;
	
	height: 12px;
	width: auto;
	
	line-height: 12px;
	font-size: 11px;
}

.clsShop_ListItem_RightColumn2_Row_RRP_IsLast .clsDetailsCaption {
	/* Space out from Image border */
	margin-left: 8px;
	
	height: 12px;
	
	float: left;
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
}
.clsShop_ListItem_RightColumn2_Row_RRP_IsLast .clsDetailsCaption_IncVAT {
	/* Space out from Image border */
	margin-left: 8px;
	
	height: 12px;
	
	clear: left;
	float: left;
	line-height: 12px;
	font-size: 8px;
	font-weight: bold;
}
.clsShop_ListItem_RightColumn2_Row_RRP_IsLast .clsDetailsText {
	/* Space out from Image border & label */
	margin-left: 80px;
	
	width: auto;
	height: 12px;
	
	line-height: 12px;
	font-size: 11px;
}

/* Used when Trade Price is available; last row */
.clsShop_ListItem_RightColumn2_Row_TradePrice {
	margin-top: 2px;
	
	position: relative;
	left: 0px;
	top: 0px;
	
	height: auto;
	width: auto;
}
.clsShop_ListItem_RightColumn2_Row_TradePrice .clsDetailsCaption {
	/* Space out from border */
	margin-left: 8px;
	
	height: 12px;
	
	float: left;
	
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
}
.clsShop_ListItem_RightColumn2_Row_TradePrice .clsDetailsCaption_IncVAT {
	/* Space out from border */
	margin-left: 8px;
	
	height: 12px;
	
	clear: left;
	float: left;
	
	line-height: 12px;
	font-size: 8px;
	font-weight: bold;
}
.clsShop_ListItem_RightColumn2_Row_TradePrice .clsDetailsText {
	/* Space out from border & label */
	margin-left: 80px;
	
	height: 12px;
	width: auto;
	
	line-height: 12px;
	font-size: 11px;
}



.clsShop_ListItem_RightColumn3_Row {
	padding-top: 6px;
	
	/* Contain positioned children; +/- buttons */
	position: relative;
	left: 0px;
	top: 0px;
	
	height: 20px;
}

input.clsQuantityText {
	border: solid #737478 1px;
	
	margin-left: 31px;
	
	padding-top: 1px;
	padding-bottom: 1px;
	
	height: 16px;
	width: 19px;
	
	text-align: center;
	display: block;
}

.clsShop_ListItem_RightColumn3 {
	position: absolute;
	right: 0px;
	/* Space out from border */
	top: 2px;
	/* Stretch vertically - cannot use 100% height
		because of top spacing */
	bottom: 0px;
	
	height: auto;
	width: 85px;
}

.clsShop_ListItem_RightColumn2 .clsShop_ListItem_RightColumn1_DetailsText {
	margin-left: 40px;
}

.clsShop_ViewLarge_Header_RightControls {
	display: block;
	
	position: absolute;
	right: 0px;
	top: 0px;
	
	width: 70px;
	height: 14px;
	
	color: #FFFFFF;
}
.clsShop_ViewLarge_Header_RightControls {
	width: 150px;
}

.clsShop_ViewLarge_Header_RightControls a {
	color: #000000;
	font-size: 13px;
}

.clsShop_PageSection_Body_EndBar {
	background-color: #616264;
	height: 12px;
	width: auto;
}

.clsShopLargeImageViewerPage .clsShop_PageSection_Body_EndBar {
	width: auto;
}

.clsCheckout_Payment_TextBox {
	width: 340px;
}

/*html:not([lang*=""]) .clsShop_ListItem_RightColumn2_Row .clsTopLeftCorner_DarkGrayLine {
  top: -4px;
  left: -4px;
}
html:not([lang*=""]) .clsShop_ListItem_RightColumn2_Row .clsTopRightCorner_DarkGrayLine {
  top: -4px;
  right: 2px;
}
html:not([lang*=""]) .clsShop_ListItem_RightColumn2_Row .clsBottomLeftCorner_DarkGrayLine {
  bottom: 2px;
  left: -4px;
}
html:not([lang*=""]) .clsShop_ListItem_RightColumn2_Row .clsBottomRightCorner_DarkGrayLine {
  bottom: 2px;
  right: 2px;
}*/

/* Safari only 
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.clsShop_ListItem_RightColumn2_Row .clsTopLeftCorner_DarkGrayLine {
    top: -1px;
  }
  .clsShop_ListItem_RightColumn2_Row .clsTopRightCorner_DarkGrayLine {
    top: -1px;
  }
  
  .clsShop_ListItem_RightColumn2_Row .clsBottomLeftCorner_DarkGrayLine {
    bottom: -1px;
    left: -1px;
  }
  .clsShop_ListItem_RightColumn2_Row .clsBottomRightCorner_DarkGrayLine {
    bottom: -1px;
    right: -1px;
  }
}*/

.clsShop_BreadcrumbNav_Wrapper {
	padding: 4px;
}

.clsShop_BreadcrumbNav_Wrapper a {
	font-weight: normal;
	font-size: 13px;
}

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

.clsShop_PageSection_Body_LastListItem {
	border-bottom: none;
}

.clsShop_CostDetails {
	position: relative;
	margin: 20px 0px 0px 0px; border: none;
	width: 624px;
}

.clsShop_CostDetails_RowCaption {
	width: 280px;
	color: #000000;
}

.clsShop_CostDetails_RowText {
	margin-left: 280px;
}

.clsShop_Charging_CourierSelection {
	position: relative;
	font-size: 12px;
}

.clsShopSectionHeader {
	padding-bottom: 8px;
	margin-top: 20px;
	margin-bottom: 8px;
	border-bottom: solid #000000 1px;
	font-size: 16px;
	color: #000000;
}

.clsNetCost {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.clsShop_LeftColumn {
	width: 220px;
}

.clsCartControls {
	margin: -28px 0px 0px 0px; border: none;
	height: 44px;
	position: relative;
	top: 50%;
}

/*.clsCartControls .clsLastProductDetailsRow {
	background-color: #737478;
	top: 4px;
}
.clsCartControls .clsQuantityText {
	margin: 0px 14px 0px 14px;
	padding: 1px 0px 3px 0px;
	
	height: 14px;
	width: 20px;
	text-align: center;
	
	font-size: 13px;
}*/

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

.clsCartButton_Right {
	left: auto;
	right: 9px;
}

