#shopper_container {
	position:relative;
	width:892px;
	margin:0 auto;
	top:20px;
}

/** Refine Menu **/

#refine_menu {
	margin:0 auto 0 45px;
	width: 865px;
	height: 22px;
}

#refine_menu li{
	float:left;
	list-style:none;
	display:block;
	height:22px;
	
	background: url("../cssimages/shopper_menu.png") no-repeat;
	text-indent: -9999px;
}

li#menu_gender {
	width:116px;
}

li#menu_style {
	background-position: -118px 0px;
	width:117px;
}

li#menu_colour {
	background-position: -236px 0px;
	width:116px;
}

li#menu_heel {
	background-position: -354px 0px;
	width:115px;
}

li#menu_upper {
	background-position: -470px 0px;
	width:115px;
}

li#menu_size {
	background-position: -586px 0px;
	width:115px;
}

li#menu_price {
	background-position: -702px 0px;
	width:115px;
}

#refine_search {
	width: 855px;
	height: 100px;
	background: url("../cssimages/shopper_container_bg.png") repeat-y 0 0;
	padding:0 20px 0 20px;
}

#refine_search ul {
	width:740px;
	position:absolute;
	top:30px;
	left:20px;
	list-style-type: none;
}

.refine_search_title {
	font-family: "Cooper", "CooperFirefox", "Cooper Std", "CooperBlackStd", "arial";
	font-size: 16px;
}

#refine_search li {
	float: left;
/*	margin-top: 4px;*/
	margin-top:2px;
	padding:1px 0 0 0;
	width: 147px;
	height: 20px;
}

#refine_search #colour input#col {
	float:left;
	margin:0 5px 0 0;
}

#refine_results {
	width: 118px;
	font-family: "Cooper", "CooperFirefox", "Cooper Std", "CooperBlackStd", "arial";
	font-size: 16px;
	position:absolute;
	top:30px;
	right:40px;
}

#refine_results_number {
	margin: auto;
	font-family: "Arial";
	font-size: 30px;
}

#refine_results_number p {
	text-align:center;
}

#refine_results_page {
	padding-top: 10px;
	font-family: "Arial";
	font-size: 12px;
}

.results_return {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	color:#fff;
	background-color: #aaaaaa;
	padding: 2px;
	border:none;
	cursor: pointer;
	font-size: 14px;
	margin-top: 20px;
}

.view_product_button {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	color:#fff;
	background-color: #aaaaaa;
	padding: 2px;
	border:none;
	cursor:pointer;
	font-size: 14px;
}

#shopper_loading {
	padding-top: 10px;
	font-family: "Arial";
	font-size: 16px;
	color: #CCCCCC;
}

.colour_box {	
	border: 1px solid #000000;
	-moz-border-radius: 4px;
	width: 15px;
	height: 15px;
	margin:-1px 0 0 10px;
	float:left;
}

.shopper_container_top {
	background:url("../cssimages/shopper_container_top.png") no-repeat 0 0;
	height:20px;
}

.shopper_container_bottom {
	background:url("../cssimages/shopper_container_bottom.png") no-repeat 0 0;
	height:20px;
	clear: both;
}

#price p {
	line-height: 2.6em;
	font-size: 1.4em;
}

#price input {
	font-size:1.0em;
	padding:0px 0 3px 0;
}

#price li {
	float: none;
	margin: 4px 0;
	width: 700px;
	height: auto;
}
