@charset "utf-8";
html{ background-image:url(../images/bgLight.jpg); background-position:left; background-repeat:repeat-y; background-color:#FFF;}
body{ background-image:url(../images/product_test.jpg); background-position:left; background-repeat:no-repeat; background-color:#FFF;}
#nav .navShop{ background:url(../images/navbullet.jpg) center right no-repeat; color:#c4006f;}
#nav .navActive{ background:url(../images/navbullet.jpg) center right no-repeat; color:#FFF;}

/* Category Navigation */
#categoryNav{list-style:none; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-size:11px; margin-top:165px;}
#categoryNav ul{list-style:none; padding:0px 25px; margin:0px;} #categoryNav li{ margin:15px 0px; padding-left:5px;}
#categoryNav .active{color:#222; list-style:url(../images/categoryNavBulletLight.jpg);}
#categoryNav a:link, #categoryNav a:visited{ color:#7e7e7e; text-decoration:none;} #categoryNav a:hover{ color:#c4006f;}


/* Structure */
#copyPane{
	background:#EEE;
}
#logo{ background:url(../images/logoLight.jpg) no-repeat; width:277px; height:150px;}
.line{ width:205px; margin: 5px 32px; height:5px;  background:url(../images/lightLine.gif) no-repeat;}
#related, #related a{ color:#666; text-decoration:none;}
#related li{ list-style-image:url(../images/relatedBulletLight.gif);}
#protex{padding-right:10px; padding-top:20px;}

/* Fonts */
h1{ color:#C4006F;}
p{ color:#000;}
.grey, .grey a{color:#999; text-decoration:none;}
.darkGrey{color:#333;}
.mainPrice{ font-size:16px; font-weight:bold; color:#111; text-align:right;}
.SecondaryPrice{ font-size:12px; color:#333; text-align:right;}
.pink, .pink a{color:#C4006F; text-decoration:none;}
.clearbasket, .clearbasket a{color:#999; text-decoration:none;}
.categoryLine{ width:243px; height:1px; background-color:#EEE;}
.listingThumb{ border:1px solid #666;}

/* images*/
.basketAdd{ height:10px; width:30px; background:url(../images/basketAddLight.gif) no-repeat top right;}
.checkoutBullet{ height:6px; width:6px; background:url(../images/checkoutBullet.gif) no-repeat center;}
.removecheckout {height:5px; width:7px; background:url(../images/removeItem.gif) no-repeat center;}
.mybasket {width:15px; height:11px; background:url(../images/shoppingBasketBasket.gif) no-repeat center;}

form {
				overflow: hidden;
				border:none;
				margin:0px;
				padding:0px;
			}
			
			fieldset {
				border:none;
				color: #999;
				font-size:10px;
			}
			
			.js-on label {
				padding: 2px 0 2px 20px;
				background: url(../images/icon_checkbox_light.png) 0 -40px no-repeat;
			}
			
			label.disabled {
				color: #333;
				opacity: 0.8;
			}
			
			label.focus {
				background-position: 0 -115px;
			}
			
			label.checked {
				background-position: 0 0;
			}
			label.checked.focus {
				background-position: 0 -75px;
			}
			
			.radios label.checked {
				background-position: 0 -161px;
			}
			.radios label.checked.focus {
				background-position: 0 -200px;
			}

