/** Background image */
body {
	
}

/** Change border color to match the new background image */
#header { border-bottom: 1px solid #aaa }
#footer_wrapper { border-top: 1px solid #aaa }

/** Reformat the options */
.outer_my_options {
	background: #953637;
	position: relative;
}
.inner_my_options {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.my_options {
	position: relative;
	left: 580px; top: auto;
	background: transparent;
	border: 0 none;
	margin: 0 auto;
	padding: 10px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	width: 420px;
}
.my_options, #shopnavi { float: left }



body .my_options a, .my_options .service { color: #fff !important }
.my_options a.account,
.my_options a.note{
	border-right-color: #fff;
}

#topbar { border-left-color: #fff }
.my_options #topbar input.active { color: #fff }
.my_options #topbar input { color: #ddd }
.my_options #topbar input:hover { color: #fff }

/** Remove background image from the "my account" link */
.my_options a.account, .my_options a.account:hover  {
	background: transparent;
	padding-left: 0
}

/** Reformat the basket display */
#shopnavi {
	position: absolute;
	top: 0;
	right: 0;
}
#shopnavi .display, #shopnavi .icon { display: none }
#shopnavi .ajax_basket_container {
	float: none;
	position: static;
	top: auto;
	right: 0;
	background: #D72D2D url("../images/cart_icon_small.png") no-repeat center center;
	height: 46px;
	margin: 0;
	width: 50px;
}
#shopnavi .quantity{
right: -15px;
top: 7px;
}

#shopnavi .ajax_basket_container:hover,
#shopnavi .ajax_basket_container.active {
	background-position: center center;
}
#shopnavi .ajax_basket_container .ajax_basket {
	text-indent: -9999em;
	width: 40px;
	height: 46px;
}

/** Reposition the ajax loader */
#shopnavi .ajax_basket_container div.ajax_loader {
	background: url("../images/ajax-loader.gif") no-repeat;
	top: 15px; right: 14px;
}

/** Ajax basket result */
.ajax_basket_result {
	top: 46px !important;
	border-color: #e1540f;
	border-top: 0 none;
}

/** Reposition the search field */
div#searchcontainer { left: 730px; top: 40px; }
div#searchcontainer .inner_searchcontainer { width: 300 }

div#searchresults { left: 580px; top: -160px; }

/** Header teaser styling */
.header_teaser {
	position: absolute;
	left: 200px;
	top: 40px;
}
.header_teaser .column {
	float: left;
	width: 130px;
	font-size: 13px;
	color: #999;
	border-right: 1px solid #dfdfdf;
	padding: 0 15px;
}
.header_teaser .last_column { border-right: 0 none } 