/**
* Dscount Products Online   
* Homepage CSS				
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
* Contributors: Stuart Bamforth
*/



/* ---------------------------------- */
/* INTERNAL PAGE STYLES				  */   
/* ---------------------------------- */
#breadcrumb{
	width:670px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0 0 0;
	float:left;
	}
	#breadcrumb p{
	margin:0;
	}
	#breadcrumb a{
	color:#333;
	text-decoration:none;
	margin-right:15px;
	}
	#breadcrumb a:hover{
	text-decoration:underline;
	}

#content h1{
	color:#5d5b59;
	font-size:180%;
	font-weight:normal;
	margin:.6em 0 .6em 0;
	float:left;
	display:block;
	}
	#content p{
	color:#333;
	font-size:70%;
	margin-bottom:1em;
	}
	#content h3{
	color:#5d5b59;
	font-size:180%;
	font-weight:normal;
	margin:.6em 0 .5em 0;
	}
	#content p.copy{
	width:465px;
	}
	#content p.copy a{
	color:#db0623;
	}
/* ---------------------------------- */
/* CATEGORY PAGE STYLES				  */   
/* ---------------------------------- */
.catboxtop{
	background-image:url(../images/bg-categorybox-top.gif);
	background-repeat:no-repeat;
	width:329px;
	height:11px;
	}
	
	.catbox, .catboxright{
	width:329px;
	background-image:url(../images/bg-categorybox-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	padding-bottom:0px;
	margin-bottom:10px;
	}

	.catboxright
	{
	width:329px;
	background-image:url(../images/bg-categorybox-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:right;
	padding-bottom:0px;
	margin-bottom:10px;
	margin-left:10px;
	}
	
	.catbox h2, .catboxright h2{
	font-size:80%;
	color:#9f0106;
	margin-top:5px;
	margin-left:110px;
	text-decoration:none;
	}

	.catbox p, .catboxright p{
	color:#333;
	font-size:70%;
	margin:0 10px 0 110px;
	}
	.catbox img, .catboxright img{
	float:left;
	margin:0 10px 30px 10px;
	}
/*	.catbox a, .catboxright a{
	background-image:url(../images/bg-bttn-moreinfo.gif);
	width:69px;
	height:17px;
	text-align:center;
	color:#333;
	padding-top:3px;
	text-decoration:none;
	display:block;
	float:left;
	font-weight:bold;
	}*/
.catbox a, .catboxright a{
text-decoration:none;

}	
	.moreinfo
	    { background-image:url(../images/bg-bttn-moreinfo.gif);
	width:69px;
	height:17px;
	text-align:center;
	color:#333;
	padding-top:3px;
	text-decoration:none;
	display:block;
	float:left;
	font-weight:bold;
	}
	.catbox a:hover, .catboxright a:hover{
	text-decoration:underline;
	}
	.catbox a.products, .catboxright a.products{
	background-image:url(../images/bg-bttn-viewproducts.gif);
	width:106px;
	}
	.catbox p.price, .catboxright p.price{
	font-size:130%;
	color:#db0623;
	font-weight:bold;
	}
	.catbox p.price strong, .catboxright p.price strong{
	font-size:160%;
	color:#db0623;
	font-weight:bold;
	}
	.catbox p.price em, .catboxright p.price em{
	font-size:100%;
	color:#666;
	font-weight:normal;
	font-style:normal;
	/*padding-left:5px;*/
	}
	a.buynow{
	background-image:url(../images/bg-bttn-buynow.gif);
	width:69px;
	height:17px;
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding-top:3px;
	float:left;
	margin:0 10px 10px 0;
	}
	a.buynow:hover{
	text-decoration:underline;
	}
	
	a.buynowproduct{
	background-image:url(../images/buy-nwbg.jpg);
	width:76px;
	height:21px;
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	padding:7px;
	float:left;
	margin:0 10px 10px 0;
	}
	a.buynowproduct:hover{
	text-decoration:underline;
	}
	a.moreinfo{
	background-image:url(../images/bg-bttn-moreinfo.gif);
	width:69px;
	height:17px;
	display:block;
	text-align:center;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	padding-top:3px;
	float:left;
	}
	a.moreinfo:hover{
	text-decoration:underline;
	}
	a.product{
	color:#db0623;
	text-decoration:none;
	}
	a.product:hover{
	text-decoration:underline;
	}
	
	
	
	
/* ---------------------------------- */
/* PRODUCT PAGE STYLES				  */   
/* ---------------------------------- */
#details{
	float:left;
	width:360px;
	}
	#details h1{
	color:#5d5b59;
	font-size:180%;
	font-weight:normal;
	margin:.6em 0 0 0;
	}
	#details h4{
	color:#333;
	font-size:70%;
	font-weight:bold;
	margin:2em 0 0 0;
	}
	#details p{
	margin-bottom:1em;
	}
	
	#details ul{
	color:#000000;
	margin-left:0px;
	font-weight:normal;
	}
	
	#details ul li
	{
		color:#000000;
		margin-left:20px;
	}

	#details ol{
	color:#000000;
	margin-left:0px;
	font-weight:normal;
	}
	
	#details ol li
	{
		color:#000000;
		margin-left:25px;
	}

	#details p.buybttn{
	margin-bottom:2em;
	}
	#details p.price strong{
	font-size:160%;
	color:#db0623;
	font-weight:bold;
	margin-bottom:.6em;
	}
	#details p.price em{
	font-size:130%;
	color:#333;
	font-weight:bold;
	font-style:normal;
	}
	#details ul.features{
	list-style:inside;
	color:#333;
	font-size:70%;
	margin:0 0 2em 0;
	}
	
#images{
	width:310px;
	float:left;
	padding-top:20px;
	text-align:center;
	}
	#images img{
	margin-bottom:20px;
	}
	
#upsell{
	float:left;
	clear:both;
	width:670px;
	}
	#upsell h3{
	color:#5d5b59;
	font-size:140%;
	font-weight:normal;
	margin:.6em 0 .5em 0;
	}
	#upsell p.price{
	font-size:130%;
	color:#db0623;
	font-weight:bold;
	margin:0;
	}
	#upsell em.euro{
	font-size:60%;
	}
	
	
.copyimage{
	float:right;
	margin:0 0 0 20px;
	}
	
	
a.video{
	color:#db0724;
	background-image:url(../images/icn-video.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding:3px 0 13px 25px;
	margin-left:10px;
	}
	
/* ---------------------------------- */
/* BASKET PAGE STYLES				  */   
/* ---------------------------------- */	
.basketbox{
	background-image:url(../images/bg-basket-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:465px;
	float:left;
	}
	.basketboxtop{
	background-image:url(../images/bg-basket-top.gif);
	width:465px;
	height:11px;
	}
	.baskettable{
	width:445px;
	margin:0 10px 10px 10px;
	font-size:70%;
	color:#333;
	}
	
	.tabletop{
	background-color:#ccc;
	color:#333;
	font-weight:bold;
	}
	.qtybox{
	width:20px;
	}
	a.update{
	color:#db0724;
	font-size:90%;
	background-image:url(../images/refresh.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 13px 0 0;
	}
	.greybox{
	background-color:#ccc;
	font-weight:bold;
	border-top:10px solid white;
	}
	.blackbox{
	background-color:#333;
	color:#fff;
	font-weight:bold;
	border-top:10px solid white;
	}
	a.basket{
	background-image:url(../images/bttn-basket-links.gif);
	width:128px;
	height:17px;
	display:block;
	padding-top:3px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	a.basket:hover{
	text-decoration:underline;
	}
	.buttonspad{
	padding-top:20px;
	}
	
	.discountRemove
	{
		height:14px;
		width:15px;
		margin:0px;
		padding:0px;
		border:0px;	
	}
		
  .product-text
  {
	float:left;
	width:210px;
	}
#currencybox{
	background-image:url(../images/bg-currencybox.gif);
	width:194px;
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
	}
	#currencyboxtop{
	background-image:url(../images/bg-currencyboxtop.gif);
	width:194px;
	height:12px;
	}
	#currencybox p{
	padding:0 1em 1em 1em;
	
	}
	.currencydropdown{
	width:160px;
	font-size:1em;
	margin-top:3px;
	}
	
	
ul#sitemap{
	list-style:inside;
	float:left;
	margin:0 0 30px 10px;
	font-size:70%;
	line-height:2em;
	}
	ul#sitemap a{
	color:#db0623;
	text-decoration:none;
	}
	ul#sitemap a:hover{
	color:#db0623;
	text-decoration:underline;
	}
	ul#sitemap li ul{
		margin-left:30px; 
	}
	ul#sitemap li ul li ul{
	margin-left:30px;
	}
	
	
	
/* ---------------------------------- */
/* SEARCH RESUTLS PAGE STYLES		  */   
/* ---------------------------------- */	
p.searchfor{
	float:left;
	}
p.pagination{
	float:right;
	}
	p.pagination a{
	color:#db0724;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
	}
	p.pagination a:hover{
	text-decoration:underline;
	}
	p.pagination select{
	font-size:1em;
	margin:-2px 10px 0 0;
	float:left;
	}
	p.prevnext{
	float:right;
	padding-bottom:30px;
	}
	p.prevnext a{
	margin-left:10px;
	}
	
	
	
	
	


.voucherbox{
	width:50px;
	}	

.voucherdetailbox
   { width:194px;	 
	 font-size:70%;
	 color:#333;
	 display:inline;
	}	
	
.paging
   { width:665px; 
	 border-top: 1px solid #ccc; 
	 border-bottom: 1px solid #ccc; 
	 float:left;
	 text-align:right;
	 margin-bottom:20px;
	 padding:5px 0px 5px 0px;
	 
	
   }

.paging p 
    { font-size:70%;
	  color:#333;	  
	  vertical-align:middle;
	  margin:0;
	  padding:0;
	 
    }
	
.paging a
    {  color:#333;
	   text-decoration:none;
	   margin:0;
	   padding:0;
    }	  

.paging a:hover
    { color:#db0623;
	  text-decoration:underline;
	}
			
		
