.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

body {
	
	height: 100%;
	margin: 0;
	--color: #444;
	background: url('/img/bg.jpg') repeat;
}

/* ------------------------ */

.navbar-brand {
  height:inherit;
}
.navbar-inverse {
	background-color:#380040;
}

#navbar {
	max-height:90%;
}


.navbar-form .form-control {
	display: inline-block;
	width:80%;
	background-color: #eee;
}

.navbar-form .form-control::-webkit-input-placeholder {
   color: brown;
   opacity:0.6;
}



ul#socialmedia {margin:0; padding:0; list-style:none; height:36px; margin:10px 20px 0 0;}
ul#socialmedia li {margin:0 5px 0 0; padding:0;list-style:none;}
ul#socialmedia li a{ background: url('/img/socialmedia.png') no-repeat;display:block;text-indent: -9999px;float: left;padding: 0;border: 0; width:24px; height:24px; margin-right:20px;}
ul#socialmedia li a.last {margin-right:0;}
a#facebook:link {background-position:0 0; width:24px; height:24px;}
a#twitter:link {background-position:-24px 0; }
a#google:link {background-position:-48px 0; }
a#youtube:link {background-position:-48px 0; }
a#google:link {background-position:-72px 0; }
a#pinterest:link {background-position:-96px 0; }
a#instagram:link {background-position:-120px 0; }

/* ------------------------ */


div.content {
	margin-top:60px;
	padding:8px;
}
div.content a {
	color: #444;
}

.carousel {
	background: url('/img/carousel_bg.png') repeat;
	padding:2px;
}

.scroller {
	
	width:100%;
	overflow:hidden;
	height:170px;
	overflow-x: scroll; -webkit-overflow-scrolling: touch; 
}

.scroller .inner {
	width:1000px;
}

/* ------------------------ */

.longbanner {
	font-family: "Clarendon URW Light", Clarendon, 'Century Schoolbook', 'Times New Roman', Times, serif;
	background:url('/img/long_banner_bg.png') repeat #3a0f2c;
	clear:both;
	margin:20px 0 15px 0;
	padding:15px;
	color: #ead8c6;
	font-size: 1.3em;
	line-height:1.1em;
}
.content .longbanner a {
	color:white;
}

/* ------------------------ */

#marketing_banners div.sales_banner {
	margin:5px;
}

#marketing_banners img {
	width:100%;
	height:inherit;
	max-width:400px;
}

div.tv_links {
	clear:both;
	
}
div.tv_img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
div.tv_links a {
	font-weight:bold;
}

/* ------------------------ */


div.productTiles {
	font-size:12px;
	line-height:1.4em;
}
div.productTiles A {
	padding:0px;
}
div.productTile {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	width:120px;
	height:180px;
}
div.productTile img {
	display:block;
	text-align:center;
	max-width:120px;
	max-height:120px;
}
br.productTiles {
	clear:both;
}

/* ------------------------ */

footer.footer {
	background-color:#380040;
	color:white;
	margin-top:10px;
	padding-top:10px;
}
footer.footer a {
	color:silver;
}

#footer_sleeve {
	padding-top:10px;
}

#footer_sleeve dl {
	float:left;
	width:32%;
}

#footer_sleeve dd {
	margin: 7px 0 7px 0;
	text-transform: uppercase;
	font-size: 0.8125em;
	text-shadow: 1px 1px 1px rgba(17, 17, 17, 0.5);
}

#footer_sleeve dl {
	float:left;
	width:32%;
}

#footer_info {
	clear:both;
	text-align:center;
}

/* ------------------------ */

table#selectproduct { background:url('/img/carousel_bg.png') repeat; border-collapse:collapse; clear:both; float:left;}


#selectproduct {margin-bottom:30px;}
#selectproduct th, #selectproduct td {padding:.6em .6em;}
#selectproduct td  {vertical-align:top;}
#selectproduct td.price {color:#562a4d}
#selectproduct td.nostock {color:#990000; font-style:italic;}
#selectproduct thead { background:#562a4d;}
#selectproduct tbody {margin-top:1em;}
#selectproduct th {color:white; text-transform:uppercase; font-weight:normal; text-align:left; font-size:0.9em;}

/* ------------------------ */


table.basket_table .main_product {
	background: url('/img/carousel_bg.png') repeat;
}

table.basket_table .cross_header td {
	font-style: italic;
	padding-top:10px;
}

table.basket_table .list {
	margin-top:10px;
	background: url('/img/carousel_bg.png') repeat;
	padding:10px;
}

table.basket_table dl.list dt.border {
	border-bottom: 1px solid #b7ac9a;
	padding-bottom: 15px;
}

table.basket_table dl.list dt {
	clear: left;
	float: left;
	font-weight: bold;
	margin: 0 0 20px;
	width: 70%;
}

table.basket_table dl.list dd.border {
	border-bottom: 1px solid #b7ac9a;
	padding-bottom: 15px;
}
table.basket_table dl.list dd {
	color: #562a4d;
	float: left;
	margin: 0 0 20px;
	width: 30%;
}
table.basket_table br {
	clear:both;
}


/* ------------------------ */

.action_button {
	background-color:#380040;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;

	text-shadow:0px 1px 0px #154682;
}
div.content a.action_button {
	color:#ffffff;
	text-decoration:none;
}
.action_button:hover {
	background-color:#0061a7;
}
.action_button:active {
	position:relative;
	top:1px;
}

/* ------------------------ */

.box {
	clear:both;
}

.box fieldset {
    border: 0;
    padding: 0;
}

.box label {
    clear: left;
    color: #333;
    font-size: 1em;
    float: left;
    font-weight: bold;
    padding: 7px 0;
    width: 155px;
}

.box fieldset.full label {
	width: 100%;
}

.box input.text, .box select, .box textarea {
    border: 1px solid #b7ab91;
    display: block;
    margin: 0 0 20px;
    padding: 7px;
    width: 100%;
}


.box p.text {
    float: left;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

input.action_button {
    float: right;
}

.required-field {
    float: right;
    padding-right: 5px;
    color: #562a4d;
}

.error { background:#900; color:#fff; padding:8px 15px; margin:0 2px 15px; }
.success { background:#060; color:#fff; padding:8px 15px; margin:0 2px 15px; }

/* ------------------------ */

.checkout_basket{background:url('/img/light_paper_bg.png');margin:0 0 20px;padding:20px 15px;}
.checkout_basket dt.short{width:50px;}
.checkout_basket ul{clear:both;list-style:none;margin:0;padding:0;}
.checkout_basket ul li{float:left;margin:0 0 20px;width:250px;}
.price{font-weight:bold;text-align:right;}
.total{border-top:1px solid #b7ac9a;padding:20px 0 0;}

.delivery_options{width:100%;}
.delivery_options td{border-top:1px solid #baaf9f;padding:20px 0;}
.delivery_options tr.row_1 td{border-top:0;padding-top:0;}
.delivery_options td.column_1{width:395px;}
.delivery_options td.column_2{width:175px;}
.delivery_options td.column_3{width:22px;}
.calendar{float:left;margin:0 10px 20px 0;}

.divider {
	border-top:3px solid black;
	padding-top:9px;
}


.address_management{}
.address_management fieldset.edit_address{display:none;}
.address_management fieldset.manual_address{display:none;}
.address_management a.edit_address{float:right;margin:-105px 20px 0;}
.address_management .edit_address a.selected_address{display:block;float:left;--margin:0 0 12px 228px;}
.address_management .edit_address p.or{clear:both;margin:0;}
.address_management fieldset.inline a.action_button{left:5px;position:relative;top:6px;}
.address_management .manual_address label{width:155px;}
.address_management .manual_address select{width:209px;}
.address_management .manual_address .action_button{float:right;}
.address_management .manual_address p.text{float:right;margin:7px 10px 0 0;}
.address_management a.manual_address { text-decoration: underline; }

.redeem .action_button { float:left; margin:0 0 0 10px; }



.address_management fieldset label { padding:0; }
fieldset.address_details label { padding:0; }
fieldset.billing_address label { padding:0; }


#phone1, #phone2 {
	display:inline-block;
}



@media (max-width: 1350px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
