html, body{
	margin:0;
	padding:0;
	background:url(../styleImages/bodybg.gif) top left repeat-x;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#5f5f5f;
}

*{
	margin:0;
	padding:0;
}

div.clear{
	clear:both;
	display:block;
	font-size:0;
	line-height:0;
}

hr{
	border-bottom:dotted 1px #ccc;
	border-top:none;
	color:#fff;
	width:660px;
	height:1px;
	margin-top:20px;
}
p{
	padding:10px 0 10px 0;
}

h1{
	font-size:1.1em;
}

a{color:#5f5f5f;}
a:hover{ color:#6ebdd7;}
a img{border:0}
a:active{  outline: none;}

/*---------------------------------------------------------------------------
Form
--------------------------------------------------------------------------*/
input{
	font-size:12px;
	color:#5d5d5d;
	font-weight:normal;
	padding:3px;
}

select{
	font-size:12px;
	color:#5d5d5d;
	font-weight:normal;
	padding:3px;
	
}

textarea{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d5d5d;
	width:400px;
	height:100px;
}

.ErrorBox{
	background:#ffc4c4 url(../styleImages/error-top.gif) top left no-repeat;
	width:660px;
	margin-top:10px;
}

.ErrorBoxFooter{
	background:url(../styleImages/error-bottom.gif) top left no-repeat;
	width:660px;
	height:10px;
}

p.txtError{
	color:#FF0000;
	padding:8px 0 0 10px;
	margin:0;
	
}


/*---------------------------------------------------------------------------
Container
--------------------------------------------------------------------------*/
#container{
	width:930px;
	margin:0 auto 0 auto;
	font-size:1.2em;
	
}
/*---------------------------------------------------------------------------
Header
--------------------------------------------------------------------------*/
#header{
	width:930px;
	height:93px;
}	

/*---------------------------------------------------------------------------
Logo
--------------------------------------------------------------------------*/
#logo{
	float:left;
	width:390px;
	padding:0 0 0 12px;
}

#logo a{
	display:block;
	width:390px;
	height:90px;
}

#nav-account{
	float:right;
	width:513px;
}

#account{
	width:513px;
	height:50px;
	padding-top:10px;
	text-align:right;
	color:#56a9c5;
}

/*---------------------------------------------------------------------------
Main Navigation
--------------------------------------------------------------------------*/
#navigation{
/*	padding-top:10px;*/
	height:33px;
	width:513px;

}

#navigation ul{
	background:#009900;
}

#navigation li{
	display:inline;
}

#navigation li a{
	float:left;
	display:block;
	text-indent:-8000px;
	height:33px;
	line-height:0;
	font-size:0;
}	

a.nav-home{background:url(../styleImages/nav2-home.gif) top left no-repeat; width:65px;}
a.nav-home:hover{background:url(../styleImages/nav2-home.gif) 0 -33px no-repeat; width:65px;}

a.nav-about{background:url(../styleImages/nav2-about.gif) top left no-repeat; width:66px;}
a.nav-about:hover{background:url(../styleImages/nav2-about.gif) 0 -33px no-repeat; width:66px;}

a.nav-faqs{background:url(../styleImages/nav2-faq.gif) top left no-repeat; width:62px;}
a.nav-faqs:hover{background:url(../styleImages/nav2-faq.gif) 0 -33px  no-repeat; width:62px;}

a.nav-delivery{background:url(../styleImages/nav2-delivery.gif) top left no-repeat; width:78px;}
a.nav-delivery:hover{background:url(../styleImages/nav2-delivery.gif) 0 -33px no-repeat; width:78px;}

a.nav-testimonials{background:url(../styleImages/nav2-testimonials.gif) top left no-repeat; width:106px;}
a.nav-testimonials:hover{background:url(../styleImages/nav2-testimonials.gif) 0 -33px no-repeat; width:106px;}

a.nav-contact{background:url(../styleImages/nav2-contact.gif) top left no-repeat; width:71px;}
a.nav-contact:hover{background:url(../styleImages/nav2-contact.gif) 0 -33px no-repeat; width:71px;}

a.nav-shop{background:url(../styleImages/nav2-shop.gif) top left no-repeat; width:65px;}
a.nav-shop:hover{background:url(../styleImages/nav2-shop.gif) 0 -33px no-repeat; width:65px;}

/*---------------------------------------------------------------------------
Categories see menu.css
--------------------------------------------------------------------------*/

#categories{
	padding:10px 0 25px 0;
	width:212px;
}


#categories li{
	list-style:none;
}

#categories ul li a{
	display:block;
	padding:5px 0 5px 10px;
	background:url(../styleImages/navbg.gif) top left no-repeat;
	border-bottom:solid 1px #fff;
	color:#fff;
	text-decoration:none;
}

#categories ul li a:hover{
	background:url(../styleImages/navbg.gif) 0 -28px no-repeat;
	
}

#categories ul li ul li a{
	display:block;
	padding:2px 0 2px 10px;
	background:none;
	color:#5f5f5f;
	background:url(../styleImages/arrow.gif) 200px 6px no-repeat;
	border-bottom:dotted 1px #ccc;



}
#categories ul li ul li a:hover{
	color:#6ebdd7;
	background:url(../styleImages/arrow2.gif) 200px 6px no-repeat;
	
}

/*#categories ul li ul li:last-child a{
border-bottom:none;
}*/


#categories ul li a{
	background:url(../styleImages/navbg.gif) top left no-repeat;
}


/*---------------------------------------------------------------------------
Content
--------------------------------------------------------------------------*/


#outer-content{
	background:url(../styleImages/content-bg.gif) top left repeat-y;
	width:930px;
}

#content{
	background:url(../styleImages/top-corners.gif) top left no-repeat;
	font-size:1.2em;
	width:930px;
}


/*---------------------------------------------------------------------------
Primary Content
--------------------------------------------------------------------------*/
#primary-content{
	float:right;
	padding:30px 12px 0 10px;
	width:672px;
}

#primary-content ul{
	margin:20px;
	line-height:1.6em;
}

#home-left{
	width:400px;
	float:left;
	padding-top:20px;

}

#home-right{
	width:257px;
	float:right;
	padding-top:20px;
}

#BreadCrumb {
	font-size:0.8em;
	padding:5px 0 0 12px;
}

#BreadCrumb a{
	text-decoration:underline;
}
/*---------------------------------------------------------------------------
Latest Products
--------------------------------------------------------------------------*/
#latest-products{
	padding-top:20px;
}

.lp-box{
	width:117px;
	float:left;
	margin:0px 15px 20px 0px;
	height:170px;
	font-size:0.9em;

}

.lp-image a img{
	width:117px;
}

.lp-info h3,
.lp-info strong{
	display:block;
	font-size:1.1em;
	color:#5f5f5f;
	font-weight:normal;
	display:block;
	padding:5px 0 5px 0;
}

.lp-more{
	float:right;
}

.lp-price{
	float:left;
	padding:3px 0 0 3px;
}

span.saleprice, .txtOutOfStock{
	color:#CC0000;
	font-weight:bold;
	font-size:0.9em;
}

.txtOldPrice {text-decoration:line-through;}
/*---------------------------------------------------------------------------
Home Shopping Basket, Shopping Basket
--------------------------------------------------------------------------*/
#home-basket{
	width:257px;
	background:url(../styleImages/basket1-top.gif) top left no-repeat;
	margin:0 0 20px 0;
	color:#fff;	
	padding-top:10px;
}

#home-inner-basket, #inner-basket{
	padding:20px 15px 0 15px;
}

#home-inner-basket p, #inner-basket p{
	padding:2px 0 2px 0;
}

#home-basket a, #basket a{
	color:#fff;
	text-decoration:none;
}

#home-basket-footer{
	width:257px;
	height:16px;
	background:url(../styleImages/basket1-bottom.gif) bottom left no-repeat;
}

#basket{
	width:211px;
	background:url(../styleImages/basket-top.gif) top left no-repeat;
	margin:0 0 20px 0;
	color:#fff;
	padding-top:10px;	
}

#basket-footer{
	width:211px;
	height:16px;
	background:url(../styleImages/basket-bottom.gif) bottom left no-repeat;
}
#basket-summary{
	border-top:dotted 1px #fff;
	padding:10px 0 0 0;
	margin-top:10px;
}

span.total-items, span.total-price, span.product-price{
	float:right;
}
/*---------------------------------------------------------------------------
Print your own Labels
--------------------------------------------------------------------------*/
#print{
	width:257px;
	background:url(../styleImages/print-top.gif) top left no-repeat;
	margin-bottom:20px;
}

#print-footer{
	width:257px;
	background:url(../styleImages/print-bottom.gif) bottom left no-repeat;
	height:18px;
	
}

#print p{
	padding:16px 0 0 15px;
	display:block;
	width:166px; 
}

/*---------------------------------------------------------------------------
Newsletter
--------------------------------------------------------------------------*/

#newsletter{
	width:257px;
	background:url(../styleImages/newsletter-top.gif) top left no-repeat;
	margin-bottom:10px;
}

#newsletter-footer{
	width:257px;
	background:url(../styleImages/newsletter-bottom.gif) bottom left no-repeat;
	height:18px;
	
}
#newsletter-inner{
	padding:15px 15px 0 15px;
}
#newsletter form{
	padding-top:10px;
}

/*---------------------------------------------------------------------------
Secondary Content
--------------------------------------------------------------------------*/
#secondary-content{
	width:205px;
	padding:30px 0 0 15px;
	float:left;
}
/*---------------------------------------------------------------------------
Search
--------------------------------------------------------------------------*/
#search{
	width:220px;
	padding-bottom:10px;
}

#search form{
padding:5px 0 0 0;

}

#search input{
	width:170px;
	float:left;
}

#search input.search-button{
	background:url(../styleImages/search.gif) top left no-repeat;
	width:24px;
	height:24px;
	border:0;
	cursor:pointer;
	float:left;
	margin-left:10px;
	font-size:0px;
	color:#fff;
}

#search a{
	font-size:0.8em;
	color:#70bed7;
	display:block;
	padding-top:5px;
}

/*---------------------------------------------------------------------------
Testimonials
--------------------------------------------------------------------------*/
#testimonials{
	width:220px;
	background:url(../styleImages/testimonial-top.gif) top left no-repeat;
	padding:10px 0 0 0;
	margin-bottom:10px;
}

#testimonials-footer{
	width:220px;
	height:36px;
	background:url(../styleImages/testimonials-bottom.gif) bottom left no-repeat;
}


#testimonials p{
	padding:5px 35px 0 10px;
}

/*---------------------------------------------------------------------------
We Accept Credit Cards
--------------------------------------------------------------------------*/

#home-creditcard{
	padding-top:20px;
	}

#home-creditcard p{
	width:188px;
	font-size:0.8em;
}

#creditcard{
	padding-top:20px;
}

#creditcard p{
	width:220px;
	font-size:0.8em;
}
/*---------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------*/

#footer{
	width:930px;
	background:url(../styleImages/bottom-corners.gif) top left no-repeat;
	clear:both;
	height:100px;
	padding-top:30px;
}	

#footer ul{
	list-style:none;
}

#footer li {
	line-height:1.4em;
}

#footer a{
	text-decoration:none;
	background:url(../styleImages/arrow.gif) 0 5px no-repeat;
	padding-left:10px;

}

#footer h4{
	color:#6ebdd7;
	text-transform:uppercase;
	font-size:1.0em;
	font-weight:normal;
	padding-bottom:10px;
}

#footer-one{
	width:200px;
	float:left;
	padding:0 10px 0 10px;
}

#footer-two{
	width:200px;
	float:left;
	padding:0 10px 0 10px;
}

#footer-three{
	width:200px;
	float:left;
	padding:0 10px 0 10px;
}

#footer-four{
	width:255px;
	float:left;
	padding:0 0 0 10px;
}

#blog{
	background:url(../styleImages/blog-top.gif) top left no-repeat;
}
#blog p{
	display:block;
	padding:40px 30px 0 40px;
	width:183px;
}
#blog a{
	background:none;
	color:#6ebdd7;
	padding:0;
	text-decoration:underline;
	font-weight:bold;
	}

#blog-footer{
	background:url(../styleImages/blog-bottom.gif) top left no-repeat;
	height:13px;
}

#copyright{
	border-top:solid 1px #e1e1e1;
	text-align:right;
	width:930px;
	margin:0 auto 0 auto;
	
}

/*---------------------------------------------------------------------------
Pages
--------------------------------------------------------------------------*/

#ContentBoxInner{
	padding:15px 20px 0 10px;
}

#ContentBoxInner hr{
	border-bottom:dotted 1px #ccc;
	border-top:none;
	color:#fff;
	width:630px;
	margin:0;
}
/*---------------------------------------------------------------------------
View Product Page
--------------------------------------------------------------------------*/

#Product{

	padding:20px 0 20px 0;
	width:672px;
	margin-bottom:20px;
}

#ProductText{
	width:337px;
	padding-right:20px;
	float:right;
}

#ProductHeader{
	padding-bottom:20px;
}

#ProductHeader .Title{
	width:240px;
	float:left;
}

#ProdOptions{
	padding:10px 0 10px 0;
}

#ProdOptions td{
	padding-right:30px;
}	

#ProdPrice{
	float:right;
	font-weight:bold;
}

#ProdBuy{
	padding:10px 0 10px 0;
}

#ProdBuy input, #ProdBuy label{
	float:left;
}

#ProdBuy input{
	margin-right:5px;
}

#ProdBuy label{
	padding-right:5px;
}

span.Sale{
	color:#CC0000;
	font-weight:bold;
	float:right;
	padding:0 0 0 10px;
}

#ProductImage{
	width:282px;
	float:left;
}

#ProductImage img#MainProdImage{
	border:solid 1px #d5d5d5;
	width:282px;
}


.LightBoxImage{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	border:solid 1px #d5d5d5;
}
#CustomerReviews hr, #RelatedProducts hr, #ReviewArchives hr{
	margin-bottom:20px;
}
#ProdReviews{
	padding:10px 0 10px 0;
}

#FriendReviews{
	margin-top:10px;
}
#FriendReviews ul{
	margin:0;
}
#FriendReviews li{
	display:inline;
	list-style:none;
}

.ReviewEntry, .SubmitReview, #TellAFriend, .SingleTestimonial{
	background:#e0e0e0 url(../styleImages/reviewtop.gif) top left no-repeat;
	width:658px;
	margin-bottom:20px;
}

.ReviewEntryFooter, .SubmitReviewFooter, #TellAFriendFooter, .SingleTestimonialFooter{
	background:url(../styleImages/reviewbottom2.gif) top left no-repeat;
	width:658px;
	height:27px;
}
.ReviewEntryInner, .SubmitReviewInner, #TellAFriendInner{
	padding:20px;
}
.ReviewedBy{
	font-size:0.8em;
}

#TellAFriend{
	text-align:left;
}

/*---------------------------------------------------------------------------
View Category Page
--------------------------------------------------------------------------*/
#CatDescription{
	padding:15px 20px 10px 10px;
	width:630px;
}

.CategoryProduct{
	width:214px;
	height:320px;
	float:left;
	text-align:center;
	padding-right:10px;
}

.CategoryProduct span.Sale{
	color:#CC0000;
	font-weight:bold;
	float:none;
}
.CategoryProduct a{
	text-decoration:none;
	font-weight:normal;
}
.CategoryProduct img, .subCat img{
	border:solid 1px #e0e0e0;
}

.CategoryProduct p{
	font-size:1.0em;
}

.CategoryProduct .button{
	margin:0 auto 0 auto;
	width:100px;
}
#SortNav{
	padding:0 14px 20px 0;
	width:658px;
	text-align:right;
}
.SortdropDown{
	width:130px;
}

.subCat{
	width:214px;
	height:250px;
	float:left;
	text-align:center;
	margin-right:5px;
}
#SubCategories{
	width:660px;
}
#SubCategories hr{
	border-bottom:dotted 1px #ccc;
	border-top:none;
	color:#fff;
	margin:0 0 20px 10px;
}

/*---------------------------------------------------------------------------
Pagination
--------------------------------------------------------------------------*/
.Pagination{
	clear:both;
	width:653px;
	border-top:solid 1px #f1f2f2;
	padding-top:10px;
}

.PaginationNumbers{
	width:412px;
	height:24px;
	float:left;
	text-align:center;
}

.PaginationNumbers a{
	border-right:solid 1px #565656;
	padding:0 5px 0 5px;
	text-decoration:none;
}

.PaginationNumbers a:hover{
	background:#b0e03e;
	color:#fff;
}

.PaginationFirst, .PaginationLast{
	width:120px;
	height:24px;
	float:left;
	}
	
	
a.Last, a.First{
	display:none;
}

a.Next{
	background:url(../styleImages/next.gif) top left no-repeat;
	width:118px;
	height:24px;
	text-indent:-8000px;
	display:block;
	float:right;
}

a.Previous{
	background:url(../styleImages/previous.gif) top left no-repeat;
	width:118px;
	height:24px;
	text-indent:-8000px;
	display:block;
	float:left;
}

a.textLinkCurrent{
	color:#b0e03e;
}


/*---------------------------------------------------------------------------
Checkout
--------------------------------------------------------------------------*/
table#cartTable{
	width:660px;
}
table#cartTable td{
padding:5px;
}
td.tdcartTitle{
background:#6ebdd7;
color:#fff;
padding:5px;
}

table#cartTable td.tdcartEven, table#cartTable td.tdcartOdd, table#cartTable td.tdcartTitle{
	border-bottom:dotted 1px #d7d7d7;
}	

table#cartTable td.tdCartTotal{
	border-bottom:dotted 1px #d7d7d7;
	border-top:dotted 1px #d7d7d7;
}

table#cartTable td.tdcartEven{
	background:#f6f6f6;
}

.cartProgress{
	background:url(../styleImages/checkout-bg.gif) top left no-repeat;
	width:660px;
	height:63px;
	padding-bottom:20px;
}
.cartProgress span{
	display:block;
	text-indent:-8000px;
	height:63px;
}
#step1{
	width:179px;
	height:63px;
	float:left;
}	

#step2{
	width:162px;
	height:63px;
	float:left;
}

#step3{
	width:163px;
	height:63px;
	float:left;
}

#step4{
	width:156px;
	height:63px;
	float:left;
}

#step1 span.txtcartProgressCurrent{
	width:179px;
	background:url(../styleImages/checkout-basket2.gif) top left no-repeat;
	float:left;
}

#step2 span.txtcartProgressCurrent{
	width:162px;
	height:63px;
	display:block;
	background:url(../styleImages/checkout-checkout2.gif) top left no-repeat;
	float:left;
}
#step3 span.txtcartProgressCurrent{
	width:163px;
	height:63px;
	display:block;
	background:url(../styleImages/checkout-payment2.gif) top left no-repeat;
	float:left;
}
#step4 span.txtcartProgressCurrent{
	width:156px;
	height:63px;
	display:block;
	background:url(../styleImages/checkout-complete2.gif) top left no-repeat;
	float:left;
}

td.coupon{
	height:80px;
}
/*---------------------------------------------------------------------------
View Orders
--------------------------------------------------------------------------*/

table#ViewOrders td{
	padding:3px;
}

#ViewOrdersInfo{
	background:#e0e0e0 url(../styleImages/reviewtop.gif) top left no-repeat;
	width:658px;
	margin:20px 0 20px 0;
}

#ViewOrdersInfo-Footer{
	background:url(../styleImages/reviewbottom2.gif) top left no-repeat;
	width:658px;
	height:27px;
}
#ViewOrdersInfo-Inner{
	padding:20px;
}

#ViewOrdersInfo ol{
	margin:20px;
	font-size:0.9em;
}

#ViewOrdersInfo li{
	margin-bottom:5px;
}


table td.viewCartTotal{
	border-bottom:dotted 1px #d7d7d7;
	border-top:dotted 1px #d7d7d7;
}

/*---------------------------------------------------------------------------
Titles
--------------------------------------------------------------------------*/
h2, h3{
	font-size:1.2em; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight:normal; 
	color:#f6276c; 
	padding:10px 0 0 0;
}

#home-text h1, #search h2, #categories h2, #home-categories h2, #creditcard h2, #home-creditcard h2,
h2.title-testimonials, #home-text h1, #latest-products h2, h2.title-newsletters,
h2.title-print, #home-basket h2, #basket h2, #ReviewArchives h2,
#CustomerReviews h2, #RelatedProducts h2,
h2.title-continueshop, h2.title-login, h2.title-idonot{
	 display:block;
	 height:0;
	 margin-bottom:5px;
	 overflow:hidden;
	 padding-top:25px;
}

#search h2{background:url(../styleImages/title-search.gif) top left no-repeat; width:163px;}
#categories h2, #home-categories h2{background:url(../styleImages/title-catnav2.gif) top left no-repeat; width:163px;}
#creditcard h2, #home-creditcard h2{background:url(../styleImages/title-accept.gif) top left no-repeat; width:163px;}
h2.title-testimonials{background:url(../styleImages/title-testimonials.gif) top left no-repeat;}
#home-text h1{background:url(../styleImages/title-home.gif) top left no-repeat; width:290px;}
#latest-products h2{background:url(../styleImages/title-latest.gif) top left no-repeat; width:126px; margin-bottom:20px;}
h2.title-newsletters{background:url(../styleImages/title-newsletter.gif) top left no-repeat; width:122px;}
h2.title-print{background:url(../styleImages/title-print.gif) top left no-repeat; width:183px;}
#home-basket h2, #basket h2{background:url(../styleImages/title-shopping.gif) top left no-repeat; width:116px;}
.TitleCategory, .TitleCart{background:url(../styleImages/title-bg.gif) top left no-repeat; width:660px; height:58px;}
#ReviewArchives h2{background:url(../styleImages/title-reviews.gif) top left no-repeat; width:156px; margin:0 0 20px 0;}
#CustomerReviews h2{background:url(../styleImages/title-writereview.gif) top left no-repeat; width:130px; margin:0 0 10px 0;}
h3.TitleTxtCategories, h3.TitleTxtCart{ font-size:1.4em; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#747463; padding:10px 0 0 12px;}
#RelatedProducts h2{background:url(../styleImages/title-customerswho.gif) top left no-repeat; width:300px; margin:0 0 20px 0;}
h2.title-continueshop{background:url(../styleImages/title-continueshop.gif) top left no-repeat; width:300px; margin:0 0 20px 0;}
h2.title-login{background:url(../styleImages/title-login.gif) top left no-repeat; width:300px;  margin:0 0 20px 0;}
h2.title-idonot{background:url(../styleImages/title-idonot.gif) top left no-repeat; width:300px; margin:0 0 20px 0;}
/*---------------------------------------------------------------------------
Buttons
--------------------------------------------------------------------------*/

.cart-button a{ 
	text-indent:-8000px;
	display:block;
	width:109px;
	height:26px;
	margin:10px 0 0 0;
	background:url(../styleImages/button-basket.gif) top left no-repeat;
}



input.newsletter-button{
	background:url(../styleImages/button-newsletter.gif) top left no-repeat;
	width:74px;
	height:28px;
	border:0;
	cursor:pointer;
	margin-top:10px;
}

input.SortButton{
	background:url(../styleImages/button-sort.gif) top left no-repeat;
	width:65px;
	height:23px;
	border:0;
	cursor:pointer;
	margin-top:10px;
	font-size:0px;
	color:#fff;
}

input.login{
	background:url(../styleImages/button-login.gif) top left no-repeat;
	width:72px;
	height:28px;
	border:0;
	cursor:pointer;
	margin-top:10px;
	font-size:0px;
	color:#fff;
}

input.updateaccount{
	background:url(../styleImages/button-updateaccount.gif) top left no-repeat;
	width:210px;
	height:28px;
	border:0;
	cursor:pointer;
	margin-top:10px;
	font-size:0px;
	color:#fff;
}

input.unsubscribe{
	background:url(../styleImages/button-unsubscribe.gif) top left no-repeat;
	width:210px;
	height:28px;
	border:0;
	cursor:pointer;
	margin-top:10px;
	font-size:0px;
	color:#fff;
}

input.changepswd{
	background:url(../styleImages/button-changepswd.gif) top left no-repeat;
	width:210px;
	height:28px;
	border:0;
	cursor:pointer;
	margin-top:10px;
	font-size:0px;
	color:#fff;
}

input.sendpass{
	background:url(../styleImages/button-sendpass.gif) top left no-repeat;
	width:129px;
	height:28px;
	border:0;
	cursor:pointer;
	margin-top:10px;
	font-size:0px;
	color:#fff;
}


input.SubmitReview, input.submit{
	background:url(../styleImages/button-submit2.gif) top left no-repeat;
	width:82px;
	height:25px;
	border:0;
	cursor:pointer;
	margin-top:10px;
	font-size:0px;
	color:#fff;
}

#TellAFriend input.send-button{
	background:url(../styleImages/button-send2.gif) top left no-repeat;
	width:77px;
	height:25px;
	border:0;
	cursor:pointer;
	margin-top:10px;
	font-size:0px;
	color:#fff;
}


a.buy-button{
	display:block;
	width:47px;
	height:24px;
	background:url(../styleImages/button-buy.gif) top left no-repeat;
	float:left;
	text-indent:-8000px;
	margin-left:10px;
}

a.more-button{
	color:#ff2256;
	float:left;
	background:url(../styleImages/pinkarrow.gif) right 8px no-repeat;
	padding:3px 10px 0 0;
	text-decoration:underline;
}

a.addtobasket{
	width:110px;
	height:27px;
	background:url(../styleImages/addtobasket.gif) top left no-repeat;
	display:block;
	float:left;
	text-indent:-8000px;
}

a.apply-button{
	background:url(../styleImages/button-apply.gif) top left no-repeat;
	width:120px;
	height:27px;
	display:block;
	text-indent:-8000px;
}

a.placeorder-button{
	background:url(../styleImages/button-placeorder.gif) top left no-repeat;
	width:139px;
	height:27px;
	display:block;
	text-indent:-8000px;
	float:right;
	margin-right:12px;
}

a.pay-button{
	background:url(../styleImages/button-pay.gif) top left no-repeat;
	width:139px;
	height:27px;
	display:block;
	text-indent:-8000px;
	margin-right:12px;
}

a.reg-button{
	background:url(../styleImages/button-reg.gif) top left no-repeat;
	width:149px;
	height:27px;
	display:block;
	text-indent:-8000px;
	float:right;
	margin-right:12px;
}

a.continue-button{
	background:url(../styleImages/button-continue.gif) top left no-repeat;
	width:200px;
	height:27px;
	display:block;
	text-indent:-8000px;
}

a.continueshop-button{
	background:url(../styleImages/button-continueshop.gif) top left no-repeat;
	width:200px;
	height:27px;
	display:block;
	text-indent:-8000px;

}
