/* Styles just for the Cart */

#cart_wrapper {
	width: 645px;
	min-height: 200px;
	height: auto;
	z-index: 9;
	display: block;
	background-color: #fff;
	margin-left: 0px;
	margin-top: 10px;
	/* border: 1px solid #999; */
}

.cart_header_row {
	width: 645px;
	height: 31px;
	float: left;
	display:block;
	background-color: #143d8d;
	color: #fff;
	margin:0px;
	padding:0px;
	background-image: url(images/toolbar_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}

.cart_co_header_row {
	width: 620px;
	height: 31px;
	float: left;
	display:inline;
	background-color: #143d8d;
	color: #fff;
	margin:0px;
	padding:0px;
	margin-top: 10px;
}

.cart_row {
	width: 645px;
	min-height: 30px;
	height:auto;
	float: left;
	display:block;
	border-bottom: 1px solid #ddd;
	color: #333;
}

.cart_co_row {
	width: 620px;
	height: 30px;
	float: left;
	display:inline;
	border-bottom: 1px solid #ddd;
	color: #333;
}

.cart_row_itemname {
	float:left;
	margin-right: 10px;
	width: 300px;
	padding: 5px 0px 3px 5px;
	text-align:left;
}

.cart_row_itemname a {

}

.cart_row_itemname a:hover {

}

.cart_row_quant {
	float:left;
	margin-right:10px;
	width: 50px;
	padding: 5px 0px 3px 5px;
}

.cart_row_price {
	float:left;
	margin-right:10px;
	width: 50px;
	padding: 5px 0px 3px 5px;
}

.cart_row_quant_price {
	float:left;
	margin-right:10px;
	width: 115px;
	padding: 5px 0px 3px 5px;
}

.cart_row_total {
	float:left;
	margin-right:10px;
	width: 75px;
	padding: 5px 0px 3px 5px;
	text-align: right;
}

.cart_row_action {
	float:left;
	margin-right:10px;
	width: 50px;
	padding: 5px 0px 3px 5px;
	text-align:center;
}

.cart_row_action a {

}

.cart_row_action a:hover {
}

#cartbuttons {
	margin-top: 5px;
	width: 650px;
	height: 35px;
	float: left;
	display: block;
	text-align:center;
	margin-bottom: 5px;
}


#cartbuttons a {
	float: left;
}

/* for Checkout */

#checkoutform_area {
        width: 900px;
        height: auto;
        min-height: 500px;
        background-color: #fff;
        display:block;
		margin-left: auto;
		margin-right: auto;
		text-align:left;
}

#checkoutform_area_top {
        width: 900px;
        height: 7px;
        display:block;
        float: left;
        background-image: url(images/round_top.gif);
        margin:0px;
        padding:0px;
        border:0px;
}

#checkoutform_area_bottom {
        width: 900px;
        height: 7px;
        display:block;
        float: left;
        background-image: url(images/round_bottom.gif);
        margin:0px;
       eckoutform_area_toppadding:0px;
        border:0px;
}

#checkoutform_area h1 {
        margin-left: 30px;
        font-size: 14px;
        font-weight: bold;
}

#checkoutform_area h3 {
        margin-left: 30px;
        font-size: 14px;
        font-weight: bold;
}

#checkoutform_area p {
        margin-left: 20px;
        font-size: 12px;
}

#coleft {
        width: 350px;
        height: auto;
        float: left;
        margin-left: 20px;
		border-right: 1px solid #aaa;
}

#coleft a {
	text-decoration:none;
	color: #00418b;
}

#coleft a:hover {
        text-decoration:none;
        color: #333;
}


#coleft h2 {
    font-size: 14px;
        color: #00418b;
        margin-left: 0px;
	margin-top: 20px;
	font-weight: bold;
	margin-right: 20px;
	line-height: 22px;
}

#coleft h2 strong {
	color: #333;
	font-weight: normal;
}

#coleft h3 {
        font-size: 14px;
        color: #333;
        margin-left: 0px;
}

#coright {
        width: 350px;
        height: auto;
        float: left;
        margin-left: 10px;
		padding-left: 10px;
}

#coright h2 {
	font-size: 14px;
	color: #00418b;
	margin-left: 0px;
	margin-top: 20px;
	font-weight: bold;
	margin-right: 20px;
	line-height: 22px;
}

#coright h2 strong {
        color: #333;
        font-weight: normal;
}

#coright h3 {
        font-size: 14px;
        color: #333;
        margin-left: 0px;
}

#corighter {
	width: 130px;
	height: auto;
	float: left;
	margin-left: 10px;
}

table.checkoutforms tr,td {
        font-size: 11px;
}

table.checkoutforms td {
        padding: 2px;
}

#alreadyhaveaccount {
	width: 120px;
	height: auto;
	background-color: #fff;
	border: 1px dashed #00418b;
	padding: 5px;
	font-size: 11px;
	margin-top: 10px;
}

#alreadyhaveaccount a {
	text-decoration: none;
	font-weight: normal;
	color: #d24c0b;
}

#alreadyhaveaccount a:hover {
        text-decoration: none;
        font-weight: normal;
	color: #00418b;
}

#order_summary_section {
	width: 650px;
	height: 120px;
	z-index: 9;
	display: block;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 10px;
}

#order_summary_billing {
	color: #333;
	font-size: 10px;
	text-decoration: none;
	width: 208px;
	height: 150px;
	float: left;
}

#order_summary_billing p {
	margin-left: 0px;
}

.small_headers {
        font-size: 11px;
        font-weight: bold;
        color: #666;
}

#order_summary_shipping {
        color: #333;
        font-size: 10px;
        width: 208px;
        height: 150px;
        float: left;
        margin-left: 10px;
}

#order_summary_shipping p {
	margin-left: 0px;
}

#order_summary_payment {
        color: #333;
        font-size: 10px;
        width: 190px;
        height: 150px;
        float: left;
        margin-left: 10px;
}

#order_summary_payment p {
	margin-left: 0px;
}

.coerror {
	margin-left: 20px;
	color: #b31b34;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align:center;
	display:block;
	width: 880px;
	min-height: 30px;
	height: auto;
	background-color: #ffc9d2;
}

#textareawrapper {
	text-align: left;
	margin-left: 80px;
	margin-right: 80px;
}

#textareawrapper p {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 450px;
}

#textareawrapper h1 {
        color: #203f99;
        margin-top: 0px;
        height: 32px;
        width:885px;
        font-weight: bold;
        display: block;
        float: left;
        padding-top: 5px;
        text-align:left;        
	font-size: 16px;
}

#textareawrapper h2 {
	float: left;
	width: 450px;
}

.cformitem {
        clear: all;
        width: 800px;
        display:block;
        float: left;
	font-size: 14px;
}

.contact_error {
	clear: all;
        color: #aa0000;
	float: left;
	background-color: #ffb9b9;
	padding: 10px;
	border: 1px solid #ff2525;
	font-size: 12px;
}

.contact_error p {
	font-size: 12px;
}

.contact_error ul {
	margin-left: 10px;
	padding-left: 10px;
}

.contact_error ul li {
	list-style: disc outside;
}

#cart_checkout_wrapper {
	width: 640px;
	min-height: 200px;
	z-index: 9;
	display: block;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align:left;
	margin-top: 10px;
	
}