@charset "utf-8";
/* CSS Document */

#column_left {
	float: left;
	width: 40%;
}
#column_right {
	float: left;
	/*width: 40%;*/
	width: 300px;
	margin-left: 20px;
}
#myBag {
	/*background-color: #A0CCDC;*/
	background-color: #e8f1f7;
	padding: 5px 5px 5px 5px;
}
#myBag ul li {
	padding: 3px 0px 3px 0px;
	color: #999;
	border-bottom: 1px dotted #CCC;
}
#myBag_box {
	/*display: none;*/
}
.cartItem_details {
	color: #999;
	padding: 0px 0px 0px 8px;
}
.cartItem {
	float:left;
	margin-right: 5px;
}
.cartItem_label_box {
	/*float:left;
	width: 61%;*/
	width: 65%;
	margin: 0px 0px 0px 5px;
}
.cartItem_label {
	/*float:left;*/
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.cartItem_value {
	/*float:left;*/
	/*padding: 0px 8px 0px 8px;*/
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #666666;
	/*width: 80px;*/
}
/*.cartItem_price {
	float:left;
	width: 26%;
	text-align: right;
	margin: 0px 0px 0px 5px;
}*/
.cartItem_price {
	width: 95%;
	margin: 6px 0px 6px 5px;
}
.cartItem_price_label {
	float:left;
	width: 61%;
	margin: 0px 0px 0px 0px;
	color: #CCC;
}
.cartItem_price_value {
	float:left;
	width: 26%;
	text-align: right;
}
.cartItem_button {
	float:left;
	/*margin: 5px 0px 0px 6px;*/
	margin: 0px 0px 0px 6px;
}
#summaryRow {
	height: 22px;
	/*background-color: #A0CCDC;*/
	background-color: #e8f1f7;
	padding: 4px 5px 12px 5px;
	margin: 0px 0px 1px 0px;
	font-weight: bold;
	color: #333;
	border-bottom: #036 dotted 1px;
}
#summaryRow_startup {
	height: 22px;
	/*background-color: #A0CCDC;*/
	background-color: #e8f1f7;
	padding: 20px 5px 12px 5px;
	margin: 0px 0px 1px 0px;
	font-weight: bold;
	color: #333;
	border-bottom: #036 dotted 1px;
}
#summaryRow_label {
	/*float:left;
	margin: 0px 0px 0px 5px;
	width: 50%;
	text-align: right;*/
	float:left;
	width: 49%;
	margin: 4px 0px 0px 9px;
	padding-top: 3px;
}
#summaryPrice {
	/*float:left;
	width: 30%;
	text-align: right;
	margin: 0px 0px 0px 0px;
	font-weight: bold;*/
	float:left;
	width: 38%;
	text-align: right;
	margin: 4px 0px 0px 0px;
	font-size:16px;
}
#summaryPrice_startup {
	/*float:left;
	width: 30%;
	text-align: right;
	margin: 0px 0px 0px 0px;
	font-weight: bold;*/
	float:left;
	width: 38%;
	text-align: right;
	margin: 4px 0px 0px 0px;
	font-size: 16px;
	color: #9fb6c6;
}
#myBag_status {
	padding: 5px 0px 8px 18px;
	/*font-weight: bold;*/
	color: #CCC;
}
.cartRow {
	/*height: 35px;
	background-color: #DCF0F5;*/
	background-color: #fff;
	padding: 5px 0px 0px 5px;
	/*margin: 0px 0px 1px 0px;*/
	border-bottom: 1px #328FC2 dotted;
	display: none;
}

#myBag_buttons {
	background-color: #e8f1f7;
	padding: 7px 0px 7px 135px;
}

