/* ONNLINE-SHOP.css */

/* OnlineShop */
#OnlineShop {
	background-image:url(../../png/content-background.png);
	background-repeat:repeat-y;
	background-position:left top;
	min-height: 100px;
	text-align:left;
}
/* ie6 fix */
* html #OnlineShop {
	height:100px;
}

/* ********************************************************************************************************************** */
/* ***** STAGE 1 ***** */

/* shopCategories */
div.shopCategories {
/*	width: 410px; */
	width:592px;
	float:left;
}
div.shopCategory {
	float:left;
	width: 110px;
	margin: 10px 4px 10px 4px;
	border: 1px solid #D1D8D8;

}
div.shopCategoryImage {
	background-color:#FFFFFF;
	border-bottom:1px solid #D1D8D8;
	min-height:129px;
}
div.shopCategoryText {
	background-color:#F5F8FB; 
	font-size:0.7em;
	padding:2px;
	text-align:center;
}


/* shopHomeRandomProduct */
div.shopHomeRandomProduct {
	border:0px solid #D1D8D8;
	width: 275px;
	height: 334px;
	float:left;
}




/* ********************************************************************************************************************** */
/* ***** STAGE 2 ***** */

/* shopProduct */
div.shopProduct {
	border-top: 1px solid #D1D8D8;
	margin-bottom: 10px;
	padding-top: 10px;
}
div.shopProductImage {
	float:left;
	width: 180px;
}
div.shopProductImage img {
	border: 1px solid #D1D8D8;
}
div.shopProductDetails {
	float:left;
/*	width: 500px; */
	width:415px;
}
div.shopProductTitle {
	font-size: 0.9em;
	font-weight:bold;
	margin-bottom: 10px;
}
div.shopProductDescription p {
}
div.shopProduct .productDetailsLabel {
	width: 60px;
}
div.shopProductDescription ul {
	margin-top: 10px;
}
div.shopProductDescription li {
	margin-top:3px;
	margin-bottom:3px;
}
div.shopProductColours {
	margin-bottom: 5px;
}

div.shopProductColour {
	float:left;
	margin-right: 3px;
}
div.shopProductColour img {
	border: 1px solid #000;
}

div.shopProductOptions {
	margin: 10px 0 10px 0;
}
/* shopProductColourOptions */
div.shopProductColourOptions {
	float:left;
	font-size:0.75em;
	margin-right: 3px;
}
div.shopProductColourOptions select {
	width: 180px;
}
div.shopProductColourOptions input.notApplicable {
	width: 180px;
	border: 1px solid #DDD;
	background-color: transparent;
	padding: 1px;
}
/* shopProductSizeOptions */
div.shopProductSizeOptions {
	float:left;
	font-size:0.75em;
	margin-right: 3px;
}
div.shopProductSizeOptions select {
	width: 170px;
}
div.shopProductSizeOptions input.notApplicable {
	width: 170px;
	border: 1px solid #DDD;
	background-color: transparent;
	padding: 1px;
}
/* shopProductPrice */
div.shopProductAdd {
	clear:both;
	font-size:0.75em;
}
/* shopProductPrice */
div.shopProductPrice {
	float:left;
	margin-right: 3px;
}
div.shopProductPrice div.value {
	font-weight:bold;
}
div.shopProductPrice div.value input.shopProductPriceDisplay {
	width:70px;
	border: 1px solid #DDD;
	background-color: transparent;
	padding: 1px;
	font-weight:bold;
}
/* shopProductQuantity */
div.shopProductQuantity {
	float:left;
	margin-right: 3px;
}
div.shopProductQuantity select {
	width: 50px;
}
/* shopProductAddToBasket */
div.shopProductAddToBasket {
	float:left;
	margin-top: 19px;
}
div.shopProduct div.label {
	margin-bottom: 2px;
}


/*Adoptions*/

div.shopProductAdoptPrice {
	margin-right: 3px;
}
div.shopProductAdoptPrice div.value {
	font-weight:bold;
}
div.shopProductAdoptPrice div.value input.shopProductPriceDisplay {
	width:70px;
	border: 1px solid #DDD;
	background-color: transparent;
	padding: 1px;
	font-weight:bold;
}

div.shopProductAdoptName {
}

div.shopProductAdoptName input {
	border: 1px solid #DDD;
	padding: 1px;
}

div.shopProductAdoptCustomerName {
}

div.shopProductAdoptCustomerName input {
	border: 1px solid #DDD;
	padding: 1px;
}

div.shopProductAdoptGift {
}

div.shopProductAdoptGift select {

}



/* ********************************************************************************************************************** */
/* ***** STAGES 4 / 7 / 8 & 9 ***** */

/* yourBasket */
table.yourBasket {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 100%;
}
table.yourBasket tr.tr1 {
	background-color: #DDD;
	font-weight: bold;
}
table.yourBasket tr.tr2 {
	background-color: #EEE;
}
table.yourBasket tr.tr3 {
	background-color: #FFF;
}
table.yourBasket td {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 3px;
}
table.yourBasket td.left {
	text-align:left;
}
table.yourBasket td.centre {
	text-align:center;
}
table.yourBasket td.right {
	text-align:right;
}


table.yourBasket td.item {
	width:40%;
}
table.yourBasket td.colour {
	width:17%;
}
table.yourBasket td.size {
	width:12%;
}
table.yourBasket td.price {
	width:10%;
}
table.yourBasket td.quantity {
	width:8%;
}		
table.yourBasket td.total {
	width:13%;
}

select.qty {
	width:40px;
}

/* proceed to checkout */
div.button {
	text-align:right;
}
div.button input.proceed {
	width:160px;
}


/* carriage */
div.carriage {
	margin-bottom: 10px;
}
div.deliveryArea {
	float:left;
	margin-right: 5px;
}
div.deliveryArea div.label {
	float:left;
	font-size:0.75em;
	padding-top: 4px;
	margin-right: 3px;
}
div.deliveryArea div.value {
	padding-top: 1px;
}

/* Accept Terms */
div.acceptTerms {
	padding-top:12px;
}
div.acceptTerms p {
/*	font-size:0.7em; */
	line-height:1em;
}


/* Customer Details */
div.onlineShop div.customerDetails {
	border: 0px solid #FDD;
	float:left;
	width: 294px;
	margin-left: 0px;
}
*html div.onlineShop div.customerDetails {
	margin-left: 0px;
}
/* paragraphs */
div.customerDetails p, div.deliveryDetails p, div.paymentDetails p {
	font-size:0.65em;
	line-height:1em;
	margin-top:2px;
	margin-bottom:2px;
}

/* heading */
div.customerDetails div.heading {
	font-weight: bold;
	margin: 5px 0 5px 0;
}
/* Title */
div.customerDetails div.title {
	float: left;
	width: 55px;
}
div.customerDetails div.title div.label {
	width: 50px; 
}
div.customerDetails div.title div.value {
	margin-top: 1px;
	width: 50px; 
}
div.customerDetails div.title input {
	width: 46px; 
}
/* Forename */
div.customerDetails div.forename {
	float: left;
	width: 120px;
}
div.customerDetails div.forename div.label {
	width: 115px; 
}
div.customerDetails div.forename div.value {
	margin-top: 1px;
	width: 115px; 
}
div.customerDetails div.forename input {
	width: 111px; 
}
/* Surname */
div.customerDetails div.surname {
	float: left;
	width: 115px;
}
div.customerDetails div.surname div.label {
	width: 115px; 
}
div.customerDetails div.surname div.value {
	margin-top: 1px;
	width: 115px; 
}
div.customerDetails div.surname input {
	width: 111px; 
}
/* Organisation */
div.customerDetails div.organisation {
	margin-top: 5px;
	width: 290px;
}
div.customerDetails div.organisation div.label {
	width: 290px;
}
div.customerDetails div.organisation div.value {
	margin-top: 1px;
	width: 290px;
}
div.customerDetails div.organisation input {
	width: 286px;
}
/* Address - Line 1 */
div.customerDetails div.address1 {
	margin-top: 5px;
	width: 290px;
}
div.customerDetails div.address1 div.label {
	width: 290px;
}
div.customerDetails div.address1 div.value {
	margin-top: 1px;
	width: 290px;
}
div.customerDetails div.address1 input {
	width: 286px;
}
/* Address - Line 2, 3 & 4 */
div.customerDetails div.address2, div.address3, div.address4 {
	margin-top:1px;
	width: 290px;
}
div.customerDetails div.address2 div.label, div.address3 div.label, div.address4 div.label {
	display: none;
}
div.customerDetails div.address2 div.value, div.address3 div.value, div.address4 div.value {
	width: 290px;
}
div.customerDetails div.address2 input, div.address3 input, div.address4 input {
	width: 286px;
}
/* Address - Line 5 */
div.customerDetails div.address5 {
	float: left;
	margin-top:1px;
	width: 145px; 
}
div.customerDetails div.address5 div.label {
	display: none;
}
div.customerDetails div.address5 div.value {
	width: 130px; 
}
div.customerDetails div.address5 input {
	width: 130px; 
}
/* Postcode */
div.customerDetails div.postcode {
	float: left;
	margin-top:1px;
	width: 147px;
}
div.customerDetails div.postcode div.label {
	float: left;
	margin-top: 5px;
	width: 70px;
}
div.customerDetails div.postcode div.value {
	float: left;
	width: 77px;
}
div.customerDetails div.postcode input {
	width: 71px;
}
/* Telephone */ 
div.customerDetails div.telephone {
	float: left;
	margin-top: 5px;
	width: 290px;
}
div.customerDetails div.telephone div.label {
	width: 290px;
}
div.customerDetails div.telephone div.value {
	margin-top: 1px;
	width: 290px;
}
div.customerDetails div.telephone input  {
	width: 286px;
}
/* Mobile */ 
div.customerDetails div.mobile {
	float: left;
	margin-top: 5px;
	margin-right:4px;
	width: 144px;
}
div.customerDetails div.mobile div.label {
	width: 144px;
}
div.customerDetails div.mobile div.value {
	margin-top: 1px;
	width: 144px;
}
div.customerDetails div.mobile input  {
	width: 138px;
}
/* fax */ 
div.customerDetails div.fax {
	float: left;
	margin-top: 5px;
	width: 144px;
}
div.customerDetails div.fax div.label {
	width: 144px;
}
div.customerDetails div.fax div.value {
	margin-top: 1px;
	width: 144px;
}
div.customerDetails div.fax input  {
	width: 138px;
}
/* Email */
div.customerDetails div.email {
	margin-top: 5px;
	width: 290px;
}
div.customerDetails div.email div.label {
	width: 290px;
}
div.customerDetails div.email div.value {
	margin-top: 1px;
	width: 290px;
}
div.customerDetails div.email input {
	width: 286px;
}

/* hearAbout */
div.customerDetails div.hearAbout {
	margin-top: 14px;
	width:294px;
}
div.customerDetails div.hearAbout div.label {
	width: 294px;
}
div.customerDetails div.hearAbout div.value {
	width: 290px;
}
div.customerDetails div.hearAbout select {
	margin-top: 1px;
	width: 290px;
	font-size:10px;
}
/* hearAboutOther */
div.customerDetails div.hearAboutOther {
	margin-top: 4px;
	width: 290px;
}
div.customerDetails div.hearAboutOther div.label {
	width: 290px;
}
div.customerDetails div.hearAboutOther div.value {
	margin-top: 1px;
	width: 290px;
}
div.customerDetails div.hearAboutOther input {
	width: 286px;
}

/* emailUpdates */
div.customerDetails div.emailUpdates {
	margin-top: 6px;
	width: 290px;
}
div.customerDetails div.emailUpdates div.label {
}
div.customerDetails div.emailUpdates div.label p {
	line-height:1.2em;
}
div.customerDetails div.emailUpdates div.value {
	margin-top: 1px;
	padding-top: 3px;
	float:left;
	width: 25px;
}


/* deliveryDetails */
div.onlineShop div.deliveryDetails {
	border: 0px solid #FDD;
	float:right;
	width: 290px;
	margin-left: 9px;
}
/* heading */
div.deliveryDetails div.heading {
	font-weight: bold;
	margin: 5px 0 5px 0;
}
/* Title */
div.deliveryDetails div.title {
	float: left;
	width: 55px;
}
div.deliveryDetails div.title div.label {
	width: 50px; 
}
div.deliveryDetails div.title div.value {
	margin-top: 1px;
	width: 50px; 
}
div.deliveryDetails div.title input {
	width: 46px; 
}
/* Forename */
div.deliveryDetails div.forename {
	float: left;
	width: 120px;
}
div.deliveryDetails div.forename div.label {
	width: 115px; 
}
div.deliveryDetails div.forename div.value {
	margin-top: 1px;
	width: 115px; 
}
div.deliveryDetails div.forename input {
	width: 111px; 
}
/* Surname */
div.deliveryDetails div.surname {
	float: left;
	width: 115px;
}
div.deliveryDetails div.surname div.label {
	width: 115px; 
}
div.deliveryDetails div.surname div.value {
	margin-top: 1px;
	width: 115px; 
}
div.deliveryDetails div.surname input {
	width: 111px; 
}
/* Organisation */
div.deliveryDetails div.organisation {
	margin-top: 5px;
	width: 290px;
}
div.deliveryDetails div.organisation div.label {
	width: 290px;
}
div.deliveryDetails div.organisation div.value {
	margin-top: 1px;
	width: 290px;
}
div.deliveryDetails div.organisation input {
	width: 286px;
}
/* Address - Line 1 */
div.deliveryDetails div.address1 {
	margin-top: 5px;
	width: 290px;
}
div.deliveryDetails div.address1 div.label {
	width: 290px;
}
div.deliveryDetails div.address1 div.value {
	margin-top: 1px;
	width: 290px;
}
div.deliveryDetails div.address1 input {
	width: 286px;
}
/* Address - Line 2, 3 & 4 */
div.deliveryDetails div.address2, div.address3, div.address4 {
	margin-top:1px;
	width: 290px;
}
div.deliveryDetails div.address2 div.label, div.address3 div.label, div.address4 div.label {
	display: none;
}
div.deliveryDetails div.address2 div.value, div.address3 div.value, div.address4 div.value {
	width: 290px;
}
div.deliveryDetails div.address2 input, div.address3 input, div.address4 input {
	width: 286px;
}
/* Address - Line 5 */
div.deliveryDetails div.address5 {
	float: left;
	margin-top:1px;
	width: 145px; 
}
div.deliveryDetails div.address5 div.label {
	display: none;
}
div.deliveryDetails div.address5 div.value {
	width: 130px; 
}
div.deliveryDetails div.address5 input {
	width: 130px; 
}
/* Postcode */
div.deliveryDetails div.postcode {
	float: left;
	margin-top:1px;
	width: 145px;
}
div.deliveryDetails div.postcode div.label {
	float: left;
	margin-top: 2px;
	width: 68px;
}
div.deliveryDetails div.postcode div.value {
	float: left;
	width: 77px;
}
div.deliveryDetails div.postcode input {
	width: 71px;
}
/* Telephone */ 
div.deliveryDetails div.telephone {
	float: left;
	margin-top: 5px;
	width: 290px;
}
div.deliveryDetails div.telephone div.label {
	width: 290px;
}
div.deliveryDetails div.telephone div.value {
	margin-top: 1px;
	width: 290px;
}
div.deliveryDetails div.telephone input  {
	width: 286px;
}

/* paymentDetails */
div.onlineShop div.paymentDetails {
	border: 0px solid #FDD;
	width: 290px;
	margin-top: 28px;
	float:right;
}
/* heading */
div.paymentDetails div.heading {
	font-weight: bold;
	margin: 5px 0 5px 0;
}
/* cardType */
div.paymentDetails div.cardType {
	margin-top: 1px;
	width: 290px;
}
div.paymentDetails div.cardType div.label {
	width: 290px;
}
div.paymentDetails div.cardType div.value {
	width: 290px;
}
div.paymentDetails div.cardType select {
	margin-top: 1px;
	width: 290px;
	font-size:10px;
}
/* cardName */
div.paymentDetails div.cardName {
	margin-top: 8px;
	margin-right:4px;
	float:left;
	width: 143px;
}
div.paymentDetails div.cardName div.label {
	width: 143px;
}
div.paymentDetails div.cardName div.value {
	margin-top: 1px;
	width: 143px;
}
div.paymentDetails div.cardName input {
	width: 137px;
}
/* cardNumber */
div.paymentDetails div.cardNumber {
	margin-top: 8px;
	float:left;
	width: 143px;
}
div.paymentDetails div.cardNumber div.label {
	width: 143px;
}
div.paymentDetails div.cardNumber div.value {
	margin-top: 1px;
	width: 143px;
}
div.paymentDetails div.cardNumber input {
	width: 137px;
}
/* cardDatesIssueCVC */
div.paymentDetails div.cardDatesIssueCVC {
	float:left;
/*	margin-top: 3px;*/
	width: 203px;
}
/* cardStart */
div.paymentDetails div.cardStart {
	margin-top: 5px;
	margin-right:5px;
	float:left;
	width: 99px;
}
div.paymentDetails div.cardStart div.label {
	width: 99px;
}
div.paymentDetails div.cardStart div.value {
	font-size: 11px;
	margin-top: 1px;
	width: 99px;
}
div.paymentDetails div.cardStart select {
	font-size: 10px;
}
/* cardExpiry */
div.paymentDetails div.cardExpiry {
	margin-top: 5px;
	float:left;
	width: 99px;
}
div.paymentDetails div.cardExpiry div.label {
	width: 99px;
}
div.paymentDetails div.cardExpiry div.value {
	font-size: 11px;
	margin-top: 1px;
	width: 99px;
}
div.paymentDetails div.cardExpiry select {
	font-size: 10px;
}
/* cardIssueCVC */
/* cardIssue */
div.paymentDetails div.cardIssue {
	float: left;
	margin-top:5px;
	margin-right:5px;
	width: 99px;
}
div.paymentDetails div.cardIssue div.label {
	width: 99px;
}
div.paymentDetails div.cardIssue div.value {
	width: 50px; 
}
div.paymentDetails div.cardIssue input {
	width: 50px; 
}
/* cardCVC */
div.paymentDetails div.cardCVC {
	float: left;
	margin-top:5px;
	width: 99px; 
}
div.paymentDetails div.cardCVC div.label {
	width: 99px;
}
div.paymentDetails div.cardCVC div.value {
	width: 50px; 
}
div.paymentDetails div.cardCVC input {
	width: 50px; 
}
/* cvcGraphic */
div.paymentDetails div.cvcGraphic {
	margin-top: 12px;
}
div.paymentDetails div.cvcGraphic img {
	margin-top: 5px;
	margin-left: 2px;
}
/* confirm *//*
div.paymentDetails div.confirm {
	clear: both;
	margin-top: 20px;
	margin-left: 10%;
	font-size:0.65em;
	text-align:center;
	width: 80%;
}
/* paymentSubmit */
div.paymentDetails div.paymentSubmit {
	width: 100%;
	text-align:center;
	margin-bottom: 15px;
}
div.paymentDetails div.paymentSubmit input {
	margin-top: 10px;
}
/* reused */
div.paymentDetails div.break {
	border-top: 1px solid #CCC;
	clear:both;
}
div.paymentDetails .centre {
	text-align: center;
}
div.paymentDetails .right {
	text-align: right;
}

/* btnCompleteMyOrder */
div.btnCompleteMyOrder {
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	border-top: 1px solid #CCC;
	text-align:center;
}





div.shopArea {
	border:1px solid #FF0000;
}
