/****** Shopping Cart ******/
/*///////////////////////*/
a {
	text-decoration:none;
}

#1_col_layout {
	float:left;
	width: 959px;
	text-align:left;
}

#error_top {
	width: 929px;
	padding:10px;
	margin:5px;
	background-color:#CCCCCC;
	color:#404040;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}

.errors_page {
	padding:9px 8px 9px 35px;
	font-size:11px;
	line-height:13px;
	height:auto;
	overflow:hidden;
	margin:5px;
	clear:both;
	background:#faf0f0 url(/images/icon_error.jpg) no-repeat 9px center;
	border:1px solid #c50909;
	color:#d30404;
}

.message_page {
	padding:9px 8px 9px 35px;
	font-size:11px;
	line-height:13px;
	height:auto;
	margin:5px;
	background:#edfbc4 url(/images/icon_success.jpg) no-repeat 9px center;
	border:1px solid #6fc508;
	color:#395105:
}

#message_top{
	padding-left:250px;
}


/*Top Section*/
#shopping_cart_title {
	float:left;
	padding:19px 0 0 11px;
	font-size: 28px;
	color:#606060;
	font-weight:bold;
}

#shopping_cart_buttons {
	float:right;
	margin:13px 80px 10px 0;
}

#shopping_cart_buttons div {
	margin: 7px 0px;
}

/*Cart Product Listings*/

#shopping_cart_display_titles {
	width: 955px;
	float:left;
	text-align: center;
	font-size: 11px;
	color:#606060;
	font-weight:bold;
	border-bottom:#c0c0c0 1px solid;
	padding: 2px 0 4px 0;
}


/* scdt = shopping cart display titles */
.scdt_h1 { 
	float:left;
	width:514px;
	text-align: left;
}

.scdt_h2 { float:left; width:74px; }
.scdt_h3 { float:left; width:58px; }
.scdt_h4 { float:left; width:100px; }
.scdt_h5 { float:left; width:65px; }
.scdt_close {
	float: left;
	width: 75px;
}

.scdt_h1 p { padding:0 0 0 97px; }

/* scdp = shopping cart display products */
#shopping_cart_display_product {
	width: 955px;
	float:left;
	text-align:center;
	border-bottom:#c0c0c0 1px solid;
}

.scdp_vendor {
	float:left;
	width: 91px;
}

.scdp_image {
	float:left;
	padding:4px 0 0 5px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
}

.scdp_image img {
	border:#c6c6c6 1px solid;
}

.scdp_info {
	float:left;
	width:338px;
	padding:4px 0 3px 10px;
	color:#303030;
	line-height:15px;
	text-align: left;
}

.scdp_info a {
 color:#303030;
}

.scdp_title_brand {
	font-size:12px;
}

.scdp_title_product {
	font-size:17px;
	font-weight:bold;
}
.scdp_custom_options {
	font-size:10px;
	line-height:10px;
	padding-right:145px;
}

.scdp_price {
	float:left;
	width:74px;
	padding:24px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#606060;
}
.scdp_qty {
	float:left;
	width:58px;
	padding:20px 0 0 0;
}

#scdp_qty_box {
	width:46px;
	height:21px;
	padding:5px 0 0 0;
	border: 1px solid #c2c2c2;
	background-color:#fff;
	color: #000;
	font-weight: bold;
	font-size:12px;
}

.scdp_total {
	float:left;
	width:100px;
	padding:24px 10px 0 0;
	font-size:12px;
	font-weight:bold;
	color:#606060;
}

.scdp_savings {
	float:left;
	width:65px;
	padding:24px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#c90000;
	font-style:oblique;
}
.scdp_close {
	float: left;
	padding-top: 22px;
	width: 75px;
	font-weight:bold;
}
.scdp_close a {
	color:#606060;
	font-size:11px;
}

.scdp_close img {
	vertical-align: middle;
	padding-right: 5px;
}

#shopping_cart_checkout_final {
	float:left;
	width: 959px;
}

/*scdisc = shopping cart discount*/
#shopping_cart_discount {
	padding:70px 0 0 99px;
	text-align:left;
	float:left;
}
#disc_disclaimers {
	color: #606060;
    font-size: 9px;
	line-height: 12px;
    font-weight: bold; padding: 0 0 10px 0
}

#scdisc_header {
	padding:0 0 13px 0;
	font-size:18px;
	font-weight:bold;
	color:#606060;
}

#scdisc_discount p {
	padding:0 0 10px 0;
	font-size:9px;
	font-weight:bold;
	color:#606060;
}

#scdisc_box {
	width:209px;
	height:22px;
	padding:5px 0 0 5px;
	border: 1px solid #c2c2c2;
	background-color:#fff;
	color: #c0c0c0;
	font-weight: bold;
	font-size:12px;
}

#scdisc_btns {
	float:left;
	margin:10px 0 0 10px;
}

.scdisc_apply a {
	font-size:11px;
	font-weight:bold;
	color:#c70000;
}

.scdisc_remove {
	margin:3px 0 0 0;
	font-size:11px;
	font-weight:bold;
	color:#c0c0c0;
}

.scdisc_remove a {
	color:#c0c0c0;
}

/*scfc = shopping cart final checkout*/
#shopping_cart_final_checkout {
	float:right;
	width:220px;
	padding:17px 83px 0 0;
	text-align:right;
}

#scfc_update {
	float:right;
	margin:0 0 36px 0;
	width:216px;
}

#scfc_checkout_subs {
	float:right;
	width:216px;
}

#scfc_left_header_holder {
	float:left;
	width:160px;
}

.scfc_left_header {
	padding:0 100px 5px 0;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#606060;
}

#scfc_right_price_holder {
	float:left;
}

.scfc_right_price {
	padding:0 0 5px 0;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#606060;
}

#scfc_total {
	float:right;
	width:216px;
	height:27px;
	margin:17px 0 32px 0;
	border:#e0e0e0 1px solid;
}

.scfc_total_header {
	float:left;
	padding:7px 0 7px 22px;
	font-weight: bold;
	font-size:14px;	
	color:#606060;
}

.scfc_total_number {
	float:right;
	padding:5px 8px 5px 0;
	font-weight: bold;
	font-size:18px;	
	color:#606060;
}

#scfc_checkout {
	float:right;
	width:216px;
	margin: 0 0 37px 0;
}
