/* Standalone Shop */

.product
{
	width: 396px;
	border: 1px solid #EEE; 
	margin-bottom: 12px;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
	
	z-index: 1;
}

.product.selected
{
	border-color: #CCC;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	z-index: 10;
}

.product
{
	cursor: pointer;
}

.product-even
{
	clear: none;
}

.product-inner
{
	margin: 0.5em 1em;
	position: relative;
}

.product-inner .price
{
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	color: #333;
}

.product-inner .btn
{
	float: right;
	margin: 0;
}

.product .title
{
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	color: #333;
	margin: 0 0 0.25em 0;
}

.product .footer
{
	border-top: 1px solid #EEE; 
	padding-top: 0.5em;
}

.productgrouptitle
{
	color: #7FC0D5;
}

/* Checkout */

#checkout
{
	margin: 1em 0;
	font-family: Arial, Helvetica, Sans-Serif;
}

.checkout-section
{
	border: 1px solid #EEE;
	margin: 0 0 1em 0;
	font-size: 13px;
	line-height: 18px;
	border-radius: 0.5em;
}

.checkout-section-header,
.checkout-section-footer,
.checkout-section-body
{
	background-color: #EEE;
	padding: 0.75em 1em;
}

.checkout-section-header
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
}

.checkout-section-body
{
	background-color: #FFF;
	display: block;
	padding: 1em;
}

.checkout-section-footer
{
	text-align: center;
	display: none;
}

.section-valid .checkout-section-footer
{
	display: block;
}

.section-closed .checkout-section-header
{
	color: #AAA;
}

.section-closed .checkout-section-body,
.section-closed .checkout-section-footer
{
	display: none;
}

.section-closed .visible-when-open
{
	display: none;
}

.checkout-section-header .ok
{
	float: right;
} 

.checkout-section-header .num
{
	display: inline-block;
	width: 20px;
	height: 18px;
	background-color: #F3F3F3;
	text-shadow: 1px 1px 1px #FFF;
	text-align: center;
	margin: 0 3px 0 0;
	border-radius: 6px;
	border: 1px solid #CCC;
	padding: 1px 0 0 0;
	display: none;

}

.checkout-section .col1
{
	width: 45%; 
	margin-right: 4%; 
	padding-right: 4%; 
	float: left; 
	border-right: 1px solid #DDD;	
}

.checkout-section .col2
{
	width: 45%; 
	float: left;
}

.checkout-basket
{
	width: 100%;
	font-size: 12px;
}

.checkout-basket td,
.checkout-basket th
{
	padding: 0.5em 0.75em;
	border: 1px solid #EEE;
}

.checkout-basket th
{
	font-weight: bold;
}

.checkout-basket th,
.checkout-basket .shaded td
{
	background-color: #FAFAFA
}

.checkout-basket .left td,
.checkout-basket .left th
{
	text-align: left;
}

.checkout-basket .right
{
	text-align: right;
}

.checkout-basket .title
{
	font-size: 13px;
}

.checkout-basket .description
{
	color: #888;
}

.checkout-basket .quantity
{
	width: 25px;
	text-align: center;
	border: 1px solid #BBB;
	outline: none;
	padding: 3px 5px;	
}

.checkout-basket .quantity:focus
{
	border: 1px solid #555;	
}

.checkout-basket .availability
{
	padding-top: 0.25em;
	color: #888;
	font-style: italic;
	font-size: smaller;
}

#checkout .checkout-basket .quantity
{
	padding: 0.3em;
}

.checkout-basket .remove
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url(/wbs2012/includes/themes/wbs/img/bg/cross-white.png) 0 0 no-repeat;
	cursor: pointer;
}

.checkout-basket .remove:hover
{
	background-position: 0 -16px;
}


.basket-button 
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url(/wbs2012/includes/themes/wbs/img/bg/shop-buttons.png) 0 0 no-repeat;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.basket-button-plus { background-position: 0 0; }
.basket-button-plus:hover { background-position: 0 -16px; } 

.basket-button-minus { background-position: -16px 0; }
.basket-button-minus:hover { background-position: -16px -16px; } 

.basket-button-remove {	background-position: -32px 0; }
.basket-button-remove:hover { background-position: -32px -16px; } 

.section-current
{
	border-color: #EAEAEA;
	box-shadow: 0px 0px 8px #DDD;
	border: 1px solid #DDD;
}

.section-current .num
{
	border-color: #DDD;
	background-color: #FAFAFA;
}

.section-current .checkout-section-header
{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

	border-bottom: 1px solid #EEE;
}

.section-current .checkout-section-footer
{
	border-top: 1px solid #DDD;
	background-color: #F3F3F3;
}

.ui-ok
{
	display: none;
}

.section-complete .ok
{
	display: block;
}

.section-complete .checkout-section-footer
{
	display: none;
}

.section-complete .ui-ok
{
	display: block;
}

.section-complete .ui-edit,
.section-complete .ui-disabled
{
	display: none;
}

.section-closed .ui-ok
{
	display: none;
}

#checkout label
{
	clear: both;
	display: block;
	overflow: auto;
	padding: 0.1em 0 0 0;
	margin: 0 0 0.3em 0;
	cursor: pointer;
}

#checkout label.fielderror
{
	font-size: 11px;
	color: #663333;
	margin: 0 0 0;
	font-style: italic;
}

#checkout label span.label
{
	display: inline-block;
	width: 30%;
	clear: left;
	float: left;
	font-weight: bold;
	font-size: 13px;
	min-height: 2em;
	color: #333;
}

#checkout label span.field
{
	display: inline-block;
	width: 70%;
	float: left;
}

#checkout span.field input,
#checkout span.field select
{
	border: 1px solid #DDD;
	background-color: #FAFAFA;
	padding: 0.5em 0.75em;

}

#checkout span.field input:hover,
#checkout span.field select:hover
{
	border: 1px solid #CCC;
	background-color: #FFF;
}

#checkout span.field input:focus,
#checkout span.field select:focus
{
	border: 1px solid #BBB;
	background-color: #FFF;
}

#checkout label.wide span
{
	width: 50%;
}

#checkout label.invalid
{
	background-color: red;
}

#checkout label span.field input.fielderror,
#checkout label span.field select.fielderror
{
	background-color: #FFCDCD;
 			border-color: #B95A5A;
}

.hidden
{
	display: none;
}

.center
{
	text-align: center;
}

#checkout .clearfix
{
	overflow: auto;
}

.warningbox
{
	color: #431;
	border: 1px solid #e5e04c;
	background-color: #fffedf;
	padding: 0.5em 1em;
	margin: 0 0 1em 0;
}

.personinfo
{
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}

.editaddress
{
	width: 65%; 
	margin-right: 2%; 
	padding-right: 2%; 
	float: left; 
	border-right: 1px solid #DDD;
}

.chooseaddress
{
	width: 29%; 
	float: left
}

.storedaddress
{
	font-size: 9pt;
	border-bottom: 1px solid #EEE; 
	padding: 0.75em; 
}

.storedaddress:hover
{
	background-color: #F6F6F6;
}

/* activity specifics */

.activity-notloggedin
{
	padding: 1em 0;
}

.activity-notloggedin .subtext
{
	color: #666; 
	font-size: 12px;
	margin-top: 0.5em;
}

.activity-notloggedin .separator
{
	font-size: 20px; 
	line-height: 6em; 
	color: #555;
}

.activity-login,
.activity-createaccount
{
	width: 70%;
	margin: 1em auto;
}

.activity-login .info
{
	margin: 0 0 1em 0;
}

.activity-pay .summary
{
	overflow: auto;
	margin-top: 1em;
	border-top: 1px solid #DDD; 
	padding-top: 1em; 
	padding-bottom: 1em;
}

.activity-pay .summary .total
{
	width: 50%; 
	float: left; 
	font-size: 24px; 
	line-height: 28px;
}

.activity-pay .summary .buttons
{
	width: 50%; 
	float: right; 
	text-align: right;
}

.formbuttons
{
	padding-top: 0.5em;
}

/* buttons */

.btns {
    float: left;
    padding-bottom: 20px;
    clear: both;
}

#checkout .btn,
#checkout .btn:visited {
	height: auto;
	box-shadow: none;
	float: none;
    color: #555;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

#checkout .btn:hover,
#checkout .btn:focus {
    color: #333;
    border-color: #999;
    
    background: #EEE;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#FCFCFC),to(#EEEEEE));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#FCFCFC),to(#EEEEEE));
    
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 0 0 1px #FFF;
}
#checkout .btn:active {
    color: #000;
    border-color: #444;
}

#checkout .btn-red,
#checkout .btn-red:visited
{
	color: #FAFAFA;
	text-shadow: 0 1px 0 #8b2113;
	border-color: #a82f1f;
	background: #D14836;
	
	background: -webkit-gradient(linear,0% 40%,0% 70%,from(#DD4B39),to(#D14836));
	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#DD4B39),to(#D14836));
}

#checkout .btn-red:hover,
#checkout .btn-red:focus
{
	color: #FFF;
	text-shadow: 0 1px 0 #74180b;	
	border-color: #333;		
 	background: #ca3d2c;
 	
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#DD4B39),to(#ca3d2c));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#DD4B39),to(#ca3d2c));	
}

#checkout .btn-red:active
{
	color: #FFF;
}

#checkout .btn-blue,
#checkout .btn-blue:visited 
{
	font-size: 13px;
	font-weight: bold;
	color: #FAFAFA;
	text-shadow: 0 0 1px #567;
	border-color: #4980d9;
	background: #4787ED;
	background: -webkit-gradient(linear,0% 40%,0% 70%,from(#4D90FE),to(#4787ED));
	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#4D90FE),to(#4787ED));
}

#checkout .btn-blue:hover,
#checkout .btn-blue:focus
{
	color: #FFF;
	box-shadow: none;
	border-color: #345;
	text-shadow: 0 0 1px #345;
	background: #357AE8;
	background: -webkit-gradient(linear,0% 40%,0% 70%,from(#4D90FE),to(#357AE8));
	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#4D90FE),to(#357AE8));	
	
}

#checkout .btn-blue:active
{
	color: #FFF;
}

#checkout .btn-small
{
	font-size: 11px;
 	padding: 0.5em 0.75em;
}

#checkout .btn-disabled,
#checkout .btn-disabled:hover,
#checkout .btn-disabled:focus
{
	cursor: default;
	background: #EEE;
	box-shadow: none;
	text-shadow: 1px 1px 0 #FFF;
	color: #AAA;
	border-color: #CCC;
}

.left {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}
.middle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: solid 1px #f3f3f3;
    margin: 0;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
.middle:hover,
.right:hover { border-left: solid 1px #999 }
.right {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px #f3f3f3;
    border-left: solid 1px rgba(255, 255, 255, 0);
}

@media(max-width:767px) {
	#standard-content-section {
	    border: 0;
	    padding: 0;
	}

	.checkout-section .col1,
	.checkout-section .col2 {
		width: auto;
		margin: 0 0 1em 0;
		float: none;
	}

	.activity-login, .activity-createaccount {
		width: 100%;
	}

	#checkout form {
		width: 100%;
	}

	#checkout label span.label {
		color: #333;
		width: 100%;
		text-align: left;
	    white-space: normal;
	}
	#checkout label span.field {
		color: #333;
		width: 100%;
	}

	#checkout span.field input, #checkout span.field select {
		max-width: 100%;
	}

	.editaddress {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		float: left;
		border-right: 0;
	}
}