/*  

Theme Name: Printhie Wines
Theme URI: http://www.printhiewines.com.au
Description: Printhie Wines e-commerce website by Dan @ Hench
Version: 2010
Author: Daniel Pacey
Author URI: http://www.wearehench.com

*/

/*------------------------------------------------------------- 	CSS RESET 		----------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*---------------------------------------------------------------- 	Main Structure 	----------------------------------------------------------------*/

html { height: 100%; overflow-y: scroll; }

body {
	background: #ddd;
	font-family: Printhie, helvetica, arial;
	font-size: 9pt;
	line-height: 20px;
	color: #222;
	height: 100%;
	}
	
body#home { 	background: url('images/bg-home.jpg') #ddd no-repeat 50% 0% !important; background-attachment: fixed !important; }
body#shop, body#checkout, body#checkout-steps { 	background: url('images/bg-glass.jpg') #ddd no-repeat 50% 0% !important; background-attachment: fixed !important; }
body#myaccount { background: url('images/bg-home-old.jpg') #ddd no-repeat 50% 0% !important; background-attachment: fixed !important; }
body#club { background: url('images/bg-sauvy.jpg') #ddd no-repeat 50% 0% !important; background-attachment: fixed !important; }
body#experience { background: url('images/bg-experience.jpg') #ddd no-repeat 50% 0% !important; background-attachment: fixed !important; }
body#blog { 	background: url('images/bg-blog.jpg') #ddd no-repeat 50% 0% !important; background-attachment: fixed !important; }
body#contact { background: url('images/bg-cases.jpg') #ddd no-repeat 50% 0% !important; background-attachment: fixed !important; }
body#media { background: url('images/bg-media.jpg') #ddd no-repeat 50% 0% !important; background-attachment: fixed !important; }
body#people { background: url('images/bg-shop.jpg') #ddd no-repeat 50% 0% !important; background-attachment: fixed !important; }

	
/* Opera Fix */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}	

/* Sticky Footer */
	
#wrap { min-height: 100%; }
	
#content{
	overflow: auto;
	padding-bottom: 96px;
	width: 100%;
	}
	
#bottom {
	position: relative;
	margin-top: -45px;
	height: 45px;
	}

#home #content{
	padding-bottom: 240px;
	}
	
#home #bottom {
	margin-top: -216px;
	height: 216px;
	}

#shop #content{
	padding-bottom: 106px;
	}
	
/* ends */
	
.padding {
	padding: 16px 20px 24px;
	overflow: hidden;
	}

.pageheading { margin: 30px 0px 20px !important; }
	
.panel {
	clear: both;
	padding: 15px 0px;
	color: #ccc;
	}

#home .panel { margin: 0px; height: 140px; overflow: hidden; border-bottom: 1px solid #222; }

#breadcrumbs { 
	padding: 17px 0px 13px; 
	line-height: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: PrinthieBold, helvetica, arial;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	font-size: 9pt;
	width: 100%;
	}
	
#home #breadcrumbs { display: none; } 
#shop #breadcrumbs { display: none; padding-bottom: 12px; border-bottom: 1px solid #222; } 
#shop #breadcrumbs.black50 { background: url('images/black90.png'); } 




/*---------------------------------------------------------------- 	Column Setup	 	----------------------------------------------------------------*/	


ul.columns {
	overflow: hidden;
	width: 940px;
	margin: 0px auto;
	}	
	
ul.columns li {
	margin: 0px 20px 0px 0px;
	float: left;
	}
	
.subcolumns li {
	margin: 0px 20px 0px 0px;
	float: left;
	}
	
.cols1 {
	width: 300px;
	}
	
.subcolumns .cols1 {
	width: 280px;
	}
	
.fullcolumns .cols1 {
	width: 300px;
	}
	
.cols2 {
	width: 620px;
	}

.cols3 {
	width: 940px;
	margin-right: 0px !important;
	}
	

.rside {
	float: right !important;
	margin-right: 0px !important;
	}

/*---------------------------------------------------------------- 	Standard Pages 	----------------------------------------------------------------*/


.box { 
	background: url('images/white90.png') repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 20px;
	padding-bottom: 10px;
	}

	
.box p, .box img {
	margin-bottom: 10px;
	}
	
.transparent { background: transparent; }
.black { background: url('images/black90.png') repeat; color: #fff !important; }
.black50 { background: url('images/black50.png') repeat; color: #fff !important; }
.red { background: url('images/red90.png') repeat; color: #fff !important; }
.white{ background: url('images/white95.png') repeat; color: #444 !important; }

.leftside {
	width: 140px !important;
	float: left;
	overflow: hidden;
	}
	
.rightside {
	width: 440px;
	overflow: hidden;
	float: right;
	}

.rightside p {
	margin-bottom: 10px;
	}
	

#shophome .leftside {
	width: 220px !important;
	padding-top: 10px;
	}
	
#shophome .rightside {
	width: 300px !important;
	}

#shophome .box {
	background: url('images/white80.png') repeat;
	}
	
#shophome .box:hover {
	background: #fff;
	}

	
/*---------------------------------------------------------------- 	Wine Club 	----------------------------------------------------------------*/

ul.benefits, ul.benefits li { /* reset style */
	margin: 0;
	padding: 0;
	float: none;
	}

ul.benefits {
	border-top: 1px solid #ccc;
	}
	
ul.benefits li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 35px;
	background: url('images/bull-printhie.png') no-repeat 0% 50%;
	}


/*---------------------------------------------------------------- 	My Account  ----------------------------------------------------------------*/

#myaccount td.okbutton input{ 
	margin-bottom: -12px;
	}

#myaccount #signupform .leftside, #myaccount #signupform .rightside { width: 258px !important; }
	
#myaccount #signupform .highlight { background: #eee; border: 1px solid #ccc; }	

#myaccount td.edittd { width: 40px; text-align: right; }

#myaccount #membercontact textarea {
	width: 348px;
	height: 140px;
	}

	
/*---------------------------------------------------------------- 	Experience  ----------------------------------------------------------------*/

ul.photogallery, ul.photogallery li { /* reset style */
	margin: 0px;
	padding: 0;
	line-height: 0px;
	} 
	
ul.photogallery {
	margin: 20px 0px;
	width: 600px;
	margin-right: -20px;
	}
	
ul.photogallery li{
	float: left;
	margin: 0px 20px 20px 0px;
	}
	
ul.photogallery img {
	width: 110px;
	height: 165px;
	border: 1px solid #ddd;
	padding: 9px;
	background: #fff;
	margin: 0px;
	}
	
/* For sidebar gallery (seen on Experience Orange page */

ul.sidebar {
	margin: 0px;
	width: 270px;
	margin-right: -10px;
	}
	
ul.sidebar li{
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
ul.sidebar img {
	width: 105px;
	height: 105px;
	}

/*---------------------------------------------------------------- 	Lists  ----------------------------------------------------------------*/

ul.listed, ul.listed li { /* reset style */
	margin: 0;
	padding: 0;
	float: none;
	}
	
ul.listed li {
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	}
	
ul.listed h3 {
	margin: 0;
}

ul.listed h3 span{
	float: right;
	color: #cc0000;
	font-weight: normal;
	font-family: Printhie, helvetica, arial;
	font-size: 9pt;
}

.red ul.listed h3  span{
	color: #000;
}

.black ul.listed li {
	border-bottom: 1px solid #333;
	}

.listed-2col ul.listed {
	width: 600px;
	margin-right: -20px;
	}

.listed-2col ul.listed li {
	width: 280px;
	float: left;
	margin-right: 10px;
	}
	
#merch .listed {
	width: 600px;
	margin-right: -20px;
	}

#merch .listed li {
	width: 138px;
	margin-right: 5px;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	}

ul.videos, ul.videos li { /* reset style */
	margin: 0;
	padding: 0;
	float: none;
	}

ul.videos li {
	padding: 9px 9px 2px;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	}
	
.steps li {
	width: auto;
	border-bottom: 0px !important;
	font-weight: bold;
	font-family: Printie-Bold, helvetica, arial;
	}
	

/*---------------------------------------------------------------- 	Blog  ----------------------------------------------------------------*/	

#blog .sidebar img {
	background: url('images/white95.png') repeat;
	padding: 20px;
	margin-bottom: 5px;
	width: 260px;
	height: 260px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

blockquote { 
	font-family:  georgia, palatino, serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 25px;
	color: #cc0000;
	margin: 20px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #cc0000;
	}

span.cite {
	display: block;
	clear: both;
	margin-top: 10px;
	font-family: Printhie, helvetica, arial;
	font-size: 8pt;
	color: #555;
	font-style: normal;
	}

.tweet-this {
	margin: 0px 0px 10px; 
	width: 300px; 
	height: 28px; 
	background: url('images/sprites.png') no-repeat -810px -520px; 
	text-indent: -9999px;
	}
	
.tweet-this:hover { background-position: -810px -490px; cursor: pointer; }
.tweet-this:active { background-position: -810px -550px; }

/*---------------------------------------------------------------- 	Shop 	----------------------------------------------------------------*/

#shop .panel { height: 10px; margin-bottom: -10px; padding: 20px 0px 20px; }

.tagline { margin-top: -20px; color: #666; }

.introbox { 
	background: url('images/white90.png') repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 20px;
	}
	

.introbox .leftside img {	
	width: 86px;
	height: 318px;
	margin-left: 20px;
	}
	
.introbox .rightside p:first-of-type {
	font-weight: bold;
	font-family: PrinthieBold, helvetica, arial;
	font-size: 9pt;
	}
	
.introbox .rightside p:last-of-type {
	margin-bottom: 0px;
	}
	
.introbox .rightside img {	
	width: 232px;
	height: 97px;
	margin-bottom: 16px;
	}
	
/*----------	Basket	  ----------*/

	
.mybasket { width: 100%; padding-bottom: 10px; }
.mybasket td { border-right: 1px solid #333; border-top: 1px solid #333; height: 20px; padding: 5px 5px 5px 20px; overflow: hidden; }
.mybasket td.qty { text-align: right; width: 30px; padding: 5px 10px 5px 0px; }
.mybasket td.removeitems { text-align: centre; width: 10px; text-indent: -9999px; padding: 5px 20px 5px 0px; border-right: 0px; }
.mybasket td.rsidetd { text-align: right; width: 60px; padding: 5px 10px 5px 0px; border-right: 0px;  }
.mybasket tr.shipping { color: #999; font-weight: normal; }	
.mybasket tr.total { background: #3d9f1f; }	
.mybasket tr.total td, .mybasket tr.membertotal td { font-weight: bold !important; font-family: PrinthieBold, helvetica, arial; }	
.mybasket tr.total .rsidetd, .mybasket tr.membertotal .rsidetd { font-size: 9pt; }
.mybasket .totalstd { text-align: right; padding-right: 20px; width: 170px; }

.mybasket a:link { color: #3d9f1f !important; text-decoration: underline; font-weight: normal !important; }
.mybasket a:visited { color: #3d9f1f !important; }
.mybasket a:hover { color: #fff; }
.mybasket a:active { color: #fff; }

.removeitem { background: url('images/remove.png') no-repeat 50% 50%; display: block; width: 100%; height: 100%; }

#checkout .mybasket tr.total .rsidetd {
	font-size: 10pt;
	font-weight: normal;
	font-family: Printhie, helvetica, arial; 
	}
#checkout .mybasket td.rsidetd { width: 80px; }

#checkout-steps .mybasket {
	padding-bottom: 0px;
	}

#checkout .removeitems { text-indent: 10px; }
#checkout .removeitem { background: url('images/remove.png') no-repeat 0px 6px; display: block; width: 100%; height: 100%; color: #999 !important; font-size: 8pt; }

/*----------	Product boxes	  ----------*/

.wine {
	margin: 0px 0px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: visible;
	position: relative;
	
	}
	
.tooltip { 
	z-index: 5; 
	width: 220px; 
	height: 40px; 
	background: url('images/sprites.png') no-repeat -840px -210px; 
	position: absolute; 
	text-indent: -9999px;
	top: -25px;
	left: 20px;
	visibility: hidden;
	}

.wine { background: url('images/wine-hover.png') no-repeat 0px 0px; }	
.wine:hover { background: url('images/wine-hover.png') no-repeat 0px -110px; }

.wine .padding { height: 55px; padding: 0px 20px; }
.wine .showinfo { height: 40px; padding: 15px 20px 0px; cursor: pointer; }
	
.wine .left { width: 280px; float: left; margin-right: 20px; }
.wine .right { width: 280px; float: right; padding-top: 0px; }
.wine h3.head-myorder { margin-bottom: 0px; margin-top: 10px; }
.wine h2 { margin-bottom: 0px; }
.price { color: #3d9f1f; font-weight: bold !important; font-family: PrinthieBold, helvetica, arial; font-size: 9pt; line-height: 14px; }
.wine .prices li { width: 140px; float: left; height: 20px; margin: 0; }

.orders { width: 160px; }
.orders td { width: 30px; line-height: 10px; padding-bottom: 7px; }
.orders td.type { width: 80px; padding-left: 20px; }


input.orderqty { 
	width: 30px; 
	text-align: right;
	font-family: PrinthieBold, helvetica, arial;
	font-size: 9pt;
	color: #3d9f1f;
	border: 0px;
	line-height: 10px;
	height: 10px;
	background: transparent;
	}

.button-minus { 
	background: url('images/sprites.png') no-repeat -1110px -90px;
	width: 10px;
	height: 10px; 
	margin-right: 5px;
	}

.button-plus { 	
	background: url('images/sprites.png') no-repeat -1120px -90px;
	width: 10px;
	height: 10px; 
	}
	
.button-minus:hover { background-position: -1110px -100px; }
.button-minus:active { background-position: -1110px -110px; }
.button-plus:hover { background-position: -1120px -100px; }
.button-plus:active { background-position: -1120px -110px; }

input.addtobasket { 	
	background: url('images/sprites.png') no-repeat -1070px 0px !important;
	width: 120px !important;
	height: 28px !important; 
	float: right;
	}
	
input.addtobasket:hover { background-position: -1070px -30px !important; }
input.addtobasket:active { background-position: -1070px -60px !important; }

#merch input.addtobasket {
	padding: 0 !important;
	margin: 0 !important;
	border: 0px !important;
	float: none;
	}



/*----------	Product Info drop boxes	  ----------*/

.wineinfo {
	background: url('images/info-bg.gif') #fff repeat-x;
	padding: 20px 20px 0px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	position: relative;
	top: -5px;
	margin-bottom: -5px;
	}

.infosection { 
	overflow: hidden; 
	margin-bottom: 20px; 
	padding-bottom: 20px; 
	border-bottom: 1px solid #ddd; 
	}
	
.infosection .overview p:first-of-type { font-family: PrinthieBold, helvetica, arial; font-weight: bold; }

.last { 
	margin-bottom: 0px; 
	padding-bottom: 10px; 
	border-bottom: 0px;
	}

/*---------------------------------------------------------------- 	Header & Navigation	 	----------------------------------------------------------------*/	

#logotop { clear: both; }

.loggedin {
	padding: 10px 20px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	overflow: hidden;
	}

.loggedin a { margin-left: 15px; float: right; }


.logo {
	width: 220px;
	margin-right: 100px !important;
	height: 90px;
	background: url('images/sprites.png') no-repeat 0px 0px;
	}

#nav {
	background: url('images/white90.png');
	clear: both;
	z-index: 999;
	}

.navcol {
	width: 100px;
	height: 60px;
	margin-right: 20px;
	background: url('images/sprites.png');
	cursor: pointer;
	}
	
#nav1 { background-position: 0px -100px; }
#nav2 { background-position: -110px -100px; }
#nav3 { background-position: -220px -100px; }
#nav4 { background-position: -330px -100px; }
#nav5 { background-position: -440px -100px; }
#nav6 { background-position: -550px -100px; }
#nav7 { background-position: -660px -100px; }

#nav1:hover, #nav1.navon { background-position: 0px -170px; }
#nav2:hover, #nav2.navon { background-position: -110px -170px; }
#nav3:hover, #nav3.navon { background-position: -220px -170px; }
#nav4:hover, #nav4.navon { background-position: -330px -170px; }
#nav5:hover, #nav5.navon { background-position: -440px -170px; }
#nav6:hover, #nav6.navon { background-position: -550px -170px; }
#nav7:hover, #nav7.navon { background-position: -660px -170px; }

#navdrop {
	position: relative;
	width: 940px;
	margin: 0px auto;
	}
	
#navdrop ul { 
	width: 220px;
	position: absolute;
	background: url('images/dropbg.gif') #fff repeat-x;
	padding-top: 4px;
	opacity: 0.95;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 6px 8px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, .3);
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	}

#navdrop ul li {
	padding: 8px 10px 7px 10px;
	height: 15px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	}
	
#navdrop ul li:hover { background: #eee; }
#navdrop ul li:last-of-type { 
	border-bottom: 0px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px; 
	}

	
#drop1, #drop2, #drop3, #drop4, #drop5  { position: absolute; top: 0px; visibility: hidden;  }

#drop1 { left: 0px; }	
#drop2 { left: 120px; }
#drop3 { left: 240px; }
#drop4 { left: 480px; }
#drop5 { left: 720px; }
	
#navdrop ul li img{
	background: url('images/sprites.png') no-repeat;
	width: 170px;
	height: 15px;
	}
	
.drop1-1 { background-position: -220px -330px !important; }
.drop1-2 { background-position: -220px -350px !important; }
.drop1-3 { background-position: -220px -370px !important; }
.drop1-4 { background-position: -220px -390px !important; }

.drop2-1 { background-position: -390px -330px !important; }
.drop2-2 { background-position: -390px -350px !important; }
.drop2-3 { background-position: -390px -370px !important; }

.drop3-1 { background-position: -560px -330px !important; }
.drop3-2 { background-position: -560px -350px !important; }
.drop3-3 { background-position: -560px -370px !important; }
.drop3-4 { background-position: -560px -390px !important; }
.drop3-5 { background-position: -560px -410px !important; }
.drop3-6 { background-position: -560px -430px !important; }

.drop4-1 { background-position: -730px -330px !important; }
.drop4-2 { background-position: -730px -350px !important; }
.drop4-3 { background-position: -730px -370px !important; }
.drop4-4 { background-position: -730px -390px !important; }
.drop4-5 { background-position: -730px -410px !important; }

.drop5-1 { background-position: -900px -330px !important; }
.drop5-2 { background-position: -900px -350px !important; }
.drop5-3 { background-position: -900px -370px !important; }
.drop5-4 { background-position: -900px -390px !important; }
.drop5-5 { background-position: -900px -410px !important; }
.drop5-6 { background-position: -900px -430px !important; }
.drop5-7 { background-position: -900px -450px !important; }
.drop5-8 { background-position: -900px -470px !important; }

/*---------------------------------------------------------------- 	Tabs 	----------------------------------------------------------------*/

#tabs { width: 940px; margin: 0px auto; position: relative; }

#tab1, #tab2, #tab3 {
	background: url('images/tabs-red90.png') no-repeat 0px 0px;
	color: #fff;
	width: 300px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	}
	
#tab2 { left: 320px; }
#tab3 { left: 640px; }

.tabtop { padding: 20px; cursor: pointer; }
.tabcontent { height: 100px; overflow: hidden; padding: 0px 20px 10px; display: none; }

	
/*---------------------------------------------------------------- 	Arrows 	----------------------------------------------------------------*/

.arrow-tab, .arrow-foot, .arrow-shop { 
	width: 10px; 
	height: 10px;
	background: url('images/sprites.png') no-repeat;
	float: right;
	}
	
.arrow-tab { background-position: -690px 0px; }
.arrow-foot { background-position: -700px 0px; }
.arrow-shop { background-position: -700px -10px; float: left; margin-right: 20px; margin-top: 10px; }
	

/*---------------------------------------------------------------- 	Footer 	----------------------------------------------------------------*/

#footer {
	background: url('images/white90.png');
	clear: both;
	color: #333;
	}
	
#footcontent { padding: 20px 0px; display: none; }


#foothead { 	padding: 20px 0px 0px; cursor: pointer; }

.sitemap {
	width: 140px;
	float: left;
	margin-right: 20px;
	line-height: 19px;
	}	
	
.sitemap li {
	width: 140px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-family: PrinthieBold, helvetica, arial;
	overflow: hidden;
	}
	
.sitemap li:hover { color: #cc0000; cursor: pointer; }
	
.sitemap ul li {
	font-weight: normal;
	color: #444;
	background: url('images/bull.gif') transparent no-repeat 0% 50% !important;
	font-family: Printhie, helvetica, arial;
	padding-left: 6px;
	width: 136px;
	}
	

/*---------------------------------------------------------------- 	Links 	----------------------------------------------------------------*/

a:link { color: #222; text-decoration: underline; }
a:visited { color: #222; text-decoration: underline; }
a:hover { color: #cc0000; text-decoration: none;}
a:active { color: #000; text-decoration: none; }

.customtype a:link { color: #cc0000; }
.customtype a:visited { color: #cc0000; }
.customtype a:hover { color: #222; }

.black a:link, .black50 a:link { color: #fff; text-decoration: none; }
.black a:visited, .black50 a:visited { color: #fff; text-decoration: none; }
.black a:hover, .black50 a:hover  { color: #fff; text-decoration: underline;}
.black a:active, .black50 a:active { color: #fff; text-decoration: none; }

.red a:link { color: #fff; text-decoration: underline; }
.red a:visited { color: #fff; text-decoration: underline; }
.red a:hover { color: #ffcccc; text-decoration: underline; }
.red a:active { color: #fff; text-decoration: none; }

.readon a:link { color: #cc0000; text-decoration: none; }
.readon a:visited { color: #cc3333; text-decoration: none; }
.readon a:hover { color: #cc0000; text-decoration: underline;}
.readon a:active { color: #fff; text-decoration: none; }

.meta a:link { color: #666; text-decoration: none; }
.meta a:visited { color: #666; text-decoration: none; }
.meta a:hover { color: #cc0000; text-decoration: underline; }
.meta a:active { color: #cc0000; text-decoration: none; }

.download { padding-left: 20px; background: url('images/download.png') no-repeat 0px 2px; }
.download:active { background-position: 0px 3px; }
a.download { text-decoration: none; }

.downloadpdf {
	margin: 0px 0px 10px; 
	width: 300px; 
	height: 28px; 
	background: url('images/sprites.png') no-repeat -520px -1050px; 
	text-indent: -9999px;
	}
	
.downloadpdf:hover { background-position: -520px -1080px; cursor: pointer; }
.downloadpdf:active { background-position: -520px -1110px; }

.link { width: 100% !important; display: block; background: url('images/link.png') no-repeat 100% 50%; }
a.link  { text-decoration: none; }
.listed a  { text-decoration: none; }

.breadcrumb { float: left; display: block; background: url('images/breadcrumb.png') no-repeat 0% 50%; padding-left: 20px; margin-right: 10px; }
.noarrow { float: left; display: block; background: transparent; padding-left: 0px; margin-right: 10px; }

#tweet a:link, #tweets a:link { color: #fff; text-decoration: underline; }
#tweet a:visited , #tweets a:visited  { color: #ccc; text-decoration: underline; }
#tweet a:hover, #tweets a:hover  { color: #cc0000; text-decoration: underline; }
#tweet a:active, #tweets a:active  { color: #cc0000; text-decoration: none; }

/*---------------------------------------------------------------- 	Twitter 	----------------------------------------------------------------*/

#tweets ul { padding-top: 9px !important; } 
#tweets ul li { padding-bottom: 10px; margin: 0px 0px 10px; border-bottom: 1px solid #333; float: none; } 

span.twitterTime { color: #ccc; font-family: georgia, palatino, serif; font-style: italic; font-size: 9pt; display: block; margin-top: 10px; }


/*---------------------------------------------------------------- 	Miscellaneous Classes 	----------------------------------------------------------------*/

.block {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	}
	
.clickable { cursor: pointer; }	
	
strong, .strong, th { font-family: PrinthieBold, helvetica, arial; font-weight: bold;  }
em { font-family: georgia, palatino, serif; font-style: italic; font-size: 10pt; }

.smalltext { font-size: 8pt; color: #666; }

.clearfix { clear: both; }
img.people { float: left; margin-right: 20px; }
	
p.readon { color: #cc0000 !important; font-family: georgia, palatino, serif; font-style: italic; font-size: 9pt; }
p.legals { color: #666; border-top: 1px solid #ccc; padding-top: 9px; }
p.readon, p.legals  { margin-top: 10px; }
p.caption { background: #fff; color: #555; padding: 3px 5px 2px; position: relative; top: -19px; margin-bottom: 0px; border: 1px solid #ddd; }
p.blogdate { margin-top: 8px; }
.highlight { background: #ffe8e8; border: 1px solid #ffcccc; color: #222; padding: 10px; margin-bottom: 10px; }

strong.tabbed { width: 80px; display: block; float: left; clear: both; }
strong.tabbed { width: 80px; display: block; float: left; clear: both; }
#myaccount strong.tabbed { width: 200px; }

.sponsors { 
	background: url('images/sprites.png') no-repeat -620px -460px; 
	width: 180px; 
	height: 70px;
	text-indent: -9999px;
	margin-top: 40px;
	float: right;
	}
	
.sponsors:hover { 
	background-position:  -620px -550px; 
	}
	
.leftfloat { float: left; }
.rightfloat { float: right; }
	
	
/*---------------------------------------------------------------- 	Forms 	----------------------------------------------------------------*/			


#tabs input {
	font-family: helvetica, arial;
	font-size: 9pt;
	color: #222;
	padding: 6px 5px 4px;
	width: 188px;
	height: 16px;
	background: #fff;
	border: 1px solid #990000;
	margin-bottom: 5px;
	}
	
.box .button, #tabs .button, .box .button:focus, #tabs .button:focus { 
	background: url('images/sprites.png') no-repeat -740px 0px; 
	width: 40px !important; 
	height: 28px !important; 
	float: right;
	text-indent: -9999px;
	padding: 0px;
	}
	
.box .button:hover, #tabs .button:hover { background-position: -740px -30px; }
.box .button:active, #tabs .button:active { background-position: -740px -60px; }
.box .button:focus, #tabs .button:focus { background-position: -740px -60px; }

.checkbox {
	width: auto !important;
	float: left;
	padding: 0px !important;
	height: auto !important;
	background: transparent !important;
	border: 0px  !important;
	margin: 2px 0px 0px  !important;
	}
	
.checkbox-label { margin-left: 10px; float: none !important; width: auto; }

#tabs form p { margin-top: 10px; }

#tabs input:focus, #tabs textarea:focus
	{
	border: 1px solid #fff;
	background: #ffe8e8;
	}


/*----------	Contact Form	  ----------*/

#form-contact { position: relative; }
.invform { visibility: hidden; height: 0px; width: 0px; line-height: 0px; }

.box input, .box textarea {
	font-family: helvetica, arial;
	font-size: 9pt;
	color: #222;
	padding: 5px;
	width: 168px;
	height: 16px;
	background: #fff;
	border: 1px solid #999;
	margin-bottom: 5px;
	}
	
.box textarea { height: 120px; }

.box input:focus, .box textarea:focus
	{
	border: 1px solid #cc0000;
	color: #222;
	background: #ffe8e8;
	}

fieldset { width: 100%; }
	
label { 
	font-family: PrinthieBold, helvetica, arial; 
	font-weight: bold;
	float: left; 
	
	}

.red input:focus, .red textarea:focus
	{
	border: 1px solid #fff;
	}
	
.red label { 
	color: #fff; 
	width: 80px;
	}
	
.red input, .red textarea {
	border: 1px solid #990000;
	}
	
.clublogin fieldset { width: 260px; }
.clublogin input { width: 188px; }

	
#alert_name, #alert_phone, #alert_email, #alert_comments {
	position: absolute;
	bottom: 5px;
	font-family: PrinthieBold, helvetica, arial; 
	font-weight: bold;
	background: #000;
	width: 180px;
	padding: 6px 10px 4px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: none;
	}
	
/*----------------------------------------*/
/*----------	Signup Form	  ------------*/
/*----------------------------------------*/


#signupform h3 { font-size: 9pt; color: #222; display: block; width: 100%; margin-top: 20px; border-bottom: 1px solid #ccc; margin-bottom: 16px; }

#signupform {
	margin-top: -6px;
	}

#signupform table {
	width: 100%;
	}

#myaccount #signupform.details td {
	padding-bottom: 10px;
	}
	
#signupform label { 
	float: none;
	width: auto;	
	}
	
#signupform .labeltd {
	width: 200px;
	padding-right: 20px;
	font-weight: bold;
	font-family: PrinthieBold, helvetica, arial;
	}
	
#signupform input, #signupform textarea  {
	font-family: helvetica, arial;
	width: 208px;
	}
	
#signupform textarea { height: 56px; }

#signupform .leftside { width: 280px !important; }
#signupform .rightside { width: 280px !important; }
	
input.postcode {
	width: 35px !important;
	}
	
input.phone {
	width: 85px !important;
	}
	
.confirm input {
	background: transparent;
	border: 0px;
	margin: 0;
	color: #222 !important;
	}
	
.confirm input:focus {
	background: transparent;
	border: 0px;
	margin: 0;
	}
	
#signupform .nextbutton, #signupform .prevbutton, #signupform .submitbutton  {
	background: url('images/sprites.png') no-repeat -1070px -210px !important;
	width: 120px !important; 
	height: 28px !important; 
	float: right;
	text-indent: -9999px;
	padding: 0px !important;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
	
#signupform .nextbutton:hover { background-position: -1070px -240px !important; border: 1px solid #ccc; }
#signupform .nextbutton:active { background-position: -1070px -270px !important; border: 1px solid #ccc; }

#signupform .prevbutton {
	background-position: -1070px -300px !important;
	float: left;
	}
	
#signupform .prevbutton:hover { background-position: -1070px -330px !important; border: 1px solid #ccc; }
#signupform .prevbutton:active { background-position: -1070px -360px !important; border: 1px solid #ccc; }


#signupform .submitbutton {
	background-position: -1070px -390px !important;
	}
	
#signupform .submitbutton:hover { background-position: -1070px -420px !important; border: 1px solid #ccc; }
#signupform .submitbutton:active { background-position: -1070px -450px !important; border: 1px solid #ccc; }

#signupform .gopaybutton  {
	background: url('images/sprites.png') no-repeat -310px -1050px !important;
	width: 200px !important; 
	height: 28px !important; 
	float: right;
	text-indent: -9999px;
	padding: 0px !important;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
	
#signupform .gopaybutton:hover { background-position: -310px -1080px !important; border: 1px solid #ccc; }
#signupform .gopaybutton:active { background-position: -310px -1110px !important; border: 1px solid #ccc; }


select {
	font-family: helvetica, arial;
	font-size: 9pt;
	color: #222;
	width: 220px;
	padding: 5px;
	height: 30px;
	background: #fff;
	border: 1px solid #999;
	margin-bottom: 5px;
	}

option {
	padding: 5px;
	border-bottom: 1px solid #eee;
	}

/*---------------------------------------------------------------- 	Headings 	----------------------------------------------------------------*/



h1.title{
	font-family: PrinthieBold, helvetica, arial; 
	font-weight: bold;
	font-size: 42pt;
	width: 460px;
	height: auto;
	margin-top: 30px;
	letter-spacing: -0.04em;
	line-height: 60px;
	margin-bottom: 20px;
	}

h2 { font-size: 16pt; margin-bottom: 20px; color: #cc0000; line-height: 30px; }
.muted { color: #666; opacity: 0.4; }
h2.secondary { font-size: 13pt; display: block; width: 100%; margin-top: 20px; border-bottom: 1px solid #ccc; margin-bottom: 16px; }

h3 {
	font-size: 9pt;
	font-family: PrinthieBold, helvetica, arial; 
	font-weight: bold;
	margin-bottom: 10px;
	}
	
.customtype, .customtype a { 
	font-family: Printhie, helvetica, arial; 
	font-weight: normal;
	text-decoration: none !important;
	}
	
.red .customtype, .black .customtype { 
	color: #fff !important;
	}
	

	
.panel h3 { color: #fff; margin-bottom: 20px;}
#footer h3 { color: #222; margin-bottom: 15px;}

h1.head-intro { 
	background: url('images/sprites.png') no-repeat 0px -240px;
	width: 460px;
	height: 70px;
	margin-top: 40px;
	text-indent: -9999px;
	}
	
h1.head-intro:hover { background-position: -470px -240px; }

h1.head-club { 
	background: url('images/sprites.png') no-repeat 0px -630px;
	width: 510px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}
	
h1.head-blog { 
	background: url('images/sprites.png') no-repeat 0px -560px;
	width: 360px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}
	
h1.head-media { 
	background: url('images/sprites.png') no-repeat -300px -700px;
	width: 360px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}

h1.head-contact { 
	background: url('images/sprites.png') no-repeat 0px -700px;
	width: 300px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}
	
h1.head-orange { 
	background: url('images/sprites.png') no-repeat 0px -770px;
	width: 520px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}
	
h1.head-cellardoor { 
	background: url('images/sprites.png') no-repeat -520px -770px;
	width: 410px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}
	
h1.head-photos { 
	background: url('images/sprites.png') no-repeat 0px -840px;
	width: 400px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}
	
h1.head-links { 
	background: url('images/sprites.png') no-repeat 0px -910px;
	width: 420px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}

h1.head-events { 
	background: url('images/sprites.png') no-repeat -660px -700px;
	width: 410px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}
	
h1.head-winemaker { 
	background: url('images/sprites.png') no-repeat -400px -840px;
	width: 410px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}
	
h1.head-checkout { 
	background: url('images/sprites.png') no-repeat -810px -840px;
	width: 270px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}
	
h1.head-swiftfamily { 
	background: url('images/sprites.png') no-repeat -510px -630px;
	width: 440px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}

h1.head-team { 
	background: url('images/sprites.png') no-repeat 0px -980px;
	width: 460px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}
	
h1.head-browsebuy{ 
	background: url('images/sprites.png') no-repeat -460px -980px;
	width: 360px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}
	
h1.head-myaccount{ 
	background: url('images/sprites.png') no-repeat -820px -980px;
	width: 320px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}
	
h1.head-downloads { 
	background: url('images/sprites.png') no-repeat -420px -910px;
	width: 520px;
	height: 70px;
	margin-top: 10px;
	text-indent: -9999px;
	}	

h2.halliday { 
	background: url('images/sprites.png') no-repeat -230px 0px;
	width: 440px;
	height: 100px;
	margin: 30px 0px 50px;
	
	}
	
h3.head-login, h3.head-join, h3.head-eupdates, h3.head-printhie, h3.head-sitemap, 
h3.shop-sfh, h3.shop-mcc, h3.shop-mr, h3.shop-cr, h3.head-basket,
h3.head-myorder, h3.head-mprice, h3.head-cprice, h3.head-bottles, h3.head-cases,
h3.head-overview, h3.head-label, h3.head-review, h3.head-downloads
	{ 
	height: 10px; 
	text-indent: -9999px;
	line-height: 10px;
	margin: 0;
	}
	
h3.head-login { 
	background: url('images/sprites.png') no-repeat -10px -320px;
	width: 90px;
	}
	
h3.head-join { 
	background: url('images/sprites.png') no-repeat -10px -330px;
	width: 115px;
	}
	
h3.head-eupdates { 
	background: url('images/sprites.png') no-repeat -10px -340px;
	width: 151px;
	}
	
h3.head-basket { 
	background: url('images/sprites.png') no-repeat -10px -450px;
	width: 108px;
	}	
	
h3.head-sitemap { 
	background: url('images/sprites.png') no-repeat -10px -350px;
	width: 151px;
	}	
	
h3.head-printhie { 
	background: url('images/sprites.png') no-repeat -10px -360px;
	width: 151px;
	}
	
h3.head-twitter { 
	background: url('images/sprites.png') no-repeat -10px -374px;
	width: 173px;
	height: 22px;
	text-indent: -9999px;
	margin-bottom: 20px;
	}
	
h3.head-twitter:hover { background-position: -10px -404px; }

h3.head-mprice { 
	background: url('images/sprites.png') no-repeat -10px -460px;
	width: 140px;
	}

h3.head-cprice { 
	background: url('images/sprites.png') no-repeat -10px -470px;
	width: 140px;
	}

h3.head-bottles { 
	background: url('images/sprites.png') no-repeat -10px -481px;
	width: 52px;
	}

h3.head-cases { 
	background: url('images/sprites.png') no-repeat -10px -491px;
	width: 39px;
	}

h3.head-myorder { 
	background: url('images/sprites.png') no-repeat -10px -500px;
	width: 61px;
	}

h3.head-overview, h3.head-label, h3.head-review, h3.head-downloads {
	margin-top: 5px;
	}
	
h3.head-overview { 
	background: url('images/sprites.png') no-repeat -10px -510px;
	width: 61px;
	}

h3.head-label { 
	background: url('images/sprites.png') no-repeat -10px -520px;
	width: 36px;
	}
	
h3.head-review { 
	background: url('images/sprites.png') no-repeat -10px -530px;
	width: 45px;
	}

h3.head-downloads { 
	background: url('images/sprites.png') no-repeat -10px -540px;
	width: 76px;
	}
	
h3.shop-sfh, h3.shop-mcc, h3.shop-mr, h3.shop-cr { 
	float: left; margin-right: 20px; margin-bottom: 0px !important; cursor: pointer;
	}
	
#media h3.shop-sfh, #media h3.shop-mcc, #media h3.shop-mr, #media h3.shop-cr { 
	float: none; margin-right: 0px; margin-bottom: 10px !important;
	}

h3.shop-sfh { 
	background: url('images/sprites.png') no-repeat -10px -430px;
	width: 143px;
	}

h3.shop-sfh:hover { background-position: -10px -440px; }
	
h3.shop-mcc { 
	background: url('images/sprites.png') no-repeat -160px -430px;
	width: 171px;
	}

h3.shop-mcc:hover { background-position: -160px -440px; }
	
h3.shop-mr { 
	background: url('images/sprites.png') no-repeat -340px -430px;
	width: 107px;
	}
	
h3.shop-mr:hover { background-position: -340px -440px; }
	
h3.shop-cr { 
	background: url('images/sprites.png') no-repeat -460px -430px;
	width: 99px;
	}
	
h3.shop-cr:hover { background-position: -460px -440px; }

h3.button-signup { 
	background: url('images/sprites.png') no-repeat -800px 0px;
	width: 260px;
	height: 28px;
	text-indent: -9999px;
	margin-top: 20px;
	}
	
h3.button-signup:hover { background-position: -800px -30px; }
h3.button-signup:active { background-position: -800px -60px; }

h3.button-checkout { 
	background: url('images/sprites.png') no-repeat -800px -90px;
	width: 300px;
	height: 40px;
	text-indent: -9999px;
	}
	
h3.button-checkout:hover { background-position: -800px -130px; }
h3.button-checkout:active { background-position: -800px -170px; }

.checkoutnow { 
	background: url('images/sprites.png') no-repeat 0px -1050px;
	width: 300px;
	height: 40px;
	text-indent: -9999px;
	margin-bottom: -10px;
	}
	
.checkoutnow:hover { background-position: 0px -1090px; }
.checkoutnow:active { background-position: 0px -1130px; }

.checknow { 	background: #3D9F1F; }
.checknow:hover { background: #6fb859; }
.checknow:active  { background: #67ca48; }
.checknow:hover .checkoutnow { background-position: 0px -1090px; }
.checknow:active .checkoutnow { background-position: 0px -1130px; }


h3.button-notes { 
	background: url('images/sprites.png') no-repeat -220px -460px;
	width: 200px;
	height: 30px;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
	}
	
h3.button-notes:hover { background-position: -220px -490px; }
h3.button-notes:active { background-position: -220px -520px }

h3.button-bottleshot { 
	background: url('images/sprites.png') no-repeat -420px -460px;
	width: 200px;
	height: 30px;
	text-indent: -9999px;
	float: right;
	}
	
h3.button-bottleshot:hover { background-position: -420px -490px; }
h3.button-bottleshot:active { background-position: -420px -520px; }


h3.button-newer { 
	background: url('images/sprites.png') no-repeat -810px -600px;
	width: 110px;
	height: 10px;
	text-indent: -9999px;
	float: right;
	}
	
h3.button-newer:hover { background-position: -810px -610px; }

h3.button-older { 
	background: url('images/sprites.png') no-repeat -810px -580px;
	width: 110px;
	height: 10px;
	text-indent: -9999px;
	float: left;
	}

h3.button-older:hover { background-position: -810px -590px; }

/*---------------------------------------------------------------- @font-face	----------------------------------------------------------------*/

@font-face {
	font-family: PrinthieBold;
	src: url('type/depot-bold-webfont.eot');
	src: local('?'), url('type/depot-bold-webfont.woff') format('woff'), url('type/depot-bold-webfont.ttf') format('truetype'), url('type/depot-bold-webfont.svg#webfontSp2oc7cS') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: Printhie;
	src: url('type/depot-regular-webfont.eot');
	src: local('?'), url('type/depot-regular-webfont.woff') format('woff'), url('type/depot-regular-webfont.ttf') format('truetype'), url('type/depot-regular-webfont.svg#webfontSKqS3xg5') format('svg');
	font-weight: normal;
	font-style: normal;
}