/* @override 
	http://campingandcampsites.co.uk/css/shop.css
	http://127.0.0.1/web/css/shop.css
	http://127.0.0.1/campingandcampsites/css/shop.css
*/

.product_list {
	padding: 8px;
	width: 190px;
	float: left;
	margin: 8px;
	height: 190px;
	text-align: center;
}

.cat_list {
	padding: 5px;
	width: 190px;
	float: left;
	margin: 5px;
	height: 190px;
	text-align: center;
	background-repeat: no-repeat;
}

.cat_name {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

.product_price {
	font-weight: bold;
	color: #da4213;
	font-size: 12px;
}

.product_price_big {
	font-weight: bold;
	color: #da4213;
	font-size: 14px;
}

.product_name {
	font-weight: bold;
	font-size: 12px;
}

.product_description {
	display: block;
	width: 550px;
	float: right;
}

.product_image {
	float: left;
	display: block;
	width: 330px;
	text-align: center;
}

.shop_control {
	width: 854px;
	height: 100px;
	/* background: url(../images/shop_control_bg.png) no-repeat;
	*/
	padding: 15px 15px 15px 20px;
	color: white;
	background-color: #3c6e97;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}

.search_load {
	float: left;
	width: 20px;
	margin-left: 8px;
}

#search {
	position: relative;
	bottom: 8px !important;
}

input.search_button {
	margin: 0 0 0 8px;
	padding: 4px 8px;
	position: relative;
	top: 4px;
}

#search_results {
	margin: 0;
	padding: 0;
}

.shop_search {
	float: right;
	margin-right: 30px;
}

.control_menu {
	float: left;
	width: 550px;
	color: white;
}

.section_link {
	margin: 8px;
	font-size: 12px;
}

.shop_front_column {
	width: 190px;
	float: left;
	margin-left: 30px;
}

.left_column {
	float: left;
	width: 120px;
}

.cat_ico {
	float: left;
	width: 200px;
	height: 100px;
	padding: 0;
	margin: 10px;
}

.control_menu a {
	color: white;
}