@CHARSET "UTF-8";

.outer_cart {
	position: relative;
	left: -15px;
}

#cartError {
	position:relative;
	top: 20px;
	left: 55px;
	color: red;
}

#main #left-column ol {
	color:#6B6258;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 3px;
	margin: 0px;
}

#fieldset-billingtab ol li ul li,
#fieldset-shippingtab ol li ul li,
#fieldset-paymenttab ol li ul li  {
    color: red;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 100%;
}

#main #left-column ol li {
	list-style: none;
	margin-bottom: 5px;
    text-align: left;
}

#main #left-column ol li label {
	width: 150px;
	float: left;
}

.checkboxTag {
    padding-left: 5px;
}

.cart {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.5;
}

.cart .label {
	padding-left:20px;
	width: 10em;
	float: left;
	text-align: right;
}

#updateButton,
#proceedButton,
#verifytab-conShopping,
#verifytab-homePage {
	border: 1px Solid #000000;
	background: #BCB38F;
	cursor: pointer;
}

#verifytab-submit {
	border: 1px Solid #000000;
    background: #BCB38F;
    cursor: pointer;
    float: right;
}

.product .addButton {
	border: 0px none;
}

.product .error {
	padding-top: 5px;
	color: red;
}