@import url("/scripts/navigation.css");

@font-face {
	font-family: 'AllSaints';
	src: url('/assets/fonts/allsaints.eot');
	src: url('/assets/fonts/allsaints.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/allsaints.woff') format('woff'),
		url('/assets/fonts/allsaints.ttf') format('truetype'),
		url('/assets/fonts/allsaints.svg#allsaints') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'TimesWebFont';
    src: url('/assets/fonts/times-webfont.eot');
    src: url('/assets/fonts/times-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/times-webfont.woff') format('woff'),
         url('/assets/fonts/times-webfont.ttf') format('truetype'),
         url('/assets/fonts/times-webfont.svg#timeswebfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.commodity_font,
.commodity {
	font-family: AllSaints, Verdana, Arial, Helvetica, sans-serif;
}

.times_font {
	font-family: TimesWebFont, Verdana, Arial, Helvetica, sans-serif;
}


body {
    margin:10px 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
    background-color:#FFFFFF;
}
p, td, th {
    font-size:10px;
    color:#666666;
}
.fleft{float:left}
th {
    text-align:left;
}
a {
    color:#666666;
    text-decoration:none;
}
a:hover {
    color:#999999;
}
img {
    border:0;
}
form, fieldset, label, ul {
    padding:0;
    margin:0;
    border:0;
}
textarea, input, select {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
    background-color:#FFFFFF;
    margin:0;
    padding:0;
}
h1 {
    font-size:15px;
    font-weight:bold;
    color:#666666;
    padding:0;
    margin:0 0 10px 0;
}
h4.product_description {
    font-size:15px;
    font-weight:bold;
    color:#666666;
    padding:0;
    margin:x 0 10 0;
}
p {
    padding:0;
    margin:0 0 10px 0;
}
div.hr {
    height:1px;
    margin:0;
    padding:0;
    width:100%;
    background-color:#E5E5E5;
}
div.hr hr {
    display:none;
}
input#add_to_bag {
	position:relative;
	float:left;
}
.inputstandard {
    border:1px solid #999999;
    margin:0;
    padding:0 2px 0 5px;
    width:75%;
}
SELECT.inputstandard { width: 100%; }
.inputmessage {
    border:1px solid #999999;
    margin:0;
    padding:0 2px 0 5px;
    width:450px;
}
.inputmessageerror {
    border:1px solid #FF0000;
    margin:0;
    padding:0 2px 0 5px;
    width:450px;
}
.inputstandarderror {
    border:1px solid #FF0000;
    margin:0;
    padding:0 2px 0 2px;
    width:75%;
}
.inputsmall {
    border:1px solid #999999;
    margin:0;
    padding:0 2px 0 5px;
}
.inputsmall2 {
    border:1px solid #999999;

}
.inputsmallerror {
    border:1px solid #FF0000;
    margin:0;
    padding:0 2px 0 2px;
}

.formerror, .formerror p {
    color:#f00;
}
.flash, .flash p {
    color:#333;
}
.formerror a:link,
.formerror a:visited,
#ac-gift-cards .status-erro a:link,
#ac-gift-cards .status-erro a:visited,
.flash a:link,
.flash a:visited {
    color:inherit;
    text-decoration:underline;
}
.formerror a:hover,
.formerror a:active,
.formerror a:focus,
#ac-gift-cards .status-erro a:hover,
#ac-gift-cards .status-erro a:active,
#ac-gift-cards .status-erro a:focus,
.flash a:hover,
.flash a:active,
.flash a:focus {
    color:inherit;
    text-decoration:none;
}
.formerror p, .flash p {
    margin:5px 0;
}

/* Mobile styles for link back to mobile */
.mobile-active-link {
    font-weight:bold;
    text-decoration:underline;
    text-transform:uppercase;
}
.mobile-site-option {
    float:left;
    width:344px;
    text-align:center;
    padding:15px 10px 5px;
    font-size:13px;
}
.mobile-site-option a {
    text-transform:uppercase;
}
.mobile-site-option a:hover {
    text-decoration:underline;
}
.mobile-site-option a.active {
    text-decoration:underline;
}
/* End Mobile styles */

.register-interest {
    padding:5px;
    background-color:#f1f1f1;
    border:1px solid #c3c3c3;
    color:#4b4b4b;
    clear:both;
    width:100px;
}
.register-interest-confirmation {
    font-weight:bold;
    padding:5px 5px 5px 0;
}
.hidden {
    display:none;
}
.form_inline {
    display:inline;
    padding-right:12px;
    float:left;
}
.form_div {
    display:block;
    float:left;
    width:175px;
    z-index:3;
    position:relative;
    margin:0 10px;
}
.form_div div{
    width:147px;
}
.form_div_highlight{
    background:#d5d5d5;
    cursor:pointer;
}
#area_div div,
#category_id_div div,
#price_id_div div{
	padding:1px 0 2px 3px;
}
.form_div_selected{
    background:#ededed url(../images/arrow_drop.gif) no-repeat right center;
}
.highlight{
    color:black;
}
#navProd {margin-right:10px; border:1px solid #000;}
#black .hr {background-color:#424242; margin-top:1px;}


/* some specific styles for the returns section  */
.return-line{
    padding:3px;
    margin:2px;
}
hr.narrow{
    width:75%;
    color:#efefef;
    margin-top:5px;
    margin-bottom:5px;
}
hr.narrower{
    width:50%;

}
input.right{
    margin:5px 0 5px 370px;
}
div.return_to{
    border-bottom:dashed 2px black;
    font-size:20px;
}
#returns_number_page {
    font-size:110%;
    margin-top:1em;
}
#returns_number_page span.returns_number {
    font-weight:bold;
}
#returns_number_page p.address {
    padding:1em 4em;
    margin:1em 3em 0 0;
    font-size:120%;
    line-height:1.5em;
    background-color:#f8f8f8;
}
#returns_number_page p.address span.country-name {
    text-transform:uppercase;
}

/* popup help div  */
#help{
    display:none;
    position:absolute;
    top:420px;
    left:600px;
    width:300px;
    background-color:#cfcfcf;
    padding:15px;
    z-index:99;
    opacity:0.8;
    filter:alpha(opacity=80);
    font-size:14px;
    font-weight:bold;
    background-image:url('popup_background.gif');
    background-repeat:repeat-y;
}
.obvious_link{
    color:blue;
}
#store_locator{
    float:left;
    width:650px;
    height:459px;
    margin-left:30px;
    margin-top:20px;
}
html>body #store_locator{
    min-height:439px;
    height:auto;
}
p#nonreturnable{
    font-weight:bold;
    padding-top:5px;
}
td.imagery {
    width:274px;
}
.popup_container {
    text-align:center;
    padding:0;
}
#nav1 {
    position:relative;
    z-index:10;
}
#my_account_container {
    position:relative;
    z-index:5;
}
#my_account {
    position:absolute;
    width:257px;
    padding:12px;
    border:1px solid #999999;
    background:#f3f4ef;
    top:0;
    right:-14px;
    z-index:5;
}
* html #my_account {
    right:-1px;
}
#my_account a {
    text-decoration:underline;
}
#my_account h2 {
    font-size:11px;
}
#my_account div.hr {
    clear:both;
    margin-top:10px;
}
#my_account div.field {
    clear:both;
    margin-bottom:10px;
    margin-right:10px;
}
#my_account div.field label {
    display:block;
}
#my_account div.field input {
    display:block;
    width:100%;
}
#my_account div span {
    float:right;
    text-align:right;
    width:50%;
    margin:0;
    padding:0;
}
#my_account div span.full {
    width:100%;
}
#my_account div span.left {
    float:left;
    text-align:left;
}
#my_account div.clear {
    clear:both;
    line-height:0%;
    font-size:1%;
}

/* BEGIN product page */
form#cart {
    min-height:450px;
}
.related_product {
    width:50%;
    float:left;
    margin:20px 0 10px;
    height:50px;
}
.related_product * {
    vertical-align:middle;
}
.related_product img {
    width:35px;
    float:left;
}
.related_product p {
    float:left;
}
.luckyZoomBigImageCont img#bim2 {
    width:900px;
    height:1045px;
}
#product_scroller{
	position:relative;
	width:231px;
	height:90px;
	padding:0;
	margin:0;
	overflow:hidden;
	margin-left:8px;
	text-align:left;
}
.horizontal_scroller .container{
	position:relative;
	height:90px;
	padding:0;
	margin:0;
	text-align:left;
}
.horizontal_scroller img, .horizontal_scroller a{
	position:relative;
	top:0;
	width:77px;
	height:90px;
	margin:0;
	padding:0;
	text-align:left;
}
.horizontal_scroller_arrow{
	position:relative;
	vertical-align:middle;
	padding-top:35px;
}
/* END product page */

/* BEGIN homepage */
div.home_page {
    text-align:center;
    overflow:hidden;
}
/* END homepage */

/* BEGIN CMS pages */
div.cms_page {
    width:934px;
    min-height:548px;
    line-height:1.5em;
    padding:2.5em 8px;
}
/* END CMS pages */


/* BEGIN address book */
div.address_info {
    padding:0 40px 0 0;
    margin-top:10px;
    margin-bottom:2em;
    float:left;
    width:600px;
}
div.address_info h1 {
    margin:0;
    padding:0;
    background:transparent url('/assets/account/my_details/address_book_header.gif') no-repeat bottom left;
    width:160px;
    height:13px;
    text-indent:-9999px;
}
body#checkout_page div.flash,
body#checkout_page div.formerror,
div.address_info p.flash,
div.address_info p.formerror {
    margin-top:1em;
    background-color:#fbfbfb;
    padding:1em 1.5em;
}
body#checkout_page div.flash,
body#checkout_page div.formerror {
    border:1px solid #f8f8f8;
    margin-bottom:1em;
}
div.address_info p.flash,
div.address_info p.formerror {
    border:1px solid #ddd;
    margin-bottom:0;
}
div.address_form p.form,
div.address_form p.info
div.address_form p.form_inline,
div.address_form input,
div.address_form select,
div.address_info p.form,
div.address_info p.info,
div.address_info p.form_inline,
div.address_info input,
div.address_info select {
    font-size:100%;
}
div.address_form input[type=text] {
    padding:2px 5px 3px;
}
div.address_form input[type=text],
div.address_form select {
    margin-top:2px;
}
div.address_form .inputstandard {
    width:400px;
    border-color:#ccc;
}
div.address_form :focus.inputstandard {
    border-color:#999;
}
div.address_form label {
    padding-left:7px;
}
div.address_form select.inputstandard {
    padding:1px 1px 2px 2px;
}
div#mypopup {
    position:absolute;
    top:35px;
    left:25px;
    height:40px;
    padding:0 2em;
    background:#ddd;
    border:1px solid #000;
    text-align:center;
}
div#mypopup p {
    margin:0;
    line-height:40px;
}
form.address_book_menu {
    width:540px;
    position:relative;
    padding-bottom:17px;
    margin-top:1em;
}
form.address_book_menu a:link,
form.address_book_menu a:visited,
div.address_form a:link,
div.address_form a:visited {
    color:#888;
    text-decoration:underline;
}
form.address_book_menu a:hover,
form.address_book_menu a:active,
form.address_book_menu a:focus,
div.address_form a:hover,
div.address_form a:active,
div.address_form a:focus {
    color:#aaa;
    outline:none;
}
form.address_book_menu div.action_links p {
    font-size:120% !important;
}
form.address_book_menu div.action_links p.return {
    font-weight:bold;
}
form.address_book_menu ol.addresses {
    width:625px;
    padding-left:0;
    margin-left:0;
    margin-top:1.5em;
    list-style-type:none;
}
form.address_book_menu ol.addresses li {
    padding:1em 1.2em;
    border-collapse:collapse;
    border:1px solid #DDDDDD;
    overflow:auto;
    margin-bottom:1em;
    background-color:#f8f8f8;
}
form.address_book_menu ol.addresses li.empty p {
    line-height:4em;
    font-style:italic;
    color:#999;
    margin:0;
    text-align:center;
}
form.address_book_menu ol.addresses li.billing,
form.address_book_menu ol.addresses li.shipping {
    background-color:#F8F8F8;
    border-color:#DDDDDD;
}
form.address_book_menu ol.addresses li div.statuses {
    width:285px;
    float:left;
    padding-right:15px;
}
form.address_book_menu ol.addresses li div.details {
    width:210px;
    float:right;
    font-size:110% !important;
}
form.address_book_menu span.tel {
    letter-spacing:1px;
}
form.address_book_menu ol.addresses li h3 {
    display:inline;
    font-size:115%;
    font-weight:bold;
    letter-spacing:1px;
    margin-right:0.2em;
}
form.address_book_menu ol.addresses li div.status {
    padding:0.8em 0 0;
}
form.address_book_menu ol.addresses li div.status p.loading span {
    padding-right:26px;
    background:transparent url('../images/dot_loader.gif') no-repeat right center;
}
form.address_book_menu ol.addresses li p.current {
    font-weight:bold;
}
div.address_form {
    padding-top:1em;
}
div.address_form h2 {
    font-size:105%;
    font-weight:bold;
}
div.address_form ol.picklist {
    list-style-type:none;
    padding-left:0;
    margin-left:0;
    margin-top:1em;
    border:1px solid #ddd;
}
div.address_form ol.picklist li {
    padding:1em 1.5em;
    background-color:#f4f4f4;
}
div.address_form ol.picklist li.alternate {
    background-color:#f9f9f9;
}
div.address_form ol.picklist li.none {
    background-color:#e8e8e8;
}
div.address_form ol.picklist li.none p {
    font-weight:bold;
}
div.address_form ol.picklist li span.first-line, div#address_picklist ol li span.first-line {
    font-weight:bold;
}
div.address_form ol.picklist li input,
div#address_picklist ol li input,
div#address_book li input,
fieldset.address_book p.add_new input {
    display:block;
    float:right;
}
div.address_form ol.picklist li p {
    margin-top:0.2em;
    margin-bottom:0.2em;
}
div.address_form ol.picklist li.over {
    background-color:#fff;
}
div.address_form ol.picklist.active li p span {
    text-decoration:underline;
    color:#888;
    cursor:pointer;
}
div.address_form ol.picklist.active li.over p span {
    text-decoration:none;
}
div.address_form fieldset, div.address_form div.print_address {
    min-height:3em;
    margin-bottom:0;
    padding:1em 1.5em;
    border:1px solid #ddd;
    background-color:#f8f8f8;
}
div.address_form .print_address p.address {
    font-size:110%;
    letter-spacing:1px;
    padding-left:7px;
}
div.address_form .print_address p.form {
    margin:0;
}
div.address_form .print_address input#optional_line {
    letter-spacing:1px;
    font-size:110%;
    width:386px;
}
div.address_form legend {
    margin-bottom:5px;
    letter-spacing:1px;
    margin-top:3em;
    padding:1px 0 1px;
    font-weight:bold;
    border-radius:3px;
    display:inline;
}
div.address_form p.info {
    line-height:150%;
}
div.address_form fieldset span.optional {
    font-size:90%;
    font-style:italic;
}
div.address_form fieldset {
    position:relative;
}
div.address_form fieldset h3 {
    font-size:100%;
    margin-top:0.5em;
}
div.address_form fieldset span.eg,
div.address_form fieldset.print_address span.eg {
    display:block;
    padding-left:7px;
    font-style:italic;
    font-size:90%;
}
div.address_info form.manualAddressForm fieldset,
div.address_info form.confirmedAddress fieldset {
    margin-bottom:1em;
}
div.address_info form.manualAddressForm fieldset.address p.form {
    overflow:auto;
}
div.address_info form.manualAddressForm fieldset.address label {
    float:left;
    width:150px;
    padding-top:3px;
}
div.address_info form.manualAddressForm fieldset.address input,
div.address_info form.manualAddressForm fieldset.address span.static {
    width:350px;
    float:left;
}
div.address_form fieldset.print_address span.eg {
    display:inline;
    padding-left:0;
}
div.address_form fieldset.nickname input#address_alias {
    width:257px;
}
div.address_form fieldset.recipient {
    overflow:auto;
}
div.address_form fieldset.recipient p {
    margin-right:1em;
    float:left;
}
div.address_form fieldset.recipient p.info {
    float:none;
    margin-right:0;
}
div.address_form fieldset.recipient .inputstandard {
    width:auto;
    display:block;
}
div.address_form fieldset.recipient .field_title select {
    width:4em;
}
div.address_form fieldset.contact_tel input#contact_tel {
    width:257px;
    display:block;
}
div.address_form fieldset.lookup input, div.address_form fieldset.lookup select {
    display:block;
}
div.address_form fieldset.results {
    margin-top:2em;
    padding-top:2em;
    padding-bottom:2em;
}
div.address_form fieldset.results ol {
    padding-left:1em;
    margin-left:0;
    list-style-type:none;
}
div.address_form fieldset.results ol li {
    margin:0.6em 0;
    line-height:1.3em;
    padding-left:0;
    font-size:110%;
    letter-spacing:1px;
}
div.address_form fieldset.results ol li.manual {
    font-style:italic;
}
div.address_form fieldset.results .data,
div.address_form fieldset.results .post_town,
div.address_form fieldset.results ol li .company,
div.address_form fieldset.results ol li .sub_building,
div.address_form fieldset.results ol li .building,
div.address_form fieldset.results ol li .premise,
div.address_form fieldset.results ol li .address1 {
    font-weight:bold;
}
div.address_form fieldset.results p.loading {
    font-size:110%;
    margin-bottom:0;
    text-align:center;
}
div.address_form fieldset.results.no_match p {
    text-align:center;
    color:#333;
    font-weight:bold;
}
div.address_form fieldset p.loading a,
div.address_form fieldset p.loading span {
    padding-right:28px;
    background:transparent url('../images/dot_loader.gif') no-repeat right center;
}
div.address_form fieldset p.loading span span {
    background:transparent none;
    padding-right:0;
}
div.address_form span.static {
    font-size:120%;
    letter-spacing:1px;
    padding-left:6px;
    padding-top:2px;
    font-weight:bold;
    display:block;
}
div.address_form fieldset.defaults p.checkbox input,
div.address_form fieldset.defaults p.checkbox label {
    vertical-align:text-top;
}
div.address_form p.checkbox label {
    padding-left:0.6em;
}
body#address_book_add div.address_form select#country {
    width:34em;
}
/* END address book */

div.loading-invisible{
    display:none;
}
div.loading-visible{
    display:block;
    position:absolute;
    top:200px;
    left:0;
    width:100%;
    text-align:center;
    background:#fff;
    opacity:.75;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

/* BEGIN login */
#login_container {
    width:465px;
    height:560px;
    margin:10px 0 0 10px;
}
#login_container h2 {
    height:9px;
    width:300px;
    text-indent:-9999px;
    background-position:left center;
    background-repeat:no-repeat;
    margin-top:1em;
}
#login_container h2#existing_customers {
    background-image:url('../assets/login/existing_customers.gif');
}
#login_container h2#forgotten_password {
    background-image:url('../assets/login/forgotten_password.gif');
}
form#login label {
    display:block;
}
form#login input {
    padding:1px 2px;
    height:14px;
    border:1px solid #ddd;
    background-color:#f8f8f8;
    margin-top:7px;
}
form#login fieldset {
    overflow:hidden;
}
form#login.forgotten_password p {
    width:455px;
}
form#login.forgotten_password #send_email {
    width:449px;
}
form#login p.form {
    width:219px;
    float:left;
    margin-right:0;
}
form#login p.form.first {
    margin-right:25px;
}
form#login div.buttons_area {
    text-align:right;
    margin-top:5px;
    border-bottom:1px solid #ddd;
    padding-bottom:12px;
}
form#login input.submit {
    width:auto;
    height:auto;
    background-color:transparent;
    border:none;
    padding:0;
}
/* END login */

/* BEGIN account details */
#my_info {
    display:block;
    overflow:hidden;
}
#my_info p.form {
    width:276px;
    margin-right:16px;
    margin-bottom:1em;
    float:left;
}
#my_info p.form .inputstandard {
    width:267px;
}
#my_info p.form select.inputstandard {
    width:276px;
}
#my_info p.radio input {
    margin-right:2px;
}
#my_info p.radio label {
    margin-right:32px;
    padding-bottom:3px;
}
#my_info div {
    width:292px;
}
#subscriptions_area {
    padding-top:2em;
    border-top:1px solid #ddd;
}
/* END account details */

td.gift_card, td.name div.gift_card {
    padding-left:17px;
    background:url('/assets/checkout/arrow.gif') no-repeat 6px 10px;
    font-weight:bold;
}

td.gift_card select, td.name div.gift_card select {
    margin-top:2px;
    font-weight:normal;
}

table#checkout_items th {
    text-align:inherit;
}

/* Checkout payment page - PayPal */
#debit_card_payment_cont,#paypal_payment_cont {
	width:30px;
}
#debit_card_payment_cont {
	height:270px;
}
#debit_card_payment_checkbox {
	margin-top:10px;
}
fieldset.credit_card {
	width:380px;
}
#paypal_payment_cont {
	width:150px;
	margin-bottom:15px;
	background:url("https://www.paypal.com/en_US/i/logo/PayPal_mark_60x38.gif") right center no-repeat;
	line-height:38px; /* Same height as image above */
}
#paypal_payment_checkbox {
	float:left;
	width:30px;
}
.buy-now input {
	float:right;
	margin-right:30px;
}
.rule {
	height:1px;
	width:380px;
	border-bottom:1px solid silver;
}

/* accepted ccards */
.ccards-1,
.ccards-2 {
	background:#fff url('/assets/checkout/cards.gif') no-repeat;
    height:24px;
    text-indent:-9999px;
}
.ccards-1 {
    width:135px;
    background-position:0 1px;
    margin-bottom:10px;
}
.ccards-2 {
    width:197px;
    background-position:-140px 0;
}
.gift-header {
    width:140px;
    height:25px;
    background:#fff url('/assets/account/gift_cards/gift_cards_header.gif') no-repeat 0 5px;
    padding:0;
    margin:0 0 1em 0;
}
.to-img span {
    display:none;
}

/* mastercard page */
#ac-mastercard {
    width:550px;
    float:left;
    padding-top:25px;
}
#ac-mastercard .header {
    width:160px;
    height:14px;
    background:#fff url('/account/allsaints_mastercard/assets/mastercard_header.gif') no-repeat 0 0;
    margin:0 0 12px 0;
}

/* account/gift_cards/ section */
#ac-gift-cards {
    width:550px;
    float:left;
    padding-top:25px;
}
#ac-gift-cards .downtime p {
    padding-right:200px;
    line-height:1.4em;
    margin-bottom:0.8em;
    font-weight:500;
}
#ac-gift-cards .cf {
    line-height:0;
    font-size:1%;
    clear:both;
}
#ac-gift-cards .field-error {
    border:1px solid red;
}
#ac-gift-cards .field-error-msg {
    border:1px solid pink;
    width:200px;
    color:red;
    background-color:#eeeeee;
    padding:5px;
    margin-bottom:10px;
}
#ac-gift-cards .inputstandard {
    width:100%;
    margin-bottom:6px;
}
#ac-gift-cards .info-succ {
    padding:5px 3px;
    background-color:lightgreen;
    color:green;
}
#ac-gift-cards .info-info {
    padding:5px 3px;
    background-color:lightblue;
    color:darkblue;
}
#ac-gift-cards .info-erro {
    padding:5px 3px;
    background-color:pink;
    color:red;
}
#ac-gift-cards label {
    display:block;
    margin-top:4px;
    margin-bottom:4px;
}
#ac-gift-cards .header {
    width:160px;
    height:14px;
    background:#fff url('/assets/account/gift_cards/gift_cards_header.gif') no-repeat 0 0;
    margin:0 0 12px 0;
}
#ac-gift-cards h3 {
    float:right;
    margin:0 0 16px 0;
    height:13px;
}
#ac-gift-cards .to-img a {
    display:block;
    height:13px;
    width:100%;
    height:100%;
}
#ac-gift-cards .conc-group {
    padding:0;
    margin-top:0;
    margin-left:65px;
    clear:both;
}
#ac-gift-cards .to-img span {
    display:none;
}
#ac-gift-cards .sub-amtr {
    height:13px;
}
#ac-gift-cards .has_user_info .sub-amtr {
    width:281px;
    background:#fff url('/assets/account/gift_cards/add_money_to_reg.gif') no-repeat -5px 0;
}
#ac-gift-cards .has_no_user_info .sub-amtr {
    min-width:275px;
    width:100%;
    min-height:26px;
    background:#fff url('/assets/account/gift_cards/add_money_no_reg.gif') no-repeat;
}
#ac-gift-cards .sub-cgcb {
    min-width:275px;
    width:100%;
    height:26px;
    background:#fff url('/assets/account/gift_cards/check_gift_card_balance.gif') no-repeat;
}
#ac-gift-cards .sub-ragc {
    width:275px;
    height:13px;
    background:#fff url('/assets/account/gift_cards/register_a_gift_card.gif') no-repeat -2px -1px;
}
#ac-gift-cards .sub-vhoc {
    width:280px;
    height:13px;
    background:#fff url('/assets/account/gift_cards/view_history_of_card.gif') no-repeat -4px -1px;
}
#ac-gift-cards .sub-pd {
    width:280px;
    height:13px;
    background:#fff url('/assets/checkout/payment_details.gif') no-repeat -1px 1px;
}
#ac-gift-cards .submit {
    width:300px;
    height:55px;
    border:0;
    overflow:clip;
    text-indent:-2000px;
    margin:2px 10px 0 0;
    float:left;
}
#ac-gift-cards button.submit::-moz-focus-inner {
    border:0;
}
#ac-gift-cards .status {
    width:220px;
    float:left;
    margin:0 0 2em;
}
#ac-gift-cards .status-off {
    display:none;
}
#ac-gift-cards .status-on {
    display:block;
    color:red;
}
#ac-gift-cards .submit-cb {
    background:#fff url('/assets/account/gift_cards/check_balance_btn.gif') no-repeat 0 0;
    cursor:pointer;
}
#ac-gift-cards .submit-aa {
    background:#fff url('/assets/account/gift_cards/add_amount.gif') no-repeat 0 0;
    cursor:pointer;
    margin-top:10px;
}
#ac-gift-cards .submit-rc {
    background:#fff url('/assets/account/gift_cards/register_card_btn.gif') no-repeat 0 0;
    cursor:pointer;
}
#ac-gift-cards .submit-vh {
    background:#fff url('/assets/account/gift_cards/view_history_btn.gif') no-repeat -8px 0;
    cursor:pointer;
}
#ac-gift-cards .status-succ {
    color:green;
}
#ac-gift-cards .status-proc {
    color:red;
}
#ac-gift-cards .status-proc span {
    text-decoration:blink;
}
#ac-gift-cards .status-erro {
    color:red;
}
#ccards-cont {
    width:280px;
}
#ac-gift-cards .ccards-1 {
    width:135px;
    height:24px;
    background:#fff url('/assets/checkout/cards.gif') no-repeat 0 1px;
    margin-bottom:10px;
}
#ac-gift-cards .ccards-2 {
    width:165px;
    height:24px;
    background:#fff url('/assets/checkout/cards.gif') no-repeat -140px 0;
}
#ac-gift-cards .history td {
    padding:4px 4px;
}
#ac-gift-cards .history td.col-date {
    width:120px;
    border-bottom:1px solid #eee;
    vertical-align:top;
}
#ac-gift-cards .history td.col-action {
    width:180px;
    border-bottom:1px solid #eee;
    vertical-align:top;
}
#ac-gift-cards .history td.col-location {
    border-bottom:1px solid #eee;
    vertical-align:top;
}
#ac-gift-cards .history thead {
    background-color:#ccc;
}
#ac-gift-cards .history tbody td.type-load span {
    font-weight:bold;
    color:purple;
}
#ac-gift-cards .card-hist-item {
    color:#333;
}
#ac-gift-cards .history tbody td.type-redeem span {
    font-weight:bold;
    color:red;
}
#ac-gift-cards .sub-ctrl {
    float:left;
    display:block;
    width:15px;
    height:15px;
}
#ac-gift-cards .sub-ctrl-up {
    background:#fff url('/assets/account/gift_cards/arrow_right.gif') no-repeat 4px 2px;
}
#ac-gift-cards .sub-ctrl-down {
    background:#fff url('/assets/account/gift_cards/arrow_down.gif') no-repeat 2px 4px;
}
#ac-gift-cards .form-status {
    color:red;
}
body#join_mailing fieldset input,
body#join_mailing fieldset select,
body#gift_card_purchase fieldset input {
    background-color:#f8f8f8;
    border-color:#ddd;
}

/* BEGIN tracking lookup display */
div.tracking_lookup table {
    margin-bottom:1em;
}
div.tracking_lookup th {
    background-color:#d4ccbf;
    padding:5px;
}
div.tracking_lookup th,
div.tracking_lookup td {
    white-space:nowrap;
    vertical-align:top;
}
div.tracking_lookup tr {
    background-color:#ebebe6;
}
div.tracking_lookup tr.alt {
    background-color:#fff;
}
div.tracking_lookup td {
    padding:5px;
}
div.tracking_lookup h3 {
    padding:5px;
}
div.tracking_lookup h3:after {
    content:':';
}
div.tracking_lookup .signed_for {
    font-style:italic;
    text-transform:lowercase;
}
div.tracking_lookup .signatory {
    font-style:normal;
    font-weight:bold;
    text-transform:uppercase;
}
div.tracking_lookup td.description {
    white-space:normal;
}
/* END tracking lookup display */

/* BEGIN order details tracking interface */
div.trackWrapper{
    margin-top:10px;
    margin-bottom:10px;
    display:block;
}
div.trackWrapper span.courier{
    font-weight:bold;
}
div.trackWrapper span.trackingIdContainer  {
    display:block;
    margin-top:10px;
    margin-bottom:10px;
}
div.trackWrapper span.trackingId  {
    margin-left:0;
    margin-right:10px;
}
div.trackWrapper span.trackingId img  {
    margin:10px;
}
div.trackWrapper a.inline {
    font-weight:bold;
    border-bottom:1px solid #aaa;
    padding-bottom:1px;
}
div.trackWrapper a.inline:focus {
    outline:none;
}
/* END order details tracking interface */

/* gift card front end page */
form.gift_card_purchase {
    width:130px;
    padding-right:20px;
}
form.gift_card_purchase div.submit {
    margin-top:15px;
    text-align:right;
}
/* END gift card front end page */
.clear {
    clear:both;
}
.cf {
    clear:both;
    line-height:0%;
    font-size:0%;
    height:0;
}
#wrap {
    background-color:#fff;
}
#header {
    width:950px;
    margin:0 auto;
    text-align:left;
    overflow:visible;
}
#mainNav {
    position:relative;
    left:-8px;
    width:100%;
}
#header ul li {
    display:inline;
}
#footer {
    width:950px;
    margin:0 auto;
    text-align:left;
    overflow:visible;
}
.subMenu {
    font-size:0.9em;
    float:right;
    width:575px;
    border-bottom:1px solid #e5e5e5;
    margin-top:12px;
    padding-bottom:4px;
    position:relative;
    color:#898989;
    z-index:5;
}
.subMenu li {
    padding:1px 8px;
    border-left:1px solid #e5e5e5;
}
.subMenu li.noline {
    border:0;
    padding-left:0;
    padding-right:6px;
}
.subMenu a:hover {
    text-decoration:underline;
    color:#000;
}
#header .bag {
    float:right;
    width:200px;
    font-size:1.1em;
    position:relative;
    left:33px;
}
#header input {
    vertical-align:top;
}
#bottomNav {
    float:right;
    margin:0;
    padding:0;
    list-style:none;
    font-size:0.9em;
    margin-top:1px;
}
#bottomNav a.active,
#bottomNav a:hover {
    color:#000;
    text-decoration:underline;
}
#bottomNav li {
    float:left;
    margin:0;
    padding:0;
    padding:0 6px;
    border-left:1px solid #8f8f8f;
    vertical-align:middle;
    line-height:1.2;
    padding-bottom:2px;
}
#bottomNav li.first {
    padding:0 6px 0 0;
    border:0;
}
#DBlink {
    float:right;
    margin:0;
    padding:0;
    padding-right:5px;
    list-style:none;
    font-size:0.9em;
    margin-top:1px;
}
#DBlink a.active,
#DBlink a:hover {
    color:#000;
    text-decoration:underline;
}
#logo {
    background:#fff url(../images/logo-spitalfields.png) 6px 10px no-repeat;
    height:31px;
    width:340px;
}
#logo a {
    display:block;
    width:340px;
    height:31px;
    outline:0;
}
#logo span {
    display:none;
}

#logo.commodity,
#logo.times_font {
	font-size: 22px;
	font-weight: normal;
	background: none;
}

#logo.commodity a,
#logo.times_font a {
	display: block;
	outline: 0;
	color: #000;
}

#logo.commodity span {
	display: block;
}

#logo.times_font {
	width: 223px;
	height: auto;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 5px;
}

#logo.times_font:first-line {
	font-size: 27px;
	line-height: 27px;
	letter-spacing: 5px;
}

#logo.times_font a,
#logo.times_font span {
	display: inline;
}

.subscribe_enter {
    display:block;
    height:33px;
    vertical-align:middle;
    line-height:33px;
    margin-top:-2px;
}
.subscribe_enter:hover {
    text-decoration:underline;
    color:#000;
}
#searchtable{
    position:relative;
    top:3px;
    left:-7px;
    overflow:visible;
}
#quicksearch_container {
    float:right;
    margin-top:0;
    position:relative;
    width:230px;
    z-index:1500;
}
#quicksearch_container_2 {
    clear:both;
    float:right;
    margin-top:0;
    position:relative;
    top:0;
    width:237px;
    z-index:1500;
}
#quicksearch_container_2 #search {
	display:block;
	color:#AAA;
	float:left;
	background:url('/assets/search/search-bar.png') left 0 no-repeat;
	width:200px;
	height:15px;
	border:none;
	padding:0;
	margin-top:1px;
	padding:0 4px;
	font-size:1em;
}
#submit_go {
	color:#FFF;
	border:0;
	width:25px;
	height:15px;
	display:block;
	float:right;
	text-indent:-5000px;
	display:block;
	font-size:0;
	line-height:0;
	background:#FFF url('/assets/search/light-go-button.png') no-repeat center center;
	margin-top:1px;
}
#search {
    width:199px;
    font-size:1em;
    colour:#999;
}

/* START site (country) selector */
#country_info {
    float:right;
    display:none;
    width:230px;
    font-size:10px;
    line-height:14px;
    margin-top:-1px;
    margin-right:0;
    text-align:left;
}
#us_info_link{
    display:none;
}
#gb_info_link{
    display:inline;
}
#no_info_link{
    display:none;
}

#primary-nav-sign_in.site_selector,
#primary-nav-sign_in.site_selector:hover,
#primary-nav-my_account.site_selector,
#primary-nav-my_account.site_selector:hover {
	background:none;
	width:auto;
	float:right;
	line-height:27px;
	margin-right:20px;
}
#primary-nav-sign_in.site_selector span,
#primary-nav-my_account.site_selector span {
	display:block;
}
#site_selector_2 {
	display:none;
	position:absolute;
	z-index:1501;
	right:0;
}
#site_selector_2 .container {
	width:450px;
	height:46px;
	margin:auto;
	background:white;
	float:right;
	z-index:99999;
}
.page-fixed-outer {
	z-index:200;
	position:relative;
}
#content-area {
	z-index:100;
	position:relative;
	min-height: 507px;
}
#site_selector_lock {
	display:none;
}
#site_selector_languages {
	position:absolute;
	right:0;
	top:0;
	width:960px;
}
#site_selector_languages li {
	margin-left:20px;
	font-size:10px;
	display:block;
	float:left;
}
#site_selector_languages ul {
	float:right;
	background:#fff;
	height:30px;
}
#site_selector_languages .heading {
	text-transform:uppercase;
	font-weight:bold;
}
#site_selector_change {
	position:absolute;
	background:#fff;
	right:0;
	top:27px;
	width:400px;
	text-align:right;
}
#primary-nav-bag_site_selector {
	line-height:27px;
}
#primary-nav-bag_site_selector * {
	vertical-align:bottom;
}
#site_selector_change p {
	margin-bottom:5px;
	font-size:10px;
}
#site_selector_change p.link {
	text-transform:uppercase;
	font-size:10px;
}
#site_selector_change p.link * {
	vertical-align:bottom;
}
#site_selector_change p.close {
	position:absolute;
	right:-20px;
	top:-7px;
	padding-left:10px;
	padding-bottom:7px;
	font-size:16px;
}
#site_selector_change p.link img {
	margin-right:7px;
}
#site_selector span.country_code {
    text-decoration:underline;
}
#site_selector a:hover span.country_code {
    text-decoration:none;
}
#flag_1  {
	height:14px;
}
#us_flag,
#gb_flag {
    top:1px;
    position:relative;
}
#flag_2,
#flag_2_bagfull,
#flag_2_bagfull{
    display:none;
}
#flag_2_bagempty,
#flag_2_bagempty {
    display:inline;
}
#flag_1 #gb_flag,
#flag_2 a:hover #gb_flag{
    background:transparent url('/assets/site_selector/UK_on.gif') no-repeat;
}
#gb_flag {
    background:transparent url('/assets/site_selector/UK_off.gif') no-repeat;
}
#us_flag,
#flag_2 a:hover #us_flag{
    background:transparent url('/assets/site_selector/US_on.gif') no-repeat;
}
#us_flag{
    background:transparent url('/assets/site_selector/US_off.gif') no-repeat;
}
#site_selector_moreinfo_title {
    text-align:left;
    width:749px;
    padding:20px 20px 0 20px;
}
#site_selector_bagfull_title {
    text-align:left;
    width:549px;
    padding:20px 20px 0 20px;
}
#site_selector_moreinfo_container {
    background:transparent url('/assets/site_selector/moreinfo_bground.jpg') no-repeat;
    width:789px;
    height:450px;
}
#site_selector_moreinfo_container-us {
    background:transparent url('/assets/site_selector/moreinfo_bground-us.jpg') no-repeat;
    width:789px;
    height:450px;
}
#site_selector_bagfull_container{
    background:transparent no-repeat;
    width:589px;
    height:20px;
    padding-top:10px;
}
.site_selector_moreinfo_content{
    width:354px;
    height:425px;
    padding:20px 0 0 20px;
    float:left;
}
.site_selector_bagfull_content{
    width:350px;
    height:20px;
    padding:0;
    float:left;
    text-align:right;
}
#site_selector_page_container{
    height:500px;
    width:950px;
    padding:0;
    margin-top:0;
}
/* END site (country) selector */

/* START Refer friends section */
#referfriends label {
    display:block;
}
#referfriends input {
    padding:1px 2px;
    height:14px;
    border:1px solid #ddd;
    background-color:#f8f8f8;
    margin-top:7px;
}
#referfriends fieldset {
    overflow:hidden;
}
#referfriends p.form {
    float:left;
    margin-right:0;
}
#referfriends p.form.first {
    margin-right:1.5em;
}
#referfriends_conditions {
    font-size:10px;
    position:absolute;
    margin:10px 0 10px 10px;
    bottom:0;
    padding:5px;
}
#referfriends_conditions  li {
    text-indent:-12px;
    margin-left:5px;
    list-style-type:none;
    font-size:10px;
}
/* END Refer friends section */

/* BEGIN iPhone landing */
#iphone_landing {
    height:577px;
    padding-top:5px;
}
#iphone_landing h1 {
    margin:18px 0 10px 8px;
    text-indent:-9999px;
    background:transparent url('../images/iphone_landing/header.gif') no-repeat left center;
    height:10px;
}
#iphone_landing div.copy {
    float:left;
    height:491px;
    padding-left:8px;
    overflow:auto;
    width:445px;
}
#iphone_landing div.buttons {
    float:right;
    width:157px;
    padding-top:20px;
}
#iphone_landing #presentation {
    float:right;
    margin-right:64px;
    background:transparent url('../images/iphone_landing/iphone.jpg') no-repeat center;
    width:258px;
    height:528px;
}
/* END iPhone landing */


/* BEGIN iPad landing */
#ipad_landing {
    height:577px;
    padding-top:5px;
}
#ipad_landing h1 {
    margin:18px 0 10px 0px;
    text-indent:-9999px;
    background:transparent url('../images/ipad_landing/header.gif') no-repeat left center;
    height:10px;
}
#ipad_landing div.copy {
    float:right;
    height:491px;
    padding-left:8px;
    overflow:auto;
    width:445px;
}
#ipad_landing div.buttons {
    float:left;
    width:157px;
    padding-top:20px;
}
#ipad_landing #presentation {
    float:left;
    margin-left:0px;
    background:transparent url('../images/ipad_landing/ipad.jpg') no-repeat left;
    width:475px;
    height:523px;
}
/* END iPad landing */

#search-results {
    position:absolute;
    z-index:1000;
    width:413px;
    height:280px;
    border:1px solid #ddd;
    padding-top:5px;
    padding-bottom:5px;
    overflow-y:scroll;
    background-color:#fff;
    opacity:0.95;
    -moz-opacity:0.95;
    filter:alpha(opacity=95);
    top:28px;
    right:5px;
}
#contactform tr {
    vertical-align:top;
}
#contactform td {
    padding:10px 0;
    vertical-align:top;
}
#contactform input, #contactform select {
    width:250px;
}

#contactform textarea {
    width:400px;
    height:130px;
}
#contactform .formaction {
    position:relative;
    left:50px;
    top:93px;
}
#page_not_found #content-area {
    background:transparent url('/assets/error404/background-404.jpg') no-repeat top center;
}
.content_for_404 {
    width:925px;
    margin-left:auto;
    margin-right:auto;
    padding-left:25px;
    padding-top:32px;
}
.content_for_404 h1 {
    text-indent:-9999px;
    height:95px;
    margin-bottom:0;
}
.content_for_404 .info {
    font-size:125%;
    font-weight:bold;
    margin-left:167px;
    margin-bottom:2em;
}
#colour_swatches_selected {
	margin-bottom:7px;
}
div.colour_swatch {
    display:block;
    width:32px;
}
div.colour_swatch_cat {
    display:block;
margin:1 auto;
padding:0px;
}
img.colour_swatch {
    vertical-align:bottom;
    width:16px;
    height:14px;
    border:1px solid #ABABAB;
}
img.colour_swatch_cat {
	border: 0px;
    vertical-align:bottom;
    width:12px;
    height:12px;
    margin 1px;
}
td.colour_swatch_half {
    width:8px;
    height:16px;
    font-size:0;
}
img.colour_swatch_half {
    width:8px;
    height:14px;
}
td.colour_swatch_half_cat {
    width:6px;
    height:12px;
    font-size:0;
}
img.colour_swatch_half_cat {
    width:6px;
    height:12px;
}
.swatch_table{float:left;}
.careers-dropdown-arrow {
    float:right;
    cursor:pointer;
}
img.careers-dropdown-arrow {
    width:16px;
    height:16px;
    border:0 none;
}
.careers-dropdown-title {
    padding-top:2px;
    float:left;
    width:90%;
}
.careers-dropdown-title-date-small {
    padding-top:2px;
    float:left;
    width:33px;
}
.careers-dropdown-title-date {
    padding-top:2px;
    float:left;
    width:75px;
}
.careers-left-filter-container {
    width:170px;
    height:35px;
    border:0 solid;
}
.careers-right-filter-container {
    width:250px;
    height:35px;
    border:0 solid;
}
.careers-date-filter-container {
    width:105px;
    height:35px;
    border:0 solid;
}
.careers-date-small-filter-container {
    width:65px;
    border:0 solid;
}
.careers-dropdown-container {
    float:left;
    padding-top:9px;
}
.careers-dropdown-mask {
    padding:0 0 0 5px;
    background:#f7f6f4;
    border:1px solid #e9e9e9;
    overflow:hidden;
    height:16px;
}
.careers-dropdown-mask-error {
    border:1px solid red;
}
.careers-dropdown-mask-left {
    width:160px;
}
.careers-dropdown-mask-right {
    width:240px;
}
.careers-dropdown-mask-date {
    width:95px;
}
.careers-dropdown-mask-date-small {
    width:55px;
}
.careers-content-list {
    padding:0 0 0 0;
    background:#f7f6f4;
    border:1px solid #e9e9e;
    border-top:0;
    overflow:hidden;
    max-height:200px;
    height:0;
    height:auto;
    position:relative;
}
.careers-content-list-left {
    width:165px;
}
.careers-content-list-right {
    width:245px;
}
.careers-content-list-date {
    width:100px;
}
.careers-content-list-date-small {
    width:60px;
}
.careers-content-div-left-with-scroller {
    float:left;
    top:0;
    position:relative;
    width:150px;
}
.careers-content-div-date-with-scroller {
    float:left;
    top:0;
    position:relative;
    width:85px;
}
.careers-content-div-date-small-with-scroller {
    float:left;
    top:0;
    position:relative;
    width:45px;
}
.careers-content-div-right-with-scroller {
    float:left;
    top:0;
    position:relative;
    width:230px;
}
.remove-from-view {
    position:absolute;
}
ul.careers-list-items {
    margin:0;
    padding:0;
    cursor:pointer;
}
ul.careers-list-items li {
    list-style:none;
    line-height:15px;
    width:100%;
    border:1px solid #f7f6f4;
}
input.careers-free-search {
    padding:1px 1px 1px 5px;
    background:#f7f6f4;
    width:223px;
    border:1px solid #e9e9e9;
    height:14px;
    font-size:10px;
    color:#959595;
}
input.careers-input {
    background:#f7f6f4;
    border:1px solid #e9e9e9;
    height:14px;
    padding:1px 5px 1px 5px;
    width:190px;
}
input.careers-input-error {
    border:1px solid red;
}
.careers-textarea {
    background:#f7f6f4;
    border:1px solid #e9e9e9;
    height:100px;
    padding:1px 5px 1px 5px;
    width:323px;
}
.careers-textarea-error {
    border:1px solid red;
}
.careers-application-form-row-div {
    height:30px;
    vertical-align:middle;
}
.careers-application-form-row-div-buttons {
    height:20px;
    vertical-align:middle;
    text-align:right;
}
div.careers-app-form-availability {
    float:left;
    width:50px;
    height:25px;
    line-height:25px;
    border:1px solid #e9e9e9;
    background-color:#f7f6f4;
    padding-left:1px;
    text-align:center;
    vertical-align:middle;
}
input.careers-app-form-availability {
    width:40px;
    background-color:#f7f6f4;
    border:0 solid;
}
.careers-scroller-container {
    max-height:200px;
    height:auto;
    height:0;
    float:left;
    margin-left:5px;
    width:6px;
}
.careers-scroller {
    width:6px;
    height:29px;
    background:#cbc9c9;
    cursor:pointer;
}
.careers-checkbox-div-left {
    float:left;
    width:40px;
    height:28px;
}
.careers-checkbox-div-right {
    float:left;
    width:20px;
    height:28px;
}
.careers-hr-line {
    background:url('/assets/careers/line.jpg');
    background-repeat:no-repeat;
    background-position:center;
    height:10px;
    margin-bottom:10px;
}
.careers-scroller-container-app-form {
    float:right;
    height:auto;
}
.careers-scroller-line-app-form {
    width:15px;
    height:430px;
    background:url('/assets/careers/scroll_bar.gif');
    background-repeat:no-repeat;
    background-position:center;
}
.careers-scroller-button-app-form {
    width:15px;
    height:43px;
    background:url('/assets/careers/scroller.gif');
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}

/* Bullet list */
ul.std_bullet {
    margin:0 0 0 25px;
}
ul.std_bullet li {
    list-style-image:url('/assets/std_bullet.gif');
}

/* Account Mastercard */
.account-mastercard {
    width:300px;
    height:65px;
    margin-bottom:25px;
    padding:3px 0 0 0;
    background:transparent url('/images/account-mastercard.jpg') no-repeat 0 0;
}
.account-mastercard a.roll {
    display:block;
    text-indent:-9000px;
    outline:none;
}
.account-mastercard a.mcard-pay {
    height:25px;
    width:194px;
    margin-bottom:8px;
    margin-left:107px;
    margin-right:0;
    background:transparent url('/assets/mastercard/pay_btn.gif') no-repeat 0 0;
}
.account-mastercard a.mcard-pay:hover {
    background-position:0 -26px;
}
.account-mastercard a.mcard-apply {
    height:14px;
    width:86px;
    margin-left:107px;
    margin-right:0;
    background:transparent url('/assets/mastercard/apply-now_btn.gif') no-repeat 0 0;
}
.account-mastercard a.mcard-apply:hover {
    background-position:0 -14px;
}

/* Zoom rollover */
.roll_zoom a {
    display:block;
    height:12px;
    width:70px;
    text-indent:-9000px;
    outline:none;
}

/* Apply rollover */
.roll_apply a {
    display:block;
    height:14px;
    width:100px;
    text-indent:-9000px;
    outline:none;
}

/* Overlay map */
div.overlay_map {
    display:none;
    width:739px;
    height:590px;
    padding:35px;
    background:transparent url('../assets/sameday/white.png') no-repeat 0 0;
}

/* Close rollover */
.roll_close a {
    display:block;
    height:14px;
    width:56px;
    text-indent:-9000px;
    outline:none;
    background:transparent url('/assets/sameday/close.gif') no-repeat 0 0;
}
.roll_close a:hover {
    background-position:0 -15px;
}

/* BEGIN SITEMAP */
#sitemap-content {
    margin:25px 0 10px 6px;
}
#sitemap-content h1 {
    text-indent:-9999px;
    width:140px;
    height:11px;
    background:transparent url('/assets/sitemap/sitemap.gif') no-repeat left center;
    margin-bottom:20px;
    margin-left:28px;
}
.sitemap-section {
    border-top:1px solid #ddd;
    width:98%;
    margin:0;
    clear:both;
    padding-top:10px;
}
.sitemap-section h2 {
    margin:0;
    width:135px;
    float:left;
    font-size:100%;
    padding-left:15px;
    text-transform:uppercase;
}
.sitemap-inner-column {
    min-width:110px;
    float:left;
    padding-bottom:10px;
    padding-right:10px;
}
.sitemap-inner-column ul {
    list-style:none;
}
.sitemap-inner-column ul li {
    padding-bottom:3px;
}
.sitemap-inner-column ul li a {
    font-size:8pt;
}
#sitemap-section-men {
    text-indent:-9999px;
    background:url('/assets/sitemap/men.jpg') left center no-repeat;
}
#sitemap-section-women {
    text-indent:-9999px;
    background:url('/assets/sitemap/women.jpg') left center no-repeat;
}
#sitemap-section-children {
    text-indent:-9999px;
    background:url('/assets/sitemap/children.jpg') left center no-repeat;
}
#sitemap-section-homeware {
    text-indent:-9999px;
    background:url('/assets/sitemap/homeware.jpg') left center no-repeat;
}
#sitemap-section-gifts {
    text-indent:-9999px;
    background:url('/assets/sitemap/gifts.jpg') left center no-repeat;
}
#sitemap-section-vintage-men {
    text-indent:-9999px;
    background:url('/assets/sitemap/vintage_men.jpg') left center no-repeat;
}
#sitemap-section-vintage-women {
    text-indent:-9999px;
    background:url('/assets/sitemap/vintage_women.jpg') left center no-repeat;
}
#sitemap-section-help {
    text-indent:-9999px;
    background:url('/assets/sitemap/help.jpg') left center no-repeat;
}
#sitemap-section-information {
    text-indent:-9999px;
    background:url('/assets/sitemap/information.jpg') left center no-repeat;
}
/* END SITEMAP */

#heading-subscribe span,
#heading-thankyou span,
#button-contshop span {
    display:none;
}
#button-contshop a {
    display:block;
    height:18px;
    width:130px;
}
#button-submit {
    display:block;
    height:18px;
    width:60px;
    border:0;
    overflow:hide;
    text-indent:-3000px;
}

fieldset.join-form legend {
	display:none;
}

fieldset.join-form .inputstandard, fieldset.join-form .inputstandarderror{
    padding:0;
    margin:0;
    margin-bottom:20px;
}
fieldset.join-form div {
	float:left;
	width:230px;
}
fieldset.join-form div.radio-checkbox-list p {
	margin:0 0 4px 0;
	padding:0;
}
fieldset.join-form div.radio-checkbox-list ul {
	list-style:none;
	margin:0;
	padding:0;
}
fieldset.join-form div.radio-checkbox-list ul li input {
	float:left;
	margin-right:4px;
	padding:1px;
}
fieldset.join-form div.radio-checkbox-list-inline ul li {
	float:left;
}
fieldset.join-form div.radio-checkbox-list-inline ul li label {
	float:left;
	margin-right:16px;
}
fieldset.join-form label {
	cursor:pointer;
    display:block;
    margin-bottom:4px;
}
fieldset.join-form span.gender {
    padding-left:0.8em;
    padding-right:1.6em;
}
.message-yes-list,
.message-no-list,
.message-yes-read,
.message-no-read {
    border-width:1px;
    padding:8px;
    border-style:solid;
    border-color:#BBBBBB;
    vertical-align:middle;
}
.message-yes-list {
    width:400px;
    background-color:#f7f7f7;
}
.message-no-list {
    width:400px;
    background-color:#c7c7c7;
}
.message-yes-read {
    width:450px;
    background-color:#f7f7f7;
}
.message-no-read {
    width:450px;
    background-color:#d9d9d9;
}

/* CS message */
.csm-message {
    background:#fff url(/assets/account/csm-message.gif) no-repeat center center;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    height:20px;
    padding-top:5px;
    display:block;
    z-index:200;
}

#shopbysize {
	margin-top:10px;
}
#category_html_content{
	overflow: hidden;
}
.category_content {
	position: relative;
}
.category_pagination {
	margin-top:10px;
	font-size:10px;
	padding-bottom:3px;
	width:100%;
	float:left;
	border-bottom:1px solid #E5E5E5;
}
.category_breadcrumb {
	font-size:10px;
	font-weight:normal;
	float:left;
}
.category_pagination_inner {
	float:right;
}
.category_filter_form {
	margin-top:10px;
	border-top:1px solid #E5E5E5;
}
.category_product {
	float:left;
	width:180px;
	height:240px;
	text-align:center;
}
.category_product_preorder {
	position: absolute;
	width: 170px;
	z-index: 5;
	text-align: center;
}
.category_product_available_colours {
	height:18px;
	margin:0 auto;
}
.category_product_available_colours_double {
	height:36px;
	margin:0 auto;
}
.category_product_name_price {
	font-size:10px;
}
.colour_swatch_cat {
	border:1px solid black;
	width:12px;
	float:left;
	margin-right:3px;
}
.colour_swatch_half_cat {
	float:left;
	width:6px;
	height:12px;
	padding:0px;
}

/* Styles for lookbook section */

.jspContainer{outline-style:none; outline-width:0pt;}

/* START OLD LOOKBOOK CSS */
/* TODO: CAN BE DELETED ONCE NEW LOOKBOOK IS LIVE FOR A WHILE */
#lookbook-container-div{margin-top:13px; margin-bottom:13px; color:#A8A8A8; font-family:verdana; font-size:0.92em;}
#looks_container{width:580px;}
.look_container{ width:103px; height:137px; float:left; margin-right:10px; border:1px solid #CCCCCC; margin-bottom:15px; }
#lookbook_scrollpane{overflow:hidden; height:305px;}

#lookbook_left_col{float:left; width:588px;}
#lookbook_right_col{float:right; width:322px;}

.look_image{position:relative; z-index:1;}
.large_look_image{position:relative; }
#large_look{ border:1px solid #CCCCCC; width:320px; height:422px; float:right; }
#zoom_button {
	position: absolute;
	height: 13px;
	bottom: 10px;
	left: 10px;
	z-index: 100;
	padding: 3px;
	background: #FFFFFF;
	text-transform: uppercase;
	font-size: 1em;
	cursor: pointer;
}
.zoomin_container {
	display: none;
}

#lookbook_products{position:relative; z-index:100}

.lookbook_product_container .product {
	width: 270px;
	float: left;
	margin: 10px 2px 10px 0px;
	position: relative;
	z-index: 50;
}

/* Mostly a ie7 hack on z-index */
.lookbook_product_container .product.active {
	z-index: 51;
}

.lookbook_product_container .lookbook_product {
	width: 77px;
	height: 90px;
	float: left;
	margin-right: 10px;
}

.lookbook_product_container .product_options {
	width: 183px;
	float: left;
}

.lookbook_product_container .look_title {
	margin-bottom: 2px;
}

.lookbook_product_container .look_title a {
	margin-left: 10px;
	vertical-align: middle;
}

.lookbook_product_container .look_title a img {
	vertical-align: middle;
}

.lookbook_product_container .look_price {
	font-weight: bold;
	color: #808080;
	margin-top: 7px;
	margin-bottom: 10px;
}

/* using product size selector to generate rounded corners but size guide link not needed */
.lookbook_product_container #size_guide {
	display: none;
}

.lookbook_product_container #size_select {
	display: none;
}

.lookbook_product_container .size_box_round_corners {
	margin: 3px 0px;
}

.lookbook_product_container .size_selector {
	margin: 5px 0px;
	overflow: auto;
	width: 100%;
}

.lookbook_product_container .size_selector a {
	font-size: 9px;
	padding: 0px 2px 0px;
	height: 21px;
	min-width: 22px;
}

.lookbook_product_container .size_selector .sizes {
	clear: none;
}

.lookbook_product_container .add_this_product {
	margin: 5px 0px;
	clear: both;
}

#lookbook_overlay,
.lookbook_product_container .overlay {
	display: none;
	position: absolute;
	top: -1px;
	left: 87px;
	background: #FFF;
	border: 1px solid #DDD;
	width: 243px;
	z-index: 100;
	padding: 10px 5px 15px 5px;
}

#lookbook_overlay .close,
.lookbook_product_container .overlay .close {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	width: 11px;
	height: 11px;
	background: url(/assets/lookbook/close.png) no-repeat top left;
	text-indent: -5000px;
	outline: none;
}

.lookbook_product_container .size_box_round_corners .left_corners {
	background: url(/assets/product/size_round_corners/newLeft_small.gif) no-repeat;
}

.lookbook_product_container .size_box_round_corners .right_corners {
	background: url(/assets/product/size_round_corners/newRight_small.gif) no-repeat;
}

.lookbook_product_container .size_box_round_corners.sb_disabled .left_corners {
	background: url(/assets/product/size_round_corners/newLeft2_small.gif) no-repeat;
}

.lookbook_product_container .size_box_round_corners.sb_disabled .right_corners {
	background: url(/assets/product/size_round_corners/newRight2_small.gif) no-repeat;
}


#look_price{color:#808080; margin-top:20px; float:right; width:320px;}

.lookbook_checkbox{margin-top:-1px; margin-right:5px;}

#look_price #navProd {
    margin-right:0;margin-top:0;
}
/* END OLD LOOKBOOK CSS */

.no_style{border:none;}

/* Skinned Drop Down Menus */
.jquery-selectbox {
    position:relative;
    height:16px;
    border:1px #EBEBEB solid;
    width:100px;
    z-index:0;
    float:left;
    display:inline;
    margin:0 4px 4px 0;
    font-size:1em;
    font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:#444;
    padding:0;
    background-image:url("/assets/lookbook/bg-TextField");
    background-color:#F7F5F6;
    color:#9A9A9A;
    text-align:left;
}
.jquery-selectbox.selecthover {
    border-color:#EBEBEB;
    background-color:#F7F5F6;
    background-image:url("/assets/lookbook/bg-TextFieldFocused");
    z-index:700;
}
.jquery-selectbox .jquery-selectbox-currentItem {
    padding:3px 0 0 3px;
    white-space:nowrap;
    display:block;
    overflow:hidden;
}
.jquery-selectbox .jquery-selectbox-list {
    display:none;
    position:absolute;
    top:16px;
    padding:2px;
    left:0;
    background:#F7F5F6;
    width:10px;
    height:180px;
    overflow-x:hidden;
    overflow-y:auto;
    z-index:1000;
    border:1px #EBEBEB solid;
    text-align:left;
}
.jquery-selectbox .jquery-selectbox-moreButton {
    float:right;
    background:url("/assets/lookbook/lay-selectMoreButton.gif") no-repeat;
    width:16px;
    height:16px;
    cursor:pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
    background:url("/assets/lookbook/lay-selectMoreButton.gif") no-repeat;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
    background:#8f8c85;
    color:#eee;
}
.jquery-selectbox .jquery-selectbox-item {
    display:block;
    cursor:default;
}
/* Skinned Drop Down Menus for career section */
.career-section-selectbox {
    position:relative;
    height:18px;
    border:1px #EBEBEB solid;
    width:150px;
    z-index:0;
    float:left;
    display:inline;
    margin:0 4px 4px 0;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#444;
    padding:0;
    background-image:url("/assets/lookbook/bg-TextField");
    background-color:#F7F5F6;
    color:#9A9A9A;
    text-align:left;
}
.career-section-selectbox.selecthover {
    border-color:#EBEBEB;
    background-color:#F7F5F6;
    background-image:url("/assets/lookbook/bg-TextFieldFocused");
    z-index:700;
}
.career-section-selectbox .career-section-selectbox-currentItem {
    padding:3px 0 0 3px;
    white-space:nowrap;
    display:block;
    overflow:hidden;
}
.career-section-selectbox .career-section-selectbox-list {
    display:none;
    position:absolute;
    top:16px;
    padding:2px;
    left:0;
    background:#F7F5F6;
    width:10px;
    height:180px;
    overflow-x:hidden;
    overflow-y:auto;
    z-index:1000;
    border:1px #EBEBEB solid;
    text-align:left;
}
.career-section-selectbox .career-section-selectbox-moreButton {
    float:right;
    background:url("/assets/lookbook/lay-selectMoreButton.gif") no-repeat;
    width:16px;
    height:16px;
    cursor:pointer;
}
.career-section-selectbox .career-section-selectbox-moreButton.morebuttonhover {
    background:url("/assets/lookbook/lay-selectMoreButton.gif") no-repeat;
}

.career-section-selectbox .career-section-selectbox-item.listelementhover {
    background:#8f8c85;
    color:#eee;
}
.career-section-selectbox .career-section-selectbox-item {
    display:block;
    cursor:default;
}
/* START basket page */
table.basket {
    width:910px;
    margin-bottom:30px;
}
.basket_header {
    font-weight:bold;
    padding:3px 0 3px 0;
}
.basket_total {
    background-color:#f6f4f5;
    border:1px solid #ebebeb;
    font-weight:bold;
    padding:3px 0 3px 0;
}
.basket_sub_headers {
    font-weight:bold;
}
.basket_select {
    background-color:#f6f4f5;
    border:1px solid #ebebeb;
    font-size:1.0em;
}
.basket_input {
    background-color:#f6f4f5;
    border:1px solid #ebebeb;
    font-size:1.0em;
}
.basket_link a,
.basket_link a:hover {
    text-decoration:underline;
}
/* END basket page */

/* START tertiary pages */
#tertiary_pages_outer_container {
    width:530px;
}
#tertiary_pages_inner_container {
    padding-top:11px;
    padding-left:0;
    width:510px;
}
/* END tertiary pages */

/* Press Login Section */
#press_login_container{height:540px; width:373px; margin-top:0; padding:10px 0 0 7px; color:#999999;}
.pInput{border:1px solid #EAEAEA; background:#F8F8F8; width:170px; }
.press_form_elem{float:left; width:170px; margin-right:30px;}
#login_message{margin-bottom:10px;}
.mt4{margin-top:4px;}

/* SIZE GUIDE PAGES */
#men_outerwear_info,
#men_trousers_info,
#men_denim_info,
#men_footwear_info,
#men_belts_info,
#women_sizes_info,
#women_denim_info,
#women_footwear_info,
#women_belts_info,
#children_sizes_info,
#children_shoes_info,
#men_generic_info,
#women_generic_info,
#men_shirts_info {
	display:none
}
/* END SIZE GUIDE PAGES */

#gift_card_quantity_title {
    width:200px;
}


/* size selector boxes */
#size_select{
	height: 22px;
}
#prod_id_size_One_Size {
	width: auto !important;
	width:50px;
	min-width: 50px;
}
#size_notification_form {
	display: none;
}
#size_guide {
	margin-top: 10px;
	cursor: pointer;
}

.size_box_long {
	width: 67px;
}
.size_box_container {
	margin-left: -2px;
}

.size_box_selected {
	background: #cccccc;
}

.size_box_round_corners {
	position: relative;
	float: left;
	margin: 3px 2px;
	height: 27px;
	text-align: center;
	padding-right: 0px;
	min-width: 30px;
	cursor: pointer;
}

.size_box_round_corners div {
	position: relative;
	width: 7px;
	height:27px;
	float: left;
	z-index:10;
}

.size_box_round_corners a {
	position: relative;
	display: block;
	z-index: 5;
	float: left;
	height: 22px;
	min-width: 25px;
	padding: 3px 3px 0px 3px;
	margin: 0px -5px;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

.size_box_round_corners .left_corners {
	background: url(/assets/product/size_round_corners/newLeft.gif) no-repeat;
}

.size_box_round_corners .right_corners {
	background: url(/assets/product/size_round_corners/newRight.gif) no-repeat;
}

.size_box_round_corners.sb_disabled a {
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	cursor: default;
	color: #C1C1C1;
}

.size_box_round_corners.sb_disabled .left_corners {
	background: url(/assets/product/size_round_corners/newLeft2.gif) no-repeat;
}

.size_box_round_corners.sb_disabled .right_corners {
	background: url(/assets/product/size_round_corners/newRight2.gif) repeat-x;
}

.size_box_long {
	width: 67px;
}




#slideshow-background {
    height:100%;
    width:100%;
    background:no-repeat center top;
    position:absolute;
    z-index:-1000;
}
#slideshow-background2 {
    height:100%;
    width:100%;
    background:no-repeat center top;
    position:absolute;
    z-index:-1001;
}

/* COMPANY INFO START */
.company_info_data {
    height:140px;
    width:240px;
    float:left;
}
.company_info_address {
    height:120px;
}
.company_info_address p{
    margin-top:0;
}
.company_info_hr {
    height:1px;
    padding:0;
    width:100%;
    background-color:#E5E5E5;
    float:left;
    margin-top:20px;
    margin-bottom:10px;
}
#company_info_hr_1, #company_info_hr_3 {
    display:none;
}
/* COMPANY INFO END */

/* CMS ASSETS */
#randplogin_butt{
    display:block;
    text-indent:-9999px;
}
.careers_circle_arrow{
    float:right;
    display:block;
}
#careers_search_header{
    display:block;
    height:20px;
    width:100px;
}
#care_icons_header,
#care_guide_header {
    text-indent:-9999px;
    margin-bottom:10px;
    clear:both;
    top:0;
}
#care_icons_header {
    margin-top:16px;
}
#returns_header {
    text-indent:-9999px;
    width:400px;
    margin-left:8px;
    margin-bottom:10px;
    padding-bottom:0;
}
#shipping_header {
    text-indent:-9999px;
    width:400px;
    margin-left:8px;
    margin-bottom:0;
    padding-bottom:0;
}
#company_info_header {
//    text-indent:-9999px;
    width:400px;
    margin-left:8px;
//    margin-bottom:11px;
    margin-bottom:30px;
    margin-top:50px;
    padding-bottom:0;
}
.account_orders_close {
    text-indent:-9999px;
    display:block;
}
.account_orders_view {
    text-indent:-9999px;
    display:block;
}
#your_orders_header {
    text-indent:-9999px;
    margin-bottom:10px;
    margin-top:-8px;
}
.account_orders_cross {
    text-indent:-9999px;
    display:block;
}
.account_orders_back_to {
    display:block;
}
.account_orders_return {
    text-indent:-9999px;
    display:block;
    border: 0;
    padding: 0;
    margin: 0;
}
#manage_orders_header {
    text-indent:-9999px;
    margin-top:18px;
}
.account_orders_remove {
    text-indent:-9999px;
    display:block;
    float:right;
}
.account_orders_submit {
    text-indent:-9999px;
    display:block;
    float:right;
}
#address_book_header {
    text-indent:-9999px;
}
.open_book_add_new_address {
    text-indent:-9999px;
    display:block;
}
.address_book_submit {
    text-indent:-9999px;
    display:block;
    float:right;
}
#gift_card_header {
    text-indent:-9999px;
    margin-top:-8px;
}
.account_giftcards_check_balance {
    text-indent:-9999px;
}
.account_giftcards_card {
    width:550px;
}
.account_giftcards_check_balance2 {
    text-indent:-9999px;
    cursor:pointer;
}
#mastercard_header {
    text-indent:-9999px;
    margin-top:-8px;
}
.account_mastercard_card {
    width:550px;
}
.account_mastercard_pay_balance {
    display:block;
}
#wishlist_header {
    text-indent:-9999px;
    float:left;
    margin-top:-8px;
    margin-bottom:10px;
}
.account_wishlist_send {
    display:block;
}
.account_wishlist_send span {
    display:none;
}
#your_account_details_header {
    text-indent:-9999px;
    display:block;
    margin-top:17px;
}
.product_add_to_bag {
    display:block;
}
.product_size_guide{
    display:block;
}
.help_form_submit_butt{
    display:block;
    text-indent:-9999px;
    margin-top:10px;
}
.billing_address_header,
.shipping_address_header{
    margin-bottom:5px;
}
.purchase_butt{
    display:block;
    text-indent:-9999px;
}
#join_allsaints_header {
    height:14px;
    margin:0 0 5px;
    padding:0;
    font-size:0.1em;
    line-height:0.1em;
}
#search_header .gender {
    font-weight:bold;
}
#search_header .gender-selected {
    font-weight:bold;
    text-decoration:underline;
}
#recently_viewed {
    height:23px;
    padding-right:30px;
    border-top:1px #E5E5E5 solid;
    border-right:1px #E5E5E5 solid;
    border-bottom:1px white solid;
    text-indent:-9999px;
}
.recently_viewed_extra {
    border-bottom:1px #E5E5E5 solid;
}
#home_h2 a span {
    display:none;
}

input.product_add_ctrl,
#product_new_goto_checkout {
	font-size: 11px;
	line-height: 16px;
	padding: 5px 20px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	color: #FFF;
	background: #4d4d4d;
	box-shadow: 0px 0px 0px #666;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, rgb(102, 102, 102)), color-stop(0.75, rgb(51, 51, 51)));
	background-image: -moz-linear-gradient(center top, rgb(102, 102, 102) 25%, rgb(51, 51, 51) 75%);
}
input.product_add_ctrl:hover{
	color: #666;
	background: #dfdfdf;
	box-shadow: 0px 0px 0px #999;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, rgb(247, 247, 247)), color-stop(0.75, rgb(206, 206, 206)));
	background-image: -moz-linear-gradient(center bottom, rgb(247, 247, 247) 25%, rgb(206, 206, 206) 75%);
}
#product_new_goto_checkout {
	color: #666;
	background: #dfdfdf;
	box-shadow: 1px 1px 1px #999;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, rgb(247, 247, 247)), color-stop(0.75, rgb(206, 206, 206)));
	background-image: -moz-linear-gradient(center bottom, rgb(247, 247, 247) 25%, rgb(206, 206, 206) 75%);
}
#product_new_goto_checkout:hover {
	color: #FFF;
	background: #4d4d4d;
	box-shadow: 0px 0px 0px #666;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, rgb(102, 102, 102)), color-stop(0.75, rgb(51, 51, 51)));
	background-image: -moz-linear-gradient(center top, rgb(102, 102, 102) 25%, rgb(51, 51, 51) 75%);
}

a.button.commodity,
input[type='submit'].commodity {
	font-size: 11px;
	line-height: 16px;
	padding: 5px 20px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	behavior: url(/scripts/boilerplate/PIE.htc);
}

a.button.commodity,
a.button.commodity.black,
a.button.commodity.white:hover,
input[type='submit'].commodity,
input[type='submit'].black.commodity,
input[type='submit'].white.commodity:hover {
	color: #FFF;
	background: #4d4d4d;
	box-shadow: 0px 0px 0px #666;
	/*-pie-background: linear-gradient(#666666, #333333);*/
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, rgb(102, 102, 102)), color-stop(0.75, rgb(51, 51, 51)));
	background-image: -moz-linear-gradient(center top, rgb(102, 102, 102) 25%, rgb(51, 51, 51) 75%);
}

a.button.commodity:hover,
a.button.commodity.white,
a.button.commodity.black:hover,
input[type='submit'].white.commodity,
input[type='submit'].commodity:hover,
input[type='submit'].black.commodity:hover {
	color: #666;
	background: #dfdfdf;
	box-shadow: 1px 1px 1px #999;
	/*-pie-background: linear-gradient(#F7F7F7, #CECECE);*/
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, rgb(247, 247, 247)), color-stop(0.75, rgb(206, 206, 206)));
	background-image: -moz-linear-gradient(center bottom, rgb(247, 247, 247) 25%, rgb(206, 206, 206) 75%);
}





a.button.commodity.arrow.left,
a.button.commodity.arrow.right,
input[type='submit'].commodity.arrow.left,
input[type='submit'].commodity.arrow.right {
	padding-left: 35px;
	background-repeat: no-repeat, repeat;
	background-position: 10px center, left top;
}

a.button.commodity.arrow.right.complete,
input[type='submit'].commodity.arrow.right {
	padding-left: 20px;
	padding-right: 35px;
}

a.button.commodity.arrow.left,
a.button.commodity.black.arrow.left,
a.button.commodity.white.arrow.left:hover,
input[type='submit'].commodity.arrow.left,
input[type='submit'].black.commodity.arrow.left,
input[type='submit'].white.commodity.arrow.left:hover {
	/*-pie-background: url('/assets/arrow-button-white-left.png') no-repeat 10px center, linear-gradient(#666666, #333333) repeat left top;*/
	background-image: url('/assets/arrow-button-white-left.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0.25, rgb(102, 102, 102)), color-stop(0.75, rgb(51, 51, 51)));
	background-image: url('/assets/arrow-button-white-left.png'), -moz-linear-gradient(center top, rgb(102, 102, 102) 25%, rgb(51, 51, 51) 75%);
}

a.button.commodity.arrow.left:hover,
a.button.commodity.white.arrow.left,
a.button.commodity.black.arrow.left:hover,
input[type='submit'].white.commodity.arrow.left,
input[type='submit'].commodity.arrow.left:hover,
input[type='submit'].black.commodity.arrow.left:hover {
	/*-pie-background: url('/assets/arrow-button-black-left.png') no-repeat 10px center, linear-gradient(#F7F7F7, #CECECE) repeat left top;*/
	background-image: url('/assets/arrow-button-black-left.png'), -webkit-gradient(linear, left bottom, left top, color-stop(0.25, rgb(247, 247, 247)), color-stop(0.75, rgb(206, 206, 206)));
	background-image: url('/assets/arrow-button-black-left.png'), -moz-linear-gradient(center bottom, rgb(247, 247, 247) 25%, rgb(206, 206, 206) 75%);
}

a.button.commodity.arrow.right,
a.button.commodity.black.arrow.right,
a.button.commodity.white.arrow.right:hover,
input[type='submit'].commodity.arrow.right,
input[type='submit'].black.commodity.arrow.right,
input[type='submit'].white.commodity.arrow.right:hover {
	/*-pie-background: url('/assets/arrow-button-white-right.png') no-repeat 10px center, linear-gradient(#666666, #333333) repeat left top;*/
	background-image: url('/assets/arrow-button-white-right.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0.25, rgb(102, 102, 102)), color-stop(0.75, rgb(51, 51, 51)));
	background-image: url('/assets/arrow-button-white-right.png'), -moz-linear-gradient(center top, rgb(102, 102, 102) 25%, rgb(51, 51, 51) 75%);
}

a.button.commodity.arrow.right:hover,
a.button.commodity.white.arrow.right,
a.button.commodity.black.arrow.right:hover,
input[type='submit'].white.commodity.arrow.right,
input[type='submit'].commodity.arrow.right:hover,
input[type='submit'].black.commodity.arrow.right:hover {
	/*-pie-background: url('/assets/arrow-button-black-right.png') no-repeat 10px center, linear-gradient(#F7F7F7, #CECECE) repeat left top;*/
	background-image: url('/assets/arrow-button-black-right.png'), -webkit-gradient(linear, left bottom, left top, color-stop(0.25, rgb(247, 247, 247)), color-stop(0.75, rgb(206, 206, 206)));
	background-image: url('/assets/arrow-button-black-right.png'), -moz-linear-gradient(center bottom, rgb(247, 247, 247) 25%, rgb(206, 206, 206) 75%);
}

/* My Account > Cards */
#my_account_cards {
	position:absolute;
	width:618px;
	margin-left:300px;
	padding:15px;
	border:1px solid silver;
	background-color:#eee;
}
#my_account_cards_heading h1 {
	color:#949294 !important;
	font-size:10px;
	padding-top:20px;
}
#my_account_cards_delete_button {
	margin-top:20px;
}

.clearfix { clear:both; }

#product_video_overlay .close {
	position:absolute;
	background: url("/scripts/fancybox/fancybox.png") repeat scroll -40px 0 transparent;
	width:30px;
	height:30px;
	right:0;
	top:0;
	margin-right:-20px;
	margin-top:-20px;
}
.look_title_text{
    float: left;
    padding-right: 5px;
 }
 

#wishlist_link {
	float: left;
	padding: 5px 10px 5px 15px; 
}
#wishlist_link img {
	margin:0;
	margin-top:0px;
	float:right;
	padding: 0px 1px 1px 4px;
}
#wishlist_dropdown {
	position: absolute;
	width: 146px;
    margin-top: 26px;
    margin-left: 138px;
	border: 1px solid #C0C0C0;
	box-shadow: 1px 1px 1px #999999;
	z-index: +1;
}
#wishlist_dropdown ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	max-width: 145px;
	width: 145px;
	border: 1px solid #C0C0C0;
}
#wishlist_dropdown ul li {
	display: block;
	margin: 0;
	padding: 2px;
	border-top: 1px solid #C0C0C0;
 	float: left;
	width: 140px;
	font-size: 10px;
	background-color: #ECEEF5;
}
#wishlist_dropdown ul li:hover a {
	padding: 0;
	background-color: #C0C0C0;
	color: #666;
}
#wishlist_dropdown ul li a {
	padding: 0px;
	width: 140px;
}
#wishlist_dropdown ul li a img {
}
#wishlist_create_text {
	float; left;
	width: 100px;
}
#wishlist_tick img:hover {
}
#wishlist_name {
	min-height: 1.8em;
	z-index: +1;
}
#wishlist_msg {
	border-top: 1px solid #666;
	z-index: +1;
}
#checkout_after_wishlist {
	margin: 10px 0px 5px 0px;
}

