/* Product picker */

#pick{
	position: relative;
	width: 1010px;
}

#pick #anchors{
	width:500px;
	text-align:right;
	font-size:12px;
	color:#272727;
	position:relative;
}

#pick #anchors ul{
	list-style:none;
	margin:0;
	padding:0;
}

#pick #anchors ul li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#pick #anchors ul li a{
	color:#0e4fa3;
	text-decoration:none;
	display:inline;
}

#pick #anchors ul li a:hover{
	text-decoration:underline;
}

#pick #optionsContent{
	width: 725px;
	background: #FFF;
	position: relative;
	top: 10px;
	left: 0;
	clear: both;
	float: left;
}

#pick #optionsContent div.curved {
	border:1px solid #aaaaaa;
	padding-bottom: 10px;
	margin-bottom: 17px; 
}

#pick #optionsContent .ctaButton {
	float: right;
	margin-top: -7px
}

#pick table#optionCont{
	padding-right: 20px;
	margin: 10px;
}

#pick td.optionImage{
	width: 150px;
}

#pick td.optionImage img{
	border:1px solid #aaaaaa;
}

#pick table#optionCont table.selection {
	width: 100%;
}

#pick table#optionCont table.selection td.unselectedTop, #pick table#optionCont table.selection td.selectedTop {
	font-size: 14px;
	color: #272727;
	padding: 2px 5px;
	text-align: left;
	border-top: 10px solid #FFFFFF;
}

#pick table#optionCont table.selection td.unselectedTop{
	background: #e9e9e9;
}

#pick table#optionCont table.selection td.selectedTop{
	background:#f8b2a8;
	font-weight:bold;
}

#pick table#optionCont table.selection td.unselectedBottom, #pick table#optionCont table.selection td.selectedBottom{
	font-size:12px;
	color:#272727;
	padding:2px 5px 2px 25px;
}

#pick table#optionCont table.selection td input {
	width: 15px;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}

#pick table#optionCont table.selection td.selectedBottom{
	background:#fcd9d5;
}

#pick table#optionCont td.Dgrey{
	background:#aaaaaa;
	border-top:15px solid #FFF;
	padding-top: 1px;
	border-bottom:15px solid #FFF;
}

#pick #priceStructure{
	width:275px;
	border:1px solid #0e4fa3;
	background:#d5e4f4;
}

#pick #priceContentFrame{	
	width:265px;
	margin:5px;
}

#pick h1.priceContent{
	font-size:14px;
	color:#272727;
	font-weight:bold;
	margin:2px 0;
	padding:0;
}

#pick p.priceContent{
	font-size:12px;
	color:#272727;
	margin:0;
	padding:0;
	line-height:1.3em;
}

#pick .priceActive{
	width:257px;
	border:1px solid #0e4fa3;
	padding:0 3px;
	margin:5px 0;
}

#pick .priceActive h3 {
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

#pick .priceUnactive h3 {
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

#pick span.productPriceRight, #pick span.productDiscountedRight {
	float: right;
	margin: 0;
	padding: 0;
}

#pick .priceUnactive span.productDiscountedRight, #pick .priceActive span.productDiscountedRight {
	text-decoration: line-through;
	margin-left: 10px;
	color: #999;
	font-size: 10px;
}

#pick .priceActive span.productDiscountedRight {
	font-weight: bold;
}

#pick .priceActive span.productPriceRight {
	font-size: 14px;
	color: #0e4fa3;
	font-weight: bold;
}

#pick .priceUnactive span.productPriceRight {
	font-size: 12px;
}

#pick ul.breakdown{
	list-style:none;
	margin:0;
	padding:2px 0;
}

#pick ul.breakdown li{
	list-style:none;
	margin:0;
	padding:1px 0;
	font-size: 10px;
}

#pick .breakdown {
	font-size: 10px;
	line-height: 14px;
	color: #4B4B4B;
}

#pick ul.breakdown li.basket_button .ctaButton {
	float:right;
	padding: 6px 18px;
}

#pick .priceUnactive{
	width: 259px;
	padding: 0 3px 2px;
	border-bottom: 1px solid #aaa;
}

#pick table#priceBase{
	margin: 5px 0;
	width: 265px;
}

#pick #trDelivery td {
	padding-bottom: 10px;
}

#pick .priceSub {
	font-size: 12px;
	color: #272727;
	font-weight: bold;
}

#pick .priceSub td {
	padding: 2px 5px;
	text-align: right;
}

#pick tr.priceTotal {
	font-size: 18px;
	color: white;
	background-color: #0e4fa3;
	font-weight:bold;
	text-align:right;
}

#pick tr.priceTotal td {
	padding: 5px;
	color: white;
	font-weight:bold;
	font-size: 18px;
}

#pick a.basketLink {
	font-size:12px;
	color:#0e4fa3;
	text-decoration:underline;
}

#pick a.basketLink:hover {
	text-decoration:none;
}

#pick .baseButton {
	clear:both;
	height: 10px;
}

#pick .baseButton a {
	float: left;
	margin: 5px 0;
}

#pick table#optionCont table.selection {
	border-spacing: 0;
}

#pick table#optionCont table.selection td.disabled {
	color: #333;
}

#pick #pricingColumn {
	position: absolute;
	width: 275px;
	top: 0;
	right: 0;
	z-index: 1;
}

#pick .size{
	width: 108px;
	height: 145px;
	margin: 0 5px 5px 0;
	float: left;
	border: 2px solid white;
}

#pick .size p {
	font-size: 9px;
	color: #272727;
	margin: 5px 0;
	text-align: center;
	padding: 0;
}

#pick .size img {
	margin:0;
	border: 0;
	height: 80px;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#pick .size .imgholder {
	height: 80px;
}

#pick .size input{
	margin: 0 0 0 45px;
	padding:0;
}
#pick .size.selected {
	background: #d5e4f4;
	border: 2px solid #0e4fa3;
}

#pick .colour {
	width: 92px;
	height: 135px;
	margin: 0 13px 5px 0;
	float: left;
	border: 2px solid white;
}

#pick .colour p {
	font-size: 9px;
	color: #272727;
	margin: 5px 0;
	text-align: center;
	padding: 0;
}

#pick .colour img {
	margin: 2px 5px;
	border: 0;
	float: left;
	width: 24px;
	height: 24px;
}

#pick .colour .imgholder {
	height: 30px;
	padding: 2px 10px;
}

#pick .colour input{
	margin: 0 0 0 35px;
	padding: 0;
}
#pick .colour.selected {
	background: #d5e4f4;
	border: 2px solid #0e4fa3;
}

#pick #optionsContent tr td.rightPrice {
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #aaaaaa;
	white-space: nowrap;
	width: 100px;
	text-align: right;
}

#pick #optionsContent tr td.priceIncrease {
	color: #051;
}

#pick #optionsContent tr td.priceDecrease {
	color: #ce2717;
}

#pick .sales {
	color: #666;
	font-weight: bold;
	padding: 2px 0;
	vertical-align: middle;
}

#pick .sales.topsales {
	color: #ae7820;
}

#pick .sales img {
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 5px;
}

/* Product picker (new) */

#pick table.titleCont, #pick table.optionCont {
	width: 705px;
}

#pick table.titleCont {
	margin: 5px 5px 0;
}

#pick table.optionCont {
	margin: 0 5px;
}

#pick #optionsContent td.icon{
	padding:5px;
	background:#f6f6f6;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
}

#pick #optionsContent td.optTitle,
#pick td.optTitle
{
	font-size:14px;
	color:#272727;
	padding:5px 0;
	font-weight:bolder;
	text-align:left;
	margin:0;
	background:#f6f6f6;
	vertical-align: middle;
}

#pick #optionsContent td.optTitle {
    border-top:1px solid #aaaaaa;
    border-bottom:1px solid #aaaaaa;
    border-right:1px solid #aaaaaa;
}

#pick #optionsContent p.optTitleDesc{
	font-size:10px;
	color:#272727;
	margin:0;
	padding:0;
	font-weight:lighter;
}

#pick #optionsContent td.tdRadio {
	width: 27px;
	text-align: center;
	border-left: 1px solid #aaaaaa;
}

#pick #optionsContent td.tdLabel {
	width: 165px;
}

#pick #optionsContent td.tdText {
	font-size: 10px;
	line-height: 14px;
}

#pick  #optionsContent .unselected td.tdText {
	color: #666;
}

#pick #optionsContent td {
	font-size: 12px;
	color: #272727;
	padding: 3px 5px;
	margin: 0;
}
#pick .optionCont td {
	border-bottom: 1px solid #aaaaaa;
}

#pick #optionsContent .selected td {
	background: #d5e4f4;
}

#pick #optionsContent .selected td {
	font-weight: bold;
}

#pick  #optionsContent .unselected td {
	background: #e9e9e9;
}

#pick #optionsContent td.tdFinishImage {
	width: 70px;
	text-align: right;
	padding: 0;
}

#pick  #optionsContent td.tdFinishImage img {
	height: 35px;
	width: 35px;
}

#pick  #optionsContent .selected td.tdFinishImage img {
	height: 70px;
	width: 70px;
}

#pick .priceTotal td {
	text-align: right;
}

#pick div.activePrice {
	font-size: 14px;
	font-weight: bold;
}

/* End product picker */
