﻿/*
EXAMPLE STYLE:

body#category { 				<<<	THIS IS THE NAME OF THE CATEGORY.  THIS DOES NOT NEED TO CHANGE.
	color: #fffffff; 			<<< THIS REFERS TO THE TEXT COLOUR.  IN ORDER TO CHANGE THE COLOUR YOU WILL NEED TO ALTER THE 6 DIGITS.
	background-color: #000000 	<<< THIS REFERS TO THE BACKGROUND COLOUR.  ALTER THE 6 DIGITS TO CHANGE COLOUR.
	}

!important is used to ensure that this style is used over any conflicting ones but this does not need to be changed.
*/

/**************************** HOMEPAGE ****************************/
	
body#default {
	color:  #CEEBEA !important;
	background-color: #CEEBEA  !important;
	}
	
	
	body#default span#topnav {											/* THIS REFERS TO THE HOME PAGE TOPNAV TEXT */
		color: #CC3A5A !important;
		}
		
	body#default span#topnav_bar {										/* THIS REFERS TO THE HOME PAGE TOPNAV BASKET TEXT */
		color: #CC3A5A !important;
		}

	body#default a {													/* THIS REFERS TO ALL LINKS ON THE HOME PAGE */
		color: #CC3A5A !important;
		}

	body#default a:hover {													
		color: #EE5C7C  !important;
		}
		
	body#default span.leftnav_homepage {								/* THIS REFERS TO THE PARAGRAPH ON THE HOME PAGE*/
		color: #CC3A5A !important;
		}

	body#default a.securedby{
		color:#000000 !important;
	}
	
	span.leftnav_homepage {												/* THIS REFERS TO THE LEFTNAV HOMEPAGE TEXT */
	color: #CC3A5A !important;
	}



/**************************** WOMENS ****************************/

body#womens {
	color: #FDE9EC !important;
	background-color: #FDE9EC !important;
	}
			
	body#womens span#topnav {											/* THIS REFERS TO THE WOMENS CATEGORY TOPNAV TEXT */
		color: #D16398 !important;
		}
			
	body#womens span#topnav_bar {										/* THIS REFERS TO THE WOMENS CATEGORY TOPNAV BASKET TEXT */
		color: #D16398 !important;
		}

	body#womens a {														/* THIS REFERS TO ALL LINKS IN THE WOMENS CATEGORY */
		color: #D16398 !important;
		}

	body#womens a:hover {											
		color: #F385BA  !important;
		}
			
	body#womens div#leftnav a {											/* THIS REFERS TO LINKS IN THE WOMENS CATEGORY LEFTNAV */
		color: #D16398 !important;
		font-size: 18px !important;
		font-weight: bold !important;
		}

	body#womens div#leftnav a:hover {
		color: #F385BA !important;
		}


	body#womens a.securedby{
		color:#000000 !important;
	}
	
	li.leftnav_catheader_womens {										/* THIS REFERS TO LINKS IN THE WOMENS CATEGORY LEFTNAV HEADER */
		color: #D16398 !important;
		font-size: 24px !important;
		font-weight: bold !important;
		padding: 60px 0px 10px 0px !important;
		}

	body#womens div#leftnav ul{
		background-image:url('http://www.moshulu.co.uk/content/categoryimages/menu_ladies.jpg') !important;								/* THIS REFERS TO BACKGROUND IN THE WOMENS CATEGORY LEFTNAV */
	}

			
/**************************** MENS ****************************/
	
body#mens {
	color: #CFE0F3 !important;
	background-color: #CFE0F3 !important;
	}
	
	body#mens span#topnav {												/* THIS REFERS TO THE MENS CATEGORY TOPNAV TEXT */
		color: #002D6A !important;
		}
			
	body#mens span#topnav_bar {											/* THIS REFERS TO THE MENS CATEGORY TOPNAV BASKET TEXT */
		color: #002D6A !important;
		}

	body#mens a {												/* THIS REFERS TO ALL LINKS IN THE MENS CATEGORY */
		color: #002D6A !important;
		}

	body#mens a:hover {											
		color: #33609D  !important;
		}
				
	body#mens div#leftnav a {											/* THIS REFERS TO LINKS IN THE MENS CATEGORY LEFTNAV */
		color: #002D6A !important;
		font-size: 18px !important;
		font-weight: bold !important;
		}

	body#mens div#leftnav a:hover {
		color: #33609D !important;
		}

	body#mens a.securedby{
		color:#000000 !important;
	}	
		
	li.leftnav_catheader_mens {
		color: #002D6A !important;
		font-size: 24px !important;
		font-weight: bold !important;
		padding: 60px 0px 10px 0px !important;
				}

	body#mens div#leftnav ul{
		background-image:url('http://www.moshulu.co.uk/content/categoryimages/menu_mens.jpg') !important;								/* THIS REFERS TO BACKGROUND IN THE MENS CATEGORY LEFTNAV */
	}
	
/**************************** ACCESSORIES ****************************/

body#accessories {
	color: #FFF4E2 !important;
	background-color: #FFF4E2 !important;
	}
		
	body#accessories span#topnav {										/* THIS REFERS TO THE ACCESSORIES CATEGORY TOPNAV TEXT */
		color: #D16398 !important;
		}

	body#accessories a {											/* THIS REFERS TO THE ALL LINKS IN THE ACCESSORIES CATEGORY */
		color: #D16398 !important;
		}

	body#accessories a:hover {											/* THIS REFERS TO THE ALL LINKS IN THE ACCESSORIES CATEGORY */
		color: #F385BA !important;
		}
			
	body#accessories div#leftnav a {									/* THIS REFERS TO LINKS IN THE ACCESSORIES CATEGORY LEFTNAV */
		color: #D16398 !important;
		font-size: 18px !important;
		font-weight: bold !important;
		}

	body#accessories div#leftnav a:hover {
		color: #F385BA !important;
		}

	body#accessories a.securedby{
		color:#000000 !important;
	}			

	li.leftnav_catheader_accessories {
		color: #D16398 !important;
		font-size: 24px !important;
		font-weight: bold !important;
		padding: 60px 0px 10px 0px !important;
		}

	body#accessories div#leftnav ul{
		background-image:url('http://www.moshulu.co.uk/content/categoryimages/menu_accessories.jpg') !important;								/* THIS REFERS TO BACKGROUND IN THE ACCESSORIES CATEGORY LEFTNAV */
	}


/**************************** SALE SHOP ****************************/

body#saleshop {
	color: #EF5091 !important;
	background-color: #FFFFFF !important;
	}
		
	body#saleshop span#topnav {											/* THIS REFERS TO THE SALESHOP CATEGORY TOPNAV TEXT */
		color: #BD1F41 !important;
		}

	body#saleshop a {													/* THIS REFERS TO ALL LINKS IN THE SALESHOP CATEGORY */
		color: #BD1F41 !important;
		}

	body#saleshop a:hover {													/* THIS REFERS TO ALL LINKS IN THE SALESHOP CATEGORY */
		color: #DC8A9B !important;
		}
		
	body#saleshop div#leftnav a:hover {
		color: #DC8A9B !important;
		}

	body#saleshop a.securedby{
		color:#000000 !important;
	}

	body#saleshop div#leftnav a {									/* THIS REFERS TO LINKS IN THE SALE SHOP CATEGORY LEFTNAV */
		color: #BD1F41 !important;
		font-size: 18px !important;
		font-weight: bold !important;
		}
	
	li.leftnav_catheader_saleshop {
		color: #BD1F41 !important;
		font-size: 24px !important;
		font-weight: bold !important;
		padding: 10px 0px 10px 0px !important;
		}

/**************************** CHECKOUT ****************************/

body#checkout {
	color: #CEEBEA !important;
	background-color: #CEEBEA !important;									/* THIS REFERS TO THE BACKGROUND COLOUR OF THE BASKET AND CHECKOUT */
	}

	body#checkout a {														/* THIS REFERS TO ALL LINKS IN THE CHECKOUT */
		color: #CC3A5A  !important;
		}

	body#checkout a:hover {														/* THIS REFERS TO ALL LINKS IN THE CHECKOUT */
		color: #EE5C7C  !important;
		}
	
table.main-basket td {
	color:#555555 ;
}
	table.main-basket td a{
		color:#555555 ;
	}	

	.basket-header {
		color:#555555 ;
		}
		.basket-header option{
			color:#555555  !important;
		}
		
		
/******************* MY ACCOUNT ORDER DETAILS *********************/

div.MyAccount_OrderDetailSurround {
	border:2px solid #FFEEBB;
}

div.MyAccount_OrderDetailHeader {
	background-color: #FFEEBB;
}

div.MyAccount_OrderDetailDate h6{
	background-color: #FFEEBB;
	color:#ee3897;
}


/********************* PRODUCT DETAIL PAGE ************************/


.floatleft{									/********** CONTROLS THE PRODUCT NAME ***********/
	color:#555555 !important
}

.floatright{								/********** CONTROLS THE PRODUCT PRICE ***********/
	color:#555555 !important
}

.Description{								/********** CONTROLS THE PRODUCT DESCRIPTION ***********/
	color:#555555 !important
}

.ProductDetail_AdditionalDescription{		/********** CONTROLS ADDITIONAL INFO ***********/
	color:#555555 !important
}

.KeyColour{									/********** CONTROLS THE KEY ***********/
	color:#555555 !important
}

#recommendedproducts h3{					/********** CONTROLS THE ALTERNATIVE HEADER ***********/
	color:#555555 !important
}

.price{										/********** CONTROLS THE ALTERNATIVE PRICE ***********/
	color:#555555 !important
}

.product_title{								/********** CONTROLS THE ALTERNATIVE NAME ***********/
	color:#555555 !important
}

.AddBasket{									/********** CONTROLS THE CLICK BELOW TEXT ***********/
	color:#555555 !important; 
	font-weight:bold !important; 
	text-align:left !important
}

.size-chart{								/********** CONTROLS THE SIZE CHART TEXT ***********/
	color:#555555 !important
}

.ColourDisplay{								/********** CONTROLS THE BUY COLOUR ***********/
	color:#555555 !important
}

.SizeDisplay{								/********** CONTROLS THE BUY SIZE ***********/
	color:#555555 !important
}

.about_outside
{
 border-right: #98D2DD 10px solid;
 padding-right: 4px;
 border-top: #98D2DD 10px solid;
 padding-top: 3px;
 border-left: #98D2DD 10px solid;
 padding-left: 4px;
 border-bottom: #98D2DD 10px solid;
 padding-bottom: 20px;
 text-align:justify;
 font-size: 14px
}

.about_header
{
 text-align:center;
 padding-bottom: 20px
}

.about_main
{
 text-align:left;
 font-family:'arial','helvetica'
 color: #000000;
 background-color: #000000
}

a.home_newsletter
{
 height: 110px;
 width: 182px;
 margin: 20px 0px 0px 10px;
 padding: 0px 0px 0px 0px;
 border: 0px;
 text-decoration: none;
 float: left;
 background-color: #FFFFFF;
 display: inline-block
}

a.home_guarantee
{
 height: 110px;
 width: 182px;
 margin: 20px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 border: 0px;
 text-decoration: none;
 background-color: #FFFFFF;
 display: inline-block
}

a.home_news
{
 height: 110px;
 width: 182px;
 text-align: center;
 margin: 20px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 border: 0px;
 text-decoration: none;
 background-color: #FFFFFF;
 display: inline-block;
 float: right
}

.home_bottom
{
 height: 110px;
 width: 576px;
 margin: 20px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 border: 0px;
 display: inline
}

