#cart_pageLeft {
	width : 420px;
	float : left;
	background-color : #F7F7F7;
	padding-top : 10px;
	padding-bottom : 10px;
	height : 410px;
}

#cart_pageRight {
	width : 335px;
	float : right;
	height : 410px;
}

.cartTab {
	width : 100%;
}

.cartTab_title {
	background-color : #0063DC;
	color : white;
	font-weight : bold;
	font-size : 12px;
	padding : 3px 12px 3px 12px;
	border-right : 1px solid white;
}

.cartTab_titleDarkBorder {
	background-color : #1C4EA5;
	color : white;
	font-weight : bold;
	font-size : 12px;
	text-align : center;
	padding : 3px 12px 3px 12px;
	border-right : 1px solid white;
}

.cartTab_titleDark {
	background-color : #1C4EA5;
	color : white;
	font-weight : bold;
	font-size : 12px;
	text-align : center;
	padding : 3px 12px 3px 12px;
}

.cartTab_colA {
	background-color : white;
	border-left : 1px solid #DFDFDF;
	border-bottom : 1px solid #DFDFDF;
	padding : 12px;
}

.cartTab_colARight {
	background-color : white;
	border-left : 1px solid #DFDFDF;
	border-right : 1px solid #DFDFDF;
	border-bottom : 1px solid #DFDFDF;
	font-size : 12px;
	text-align : center;
	padding : 12px;
}

.cartTab_colB {
	background-color : #F2F2F2;
	border-left : 1px solid #DFDFDF;
	border-bottom : 1px solid #DFDFDF;
	padding : 12px;
}

.cartTab_colBRight {
	background-color : #F2F2F2;
	border-left : 1px solid #DFDFDF;
	border-right : 1px solid #DFDFDF;
	border-bottom : 1px solid #DFDFDF;
	font-size : 12px;
	text-align : center;
	padding : 12px;
}

.cartTab_bottom_left {
	background-color : white;
	border-left : 1px solid #DFDFDF;
	border-bottom : 1px solid #DFDFDF;
	padding : 12px;
}

.cartTab_bottom_right {
	background-color : #FFFBED;
	border-left : 1px solid #DFDFDF;
	border-right : 1px solid #DFDFDF;
	border-bottom : 1px solid #DFDFDF;
	text-align : right;
	padding : 25px 12px 25px 12px;
}

.cartContinue {
	width : 100%;
	padding : 20px 0px 20px 0px;
	clear : both;
}
