/*---------------------------------------------------------
HTML and Content Container
---------------------------------------------------------*/
/*Page ID*/
h1{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}
/*Book Title 1*/
h2{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
/*Book Title 2*/
h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
/*Author*/
h4{
	margin: .5em 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

#primary-content{
	background-color: #FFFFFF;
	padding: 36px 36px 100px 36px;
}


/*---------------------------------------------------------
Cart Table
---------------------------------------------------------*/
#cart{
	padding: 2em 0 0 0;
}
#cart table{
	padding: 0;
	margin: 0;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#cart th{
	padding: 7px 15px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #D1CDAE;
	vertical-align: top;
}
#cart td{
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	vertical-align: top;
	padding: 10px 15px 1em 15px;
}
.col-01, .col-02, .col-03, .col-04, .col-05, .subtotal-text, .subtotal-price{
	background-color: #E6E7D5;
}
.col-01, .col-03-th, .col-03{
	text-align: left;
}
.col-02, .col-04, .col-05{
	text-align: center;
}


/*Qty*/
.col-01{
	width: 125px !important;
}
.qty{
	width: 33px;
	float: left;
}
.qty input{
	width: 26px;
	background-color: #FFFFFF !important;
	font-size: 12px;
}
.update{
	width: 85px;
	float: left;
}
.remove{
	clear: both;
	padding: 2em 0;
	text-align: center;
	font-size: 10px;
}


/*Item*/
.col-03, .col-03-th{
	font-size: 11px;
	width: 315px !important;
}
.col-03{
	padding-bottom: 2em !important;
}
.col-03 ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.col-03 li{
	float: left;
	padding-top: 1.5em;
}
.top-10, .bookclub{
	padding-right: 14px;
}


/*Price and Total*/
.col-04, .col-05{
	width: 120px !important;
}



/*Continue Shopping, SubTotal & Checkout*/
.continue-shopping{
	padding-left: 0 !important;
}
.subtotal-text, .subtotal-price{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 1em !important;
}
.subtotal-price{
	border-left-color: #E6E7D5 !important;
}
.checkout{
	text-align: center;
	padding-top: 1em !important;
}

.offer{
	background-color: #CCFFCC;
}
