* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus { outline: 0; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; padding: 4px; }
a img { border:none; }

body {font-size:87.5%;color:#222;line-height: 1.5;background: #F6EFF5; font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:2.6em;line-height:1.25;margin: 0;font-weight:600}
h2 {font-size:1.6em;line-height:1.25;font-weight:600;}
h3 {font-size:1.4em;line-height:1.25;font-weight:600;margin-bottom:0.4em;}
h4 {font-size:1.2em;line-height:1.25;font-weight:600;}
p { font-size: 16px; margin:0 0 1.5em;}
a { color: #006699 }
a:hover { color: #0099cc }
th { font-weight: 600; border-bottom: 2px solid #ccc;}
#accessibility{position:absolute;top:0;left:-9999px}
/* forms */
form ul {
	list-style: none;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #eee;
}
form li {
	padding-bottom: 10px;
}
li label {
	display: block;
	font-weight: 600;
}
textarea {
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 1em;
	font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
}
input {
	border: 1px solid #ccc;
	padding: 6px;
	font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
	vertical-align: middle;
	font-size: 1em;
}
form li span {
	color: #666;
	display: block;
	margin-top: 5px;
}
form li span a {
	color: #666;
}
form .optional li span {
	background: #fff6e0;
	border: 1px solid #ffe197;
	padding: 5px;
	color: #663300;
	margin-top: 5px;
}
form.large label {
	font-size: 1.2em;
}
form.large input {
	padding: 8px;
	font-size: 1.2em;
}
form.large input.submit {
	padding: 6px 10px;
}
@media (min-width: 768px) {
	li label {
		float: left;
		width: 150px;
		padding-right: 14px;
		text-align: right;
	}
	form li span {
		margin-left: 164px;
	}
	form.large label {
		width: 200px;
		padding-right: 10px;
		padding-top: 8px;
	}
	form input.indent {
		margin: 0 0 0 164px;
	}
	form.large span {
		margin-left: 210px;
	}
	form.large .indent {
		margin-left: 210px;
	}
}
.item form label{
	display: block;
}
.item input, .item textarea {
	border: 1px solid #ccc;
	padding: 4px;
}
.item select {
	border: 1px solid #ccc;
	margin-bottom: 6px;
}
input.submit {
	background: none;
	border: none;
	padding: 0;
	vertical-align: middle;
}
input.button {
	background: #45b609;
	border: 1px solid #269503;
	color: #fff !important;
	font-size: 1.2em;
	font-weight: 600;
	text-decoration: none;
	padding: 4px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.5;
	-moz-box-shadow: #a3e680 0 1px 0 0 inset;
	-webkit-box-shadow: #a3e680 0 1px 0 0 inset;
	-o-box-shadow: #a3e680 0 1px 0 0 inset;
	box-shadow: #a3e680 0 1px 0 0 inset;
	margin: 0;
}
#header {
	height: 96px;
	padding: 30px 0 24px 0;
}
@media (min-width: 768px) {
	#logo {
		padding-left: 24px;
	}
	#logo a {
		float: left;
	}
}
#logo a {
	display: block;
	width: 164px;
	height: 42px;
	background: url('/img/logo.png') no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	
}
#navi-container {
	display: none;
}
@media (min-width: 768px) {
	#navi-container {
		display: block;
		float: right;
	}
}

#navi {
	border-right: 2px solid #e9e6e9;
	float: left;
	padding-right: 14px;
}
#navi li {
	float: left;
}
#community {
	float: left;
	width: 210px;
	padding-left: 14px
}
@media (min-width: 992px) {
	#community {
		width: 288px;
	}
}
.signin li {
	float: left;
}
.signin li a {
	font-size: 1.2em;
	padding: 8px 16px;
	float: left;
	font-weight: 600;
	color: #333;
	text-decoration: none;
}
.signin li a:hover {
	color: #000;
}
#community .signup {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	background: #45b609;
	color: #eee;
}
#community .signup:hover {
	background: #47cc00;
	color: #fff;
}
.loggedin li {
	float: left;	
}
.loggedin li a {
	float: left;
	margin-right: 10px;
}
#community .fb_avatar {
	margin-right: 14px;
	float:left;
}

.fb_avatar {
	height: 38px;
	width: 38px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	padding: 1px;
	background: #fff;
}
.connect {
	background: #3b5997 url('/img/connect.png') no-repeat bottom left;
	padding: 8px 20px 8px 50px;
	color: #fff;
	font-size: 1.2em;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	font-weight: 600;
	text-decoration: none;
	float: left;
}
#community .connect {
	float: right;
}
.connect:hover {
	background-color: #6179AC;
	color: #fff
}
.connect:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #2f4779;
}
#search {
	background: #850066 url('/img/stripey.gif') repeat-x;
	padding: 19px 0 14px 0;
	text-align: center;
}
#search form {
	position: relative;
}
#search .query {
	font-size: 1.2em;
	padding: 12px 16px 12px 46px;
	width: 240px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: #ccc 0 2px 0 0 inset;
	-webkit-box-shadow: #ccc 0 2px 0 0 inset;
	-o-box-shadow: #ccc 0 2px 0 0 inset;
	box-shadow: #ccc 0 2px 0 0 inset;
	border: 3px solid #77005c;
	background: #fff url('http://static.shoppingvouchers.co.uk/img/search.png') no-repeat 16px 10px;
	-webkit-transition: border linear 0.1s, box-shadow linear 0.1s;
	-moz-transition: border linear 0.1s, box-shadow linear 0.1s;
	-ms-transition: border linear 0.1s, box-shadow linear 0.1s;
	-o-transition: border linear 0.1s, box-shadow linear 0.1s;
	transition: border linear 0.1s, box-shadow linear 0.1s;
}
@media (min-width: 768px) {
	#search .query {
		width: 420px;
	}
}
#search .focus {
	padding: 12px 16px 12px 16px;
	background: #fff;
	outline: 0;
	border-color: #069;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
#search .search-group {
	position: relative;
	display: inline-block;
}
#search .reset {
	display: none;
	background: url('http://static.shoppingvouchers.co.uk/img/search_reset.png');
	height: 23px;
	width: 23px;
	text-indent: -9999em;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 50;
	cursor: pointer;
}
#search_button {
	background: #850066;
	border: 2px solid #fff;
	color: #fff !important;
	font-size: 1.2em;
	font-weight: 600;
	text-decoration: none;
	padding: 12px 24px 12px 24px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}


#navi a {
	font-size: 1.2em;
	padding: 8px 12px;
	float: left;
	font-weight: 600;
	color: #333;
	text-decoration: none;
}
#navi a:hover {
	color: #000;
}

#dashboard_favourite {
	background: #eee;
	margin: 24px 24px 0 24px;
	padding: 18px 24px;
}
#dashboard_favourite .query {
	font-size: 1.6em;
	padding: 8px;
	width: 374px;
}


#container {
	clear: both;
	padding-bottom: 24px;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
}
#content {
	position: relative;
}

.min #content {
	margin: 0 auto 24px auto;
}

.sidebar_item {
	padding: 18px 24px 18px 24px;
}
.main_item, .full {
	margin-bottom: 24px;
}
.full {
	clear: both;
}
.col_left, .col_middle, .col_right {
	float: left;
	width: 304px;
	margin-left: 24px;
}
.col_right {
	margin-right: 24px;
}
.item_title h3, .item_title h2 {
	padding-bottom: 6px;
	margin: 0;
}
.item_inner {
	padding: 18px 24px;
}
.item_title {
	padding: 0 24px;
}
.page_title {
	padding: 24px 24px 18px 24px;
}
/* FOOTER */
#footer{
	clear: both;
	color: #8D6483;
	width: 936px;
	padding: 0 12px;
	margin: 0 auto;
}
#footer_text,#footer_info,#footer_merchant {
	margin: 0 12px;
	width: 288px;
	float: left;
}
.footer_links {
	float: right;
	padding: 24px 12px 24px 12px;
}
.footer_links li {
	float: left;
}
.footer_links li a {
	float: left;
	margin-left: 12px;
}
#footer_copyright {
	float: left;
	padding: 24px 12px 24px 12px;
}
#footer p {
	clear: both;
}
#footer a {
	color: #8D6483;
}
#footer_copyright p{
	color: #8d6483;
	margin: 0;
}
#footer_copyright a {
	color: #8d6483;
}


.sub_navi {
	background: #dbeef5;
	border-bottom: 1px solid #c5d6dc;
	height: 36px;
}
.sub_navi span.title {
	padding: 8px 18px 8px 24px;
	font-weight: 600;
	float: left;
	height: 36px;
}
.sub_navi li {
	float: left;
}
.sub_navi li a {
	float: left;
	padding: 8px 18px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	height: 36px;
}
.sub_navi li a span {
	font-weight: normal;
	color: #999;
}
.sub_navi li.active {
	margin-bottom: -1px;
}
.sub_navi li.active a {
	text-decoration: none;
	background: #c5d6dc url('http://static.shoppingvouchers.co.uk/img/sub_navi_active.png') bottom center no-repeat;
}
.sub_navi li a.tab_popular {
	width: 70px;
}
.sub_navi li a.tab_latest {
	width: 59px;
}
.sub_navi li a.tab_expiring {
	border-right: none;
	width: 65px;
}


#sidebar p {
	color: #666;
}
#social {
	background: #dbeef5;
	padding: 6px;
	border: 1px solid #c5d6dc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#social h3 {
	padding: 14px 14px 4px 14px;
}
#social_like {
	float:left;
}
#social_title {
	margin: 6px;
}
#social_facebook {
	background: #fff;
	padding: 12px;
	border: 1px solid #c5d6dc;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}


/* STORES */
#alpha {
	padding: 24px 24px 12px 24px;
}
#alpha li a{
	padding: 8px 10px;
}
#alpha li, #sidebar_alpha li {
	float: left;
}
#alpha li a, #sidebar_alpha li a {
	float: left;
	text-align: center;
	margin: 1px 1px 0 0;
	font-size: 1.2em;
	background: #fff;
	border: 1px solid #ccc;
	color: #999 !important;
	font-weight: 600;
	text-decoration: none;
	display: inline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 0;
}
#alpha li.first a {
	width: 40px;
}
#alpha li a {
	width: 23px;
}
#sidebar_alpha li a {
	width: 32px;
}

#alpha li a {
	padding: 2px 5px;
	font-size: 1.1em;
}
.store_list {
	margin: 0;
	list-style: none;
}
.store_list li {
	float: left;
	padding: 2px 0;
}
#stores .store_list li {
	width: 142px;
}
.main_item .store_list li {
	width: 25%;
}
.store_list li a {
	padding-left: 10px;
	background: url('http://static.shoppingvouchers.co.uk/img/bullet.gif') no-repeat 0 3px;
}
#stores h3 {
	clear: both;
	border-bottom: 1px solid #eee;
}
#stores .store_list {
	padding-bottom: 20px;
}
.store_list_col {
	padding: 16px 0;
}
.store_list_col li {
	padding: 2px 0;
	margin: 0 !important;
}
.store_list_col li a {
	padding-left: 10px;
	background: url('http://static.shoppingvouchers.co.uk/img/bullet.gif') no-repeat 0 5px;
	display: block;
}
/* ie7 and below */
* html .store_list_col li a {
	float: left;
}


#breadcrumb {
	border-bottom: 1px solid #ddd;
	height: 28px;
	padding-left: 16px
}
#bredcrumb li {
	float: left;
}
#breadcrumb li a {
	text-decoration: none;
	color: #666;
	font-size: 1em;
	background: url('/img/breadcrumb_divider.gif') center right no-repeat;
	padding: 5px 15px 5px 8px;
	display: block;
	float: left;
	font-size: 12px
}
#breadcrumb li a:hover {
	text-decoration: underline;
}

/* DISCOUNT LAYOUT */
.discount {
	padding: 18px 24px;
	clear: both;
	border-bottom: 1px dashed #ddd;
	 -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
#discount {
	padding: 24px;
	clear: both;
	border-bottom: 1px dashed #ddd;
}
#discount_comments {
	border-bottom: 1px dashed #ddd;
}

.discount:hover {
	 -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
	background: #ffffdb;
}
.last {
	background: none;
}
.discount_reveal_button {
	height: 30px;
}
.discount_button {
	background: #45b609;
	border: 1px solid #269503;
	color: #fff !important;
	font-size: 1.2em;
	font-weight: 600;
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.discount_button:hover, .product_button:hover {
	background-color: #47cc00;
}

.expired h3 a,h1.expired  {
	color: #666;
	text-decoration: line-through;
}
.expired .discount_code {
	color: #666;
	text-decoration: line-through;
	font-size: 1.2em;
	font-weight: 600;
	padding: 4px 8px;
}
.expired .discount_button {
	color: #666;
	background-color: #ccc;
	border: 1px solid #bbb;
	-moz-box-shadow: #eee 0 1px 0 0 inset;
	-webkit-box-shadow: #eee 0 1px 0 0 inset;
	-o-box-shadow: #eee 0 1px 0 0 inset;
	box-shadow: #eee 0 1px 0 0 inset;
}
.expired img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#comments {
	margin-bottom: 24px;
}
#add_comment ul {
	border: none;
	margin: 0
}
.comment {
	padding: 18px 24px 18px 126px;
	clear: both;
	border-bottom: 1px dashed #ddd;
}
.comment_level_2 {
	padding-left: 182px;
}
.comment_level_3 {
	padding-left: 242px;
}
.comment_level_4 {
	padding-left: 302px;
}
.comment_info {
	float: left;
	width: 42px;
}
.comment_content {
	margin-left: 60px;
}
#add_comment .input_name, #add_comment .input_email {
	width: 300px
}
#add_comment textarea {
	width: 600px;
	height: 80px;
}
#comment_login {
	width: 586px;
	height: 66px;
	border: 1px solid #ddd;
	padding: 6px;
	margin-left: 164px;
	padding: 20px 6px 6px 20px;
}
#comment_login span {
	float: left;
	display:block;
	margin-left: 5px;
	padding: 8px;
}
p.comment_dates {
	margin-bottom: 4px;
	color: #666;
}

.product_button {
	background: #45b609;
	border: 1px solid #269503;
	color: #fff !important;
	font-size: 1.1em;
	font-weight: 600;
	text-decoration: none;
	display: block;
	float: left;
	padding: 3px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.discount_navi {
	padding-top: 12px;
	height: 20px;
}
ul.discount_navi li {
	float: left;display: inline;
	margin-right: 15px;
}
.discount_dates {
	margin-bottom: 4px;
	color: #666;
}
.discount h3 {
	margin-bottom: 8px;
	font-size: 1.4em;
}
.discount_terms {
	padding-top: 5px;
	display: none;
}
.discount_info {
	margin-bottom: 16px;
}
@media (min-width: 768px) {
	.discount_info {
		float: left;
		width: 146px;
	}
	.discount_content {
		margin-left: 164px;
	}
}
.discount_details p {
	margin-bottom: 10px;
	color: #666;
	font-size: 0.9em;
}
.super_featured .discount_code {
	width: 160px;
}
.discount_saving {
	background: #F6EFF5;
}

#discount h1 {
	margin-bottom: 12px;
}
#discount .large {
	margin-bottom: 4px;
}
#discount .small {
	margin-top: 18px;
}
.discount_share {
	position: relative;
	top: -8px;
	padding-top: 8px;
	background: url('/img/sub_navi_active_blue.png') no-repeat 24px 0;
}
.discount_share_inner {
	background: #DBEEF5 url('/img/share_love.png') no-repeat 24px 30px;
	margin-bottom: 24px;
	padding-left: 176px;
	height: 90px;
}

.discount_share_inner li {
	float: left;
	margin: 12px 0 5px 12px;
}
li.discount_share_link {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-right: 10px;
	height: 60px;
}

#discount .discount_image {
	width: 286px;
	float: right;
}
#discount .discount_image img {
	border: 1px solid #eee;
}
#discount .discount_inner {
	margin-right: 304px;
}
#discount_alternate {
	padding: 18px 24px;
	background: #f4f4f4;
	border-bottom: 1px dashed #ddd;
}
#discount_alternate .discount {
	padding: 0;
	margin-bottom: 24px;
	clear: none;
	border: none;
}
.store_grid li {
	float: left;
	margin: 5px;
}
.store_grid img {
	width: 110px;
}
.store_grid p {
	font-weight: 600;
	margin: 4px 0 12px 0;
}
.discount_list li {
	border-bottom: 1px dashed #ddd;
	padding: 16px 0;
}
.discount_list_content {
	margin-left: 66px;
}
.discount_list_content a {
	display: block;
}
.discount_list .favicon {
	padding: 0;
}
.discount_list_info {
	float: left;
}
.discount_list .store_logo img {
	width: 50px;
	height: 32px;
}

#large_logo {
	text-align:center;
	border:1px solid #e1e1e1;
	border-radius:3px;
	padding:15px;
}
.discount_list .store_title {
	font-weight: 600;
	font-size: 16px;
}
.discount_list .discount_title {
	color: #666;
	text-decoration: none;
}
#sidebar_categories {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#sidebar_categories h3 {
	padding: 20px 20px 12px 20px;	
	border-bottom: 1px dashed #ddd;
	margin: 0
}
#sidebar_categories .category_list {
	margin: 0;
	list-style: none;
}
#sidebar_categories .category_list li {
	border-bottom: 1px dashed #ddd;
}
#sidebar_categories .category_list li a {
	padding: 20px 18px 20px 66px;
	background-repeat: no-repeat;
	background-position: 20px 12px;
	font-weight: 600;
	font-size: 16px;
	display: block;
}
#sidebar_categories .babies-and-kids a {background-image: url('http://static.shoppingvouchers.co.uk/categories/small/babies-and-kids.png');}
#sidebar_categories .electronics a {background-image: url('http://static.shoppingvouchers.co.uk/categories/small/electronics.png');}
#sidebar_categories .entertainment a {background-image: url('http://static.shoppingvouchers.co.uk/categories/small/entertainment.png');}
#sidebar_categories .clothing-and-accessories a {background-image: url('http://static.shoppingvouchers.co.uk/categories/small/clothing-and-accessories.png');}
#sidebar_categories .food-and-drink a {background-image: url('http://static.shoppingvouchers.co.uk/categories/small/food-and-drink.png');}
#sidebar_categories .gifts-and-flowers a {background-image: url('http://static.shoppingvouchers.co.uk/categories/small/gifts-and-flowers.png');}
#sidebar_categories .health-and-beauty a {background-image: url('http://static.shoppingvouchers.co.uk/categories/small/health-and-beauty.png');}
#sidebar_categories .home-and-garden a {background-image: url('http://static.shoppingvouchers.co.uk/categories/small/home-and-garden.png');}
#sidebar_categories .sports-and-outdoors a {background-image: url('http://static.shoppingvouchers.co.uk/categories/small/sports-and-outdoors.png');}
#sidebar_categories .travel-and-hotels a {background-image: url('http://static.shoppingvouchers.co.uk/categories/small/travel-and-hotels.png');}


.categories li {
	padding: 24px;
	border-bottom: 1px dashed #eee;
}
.categories li img {
	float: left;
	width: 32px;
	height: 32px;
}
.categories li h3 {
	margin-left: 44px;
	margin-bottom: 12px;
	height: 32px;
	line-height: 32px;
}

.subcategories li {
	float: left;
	padding: 3px 0;
	margin: 0;
	border: 0;
}
.subcategories li a {
	padding-left: 10px;
	background: url('http://static.shoppingvouchers.co.uk/img/bullet.gif') no-repeat 0 5px;
	float: left;
	width: 180px;
}


.sidebar_list {
	margin: 0;
	list-style: none;
}
.sidebar_list li {
	border-bottom: 1px dashed #ddd;
	padding: 12px 0;
}
.sidebar_list li.last {
	background: none;
}

.sidebar_list a {
	display: block;
}

.more {
	padding: 8px 10px;
	background: #eee;
	clear: both;
	text-align: center;
	font-weight: 600;
	margin: 0;
}
.more a {
	color: #666;
	text-decoration: none;
}
.more a:hover {
	text-decoration: underline;
	color: #000;
}
.no_results {
	background: #eee;
	margin: 0 24px;
	padding: 24px;
	text-align:center;
}
.no_results h2 {
	color:#666;
	background: url('http://static.shoppingvouchers.co.uk/img/no_results.png') no-repeat top center;
	padding-top: 60px;
}




#store_signup {
	padding: 8px 8px 8px 10px;
	margin: 18px 18px 0 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffe197 url('http://static.shoppingvouchers.co.uk/img/button_bg.png') repeat-x;
	border: 1px solid #dbc182;
}
#store_signup form {
	float: right;
}
#signup_email {
	font-size: 1.2em;
	width: 150px;
	padding: 7px;
}
#store_signup p {
	font-weight: 600;
	margin-right: 280px;
	margin-bottom: 0px;
	line-height: 1.5;
}
#modal .main_item {
	background: #fff url('http://static.shoppingvouchers.co.uk/img/reveal_bg.png') bottom center no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 18px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 18px;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 18px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 3px 18px;
}
#modal h1 {
	margin-bottom: 12px;
}
#modal .large {
	margin-bottom: 4px;
}
#out {
	padding: 18px;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 18px;
}
#out p {
	margin: 0;
}
#out_count {
	float: right;
	font-size: 1em;
	color: #333;
	text-align: right;
	margin: 0;
	padding-right: 45px;
	background: url('http://static.shoppingvouchers.co.uk/img/reveal_arrow.png') center right no-repeat;
}
#out_reveal_title {
	background: #de1152;
	color: #fff;
	float: left;
	font-weight: 600;
	width: 124px;
	padding: 4px 8px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
	height: 40px;
	margin-bottom: 18px;
	font-size: 0.9em;
}
#out_reveal_code {
	background: #eee;
	border: 2px dashed #ccc;
	margin-left: 140px;
	height: 40px;
	padding: 2px 8px;
	font-size: 1.6em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}
#out_button {
	display: block;
	text-align: center;
	padding: 18px 0 0 0;
}
.discount_reveal_title {
	background: #de1152;
	color: #fff;
	float: left;
	font-weight: 600;
	width: 124px;
	padding: 4px 8px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4;
	height: 32px;
	margin-bottom: 18px;
}
.discount_reveal_code {
	background: #eee;
	border: 2px dashed #ccc;
	margin-left: 140px;
	height: 32px;
	padding: 2px 8px;
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}

.store_logo {
	display: block;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	padding: 2px;
	background: #fff;
}
.store_logo:hover {
	border-color: #006699;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.store_logo img {
	display: block;
	width: 140px;
	height: 90px;
	margin: 0 auto;
}
.store_logo_small {
	float:left;
	margin-right:10px;
}
.store_logo_small img {
	height:34px;
	border:1px solid #ccc;
	display:block;
}
.favicon img {
	padding: 1px;
	border: 1px solid #ccc;
	width: 16px;
	height: 16px;
}
#screenshot a {
	display: block;
	width: 334px;
	height: 146px;
	overflow: hidden;
}
#screenshot a img {
	width:334px;
	display: block;
	vertical-align: middle;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#screenshot a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#screenshot {
	border-bottom: 1px solid #ddd;
}






.content_tabs {
	width: 142px;
	float: left;
}
.content_tabs li a {
	display: block;
	background: #eee;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 1.2em;
	text-decoration: none;
}
.content_tabs li.active a {
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 11px 5px 10px;
	margin-right: -1px;
}
.content_item {
	margin-left: 142px;
	width: 753px;
	border-left: 1px solid #ccc;
	padding-left: 18px; 
	background: #fff;
}




/* SMALL TEMPLATE */
#small {
	background: #F6EFF5;
}
#small #logo a, #limited #logo a {
	margin: 0 0 20px 0; 
}
#out_content {
	margin: 0 auto;
	width: 624px;
}
#small #main {
	border: none;
}

#small .message {
	padding: 12px 36px;
} 
#small .item_inner {
	padding: 18px 36px;
} 

.highlight {
	background: #DBEEF5;
	border-top: 1px solid #C5D6DC;
	padding: 18px 0;
}

.tags li {
	float: left;
}
.tags li a {
	float: left;
	background: #ccc;
	color: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
	font-weight: 600;
	padding: 2px 6px;
}

.tag {
	padding: 2px 4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 3px;
	font-weight: 600;
}
.tag_code {
	background: #9a0a05;
}
.tag_post {
	background: #9a0a05;
}
.tag_deal {
	background: #9a0a05;
}
.tag_sale {
	background: #9a0a05;
}

#homepage h2 {
	font-size: 2.6em;
	margin-bottom: 14px
}
#homepage h2 a {
	color: #000;
	text-decoration: none;
}

/* SPLASH */
#splash {
	background: url('http://static.shoppingvouchers.co.uk/img/container_bg.gif') repeat-x;
	border-bottom: 1px solid #740058;
}
#splash h1 {
	color: #fff;
	font-size: 2.6em;
	font-weight: 600;
	text-shadow: 1px 1px 1px #77004d;
	padding: 6px 0;
}
#splash h1 span {
	color: #ffcc00;
}
#splash .discount_button {
	width: 272px;
	text-align: center;
	font-size: 2em;
	padding: 8px 8px;
}
#splash .join_button {
	display: block;
	font-size: 2em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: #45b609;
	border: 1px solid #269503;
	padding: 4px 8px;
	height: 36px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: #a3e680 0 1px 0 0 inset;
	-webkit-box-shadow: #a3e680 0 1px 0 0 inset;
	-o-box-shadow: #a3e680 0 1px 0 0 inset;
	box-shadow: #a3e680 0 1px 0 0 inset;
	margin-top: 30px;
}
#newsletter {
	padding: 24px;
	background: #990066;
	color: #fff;
	font-size: 2.2em;

}
#featured_stores {
	padding: 24px 0;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
}
#featured_stores .item_inner {
	padding: 6px 21px 0 21px;
}
#featured_stores li {
	margin: 3px;
	float: left;
	width: 146px;
}
#featured_stores a {
	display: block;
}
#featured_stores_last .store_logo {
	background: #DBEEF5;
	display: block;
	width: 146px;
	height: 96px;
	margin: 0;
	padding: 10px 16px;
}
#featured_stores_last a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
#featured_stores_last .large {
	font-weight: 600;
	color: #069;
	text-decoration: underline;
	font-size: 14px;
}
#top_5_discounts {
	border-bottom: 1px dashed #ddd;
}
#top_50_stores .row {
	background: url('http://static.shoppingvouchers.co.uk/img/top50.png') no-repeat top 16px right 30px;
}
.post {
	padding: 18px 24px;
	clear: both;
	border-bottom: 1px dashed #ddd;
}
.post_image {
	float: left;
	width: 240px;
	height: 180px;
	overflow: hidden;
	margin-bottom: 18px;
}
.post_image img {
	width: 240px;
}
.post_content {
	margin-left: 260px;
}

.left {float: left;}
.right {float: right;}
.small {color: #666;font-size: 0.9em;}
p.large {font-size:1.2em}
.initial {color: #999;font-weight: 600;}
.focus {color: #333;}

.message {
	border-bottom: 1px dashed #ddd;
	padding: 12px 24px;
	font-weight: 600;
	font-size: 1.2em;
	clear: both;
}
.error {
	background: #ffff99;
	color: #663300;
}
.conf {
	background: #ccff99;
	color: #006600;
}

#top_trumps {
	padding: 24px;
}
.card {
	width: 250px;
	padding: 10px 10px 4px 10px;
	border: 1px solid #ddd;
	float: left;
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
	-webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.1);
			box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.1);
	background-color: #111;
	  /*gradients*/
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#333));
	background-image: -webkit-linear-gradient(top, #111, #333);
	background-image:    -moz-linear-gradient(top, #111, #333);
	background-image:     -ms-linear-gradient(top, #111, #333);
	background-image:      -o-linear-gradient(top, #111, #333);
	border: 1px solid #000;
}
.card h3 {
	margin: 0;
}
.card h5 {
	color: #333;
	font-style: italic;
}
.card img {
	width: 250px;
	height: 150px;
	margin-bottom: 6px;
	padding: 0;
	float: left;
}
.card_title {
	background: #eee;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	padding: 4px 8px;
	margin-bottom: 6px;
	border: 4px solid #f9f9f9;
}
#top_trumps .mike {
	   -moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	     -o-transform:rotate(2deg);
	    -ms-transform:rotate(2deg);

}
#top_trumps .mike .card_title, #top_trumps .mike li {
	background: #f4fcff;
}
#top_trumps .hannah {
	   -moz-transform:rotate(-1deg);
	-webkit-transform:rotate(-1deg);
	     -o-transform:rotate(-1deg);
	    -ms-transform:rotate(-1deg);
}
#top_trumps .hannah .card_title, #top_trumps .hannah li {
	background: #ff9999;
}
#top_trumps .craig {
	   -moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	     -o-transform:rotate(2deg);
	    -ms-transform:rotate(2deg);
}
#top_trumps .craig .card_title, #top_trumps .craig li {
	background: #fff4a6;
}


#top_trumps .mike, #top_trumps .hannah {
	margin-right: 18px;
}
.card li {
	clear: both;
	background: #eee;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
	padding: 3px 8px;
	margin-bottom: 6px;
	border: 4px solid #f9f9f9;
}
.card b {
	font-weight: 600;
	
}



/* AUTO COMPLETE */
.ac_results {
	padding: 1px;
	border: 1px solid #ccc;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 6px;
	font-size: 1.2em;
	cursor: default;
	display: block;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.ac_odd {
	background-color: #f9f9f9;
}
.ac_over {
	background-color: #666;
	color: #fff;
}
/* MODAL */
.jqmWindow {
    display: none;
    
    position: absolute;
    top: 10%;
    left: 50%;
    
    margin-left: -350px;
    width: 700px;
}
.jqmWindow #container_inner {
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px #333;
}
#codeWindow {
	position: fixed;
}
#modal {
	z-index: 3000;
	display: block;
	position: fixed;
	top: 75px;
}
@media (min-width: 768px) {
	#modal {
		left: 50%;
		margin-left: -350px;
		width: 700px;
	}
}

#modal_overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	opacity: 0.5 !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;


}
#overlay { 
	background-color: #000;
	opacity: 0.3 !important;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
}
#search_overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff url('http://static.shoppingvouchers.co.uk/img/loader.gif') no-repeat 460px 150px;
	opacity: 0.6 !important;
	filter:alpha(opacity=0.6);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}
img.modal_close { position: absolute; top: -5px; right: -10px }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html #modal {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

section {
	clear: both;
	width: 100%;
	padding: 24px;
}


.pagination {
	height: 36px;
	margin: 18px 24px;
}
.pagination ul {
	float: left;
	margin: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
	display: inline;
}
.pagination a {
	float: left;
	padding: 0 12px;
	line-height: 34px;
	border-right: 1px #ddd solid;
	text-decoration: none;
}
.pagination a:hover, .pagination .active a {
	background-color: #dbeef5;
}
.pagination .disabled a, .pagination .disabled a:hover {
	background-color: transparent;
	color: #bfbfbf;
}
.pagination .next a {
	border: 0;
}

#content:after, .clearfix:after, section:after, .row:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
#content, .clearfix, section, .row {
	display: inline-block;
}
* html #main {
	width: 622px;
}
/* Hide these rules from IE-mac \*/
* html #content, * html .clearfix, * html section, * html .row {
	height: 1%;
}
#content, .clearfix, section, .row {
	display: block;
}
li#content, li.clearfix {
	display: list-item;
}












.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  #small .container {
  	width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row, .content {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, #main, #sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, #main, #sidebar {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8, #main {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4, #sidebar {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}