
/* ************* DIV IDS ************* */

#cart-content {
	float: left;
	width: 100%;
}

#checkout-content {
	float: left;
	margin-left: 44px;
	width: 740px;
	padding: 85px 0 0 0;
}

#item-checkout {
	float: left;
	width: 65%;
}

#addresses {
	float: left;
	width: 35%;
}

#add-cart {
	clear: both;
	float: left;
	height: 24px;
	padding: 11px 17px 0 0;
	width: 700px;
	text-align: right;
	border-bottom: 1px solid #b4c0ca;
	background: url('../images/bg_tape.jpg');
}

#custinfo-login, #custinfo-billing, #custinfo-shipping, #custinfo-buttons {
	clear: both;
	float: left;
	width: 500px;
}

#customer-errors {
	clear: both;
	float: left;
	width: 510px;
	margin-bottom: 20px;
}

#custinfo-buttons {
	text-align: right;
}

#login-options {
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
	border-left: 1px solid #b4c0ca;
	border-right: 1px solid #b4c0ca;
	background: url('../images/bg_tab.jpg') repeat-x top left;
}

#login-footer {
	clear: both;
	float: left;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #b4c0ca;
	border-left: 1px solid #b4c0ca;
	border-right: 1px solid #b4c0ca;
	background: url('../images/bg_tape.jpg');
}

#new-customer, #customer-login, #guest-login {
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	width: 190px;
	height: 190px;
	font-size: 12px;
	line-height: 16px;
	color: #464646;
}

#new-customer, #customer-login {
	padding: 0 20px 0 0;
	border-right: 1px solid #b4c0ca;
}

#new-customer, #guest-login {
	margin-left: 30px;
}

#nouser {
	clear: both;
	float: left;
	margin-top: 18px;
	text-align: center;
	padding: 6px 0 6px 0;
	width: 100%;
	background: #a41c20;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#founduser {
	clear: both;
	float: left;
	margin-top: 4px;
	text-align: center;
	padding: 6px 0 6px 0;
	width: 100%;
}

#passwordstr {
	color: #fff;
	padding: 0 3px 0 3px;
}

#gateway-errors {
	clear: both;
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
	border: 1px solid #a41c20;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #a41c20;
}

#confirmation {
	clear: both;
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid #17538a;
	background: #eaf0f5;
}

* html #p-info, #customer-login, #show-thumbs div.pinfo, #p-title, #cartcheckout, #cart-content {
	display: inline;
}




/* ************* DIV CLASSES ************* */

.opt {
	clear: both;
	margin-bottom: 6px;
	width: 100%;
}

.cc-short {
	padding: 12px 25px 25px 25px;
	width: 508px;
}

.formerror {
	clear: both;
	float: left;
	margin-top: 2px;
	text-align: center;
	padding: 6px 0 6px 0;
	width: 100%;
	background: #a41c20;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}



/* ************* SPAN AND TEXT ************* */

.grey-out {
	color: #ccc;
}



/* ************* TABLES ************* */

table.addtocart {
	clear: both;
	float: left;
	width: 100%;
}
table.addtocart td {
	padding: 0 0 6px 0;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
}
table.addtocart td.price {
	color: #9f1b1e;
}
table.addtocart td.title {
	width: 70px;
}
table.addtocart td.error {
	padding: 0 0 10px 0;
	color: #a41c20;
}

table.viewcart {	
	border-collapse: collapse;
	width: 100%;
}
table.viewcart td {
	vertical-align: bottom;
	border-collapse: collapse;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #464646;
	padding: 4px 4px 4px 4px;
}
table.viewcart a {
	color: #464646;
}
table.viewcart a:hover {
	text-decoration: underline;
}
table.viewcart .heading td {
	height: 20px;
	color: #464646;
	border-bottom: 3px solid #b5c3ce;
}

td.vc-img img {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
td.vc-img a {
	text-decoration: none;
}

table.billship {
	float: left;
}
table.billship select {
	width: 100%;
}
table.billship td {
	width: 50%;
	font-family: Tahoma;
	font-size: 12px;
	color: #464646;
	padding: 2px 20px 6px 2px;
}
table.billship td.error {
	color: #a41c20;
}
table.billship td span {
}


.deleted {
	background: #ff0000;
}

td.discount-code {
	height: 30px;
	padding: 8px;
	background: #f5f5f5;
	border: 1px solid #eceaea;
	text-align: center;
}

td.cat-info {
	vertical-align: top;
	padding: 0 20px 0 0;
}

.sepproduct {
	margin-bottom: 20px;
}




/* ************* FORMS ************* */

.qty {
	font-family: Tahoma;
	font-size: 12px;
	color: #464646;
	text-align: center;
}


/* ************* LINKS ************* */

.cvc a {
	padding: 4px;
	color: #fff !important;
	background: #91528f;
}
