.pngfix, .continueLink, .lovebtn, .delivery-btn, .share-btn  { behavior: url(iepngfix.htc) }

body{
	background-image: url(images/bg-new-layout.png);
	background-repeat: repeat-x;
	background-color: #cac9c5;
	padding:0px;
	top:0;
	margin:0px;font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
}
.td_error {
	border:1px solid #FF0000!important;
}
P {
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
}

form {
	margin:0;
}

a img {
	border:0;
}

p.home-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color:#4d4d4d;
	margin-top:3px;
}

h2 {
	font-size:1.5em;
}

h2.catTitle {
	clear:both;
}

.error {
	color:red;
	font-weight:bold;
}

#main {
	margin: auto;
	width: 900px;
	text-align:left;
	overflow: hidden;
/*	background-color: #FF0000; */
}

#main2 {
	margin: auto;
	width: 900px;
	text-align:left;
/*	background-color: #FF0000; */
}

#MenuBar1 {
	display:inline;
}

#spcopy {
	width: 320px;
	height: 449px;
	padding-top: 17px;
	float: left;
	display: inline;	
}

#spcopy2 {
	width: 320px;
	padding-top: 17px;
	float: left;
	display: inline;	
}

/*/ LOGO AND NAV ///////////////////////////////////////////////////////////*/

#toparea {
	width: 900px;
	height: 127px;
	float: left;
	display: inline;
	margin-top:3px;
/*	background-color: #00FF00; */
}

#top-form {
	float:left;
	display:inline;
	width:250px;
	height:66px;
	padding-left:70px;
}
#logoarea {
	width: 215px;
	height: 66px;
	float: left;
	display: inline;
	padding-bottom: 7px;
	padding-left:51px;
	padding-top: 28px;
/*	background-color: #00FFFF; */
}

#feelthelove {
	width: 200px;
	height: 66px;
	float: right;
	display: inline;
	padding-bottom: 7px;
	padding-right:51px;
	padding-left:50px;
	padding-top: 28px;
/*	background-color: #00FFFF; */
}
#logoarea-index {
	width: 215px;
	height: 66px;
	float: left;
	display: inline;
	padding-left:54px;
	margin-top:23px;
	padding-top: 28px;
/*	background-color: #00FFFF; */
}

#explore {
	width: 140px;
	height: 17px;
	float: right;
	display: inline;
	margin-top:69px;
	padding-right:45px;
}

#navarea {
	width: 772px;
	height: 27px;
	float: left;
	display: inline;
	padding-left:50px;
	font-weight:bold;
	color:white;
/*	background-color: #FF00FF; */
}
#basket-logo {
	float:left;
	display:inline;
	width:27px;
	height:27px;
	margin-top:-10px;
}

.navitem {
	float: left;
	display: inline;
	margin-top:1px;
	color:#ffffff;
	letter-spacing:3px;
	text-decoration:none;
	text-transform:uppercase;
}

.navitem2{
	float: left;
	display: inline;
}

.navtext, a.navtext:link, a.navtext:active, a.navtext:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:2px;
	font-weight:bold;
}

a.navtext:hover {
	color:#4d4d4d;
}


/*/ PRODUCT LINE ////////////////////////////////////////////////////////////////*/

.leftNav {
	width:200px;
	float:left;
	clear:left;
}

.leftNavProduct {
	width:200px;
	float:left;
	clear:left;
	margin-right:50px;
}

.toggleLink {
	clear:both;
	padding-top:10px;
	padding-left:100px;
}

.productLink {
	display:block;
	width:130px;
}

.shopMain {
	float:left;
	width:660px;
}

.shopContainer {
	margin-bottom:10px;
	width:900px;
}

.productItem {
	width:160px;
	height:210px;
	float:left;
	text-align:center;
	margin-top:10px;
}

.productItem a {
	color:#4D4D4D;
	text-decoration:none;
}

.productItem a img {
	max-width:150px;
	width:auto !important;
	width:150px;
	max-height:150px;
	height:auto !important;
	height:150px;
}

.productItem a:hover div {
	text-decoration:underline;
}

.cartFooter {
	clear:both;
}

/*/ MAIN SITE ////////////////////////////////////////////////////////////////*/

#contentarea {
	width: 900px;
	float: left;
	min-height: 500px;
	height:auto !important;
	height:500px;
	display: inline;
/*	background-color: #0000FF; */
}

.headertext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

.subtitle {
	font-size: 16px;
	color: #FFFFFF;
}

h1 {
	font-size: 22px;
	color: #FFFFFF;
	font-weight:normal;
	margin:15px 0 0.5em 0;
	text-transform:uppercase;
}

#textmain {
	width: 307px;
	min-height: 410px;      
	height:auto !important;
	height:410px;
	float: left;
	display: inline;
/*	background-color: #FFFF00; */
}

/*/ CART ////////////////////////////////////////////////////////////////*/

.cartItem {
	overflow:auto;
	border-bottom:1px solid #848a88;
	margin-top:20px;
	padding:5px 0;
	height:170px;
}

.cartThumb {
	float:left;
	margin-right:60px;
	width:150px;
	height:170px;
	text-align:center;
}

.cartItemDetails {
	margin-left:30px;
	float:left;
	margin-top:45px;
	height:105px;
	width:250px;
}

.outofstock, .lowstock {
	color:#990000;
	font-weight:bold;
}

.cartButtons {
	float:right;
	height:10px;
	width:364px;
	text-align:left;
}

.cartButtons a, a.cartButton {
	margin-left:10px;
	text-decoration:none;
	color:#4d4d4d;
	background:no-repeat url(images/cartbutton.png) left center;
	padding-left:13px;
	behavior: url(iepngfix.htc);
}

.emptyCart {
	text-align:center;
	margin:220px 0;
}

.cartTop {
	text-align:right;
	height:25px;
	margin-top:5px;
}
.cartFooter {
	text-align:right;
}

.cartFooter .leftButtons {
	float:left;
	margin-top:3px;
}

.checkoutLink {
	background:no-repeat url(images/checkoutbutton.png) right center;
	height:20px;
	display:block;
	text-decoration:none;
	color:#FF00EA;
	padding:5px 28px 0px 5px;
	float:right;
	margin-right:1px;
	margin-left:30px;
	text-transform:uppercase;
	font-size:13px;
}

.continueLink {
	background:no-repeat url(images/continueShopping-btn.png) left top;
	height:22px;
	display:block;
	padding-left:28px;
	text-decoration:none;
	color:#4d4d4d;
	padding-top:3px;
	float:left;
	margin-right:1px;
	margin-top:-3px;
}

.disabled {
	color:#949494;
}

/*/////////////////////////////INDEX PAGE////////////////////////*/
#index-content {
	display:inline;
	float:left;
	width:800px;
	height:482px;
	margin-left:52px;
	margin-top:16px;
	background-image:url(images/index-bg.jpg);
	background-repeat:no-repeat;
}

#index-flash {
	display:inline;
	float:left;
	width:405px;
	height:462px;
}

#index-flash-new {
	display:inline;
	float:left;
	width:398px;
	height:483px;
}

#index-right-coloumn {
	display:inline;
	float:left;
	width:369px;
	height:443px;
	padding-top:15px;
}

#text {
	display:inline;
	float:left;
	width:369px;
	margin-top:15px;
}

#signature-index {
	display:inline;
	float:left;
	margin-top:-120px;
	padding-left:150px;
}

.right-images {float: right;
display: block;
border: 0;
}

/*/////////////////////////////END INDEX PAGE////////////////////////*/

/*/////////////////////////////FRIENDS PAGE////////////////////////*/
#friends-image {
	display:inline;
	float:left;
	width:426px;
	height:462px;
	padding-left:52px;
	margin-top:38px;
}

#friends-content {
	display:inline;
	float:left;
	width:385px;
	min-height:462px;
	height:auto !important;
	height:462px;
	margin-top:18px;
	padding-left:0px;
}
#friends-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	letter-spacing:4px;
	line-height:22px;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-top:13px;
	width:390px;
	display:inline;
	float:left;
	margin-bottom:20px;
}

#friends-signup {	
	display:inline;
	float:left;
	width:300px;
	height:auto;
	padding:7px;
	background-color: #a09c9b;
	margin-bottom:10px;
}

#friends-signup h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:4px;
	text-transform:uppercase;
	color:#FFFFFF;
	padding:0;
	margin:0;
	margin-bottom:10px;
}
#friends-signup p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#e3eeea;
	padding:0;
	margin:0;
	margin-bottom:10px;
	font-weight:bold;
}
#friends-signup hr{
	color:#b3b2ae;
	background-color: #b3b2ae;
}

/*/////////////////////////////END FRIENDS PAGE////////////////////////*/

/*/////////////////////////////SHOP PAGE////////////////////////*/
#shop-front-image {
	display:inline;
	float:left;
	width:579px;
	height:460px;
	padding-left:52px;
	margin-top:22px;
}

#shop-front-image-new {
	display:inline;
	float:left;
	width:806px;
	height:460px;
	padding-left:52px;
	margin-top:22px;
}

#shop-front-content {
	display:inline;
	float:left;
	width:221px;
	height:460px;
	margin-top:22px;
	padding-left:20px;
}
#shop-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	letter-spacing:4px;
	text-transform:uppercase;
	color:#FFFFFF;
	width:240px;
	line-height:22px;
	display:inline;
	float:left;
	margin-bottom:20px;
}
/*/////////////////////////////END SHOP PAGE////////////////////////*/

#top-content {
	width:850px;
	padding-left:50px;
	float:left;
	display:inline;
}

#title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	letter-spacing:4px;
	text-transform:uppercase;
	margin-top:13px;
/*	width:400px;*/
	display:inline;
	float:left;
	height:30px;
	color:#FFFFFF;
	white-space:nowrap;
}

#title a {
	color:#FFFFFF;
	text-decoration:none;
}

#top-right-links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-top:23px;
	padding-right:6px;
/*	width:440px;*/
	display:inline;
	float:right;
	text-align:right;
	white-space:nowrap;
}

#top-right-links a {
	color:white;
	text-decoration:none;
}

#top-right-links a.currentLine {
	font-weight:bold;
	font-size:1.5em;
	/*color:#4D4D4D;*/
}

#left-links {
	margin-top:12px;
	width:130px;
	float:left;
	display:inline;
	padding-left:50px;
	padding-right:20px;
}

#left-links a.link {
	text-decoration:none;
}

.link-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#000000;
	margin-top:13px;
}

.link-title a {
	color:#000000;
	text-decoration:none;
}

.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4d4d;
}

a.link  {
	
}

a.link:hover {
	text-decoration:underline;
}

.btn {
	line-height: 24px;
	color: #e3eeea;
	text-decoration: none;
	background-color: #1C2216;
	text-align: center;
	display: inline;
	height: 30px;
	width: 150px;
	border: 1px solid #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 7px;
}

.btn:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

a.selectedLink {
	font-weight:bold;
}

#shop-image{
	margin-top:25px;
	width:324px;
	float:left;
	display:inline;
}

.item-title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-bottom:3px;
}

#shop-description {
	margin-top:12px;
	width:303px;
	min-height:400px;
	height:auto !important;
	height:400px;    
	float:left;
	display:inline;
	padding-left:17px;
	padding-top:33px;
	text-align:left;	
}

#description {
	float:left;
	display:inline;
	min-height:100px;
	height:auto !important;
	height:100px;    
	padding-bottom:10px;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4d4d;
	text-decoration:none;
}

#colour-choice {
	float:left;
	display:inline;
	height:50px;
	padding-bottom:10px;
}

.mainimage {
	float:left;
}

.mainimage img {
	max-width: 323px;
	width:auto !important;
	width:323px;
}

.imageViewButton {
	text-align:center;
}

/*////////////////PRODUCT BOX///////////*/

.productbox {
	width: 290px;
	/*height: 144px;*/
	float: left;
	display: inline;
	background-color: #dee4e2;
	padding: 7px;
}

.productbox h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4d4d;
}

.productbox div {
	width: 140px;
	float: left;
	display: inline;
	margin-bottom:3px;
	clear:left;
}

.productbox span.rrp {
	/*text-decoration:line-through;*/
}

span.discountPrice {
	color:#990000;
	font-weight:bold;
}

.productbox span.discountPrice {
	font-weight:normal;
}

.productbox div.right {
	margin-left:7px;
	clear:none;
}

.productbox div h4 {
	font-size:1em;
	font-weight:normal;
	margin:0;
	border-bottom:1px solid #848a88;
}

.productbox .addtocart {
	text-align:right;
	width:auto;
	display:block;
	float:none;
	clear:none;
}

.productbox div.addErrorText {
	display:none;
	float:none;
	width:auto;
}

.productbox .addtocart input {
	margin-top:17px;
}

input.button {
	border:1px solid #848a88;
	font-size: 11px;
	color: #4d4d4d;
	background-color: #dee4e2;
}

/*////////////////END PRODUCT BOX///////////*/


/*/ SITE FOOTER ///////////////////////////////////////////////////////////////*/

div.linebreak {
	border-top:1px solid black;
	float:left;
	width:100%;
	margin-top:10px;
}

.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
}

#footercontainer {
	margin: auto;
	width: 900px;
}

#footerarea {
	width: 900px;
	height: 90px;
	float: left;
	display: inline;
/*	background-color: #FFFF00; */
	overflow: hidden;
}
#terms {
	width: 800px;
	height:30px;
	float: left;
	display: inline;
/*	background-color: #FFFF00; */
	overflow: hidden;
}

#addressarea {
	width: 725px;
	height: 18px;
	padding-top: 9px;
	float: left;
	display: inline;
	padding-left:50px;
}

#sitebyarea {
	width: 75px;
	height: 18px;
	padding-top: 9px;
	float: left;
	display: inline;
	text-align: right;
}

.footertext, a.footertext:link, a.footertext:active, a.footertext:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #4d4d4d;
	text-decoration:none;
}

a.footertext:hover {
	color:#000000;
}

.errorMsg {
	color:red;
}



/*/ MAIN SITE ////////////////////////////////////////////////////////////////*/

#imageouter {
	width: 480px;
	min-height: 489px;
	height:auto !important;
	height:489px;
	padding-left:50px;
	float: left;
	display: inline;
/*	background-color: #FF0000; */
}

#imagebox {
	width: 220px;
	height: 449px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	display: inline;
}

.imagebox {
	width: 220px;
	height: 449px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	display: inline;
}

#spcopy {
	width: 320px;
	height: 449px;
	padding-top: 17px;
	float: left;
	display: inline;	
}

#spouter {
	width: 498px;
	height: 449px;
	float: left;
	display: inline;	
	SCROLLBAR-FACE-COLOR: #b8b7b4; 
	SCROLLBAR-HIGHLIGHT-COLOR: #cac9c5; 
	SCROLLBAR-SHADOW-COLOR: #cac9c5; 
	SCROLLBAR-3DLIGHT-COLOR: #cac9c5; 
	SCROLLBAR-ARROW-COLOR: #e3eeea; 
	SCROLLBAR-TRACK-COLOR: #cac9c5; 
	SCROLLBAR-DARKSHADOW-COLOR: #cac9c5;
	overflow: auto;
}

#spouter2 {
	width: 498px;
	float: left;
	display: inline;
}


#splogo {
	width: 146px;
	height: 449px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	float: left;
	display: inline;
}

#sppic {
	width: 282px;
	height: 449px;
	padding-top: 20px;
	float: left;
	display: inline;	
}

#textouter {
	width: 307px;
	min-height: 489px;      
	height:auto !important;
	height:489px;
	padding-left: 13px;
	float: left;
	display: inline;
/*	background-color: #00FF00; */
}

#textmainpress img {
	margin:5px 10px;
}

#textheader {
	width: 307px;
	height: 64px;
	padding-top: 15px;
	float: left;
	display: inline;
/*	background-color: #0000FF; */
}

.headertext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

.subtitle {
	font-size: 16px;
	color: #FFFFFF;
}

#textmainpress {
	width: 800px;
	float: left;
	display: inline;
}

#textscroll {
	width: 307px;
	min-height: 405px;       
	height:auto !important;
	height:405px;
	float: left;
	display: inline;
/*	background-color: #FFFF00; */
}

#productscroll {
	width: 307px;
	height: 235px;
	float: left;
	display: inline;
	SCROLLBAR-FACE-COLOR: #b8b7b4; 
	SCROLLBAR-HIGHLIGHT-COLOR: #cac9c5; 
	SCROLLBAR-SHADOW-COLOR: #cac9c5; 
	SCROLLBAR-3DLIGHT-COLOR: #cac9c5; 
	SCROLLBAR-ARROW-COLOR: #e3eeea; 
	SCROLLBAR-TRACK-COLOR: #cac9c5; 
	SCROLLBAR-DARKSHADOW-COLOR: #cac9c5;
	overflow: auto;
/*	background-color: #FFFF00; */
}


/*/ CHECKOUT ////////////////////////////////////////////////////////////////*/

.rightBox {
	float:right;
}

.orderBtnrightBox {
margin:0;
padding:10px;
width:400px;
height:25px;
}

.checkoutSummary {
	width:400px;
	background-color:#dee4e2;
	margin:30px 0 10px 0;
	padding:10px;
}

.checkoutSummary h2 {
	margin-top:0;
}

.checkoutSummary table {
	width:100%;
}

.checkoutSummary tr.item td {
	border-bottom:1px solid #848a88;
}

.checkoutSummary td, .checkoutSummary th {
	padding:2px;
}

.checkoutSummary .size {
	text-align:center;
	width:20px;
}

.checkoutSummary .colour {
	padding-left:10px;
	width:60px;
}

.checkoutSummary .total {
	width:50px;
}

.checkoutSummary td.colour {
	padding-left:11px;
}

.checkoutSummary td.totalLabel {
	text-align:right;
	font-weight:bold;
	padding-right:5px;
}

.optout {
	width:400px;
	margin:-10px 0 10px 0;
	padding:10px;
}

.checkoutForm {
	margin-top:15px;
}

.checkoutForm label {
	width:100px;
	float:left;
	margin-left:30px;
	clear:left;
}

.checkoutForm h4 {
	font-weight:bold;
	font-size:1em;
	margin: 1em 0 0.8em 30px;
	clear:left;
}

.checkoutForm input, .checkoutForm select {
	border:1px solid #848a88;
	font-size: 11px;
	color: #4d4d4d;
	background-color: #dee4e2;
	width:150px;
}

.checkoutForm input.checkbox {
	background-color:transparent;
	width:auto;
	border:0;
}

.checkoutForm p {
	clear:left;
}

.checkoutForm .spaceAbove {
	margin-top:1em;
}

.orderConfirmation {
	text-align:center;
	margin-top:15px;
}

.checkoutForm p {
	margin:0;
	padding-bottom:5px;
}

.collections-link {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
letter-spacing:4px;
text-transform:uppercase;
text-decoration:none;
color:#666666;
text-align:center;
}

.collections-link-box {
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-decoration:none;
color:#666666;
text-align:center;
float:left;
display:inline;
width:288px;
height:30px;
background-color:#DEE4E2;
padding-top:10px;
margin-top:3px;
}

/* ----------------------- NEW PRODUCT LAYOUT ----------------------------- */

#product-outer {
	float:left;
	display:inline;
	width:810px;
	margin-left:50px;
	background-color:#ffffff;
}

#collection-bar {
	float:left;
	display:inline;
	height:18px;
	width:802px;
	background-color:#4d4d4d;
	margin-top:10px;
	margin-left:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-top:3px;
	padding-left:8px;
}



#collection-bar a, #collection-bar a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
}

.collection-highlight, a.collection-highlight {
	color:#dc43ad !important;
}

#range-bar {
	float:left;
	display:inline;
	height:17px;
	width:810px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4d4d;
	text-transform:uppercase;
	padding-top:4px;
	margin-left:50px;
}

#range-bar ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4d4d;
	text-transform:uppercase;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#range-bar li {
	color:#4d4d4d;
	display:inline;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-transform:uppercase;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:23px;
}

#range-bar li a {
	color:#4d4d4d;
	text-decoration:none;
}

.range-highlighted, .range-subnav-highlighted {
	color:#ff00ea !important;
}


#range-subnav-bar {
	float:left;
	display:inline;
	height:25px;
	width:810px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-transform:uppercase;
		margin-left:50px;
		border-top:1px solid #4D4D4D;
		margin-top:2px;
		padding-top:4px;
		padding-bottom:2px;

}

#range-subnav-bar ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-transform:uppercase;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#range-subnav-bar li {
	color:#ffffff;
	display:inline;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	text-transform:uppercase;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:23px;
}

#range-subnav-bar li a {
	color:#ffffff;
	text-decoration:none;
}

#product-content-outer {
	float:left;
	display:inline;
	width:810px;
	background-color:#ffffff;
}

#left-product-images {
	float:left;
	display:inline;
	height:415px;
	width:160px;
	background-color:#ffffff;
}

#top-arrow {
	float:left;
	display:inline;
	height:39px;
	width:160px;
}

#bottom-arrow {
	float:left;
	display:inline;
	height:40px;
	width:160px;
}

#left-product-images-outer {
	float:left;
	display:inline;
	width:160px;
	position:relative;
}

.left-product-image-outer {
	float:left;
	display:inline;
	height:112px;
	width:160px;
	position:relative;
	
}

.scroll-up, .scroll-down {

cursor:pointer;

}

#scroll-left-outer {
	float:left;
	display:inline;
	height:336px;
	width:160px;
	position:relative;
	overflow:hidden;
}


.left-product-image {
	float:left;
	display:inline;
	height:112px;
	width:160px;
	z-index:10;
	position:absolute;
	text-align:center;
	overflow:hidden;

}

.left-product-image-overlay {
	float:left;
	display:inline;
	height:112px;
	width:160px;
	z-index:20;
	position:absolute;

}


.product-image-main {
	float:left;
	display:inline;
	height:415px;
	width:304px;
	background-color:#ffffff;
	padding-top:27px;
}

.product-image-main img {
	max-width: 304px;
	width:auto !important;
	width:304px;
}

#product-details {
	float:right;
	display:inline;
	min-height: 415px;       
	height:auto !important;
	height:415px;	
	width:346px;
	background-color:#ffffff;
}

#product-details-top {
	float:left;
	display:inline;
	width:346px;
	height:30px;
	background-color:#928d89;
}

.product-deatils-content {
	float:left;
	display:inline;
	width:316px;
	min-height: 174px;       
	height:auto !important;
	height:174px;
	/*
	padding-left:15px;
	padding-right:15px;*/
	padding-bottom:10px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4d4d;
	line-height:18px;
}

#product-deatils-content-outer {
	float:left;
	display:inline;
	width:316px;
	min-height: 174px;       
	height:auto !important;
	height:174px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4d4d;
	line-height:18px;
}

.product-deatils-content-title {
	float:left;
	display:inline;
	width:316px;
	height:23px;
	padding-left:15px;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#4d4d4d;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:5px;
}

.product-details-row {
	float:left;
	display:inline;
	width:316px;
	min-height: 25px;       
	height:auto !important;
	height:25px;
	margin-left:15px;
	padding-top:15px;	
	margin-right:15px;
	border-top:1px solid #cac9c5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4d4d4d;
	font-size:14px;
}

.colour-outer {
	float:right;
	display:inline;
	width:230px;
	padding-bottom:10px;
}

.colour-title {
	float:left;
	display:inline;
	width:80px;
}

.colour-col {
	float:left;
	display:inline;
	width:115px;
}

.colour-col label {
	width:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#938d89;
	font-weight:normal;
	float:left;
}

.colour-col input {
	height:20px;
	margin-top:-2px;
	vertical-align:-5px;
	float:left;
	margin-right:4px;
}


.price-colour {
	color:#938d89;
	font-weight:normal;
}

.size-outer {
	float:right;
	display:inline;
	width:230px;
}

.size-title {
	float:left;
	display:inline;
	width:80px;
}

.size-col {
	float:left;
	display:inline;
	width:57px;
	height:25px;
}

.size-col label {
	width:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#938d89;
	font-weight:normal;
	height:20px;
}

.size-col input {
	height:20px;
	margin-top:-4px;
	vertical-align:-5px;
}




#product-details-basket {
	float:left;
	display:inline;
	width:316px;
	height:40px;
	margin-left:15px;
	margin-right:15px;
	border-top:1px solid #cac9c5;
	text-align:right;
	padding-top:10px;
}

#border-bottom {
	background-color:#cac9c5;
	height:1px;
	overflow:hidden;
	margin-left:15px;
	margin-right:15px;
	width:780px;
	float:left;
	display:inline;
}

#product-associated-title {
	float:left;
	display:inline;
	width:787px;
	height:23px;
	padding-top:17px;
	padding-left:23px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	font-size:16px;
}

#product-associated {
	float:left;
	display:inline;
	width:500px;
	height:191px;
	background-color:#ffffff;
}

.product-associated-left-btn {
	float:left;
	display:inline;
	width:43px;
	height:191px;
	cursor:pointer;
}

.product-associated-right-btn {
	float:left;
	display:inline;
	width:30px;
	height:191px;
		cursor:pointer;

}

#product-assoc-outer {
	float:left;
	display:inline;
	width:500px;
	height:191px;
}

#product-assoc-outer1 {
	float:left;
	display:inline;
	width:427px;
	height:191px;
	position:relative;
	overflow:hidden;
}

#product-assoc-outer2 {
	float:left;
	display:inline;
	height:191px;
	position:relative;
}

#product-associated .product {
	float:left;
	display:inline;
	width:106px;
	height:191px;
}

#product-associated .product-top {
	float:left;
	display:inline;
	width:106px;
	height:130px;
	text-align:center;
	margin-bottom:10px;
	overflow:hidden;
}

#product-associated .product-top img {
	max-width: 96px;
	width:auto !important;
	width:96px;
}

#product-associated .product-text {
	float:left;
	display:inline;
	width:106px;
	height:51px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#4d4d4d;
	text-align:center;
	text-transform:uppercase;

}

#product-buttons {
	float:left;
	display:inline;
	width:310px;
	height:191px;
	background-color:#ffffff;
	text-align:center;
}

a.product-btn {
	width:244px;
	height:23px;
	background-color:#ffffff;
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	float:left;
	display:inline;
	margin-bottom:6px;
	padding-top:6px;
	text-decoration:none;
	margin-left:25px;
	border:1px solid #CAC9C5;
}

a.product-btn:hover {
	width:244px;
	height:23px;
	background-color:#eeeeee;
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	float:left;
	display:inline;
	margin-bottom:6px;
	padding-top:6px;
	text-decoration:none;
	margin-left:25px;

}

a.share-btn {
	width:244px;
	height:23px;
	background-color:#ffffff;
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	float:left;
	display:inline;
	margin-bottom:6px;
	padding-top:6px;
	text-decoration:none;
	margin-left:25px;
	border:1px solid #CAC9C5;
		background-image:url(images/heart-white.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}

a.share-btn:hover {
	width:244px;
	height:23px;
	background-color:#eeeeee;
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	float:left;
	display:inline;
	margin-bottom:6px;
	padding-top:6px;
	text-decoration:none;
	margin-left:25px;
		background-image:url(images/heart-grey.jpg);
	background-position:center left;
	background-repeat:no-repeat;

}

a.delivery-btn {
	width:244px;
	height:23px;
	background-color:#ffffff;
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	float:left;
	display:inline;
	margin-bottom:6px;
	padding-top:6px;
	text-decoration:none;
	margin-left:25px;
	border:1px solid #CAC9C5;
	background-image:url(images/lorry-white.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}

a.delivery-btn:hover {
	width:244px;
	height:23px;
	background-color:#eeeeee;
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	float:left;
	display:inline;
	margin-bottom:6px;
	padding-top:6px;
	text-decoration:none;
	margin-left:25px;
		background-image:url(images/lorry-grey.jpg);
	background-position:center left;
	background-repeat:no-repeat;

}





/* pre order form */

#po-outer {
	margin:auto;
	width:600px;
}



#po-header {
	display:inline;
	float:left;
	height:127px;
	margin-top:3px;
	width:600px;
	text-align:center;
}

#po-content {
	display:inline;
	float:left;
	width:600px;
}
/* end pre order form */




