/*-------------------------------------------------------- */
/* CHECKOUT
-------------------------------------------------------------- */

/* =FORMS 
-------------------------------------------------------- */
form fieldset {
}
form ol {
	list-style: none;
	margin-left: 0;
}
.infoform ol {
	margin: 0;
	overflow: auto;
	font-size: 1.1em;
}
form ol li.padding {
	padding: 5px 0 10px 0;
}
label {
	margin-right: 5px;
	color: #808080;
}
label.checkboxlabel {
	font-weight: bold;
	color: #454545;

}
label.label {
	display: block;
	float: left;
	margin-right: 5px;
	text-align: right;
	color: #454545;
	font-weight: bold;
	width: 65px;
}

.cartpopup label.label {
	width: 105px;
}

label.label80 {
	width: 80px;
}
label.largelabel {
	width: 100px;
}
label.auto, .cartpopup label.auto {
	width: auto;
}
input.text, select, textarea {
	border: 2px solid #9b9999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 5px;
}
input.text {
	width: 158px;
}
input.small {
	width: 25px;
	text-align: center;
}
input.smalltxt {
	width: 70px;
}
input.largetxt {
	width: 245px;
}
select.select {
	width: 100px;
}
select.smallselect {
	width: 80px;
}
select.month {
	margin-right: 0;
}
textarea {
	width: 340px;
	height: 60px;
}
.altcheck {
	margin-left: 70px;
}

.cartpopup .altcheck {
	margin-left: 110px;
}

.largecheck {
	margin-left: 110px;
}
.cartpopup .legend {
	padding: 5px 0 2px 0;
	border-top: 1px dotted #bcbcbc;
	border-bottom: 1px dotted #bcbcbc;
}
.infoform p.legend {
	color: #CC0000;
	margin: 5px 0px 20px 25px;
	float: none;
	font-weight: normal;
}
fieldset p.giftnote {
	float: none;
	margin-left: 85px;
}
span.giftnote {
	display: block;
	clear: both;
	margin-left: 85px;
}
label.nickname {
	padding-left: 1em;
}
input.phone {
	width: 35px;
	margin-right: 0;
}
fieldset.promobox {
	margin-left: 35px;
	margin-bottom: 4px;
}
.cartpopup fieldset.promobox label {
	color: #333;
	font-size: .9em;
	font-weight: normal;
}
fieldset.promobox p {
	margin-left: 25px;
	font-size: .9em;
	float: none;
}
div.erromessage {
	background: #ffa7a9;
	color: #CC0000;
	text-transform: uppercase;
	margin: 0px 11px 0 27px;
	padding: 0px 0px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px; /*eric*/
}
div.erromessage p {
	float: none;
}
label.invalid {
	color: orange;
}
input.invalid {
	border-color: orange;
}
label.error {
	color: red;
}
input.error {
	border-color: red;
}
select.invalid {
	color: orange;
}
select.error {
	border-color: red;
}
.infoform li {
	margin-bottom: 2px;
	clear: both;
}

.infoform p {
	margin-bottom: 10px;
} 

.infoform li p {
	margin-left: 0;
	float: left;
	margin-bottom: 0;
	display: inline;
}
.security {
	position: relative;
}
fieldset.account {
	margin-top: 5px;
}
fieldset.account li {
	float: left;
	clear: none;
	width: 50%;
}
fieldset.account h3 {
	text-transform: none;
	margin-left: 0;
}
fieldset.account p {
	font-size: .9em;
	width:400px;
}
fieldset.shipping {
	color: #808080;
	font-weight: bold;
	width: 200px;
	border: 1px dotted #808080;
	padding: 0;
	margin-bottom: 10px;
	float: right;
	margin-right: 10px;
}
fieldset.shipping ol {
	margin: 10px;
}
fieldset.shipping li {
	margin-bottom: 2px;
}
fieldset.shipping h3 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.2em;
}
fieldset.shipping p {
	margin: 0;
}
fieldset.shipping p.price {
	float: right;
	text-transform: none;
}
fieldset.shipping p.total {
	float: right;
	margin: 0;
}
fieldset.shipping p.total strong {
	color: #333;
}
fieldset.shipping .selectfloat {
	float: right;
	margin: 0;
}
.card {
	clear: both;
}
li.addressoptions {
	margin-top: 55px;
}
label.wraplabel {
	width: 95px;
	line-height: 1.2;
	text-align: left;
	font-size: 1.1em;
	float: left;
}
label.saveaddress {
	margin-right: 50px;
}
label.nameaddress {
	width: 90px
}
input.wrapcheck {
	float: left;
}
input.wraptext {
	margin-top: 10px;
}
fieldset.submit2 {
	margin-bottom: 10px;
	width: 275px;
}
fieldset.submit2 input.submit {
	float: right;
}
/* end forms */


#pop_up_bg {
	/*display: none;*/
	background: url(../images/fade.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:100;
}
/* =cartpopup */
.cartpopup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*display: none;*/
	z-index:110;
}
.ajax_loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index:2000;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
#aj_loader {
	position: absolute;
	top: 30%;
	left: 45%;
	background:none;
}
.ajax_help {
	margin:30px auto;
}
.ajax_help table {
	width:100%;
	height:678px;
	background:none;
}
.ajax_help table td {
	vertical-align:middle;
	text-align:center;
	background:none;
}
.carthelp {
	width: 646px;
	min-height:70px;
	margin: 30px auto;
	margin-top: 5px;
	background: #df1e26 url(../images/cart_gradient.gif) repeat-x left bottom;
	padding-bottom: 20px;
}
.cartpopup a {
	text-decoration: underline;
	color: #d10015;
}
.cartpopup a:hover {
	text-decoration: none;
}
.carthead {
	margin: 0 15px;
	background: url(../images/cart_top.gif) left bottom no-repeat;
	height: 68px;
}
.carthead img {
	float: left;
	margin: 10px 5px;
}
.carthead .buttons {
	float: right;
	margin-top: 5px;
}
.carthead .buttons img {
	margin-right: 0;
	margin-left: 5px;
}
.cartbody {
	overflow: auto;
	clear: both;
	background: #fff url(../images/cart_bottom.gif) no-repeat left bottom;
	margin: 0 15px 0 15px;
	padding-bottom: 10px;
	_overflow: hidden;
	_width: 616px;
	
}
.cartbody h2 {
	text-align: center;
	margin-bottom: 13px;
}
.cartpopup h3 {
	color: #CC0000;
}
#checkouttxt {
	padding-top: 15px;
	padding-left: 10px;
}
#shoptxt {
	float: right;
	padding-right: 10px;
	position: relative;
	top: 50px;
}
/* checkout steps */
.steps {margin: 0 0 15px 7px; position: relative; height: 39px;}
.steps li {float:left; list-style: none;}
.steps li {position: absolute; top:0; display:block; height:39px; background:url(../images/steps.gif) no-repeat; text-indent:-9999px; overflow:hidden; font-size:1%;}
li#step1 {width:133px; left:0;}
li#step2 {width:162px; left:133px; background-position:-133px top;}
li#step3 {width:144px; left:295px; background-position:-295px top;}
li#step4 {width:166px; left:439px; background-position:-439px top;}
/* you-are-here navigation marker */
li#step1.current {background-position:0 bottom;}
li#step2.current {background-position:-133px bottom;}
li#step3.current {background-position:-295px bottom;}
li#step4.current {background-position:-439px bottom;}

/* end steps */

.selectfloat {
	float: left;
	margin: 0 20px;
}
fieldset.buttons {
	float: right;
	width: 61%;
	text-align: right;
	padding-left: 0;
}
fieldset.buttons {
	padding-left: 0;
}
.cartpopup fieldset .button {
}
.cartpopup .submit {
	margin-left: 10px;
	margin-right: 40px;
}
/* table */

.scrollbar {
	/*height: 185px;
	overflow: auto;*/
	margin-right: 11px;
	margin-left: 11px;
}
.scrollbaralt {
	/*height:334px*/;
	margin-bottom: 10px;	
}
table.tabledata {
	padding: 4px 5px;
	width: 594px;
	margin-top: 1px;
	*margin-top: 0;
}
table.tabledata caption {
	margin-left: 30px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 30px;
}

table.tabledata td.center, table.tabledata th.center {
	text-align: center;
}

table.tabledata th {
	padding: 8px 5px 4px 5px;
	text-align: left;
	border-top: 1px dotted #bcbcbc;
	border-bottom: 1px dotted #bcbcbc;
}
table.tabledata h3 {
	text-transform: none;
	font-size: 1.2em;
	margin: 0;
}
table.tabledata .style, .price {
	font-size: 1.1em;
	color: #353F46;
	font-weight: bold;
}
.price {
	color: #637988;
}
table.tabledata td {
	text-align: left;
	padding: 10px 5px;
	border-bottom: 1px dotted #bcbcbc;
}
table.tabledata tr.ship td {
	padding-top: 0;
	padding-bottom: 5px;
}
table.tabledata a.blocklink {
	font-size: .9em;
	vertical-align: bottom;
	display: block;
	margin-top: .2em;
}
table .gift {
	clear:both;
}
.badges {
	text-transform: uppercase;
	font-weight: bold;
	color: #d10015;
	font-size: .9em;
	margin-bottom: 0;
	float: left;
	margin-top: 32px;
}
.badges img {
	float: left;
	margin-top: 5px;
	margin-bottom:  0;
}
.badges span {
	float: left;
	margin-top: 5px;
	margin-bottom:  0;
}

.updatecart {
	text-align: right;
	border-bottom: 1px dotted #bcbcbc;
	margin: 0 10px 10px 10px;
	padding:5px 10px 5px 5px;
}

p.checkout {
	float: right;
}

.cost {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 96%;
}
.cartpopup .cost {
	font-size: 1.25em;
}
.cost .charge {
	font-weight: bold;
	margin-top: 0;
	padding-right: 20px;
	display: block;
	float: left;
	width: 100px;
	text-align: right;
}
.cost p {
	float: right;
	clear: both;
	margin-right: 0;
}
.cost .price {
	display: block;
	float: left;
	width: 90px;
	text-align: left;
}

.cost .total {
	border-top: 1px dotted #ccc;
	padding-top: 3px;
	font-size: 1.4em;
}

.help {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
}
/* options info */
.options {
	list-style: none;
	margin: 0 0 1em 0;
	overflow: hidden;
	line-height: 1.6;
	clear: both;
}
.options h2, .options h3, .options h4, .options h4, .options p {
	margin-left: 0;
}
.options h4 {
	margin: 0;
}
.options li {
	float: left;
	margin-right: 37px;
	clear: none;
}
.options li p {
	margin-bottom: 1em;
	float: none;
}
.options li a {
	text-decoration: underline;
}
.options li a:hover {
	text-decoration:none;
}
.cartpopup .forgot {
	padding-left: 10px;
	font-size: .8em;
}
.infoform p.fieldlink {
	margin-left: 80px;
	clear: both;
}
h2.thankyou {
	font-size: 1.5em;
	margin-bottom: 20px;
}
h3.orderdetail {
	text-transform: none;
	color: #333;
	font-size: 1.2em;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: -10px;
}
.keepshopping {
	margin-left: 2em;
	margin-top: 2em;
}
/* chooser */

.cartbody .chooser {
	width: 130px;
}

.cartbody .choosefield {   
	font-size: .9em;  
	width: 78px; 
	text-align: left;
	padding-left: 8px; 
}
















