/*========================================================
Global CSS file for ACCURACY INTENATIONAL SHOP
Created by Strawberrysoup - www.strawberrysoup.co.uk
=========================================================*/

body {
	background: #514C17;
}

#container {
	width: 970px;
	margin: 0 auto;
}

/*===================================================================
NAVIGATION
===================================================================*/
#menu {
	color:#989374;
	width:970px;
	padding:20px 10px 10px;	
	height:30px;
}

#menu li a{
	color:#989374;
	padding:20px 0 10px;
	text-decoration: none;
}

#menu li a:hover{
	color:#fff;
	text-decoration:underline;
}

#menu li {
	float:left;
	margin:0 0 0 30px;
	font-size:1.4em;
	list-style:none;
}

#menu li.menu_item {
	float:right;
	padding:0 25px;
}

#menu li:first-child {
	margin:0 0 0 20px;
}

/*===================================================================
HEADER MENU
===================================================================*/

#header_menu {
	position: absolute;
	right: 40px;
	top: 5px;
}

#header_menu a {
	font-size: 1.2em;
	color: #fff;
	padding: 0 0 0 10px;
	font-weight: bold;
}

#header_menu a img {
	border: 1px solid #000;
}

#header_menu a.active img {
	border: 1px solid #FFF;
}


/*===================================================================
BRANDING
===================================================================*/

.branding {
	text-indent: -9999em;
	width: 272px;
	height: 170px;
	background: url('../cssimages/branding.png') no-repeat;
}

/*===================================================================
CONTENT CONTAINER
===================================================================*/

#content_container {
	position: relative;
	background: url('../cssimages/content_bg.jpg') top;
	padding: 0 0 30px 0;
}

/*===================================================================
LEFT SIDEBAR CATEGORIES AND INFORMATION
===================================================================*/

#sidebar {
	width: 272px;
	float: left;
	margin: -5px 0 0 3px;
}

#sidebar h3 {
	color: #fff;
	background: #514C17;
	padding: 5px 0px 5px 50px;
	font-size: 1.8em;
	font-weight: bold;
}

#sidebar ul {
	list-style: none;
	background: url('../cssimages/white_transparency.png');
	padding: 10px 0 10px 0;
	line-height: 2em;
}

#sidebar ul li a {
	padding: 0 0 0 50px;
	color: #514C17;
	font-weight: bold;
	font-size: 1.2em;
}

/*===================================================================
MAIN CONTENT
===================================================================*/

#main_content {
	width: 695px;
	margin: 25px 0 0 0;
	float: left;
}

h1#heading {
	width: 651px;
	height: 63px;
	padding: 25px 0 0 40px;
	color: #514C17;
	background: url('../cssimages/heading_bg.png') no-repeat;
}

.store_country_overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: url('../cssimages/black_transparency.png');
	z-index: 1001;
}

.store_country {
	position: absolute;
	top: 100px;
	left: 185px;
	padding: 50px;
	background: url('../cssimages/white_transparency.png');
	z-index: 1002;
}

.store_country .country_choice {
	float: left;
	width: 250px;
}

/*===================================================================
CATEGORY LIST
===================================================================*/

.cat_list {
	margin: 20px 0 0 20px;
}

.cat {
	position: relative;
	width: 192px;
	height: 192px;
	float: left;
	margin: 0 20px 20px 0;
	background: url('../cssimages/cat_bg.jpg') no-repeat;
}

.cat_list .cat p {
	text-align: center;
}

.cat_name {
	position: absolute;
	width: 192px;
	top: 148px;
	line-height: 1.1em;
	text-align: center;
}

.cat_name a {
	color: #fff;
}

/*===================================================================
CREDIT CARDS
===================================================================*/

#credit_cards {
	text-indent: -9999em;
	height: 96px;
	background: url('../cssimages/credit_cards_2.png') no-repeat;
}

#credit_cards p {
	margin: 0;
}

/*===================================================================
PRODUCT LIST
===================================================================*/

.cat_price {
	position: absolute;
	bottom: 35px;
	text-align: center;
	color: #fff;
	display: block;
	width: 85px;
	height: 20px;
	padding: 5px 0 0 0;
/*	background: url('../cssimages/cat_price.png') no-repeat;*/
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #514c17;
}

#back_button {
	margin: 40px 0px 0 54px;
}

.view_button {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0px;
}

.view_button a {
	text-transform: uppercase;
	font-size: 0.8em;
	display: block;
	width: 31px;
	height: 26px;
	padding: 5px 0 0 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: url('../cssimages/red_button.png') no-repeat;
}

#back_button a {
	text-indent: -9999em;
	display: block;
	width: 81px;
	height: 81px;
	background: url('../cssimages/back_button.png');
}

/*===================================================================
PAGINATION
===================================================================*/
#pagination {
	color: #fff;
	background: #514C17;
	padding: 5px 0 5px 10px;
	margin: 10px 10px 0 10px;
	text-align: center;
}

#pagination a {
	color: #fff;
	text-decoration: underline;
}

/*===================================================================
PRODUCT DETAIL PAGE
===================================================================*/
#detail_container {
	position: relative;
	background: url('../cssimages/detail_bg.png') top;
}

.extra_views {
	padding: 20px 0 20px 20px;
	background: url('../cssimages/views_bg.png') bottom;
}

.extra_views h3 {
	color: #B0373E;
	font-weight: bold;
}

#detail_back_button {
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
}

#detail_back_button a {
	text-transform: uppercase;
	font-size: 0.8em;
	display: block;
	width: 31px;
	height: 26px;
	padding: 5px 0 0 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: url('../cssimages/red_button.jpg') no-repeat;
}

.detail_image {
	width: 297px;
	float: left;
	margin: 50px 0 0 80px;
}

.product_detail_col {
	position: relative;
	width: 202px;
	float: right;
	margin: 20px 20px 0 0;
	color: #514C17;
}

.product_details {
	padding: 20px 20px 50px 20px;
	background: url('../cssimages/product_detail_bg.png') top;
}

#add_to_basket {
	margin: 0;
}

#add_to_basket input, #add_to_basket span {
	display: block;
	width: 202px;
	height: 40px;
	padding: 0 0 5px 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	background: url('../cssimages/basket.png') no-repeat;
	text-align: center;
}

#add_to_basket span {
	line-height: 2em;
}

#add_to_basket input {
	cursor: pointer;
}

/*===================================================================
BASKET, CHECKOUT, MY ACCOUNT
===================================================================*/

/*-------------------- login --------------------*/
#shop, #account {
	margin: 5px 20px 0 20px;
	padding: 20px;
	background: url('../cssimages/transparent_bg.png');
}

#account a {
	color: #514C17;
}


#process_status {
	clear:right;
	font-size:1.2em;
	height:45px;
	margin:20px auto 0 auto;
	width:540px;
}

#process_status li {
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border:1px solid #514C17;
	color:#514C17;
	height:20px;
	padding:10px 15px 10px 15px;
	background: #fff;
}

#process_status li.current {
	background-color:#514C17;
	border:1px solid #fff;
	color:#FFFFFF;
}

.shop_section ul {
	list-style: none;
	margin: 20px 0 0 0;
}

.shop_section li {
	float:left;
	margin:0 6px 20px 0;
	text-align:center;
}

.shop_section_title {
	color: #fff;
	clear: both;
	background: #514C17;
	padding: 10px 0 10px 20px;
}

#returning_customer_login {
	margin: 20px 0 0 0;
}

input.text {
	border: solid 1px #514C17;
	padding: 3px;
}

input.submit {
	border: solid 1px #fff;
	font-size: 1.2em;
	color: #fff;
	background: #514C17;
	padding: 5px 20px 5px 20px;
}

a.forgotten {
	display: block;
	color: #000;
	background: #fff;
	margin: 10px 0 0 0;
	padding: 5px;
	border: solid 1px #514C17;
}

#new_customer_login_details li, #new_customer_personal_details li, #new_customer_address_details li {
	text-align: left;
	font-size: 1em;
	width: 460px;
}

#new_customer_login_details li label, #new_customer_personal_details li label, #new_customer_address_details li label {
	float:left;
	margin-right:10px;
	width:150px;
}

#new_customer_submit {
	clear: both;
}

#basket_menu {
	padding: 5px;
	color: #fff;
	background: #514C17;
}

#basket_menu a {
	color: #fff;
	margin: 0 0 0 20px;
	text-decoration: underline;
}

#basket_menu a:hover {
	text-decoration: none;
}

.warning {
	color: #C90704;
	background: #fff;
	margin: 10px 0 0 0;
	padding: 10px;
}

/*-------------------- summary --------------------*/

#address_box_wrapper {
	background: url('../cssimages/transparent_bg.png');
}

#billing_address, #delivery_address {

}

#delivery_address {
	margin-left: 12px;
}

#billing_address_details, #delivery_address_details, .shop_section_text, .address_box_title, #delivery_options, table#basket_container, #tandc, #order_total ul, #voucher_code_entry {
	padding: 10px;
	margin: 20px 0 20px 0;
	background: url('../cssimages/transparent_bg.png');
}

#billing_address_details li, #delivery_address_details li, #order_total ul li {
	float: none;
	text-align: left;
	margin: 0px;
	line-height: 1.6em;
	font-weight: bold;
}

#billing_address_menu li {
	float: none;
	margin: 0px;
	text-align: left;
}

a#billing_address_change, a#delivery_address_change {
	position: relative;
	left: 100px;
	color: #C90704;
}

a#billing_address_change:hover, a#delivery_address_change:hover {
	color: #514B18;
	text-decoration: underline;
}

#basket {
	position: relative;
}

table#basket_container {
	width: 100%;
	border-collapse: collapse;
}

table#basket_container td {
	padding: 10px;
	border: solid 1px #514C17;
}

table#basket_container .submit {
	padding: 0 5px 1px 5px;
	cursor: pointer;
}

.more_info a {
	display: block;
	color:#fff;
	width: 26px;
	height: 24px;
	padding: 7px 0 0 6px;
	background: url('../cssimages/red_button.png') no-repeat;
}

.basket_item_title a, #tandc a {
	font-weight: bold;
	text-decoration:underline;
	color: #514B18;
}

.basket_item_title a:hover, #tandc a:hover {
	text-decoration:none;
	color: #AA9D32;
}

/*-------------------- my account navigation --------------------*/

#account_menu ul {
	background: #514C17;
	padding: 10px;
	margin: 0 0 10px 0;
}

#account_menu li {
	list-style: none;
	float: left;
	margin: 0 20px 0 0;
}

#account_menu li a {
	color: #fff;
}

#my_account_header {
	clear: both;
	width: 200px;
	float: left;
	margin: 0px 0 20px 0;
}

.account_title {
	width: 170px;
	float: right;
	padding: 5px;
	background: url('../cssimages/transparent_bg.png');
}

.account_section_title {
	padding: 5px;
	background: url('../cssimages/transparent_bg.png');
}

.account_section_text_title {
	font-size: 14px;
	font-weight: bold;
}

#summary {
	clear: both;
	margin: 0 0 30px 0;
}

.account_section_left {
	margin: 0 20px 0 0;
}

.account_section_left, .account_section_right {
	width: 280px;
	float: left;	
}

.account_section_box {
	border: solid 1px #333;
	margin: 20px 0 0 0;
	padding: 20px;
	background: url('../cssimages/transparent_bg.png');
}

.order_details {
	margin-bottom: 10px;
}

.order_date {
	font-size: 14px;
	font-weight: bold;
}

.order_price {
	font-weight: bold;
}

.account_section_box .order {
	margin-bottom: 20px;
}

/*-------------------- Address manager --------------------*/

.address, .edit_address {
	list-style: none;
	line-height: 1.6em;
}

.edit_address li {
	margin: 0 0 10px 0;
}

/*-------------------- Settings --------------------*/

#personal_details {
	list-style: none;
}

#personal_details li label {
	display: block;
	width: 150px;
	float: left;
	clear:left;
	margin: 0 0 10px 0;
}

#personal_details li input, #personal_details li select {
	margin: 0 0 10px 0;
}

/*===================================================================
PAYMENT SUCCESS AND FAILURE PAGES
===================================================================*/
.success {
	background: url('../cssimages/transparent_bg.png');
	padding: 20px;
}

#view_my_account, #continue_shopping {
	background: #514C17;
	padding: 5px;
}

#view_my_account a, #continue_shopping a {
	color: #fff;
	margin: 0 20px 0;
}

.retry_order a {
	background: #514C17;
	padding: 10px;
	color: #fff;
}

/*===================================================================
FOOTER
===================================================================*/

#footer {
	color: #fff;
	clear: both;
	width: 970px;
	margin: 10px auto;
	list-style: none;
}

#footer li {
	float: left;
	margin: 0 20px 0 0;
}

#footer li a {
	color: #fff;
}

body #content_container #logo { 
	color:#FFFFFF;
	font-size:40px;
	height:249px;
	margin:152px 0 0 207px;
	width:544px;
}

body #content_container #page_title {
	color:#989374;
	font-size:5em;
	left:135px;
	position:relative;
	top:40px;
	margin:0;
	width:700px;
	text-align:center;
	opacity:0.7;
}


body #content_container #left_column {
	height:auto;
	margin:60px 0 0;
	float:left;
	width:900px;
}


























