body {
	margin: 0;
	padding:0;
	background-color: #000000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#1da60c;
	text-decoration:none;
}
a:hover{
	color:#d88cd6;
}
h1{
	font-size: 14px;
	font-weight: bold;
	color: #d88cd6;
	padding:0;
	margin:0;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #d88cd6;
	padding:0;
	margin:0;
}
h3{
	font-size: 14px;
	font-weight: bold;
	color: #d88cd6;
	padding:0;
	margin:10px 0 10px 0;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*									Surround			                       *
*																	           *
/******************************************************************************/
#staticHeader {
	width: 100%;
	height:150px;
	margin: 0 auto;
	padding:0;
}
#header {
	width: 100%;
	height:150px;
	margin: 0 auto;
	padding:0;
	background-color:#000;
}
#surround {
	width: 950px;
	margin: 0 auto;
	padding:0;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*									Header				                       *
*																	           *
/******************************************************************************/
#topHeader {
	width: 950px;
	height:100px;
	padding: 0;
	margin:auto;
	overflow:hidden;
}
#headerLeft{
	width:350px;
	height:100px;
	padding:0;
	margin:0;
	float:left;
}
#headerMiddle{
	width:325px;
	height:70px;
	padding:0;
	margin:30px 0 0 25px;
	float:left;
}
#headerRight{
	width:245px;
	height:80px;
	padding:0;
	margin:20px 0 0 5px;
	float:left;
}
.telephone{
	font-size:14px;
	padding:0;
	margin:0 0 10px 0;
}
.telephone a{
	font-size:14px;
	color:#d88cd6;
}
.telephonea:hover{
	color:#1da60c;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*									Shopping Basket		                       *
*																	           *
/******************************************************************************/

#shoppingBasket {
	width: 220px;
	padding: 0;
	float:left;
	margin-left:20px 0 0 10px;
	}
.shoppingBasket,
.shoppingBasketTop{
	width:220px;
	height:78px;
	float:left;
	margin:0;
	padding:0;
	background:#000 url(../styleImages/basket.jpg) no-repeat;
}
.shoppingBasketTop a{
	color: white;
}

.viewBasket {
	padding: 20px 25px 0 78px;
	font-weight:900;
	font-size:14px;
}
.viewBasket a{
	color:#d88cd6;

}
.viewBasket a:hover{
	color:#1da60c;

}
.basketTotal {
	font-size:14px;
	padding: 0 25px 0 78px;
}

.main_image_cart {
	background-image: url(../styleImages/backgrounds/main_image.jpg);
	width: 750px;
	height: 189px;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*									Menu				                       *
*																	           *
/******************************************************************************/
#menuSurround{
	width:950px;
	height:50px;
	line-height:50px;
	padding:0 0 0 10px;
	margin:0 auto;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#151515;
}
#menuTop{
	width: 700px;
	height:50px;
	line-height:50px;
	float:left;
	padding:0;
	margin:0;
}
#menuTop a{
	height:30px;
	line-height:50px;
	background-color:#151515;
	color: #fff;
	text-decoration:none;
	font-size: 14px;
	padding:10px;
	margin:0;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menuTop a:hover{
	background-color:#1da60c;
	color: #fff;
	text-decoration:none;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#menuTopSession{
	width: 240px;
	height:50px;
	line-height:50px;
	float:left;
	padding:0;
	margin:0;	
}

#mainmenu-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}
.li-nav a {
	padding: 10px;
	width: 190px;
	display: block;
	color: #fff;
	background-color:#151515;
	text-decoration: none;
	text-indent: 2px;
	margin: 0 0 2px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.li-nav a:hover {
	background-color:#1da60c;
	padding: 10px;
	width: 190px;
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0 0 2px 0;
	text-indent: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 202px;
	padding: 0;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	z-index: 99;
}

a.hassubmenu {
	/*background-image: url(../styleImages/more.gif);*/
	background-repeat: no-repeat;
	background-position: 180px 6px;
}

/*******************************************************************************
*                            	 							  				   *
*																	           *
*									Body				                       *
*																	           *
/******************************************************************************/
#mainBody{
	width: 950px;
	padding:10px 0 20px 0;
	margin:0 auto;
	overflow:hidden;
}
#topAdvert{
	width: 950px;
	height: 250px;
	padding:10px 0 20px 0;
	margin:0 auto;
}
#mainImage {
	width: 650px;
	height: 250px;
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
}
#mainCategories {
	width: 280px;
	height:250px;
	float:left;
	padding:0;
	margin:0;
}
.categoryBlank{
	width: 280px;
	height: 20px;
	line-height:20px;
	float:left;
	padding:10px;
	margin:2px 10px 0 10px;
	background-color:#000;
	font-size:13px;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius: 5px;
	color:#fff;
}
.categoryColumn{
	width: 280px;
	height: 20px;
	line-height:20px;
	float:left;
	padding:10px;
	margin:2px 10px 0 10px;
	background-color:#151515;
	font-size:13px;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius: 5px;
	color:#fff;
}
.categoryColumnPink h1{
	font-size:14px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#fff;
	display:inline;
}
.categoryColumnPink{
	width: 280px;
	height: 20px;
	line-height:20px;
	float:left;
	padding:10px;
	margin:2px 10px 0 10px;
	font-size:13px;
	background-color:#d88cd6;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius: 5px;	
}
.categoryColumnOdd{
	width: 280px;
	height: 20px;
	line-height:20px;
	float:left;
	padding:10px;
	margin:2px 10px 0 10px;
	font-size:13px;
	background-color:#1da60c;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius: 5px;	
}
.categoryColumnOdd a{
	color:#fff;
}
.categoryColumnOdd a:hover{
	text-decoration:underline;	
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*									Information			                       *
*																	           *
/******************************************************************************/
#information {
	width: 950px;
	height:40px;
	float:left;
	margin:0;
	padding:0;
}
.informationColumnLeft {
	background-color:#f2c4fa;
	text-align:center;
	width: 150px;
	float:left;
	margin:0;
	padding:10px 20px 10px 20px;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius:  0 0 0 5px;
	border-radius:  0 0 0 5px;
	color:#984ca6;
}
.informationColumn {
	background-color:#f2c4fa;
	text-align:center;
	width: 150px;
	float:left;
	margin:0;
	padding:10px 20px 10px 20px;
	color:#984ca6;
}
.informationColumnRight {
	background-color:#f2c4fa;
	text-align:center;
	width: 150px;
	float:left;
	margin:0;
	padding:10px 20px 10px 20px;
	-webkit-border-radius:0 0 5px 0;
	-moz-border-radius:0 0 5px 0;
	border-radius:0 0 5px 0;
	color:#984ca6;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*									Body				                       *
*																	           *
/******************************************************************************/
#mainLeft{
	float:left;
	width:220px;
	overflow:hidden; 
	padding:0;
	margin:0;
}
#mainRight{
	float:left;
	overflow:hidden; 
	width: 730px; 
	padding:0px;
	margin:0;
}
#colLeft {
	width: 220px;
	padding:0;
	margin:0;
	float: left;
}
#colPopular {
	width: 220px;
	padding:0;
	margin:10px 0 0 0;
	float: left;
}
#colSale{
	width: 220px;
	padding:0;
	margin:10px 0 0 0;
	float: left;
}
#colMailing {
	width: 220px;
	padding:0;
	margin:10px 0 0 0;
	float: left;
}
#colRandom {
	width: 220px;
	padding:0;
	margin:10px 0 0 0;
	float: left;
}
#colRight {
	width: 700px; 
	padding:0;
	margin:0 0 0 30px;
	float:left;
}
#colSocial {
	width: 700px; 
	padding:0;
	margin:10px 0 0 30px;
	float:left;
}
.boxTitleLeft, .boxTitleRight {
	width: 190px;
	font-size: 14px;
	color: #fff;
	height: 15px;
	padding: 10px;
	margin: 0 0 2px 0;
	background-color:#1da60c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent:2px;
}
.popularTitle {
	width: 190px;
	font-size: 14px;
	color: #fff;
	height: 15px;
	padding: 10px;
	margin: 0 0 2px 0;
	background-color:#1da60c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent:2px;
}
.boxContentLeft, .boxContentRight {
	width: 200px;
	background-color:#151515;
	text-decoration: none;
	margin: 0 0 2px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	
}

.boxCategories {
	padding: 0;
	margin: 0;
}
.boxCategories ul {
	margin:0;
	padidng:0;

}

.boxContent {
	width:680px;
	padding: 10px;
	color:#e6e6e6;
	margin: 0;
	overflow:hidden;
	
}
.boxContentHome {
	width:700px;
	padding: 0;
	color:#e6e6e6;
	margin: 0 0 20px 0;
	float:left;
}
.boxContentColumn {
	width:320px;
	padding: 0 10px 0 0;
	color:#e6e6e6;
	margin: 0 0 0 10px;
	float:left;
}
.boxContentColumnRight {
	width:319px;
	padding: 0 0 0 10px;
	color:#e6e6e6;
	margin: 0;
	float:left;
	border-left:1px solid #151515;
}
.boxContent ol{
	list-style:outside;
	padding:0px;
	margin-left:10px;
	color:#333;

}
.boxContentProduct {
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin: 0 0 10px 0;
	position: inherit;
}
.catSurround{
	width:680px;
	height:220px;
	margin:0;
	padding:10px;
	float:left;
}
.categoryBox{
	float:left;
	padding:0;
	margin:0 0 0 10px;
	width:160px;
	height:220px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.catBoxImage{
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}
.catBoxImage:hover{
	background-color:#CCC;
	background: rgb(255, 0, 0) ; 
	opacity: 0.2;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.categoryText{
	text-align:center;
	background-color:#1da60e;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	padding:5px;
	margin:10px 0 0 0;
	width:150px;
}
.categoryText a{
	color:#fff;	
}
.categoryText:hover{
	background-color:#151515;
	color:#fff;	
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*									Checkout Pages		                       *
*																	           *
/******************************************************************************/

.colLeftCheckout {
	position: relative;
	left: 0;
	width: 160px; 
	padding: 0 5px 0 15px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 100%;
	float: left;
}

.pagination {
	text-align: right;
	padding: 5px 0 5px 0;
}
#subCats {
	text-align:justify;
	text-align: center;
	border: 0 solid #383838;
	margin: 0 auto;
	padding: 3px;
	float: left;
	width: 99%;
	position:inherit;
}
.subCat {	
	text-align: center;
	padding: 8px;
	margin:0;
	float: left;
	width: 130px;
	position:inherit;
}
.regSep{
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0;	
	float:left;
	width:100%;
	padding:0;
	margin:0;
		
}
#imgThumbSpace img {
	padding-right: 0 3px 3px 0;
	margin:0;
}
.gallery_title{
	width:100%;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	margin:10px 0 10px 0;
	overflow:hidden;
	float:left;
	
}
.gallery{
	width:70px;
	height:70px;
	border: 10px solid #151515;
	padding:0;
	marign:0;
}

div.latestProds {
	float: left;
	text-align: center;
	width: 23%;
	margin:0 5px 0 5px;
	height: 240px;
}
.latestProducts{
	padding:0;
	margin:0;
	overflow:hidden;
}
.latestProducts a{
	color:#fff;
	text-decoration:none;
}
.latestProducts a:hover{
	color:#1da60c;
	
}
.textLatest{
	width:120px;
	padding:0;
	margin:0 0 10px 0;
	text-align:center;
}

.information_bottom {
	font-size:11px;
	color:#5c5c5c;
	text-decoration: none;
}
.message-cart-red{
	color:#F00;
	
	}
.top_nav {
	background-image: url(../styleImages/backgrounds/top_nav.gif);
	width: 750px;
	height: 38px;
}
	
.bottom_nav {
	background-image: url(../styleImages/backgrounds/bottom_nav.gif);
	width: 750px;
	height: 30px;
}
.bottom_nav2 {
	background-image: url(../styleImages/backgrounds/bottom_nav2.gif);
	width: 750px;
	height: 30px;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*									Product Pages		                       *
*																	           *
/******************************************************************************/
.product_title{
	float:left;
	width:100%;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-align:left;
	margin: 0 0 10px 0;
	overflow:hidden;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#151515;
	padding:10px;
}
.payments{
	float:left;
	width:700px;
	height:50px;
	margin:10px 0 10px 0;
	padding:0;
}
.productimage{
	width:340px;
	height:340px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 0 0 10px;
	padding:0;
}
.catimage{
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:140px;
	height:140px;
	padding:0;
	margin:0 0 5px 0;
}
.catimage:hover{
	background-color:#CCC;
	background: rgb(255, 0, 0) ; 
	opacity: 0.2;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#imagesProducts{
	float:left;
	margin:0 0 20px 0;
	padding:0;
	width:700px;
	height:350px;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*									Easy Slider			                       *
*																	           *
/******************************************************************************/

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
		}
#slider2{
}
#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:650px;
	height:250px;
	padding:0;
	margin:0;
	overflow:hidden; 
	float:left;
}	
/* numeric controls */	
controls{		
	float:left;
	height:20px;
	line-height:20px;
	border:0 solid #fff;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
}
ol#controls{
	margin:0.8em 0;
	padding:0;
	height:20px;
    float:left;	/*THIS IS NEW*/
}
#sliderToggle {
	display:block; 
	margin-top:10px;
}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
}
ol#controls li a{
	float:left;
	height:20px;
	line-height:20px;
	border:0px solid #fff;
	background:#000;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a{
	background:#000;
	color:#1ea50b;
	height:20px;
	padding:0 10px;
	line-height:20px;
		}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	outline:none;}
a{ color:fff;
}

#txtContentTitle {
	width:680px;
	color: #fff;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#151515;
	padding:10px;
	margin:0 0 10px 0;
}
#txtContentTitle h1{
	font-size: 14px;
	color: #fff;
	font-weight:normal;
}
#txtContentTitle h2{
	font-size: 14px;
	color: #fff;
	font-weight:normal;
}
.txtTitleCart {
	width:680px;
	color: #fff;
	overflow:hidden;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#1da60c;
	padding:10px;
	margin:0 0 10px 0;
}
.txtTitleCart h1{
	font-size: 16px;
	color: #fff;
	font-weight:normal;
}
.txtContentTitle h2{
	font-size: 14px;
	color: #fff;
	font-weight:normal;
}
.txtContentTitleRelated {
	width:680px;
	font-weight: bold;
	color: #fff;
	overflow:hidden;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#151515;
	padding:10px;
}
.txtContentTitleOptions {
	width:600px;
	border-bottom:1px solid #d68dd4;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
	color: #d68dd4;
}
#BreadCrumb{
	width:680px;
	color: #fff;
	overflow:hidden;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#151515;
	padding:10px;
	margin:10px 0 10px 0;
}

/*******************************************************************************
*                            	 							  				   *
*																	           *
*									Footer				                       *
*																	           *
/******************************************************************************/
#surroundFooter {
	width: 950px;
	overflow:hidden;
	margin: 0 auto;
	padding:0;
}
#footerMain{
	width: 950px;
	height:40px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#151515;
}
#footerLinks{
	width: 630px;
	float:left;
	padding: 10px;
	margin:0;
	overflow:hidden;	
}
#footerLinks a{
	line-height:20px;
	background:none;
	display:inline;
	list-style:none;
	color:#1da60c;
	padding:0 5px 0 5px;
	margin:0;
}
#footerLinks a:hover{
	color:#999;
	background:none;
}
#footerCredit{
	width: 270px;
	float:left;
	padding: 10px;
	margin:0;
	overflow:hidden;
	text-align:right;	
}
#footerCredit a{
	line-height:20px;
	display:inline;
	list-style:none;
	color:#1da60c;
	margin:0;
}
#footerCredit a:hover{
	color:#999;
	background:none;
}

#footerColumn{
	width:450px;
	padding:10px 10px 0 10px;
	margin:0;
	float:left;
}
#footerColumn a{
	color:#fff;
	padding:0;
	margin:0;
}
#footerColumn a:hover{
	color:#1da60c;
}

/*******************************************************************************
*                            	 							  				   *
*																	           *
*									Products				                   *
*																	           *
/******************************************************************************/
.imagesLeft{
	float:left;
	width:350px;
	height:350px;
	padding:0;
	margin:0;
}
.imagesRight{
	float:left;
	width:330px;
	height:350px;
	padding:0;
	margin:0 0 0 20px;
}
.price{
	float:left;
	width:100%;
	height:50px;
	padding:0;
	margin:0 0 10px 0;
}
.description{
	float:left;
	width:100%;
	padding:10px;
	margin:0;
}
.options{
	float:left;
	width:100%;
	padding:10px;
	margin:0;
}
.buy{
	float:left;
	width:100%;
	padding:10px;
	margin:0;
}
.review{
	float:left;
	width:100%;
	padding:10px;
	margin:0;
}
.previous{
	background-color:#1da60c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	margin:0 0 10px 0;
}
.previous a{
	color:#FFF;

}.previous:hover{
	background-color:#151515;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	margin:0 0 10px 0;
}
.item{
	width:100px;
	background-color:#1da60c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	margin:0 0 10px 0;
}
.item a{
	color:#FFF;

}
.item:hover{
	background-color:#151515;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	margin:0 0 10px 0;
}
fieldset{
	color:#df89d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border:1px dashed #df89d9;
	padding:10px;
	font-size:14px;
}
