﻿@charset "utf-8";
body  {
	font: 88% Verdana, Arial, Helvetica, sans-serif;
	/*background: url(../img_layout2/backgroundField.jpg) repeat-x #58B91B;*/ /* 58B91B */
	background: url(../img_layout6/background.png) repeat-x #738F1B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Top Section */
#headerContainer {
	width: 900px;
	height: 90px;
	margin: 0 auto;
	text-align: right;
	overflow: hidden;
}

/* Language Line V2 */

#headerContainer #langLine {
	margin: 7px 0 0 0;
	width: 480px;
	float: right;
	overflow: hidden;
	height: 32px;
}
#headerContainer #langLine img {
	border:0;
}

#headerContainer #navLine {
	float:left;
	overflow: hidden;
	margin-top: 10px;
}

/* Main Section */

#centreContainer {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
} 



/* Main Section - Side Bar */

#centreContainer #sidebar1 {
	float: left;
	width: 210px;
	padding: 0 0;
	margin: -35px 0 0 5px;
}

#centreContainer #fullList {
	width: 200px;
	border-right: 1px dashed #DDD;
	margin-top: 30px;
}

#centreContainer #sidebar1 #fullList #menu {
	width: 200px;
}

#centreContainer #sidebar1 #fullList #menu2 {
	width: 200px;
	margin-top:20px;
}

#centreContainer #sidebar1 #menu3 {
	width: 200px;
	margin-top:20px;
}

#centreContainer #sidebar1 #menu3 p {
	padding-left:35px;
}



#centreContainer #sidebar1 .sideNavItem {
	padding: 10px 20px;
	width: 140px;
	display: block;
	text-align: center;
	background-image:url('../img_applied/button.png');
}

#centreContainer #sidebar1 .title {
	display: block;
	padding: 0 0 0 35px;
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
}
#centreContainer #sidebar1 .customerSupportTitle {
	display: block;
	padding: 70px 0 0 35px;
	font-size: 1.2em;
	font-weight: bold;
	background: url('../img_layout/supportTop.jpg') no-repeat;
	height: 30px;
}

#socialBox {
	margin:30px 0 00;
	text-align:center;
	padding:5px 0;
}
#socialBox img {
	border:0;
	margin-right:5px;
}



/* Main Section - Info */

#centreContainer #content {
	float: left;
	width: 650px;
	;
	margin: 20px 0 0 20px;
}

.dropHeader {
	margin-top:130px;
}
.greyDetailsCentre {
	margin:0 auto;
	margin-top:50px;
	width:80%;
	background-color:#CCC;
	border:1px solid #999;
	padding:10px;
	font-size: 1.2em;
	font-weight: bold;
}


/* Footer */

#footerContainer {
	text-align:right;
	width:900px;
	margin:0 auto;
	height:60px;
	/*background: url("../img_layout/cntrBackBottom.png") no-repeat;*/
	border-bottom:1px #999999 solid;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
	background-color:#FFF;
	margin-bottom:20px;
	border-top: 1px #DDD dashed;

}
#footerContainer #snippets {
	margin:0px;
	font-size: 0.8em;
	color: #999999;
	text-align: center;
}
#footerContainer p {
	margin: 0;
	padding: 15px 30px 0 0;
	font-size: 0.8em;
	color: #999999;
	text-align: center;
}

/* Show products */

.productList_shell {
	margin:5px;
}

.productList_shell .productList_item {
	margin: 0 5px 10px 0;
	width: 30%;
	float: left;
	border:1px #CCCCCC dashed;
}

.productList_shell .productList_item .productList_imgHolder {
	width:100%;
	text-align:center;
	background:#BAC1EB url('../img_layout/productCorner.gif') no-repeat right bottom;
	padding-bottom:5px;
}

.productList_shell .productList_item .productList_textHolder {
	width:95%;
	text-align:left;
	padding: 5px;
}

/* Show individual product */

.productDemo_shell {
	width: 650px;
	margin-top: 50px;
}

.productDemo_shell .productDemo_imgHolder {
	float:left;
	margin:0 10px 10px 0;
	width:200px;
	height:100%;
}

.productDemo_shell .productDemo_overviewTextHolder {
	float: left;
	width: 300px;
	border: 1px #CCCCCC dashed;
	padding:10px;
}

.productDemo_shell #purchaseAction{
	float:right;
}

.productDemo_shell  .productDemo_shopControl {
	float: left;
	width: 300px;
	margin-top:2px;
	border: 1px #CCCCCC dashed;
	padding:10px;
}


/* Show Cart */

.cartList_shell {
	width: 550px;
	margin-top: 20px;
	margin-left: 50px;
}

.cartList_shell .cartList_item {
	margin: 0 5px 10px 0;
	background: url('../img_layout/cartItemBack.jpg') no-repeat;
	width: 500px;
	height:150px;
	float: left;
	padding: 10px 5px 0 5px;
}

.cartList_shell .cartList_item .cartList_imgHolder {
	float:left;
	margin:0 10px 5px 10px;
	border:1px #000 solid;
	background-color:#3142A9;
}

.cartList_shell .cartList_item .cartList_detailsHolder {
	height: 75px;
	overflow: hidden;
}


.cartList_shell .cartList_item .cartList_shopControl {
	margin-top:0;
}


.cartList_shell .cartList_item .cartList_shopControl .cartQuantity {
	width:25px;
	height:25px;
	text-align:center;
	display:inline-block;
}

.cartList_shell .cartList_item .cartList_shopControl .cartPrice {
	display:inline-block;
	margin-left:150px;
	width:100px;
}

.choicesBox {
	margin-top:20px;
}

.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}

.cartList_totals {
	margin-top:10px;
	width: 500px;
	height: 55px;
	text-align:right;
}
.cartList_totals .price {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.cartBackDaizy {
	background: url('../img_layout/cartTotalBack.jpg') no-repeat;	
}
.cartBackPostage {
	background: url('../img_layout/cartPackagingBack.jpg') no-repeat;	
}
.cartBackCombined {
	background: url('../img_layout/cartTotalAndPackagingBack.jpg') no-repeat;	
}
.cartBuyNow {
	background: url('../img_layout/cartBuyNow.png') no-repeat;
}

/* General for any page */
.anyPlaceBox {
	margin:5px;
	width:90%;
	padding:10px;
	border:1px #999 dashed;
}

#salesExtras { /* currency choice */
	margin-top:10px;
	margin-bottom:20px;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Purchase Section */
#stepsBar {
	float:right;
	margin-right:20px;
	margin-top:20px;
	width:600px;
}
#stepsBar .stepsForPurchase {
	width:165px;
	height:55px;
	float:left;
}
#stepsBar .stepsForPurchase .innerInfo {
	margin: 6px 10px 0 40px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
}

