/*
-----------------------------------------------
rangeRoamer CHECKOUT - CSS Styles
Author:   Karol Golka
Company:  http://www.rangeroamer.com
Version:  24 Mar 2006
----------------------------------------------- */
/* checkout form
-------------------- */
body.checkout #toplinks ul, 
body.checkout #sublinks, 
body.checkout #header a#hypViewCart,
body.checkout #navbar li a	{ 
	display: none; 
	}		
body.checkout #navbar	li { border: none !important; }
body.checkout ul#navbar, 
body.checkout ul#navbar li { height: 6px; }
body.checkout #c1 { padding-top: 0; }    
/* checkout form
-------------------- */
h1.secure {
	background: #ACC4EB;
	color: #fff;
	margin: -4px -13px 0 -16px;
	padding: 4px 0 .3em 1em;
	border: none;
	}
h1.secure strong {
	background: transparent url(../images/range-icon-secure.gif) no-repeat 0% 50%;
	padding-left: 35px;
	line-height: 31px;
	display: block;
	font-weight: normal;
	}
img#imgRetailer {
	border: 4px solid #E4EBF9;
	margin: 1em 0 .3em;
}

table.checkout{width: 600px;}

table.checkout th h1 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: bold;
	margin: 0 .5em 0 0 !important;	
	float: left;
	padding: .1em .3em;
	background: #ACC4EB;
	border: 2px solid #7F9DCF;
	color: #194180;	
}
table.checkout th {				
	border-bottom: 3px solid #7F9DCF;
	border-top: none;
	padding-top: .5em;
	padding-bottom: .3em !important;
	background: #fff;
	text-align: left;
	}
table.checkout th h3 {
	margin-top: -5px;
	margin-bottom: 2px;
	font-weight: normal;
	color: #194180;
	line-height: 1.2em;
	}
table.checkout td {
	line-height: 1.3em;
	padding: .2em 0 0;
	}
 table.checkout td.label {
	font-size: 85%;
	text-align: right;		
	width: 170px;
	padding-right: 15px;
	padding-top: 7px;
	color: #194180;
	}
 span.loner-label {
	color: #194180;
	display: block;
	font-size: 85%;
	text-transform: uppercase;	
	}
 span.padded { margin-top: 1em; }	
.checkout td.input span.formDetail {
	display: block;
	color: #666;
	font-size: 80%;
	line-height: 1.2em;
	margin-right: 20px;
	padding-top: 4px;
	margin-bottom: 2px;
	}
.checkout td.input span.noreturn {
	display: inline;
	padding-left: 5px;
	}
.checkout td.input input, .checkout td.input select, .checkout td.input textarea, .checkout textarea, td.lft input,
.checkout input.loner {
	border: 1px solid #ACC4EB;
	background: #fff;
	height: 16px;
	width: 240px;
	padding: 2px;
	color: #333;
	font-size: 12px !important;
	font-family: Courier, "Times New Roman", Serif;	
	}
.checkout input#tbxINUM {
	width: 180px;
}
.checkout td.input select {
	font-size: 1em;
	letter-spacing: -1px;
	height: auto;
	background: #fff;
	margin-top: 5px;
	border: 1px solid #ACC4EB;
	padding: 0 !important;
	width: auto;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-align: left;
	}
.checkout td.input textarea {
	width: 380px;
	height: 200px;
	display: block;
	}
#radShipBilling, #radShipDifferent {
	height: auto !important;	
	width: 12px !important;	
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin-right: 10px;	
	}
.checkout table td.button {
	text-align: right;
	}

/* validation */
.exclamation {
	margin: 1em 0 0 !important;
	line-height: 1.3em;
	color: #DA6801;
	padding-left: 55px;
	}
.exclamation strong {
	margin-left: -45px;
	margin-bottom: -1em !important;
	}
#ordersummary table tfoot tr.faq-slim td input { display: inline !important; }

/* secure shopping
-------------------- */
dl#secureshopping {
	border: 1px solid #E3E8F0;
	color: #000;
	margin-top: 220px;
	margin-bottom: 100px;
}
dl#secureshopping dt {
	background: #E3E8F0;
	padding: 5px;
	font-weight: bold;
}
dl#secureshopping dd {
	padding: 5px;
}
a#bbonline {
	display: block;
	text-indent: -1000em;
	background-color: Transparent;
	background-position: 0% -34px;
	margin-right: 5px;
	background-image: url(../images/pindance-secure-bbb.gif); width: 96px; height: 34px; 
	margin: 10px 0;
}

#ordersummary
{
	float:right;
	margin-top:-1000px;
}
#ordersummary table
{
	width:300px;
}
#ordersummary table thead th {
	border-bottom: 1px solid #ACC4EB;
	border-top: none;
	padding: 0 1em .5em;
	line-height: 1.3em;	
	}
#ordersummary table tfoot td {
	border-bottom: 1px solid #ACC4EB;
	font-size: 1.0em;
	line-height: 1.2em;
	vertical-align: top;
	}
	
	
#ordersummary td, #ordersummary th
{
	padding: 10px;
}