/*========================================================

Global CSS file for Hennings Wine frontend

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/*==============================================

Colour Scheme

mid green:			#C3DDAD
dark green:			#418759

dark red:			#902249

==============================================*/	

/*==============================================
General Layout
==============================================*/

body {
	background: #FFF;
	color: #333;
}

html, body {
	height: 100%;
}

html {
	overflow: -moz-scrollbars-vertical;
}

#page {
    position: relative;
    min-height: 100%;
}

#header {
	width: 970px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	background: url(../cssimages/bg_header.gif) no-repeat 345px 100%;
}

#nav_wrapper {
	background: url(../cssimages/bg_navwrapper.gif) repeat-x;
}

#sitetools {
	position: absolute;
	right: 0;
	top: 14px;
}

#search_form {
	position: absolute;
	top: 50px;
	right: 0;
	line-height: 50px;
}

#main_nav {
	width: 970px;
	height: 64px;
	background: url(../cssimages/bg_navbar.gif) 0 0;
	margin: 0 auto;
}

#breadcrumbs {
	height: 42px;
	background: url(../cssimages/bg_yah.gif) repeat-x 0 bottom;
}

#content {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 110px;
	margin-top: 0px;
	position: relative;
}


/* triple column layout */

.tripleCol #sidebar {
	width: 235px;
	float: left;
}

.tripleCol #main_content {
	width: 450px;
	float: left;
	padding: 16px 20px;
}

.tripleCol #sub_content {
	width: 235px;
	float: right;
	padding-top: 36px;
}

/* twin column layout */

.twinCol #sidebar {
	width: 235px;
	float: left;
}

.twinCol #main_content {
	width: 705px;
	float: left;
	padding: 16px 0 0 20px;
}

.twinCol #sub_content {
	display: none;
}

/* opposite twin col layout */

/* twin column layout */

.twinColRev #sidebar {
	width: 235px;
	float: right;
}

.twinColRev #main_content {
	width: 705px;
	float: right;
	padding: 16px 20px 0 0;
}

.twinColRev #sub_content {
	display: none;
}

#footer_wrapper {
	clear: both;
	background: #BCD8A8;	
	position: absolute;
    bottom: 0;
	height: 100px;
	width: 100%;
	border-top: 1px solid #8EB46D;
	
}

* html #footer_wrapper {
	position:relative;
}

/*==============================================
headings
==============================================*/

h1 a {
	width: 270px;
	height: 110px;
	margin: 0;
	background: url(../cssimages/logo_main.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 0;
}

h1 {
	margin-top: 0;
}


h2 {
	margin: 0.2em 0 0.9em 0;
	font-size: 1.6em;
	color: #0B5E28;
	margin-bottom: 0;
	border-bottom: 1px dashed #999;
	padding-bottom: 14px;
	position: relative;
}

h2 em {
	font-size: 0.8em;
}

.browse_block h4, .suggested_block h4 {
	margin: 0;
}

.suggested_block h4 {
	position: absolute;
}

/*==============================================
links
==============================================*/

a:link {
	color: #037A2D;
	text-decoration: none;
}

a:visited {
	color: #037A2D;
	text-decoration: none;
}

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

/*==============================================
search box
==============================================*/

#search_form button {
	height: 50px;
	width: 52px;
	border: 0;
	cursor: pointer;
	margin-left: 6px;
	background: url(../cssimages/search_go.gif) no-repeat 0 0;
	vertical-align: middle;
}

#search_form button:hover {
	background: url(../cssimages/search_go.gif) no-repeat 1px -52px;
}

#search_form input {
	padding: 4px;
	background: #C3DDAD;
	border: 1px solid #418759;
	color: #418759;
	vertical-align: middle;
}

/*==============================================
basket_summary
==============================================*/

.basket #basket_summary_wrapper, .contactDetails #basket_summary_wrapper,.checkout #basket_summary_wrapper {
	display: none;
}

#basket_summary_wrapper {
	max-width: 970px;
	margin: 0 auto;
	position: relative;
	top: 0;
	right:0;
}

#basket_summary {
	width: 190px;
	height: 61px;
	background:  url(../cssimages/bg_basket.png) no-repeat 0 0;
	position: absolute;
	top: -40px;
	right: 10px;
	color: #FFF;
	text-align: center;
	padding: 6px 13px 6px 6px;
	z-index: 1000 !important;
}


* html #basket_summary_wrapper {
	width: 970px;
}

#basket_summary p {
	margin: 0;
	background: #418759;
}

#basket_summary a, #basket_summary a:visited, #basket_summary a:hover {
	color: #FFF;
}

#basket_summary a:hover {
	text-decoration: underline;
}

/*==============================================
main content styles
==============================================*/

td.freeShipping {
	color: #8E2248;
	font-weight: bold;
}

p.freeShipping {
	border: 1px solid #CECF4D;
	padding: 10px 10px;
	text-align: center;
	background: #F6F6DB;
	color: #8E2248;
	font-weight: bold;
}

.image_wrapper {
	border: 1px solid #CCC;
	padding: 5px 5px 5px 5px;
	line-height: 0;
	text-align: center;
}

.image_wrapper img{

border-bottom: solid 5px #fff;

}

.offer {
	margin-bottom: 10px;
}

.offer:hover {
	border: 1px solid #AAA;
}

#sub_content .image_wrapper{
	width: 225px;
}

h2 a {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 0.75em;
}

.termslist {
	line-height: 1.6em;
	margin-left: 30px;
}

.termslist ul li {
	margin-bottom: 10px;
}

/*==============================================
sidebar styles
==============================================*/

#sidebar {
	text-align: center;
}

.info {
	text-align: center !important;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 0.9em;
}

.shop_list {
	height:290px;
}

/*==============================================
product list page
==============================================*/

.product_shortdesc {
	border: 1px solid #CCC;
	margin-bottom: 4px;
	padding: 10px;
	background: #FFFFF8;
}

.product_shortdesc h5 {
	margin: 0 0 6px 0;
	float: left;
	width: 430px;
}

.product_shortdesc p {
	float: left;
	clear: left;
	margin: 0 0 0 0;
	width: 450px;
}

.product_shortdesc .tasting_notes {
	font-style: italic;
	font-size: 0.9em;
}

p.add_to_basket {
	margin-top: 6px;
	border-top: 1px dashed #999;
	clear: both;
	width: 100%;
	padding-top: 10px;
	position: relative;
}

.discountinfo {
	color: #902249;
	font-weight: bold;
}

.add_to_basket input {
	width: 30px;
	border: 1px solid #999;
	padding: 2px;
}

.submitbut  {
	border: 0px;
	background: #418759;
	color: #FFF;
	padding: 2px 5px;
	cursor: pointer;
}

.submitbut:hover {
	background: #8E2248;
}

a.submitbut {
	padding: 4px 8px 3px 8px;
	color: #FFF;
}

a.submitbut:hover {
	text-decoration: none;
}

span.in_stock {
	font-size: 0.9em;
	color: #666;
	position: absolute;
	right: 0;
	top: 12px;
}

.product_shortdesc img {
	float: right;
}

.sort_by  {
	position: relative;
}

.sort_by select {
	font-size: 0.9em;
	border: 1px solid #999;
}

.sort_by span {
	margin-left: 10px;
}

.gotopage {
	background: #C3DDAD;
	padding: 4px;
	position: absolute;
	right: 0;
	top: -4px;
	border: 1px solid #8EB46D;
	font-size: 0.8em;
	color:#666;
}

.oldprice {
	text-decoration: line-through;
}

.newprice {
	color: #8E2248;
	font-weight: bold;
}

.gotopage a.current {
	color: #8E2248;
	text-decoration: underline;
	cursor: default;
}

#startsearch {
	font-size: 0.5em;
	position: static;
}

h5.screwcap {
	background: url(../cssimages/icon_screwcap.gif) no-repeat left 0px ;
	padding-left: 22px;
	padding-top: 0px;
}

h2.screwcap {
	background: url(../cssimages/icon_screwcap_large.gif) no-repeat right 5px ;
	padding-right: 22px;
}


/*==============================================
advanced search options
==============================================*/

#adv_search {
	margin-top: 10px;
	text-align: left ;
}

#adv_search p {
	text-align: left ;
	font-weight: bold;
	color: #0B5E28;
/* 	margin-left: 14px; */
} 

#adv_search_box {
	border: 1px solid #418759;
	padding: 4px;
	margin: 4px 0 6px 16px;
/* 	color: #999; */
}

#adv_search select {
	margin: 4px 0 16px 19px;
}

#adv_search button {
	margin: 4px 0 16px 0;
}

#adv_search div {
	text-align: center;
}

/*==============================================
product item page
==============================================*/

#product_pic {
	margin-bottom: 30px;
}

.quickfacts {
	width: 49%;
	float: left;
}

#tasting_notes {
	clear: both;
/* 	padding-top: 6px; */
	border-top: 1px dashed #999;
}

/* #add_to_basket {
	padding: 16px 0 0 0;
	border-bottom: 1px dashed #999;
} */

#add_to_basket p {
	border-bottom: 1px dashed #999;
	padding: 16px 0;
}

#add_to_basket p span {
	top: 16px;
}

#special_offer {
	clear: both;
	background: url(../cssimages/special_offer_top.gif) no-repeat;
	padding: 110px 0 0 0;
	width: 232px;
	margin: 16px 2px 0 0;
	float: right;
}

#special_offer p {
	background: url(../cssimages/special_offer_bottom.gif) no-repeat bottom ;
	padding: 4px 20px 20px 20px;
	width: 196px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

#sub_content #special_offer {
	float: none;
	margin-top: 0;
}

img.special_offer_mini {
	float: right !important;
	margin: 6px 20px 0 0;
}

/*==============================================
basket page
==============================================*/

#basket {
	border-collapse: collapse;
	width: 100%;
	margin-top: 16px;
	clear: both;
}

#basket th, #basket td {
	border: 1px solid #CCC;
	padding: 6px;
	text-align: center;
	width: 70px;
}

#basket th {
	border: 0;
}

#basket .detail {
	width: 200px;
	text-align: left;
}

#basket .deals {
	font-size: 0.9em;
	color: #8E2248;
}

#basket input {
	width: 40px;
	border: 1px solid #999;
	padding: 2px;
}

#basket .desc_text {
	text-align: right;
	font-weight: bold;
	width: 140px;
	color: #0B5E28;
}

#basket .blank {
	border: 0;
}

#basket img {
	margin-top: 3px;
}

#basket_actions {
	text-align: right;
	padding-right: 82px;
	margin-top: 30px;
}

#basket .offer_explain {
	color: #8E2248;
/* 	font-weight: bold; */
	background: #EEE;
}

#basket .offer_explain img {
	display: none;
}

/*==============================================
Account pages
==============================================*/

div.login {
	width: 420px;
}

div.login p {
	text-align: left;
}

div.login #match_addresses {
	margin-top: 16px;
	padding-left: 20px;
}

/*==============================================
forms
==============================================*/

dl.standardform {
	padding-top: 10px;
}

dl.standardform dt {
	float: left;
	width: 160px;
	text-align: right;
	padding: 3px 20px 0 0;
	margin-bottom: 12px;
	clear: both;
}

dl.standardform dd {
	margin: 0 0 12px 180px;
}

dl.standardform input {
	border: 1px solid #8EB46D;
	padding: 2px;
}

dt.submit {
	display: none;
}

dl.half {
	padding-bottom: 6px;
}

dl.half dt {
	width: 130px;
}

dl.half dd {
	margin: 0 0 12px 150px;
}

#forgot_details {
	font-size: 0.9em;
	text-align: center;
}

label.error {
	color: #FF2F1F;
	padding-left: 22px;
	background: url(../cssimages/icon_error.png) no-repeat 0 -1px;
}

p.error {
	background: #FFFEC3 url(../cssimages/icon_error.png) no-repeat 7px 11px;
	border: 1px solid #FCCF80;
	padding: 11px 10px 10px 30px;
	color: #E37500;
	text-align: left !important;
}

p.success {
	background: #E9F8E5 url(../cssimages/icon_tick.png) no-repeat 7px 11px;
	border: 1px solid #9FE88D;
	padding: 11px 10px 10px 30px;
	color: #2FAA11;
}

.contactDetails .login {
	margin-top: 10px;
}

#submit_changes {
	border-top: 1px dashed;
	clear: both;
	padding-top: 16px;
	text-align: center;
	padding-bottom: 10px;
}

/*==============================================
summary page
==============================================*/

#proceed_to_payment {
	text-align: right;
	border-top: 1px dashed #999;
	padding-top: 16px;
	margin-top: 18px;
}

#details_summary {
	border-bottom: 1px dashed #999;
}

div.split_a {
	width: 49%;
	float: left;
}

div.split_b {
	width: 49%;
	float: right;
}

.stop_submit {
	background: #BBB;
	cursor: default;
}

.stop_submit:hover {
	background: #BBB;
}

/*==============================================
footer
==============================================*/

#footer {
	width: 970px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

#footer p {
	margin: 0;
}

#accepted_cards {
	margin: 10px 0 6px 0;
}

#credits, #credits a {
	color: #418759;
	text-decoration: none;
	font-size: 0.94em;
}

#credits a:hover {
	text-decoration: underline;
}

/*==============================================
main navigation bar
==============================================*/

#main_nav li {
	float: left;
	list-style: none;
}

#main_nav li a {
	display: block;
	height: 57px;
	margin: 0 5px;
	background: url(../cssimages/bg_navbar.gif) 0 0;
}

#main_nav li.red a {
	width: 76px;
	margin-left: 0;
	background-position: 0 0;
	margin-right: 2px;
}

#main_nav li.red a:hover { background-position: 0 -64px; }
.red #main_nav li.red a, .red #main_nav li.red a:hover { background-position: 0 -128px; }

#main_nav li.white a {
	width: 100px;
	background-position: -86px 0;
	margin-right: 0;
}

#main_nav li.white a:hover { background-position: -86px -64px; }
.white #main_nav li.white a, .white #main_nav li.white a:hover { background-position: -86px -128px; }

#main_nav li.rose a {
	width: 86px;
	background-position: -190px 0;
	margin-right: 0;
}

#main_nav li.rose a:hover { background-position: -190px -64px; }
.rose #main_nav li.rose a, .rose #main_nav li.rose a:hover { background-position: -190px -128px; }

#main_nav li.champ a {
	width: 284px;
	background-position: -276px 0;
	margin-left: 2px;
	margin-right: 0;
}

#main_nav li.champ a:hover { background-position: -276px -64px; }
.champ #main_nav li.champ a, .champ #main_nav li.champ a:hover { background-position: -276px -128px; }

#main_nav li.port a {
	width: 195px;
	background-position: -560px 0;
	margin-left: 0px;
	margin-right: 0;
}

#main_nav li.port a:hover { background-position: -560px -64px; }
.port #main_nav li.port a, .port #main_nav li.port a:hover { background-position: -560px -128px; }

#main_nav li.dessert a {
	width: 108px;
	background-position: -755px 0;
	margin-left: 0;
	margin-right: 0px;
}

#main_nav li.dessert a:hover { background-position: -755px -64px; }
.dessert #main_nav li.dessert a, .dessert #main_nav li.dessert a:hover { background-position: -755px -128px; }

#main_nav li.spirits a {
	width: 100px;
	background-position: -868px 0;
	margin-left: 5px;
	margin-right: 0px;
}

#main_nav li.spirits a:hover { background-position: -868px -64px; }
.spirits #main_nav li.spirits a, .spirits #main_nav li.spirits a:hover { background-position: -868px -128px; }

.red .red a,
.white .white a,
.rose .rose a,
.champ .champ a,
.port .port a,
.dessert .dessert a,
.spirits .spirits a {
	cursor: default;
}

/*==============================================
sitetools navigation bar
==============================================*/

#sitetools li {
	display: inline;
}

#sitetools li {
	padding: 0 8px 3px 4px;
	border-right: 1px solid #418759;
}

#sitetools li.last {
	border-right: 0px;
	padding-right: 0;
}

#sitetools a {
	text-decoration: none;
}

#sitetools a:hover {
	text-decoration: underline;
}

/*==============================================
breadcrumb navigaton bar
==============================================*/

#breadcrumbs p {
	margin: 0;
	width: 960px;
	margin: 0 auto;
}

#breadcrumbs a {
	text-decoration: underline;
}

/*==============================================
sidebar navigation
==============================================*/

.browse_block {
	width: 205px;
/* 	padding: 30px 15px 15px 15px; */
	padding: 10px 15px 15px 15px;
	background-color: #C3DDAD;
	border: 1px solid #8EB46D;
	position: relative;
	margin-bottom: 10px;
/* 	margin-bottom: 30px; */
	text-align: left;
}

.browse_block p {
	margin: 6px 0 0 0;
	text-align: right;
}

.browse_block select {
	width: 170px;
}

.browse_block ul {
	list-style: none;
}

.browse_block ul ul li {
	padding-left: 30px;
}

.browse_block li {
	background: url(../cssimages/bg_sidebarli.gif) repeat-x bottom ;
}

.browse_block li.current a {
	font-weight: bold;
}

.browse_block li a {
	display: block;
	padding: 6px 0 7px 0;
	text-decoration: none;
}

.browse_block a:hover {
	text-decoration: underline;
}

/* #browse_by_country h4 {
	width: 191px;
	height: 54px;
	background: url(../cssimages/header_bycountry.png) no-repeat 0 0;
	top: -20px;
	left: 24px;
} */

.browse_block h4 {
	font-family: Georgia, Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	color: #0B5E28;
	font-size: 1.3em;
	margin: 5px 0 0px 0;
	background: ;
/* 	background: url(../cssimages/bg_sidebarli.gif) repeat-x bottom ; */
	padding-bottom: 16px;
}

.browse_block h4.line {
	background: url(../cssimages/bg_sidebarli.gif) repeat-x bottom ;
}


/* #browse_by_country:hover h4 {
	background-position: 0 -57px;
}

#browse_by_grape h4 {
	width: 191px;
	height: 59px;
	background: url(../cssimages/header_bygrape.png) no-repeat 0 0;
	top: -22px;
	left: 24px;
} */

/* #browse_by_grape:hover h4 {
	background-position: 0 -61px;
}

#browse_by_price h4 {
	width: 191px;
	height: 55px;
	background: url(../cssimages/header_byprice.png) no-repeat 0 0;
	top: -22px;
	left: 24px;
}

#browse_by_price:hover h4 {
	background-position: 0 -57px;
} */

/* striped navigation blocks */

.suggested_block {
	width: 235px;
	padding: 40px 0 0 0;
	background: #FFF;
	border: 1px solid #902249;
	position: relative;
	margin-bottom: 30px;
}

.suggested_block ul {
	list-style: none;
}

.suggested_block li {
	background: #C3DDAD url(../cssimages/bg_stripedsidebarli.gif)  repeat-x top ;
	padding: 0 15px;
}

.suggested_block li.even {
	background-color: #FFF;
}

.suggested_block li a {
	display: block;
	padding: 6px 0 7px 0;
}

.suggested_block a:hover {
	text-decoration: underline;
}

#popular_wines {
	margin-top: 36px;
}

#recommended_wines h4 {
	width: 191px;
	height: 54px;
	background: url(../cssimages/header_recommended.png) no-repeat 0 0;
	top: -22px;
	left: 24px;
}

#recommended_wines:hover h4 {
	background-position: 0 -56px;
}

#popular_wines h4 {
	width: 191px;
	height: 54px;
	background: url(../cssimages/header_popular.png) no-repeat 0 0;
	top: -22px;
	left: 24px;
}

#popular_wines:hover h4 {
	background-position: 0 -59px;
}

#similar_wines h4 {
	width: 191px;
	height: 54px;
	background: url(../cssimages/header_similar.png) no-repeat 0 0;
	top: -22px;
	left: 24px;
}

#similar_wines:hover h4 {
	background-position: 0 -59px;
}


