/*
	Filename         :	webshop.css
	Version		 :	2.0.4 (REBRAND_2009)
	Last updated by  :	KS, The Guild (kaoru@theguildnetwork.com)
	Last Updated     :	10 Jul 2009
	Comments         :	2.0.0 16/03/09 Specific styles for webshop and case study pages
				2.0.1 27/03/09 Additional styles for new webshop "large thumbnail" category page
				2.0.2 15/05/09 Additional styles for "Painshill Park" templete grid variant
				2.0.3 12/06/09 Polaroids enabled in webshop detail view
				2.0.4 10/07/09 Painshill Park 2 (patrons page)
				2.0.5 31/07/09 Webshop multi-image zoom added
*/

.rowclear {
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 1px !important;
	height: 1px !important;
}		
	
a.checkout {
	display: block;
	color: #002b8d;
	font-size: 0.7em;
	font-weight: bold;
	margin: 10px 0px 0px;
	padding: 3px 0px 0px 35px;
	height: 21px;
	width: 94px;
	background: url(../images/bg_btn_checkout.gif) no-repeat left center;
	text-transform: uppercase;
	float: right;
}
a.checkout:hover {
	background: url(../images/bg_btn_checkout_on.gif) no-repeat left center;
	text-decoration: none;
}
a.addToBasket {
	background: url(../images/bg_btn_checkout.gif) no-repeat left center;
	height: 20px;
	width: 94px;
	display: block;
	font-size: 0.7em;
	margin: 5px 0px 0px;
	padding: 4px 0px 0px 35px;
	float: left;
	font-weight: bold;
	color: #002b8d;
}
a.addToBasket:hover {
	background: url(../images/bg_btn_checkout_on.gif) no-repeat left center;
	text-decoration: none;
}
a.viewpay {
	background: url(../images/bg_btn_basket.gif) no-repeat left center;
	font-size: 0.7em;
	color: #005590;
	font-weight: bold;
	height: 20px;
	width: 144px;
	padding: 4px 0 0 30px;
	display: block;
	float: right;
	margin-top: 36px;
}
a.viewpay.top {
	margin-top: 0px;
	margin-right: 3px;
}
a.viewpay:hover {
	color: #fff;
	background: url(../images/bg_btn_basket_on.gif);
	text-decoration: none;
}
a.continueShop {
	float: right;
	clear: both;
	font-size: 0.7em;
	margin: 5px 0px 0px;
	padding: 0px;
	font-weight: bold;
	width: auto;
	text-align: right;
}
a.continueShop.alignLeft {
	float: left;
	margin-top: 0px;
	width: 20em;
	text-align: left;
}
a.continueShop.loginRem { margin-right: 198px; }
a.continueShop:hover { text-decoration: underline; }
span.hiddenMessage {
	color: #14aa00;
	font-weight: bold;
	line-height: normal;
	font-size: 0.7em;
	visibility: visible;
	margin: 10px 0px 0px 7px;
	float: left;
	padding: 0px;
}
table.webShopBasket {
	width: 524px;
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.webShopBasket .underline { border-bottom: solid 1px #bcd5e1; }
table.webShopBasket th {
	color: #d67f00;
	font-weight: bold;
	text-align: left;
	font-size: 0.7em;
	margin: 0px;
	padding: 3px 0px 5px;
}
table.webShopBasket th.alignRight, table.webShopBasket td.alignRight { text-align: right; }
table.webShopBasket td {
	font-size: 0.7em;
	color: #333;
	margin: 0px;
	padding: 3px 0px 4px;
}
table.webShopBasket td.remove { text-align: center; }
table.webShopBasket td.item {
	color: #0081dc;
	font-weight: bold;
}
table.webShopBasket td.totals {
	text-align: right;
	color: #d67f00;
	font-weight: bold;
}
table.webShopBasket .noPad {
	margin: 0px;
	padding: 0px 0px 7px;
}

table.webShopBasket td input {
	width: 50px;
	background: #fff url(../images/bg_login_input.gif) repeat-x left top;
	border: 1px solid #bcd5e1;
}
table.webShopBasket td span.hiddenMessage {
	font-size: 1em;
	margin: 7px 0px 0px 10px;
	padding: 0px;
}
table.webShopBasket td a.update {
	font-weight: bold;
	color: #002b8d;
	background: url(../images/bg_btn_update.gif) no-repeat left center;
	height: 21px;
	width: 122px;
	margin: 5px 0px 0px;
	padding: 3px 0px 0px 30px;
	display: block;
	float: left;
}
table.webShopBasket td a.update:hover {
	text-decoration: none;
	background: url(../images/bg_btn_update_on.gif) no-repeat left center;
}

#ws_intro { position: relative; }
#ws_intro h1 {
	width: 345px;
	float: left;
}

#ws_intro p 
{
	clear:both;
	margin-top: 10px;
}

#ws_intro a.button {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/bg_btn_basket.gif);
	font-size: 0.7em;
	color: #005590;
	font-weight: bold;
	height: 20px;
	width: 144px;
	padding-left: 30px;
	padding-top: 4px;
}
#ws_intro a.button:hover {
	color: #fff;
	background: url(../images/bg_btn_basket_on.gif);
	text-decoration: none;
}
#webshop {
	margin: 10px 0px 0px;
	padding: 0px;
	width: 522px;
}
#webshop .webshopDescription {
	float: left;
	width: 255px;
	padding: 0;
	margin: 0;
}
#webshop .webshopDescription p.stockLevel {
	font-weight: bold;
	color: #14aa00;
}
#webshop .webshopDescription p.outOfStock {
	color: #f00;
	width: auto;
	float: left;
	clear: both;
}

#webshop .webshopDescription fieldset { border-style: none; }
#webshop .webshopDescription label {
	font-size: 0.7em;
	text-align: right;
	width: 5em;
	font-weight: bold;
	color: #d67f00;
	float: left;
	margin: 0px 5px 7px 0px;
	padding: 0px;
}
#webshop .webshopDescription label.quantity { margin-top: 3px; }
#webshop  .webshopDescription  label.size { padding-top: 5px; }
#webshop .webshopDescription input {
	width: 50px;
	background: url(../images/bg_login_input.gif) repeat-x left top;
	border: 1px solid #bcd5e1;
	padding: 1px;
}
#webshop .webshopDescription select {
	width: 7em;
	background: #fff url(../images/bg_login_input.gif) repeat-x left top;
	border: 1px solid #bcd5e1;
	margin: 2px 0 0;
}
#webshop .webshopDescription span.price {
	font-size: 0.7em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
}

#webshop img.productItem
 {
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
}

#CaseStudyImageContainer img {
	padding: 14px 16px 16px;
	background: url(../images/bg_ws_detailimg.jpg) left top no-repeat;
	margin: 0 15px 0 0;
}

.ws_item {
	width: 169px;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.categoryPage {
	width: 260px; text-align: center; color: #666;
}

.ws_item img {
	padding: 8px 12px 14px 10px;
	background: url(../images/bg_ws_categoryimg.jpg) left top no-repeat;
}

.categoryPage img,
img.productItem {
	padding: 12px 12px 16px!important;
	width: 230px;
	height: 230px;
	background: url(../images/bg_ws_categoryimg_large.jpg) left top no-repeat;
	margin-right: 8px!important;
}

.ws_item p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.ws_item p a { 
	color: #005590;
	padding-right: 5px;
}

#CaseStudyImageContainer { width: 280px!important; text-align: center; color: #666;}

.loginRemWidth { width: 150px!important; }

#main_content h3 { clear: none; }

.loginRemGo {
	margin: 0 196px 0 0 !important;
	border-style: none !important;
	float: right !important;
}

/* Painshill park style grid - added 15 May 09 - KS */

.painshillPark { margin-top: 1.2em; }

.painshillPark .ws_item
{
	width: 250px;
	margin-right: 0.4em;
}

.fullWidth .ws_item { width: 500px; }

.painshillPark .ws_item img
{
	width: 90px;
	height: 90px;
	padding: 11px 20px 20px 14px;
	background: url(../images/bg_ws_categoryimg_painshillPark.gif) left top no-repeat;
	float: left;
}

.painshillPark .right img {	float: right; }

.painshillPark .ws_item p
{
	text-align: left;
	color: #333;
	padding-top: 0.3em;
	padding-right: 0.3em;
	font-size: 0.75em;
}

.painshillPark .ws_item p a
{
	font-weight: bold;
	display: block;
}

/* changes for image xoom thumbnails */

.thumbContainer
{
	float: left;
	width: 254px;
	margin-right: 0.8em;
}

.thumbContainer img.productItem { float: none!important; }

.thumbs img
{
	background-image: url(../images/bg_webshop_smallThumb.jpg);
	padding: 9px 8px 9px 11px;
}

.zoomLink
{
	text-align: center;
	margin-top: 0.6em;
}
.zoomLink a
{
	font-size: 0.7em;
	color: #666;
	background: url(../images/bg_zoomLink.gif) no-repeat left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.zoomLink a:hover
{
	color: #0081dc;
	background-image: url(../images/bg_zoomLink_over.gif);
	text-decoration: none;
}