h2:not(.jumper) {
	border-top: 1px solid #67696a;
	border-bottom: 1px solid #dadccd;
	background: #1c1f21;
	font-family: Museo;
	height: 61px;
	padding-left: 20px;
	font-size: 30px;
	color: #f7f8e9;
	font-weight: normal !important;
	line-height: 61px;
	text-align: left;
	margin: 0px;
	float: left;
	width: 100%;
}
h2:not(.jumper) a {
	background: #1c1f21 url("../img/static/arr_right.png") 938px center no-repeat;
	font-family: Museo;
	height: 61px;
	font-size: 30px;
	color: #F7F8E9 !important; 
	font-weight: normal !important;
	line-height: 61px;
	text-align: left;
	margin: 0px;
	float: left;
	text-decoration: none;
	width: 100%;
}
#cart_table tbody tr td {
	font-size: 0.9em;
	}
	
.item {
	float: left;
	padding: 15px 0px;
	width: 100%;
}
.item img {
	float: left;
	margin-right: 20px;
}
.item .price {
	font-weight: bold;
	font-size: 24px;
	display: block;
	float: left;
	width: 100%;
	color: #1d3e4d;
}
.item .price .postage {
	font-size: 14px;
	}
.item label { 
	display: block;
	font-weight: bold;
	float: left;
	margin-right: 5px;
	line-height: 30px;
	}
.item input.quan {
	margin: 0 0 0px 1px;
	padding: 2px 0 0 8px;
	float: left;
	border-radius: 2px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	color: #1D2022;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 27px;
	background: #E2E2D5;
	border: 1px solid #AFAFA6;
	}
div.quan_block {
	float: none;
	height: 49px;
	background: #32A3AF;
	line-height: 49px;
	color: #FFF;
	font-weight: bold;
	
	border-radius: 25px; 
	margin: 5px auto;
	width: 157px;
	}
.quan_block span {
	height: 39px;
	width: 39px;
	display: block;
	line-height: 39px;
	float: left;
	margin: 5px;
	}
span.quan_increase {
	background: url(/img/static/gal_main_up.gif) top left no-repeat;
	cursor: pointer;
	margin-left: 10px;
}

span.quan_decrease {
	background: url(/img/static/gal_main_down.gif) top left no-repeat;
	cursor: pointer;
	margin-right: 10px;
}
input.submit_button, a.submit_button {
	padding: 5px 10px;
	display: block;
	float: right;
	text-align: center;
	border-radius: 0px;
	line-height: 24px;
	font-family: Museo;
	cursor: pointer;
	color: #00c8f5;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000;
	background: #1d3e4d;
	border-top: 1px solid #496470;
	border-right: 1px solid #122731;
	border-bottom: 1px solid #21808a;
	border-left: 1px solid #122731;
}



















