@charset "ISO-8859-1";

#content {
	float: left;
	width: 934px;
	border-right-width: 9px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 8px;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-bottom: 20px;
}
#shoppingPage #div_column1 {
	clear: both;
	float: left;
	width: 530px;
}
#shopping_cart td { padding: 5px; text-align: center; }
#shopping_cart .align_left { text-align: left; }
#shopping_cart .align_right { text-align: right; }
#shopping_cart #table_heading {
	background-color: #000066;
	font-size: 110%;
	color: #FFFFFF;
}
#shopping_cart #table_heading #table_remove { background-image: url(../images/webLayout/page_checkout/table_left_corner.gif);	background-repeat: no-repeat; width: 60px; }
#shopping_cart #table_heading #table_price { background-image: url(../images/webLayout/page_checkout/table_right_corner.gif); background-repeat: no-repeat; background-position: right 0px; width: 70px; }
#shopping_cart #table_heading #table_quantity {
	width: 70px;
}
#shopping_cart .table_blank_cell { width: 240px; }
#shopping_cart .table_cell {
	color: #000066;
	background-color: #CCCCFF;
}
#shopping_cart .table_cell td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#shopping_cart .table_cell a {
	color: #000066;
	text-decoration: none;
}
#shopping_cart .table_cell a:hover { text-decoration: underline; }

#table_heading #product_desc { background-image: url(../images/webLayout/page_checkout/table_left_corner.gif);	background-repeat: no-repeat; }


#shoppingPage .checkout_more_holder{
	float: left;
	width: 302px;
	text-align: center;
}
#shoppingPage .checkout_more_holder a{
	color: #FFFFFF;
	background-color: #000066;
	display: block;
	width: 150px;
	text-decoration: none;
	border: 1px solid #000066;
	height: 20px;
	padding-top: 5px;
}
#shoppingPage .checkout_more_holder a:hover {
	border: 1px solid #000066;
	color: #000066;
	background-color: #ccccff;
	cursor:pointer;
}

#shoppingPage .checkout_more_holder input{
	color: #FFFFFF;
	background-color: #000066;
	display: block;
	width: 200px;
	text-decoration: none;
	border: 1px solid #000066;
	height: 25px;
	padding-top: 5px;
	float: right;
}
#shoppingPage .checkout_more_holder input:hover {
	border: 1px solid #000066;
	color: #000066;
	background-color: #ccccff;
	cursor:pointer;
}
#shoppingPage .checkout_more_holder #float_right a{ float: right; }

#shoppingPage #notes_heading {
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
	font-size: 115%;
	padding: 4px;
}
#shoppingPage #notes_holder {
	background-color: #ccccff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#shoppingPage #notes_holder textarea {
	width: 550px;
	height: 100px;
}

#shoppingcart_detail_page{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 780px;
	height: 100%;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 80%;
}
#shoppingcart_detail_page #div_column1 {
	float: left;
	width: 350px;
	padding-left: 50px;
	padding-bottom: 30px;
}
#shoppingcart_detail_page  #div_column2 {
	float: left;
	width: 350px;
	padding-left: 30px;
}
#shoppingcart_detail_page .label_filler {
	width: 140px;
	display: block;
	float: left;
	height: 30px;
}
#shoppingcart_detail_page label {
	width: 130px;
	display: block;
	float: left;
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #000053;
	color: #FFFFFF;
}
#shoppingcart_detail_page .div_input {
	float: left;
	width: 175px;
	padding-top: 4px;
	padding-left: 5px;
	height: 26px;
	background-color: #ccccff;
}
#shoppingcart_detail_page .div_input input {
	width: 160px;
}
#shoppingcart_detail_page #notes_heading {
	width: 320px;
	background-color: #000053;
	height: 25px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
#shoppingcart_detail_page #notes_holder {
	width: 320px;
	text-align: center;
	background-color: #ccccff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#shoppingcart_detail_page #notes_holder textarea {
	width: 280px;
	height: 100px;
}
#shoppingcart_detail_page #checkout_more_holder {
	float: left;
	padding-left: 169px;
	padding-top: 10px;
}
#shoppingcart_detail_page #checkout_more_holder input {
	display: block;
	color: #FFFFFF;
	background-color: #000053;
	text-align: center;
	width: 150px;
	height: 40px;
	text-decoration: none;
	border: 1px solid #666666;
}
#shoppingcart_detail_page #checkout_more_holder input:hover {
	color: #000053;
	background-color: #CCCCFF;
	border: 1px solid #999999;
}
#shoppingcart_detail_page #footer_info {
	clear: both;
}
#shoppingcart_detail_page .errorTxt {
	font-style: italic;
	color: #FF0000;
}



#shoppingcart_comp #div_column1 {
	float: left;
	width: 300px;
	text-align: left;
}
#shoppingcart_comp {
	float: left;
	width: 530px;
	padding-left: 20px;
}

