/****** 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:#FF0000;
      color:#404040;
      font-size:11px;
      font-weight:bold;
      text-align:center;
}


/*Top Section*/
#shopping_cart_title {
	float:left;
	padding:19px 0 0 11px;
	font-size: 28px;
	color:#606060;
	font-weight:bold;
}

#shopping_cart_checkout {
	float:right;
	padding:13px 80px 0 0;
}

#shopping_cart_continue{
	float:left;
	width: 959px;
	height:0px;
	margin:5px 0 15px 0;
	background-color:#c0c0c0;
	visibility: hidden;
}

#shopping_cart_continue img{
	float:right;
	padding:7px 80px 7px 0;
}

/*Cart Product Listings*/

#shopping_cart_display {
	float:left;
	width:959px;
	height:100%;
}

#shopping_cart_display_titles {
	width: 955px;
	float:left;
	text-align:left;
	font-size: 11px;
	color:#606060;
	font-weight:bold;
	border-bottom:#c0c0c0 1px solid;
	padding: 0 0 4px 0;
}

/* scdt = shopping cart display titles */
.scdt_h1 { float:left; width:592px; }
.scdt_h2 { float:left; width:74px; }
.scdt_h3 { float:left; width:58px; }
.scdt_h4 { float:left; width:103px; }
.scdt_h5 { float:left; width:80px; }

.scdt_h1 p { padding:0 0 0 97px; }
.scdt_h2 p { padding:0 0 0 0; }
.scdt_h3 p { padding:0 0 0 14px; }
.scdt_h4 p { padding:0 0 0 19px; }
.scdt_h5 p { padding:0 0 0 1px; text-align:center;}

/* scdp = shopping cart display products */
#shopping_cart_display_product {
	width: 955px;
	float:left;
	text-align:left;
	border-bottom:#c0c0c0 1px solid;
}

.scdp_vendor {
	float:left;
}
.scdp_image {
	float:left;
	padding:4px 0 0 5px;
}

.scdp_image img {
	border:#c6c6c6 1px solid;
}

.scdp_info {
	float:left;
	width:430px;
	padding:4px 0 0 10px;
	color:#303030;
	line-height:15px;
}

.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;
	text-align:left;
}
.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;
	text-align:center;
	background-color:#fff;
	color: #000;
	font-weight: bold;
	font-size:12px;
}

.scdp_total {
	float:left;
	width:93px;
	padding:24px 10px 0 0;
	font-size:12px;
	font-weight:bold;
	color:#606060;
	text-align:center;
}
.scdp_savings {
	float:left;
	width:80px;
	padding:24px 0 0 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#c90000;
	font-style:oblique;
}
.scdp_close {
	float:right;
	padding:24px 10px 0 0;
}

#shopping_cart_checkout_final {
	float:left;
	width: 959px;
}

/*scdisc = shopping cart discount*/
#shopping_cart_discount {
	padding:106px 0 0 99px;
	text-align:left;
	float:left;
}

#scdisc_header {
	padding:0 0 13px 0;
	font-size:18px;
	font-weight:bold;
	color:#606060;
}

#scdisc_discount {
	float:left;
	
}

#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:21px 0 0 22px;
}

.scdisc_apply {
	font-size:11px;
	font-weight:bold;
	color:#c70000;
}

.scdisc_apply a {
	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;
}