/* @override http://www.bagofbees.co.uk/css/layout.css */

/* Colour refs: Yellow: #FFD53A */

/* BASE */
html {
	width: 100%;
	height: 100%;
}

#wrap {
	height: 100%;
}

body > #wrap {height: auto; min-height: 100%;}

body {
	width: 100%;
	font-size: 62.5%;
	background-color: #F6F6F6;
}

* {
	font-size: 1em;
	color: #333333;
	padding: 0;
	margin: 0;
	font-family: "Courier New", Courier, mono;
	list-style: none;
}

a {
	text-decoration: none;
	color: #1B1716;
}
a img {
	border: 0;
}
h1, h2, h3, h4 {
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1 {
	font-size: 3.4em;
}
h2 {
	font-size: 2.8em;
}
h3 {
	font-size: 1.8em;
	margin: 0 0 8px 0;
}
h3.terms {
	font-size: 2.8em;
	margin: 0 0 8px 0;
}
h4 {
	font-size: 1.4em;
}
p {
	font-weight: normal;
	font-size: 1.1em;
}
p.terms {
	width: 620px;
	margin: 0 0 20px 40px;
	padding: 0 0 16px 0;
	border-bottom: 3px solid #FFF;
}

p a, ul li a {
	background-color: #FFD53A;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	padding: 0 3px 0 3px;
}
	p a:hover, ul li a:hover {
		text-decoration: line-through;
	}

/* LAYOUT */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#main {
	margin: 20px auto;
	width: 960px;
	}
#loaderContainer {
	min-height: 520px;
	display: block;
	float: left;
	padding: 4px 0 0 42px;
	margin: 65px 0 0 0;
	background: url(../img/bagofbees_pageloader.gif) no-repeat 0 0;
	visibility: visible;
	font: bold 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999999;
}
#ContentContainer {
	width: 700px;
	float: left;
}
#header {
	width: 960px;
	height: 175px;
	margin: 0;
	border-bottom: 1px solid #999;
	float: left;
	z-index: 1;
	}
h1#logo {
	width:  80px;
	position: relative;
	height:  128px;
	margin: 38px 0 0 10px;
	float: left;
	z-index: 2;
	}
	h1#logo a {
		height:  128px;
		display: block;
		background: url(../img/bagofbees_mainlogo.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
#contactLink {
	width: 130px;
	height:  32px;
	position: relative;
	top: 0;
	float: right;
	background: url(../img/bagofbees_contacttoptab.jpg) no-repeat 92px -10px;
	}
	#contactLink:hover {
		background-position: 92px 0;
		cursor: pointer;
	}
#blogLink {
	width: 130px;
	height:  40px;
	position: relative;
	margin:110px 0 0 0;
	float: right;
	clear: right;
	background: url(../img/bagofbees_blogbuttbackground.png) no-repeat 85px 0;
	overflow: hidden;
	z-index: 3;
	}
	#blogLink:hover {
		background-position: 85px -40px;
	}
	#contactLink a {
		width: 130px;
		height: 32px;
		margin: 3px 0 0 2px;
		display: block;
	}
	#blogLink a {
		margin: 10px 0 0 8px;
		width: 130px;
		height: 40px;
		display: block;
	}
	#blogLink a, #contactLink a {
		font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		display: block;
		}

/* CONTACT PANEL */
#contactPanel {
	width: 960px;
	background-color: #1e1e1e;
	height: 0px;
	margin: -20px 0 0 0;
	position: relative;
}
.contactPanelContent {
	color: #F6F6F6;
	text-align: left;
	width: 700px;
	height: 360px;
	margin: 0 0 0 250px;
	padding: 20px 0 0 0;
	display:none; 
}
.contactPanelContent h2 {
	color: #F6F6F6;
	font-size: 3em;	
}
.contactPanelContent p {
	color: #F6F6F6;
	width: 540px;
	margin: 10px 0 0 0;	
}
#closeTopPanel {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	left: 923px;
	background: url(../img/bagofbees_closepanelbutt.jpg);
	cursor: pointer;
}
#closeTopPanel:hover {
	background-position: 0 -27px;
}
.contactPanelContent a.close {
		width: 27px;
		height: 27px;
		display: block;
		cursor: pointer;
	}
.column {
	display: block;
	float: left;
	width: 45%;
	margin-right: 5%;		
}

/* TOP CONTACT FORM */
#contactForm label {
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	color: #F6F6F6;
	clear: both;
	margin-bottom: 5px;
	margin-top: 15px;
}
#contactForm .input, #contactForm .inputCaptcha {
	background-image: url(../img/bagofbees_contactpanelinput.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 265px;
	background-color: #F6F6F6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1e1e1e;
	padding: 5px 0 0 15px;
	margin: 0;
	outline: none;
	text-shadow: none;
}
#contactForm .inputCaptcha {
	background-image: url(../img/bagofbees_captchainput.jpg);
	height: 22px;
	width: 76px;
	padding: 5px 45px 0 15px;
	float: left;
}
#contactForm img.captchaImage {
	padding: 0 0 0 0;
}
#contactForm textarea {
	width: 280px;
	height: 80px;
	padding: 6px 10px 5px 5px;	
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1e1e1e;
}
input.sendcontactbtn {
	background-color: #FFD53A;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 0px;
	margin: 16px 0 0 0;
	width: 68px;
	height: 20px;
	display: block;
	padding: 0 0 0 8px;
	background-image: url(../img/bagofbees_sendcontactbutt_sprite.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
	.sendcontactbtn:hover {
		background-position: 0 -20px;
		cursor: pointer;
	}
#successContact {
	width: 600px;
	height: 96px;
	margin: 40px 0 0 -106px;
	padding: 10px 0 0 106px;
	background: url(../img/bagofbees_successcontact.jpg) no-repeat 0 0;
	color: #FFFFFF;
	font: bold 3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#bademailContact, #badserverContact {
	height: 19px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 28px;
	background: url(../img/bagofbees_failcontact.jpg) no-repeat 0 0;
	color: #FF3333;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#intro {
	width: 480px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
	display: block;
}
#intro p {
	padding: 7px 0 0 0;
	width: 480px;
	float: left;
}
#freeDeliveryBadge {
	width: 140px;
	float: right;
	padding: 37px 0 0 0;
}
#sizeQuestions {
	width: 340px;
	margin: 15px 0 0 0;
	float: left;
}
input#emailinput {
	float: left;
	margin: 25px 10px 0 0;
}
input.yourSex {
	font-size: 2em;
	margin: 0 5px 0 5px;
}
input.span.sex {
	float: left;
	clear: both;
}
select.yourSize {
	color: #333333;
	font: normal 1.6em Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	float:left;
	margin: 4px 12px 10px 4px;
}
form.addToCartForm {
	float: left;
	clear: left;
	width: 220px;
}
#successSize {
	width: 280px;
	height: 96px;
	padding: 10px 0 0 106px;
	background: url(../img/bagofbees_successsize.jpg) no-repeat 0 0;
	color: #999999;
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* MAIN MENU */
#MainMenu {
	width: 586px;
	height: 26px;
	float: right;
	clear: right;
	padding: 110px 0 0 0;
}
ul#navigation li a {
	padding: 0;
}
#navigation li {
	float: left;
	padding-right: 10px;
}
#navigation a * {
	display: none;
}
#navigation a,
#navigation a .hover {
	height: 26px;
	position: relative;
	display: block;
	background: url(../img/bagofbees_sprite_topnav.jpg) 0 0 no-repeat;
}

/* NAV ITEMS */
#navigation a.shirtShop {
	background-position: 0 0;
	width: 86px;
}
	#navigation .highlight a.shirtShop:hover,
	#navigation a.shirtShop .hover {
		background-position: 0 -26px;
		width: 86px;
		cursor: pointer;
	}
	#navigation a.shirtShopSelected {
		background-position: 0 -52px;
		width: 86px; 
	}
	#navigation a.shirtShopSelected .hover {
		background-position: 0 -52px;
	}
#navigation a.blog {
	background-position: -86px 0;
	width: 48px;
}
	#navigation .highlight a.blog:hover,
	#navigation a.blog .hover {
		background-position: -86px -26px;
		cursor: pointer;
	}
	#navigation a.blogSelected {
		background-position: -86px -52px;
		width: 48px; 
	}
	#navigation a.blogSelected .hover {
		background-position: -86px -52px;
	}
#navigation a.about {
	background-position: -134px 0;
	width: 88px;
}
	#navigation .highlight a.about:hover,
	#navigation a.about .hover {
		background-position: -134px -26px;
		cursor: pointer;
	}
	#navigation a.aboutSelected {
		background-position: -134px -52px;
		width: 88px; 
	}
	#navigation a.aboutSelected .hover {
		background-position: -134px -52px;
	}
#navigation a.terms {
	background-position: -222px 0;
	width: 131px;
}
	#navigation .highlight a.terms:hover,
	#navigation a.terms .hover {
		background-position: -222px -26px;
		cursor: pointer;
	}
	#navigation a.termsSelected {
		background-position: -222px -52px;
		width: 131px; 
	}
	#navigation a.termsSelected .hover {
		background-position: -222px -52px;
	}
#navigation a.cart {
	background-position: -353px 0;
	width: 110px;
}
	#navigation .highlight a.cart:hover,
	#navigation a.cart .hover {
		background-position: -353px -26px;
		cursor: pointer;
	}
#navigation a.vvrsv {
	background-position: -463px 0;
	width: 63px;
}
	#navigation .highlight a.vvrsv:hover,
	#navigation a.vvrsv .hover {
		background-position: -463px -26px;
		cursor: pointer;
	}
/* BACK, PREV & NEXT BUTTONS */
#shirtsNextPrev {
	width:700px;
	height:  21px;
	float: left;
	clear: both;
	padding: 0 0 30px 250px;
	margin: 20px 0 0 0;
}
#viewMoreShirts {
	width: auto;
	height: 18px;
	display: block;
	padding: 2px 5px 3px 24px;
	color: #999999;
	float: right;
	background: url(../img/bagofbees_tshirt_icon.jpg) 0 0 no-repeat;
	font: bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	a.shirtsBackButt {
		width: 66px;
		height: 19px;
		display: block;
		float: left;
		background: url(../img/bagofbees_sprite_backbutt.jpg) 0 0 no-repeat;
		padding: 2px 0 0 22px;	
		clear: both;
	}
	a.shirtsPrevButt {
		width: 42px;
		height: 19px;
		display: block;
		float: right;
		background: url(../img/bagofbees_sprite_prevbutt.jpg) 0 0 no-repeat;
		padding: 2px 0 0 24px;	
	}
	a.shirtsNextButt {
		width: 54px;
		height: 19px;
		display: block;
		float: right;
		clear: right;
		background: url(../img/bagofbees_sprite_nextbutt.jpg) 0 0 no-repeat;
		padding: 2px 0 0 12px;	
		margin: 0 0 0 10px;
	}
		a.shirtsBackButt:hover, a.shirtsPrevButt:hover, a.shirtsNextButt:hover {
			background-position: 0 -21px;
			color: #FFF;
			text-shadow: #333 0 1px 0;	
		}

/* SIDE MENU */
#colLeft {
	width: 230px;
	float: left;
	clear: both;
	margin: 78px 20px 0 0;
	}
#colLeftShirts {
	width: 230px;
	float: left;
	clear: both;
	margin: 20px 10px 0 0;
	padding: 0 0 0 10px;
	}
#colLeft ul#socialLinks {
	margin: 0 0 12px 10px;
	padding: 0 0 12px 0;
	border-bottom: 3px solid #FFFFFF;
}
#colLeftShirts ul#socialLinks {
	margin: 0 0 12px 0;
}
ul#socialLinks li {
	margin: 0 0 5px 0;
}
ul#socialLinks li p {
	margin: 0 0 12px 0;
}
ul#socialLinks li a {
	height: 18px;
	display: block;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 2px 0 0 30px;
	background: url(../img/bagofbees_sociable_sprite.jpg) no-repeat 0 0;
	}
	ul#socialLinks li a:hover {
		color: #F6F6F6;
	}
	ul#socialLinks li a.facebook {
		width: 76px;
		background-position: 0 0;
		}
		ul#socialLinks li a.facebook:hover {
			background-position: 0 -20px;
		}
	ul#socialLinks li a.flickr {
		width: 50px;
		background-position: -106px 0;
		}
		ul#socialLinks li a.flickr:hover {
			background-position: -106px -20px;
		}
	ul#socialLinks li a.twitter {
		width: 57px;
		background-position: -186px 0;
		}
		ul#socialLinks li a.twitter:hover {
			background-position: -186px -20px;
		}
	ul#socialLinks li a.rss {
		width: 43px;
		background-position: -273px 0;
		}
		ul#socialLinks li a.rss:hover {
			background-position: -273px -20px;
		}
	ul#socialLinks li a.addthis_button {
		width: 71px;
		background-position: -346px 0;
		}
		ul#socialLinks li a.addthis_button:hover {
			background-position: -346px -20px;
		}
form#sizeSelection {
	width: 220px;
	height: auto;
	float: left;
}
#newsletter {
	margin: 16px 0 0 10px;
	padding: 0 0 30px 0;
	border-bottom: 3px solid #FFFFFF;
}
form#newsletterSignup {
	padding: 10px 0 0 0;
}
input#emailinput.textBoxNewsletter {
	background-image: url(../img/bagofbees_textboxinput_newsletter.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 110px;
	background-color: #AFAFAF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #FFFFFF;
	padding: 5px 15px 0 15px;
	margin: 1px 5px 0 0;
	outline: none;
	text-shadow: #333 0 1px 0;
}
input.submitinput.sendbtnNewsletter {
	background-color: #F6F6F6;
	color: #787878;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 0px;
	margin: 0 0 0 0;
	width: 67px;
	height: 29px;
	display: block;
	padding: 2px 0 0 11px;
	background-image: url(../img/bagofbees_newsletterjoin_butt.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	text-shadow: #FFF 0 1px 0;
	}
	input.submitinput.sendbtnNewsletter:hover {
		background-position: 0 -29px;
		color: #333;
	}
a.unsubscribe {
	color: #999;
	font-size: 1.1em;
	padding: 4px 0 0 17px;
	float: left;
	text-align: left;
	}
	a.unsubscribe:hover {
		color: #333;
	}
#colRight {
	width: 700px;
	float: left;
	margin: 30px 0 0 0;
	position: relative;
}
#colRightAbout {
	width: 700px;
	height: 600px;
	float: left;
	margin: 65px 0 0 0;
	background: url(../img/bagofbees_about_background.jpg) no-repeat 0 0;
}
#colRightShirts {
	width: 700px;
	float: left;
	margin: 20px 0 0 0;
	position: relative;
}
#colRightThankyou {
	width: 700px;
	height: 600px;
	float: left;
	margin: 65px 0 0 0;
	background: url(../img/bagofbees_thankyou.jpg) no-repeat 0 0;
}
	#colRightThankyou h2 {
		width: 280px;
		padding: 100px 0 12px 20px;
	}
	#colRightThankyou p {
		width: 320px;
		padding: 0 0 12px 20px;
	}

/* SHIRT INFO */
span.shirtPrice, span.shirtPriceShipping {
	font: bold 2.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999999;
	float: left;
	clear: both;
}
	span.shirtPriceShipping {
		font-size: 1.1em;
		width: 190px;
		height: 16px;
		display: block;
		float: left;
		padding: 4px 0 0 0;
		margin: 0 0 0 0;
		background: url(../img/bagofbees_deliveryicon.jpg) no-repeat 100px 0;
	}
p.shirtDescription {
	width: 220px;
	padding: 15px 0 0 0;
	clear: both;
}
h4.shirtDetailTitle, h4.shirtSizeTitle {
	padding: 10px 0 5px 0;
	clear: left;
}
h4.shirtSizeTitle {
	padding: 10px 0 5px 11px;
}
span.shirtDetail {
	font-size: 1.1em;
	height: 20px;
	margin: 5px 0 10px 0;
}
span.shirtDetailSeperator {
	width: 220px;
	height: 4px;
	float: left;
	clear: both;
	background-color: #FFF;
	margin: 20px 0 5px 0;
}
a.addToCart {
	width: 104px;
	height: 23px;
	float: left;
	clear: left;
	padding: 7px 0 0 14px;
	margin: 10px 10px 0 0;
	background: url(../img/bagofbees_sprite_addtocartbutt.jpg) no-repeat 0 0;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	text-shadow: #FFF 0 1px 0;
}
	a.addToCart:hover {
		background-position: 0 -30px;
		color: #666;
		text-shadow: #FFF 0 -1px 0;
	}
a.viewCart {
	width: 74px;
	height: 23px;
	float: right;
	padding: 7px 0 0 14px;
	margin: 10px 0 0 0;
	background: url(../img/bagofbees_sprite_viewcartbutt.jpg) no-repeat 0 0;
}
	a.viewCart:hover {
		background-position: 0 -30px;
		color: #FFF;
		text-shadow: #333 0 1px 0;
	}
.shippingRegion {
	font: bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	float: left;
	width: 100px;
	margin: 0 0 4px 0;
	clear: left;
}
.shippingCost {
	font-size: 1.1em;
	color: #666;
	width: 100px;
	line-height: 1.5em;
	float: left;
}
a.questionButt {
	width: 74px;
	height: 23px;
	float: left;
	padding: 7px 0 0 14px;
	margin: 10px 10px 0 0;
	background: url(../img/bagofbees_sprite_viewcartbutt.jpg) no-repeat 0 0;
}
	a.questionButt:hover {
		background-position: 0 -30px;
		color: #FFF;
		text-shadow: #333 0 1px 0;
	}

/* BUTTON TYPE STYLE */
a.sizingGuideButt, a.shirtsBackButt, a.shirtsNextButt, a.shirtsPrevButt, a.viewCart, a.questionButt, button.contact-send.contact-button, button.contact-cancel.contact-button {
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #787878;
	text-shadow: #FFF 0 1px 0;
}
	a.sizingGuideButt:hover {
		background-position: 0 -30px;
		color: #FFF;
		text-shadow: #333 0 1px 0;
	}	

a.sizingGuideButt {
	width: 118px;
	height: 23px;
	display: block;
	margin: 12px 0 0 0;
	padding: 8px 0 0 12px;
	background: url(../img/bagofbees_sprite_sizeguidebutt.jpg) no-repeat 0 0;
	float: left;
}

/* SHIRT SLIDER GALLERY */
div.shirtImages {
	width: 700px;
	height: auto;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
div.shirtImages ul {
	width: 700;
	height: auto;
	overflow: hidden;
}
div.shirtImages #mainImage {
	width: 700px;
	height: 450px;
	overflow: hidden;
}
	div.shirtImages ul li {
		float: left;
		width:160px;
		height:103px;
		padding: 20px 20px 0 0;
		margin: 0;
		cursor: pointer;
	}
#sliderNav {
	width: auto;
	height: 40px;
	display: block;
	position: absolute;
	left: 0px;
	top: 60px;
	z-index: 2;
	}
	#sliderNav a.slidePrev, #sliderNav a.slideNext {
		background: url(../img/bagofbees_sprite_slideshowbutts.jpg) no-repeat 0 0;
		float: left;
		margin: 0 1px 0 0;
		width: 40px;
		height: 40px;
		display: block;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
	}
	#sliderNav span.cameraIcon {
		background: url(../img/bagofbees_imagecounter.gif) no-repeat 0 0;
		float: left;
		margin: 0 1px 0 0;
		width: 40px;
		height: 40px;
		display: block;
	}
	#sliderNav a.slidePrev {
		background-position: 0 0;
	}
		#sliderNav a.slidePrev:hover {
			background-position: 0 -40px;
		}
	#sliderNav a.slideNext {
		background-position: -40px 0;
	}
		#sliderNav a.slideNext:hover {
			background-position: -40px -40px;
		}
	#sliderNav span#caption {
		width: 40px;
		height: 40px;
		background: url(../img/bagofbees_imagecounter.gif) no-repeat 0 0;
		float: left;
		padding: 17px 0 0 35px;
		font: italic 1.1em Georgia, "Times New Roman", Times, serif;
		color: #bfbfbf;
	}

/* TWITTER FEED BOX */
#tweet {
	width: 218px;
	float: left;
	clear: both;
	margin: 0 15px 0 12px;
	overflow: hidden;
	font-size: 1.1em;
}
#colLeft h3#twitter {
	padding: 20px 0 0 12px;
}
#tweet ul li {
	margin: 12px 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #CCCCCC;
}
#tweet ul li span.twitterPrefix {
}
#tweet ul li span.twitterStatus {
	float: left;
	margin-bottom: 8px;
}
#tweet ul li span.twitterTime {
	margin: 12px 0 0 0;
	clear: left;
	color: #999999;
}
#twitterFollow {
	padding: 0 0 0 12px;
	margin: 12px 0 0 12px;
	width: 120px;
	height: 16px;
	background: url(../img/bagofbees_followbutton.jpg) no-repeat 0 0;
	clear: left;
}
	#twitterFollow:hover {
		background-position: 0 -16px;
	}
#twitterFollow a {
	font: bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 1px 0 0 7px;
	display: block;
	color: #fff;
}

/* SHIRT PREVIEW BOXES */
#sizePanel {
	width: 700px;
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	float: left;
	border-bottom: 3px solid #FFF;
}
.shirtHolder {
	width: 700px;
	position: relative;
	float: left;
	clear: left;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 3px solid #FFF;
}
.shirtInfo {
	width: 220px;
	float: left;
	}
.shirtImage, .shirtImageSoon {
	width: 440px;	
	height: 302px;
	padding: 10px;
	float: right;
	-webkit-border-radius: 6px;    
  	-moz-border-radius: 6px;       
	background-color: #FFF;
	}
	.shirtImage a, .shirtImageSoon a {
		height: 302px;
		display: block;
		overflow: hidden;
		position: relative;
		top: 0;	
		}
		.shirtImage a img, .shirtImageSoon a img {
			height: 604px;
			position: relative;
			top: 0;	
			}
			.shirtImage a img:hover, .shirtImageSoon a img:hover {
				top: -302px;	
			}
			
a.viewMore {
	width: 99px;
	height: 23px;
	display: block;
	padding: 7px 0 0 14px;
	margin: 20px 0 0 0;
	background-color: #F6f6F6;
	color: #787878;
	background: url(../img/bagofbees_sprite_viewthisbutt.jpg) no-repeat 0 0;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #fff 0 1px 0;
	}
	a.viewMore:hover {
		background-position: 0 -30px;
		color: #FFF;
		text-shadow: #585654 0 1px 0;
		text-decoration: none;
	}
	
div.priceSticker {
	width: 68px;
	height: 71px;
	position: absolute;
	left: 161px;
	top: 240px;
	text-align: right;
	text-shadow: #666 0 1px 0;
	padding: 36px 0px 0 0;
	background: url(../img/bagofbees_pricebackground.jpg) no-repeat 0 0;
	}
	div.priceSticker span.pricePounds {	
		font: bold 2.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #FFFFFF;
		padding-right: 6px;
	}
	div.priceSticker span.priceEuros {	
		font: normal 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #FFFFFF;
		padding-right: 9px;
		width: 60px;
		display: block;
		float: right;
		clear: both;
	}
span.priceEurosDetail {
	font: bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	display: block;
	float: left;
	padding: 8px 0 0 3px;
}
/* MISC ITEMS */
#aboutBagOfBees {
	width: 340px;
	padding: 0 0 0 60px;
}
#aboutBees {
	width: 444px;
	text-align: right;
	float: right;
	margin: 120px 0 0 0;
}
input.sendbtn {
	background-color: #FFD53A;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 0px;
	margin: 10px 0 0 0;
	width: 68px;
	height: 20px;
	display: block;
	padding: 0 0 0 8px;
	background-image: url(../img/bagofbees_sendbutt_sprite.png);
	background-repeat: no-repeat;
	cursor: pointer;
	clear: left;
}
	.sendbtn:hover {
		background-position: 0 -20px;
		cursor: pointer;
	}
.textBox {
	background-image: url(../img/bagofbees_textboxinput.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 152px;
	background-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #FFF;
	padding: 4px 14px 0 14px;
	margin: 10px 0 0 0;
	outline: none;
	text-shadow: #545454 0 -1px 0;
}
#success {
	height: 53px;
	margin: 15px 0 0 0;
	padding: 25px 0 0 85px;
	background: url(../img/bagofbees_success_sizing.jpg) no-repeat 0 0;
	color: #999999;
	font: bold 3.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#successNewsletter {
	height: 22px;
	margin: 15px 0 0 0;
	padding: 2px 0 0 30px;
	background: url(../img/bagofbees_successfail.jpg) no-repeat 0 0;
	color: #999999;
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#bademail, #badserver {
	height: 19px;
	margin: 0 0 0 10px;
	padding: 5px 0 0 28px;
	background: url(../img/bagofbees_successfail.jpg) no-repeat 0 -24px;
	color: #FF3333;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#bademailNewsletter, #badserverNewsletter {
	height: 19px;
	margin: 10px 0 0 5px;
	padding: 5px 0 0 28px;
	background: url(../img/bagofbees_successfail.jpg) no-repeat 0 -24px;
	color: #FF3333;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}	
#toTopLink {
	width: 62px;
	height: 22px;
	background: url(../img/bagofbees_backtotopbutt.jpg) no-repeat 0 0px;
	position: relative;
	}
	#toTopLink:hover {
		background-position: 0 -22px;
		color: #333;
	}
	a.backToTop {
		width: ;
		height: ;
		display: block;
	}
	.backToTop {
		font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: white;
		text-shadow: #332E2E 0 -1px 0;
		padding: 2px 0 0 24px;
		display: block;
		}
		.backToTop:hover {
			color: #333;
			text-shadow: none;
		}
#imagetooltip {
	position:absolute;
	background:#FFD53A;
	padding:6px;
	display:none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#scriptCredit {
	color: #666;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: auto;
	position: absolute;
	top: 16px;
	left: 774px;
}
#scriptCredit a {
	color: #FFD53A;
	font: bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	#scriptCredit a:hover {
		color: #F6F6F6;
		border-bottom: 1px solid #FFD53A;
	}
ul#pdfs li {
	padding: 0 0 12px 12px;
}
ul#pdfs li a {
	font-size: 1.1em;
}

h2#hallo {
	width: 137px;
	height: 75px;
	display: block;
	background: url(../img/bagofbees_title_hallo.jpg) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;	
}
div#signupArrow {
	width: 117px;
	height: 181px;
	position: absolute;
	top: 140px;
	left: -120px;
	background: url(../img/bagofbees_marquee.gif) no-repeat 0 0;
}
#maySale p {
	padding: 0 20px 16px 20px;
	font-size: 1.4em;
}
p.introCopy {
	font-size: 1.3em;
	margin: 10px 0 20px 0;
}
div.soldOut {
	width: 95px;
	height: 95px;
	position: absolute;
	left: 206px;
	top: 56px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	background: url(../img/bagofbees_icon_soldout.png) no-repeat 0 0;
	z-index: 4;
	}

/* FOOTER */
#footer {
	position: relative;
	padding: 60px 0 20px 0;
	height:  50px;
	clear: both;
}
#FooterContainer {
	width: 960px;
	margin: auto;
}
#FooterContainer p {
	width: 960px;
	border-top: 1px solid #ccc;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}