/*########################### RESET ############################*/ 
body, ul, ol, dl, td, th, p, blockquote, input, textarea {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	font-size:12px;
	line-height:1.5;	
}
input {
	vertical-align:top; /*removes a bug in FF where input elements have extra margin applied by the browser*/
}
body,ul,li,dl,dd,dt,img,fieldset,form {
	margin:0; 
	padding:0; 
	list-style:none; 
	border:none;
}

/*########################### MAIN ############################*/ 

body {
	background:#fff;
}
.wrapper {
	width:1000px;
	margin:0 auto 10px auto;
}

/*########################### text ############################*/ 

p,h1,h2,h3,h4{
	margin:0;
	padding:0;
}
p{
	font-size:12px;
	margin:0 0 10px 0;
}
h4{
	font-size:13px;
	margin:0 0 10px 0;
}
h3{
	font-size:14px;
	margin:0 0 10px 0;
}
h2{
	font-size:16px;
	margin:0 0 10px 0;
}
h1{
	font-size:18px;
	margin:0 0 10px 0;
}
h1 span{
	text-transform:uppercase;
	letter-spacing:-1px;
	color:#EC008C;
}

a{
	text-decoration:underline;
	color:#666;
}
a:hover{
	text-decoration:none;
	color:#EC008C;
}

/*########################### columns ############################*/  

#columns {
	padding:10px 0;
	overflow:auto;
}
#colWrap {
	float:left; 
	width:750px;
}
#centerCol {
	float:right; 
	width:500px;
}
#centerColPad {
	padding:10px;
}
#leftCol {
	width:240px; 
	float:left;
}
#rightCol {
	float:right; 
	width:240px;
}	

/*########################### HEADER ############################*/  

.header {
	padding:15px 0;
	position:relative;
}
#logo {
	background:#1A1A1A;
	width:220px;
	padding:4px 10px;
}
#logo h1,
#logo p {
	margin:0;
	padding:0;
	color:#fff;
}
#logo h1 span{
	letter-spacing:-2px !important;
}
#logo h1 a{
	text-decoration:none;
	color:#EC008C;
	font-size:23px;
	text-transform:uppercase;
}
#logo p {
	font-size:11px;
}
#bannerTop{
	width:468px;
	height:60px;
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-234px;
	overflow:hidden;
}
#bannerLeft{
}

/*########################### search ############################*/

#search{
	float:right;
	background:#1A1A1A;
	width:220px;
	padding:10px;
}
#search label{
	color:#fff;
	display:block;
}
#search input#submit{
	color:#fff;
	background:#EC008C;
	border:2px solid #EC008C;
	cursor:pointer;
	width:40px;
}


/*########################### NAV ############################*/   

#nav {
	height:30px;
	text-align:center;
	background:#111;
}
#nav li {
	display:inline;
	line-height:30px;
	margin:0 15px;
}
#nav li a {
	text-decoration:none;
	color:#fff;
}
#nav li a:hover {
	text-decoration:none;
	color:#EC008C;
}
body.home a#home,
body.allVC a#allVC,
body.allSO a#allSO,
body.print a#print,
body.bestPractice a#bestPractice,
body.contact a#contact,
body.blog a#blog{
}

/*########################### SIDEBAR ############################*/      

/* pink = #EC008C */

.sidePanel {
	clear:both;
	overflow:auto;
	padding:0 0 10px 0;
}
.sidePanel h3 {
	background:#1A1A1A;
	color:#fff;
	padding:3px 5px;
	font-weight:normal;
	font-size:12px;
}
.sidePanel img {
	display:block; 
	margin:10px 0; 
}
.sidePanel li {
	border-bottom:1px dashed #ccc; 
	padding:0 0 5px 5px; 
	margin-bottom:5px;
}
.sidePanel p {
	padding:0 5px;
	margin:0;
}
.sidemenu img {
	width:50px;
	float:left;
	margin:3px 5px 5px 0;
	border:1px solid #ccc;
	padding:3px;
}
/*########################### ALPHA LIST ############################*/

.alphalist li{
	float:left;
	border-bottom:none; 
	padding:0; 
	margin-bottom:0;
}
.alphalist li a{
	display:block;
	font-weight:bold;
	margin:4px 5px;
	padding:2px 3px;
	text-decoration:none;
	color:#333;
	font-size:13px;
}
.alphalist li a:hover{
	text-decoration:none;
	color:#ccc;
	background:#EC008C;
}

/*########################### LETTER LIST ############################*/

#letterList {padding:10px 0 0 0;}
#letterList li {float:left;}
#letterList li a {display:block; padding:5px 8px; margin:0 3px 3px 0; font-weight:bold; background:#999; color:#333; text-decoration:none;}
#letterList li a:hover {color:#fff; background:#333;}

#letterListOutput h2 {display:block; padding:10px 0; clear:both;}

.backtotop {display:block; text-align:right;}

/*########################### MAIN CONTENT ############################*/

#storeLogo {
	float:left;
	padding:2px;
	border:1px solid #ccc;
	margin:0 20px 10px 0;
}
#thumbnails {
	float:right;
	margin:0 10px 10px 20px;
	width:120px;
	text-align:right;
}
#thumbnails img {
	padding:2px;
	border:1px solid #ccc;
}
.fullsize {
	margin:15px 0;
}
.fullsize li {
	padding:8px 0 12px 0; 		
	border-bottom:1px dashed #ccc;
	clear:both;
}
.fullsize li h2 {
	font-size:1.3em;
	margin:0 0 5px 0;
	padding:0;
}
.fullsize li h2 a {
	text-decoration:none;
	color:#333;
}
.fullsize li p {
	margin:0 0 5px 0;
	padding:0;
	font-size:1.1em;
}
.fullsize li img {
	width:120px;
	height:90px;
	float:right;
	margin:0 0 0 10px;
	border:1px solid #ccc;
}
.fullsize li img:hover {
	border:1px solid #EC008C;
}
.fullsize li .imgWrap {
	width:120px;
	height:90px;
	float:right;
	margin:0 0 0 10px;
	border:1px solid #ccc;
	text-align:center;
}
.fullsize li .imgWrap:hover {
	border:1px solid #EC008C;
}

.centerPanels {
	margin:10px 0;
}

.centerPanels li{
	float:left;
	margin:3px;
	width:152px;
	text-align:center;
}
.centerPanels li a {
	border:1px solid #ccc;
	padding:8px 4px;
	display:block;
	font-size:9px;
	text-decoration:none;
	
}
.centerPanels li a:hover {
	border:1px solid #EC008C;
}

/*########################### FOOTER ############################*/

#footer {
	clear:both;
	padding:5px;
	background:#1A1A1A;
	color:#fff;
}
#footer a {
	color:#fff;
	text-decoration:none;
}

/*########################### FORMS ############################*/
#contactForm div,
#emailSignup div,
#advertisingForm div,
#commentForm div {
	position:relative;
}
#contactForm label.error,
#advertisingForm label.error { 
	color:red;
	position:absolute;
	top:0;
	left:170px;
}
#commentForm label.error { 
	color:red;
	position:absolute;
	top:0;
	right:10px;
}
#emailSignup label.error  { 
	color:red;
	width:190px;
}
#contactForm input.error,
#emailSignup input.error,
#advertisingForm input.error,
#commentForm input.error { 
	border:1px solid red;
}
#contactForm textarea.error,
#advertisingForm textarea.error,
#commentForm textarea.error { 
	border:1px solid red;
}

/* ------------------------------------ contact form */

#contactForm legend {
	font-size:1.5em;
	font-weight:bold;
	margin:0 0 15px -4px;
	color:#666;
}

#contactForm label {
	display:block;
	font-weight:bold;
	color:#EC008C;
}
#contactForm .textInput {
	border:1px solid #ccc;
	padding:2px;
}

/* ------------------------------------ comment form */

#commentForm label {
	display:block;
	font-weight:bold;
	color:#888;
}
label.email {
	width:45px;
	float:left;
	margin:5px 0 0 0;
}
#commentForm .areaInput {
	border:1px solid #ccc;
	padding:2px;
	width:220px;
	height:55px;
	font-size:1.2em;
}
#commentForm .textInput {
	width:175px;
	border:1px solid #ccc;
	padding:2px;
	margin:2px 0;
}
#commentForm fieldset {
	padding:0 5px;
	position:relative;
}


input.submit {
	margin:4px 0 0 175px;
	background:#1A1A1A;
	color:#fff;
	border:1px solid #1A1A1A;
	cursor:pointer;
}

/* ------------------------------------ email signup form */
.emailSignup legend {
	display:none;
}
.emailSignup fieldset {
	padding:0 5px;
}
.emailSignup label {
	font-weight:bold; 
	color:#888;
	display:inline-block;
	float:left;
	width:45px;
	margin:5px 0 0 0;
}
.emailSignup .textInput {
	padding:2px; 
	border:1px solid #ccc;
	width:170px;
	margin:2px 0 2px 0;
	float:right;
}

/* ------------------------------------ advertsing form */

#advertisingForm legend {
	font-size:1.5em;
	font-weight:bold;
	margin:0 0 15px -4px;
	color:#666;
}
#advertisingForm label {
	display:block;
	font-size:1.5em;
	font-weight:bold;
	color:#EC008C;
}
#advertisingForm .textInput {
	border:1px solid #ccc;
	padding:2px;
}

/* ------------------------------------ voucher code categories */

.catList {
	padding:5px 0;
}
.catList li {
	width:150px;
	height:110px;
	text-align:center;
	float:left;
	margin:2px 5px;
	padding:0 0 5px 0;
	overflow:hidden;
}
.catList li a {
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
}
.catList li .imgWrapSml {
	width:138px;
	height:80px;
	margin:7px auto 3px auto;
	border:1px solid #ccc;
	background:#fff;
}
.catList li:hover .imgWrapSml {
	border:1px solid #EC008C;
}

#storesBanner {
	clear:both;
	text-align:center;
	padding:10px 0 0 0;
}
#storesBanner li {
	display:inline;
}
#storesBanner li div {
	width:120px;
	height:90px;
	border:1px solid #ccc;
	background:#fff;
	display:inline-block;
}

.homeCats{
	overflow:hidden;
	padding:0 0 15px 0;
}
.homeCats li{
	float:left;
}
.homeCats a{
	width:95px;
	height:55px;
	display:block;
	margin:0;
	border:2px solid #222;
	text-indent:-9999px;
	text-align:center;
	padding:25px 10px 0 10px;
}
.homeCats a:hover{
	border:2px solid #EC008C;
	background:#222;
	text-indent:0;
}
.homeCats a#ClothingandAccessories{background:url(../../images/cats/ClothingandAccessories.jpg) no-repeat 50% 50%;}
.homeCats a#FoodandDrink{background:url(../../images/cats/FoodandDrink.jpg) no-repeat 50% 50%;}
.homeCats a#HealthandBeauty{background:url(../../images/cats/HealthandBeauty.jpg) no-repeat 50% 50%;}
.homeCats a#TravelandLeisure{background:url(../../images/cats/TravelandLeisure.jpg) no-repeat 50% 50%;}
.homeCats a#HighStreet{background:url(../../images/cats/HighStreet.jpg) no-repeat 50% 50%;}
.homeCats a#HomeandGarden{background:url(../../images/cats/HomeandGarden.jpg) no-repeat 50% 50%;}
.homeCats a#SportsandFitness{background:url(../../images/cats/SportsandFitness.jpg) no-repeat 50% 50%;}
.homeCats a#PhoneandInternet{background:url(../../images/cats/PhoneandInternet.jpg) no-repeat 50% 50%;}
.homeCats a#GiftsandGadgets{background:url(../../images/cats/GiftsandGadgets.jpg) no-repeat 50% 50%;}
.homeCats a#Electronics{background:url(../../images/cats/Electronics.jpg) no-repeat 50% 50%;}
.homeCats a#OnlineShopping{background:url(../../images/cats/OnlineShopping.jpg) no-repeat 50% 50%;}
.homeCats a#ClothingandAccessories{background:url(../../images/cats/ClothingandAccessories.jpg) no-repeat 50% 50%;}
.homeCats a#Business{background:url(../../images/cats/Business.jpg) no-repeat 50% 50%;}
.homeCats a#ActivityDays{background:url(../../images/cats/ActivityDays.jpg) no-repeat 50% 50%;}

.homeCats a#FoodandDrink:hover,
.homeCats a#HealthandBeauty:hover,
.homeCats a#TravelandLeisure:hover,
.homeCats a#HighStreet:hover,
.homeCats a#HomeandGarden:hover,
.homeCats a#SportsandFitness:hover,
.homeCats a#PhoneandInternet:hover,
.homeCats a#GiftsandGadgets:hover,
.homeCats a#Electronics:hover,
.homeCats a#OnlineShopping:hover,
.homeCats a#ClothingandAccessories:hover,
.homeCats a#Business:hover,
.homeCats a#ActivityDays:hover{background:#222;}

.sidemenu a#HealthandBeauty,
.sidemenu a#FoodandDrink,
.sidemenu a#TravelandLeisure,
.sidemenu a#HighStreet,
.sidemenu a#HomeandGarden,
.sidemenu a#SportsandFitness,
.sidemenu a#PhoneandInternet,
.sidemenu a#GiftsandGadgets,
.sidemenu a#Electronics,
.sidemenu a#OnlineShopping,
.sidemenu a#ClothingandAccessories,
.sidemenu a#Business,
.sidemenu a#ActivityDays{border-left:5px solid #EC008C; padding-left:5px;}
.sidemenu a#HealthandBeauty:hover,
.sidemenu a#FoodandDrink:hover,
.sidemenu a#TravelandLeisure:hover,
.sidemenu a#HighStreet:hover,
.sidemenu a#HomeandGarden:hover,
.sidemenu a#SportsandFitness:hover,
.sidemenu a#PhoneandInternet:hover,
.sidemenu a#GiftsandGadgets:hover,
.sidemenu a#Electronics:hover,
.sidemenu a#OnlineShopping:hover,
.sidemenu a#ClothingandAccessories:hover,
.sidemenu a#Business:hover,
.sidemenu a#ActivityDays:hover{border-left:5px solid #222;}


/*########################### VOUCHER ############################*/

.voucher {
	margin:5px 0;
	padding:5px 15px;
	clear:both;
	border:1px solid #ccc;
	line-height:normal;
	overflow:auto;
}
.voucher a {
	text-decoration:none;
	color:#EC008C;
}
.buttonWrap {
}
.voucher button {
	height:80px;
	margin:-10px 0 10px 10px;
	cursor: pointer;
	padding:5px;
	width:400px;
	float:left;
	border:1px dashed #1A1A1A;
	background:#eee;
	color:#EC008C;
}
.voucher button h4,
.voucher button p{
	margin:0;
	padding:0;
}
.voucher button:hover {
	color:#333;
	border:1px dashed #000;
}
.expiryDate {
	font-weight:bold;
}
.expired {
	text-decoration: line-through; 
	color:red;
}
.scissors {
	display:none;
}
.goTo {
	float:right;
	margin:0;
	padding:0;
}
p.desc{
	display:block;
	padding:10px;
}
p.dates{
	float:right;
	clear:right;
}



/* MISC */

.clear {
	clear:both;
}

p.smlTxt {
	font-size:.9em;
	margin:0;
	padding:0;
}
.fullsize li p.smlTxt a {
	
}
#txtLinks {
	text-align:center;
	padding:5px 0;
}
#txtLinks li {
	display:inline;
	margin:0 5px 0 0;
}
#txtLinks li a {
	font-size:.9em;
	color:#666;
	
}