/* @group Main */

body {
	width: 920px;
	background-color: #a8acab;
	margin: 40px auto;
	font-size: 80%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: underline;
}

#page_background {
	position: absolute;
	height: 540px;
	width: 920px;
	background: url(images/main_background.jpg) no-repeat;
}

#header {
	height: 170px;
}

#logo {
	position: absolute;
	top: 60px;
	left: 320px;
}

#search_box {
	position: absolute;
	top: 130px;
	left: 348px;
}

#search_button {
	position: relative;
	top: 5px;
	left: 4px;
}

#page_middle {
	height: 230px;
	overflow: hidden;
}

#page_menu {
	position: relative;
	width: 270px;
	height: 152px;
	top: 25px;
}

#page_menu ul {
	list-style-type: none;
	padding-left: 30px;
	vertical-align: middle;
}

#page_menu li {
	height: 11px;
	padding-bottom: 6px;
}

#page_content {
	position: absolute;
	overflow: auto;
	width: 510px;
	top: 170px;
	left: 350px;
	height: 210px;
}

#footer {
	position: absolute;
	top: 400px;
	height: 160px;
	width: 100%;
}

#cart_menu {
	position: absolute;
	width: 100px;
	height: 60px;
	top: 20px;
	left: 90px;
}

#country_menu {
	position: absolute;
	text-align: center;
	width: 290px;
	top: 30px;
	left: 323px;
	height: 46px;
}

#country_menu img {
	margin-bottom: 5px;
}

#mini_cart {
	position: absolute;
	width: 185px;
	top: 20px;
	right: 80px;
	height: 68px;
}

.cart_image {
	float: left;
}

.cart_info {
	float: left;
	background-color: #FFF;
	font-weight: bold;
	height: 23px;
	width: 95px;
	margin: 4px 4px 4px 15px;
	padding-left: 6px;
	padding-top: 3px;
	overflow: hidden;
}

#totali_footer {
	position: absolute;
	top: 550px;
	width: 100%;
	text-align: center;
}

#totali_footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#totali_footer li {
	display: inline;
	margin-right: 30px;
}

/* @end */

/* @group Products */

#product_list {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.product_display {
	overflow: none;
	width: 490px;
	height: 300px;
	margin-bottom: 10px;
}

.product_image {
	background-color: #FFF;
	width: 200px;
	height: 200px;
	overflow: hidden;
	float: left;
}

.product_image img {
	display: block;
	margin: 5px auto;
}

.product_detail {
	float: right;
	width: 289px;
	height: 298px;
	overflow: auto;
}

.product_detail h3 {
	margin: 5px;
	text-transform: uppercase;
}

.product_detail p {
	margin: 5px;
}

.product_cart {
	position: relative;
	top: 10px;
}

.product_option_selector, .product_price {
	position: relative;
	float: left;
	right: 7px;
	top: 2px;
	width: 120px;
	font-weight: bold;
}

/* @end */