/*
	Filename         :	webshop.css
						Specific styles for webshop and case study pages
*/

.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.6em;
	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.65em;
	color: #004e9a;
	font-weight: bold;
	height: 20px;
	width: 138px;
	padding: 4px 0 0 36px;
	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: #004f9a;
	font-weight: bold;
	text-align: left;
	font-size: 0.6em;
	margin: 0px;
	padding: 3px 0px 5px;
}
table.webShopBasket th.alignRight, table.webShopBasket td.alignRight { text-align: right; }
table.webShopBasket td {
	font-size: 0.6em;
	color: #231f20;
	margin: 0px;
	padding: 3px 0px 4px;
}
table.webShopBasket td.remove { text-align: center; }
table.webShopBasket td.item {
	color: #004e9a;
	font-weight: bold;
}
table.webShopBasket td.totals {
	text-align: right;
	color: #004f9a;
	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 {}

#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: #004e9a;
	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: 250px;
	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: #004f9a;
	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 { padding-right: 5px; }

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

.loginRemWidth { width: 150px!important; }

#main_content h3 { clear: none; }
.ws_item h4 { margin: 0.2em 0 0 0; }

.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: #231f20;
	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: #004e9a;
	background-image: url(../images/bg_zoomLink_over.gif);
	text-decoration: none;
}

/* styles added Jan 2011 for gift allocation screen */

table.giftChoice { margin-bottom: 1.2em; }
table.giftChoice td { vertical-align: top; }
table.giftChoice td input.giftShopRadio
{
	width: auto;
	margin-bottom: 0.4em;
	outline: 0;
	background: none;
}
table.giftChoice label
{
	width: 150px !important;
	display: inline-block;
}
.item span
{
	color: #231f20;
	font-weight: normal;
	display: block;
}

/* progress bar */

ol.progressBar
{
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	height: 93px;
	margin-bottom: 1em !important;
}
ol.progressBar li
{
	list-style-type: none;
	width: 104px;
	height: 30px;
	padding: 63px 0 0 0;
	margin: 0;
	float: left;
	background-image: url(../images/progressBar.gif);
	text-transform: uppercase;
	font-size: 0.7em;
	color: #ccc;
	font-weight: bold;
}

ol.progressBar li.on { color: #004e9a; }
ol.progressBar li span
{
	position: absolute;
	margin-left: -10000px;
}
ol.progressBar li.one { background-position: left bottom; }
ol.progressBar li.two { background-position: -104px bottom; }
ol.progressBar li.three { background-position: -208px bottom; }
ol.progressBar li.four { background-position: -312px bottom; }
ol.progressBar li.five { background-position: -416px bottom; }
ol.progressBar li.one.on { background-position: left top; }
ol.progressBar li.two.on { background-position: -104px top; }
ol.progressBar li.three.on { background-position: -208px top; }
ol.progressBar li.four.on { background-position: -312px top; }
ol.progressBar li.five.on { background-position: -416px top; }

/* overlays */

.modalOverlay {
	background-color:#fff;
	width:auto;
	padding:15px;
	text-align:left;
	margin-top: 1.2em;
	border: 8px solid #00a2f8;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
	z-index: 200000;
}

.modalOverlay p { width: 540px; }

.modalOverlay a.close
{
	background-image: url(../images/overlay/close.png);
	position: absolute;
	right: -24px;
	top: -24px;
	height: 39px;
	width: 39px;
	z-index: 200000;
}
.modalOverlay a.close span
{
	position: absolute;
	margin-left: -10000px;
}

.modalOverlay input#groupAll,
.modalOverlay input#groupAllEmail
{
	width: 24px;
	height: 24px;
	margin: 10px 10px 10px 150px;
}

.modalOverlay label.labelRight
{
	width: 300px !important;
	text-align: left !important;
	margin-top: 10px !important;
}

.fundAllocation
{
	margin-top: -10px !important;
	padding-left: 10px !important;
	margin-bottom: 1.2em !important;
}
.fundAllocation input
{
	width: auto !important;
	float: none !important;
	vertical-align: middle !important;
	border: 0 !important;
}

label.labelInline
{
	width: 480px !important;
	color: #231f20 !important;
	font-weight: normal !important;
	text-align: left !important;
	margin-left: 6px !important;
	float: none !important;
	display: inline-block;
}
.go.hardRight { margin-right: 0px !important; }

/* general submit button */
/* used for out of stock preference page initially */

input.outOfStockSubmit
{
	background: url(../images/btnWebshopSubmit.gif) top left;
	height: 24px;
	width: 129px;
	font-size: 0.7em;
	font-weight: bold;
	color: #002b8d;
	border: 0;
}

input.outOfStockSubmit:hover { background-position: bottom left; }

/* celebrity gallery */

.gallery .ws_item
{
	background-image: url(../images/bg_ws_categoryimg_zoom.jpg);
	background-repeat: no-repeat;
}

.gallery .ws_item img:hover
{
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
