﻿
/* New Vouchers */
#vouchers {
	color: #000000;
	margin-left:10px;
	margin-bottom: 5px;
}

#vouchers caption {
	font-size: 21px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}

#vouchers thead {
	background-color: #808080;
	color: #FFFFFF;

}

#vouchers td {
	border: #C0C0C0 dashed;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#vouchers .voucher_discount, .exclusive_voucher_discount {
	border: #C0C0C0 solid;
	border-width: 2px 2px 2px 2px;
	height: 73px;
	width: 73px;
}

.exclusive_voucher_discount {
	background-image: url('http://media.alltheshoes.co.uk/frame/exclusive_label.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.voucher_discount span, .exclusive_voucher_discount span {
	color: #6600FF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
	padding-left: 5px;
}

.logo img {
	border: #C0C0C0 solid;
	border-width: 1px 1px 1px 1px;
}

.voucher_exclusions {
	font-family: Verdana;
	font-size: 9px;
	line-height: 12px;
	vertical-align:bottom;
	padding:5px;
}

.voucher_offer a {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Ariel;
	color: #666666;
	text-decoration: none;
}

.voucher_offer a:hover {
	text-decoration:underline;
}

.voucher_code a {
	background-image: url('http://media.alltheshoes.co.uk/frame/voucher_outline.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 265px;
	height: 73px;
	display:inline-block;
	border: #C0C0C0 solid;
	border-width: 1px 0px 0px 1px;
	text-align: left;
	padding-left: 8px;
	line-height: 60px;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
}

.voucher_code a:hover  {
	padding-left:5px;
	border-left-width:2px;
	border-top-width:2px;
}


.voucher_expiry span {
	font-family: Verdana;
	background-color: #EBEBEB;
	font-size: 10px;
	padding: 4px;
}

#menu_bar ul li a, #menu_bar ul li a:hover {
	padding: 3px 5px 3px 5px;
	margin-right: 5px;
	margin-top: 3px;
}


#menu_bar {
	padding-top:3px;
	padding-bottom: 12px;
}

/* Vouchers v2 */

.voucher_cell {
	display: inline-block;
}
.voucher_cell a {
	border: 1px #C0C0C0 solid;
	width: 318px;
	vertical-align:top;	
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-decoration:none;
	display: inline-block;
	
	-moz-border-radius: 10px;    /* Firefox */
    -webkit-border-radius: 10px; /* Safari and Chrome */
    border-radius: 10px; /* IE9 */
    
    -moz-box-shadow: 3px 3px 5px #d4d4d4;
    -webkit-box-shadow: 3px 3px 5px #d4d4d4;
    box-shadow: 3px 3px 5px #d4d4d4;

}
.voucher_cell a:hover {
	border: 1px #666666 solid;
}

.voucher_cell img {
	vertical-align: middle;
	margin-left: 12px;		
}

.voucher_cell .more {
	margin-left: 5px;
}
.more {
	background: url('http://media.alltheshoes.co.uk/images/arrow.gif') left no-repeat;
	padding-left: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #6699ff;
	margin-left: 5px;
}

.more:hover {
	text-decoration: underline;
}


/* Merchant Information */

#merchant_voucher {
	color: #666666;	
	font-size: 18px;
	margin-left: 20px;
}

#merchant_info {
	margin-left:20px;
	margin-right:20px;
}

#merchant_info img {
	border: 1px #999999 solid;
	
}
#merchant_text {
	width: 700px;
	display: inline-block;
	float: left;
	color: #666666;	
	margin-right: 30px;
}

/* Feature Navigation*/

#feature_nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top: 10px;
	width: 955px;
	border-bottom: 1px #999999 solid;
	padding-left: 50px;
	height: 25px;
}
#feature_nav li {
	padding: 3px 0px 4px 0px;
	background: url('http://media.alltheshoes.co.uk/frame/feature_option.png') no-repeat left top;
	float: left;
	border-bottom: 1px #999999 solid;
	width:150px;
}
#feature_nav li a {
	padding-left: 6px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
#feature_nav li a:hover {
	text-decoration: underline;
}
#feature_nav  #current {
	border-bottom: 1px #FFFFFF solid;
}


