table.chckoutadresstable label {
	display:block;
	float:left;
	margin:2px 15px 0px 4px;
}

#contentspaltediv,#contentfooterdiv, h1 {
	width: 760px;
}
.checkoutsteps {
	float:left;
	border: 1px solid #b8b8b8;
	background: url(../img/checkout_steps_bg.gif);
	height:35px;
	width:185px;
	color: #666666;
	font-weight:bold;
	line-height:35px;
	margin-right:4px;
}

.checkoutsteps.last {
	margin-right:0px;
}

.checkoutsteps.active {
	border: 1px solid #ff0000;
	color: #ff0000;
}
.checkoutsteps span {
	font-size:20px;
	margin-left:10px;
}

/* cart */
table.cart {
	border-collapse:collapse;
	width:100%;
}
table.cart th {
	text-align:left;
	white-space:nowrap;
	padding:0px 5px 0px 5px;
	background:url(../img/artlist_header_bg.gif);
	height:27px;
}

table.cart th.right {
	text-align:right;
}

table.cart td {
	padding:0px 5px 0px 5px;
	border-top: 1px solid white;
}

table.cart td.right {
	text-align:right;
}

table.cart td.col1 {
	padding-left:0px;
}
table.cart td.cartafterart {
	height: 27px;
	border-bottom:2px solid #666666;
}
.cart_step1_buttons {
	float:right;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:50px;
}


/* address */
table.chckoutadresstable {
	border-collapse:collapse;
	width:100%;
}
table.chckoutadresstable td {
	padding:5px 5px 5px 0px;
}

table.chckoutadresstable td.grey {
	padding-left:10px;
}

table.chckoutadresstable td.row1 {
	width:25%;
}

table.chckoutadresstable .spacer {
	height:10px;
}

table.chckoutadresstable input {
	width:190px;
	float:left;
}

table.chckoutadresstable textarea {
	width:190px;
	height:80px;
	float:left;
	
}

table.chckoutadresstable .chckoutform30 {
	width:60px;
	float:left;
}

table.chckoutadresstable .chckoutform70 {
	width:120px;
	float:left;
	margin-left:8px;
}

table.chckoutadresstable .radiobtn {
	width:13px;
	border:none;
	float:left;
}

table.chckoutadresstable .submitbutton {
	width:100px;
	height:24px;
	border:none;
	background: url('../img/form_submit.gif');
	color: #ff0000;
	font-weight:bold;
}

/* lt50 */
#lt50warndiv {
 padding: 20px 5px 0px 10px;
}


/* checkout */
table.checkoutchecktable {
	border-collapse:collapse;
	width:100%;
}

table.checkoutchecktable .spacer {
	height:10px;
}

table.checkoutchecktable td {
	padding:0px 5px 0px 10px;
	border-top: 1px solid white;
}

table.checkoutchecktable td.grey {
	padding:5px 5px 5px 10px;
	border:0px;
}
table.checkoutchecktable td.col1 {
	width:95px;
}
table.checkoutchecktable td.grey.col2 {
	border-left:1px solid white;
}

table.checkoutchecktable .chckbx {
	width:15px;
	border:none;
}

table.checkoutchecktable .submitbutton {
	width:100px;
	height:24px;
	border:none;
	background: url('../img/form_submit.gif');
	color: #ff0000;
	font-weight:bold;
}

#iagreeerror {
	/*float:left;*/
	/*width:18px;*/
	color:#ff0000;
	float:left;
	margin:10px 0px 0px 2px;
}

div.promoBox {
	float: left;
	margin: 20px 0px;
	width: 370px;
	padding: 8px;
}

div.promoBox div {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 3px;
}








