body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background:url(../images/BackgroundNew3.gif);
}

img {
	border:none;
}

.hide, .Hide {   
    display:none;
}

.show, .Show {   
    display:block !important;
}

.AlignLeft {
	float:left;
}

.AlignRight {
	float:right;
}

h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:normal;
}

h1 {
	font-size:24px;
	padding:0 0 14px 0;
	color:#40003f;
}

h2 {
	font-size:20px;
	padding:0 0 10px 0;
	font-weight:bold;
	color:#6e006c;
}

h3 {
	font-size:18px;
	padding:0 0 10px 0;
	color:#333;
}

h4 {
	font-size:20px;
	padding:8px 0;
}

h5 {
	font-size:18px;
	padding:8px 0;
}

ul, li {
	padding:0;
	margin:0;
	list-style:none;
}

.ClearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.ClearFix {
	display: inline-block;
}
 
html[xmlns] .ClearFix {
	display: block;
}
 
* html .ClearFix {
	height: 1%;
}

p {
	color:#202020;
	font-size:16px;
	line-height:22px;
	padding:0 0 10px 0;
	margin:0;
}

a {
	color:#1b1b1b;
}
	a:hover {
		text-decoration:none;
	}

.TextArea ol, .TextArea ul {
	list-style:circle;
	padding:5px 0 10px 30px;
}
	.TextArea ul li {
			list-style:circle;
	}
	.TextArea ol li {
		list-style-type: decimal;
	}
	
	
#SiteWrapper {
	width:960px;
	margin:0 auto;
}

#ContentWrapper {
	width:940px;
	padding:10px;
	background:#FFFFFF;
}
	
/* --------------------- Header --------------------- */

#Temple {
	width:100%;
	height:53px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/Temple.png) repeat-x;
	z-index:2;
}
	* html #Temple {
		background:url(../images/TempleIe6.gif) repeat-x;
	}

#Header {
	width:960px;
	height:164px;
	background:#330033;
	background:url(../images/Header.jpg) no-repeat bottom;
	position:relative;
	z-index:1;
}
    #Header #HomeLink {
	    display:block;
	    top:80px;
	    height:80px;
	    width:700px;
	    position:absolute;
    }

#HeaderBar {
	padding:10px;
	background:#CCCCCC;
	
}
	#HeaderBar .SearchInput {
		height:16px;
		padding:4px 4px 0 4px;
		border:none;
		background:#FFFFFF;
		float:left;
		width:155px;
		margin-right:5px;
	}
	#HeaderBar .SearchSubmit {
		height:20px;
		border:none;
		background:#330033;
		float:left;
		color:#FFFFFF;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		border-radius:2px;
	}
	#HeaderBar ul {
		overflow:hidden;
		float:left;
		padding:3px 0 0 0;
	}
		#HeaderBar ul li {
			display:inline;
			font-size:13px;
			border-left: 1px solid #999999;
			float: left;
			line-height: 1.2em;
			margin: 0 .5em 0 -.5em;
			padding: 0 .5em 0 .5em;
			white-space: nowrap;
		}

    .LoginNav 
{
    padding:3px 0px 3px 3px !important;
}
		
	.LoginNav, .LoginNav a 
{
    color:#40003F;
}

#HeaderLogin {
	position:absolute;
	top:50px;
	left:150px;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none
	
}
#PageBasket {
	position:absolute;
	right:10px;
	bottom:10px;
	height:120px;
	width:160px;
	background:url(../images/BasketEmpty.gif) no-repeat 0 40px;
	background-color:#fff;
}

#PageBasketEmpty
{
	background:url(../images/BasketEmpty.gif) no-repeat 0 0px;
	background-color:#fff;
	width:160px;
	height:55px;
}

#MiniCart 
{
    background-color:#fff;
	width:160px;
	height:55px;
}

/* ========== MINI CART ========== */

#MiniCart {
}

#MiniCart  dl {
	padding:2px;
	margin:0px;
}

#MiniCart  dt {
	padding:0px;
	margin:0px;
}

#MiniCart  dd {
	padding:0px;
	margin:0px;
}

.MiniCartItem {
	padding:0 0 3px 0 !important;
	font-size:70%;	
}

.MiniCartItemPrice {
	width:155px;
	padding:0 0 5px 0 !important;
	margin:0 0 5px 0 !important;
	text-align:left;
	font-weight:bold;
	font-size:70%;
	border-bottom:1px solid #e2ded9;
}

.MiniCartSubTotal {
	width:50px !Important;
	background-color:#e3e6e8;
	color:#40003f;
	font-size:70%;
	min-height:23px;
	height:auto !important;
	height:23px;
	padding:6px 0 0 5px  !important;
	float:left;
}

.MiniCartSubTotalPrice {
	background-color:#e3e6e8;
	width:90px !Important;
	text-align:right;
	font-size:100%;
	color:#40003f;
	min-height:19px;
	height:auto !important;
	height:19px;
	padding:5px !important;
	font-weight:bold;
	line-height:100%;
	float:right;
}

#MiniCart p {
    clear: both;
    font-size:60%;
 }

#PageBasketBtns 
{
    width:160px;
    background-color:#fff;
    height:35px;
}

#PageBasketBtns p a.PageBasketCheckout 
{
    color:#fff;
    display:inline-block;
    height:25px;
    width:85px;
    background-color:#40003f;
    text-decoration:none;
    padding:2px;
    text-align:center;
    margin:3px;
    float:left;
} 

#PageBasketBtns p a.PageBasketEdit 
{
    font-size:70% !important;
    display:inline-block;
    float:right;
    margin:0 3px 0 0;
    text-decoration:none;
}


#PageBasketHeader 
{
	background:url(../images/BasketHeader.gif) no-repeat top;
	height:32px;
}

#PageBasketHeader p
{
    margin:0;
    padding:5px 0 0 8px;
    font-size:100%;
    color:#40003f;
}

.Hide 
{
    display:none;
}

#youadded 
{
    background-color:#ffcc00;
	background-color:url(../images/addedarrow.gif) no-repeat top;
	width:350px;
    padding:20px;
    position:absolute;
    top:150px;
    right:10px;
    z-index:150000;
    color:#40003f;
}

/* --------------------- SIDENAV --------------------- */

#SideBar {
	width:220px;
	float:left;
}

#SideNav {
	width:220px;
	margin-bottom:20px;
}
	#SideNav li {
		position:relative;
		font-size:14px;
	}
	* html #SideNav li {
		margin:1px 0;
		padding:1px 0;
	}
		#SideNav li span {
		display:block;
		position:relative;
		border-bottom:1px solid #CCCCCC;
		padding:6px;
		background:#F3F3F3;
		}
		#SideNav li ul {
		}
		#SideNav li a {
			color:#330033;
			text-decoration:none;
		}
		
		#SideNav li span.Inactive 
		{
		    color:#330033;
		    cursor:pointer;
		}
		
		#SideNav li a:hover {
			text-decoration:underline;
		}
			#SideNav ul ul {
				display:none;
			}
			#SideNav ul ul li {
				font-size:90%;
				padding-left:5px;
				
			}
			#SideNav ul ul li span {
				border-bottom:1px dotted #660165;
				background:none;
				background:url(../images/Bullet.gif) no-repeat 2px 50%;
				padding-left:15px;
			}
			
				#SideNav ul ul ul {
					background:#F3F3F3;
				}
				#SideNav ul ul ul li {
					font-size:90%;
					padding-left:5px;
					
				}
				#SideNav ul ul ul li span {
					border-bottom:1px solid #e9e8e8;
					background:none;
					background:url(../images/BulletE.gif) no-repeat 2px 50%;
					padding-left:14px;
				}
				#SideNav ul ul ul li a {
					color:#40003f;
				}
				
					#SideNav ul ul ul ul {
						background:#F3F3F3;
					}
					#SideNav ul ul ul ul li {
						font-size:100%;
						padding-left:5px;
						
					}
					#SideNav ul ul ul ul li span {
						border-bottom:1px solid #e9e8e8;
						background:none;
						background:url(../images/BulletA.gif) no-repeat 2px 50%;
						padding-left:12px;
					}
					#SideNav ul ul ul ul li a {
						color:#2d2d2d;
					}
	
	.NavButton {
		width:17px;
		height:17px;
		background:url(../images/Plus.gif) no-repeat;
		display:block;
		float:right;
		position:absolute;
		top:5px;
		right:6px;
		cursor:pointer;
	}
		.NavButton:hover {
			width:17px;
			height:17px;
			background:url(../images/Plus.gif) -17px 0 no-repeat;
			display:block;
			float:right;
			position:absolute;
			top:5px;
			right:6px;
			cursor:pointer;
		}
	.NavButtonDown {
		background:url(../images/Minus.gif) 0 0 no-repeat;
		cursor:pointer;
	}
		.NavButtonDown:hover {
			background:url(../images/Minus.gif) -17px 0 no-repeat;
		}
		
	li li .NavButton, li li .NavButton:hover {
		background:url(../images/PlusMinus.gif) -17px no-repeat;
	
	}
	li li  .NavButtonDown, li li  .NavButtonDown:hover {
		background:url(../images/PlusMinus.gif) 0 0 no-repeat;
	}
	
/* --------------------- Ads --------------------- */

.SmallAd {
	width:220px;
}

.MediumAd {
	width:460px;
}

.LargeAd {
	width:700px;
}

.SmallAd img, .MediumAd img, .LargeAd img {
	border:1px solid #CCCCCC;	
	margin-bottom:20px;
}

/* --------------------- Homepage --------------------- */

#FeaturedProduct {
	width:auto;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	background:#F3F3F3;
}
	#FeaturedProduct .AlignLeft {
		width:370px;
		padding:10px;
		background:#fff;
	}
		#FeaturedProduct .AlignLeft img {
			margin:0 auto;
			display:block;
		}
	#FeaturedProduct .AlignRight {
		width:280px;
		padding:15px 15px 15px 0;
	}
	
#HomeContent {
	width:460px;
	float:left;
}

#HomeAds {
	width:220px;
	float:right;
}

#FeaturedCarousel {
	margin-bottom:20px;
}

#FeaturedCarousel a {
	height:120px;
	display:block;	
    text-decoration:none !important;
}

#FeaturedCarousel a:hover 
{
    text-decoration:none !important;    
}

.HomeProductPanel {
	width:185px;
	border:1px solid #CCCCCC;
	padding:5px 15px;
	float:left;
	margin:0 6px 5px 6px;
    min-height:250px;
    height:auto !important;
    height:250px;
    text-align:center;
}

.HomeProductPanel img 
{
    margin:0 auto;
}

.HomeProductPanel a 
{
    text-decoration:none;
}

.HomeProductPanel h3 a, #FeaturedProduct h3 a 
{
    text-decoration:none;
    border-bottom:1px dotted #ccc;
    color:#6e006c;
}

.HomeProductPanel h3 a:hover, #FeaturedProduct h3 a:hover
{
    text-decoration:none;
    border-bottom:1px solid #999;
}

.HomeProductPanel h3 {
    font-size:14px !important;
	line-height:130% !important; 
}
	
/* --------------------- Product --------------------- */

.AddToBasket 
{
    display:block !important;
    width:148px;
    height:40px;
    background-image:url(../Images/AddBasket.gif) !important;
    background-repeat:no-repeat;
    background-color:Transparent;
    border:none !important;
    cursor:pointer !important;
}

.Price {
	font-size:24px;
	color:#990000;
}

.PriceSmall {
	font-size:18px;
	color:#990000;
}

.OfferPrice {
	font-size:18px;
	color:#666;
	text-decoration:line-through;
}

.ProductCode {
	color:#999999;
	font-size:13px;
}

.Description {
	display:block;
	border-bottom:1px dotted #CCCCCC;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

.DropDownText 
{
    font-weight:bold;
}

.VariationDropDown 
{
    display:block;
    margin:5px 0 8px 0;
}

#slides {
	border:1px solid #CCCCCC;
	width:550px;
	padding:5px;
	float:left;
	margin:0 10px 20px 0;
	position:relative;
}

#slides img {
    padding:0px;
    margin:0 auto;
}

#SlideThumbs {
	width:83px;
	padding:5px 5px 0 5px;
	float:left;
	background-color:#eaeae9;
}

#SlideThumbs img {
	margin:0 0 5px 0;
	border:1px solid #999999;
}

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

#Content {
	width:700px;
	min-height:100px;
	height:auto !important;
	height:100px;
	float:right;
}

#ProductList li {
	border-bottom:1px dotted #6e006c;
	padding-bottom:10px;
	margin-bottom:20px;
}	

#ProductList li a 
{
    text-decoration:none;
    border-bottom:1px dotted #ccc;
    color:#6e006c;
}

#ProductList li a:hover
{
    text-decoration:none;
    border-bottom:1px solid #999;
}

.ProductImage {
	padding:20px 0;
	margin-bottom:20px;
	position:relative;
/*	background:#F3F3F3;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;*/
}
	.ProductImage img {
		margin:0 auto;
		display:block;
	}
	
#Pager strong {
	color:#40003f;
}

#Pager ul {
	padding:10px 0 20px 0;
}
	#Pager ul li {
		float:left;
		display:block;
		padding:6px 10px;
		background:#40003f;
		color:#FFFFFF;
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
	}

/*----- BREADCRUMB -----*/

#Breadcrumb {
	min-height:10px;
	height:auto !important;
	height:10px;
	font-size:70%;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}

#Breadcrumb ul {
	margin:0px;
	padding:0px;
	display:inline;	
}

#Breadcrumb ul li {
	list-style-type:none;
	background-image:url(../images/breadcrumb.gif);
	background-repeat:no-repeat;
	background-position:left;
	display:inline;
	color:#999999;
	font-size:100%;
}

#Breadcrumb ul li span
{
	padding:0 10px 0 12px;
}
    
#Breadcrumb ul li a {
	text-decoration:none;
	color:#aa0192;
}

#Breadcrumb ul li a:hover {
	text-decoration:underline;
	border-bottom:none;
	color:#aa0192;
}

#Breadcrumb ul li.selected a {
	color:#999999;
}




/* --------------------- Footer --------------------- */

#FooterBar {
	background:#cfcfcf;
	font-size:14px;
	color:#333333;
	padding:10px;
}
	#FooterBar ul {
			overflow:hidden
	}
		#FooterBar ul li {
			display:inline;
			font-size:14px;
			border-left: 1px solid #999999;
			float: left;
			line-height: 1.2em;
			margin: 0 .5em 0 -.5em;
			 padding: 0 .5em 0 .5em;
			white-space: nowrap;
			font-size:14px;
			color:#333333;
		}
		
#Footer {
	background:#d9d9d9;
	padding:10px;
}

#Footer li {
	width:220px;
	padding:0 10px;
	float:left;
	font-size:14px;
	color:#202020;
	line-height:22px;
	min-height:120px;
	height:auto !important;
	height:120px;
	background:url(../images/FooterBar.gif) top left no-repeat;
}


#Footer .AlignLeft {
	background:#d9d9d9;
}

#Poweredby {
	background:url(../images/Footer.png) no-repeat center center;
	height:160px;
	padding:10px;
}
	* html #Poweredby {
		background:url(../images/Footer.gif) no-repeat center center;
	}
	#Poweredby a {
		color:#fff;
		font-size:12px;
	}
	
	
/* -- MEMBERS AREA --*/

#CustomerLogin
{
    width:550px;
    margin:20px 150px;
    border:1px solid #e8dbe6;
    padding:20px;
    text-align:center;
}

#CustomerLogin label {
	font-size:100%;
	display:inline-block;
	width:120px;
	margin:0 5px 0 0;
	text-align:right;
}

#CustomerLogin input.loginbox {
	background:none;
	font-size:100%;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	width:250px;
	padding:5px;
}

#CustomerLogin input.login-button 
{
    height:30px;
	padding:5px;
    background-color:#3f023e !important;
    color:White;
    width:100px !important;
    margin:10px 0 0 0px !important;
	border:none;
	cursor:pointer;
	font-size:90%;
}

#CustomerLogin .login-checkbox 
{
    font-size:70% !important;
    color:#999;
}

.Validation {
	color:#dd0000;
	font-weight:bold;
	border:1px solid #dd0000;
	background-color:#fce9e9;
	margin:10px 0;
	padding:10px 10px 10px 40px;
	background-image:url(../images/Warning.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	line-height:110%;
}

.Validation ul 
{
    padding:0px;
    margin:0px;
}

.Validation ul li {
	color:#dd0000 !important;
	list-style-type:circle !important;
	font-size:13px;
	border:none !important;
	list-style-position:inside;
}

p.MemberLogout
{
    text-align:right;
    color:#40003f;
    font-size:80%;
    display:block;
}

p.MemberLogout a
{
    color:#40003f;
}

#MemberDashboard 
{
    margin:0 0 20px 0;
}

#MemberDashboard a 
{
    color:#40003f;
    text-decoration:none;
    border-bottom: 1px dotted #bbb;
}

#MemberDashboard a:hover
{
    color:#40003f;
    text-decoration:none;
    border-bottom: 1px solid #40003f;
}

/*ORDER TABLE*/

#Orders .StatusProcessing 
{
    color:#ff7800 !important;
}

#Orders .StatusDelivered 
{
    color:#048501 !important;
}

#Orders .StatusCancelled
{
    color:#ad0000 !important;
}

#Orders .StatusShipped
{
    color:#005aad !important;
}

#Orders table th 
{
    color:#40003f;
}

#Orders table {border-collapse: collapse;
border: 2px solid #ccc;
font: normal 80%/140% arial, helvetica, sans-serif;
color: #555;
background: #fff;}

#Orders td, #Orders th {border: 1px dotted #bbb;
padding: .5em;}

#Orders caption {padding: 0 0 .5em 0;
text-align: left;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;}

/* =links
----------------------------------------------- */

#Orders table a {padding: 1px;
text-decoration: none;
font-weight: bold;
background: transparent;
}

#Orders table a:link {border-bottom: 1px dashed #ddd;
color: #40003f;}

#Orders table a:visited {border-bottom: 1px dashed #ccc;
color: #40003f;}

#Orders table a:hover {border-bottom: 1px dashed #bbb;
color: #666;}

/* =head =foot
----------------------------------------------- */

#Orders thead th, #Orders tfoot th {border: 2px solid #000;
text-align: left;
font-size: 1.2em;
font-weight: bold;
color: #40003f;
background: transparent;}

#Orders tfoot td {border: 2px solid #000;}

/* =body
----------------------------------------------- */

#Orders tbody th, #Orders tbody td {vertical-align: top;
text-align: left;}

#Orders tbody th {white-space: nowrap;}

#Orders .odd {background: #fcfcfc;}

#Orders tbody tr:hover {background: #fafafa;}


/*--- CUSTOM SWORD --- */

#CustomSwordList 
{
}

ul#CustomSwordList 
{
    padding:0;
    margin:0;
}

ul#CustomSwordList li 
{
    border-bottom:1px dotted #ccc;
    padding: 10px 20px;
    margin:0 0 10px 0;
    list-style-type:none;
}

ul#CustomSwordList li strong,
{
    display:block;
    margin:0px;
    padding:0px;
}

ul#CustomSwordList li span.CustomSwordImages 
{
    display:inline-block;
    width:640px;
}

ul#CustomSwordList li img
{
    float:left;
    padding:10px;
}

.HomeProductImage {
	width:185px;
    height:180px;
	text-align: center;
	line-height:180px;

}
.HomeProductImage img {
    vertical-align: middle;
}
.HomeProductImage span {
    display: inline-block;
}

#tooltip{
	position:absolute;
	z-index:999;
	background:#40003f;
	padding:4px 8px;
	color:#ffffff;
	display:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	max-width:200px;
	text-align:left;
}

/*--- STICKERS --- */

a span.FlashNew, a span.FlashSale {
	text-decoration:none !important;
}

.FlashNew {
	width:100px;
	height:100px;
	padding:0px 0 0 0px;
	background-image:url(../images/Flash_New.gif);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10000;
	color:#fff;
	font-size:4px;
}

.FlashSoldOut {
	width:100px;
	height:100px;
	padding:0px 0 0 0px;
	background-image:url(../images/Flash_SoldOut.gif);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10000;
	color:#fff;
	font-size:4px;
}

.FlashInStock {
	width:100px;
	height:100px;
	padding:0px 0 0 0px;
	background-image:url(../images/Flash_Stock.gif);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10000;
	color:#fff;
	font-size:4px;
}

.FlashBestBuy {
	width:100px;
	height:100px;
	padding:0px 0 0 0px;
	background-image:url(../images/Flash_BestBuy.gif);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10000;
	color:#fff;
	font-size:4px;
}

.FlashPreOrder {
	width:100px;
	height:100px;
	padding:0px 0 0 0px;
	background-image:url(../images/Flash_PreOrder.gif);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10000;
	color:#fff;
	font-size:4px;
}

.FlashSale {
	width:100px;
	height:100px;
	padding:0px 0 0 0px;
	background-image:url(../images/Flash_Sale.gif);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10000;
	color:#fff;
	font-size:4px;
}

.ProductInformation {
	position:relative;
}

.SelectValidation {
	color:#dd0000;
	font-weight:bold;
	border:1px solid #dd0000;
	background-color:#fce9e9;
	margin:10px 0;
	padding:10px 10px 10px 40px;
	background-image:url(../images/Warning.gif);
	background-repeat:no-repeat;
	background-position:center left;
	display:none;
	line-height:110%;
}


/*--- Product Reviews ---*/

#Reviews {
	width:680px;
}

#Reviews ul {
	padding:0;
	margin:0;
	clear:both;
}

#Reviews ul li {
	padding:0;
	margin:0 0 8px 0;
	list-style-type:none;
	border-bottom:1px solid #f0f0f0;
}

#Reviews h4 {
	border-bottom:1px solid #f0f0f0;
	padding:10px 10px 10px 0;
	margin:0 0 10px 0;
	font-size:18px;
	color:#40003f;
	font-weight:lighter;
}

#Reviews h5 {
	border-bottom:1px dotted #ccc;
	padding:10px;
	margin:0 0 10px 0;
	font-size:16px;
	color:#40003f;
}

#Reviews ul li p {
	float:left;
	width:500px;
	padding:0 12px;
	margin:8px 0;
	border-left:9px solid #f0f0f0;
	font-size:13px;
	line-height:18px;
	min-height:110px;
	height:auto !important;
	height:110px;
}

.ReviewMeta {
	display:block;
	float:left;
	width:120px;
	padding:8px;
	margin:0 0;
	background-image:url(../images/ReviewArrow.gif);
	background-position:right 28px;
	background-repeat:no-repeat;
	color:#333333;
}

.ReviewMeta em {
	color:#999999;
}

.ReviewMeta cite, .ReviewDate, .ReviewRating {
	display:block;
	margin:0 0 10px 0;
	font-size:12px;
	font-style:normal;
}

.Star1, .Star2, .Star3, .Star4, .Star5 {
	background-image:url(../images/AllStars.gif);
	background-repeat:no-repeat;
	display:block;
	text-indent:-10000px;
	height:15px;
}

.Star1 {	
	background-position:0 -60px;
}
.Star2 {	
	background-position:0 -45px;
}
.Star3 {	
	background-position:0 -30px;
}
.Star4 {	
	background-position:0 -15px;
}
.Star5 {	
	background-position:0 0;
}

#LeaveReview {
	padding:0px;
	border:none;
}

#LeaveReview .input {
	width:400px;
	border:1px solid #999;
	padding:5px;
	display:block;
	margin:0 0 15px 0;
	font-size:13px;
	font-family:trebuchet ms, arial;	
}

#LeaveReview .textarea {
	width:400px;
	height:100px;
	border:1px solid #999;
	padding:5px;
	display:block;
	margin:0 0 15px 0;
	font-size:13px;
	font-family:trebuchet ms, arial;
}

#LeaveReview label {
	font-size:14px;
	display:block;
	margin:0;
	padding:0 0 3px 0;
}

#LeaveReview .select {
	width:200px;
	display:block;
	margin:0 0 15px 0;
	font-size:12px;
	font-family:trebuchet ms, arial;	
}

.AverageRating {
	color:#999999;
	font-size:13px;
	float:left;
}

.LeaveReview {
	float:right;

}

.LeaveReview a {
	background-color:#40003f;
	font-size:11px;
	padding:5px;
	color:#fff;
	text-decoration:none;
}

.LeaveReview a:hover {
	background-color:#40003f;
	color:#fff;
	text-decoration:underline;
}

p.Note {
	font-size:11px;
}

.CommentAdmin 
{
	border-top:1px solid #dd0000;
	border-bottom:1px solid #dd0000;
}

.Delete
{
    padding:5px;
    font-size:11px;
    clear:both;
	background-color:#fce9e9;
	margin:-10px 0 20px 0;
}

.Approve 
{
    float:right;
    margin:5px;
    font-size:11px;
	border:1px solid #309200;
	background-color:#d1f9bd;
	padding:5px;
}

ul#CommentAdmin li 
{
	background-color:#f0f0f0;
}


.EmptyBasket a {
	background-color:#D9D9D9;
	font-size:11px;
	padding:5px;
	color:#333;
	text-decoration:none;
	display:block;
	margin:10px 0 0 0;
	width:70px;
}

.ContinueShopping a {
	background-color:#D9D9D9;
	font-size:13px;
	padding:5px 5px;
	color:#333;
	text-decoration:none;
	margin:10px 0px 0 0;
	display:block;
	width:120px;
	text-align:center;
}

/*NEW BASKET*/

#Basket table th 
{
    color:#40003f;
}

#Basket table {border-collapse: collapse;
border: 2px solid #ccc;
font: normal 80%/140% arial, helvetica, sans-serif;
color: #555;
background: #fff;}

#Basket td, #Orders th {border: 1px dotted #bbb;
padding: .5em;}

#Basket caption {padding: 0 0 .5em 0;
text-align: left;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;}

/* =links
----------------------------------------------- */

#Basket table a {padding: 1px;
text-decoration: none;
font-weight: bold;
background: transparent;
}

#Basket table a:link {border-bottom: 1px dashed #ddd;
color: #40003f;}

#Basket table a:visited {border-bottom: 1px dashed #ccc;
color: #40003f;}

#Basket table a:hover {border-bottom: 1px dashed #bbb;
color: #666;}

/* =head =foot
----------------------------------------------- */

#Basket thead th, #Orders tfoot th {border: 2px solid #000;
text-align: left;
font-size: 1.2em;
font-weight: bold;
color: #40003f;
background: transparent;}

#Basket tfoot td {border: 2px solid #000;}

/* =body
----------------------------------------------- */

#Basket tbody th, #Orders tbody td {vertical-align: top;
text-align: left;}

#Basket tbody th {white-space: nowrap;}

#Basket .odd {background: #fcfcfc;}

#Basket tbody tr:hover {background: #fafafa;}

