* { margin: 0; padding: 0; }

body,html {
	background:url(../images/bk_body.jpg);
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#384544;
	margin:0;
	padding:0;
}


ul, ol, dl {
	position:relative;
}

a {
	color:#D8225B;
	text-decoration:none;
}

p {
	padding:0.5em 0;
	clear:both;
}

a:hover {
	text-decoration:underline;
}

a:focus {outline:none;}

h1 {
	font-size:22px;
	color:#D8225B;
}

h2, h2 a {
    color:#3FA2C7;
    font-size:16px;
    font-weight:bold;
}



/* LAYOUT
------------------*/

#wrapper {
	background:url(../images/bk_wrapper.jpg) 0 0 repeat-x;
	height:500px;
}

#wrapperInner {
	width:940px;
	margin:0 auto;
}

#header {
	position:relative;
        width:940px;
        height:100px;
}

#content {
	padding:30px 0 20px;
}

#colLeft {
	float:left;
	padding:8px;
	background:#fff;
	border:1px dashed #C8C6C1;
        width:224px; /* 240px real width */
        margin-right:15px;
}

#colRight {
	float:left;
	width:665px;
}
#colRight h1 { font-size:14px; margin-top:6px;};

#footersa {
     clear:both;
	border-top:5px solid #CCCCCC;
	line-height:35px;
	padding-bottom:25px;
	margin-top:12px;
}
.linkslondon {clear:both;}
		#page{float:left;}
		#alls{ float:left;}
		#linkspage { text-align:right; margin:0px; padding:0px; margin-right:30px;}
	    .footbar li{display:inline; list-style:none; padding-left:12px;}
		.footer{
		text-align: center;
		width: 100%;		
		padding: 20px 0px 0px 0px;
		color: #ffffff; 
		}
/* HEADER
-----------------*/
#topNote {
        position:absolute;
        left:2px;
	line-height:43px;
	color:#F7D3DE;
	/*float:left;
	margin-left:2px;*/
}

#topMenu {
        position:absolute;
        right:15px;
	list-style:none;
}

#topMenu li {
	float:left;
	padding-top:14px;
}

#topMenu li a {
	display:block;
	color:#F0C1D0;
	padding:0 13px;
	font-size:11px;
	text-decoration:none;
	border-right:1px solid #E188A6;
	font-weight:bold;
        text-transform:uppercase;
}

#topMenu li a:hover {
	color:#FFF;
}

/* -- logo --*/
#logo {
	clear:both;
	width:198px;
	height:55px;
	float:left;
	/*margin-top:22px;*/
	margin-left:2px;
        position:absolute;
        top:60px;

}

#logo h1{
	padding:0;
	margin:0;
}

#logo h1 a, #logo h1 a:hover{
	background:url(../images/logo.jpg) 0 0 no-repeat;
	width:198px;
	height:55px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;	
}

#cartStatus {
	position:absolute;
	color:#384544;
	text-decoration:none;
	right:20px;
	top:65px;
}

#cartStatus:hover {
	color:#D8225B;
}

#topSearch {
	position:absolute;
	right:17px;
	top:96px;
}

/* COL LEFT
-------------------------*/

.boxLeft {
	margin-bottom:10px;
}

.boxLeft .top {
	width:216px;
	height:38px;
	background:url(../images/box_top.jpg) 0 0 no-repeat;
	padding:5px 0 0 8px;
	line-height:13px;
	color:#FFF;
}

.boxLeft .top .title {
	text-transform:uppercase;
	font-weight:bold;
}

.boxLeft .top .subtitle {
	font-size:11px;
}

.boxLeft .top a.rss {
        background:url(../images/ico_rss.gif) 0 0 no-repeat;
        text-indent:-9999px;
        display:block;
        width:12px;
        height:12px;
        float:right;
        margin-right:6px;
        margin-top:-12px;
}

* html .boxLeft .top a.rss {
        margin-right:3px;
}

.leftMenu {
	list-style:none;
}

.leftMenu li {
	background:url(../images/bk_dashed.gif) 0 100% repeat-x;
	padding:6px 0;
}

.leftMenu li a {
	display:block;
	background:url(../images/bk_arrow.gif) 0 50% no-repeat;
	padding-left:15px;
	color:#384544;
	text-decoration:none;
}

.leftMenu li a:hover {
	color:#D8225B;
	background:url(../images/bk_arrow_ov.gif) 0 50% no-repeat;
}

/* featured */

.featuredItem {
	background:url(../images/bk_dashed.gif) 0 100% repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;
	width:224px;
	
}

.featuredItem img {
	float:left;
}

.featuredDetails {
	margin-top:5px;
	margin-left:5px;
	float:left;
	line-height:16px;
	width:165px;
}

.featuredDetails a {
	font-weight:bold;
}

.blogItem {
	background:url(../images/bk_dashed.gif) 0 100% repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;
	width:224px;
	padding-top:3px;
}

.blogItem p {
	padding:3px 0;
        font-size:11px;
}

.blogItem a.blogItemTitle {
	background:url(../images/ico_post.jpg) 0 0 no-repeat;
	padding-left:15px;
	line-height:17px;
}

/* COL RIGHT
-------------------------*/
.bannerHome {
	border:1px dashed #C8C6C1;
	background:#fff;
	padding:15px;
        width:635px;
}

.bannerHome img {
	float:left;
}

.bannerHome .text {
	float:left;
	width:355px;/*415px */
        margin-left:10px;
	padding-top:5px;
}

.bannerHome .text .title {
	font-size:20px;
	margin-bottom:15px;
	font-weight:bold;
}

.bannerHome .text p {
clear:none;
}

/* gallery */

#gallery {
        border-collapse:separate;
		margin:15px 0;
		margin-left:-8px;
		margin-top:0;	
		
}


.item{
	vertical-align: top;
	margin:10px 8px;
    border-spacing:10px;
	background:#fff;
	border:1px dashed #C8C6C1;
	float:left;
	width:148px;
	height:258px;
	 text-align:center;

}

.gallery-image {
      position:relative;
}

.gallery-image {
    width:120px;
    height:189px;
    text-align:center;
	 
	padding:10px 12px 0 12px;
	border-bottom:1px solid #DBD7D0;
}

.gallery-image img {
   border:none;
}

.gallery-image img:hover {
}

.gallery-info {
	line-height: 1.5em;
	padding-top:5px;
}

.gallery-info a:link{	color:#384544;
	text-decoration:none;
	}

.gallery-info a:hover {
	color:#D8225B; text-decoration:underline;}

.gallery-info .price {
	font-size:14px;
	color:#D8225B;
	font-weight:bold;
	margin-top:2px;

}

.gallery-info small strong {
        color:#97B118;
}

.promo {
      width:46px;
      height:45px;
      background:url(../images/promo_badge.gif) 0 0 no-repeat;
      position:absolute;
      top:-12px;
	  left:0;
}

#pageContent {
	margin-top:15px;
	padding:12px 18px;
	background:#fff;
	border:1px dashed #C8C6C1;
	line-height:140%;
	padding-bottom:20px;
}

#pageContent ul {
	list-style:inside;
}

/* PRODUCT PAGE
------------------------*/

#product-left {
	width: 300px;
	float: left;
      
}

#product-image, .product-images {
	margin-bottom: 10px;
}


#product-image {
width:300px;
        padding-top:20px;
			float: left;
}



#product-image img, .product-images img {
	border:none;
}

.product-images img {
        width:50px;
        background-color: #F7F7EE;
	margin: 3px;
	padding: 7px;
        border:none;
}



#product-right {
	width: 305px;
	float: right;
        padding-top:20px;
       
}

#product-variants {
	margin: 10px 0 15px;
	padding: 3px;
        border-top:1px solid #eee;
}

#product-variants .price {
        font-size:16px;
        font-weight:bold;
        color:#D8225B;
}

#product-variants ul {
	margin-bottom: 0;
}

#product-variants ul li {
	padding: 4px 6px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
        border-bottom:1px solid #eee;

}


#product-details {
	padding: 10px 0 15px;
}

.radio {
	margin-left: 3px;
}


/* SHOPPING CART
--------------------------*/

#cart {
	width: 100%;
        border-collapse:collapse;
}

#cart th {
	padding: 5px 0 2px;
	border-bottom: 1px dashed #C8C6C1;
        text-align:left;
}

#cart td {
	vertical-align: top;
	border-bottom: 1px dashed #C8C6C1;
}

#cart td.cart-column-one {
	padding: 7px 0;
}

#cart td.cart-column {
	width: 70px;
	padding-top: 12px;
}

#cart td.cart-columnPrice {
        text-align:right;
        padding-top: 12px;

}

#cart td.cart-columnDel {
        padding-top: 12px;
        width:30px;
}

.cart-images {
	margin: 0 10px 0 7px;
	float: left;
	
}

.cart-images img {
	background-color: #FFF;
	margin: 3px;
	padding: 5px;
        border:1px dashed #C8C6C1;
}

.cart-desc {
	width: 250px;
	padding-top: 2px;
	float: left;
}

.cart-odd, .cart-even {
	padding: 7px 10px;
}

.cart-even {
	background-color: #FAFAFA;
}

#cart-right {
	text-align: right;
	width: 250px;
	float: right;
}

#cart-right h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px 15px 0;
}

#cart p {
	padding-bottom: 2px;
}

.cartRemove {
     display:block;
     width:20px;
     height:20px;
     background:url(../images/cart_delete.jpg) 0 0 no-repeat;
     text-indent:-9999px;
}

.cart-total {
     font-size:18px;
     font-weight:bold;
     color:#D8225B;
}

/* LIGHTBOX
-----------------------------*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 10px;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	color: #403b35;
	font: bold 12px "Lucida Grande", Verdana, Arial, sans-serif;
}

/* BLOG
-------------------------*/

.blog-first, .blog {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog-last {
	padding-bottom: 25px;
}

.blog-details {
	font-size: 11px;
	padding: 8px 0 6px 20px;
        border-top:1px dashed #ddd;
        border-bottom:1px dashed #ddd;
        background: url(../images/ico_post.jpg) no-repeat 0 7px;
}



ul#blogs {
	margin-bottom: 0;
	padding: 6px 15px 20px 0;
}

ul#blogs li {
	background: url(../images/ico_post.jpg) no-repeat -3px 7px;
	padding: 5px 0 5px 17px;
	list-style-type: none;
	list-style-position: outside;
}

ul#blogs li small {
        margin-left:-17px;
        font-size:11px;
        margin-top:5px;
}

.feed {
	margin-top: 3px;
	float: right;
        margin-right:15px;
}

/* FORMS
-------------------------*/

#topSearch input {
	float:left;
	width:310px;
	border:1px dashed #C8C6C1;
	padding:3px 4px;
	color:#666;
	background:#fff;
}

#topSearch label {
	float:left;
	line-height:26px;
	padding-right:15px;
}

#topSearch input.submit {
	width:61px;
	height:24px;
	background:url(../images/but_search.jpg) 0 0 no-repeat;
	text-align:center;
	padding-top:1px;
	font-size:11px;
	color:#FFF;
	border:none;
	margin-left:8px;
}

#q {
        width:200px;
}

#searchresults form {
        display:none;
}

#searchresults a img {
        border:none;
}

#searchresults h3 a{
    color:#3FA2C7;
}

/* CLEARING
------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}
a img {border: none; }
TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}
.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}
.tableHeading{background-color: #e9e9e9; height: 2.2em;}

.cartQuantity {
	width: 4.7em;	padding: 0.5em 0em; text-align: center;
	}
.cartProductDisplay{padding: 0.5em 0em; padding-left:24px;}
.cartQuantityUpdate{text-align: center;padding: 0.5em 0em;}
.cartAttribsList {
	margin-left: 1em;
	}
#scProductsHead	{text-align:left; padding-left:20px;}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: center;
	padding-right: 0.2em;
	}
	.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;

	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}
#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
   background-color: #e9e9e9;
   	height: 2.2em;
	}
#cartpic{float:left; margin-right:12px;}
.floatingBox{float:left; margin-right:6px;	margin: 0;
	width: 47%;}
.information {padding: 10px 3px; line-height: 150%;}

.buttonRow {
	margin: 0.5em; 
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}


.forward {
	float: right;
	}
LABEL.inputLabel {
	width: 8.4em;
	float: left;
	}

.clearBoth {
	clear: both;
	}

	
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}
#container INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
	
.floatingBox INPUT {margin:0.27em;}
.tx4{color:#FF0000;}
.opname a {color:#B80000; text-decoration:none;}
.pname {padding-left:24px;}
.onepro{
   width:127px;
   text-align:center;
   margin-right:10px;
   margin-top:20px;
     padding-bottom:5px;
   float:left;
}

#myAccountGenw {float:left; width:40%;}
#myAccountGenw li {margin-bottom:8px; list-style:none;}

#myAccountNotifyw {float:left;width:40%;}
#myAccountNotifyw  li {margin-bottom:8px; list-style:none;}
.input{ height:13px;  width:120px;background-color:#FFFfff; vertical-align:middle; line-height:18px;  color:#999999;  }
.content-border p {line-height:140%; color:#666;}
#page li {float:left; display:inline; padding-right:12px;}
.note {font-size:12px;}
#createAcctDefault a {text-decoration:underline; color: #666666;}
#createAcctDefault input { margin-top:12px;}
.centerColumn a {text-decoration:underline; color: #666666;}
#checkoutShippingHeading{font-size:16px;}
#checkoutShippingHeadingAddress{font-size:14px;}
#checkoutShippingHeadingMethod{font-size:14px;}
#checkoutPaymentHeading{font-size:16px;}
#checkoutPaymentHeadingAddress{font-size:14px;}
.centerColumn h2 {font-size:14px;}
.centerColumn h1 {font-size:16px;}

#checkoutConfirmDefaultHeading{font-size:16px; paading-top:12px;padding-bottom:8px;}
h3{font-size:12px;padding-top:14px;padding-bottom:8px;font-weight:bold;}
#checkoutConfirmDefaultBillingAddress{margin-bottom:8px;}
h4{font-size:12px;}
#checkoutConfirmDefaultShippingAddress{margin-bottom:8px;}
