/* Temporary styles while I develop - move into main css files at some point */

.tooltip { background: url('../images/icons/tooltip_info.png') 100% 2px no-repeat; padding: 0 20px 0 0; }
	label.tooltip { padding: 0 0 0 20px; background-position: 0 2px; }
		label span.tooltip { background-position: 0 2px; }
	input.tooltip { background-color: #fff; background-position: 95% 50%; }
	.tooltip-NoIcon { background-image: none; }

.inFormfullWidth { width: 100%; }

#manage_listings { width: 100%; }

/* Sell Form -------------------------------------------------------------------------------------*/
#sell_form { width: 742 px; margin: 0 0 0 15px; }
form#sell_form .blockColour { width: 100%; height: 100%; margin: 0; }
form#sell_form .restrictedPadding .blockColour { padding-top: 6px; padding-bottom: 6px; }

form .inFormPromo { width: 502px; }

#sell_form label { float: left; width: 181px; }

#sell_form .radio_list label { float: left; width: 100%; }

#sell_form .horizontal_radio_list.form_el_hidden { display : none; }

#sell_form .horizontal_radio_list { width: 100%; }
	#sell_form .horizontal_radio_list div.input { padding: 0 0 3px 0; }
	#sell_form .horizontal_radio_list div.options { float: left; width: 100%; }
		#sell_form .horizontal_radio_list div.options div.label label { width: 181px; text-align: right; }
		#sell_form .horizontal_radio_list div.options label { float: left; width: 100px; text-align: left; }
		#sell_form .horizontal_radio_list div.label, #sell_form .horizontal_radio_list div.label label {  }

#sell_form .horizontal_radio_list.sell_form_type div.options div.label label { width: 80px; text-align: left; padding-left: 10px;}
#sell_form .horizontal_radio_list.sell_form_type div.options label + label { width: 220px; }
#sell_form .sell_form_vip_note { padding: 10px 10px; clear: both; }
#sell_form .sell_form_vip_note a {
	background: url("../images/bg/button_green.png") repeat-x scroll 0 0 #6C8D1B;
    border-color: #AFCC56 #BBCF81 #435711 #35440E;
    border-left: 1px solid #35440E;
    border-right: 1px solid #BBCF81;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    letter-spacing: -0.05em;
    line-height: 16px;
    overflow: hidden;
    padding: 2px 5px;
    text-shadow: 0 -1px 1px #4E6215;
    margin-left: 5px;
}

				
#sell_form .type_intro { display: none; float: left; width: 500px; padding: 10px; background: #F5CD47; color: #000; margin: 10px 0 10px 0; }
	#sell_form .type_intro label { width: 100%; }

#sell_form #sms_number { width: 158px; }	
#sell_form #sms_number.disabled { padding-left: 0; padding-right: 0; width: 170px; background: url(../images/text/sms_upgrade_to_premium.jpg) no-repeat; }

#sell_form .missing { color: #587516; position: relative; top: 7px; left: 9px; }

#sell_form #image_container { display: block; width: 662px; position: relative; }
#sell_form #images { float: left; width: 690px; margin: 10px -28px 0 15px; }
#sell_form div.existing_image { float: left; width: 87px; margin: 0 28px 0 0; height: 190px; text-align: center; }		
#sell_form div.existing_image div.image_placeholder { display: block; width: 85px; height: 113px; border: 1px solid #edf0e5; background: url(../images/loader.gif) no-repeat 50% 50%; }
#sell_form div.existing_image a.delete { display:block; font-weight:bold; padding:13px 0 0; }

#sell_form div.roundedBox { padding: 0 0 22px 0; }
#sell_form div.blockColour { padding: 15px 0 0 27px; width: 473px; }
	#sell_form div.blockColour h2 { margin-left: 11px; }
#sell_form div.blockColour.inFormfullWidth { width: 720px; }

#sell_form #advert_details .roundedBox .blockColour { padding-bottom: 13px; }

#sell_form span.count { display: block; clear: left; left: 25%; margin-left: 28px; margin-bottom: -5px; color: #7F7F7F; font-size: 80%; top: 3px; width: 45%; text-align: right; position: relative; }

#sell_form .del_pct, #sell_form .del_buyer, #sell_form .del_seller, #sell_form .del_collection { display: block; float: left; width: 440px; padding: 5px 0 0 58px; margin: 0 0 0 15px; background: url(../images/icons/delivery.gif) 0 0 no-repeat; }
	#sell_form .del_pct .tooltip, #sell_form .del_buyer .tooltip, #sell_form .del_seller .tooltip, #sell_form .del_collection .tooltip { background-position: 100% 2px; }

#sell_form .del_pct { height: 31px; padding-top: 2px; }
#sell_form .del_seller { height: 27px; padding-top: 6px; }
#sell_form .del_buyer { height: 26px; background-position: 0 -33px; }
#sell_form .del_collection { height: 26px; background-position: 0 -65px; }

#sell_form div.shipping_options { padding-bottom: 15px; }
#sell_form div.shipping_options label { clear: left; text-align: left; width: auto; margin: 0 0 25px 161px; }
#sell_form div.shipping_options input { float: left; top: 8px; position: relative; }
#sell_form div.shipping_options h2 { padding-bottom: 21px; }

#sell_form #stock_image { position: relative; margin-top: -32px; }
#sell_form #stock_image #notice_arrow { padding-bottom: 9px; }
#notice_arrow_text { position: relative; top: -7px; left: -7px; margin: 10px 0 30px 0; text-align: left; }
#sell_form #stock_image .delete { padding-top: 11px; }

#sell_form div.previewBlock {  }
	#sell_form div.previewBlock h2 { margin-top: 2px; }
	#sell_form div.previewBlock input { float: right; margin: -5px 34px 9px 0; }

.swfupload_error { display: none; }
#fsUploadProgress { float: left; width: 100%; }
.swfupload { clear: left; }
#sell_form div #divSWFUploadUI { position: absolute; top: 18px; right: 55px; }
#sell_form div.progressWrapper {
	float: left;
	overflow: hidden;
}

#sell_form div.progressContainer {
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
	width: 75px;
	height: 103px;
	padding: 5px;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.error {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.inprogress {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.complete {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

#sell_form div.progressName {
	height: 40px;
}

#sell_form div.progressBarInProgress,
#sell_form div.progressBarComplete,
#sell_form div.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

#sell_form ul.errors {
	float: left;
	padding-left: 15px;
	margin-left: 25%;
	padding-top: 8px;
	padding-bottom: 12px;
	width: 45%;
}
#sell_form ul.errors li {
	color: #aa1919;
	font-size: 85.71%;
	font-weight: normal;
	line-height: 1.308;
	/*margin-left: -26px;*/
	padding: 1px 0;
	text-align: left;
}


#sell_form ul.errors.swfupload_error {
	margin-left: 25px;
	width: 75%;
	padding-left: 0;
}

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload { 
	clear: both;
	vertical-align: top;
}

#reload_stock { float: left; display: block; padding-bottom: 5px; left: -3px; position: relative; top: -10px; outline: none; font-weight: bold; text-decoration: underline; }

.preview_listing .roundedBox { margin-bottom: 20px; }
.preview_listing #intro { padding: 13px 16px 27px 16px; }
	.preview_listing #intro h2 { padding-bottom: 14px; }
#preview_listing_content { padding: 20px 12px; overflow: hidden; }
	#preview_listing_content .titleBar { margin-left: -12px; margin-right: -12px; padding-left: 19px; }
	#preview_listing_content .listings { width: 470px; }
	#preview_listing_content div.listings-Single { padding-bottom: 0; }

.tabContent #sortby_form { float: left; margin-top: -3px; margin-left: 4px; }

/* -- Manage Trade Ads ------------------------------- */	
table#trade_adverts { width: 100%; border-collapse: collapse; color: #343434; margin-top: 14px; }
	table .smallFont { font-size: 0.785714em; }
	table strong { font-weight: bold; color: #587516; }
	
	table#trade_adverts th { padding: 0 6px 9px 0; background: #fff; text-align: left; color: #587516; border-bottom: 1px solid #89C15B; }
	table#trade_adverts td { position: relative; padding: 17px 0 0 0; margin: 0; border-bottom: 1px solid #89c15b; vertical-align: top; }
	table#trade_adverts tr.empty td { padding: 20px 20px; text-align: center; }
	
	table#trade_adverts tr.editable td { padding: 0; border: 0; }
		table#trade_adverts tr.editable td table td { padding: 0; }
	 
	table#trade_adverts table, table#trade_adverts form { float: left; width: 100%; border: 0; border-collapse: collapse; }
	
	table#trade_adverts td.info { position: relative; width: 90px; padding-left: 16px; }
		table#trade_adverts td.info a { display: block; margin: 0 0 9px 0; font-weight: bold; text-decoration: underline; }
	
	table#trade_adverts td.advert_type { width: 142px; padding-top: 3px; }
		table#trade_adverts td.advert_type div.type_container { padding-bottom: 10px; }
		table#trade_adverts td.advert_type div.type_container big { font-size: 1.27273em; font-weight: bold; }
		table#trade_adverts td.advert_type div.type_container .live, table#trade_adverts td.advert_type div.type_container .pending { font-size: 1.09091em; clear: left; display: block;}
			table#trade_adverts td.advert_type div.type_container .pending { color: #aa1919; }
		table#trade_adverts td.advert_type strong { padding-top: 20px; display: block; font-weight: bold; color: #587516; padding-bottom: 5px; }
	
	table#trade_adverts th.advert { width: 506px; padding: 0 0 0 14px; }
	table#trade_adverts td.advert { width: 520px; padding-top: 0; padding-left: 0; border-right: 1px solid #89C15B }
		table#trade_adverts td.advert .widget-PaidListings { min-height: 161px; padding-top: 0; }
		table#trade_adverts td.advert .paidListings { background: #F2FBEA; }
	
	table#trade_adverts th.appearance { width: 157px; padding: 0 0 0 27px; }	
	
	table#trade_adverts td.appearance ul { color: #587516; margin: 0 5px 0 27px; }
		table#trade_adverts td.appearance ul li { background: url(../images/bullets/trade_appears_on.gif) 0 4px no-repeat; padding: 0 0 6px 13px; }
	
	table#trade_adverts td.advert_type .stats { color: #000; line-height: 1.3; padding: 15px 0 0 0; }
		table#trade_adverts td.advert_type .stats strong { color: #000; font-size: 1.2727em; font-weight: bold; padding: 0; display: inline; }

		table#trade_adverts ul.paidListings li { border-bottom: 0; }
	
	table#trade_adverts td.advert_type strong { padding-right: 6px; }
	table#trade_adverts td.advert_type div { margin: 0 0 0 0; }
	table#trade_adverts td.price_per_day .price { font-size: 1.45455em; }
	table#trade_adverts td.price_per_day .overall_price { display: block; margin-top: -8px; font-size: 1.71429em; }
	table#trade_adverts td.price_per_day .cost_since { line-height: 1.4em; }
	
	table#trade_adverts tr.total td, table#trade_adverts tr.summary td, table#trade_adverts tr.subscription_fee td, table#trade_adverts tr.ex_vat td, table#trade_adverts tr.vat td { font-size: 1.28571em; color: #587516; font-weight: bold; padding: 0; }
	table#trade_adverts tr.summary td { border-bottom: 0; font-size: 1.28571em; padding-top: 20px; padding-bottom: 15px; }
	table#trade_adverts tr.total td { padding-bottom: 20px; vertical-align: baseline; }
	table#trade_adverts tr.total td .highlight { font-size: 1.3333em; }
	
	table#trade_adverts tr.subscription_fee td { border-bottom: 0; font-size: 1.28571em; padding-top: 10px; }
	table#trade_adverts tr.ex_vat td { border-bottom: 0; font-size: 1.28571em; padding-top: 10px; }
	table#trade_adverts tr.vat td { border-bottom: 0; font-size: 1.28571em; padding-top: 10px; padding-bottom: 10px; }
	
	table#trade_adverts tr.subscription_fee td, table#trade_adverts tr.ex_vat td, table#trade_adverts tr.vat td { font-size: 1em; }
	table#trade_adverts tr.subscription_fee td.amount, table#trade_adverts tr.ex_vat td.amount, table#trade_adverts tr.vat td.amount { font-weight: normal; }
	
	table#trade_adverts tr td.text { padding-left: 16px; }
	table#trade_adverts tr td.description { padding-right: 10px; }
	table#trade_adverts tr td.amount { color: #343434; }
	table#trade_adverts tr td.description { padding-right: 10px; }
	
	table#trade_adverts tr.help td { border-bottom: 0; padding-top: 31px; padding-left: 19px; vertical-align: top; font-weight: bold; font-size: 1.28571em; }
	table#trade_adverts tr.help td h2 { float: left; width: auto; margin-right: 70px; margin-top: -14px; margin-bottom: 20px; }
	table#trade_adverts tr.help td div { float: left; width: 285px; color: #587516; }
	table#trade_adverts tr.help td .preview_icon { margin: -12px 0 0 -21px; }
	
	/*table#trade_adverts tr.loading.status-live { background: green url(../images/status-0.gif) 8px 50% no-repeat; }
	table#trade_adverts tr.loading.status-paused { background: red url(../images/status-1.gif) 8px 50% no-repeat; }
	table#trade_adverts tr.loading.status-archived { background: orange url(../images/status-2.gif) 8px 50% no-repeat; }
	
	table#trade_adverts tr.status-live { background: #65A014; color: #fff; }
	table#trade_adverts tr.status-paused { background: red; }
	table#trade_adverts tr.status-hold { background: orange; }
	table#trade_adverts tr.status-archived { background: silver; color: gray; }*/

/* -- Report Ads and Listings ------------------------------- */
#flag { padding: 20px 0 0 0; }
	#flag label { float: left; width: 100px; }
	#flag input[type=submit] { margin-left: 318px; margin-top: 10px; }
	
/* -- Edit Trade Ads ------------------------------- */	
#advert_form {  }
#advert_form .inFormPromo { width: 520px; }
#advert_form div.roundedBox { padding: 0 0 22px 0; }
#advert_form div.blockColour { padding: 15px 0 0 16px; width: 504px; }
#advert_form div.blockColour.inFormfullWidth { width: 754px; }

#advert_form .vertical_radio_list { width: 245px; }
	#advert_form .vertical_radio_list label { width: 115px; color: #587516; float: right; text-align: left; }
	#advert_form .vertical_radio_list label.main { width: 94px; color: #343434; float: left; text-align: right; padding: 6px 0 5px 14px; }

#advert_form div.intro { padding-bottom: 21px; }

#advert_form .inFormPromo.what_do_you_want h3 { margin-bottom: 20px; }
	#advert_form .inFormPromo.what_do_you_want .vertical_radio_list { margin-top: -18px; }
#advert_form .intro_fields { float: left; text-align: right; /*color: #587516;*/ margin: 0 0 20px 0; clear: right; width: 100%; }
	#advert_form .intro_fields label { display: block; width: 25%; float: left; padding-right: 8px; }
	#advert_form .intro_fields input { width: 95px; margin-top: -11px; margin-left: 5px; float: left; }
	#advert_form .intro_fields select { width: 145px; margin-left: 5px; float: left; }
	
	/*#advert_form .what_do_you_want_row {  }*/

#advert_form .previewBlock {  }
	#advert_form .previewBlock p { margin-top: 12px; padding-bottom: 24px; }
	#advert_form .previewBlock .floatRight { margin-top: 11px; margin-right: 15px; }
	#advert_form .previewBlock input { margin-top: 20px; }
	#advert_form .previewBlock a { position: relative; top: -7px; }

#advert_form .where_group { float: left; width: 226px; position: relative; border: 4px solid #C7CFB5; margin: 0 0 10px 0; }
#advert_form .where_group .where_group_detail { width: 200px; padding: 9px 13px; background: #fff; }

#advert_form #where_choice { float: left; width: auto; margin-left: 16px; width: 700px; color: #587516; }
	#advert_form #where_choice h2 { width: 35px; float: left; margin-top: 13px; margin-right: 6px; }
	#advert_form #where_choice strong { position: relative; display: block; float: left; width: 215px; margin: 31px 0 19px 0; font-size: 1.28571em; }
	#advert_form #where_choice strong.large { width: 285px; }
	#advert_form #where_choice strong.large input { float: left; width: auto; margin-right: 6px; }

#advert_form .positions { border: 4px solid #EAF3D8; float: right; width: 480px; margin-right: 16px; position: relative; background: #fff; text-align: left; }
	#advert_form .positions, #advert_form .positions.glow { margin-bottom: 29px; }
	#advert_form .positions .head { font-weight: bold; color: #fff; background: #a5c957; -moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; }
	#advert_form .positions .full_width { font-weight: bold; float: left; width: 400px; padding: 10px 0 0 0; color: #343434; }
		#advert_form .positions .head span { padding: 11px 0; }
			#advert_form .positions .head span.title { padding-left: 20px; width: 245px; }
				#advert_form .positions .head span.tooltip { display: inline-block; padding: 0; background-position: 100% 1px; width: 20px; height: 13px; }
			#advert_form .positions .head span.view { width: 105px; font-size: 1em; }
			#advert_form .positions .head span.price { width: 100px; color: #fff; }
	#advert_form .positions label { float: left; width: 100%; text-align: left; }
	#advert_form .positions input { float: left; position: relative; top: 2px; left: 17px; margin-bottom: -20px; }
	#advert_form .positions .row { display: block; width: 440px; padding: 3px 0 3px 40px; float: left; }
	#advert_form .positions .odd { background: #f2f7e6; }
	#advert_form .positions .even { background: #fff; }
		#advert_form .positions .title { float: left; width: 219px; }
			#advert_form .positions .row.disabled .title span { text-decoration: line-through; }
			#advert_form .positions .row.disabled .title span.position_full { text-decoration: none; color: #aa1919; padding-left: 7px; font-size: 0.857143em; }
		#advert_form .positions .price { float: left; width: 62px; padding-left: 26px; font-weight: bold; color: #343434; }
		#advert_form .positions .view { float: left; width: 105px; text-align: center; font-size: 0.857143em; }

#positions ul.errors {
	float: left; width: 100%;
}
		
#positions ul.errors li {
	color: #aa1919;
	font-size: 85.71%;
	font-weight: normal;
	line-height: 1.308;
	/*margin-left: -26px;*/
	padding: 10px;
	text-align: right;
}

#sliderContainer { width: 200px; padding-bottom: 13px; }
#slider { width: 200px; height: 11px; border: 1px solid #a5c957; clear: left; background: url(../images/bg/slider_slice.gif) repeat-y; }
	#slider.ui-corner-all { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
	#slider .ui-slider-handle { top: 12px; background: url(../images/icons/slider_arrow.gif) top right no-repeat; width: 24px; height: 28px; border: 0; cursor: pointer; margin: 0 -12px; }
	
#advert_form .glow { 
	color: #587516;
	border: 4px solid #98bfdf;
	box-shadow: 0 0 9px #98bfdf;
	-moz-box-shadow: 0 0 9px #98bfdf;
	-webkit-box-shadow: 0 0 9px #98bfdf;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	margin-bottom: 10px; 
}

#preview { float: left; width: 520px; margin-bottom: 22px; }
	/*#preview ul { margin-top: 11px; }*/
	#preview .paidListings { margin-top: 20px; }

#advert_form .overlay { z-index: 1000; display: block; position: absolute; float: left; width: 100%; height: 100%; background: #EAF3D8; display: none; }
	
#advert_form .link_to_profile { padding-top: 0; padding-bottom: 0;  }
	#advert_form .link_to_profile label { visibility: hidden; }
	#advert_form .link_to_profile div { float: left; width: 200px; margin: -4px 0 -3px 0; }
		#advert_form .link_to_profile div label { float: left; width: 360px; visibility: visible; text-align: left; color: #587516; }
		#advert_form .link_to_profile div input { position: relative; top: 1px; margin-right: 6px; }
		
	#advert_form #daily_ad_spend_container { clear: left; font-size: 1.28571em; text-align: right; margin-bottom: 25px; }
		#advert_form #daily_ad_spend_container #daily_ad_spend { text-align: left; color: #343434; position: relative; top: 6px; float: right; height: 100%; width: 110px; padding-left: 15px; font-size: 1.77778em; font-weight: bold; }
	
#advert_form span.count { display: block; clear: left; left: 25%; margin-left: 28px; margin-bottom: -10px; color: #7F7F7F; font-size: 80%; top: 1px; width: 55%; text-align: right; position: relative; }

#advert_form ul.errors { padding-top: 11px; }

#sliderContainer { margin-top: 12px; }
#sliderContainer small { margin: 13px 0 -5px 0; display: block; width: 100%; text-align: center; font-size: 0.785714em; color: #343434; }

table.pct_table_style { width: 100%; }
	table.pct_table_style th { background: #a5c957; color: #fff; text-align: left; padding: 12px 0 12px 22px; }
	
	table.pct_table_style .image { width: 95px; }
	table.pct_table_style .type { width: 148px; padding-right: 22px; }

	table.pct_table_style td { padding: 12px 0 12px 22px; border-bottom: 1px solid #89c15b; }
	
	/*table.pct_table_style .odd td { background: #fff; }
	table.pct_table_style .even td { background: #f2f7e6; }*/
	
	#manage_listings td { padding-top: 20px; padding-bottom: 30px; }
	
#cart { vertical-align: top; margin: 20px 0 10px 0; table-layout: fixed; }
#cart small { font-size: 0.857143em; }
#cart .ref { width: 160px; }
	#cart td.ref { font-size: 0.857143em; padding-top: 14px; }

#cart .price { width: 155px; }
	#cart td.price { font-size: 1.28571em; }
	
#cart.show_image .price { width: 140px; }
	
#cart .type { width: 475px; }
	#cart.show_image .type { width: 350px; }
		
#cart.dealoftheweek_only .type { width: 100px; }
#cart.dealoftheweek_only.active .type { width: 215px; }

#cart.show_image.active .type { width: 120px; }

#cart .sold { width: 50px; }
	#cart th.sold { padding-left: 10px; padding-right: 10px; text-align: center; }
	#cart td.sold { font-size: 1.71429em; font-weight: bold; color: #587516; text-align: center; padding-left: 10px; padding-right: 10px; }
#cart .available { width: 50px; }
	#cart th.available { padding-left: 10px; padding-right: 10px; text-align: center; }
	#cart td.available { font-size: 1.71429em; font-weight: bold; color: #587516; text-align: center; padding-left: 10px; padding-right: 10px; }
#cart th.quantity, #cart td.quantity { width: 65px; }
	#cart td.quantity { font-size: 1.71429em; font-weight: bold; color: #587516; }
	#cart .quantity input { width: 40px; }	
	
#cart .delete { width: 50px; }
	
#cart tfoot tr.total td { border-bottom: 1px solid #89c15b; padding: 8px 0 12px 22px; color: #587516; font-size: 1.28571em; }
#cart tfoot tr.partial_total td { padding-bottom: 0; padding-right: 0; }
	#cart tfoot tr.partial_total.delivery td { border-bottom: 1px solid #89C15B; padding-bottom: 12px; }
#cart .total .price { font-size: 2.28571em; font-weight: bold; color: #343434; }
#cart tfoot td { vertical-align: baseline; border: 0; padding: 7px 22px 0 22px; color: #343434; font-size: 0.857143em; }

td#continue { padding: 8px 34px 0 0; }
	#cart tfoot td#blurb { vertical-align: top; padding-top: 17px; padding-right: 0; text-align: right; }
		#cart.dealoftheweek_only tfoot td#blurb { text-align: left; }
	td#continue.price .actionButton { float: left; margin-left: -4px; }
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	table.pct_table_style .image { width: 109px; }
	
	#cart.show_image.active .type { width: 164px; }
	
	#cart .sold, #cart .available { width: 72px; }
	
	#cart th.quantity, #cart td.quantity { width: 87px; }
	
	#cart.show_image .price { width: 164px; }
	
	#cart .delete { width: 72px; }
	
	.actionButton input, .actionButton button, .actionButton a { margin-right: 0; }
}


#cart_container { margin: 19px 0 10px 0; padding: 0 12px 0 15px; }

#create_another { padding: 0 12px 0 15px; }
	#create_another .blockColour { padding: 6px 37px 11px 37px; }
	#create_another h2 { float: left; margin-top: 7px; }
	
.confirmation_box { padding: 0 12px 0 15px; }
	.confirmation_box .blockColour { margin-bottom: 20px; padding: 21px 28px 25px 28px; }
	.confirmation_box h2 { float: left; width: auto; margin: 4px 0 15px 0; }
	.confirmation_box a.change { float: left; width: auto; margin: 0 0 0 10px; font-size: 90%; }
	.confirmation_box .fake_row { clear: both; margin: 5px 0 15px 0; }
		.confirmation_box .fake_row.empty_label { margin-left: 35%; padding-left: 10px; }
	.confirmation_box .fake_label { float: left; margin: 0 10px 0 15%; font-weight: bold; color: #587516; text-align: right; width: 20%; display: block; }

.listing_details ul.options { padding-top: 8px; clear: left; }
	.listing_details ul.options li { display: inline; border-left: 1px solid #6b8630; padding: 0 0 0 5px; margin: 0 0 0 2px; }
		.listing_details ul.options li.first { padding: 0; margin: 0; border: 0; }
	.listing_details ul.options li a { text-decoration: underline; }
#cart .listing_details div small, .listing_details div small { font-size: 0.785714em; padding: 6px 0 4px 0; display: block; }
.listing_details div strong { color: #343434; padding-right: 5px; }

#pcaButtonXT69, #pcaButtonPE78 { top: 0; left: 6px; padding: 5px 5px; position: relative; background: #F0F0F0 !important; border: 1px solid #637E26; -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; width: auto !important; }
#pcaDivXT69, #pcaDivPE78 { width: 311px; left: 150px; position: relative; }

.retailerHelp ul { margin: 10px 0 30px 0; }
.retailerHelp h2 { width: 300px; }
.retailerHelp h3 { margin: 20px 0 0 0; }
.retailerHelp p { margin: 0 0 10px 0; }
.retailerHelp .val_mark { background: url(../images/vip/val_tick.png) no-repeat; width: 18px; height: 18px; display: inline-block; position: relative; top: 3px; margin-left: 10px; }

.retailerHelp .val_mark.valid {
	background-position: 0 -50px;
}

.retailerHelp .val_mark.invalid {
	background-position: 0 -100px;
}