﻿
/* storeBar 
------------------------------*/

.storeBar {
    clear:both;
    width: 960px;
    height: 37px;
    background: #a30234 url(../images/store-separator.gif) no-repeat center center;
}

.storeBar .basketPreview {
    width: 460px;
    display: block;
    float:right;
}

.storeBar h3 {
    font: 14px/35px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 2px 15px 0 30px;
    float:left;
    display: inline;
}

.storeBar .basketPreview h3 {
    margin-left: 5px;
}

.storeBar span.previewItems {
    width: 179px;
    height: 21px;
    display: block;
    float:left;
    background: #fff;
    font: 14px/21px "Trebuchet MS", Verdana, Geneva, sans-serif;
    color: #afc06f;
    margin: 10px 15px 0 0;
    padding: 0 3px;
}

.storeBar a.barLink {
    height: 23px;
    background: #a30234 url(../images/view-basket-bg.gif) no-repeat left bottom;
    padding: 0 27px 0 10px;
    font: 14px/23px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #3d6079;
    text-decoration: none;
    margin: 8px 0 0 0;
    display: block;
    float:left;
}

.storeBar a.barLink:hover {
    color:#e2eff5;
    background-position: left top;
}

.storeBar input.barSearchField {
    width: 175px;
    height: 19px;
    margin: 9px 15px 0 0;
    float:left;
    background: #fff;
    font: 14px/19px "Trebuchet MS", Verdana, Geneva, sans-serif;
    color: #afc06f;
    border: 1px solid #e8f1c6;
}

.storeBar input.barSearchButt {
    margin: 9px 0 0 0;
}


.accountBar {
	width: 920px;
	background: #d6e2a8;
	clear:both;
	padding: 0 20px;
	margin: 0;
	height: 30px;
	position: relative;
	z-index: 300;
}

.accountBar h3 {
    width: 300px;
    float:left;
    margin:0 15px 0 0;
    padding:0;
	font: 12px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #a90234;
	font-weight: bold;
	font-style: italic;
}

.accountBar h3 a {
    color: #a90234;
    text-decoration: underline;
}

.accountBar h3 a:hover { color: #ffffff; }

.accountBar ul {
	width: 525px;
	float:right;
	list-style: none;
	margin:0;
	padding: 0;
	color: #a90234;
	font: 12px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

.accountBar li {
	float:left;
	display:block;
	text-align: center;
	position:relative;
	margin: 0 57px 0 0;
	padding:0;
}


.accountBar li.last {
	margin-right: 0px;
}

.accountBar li a {
	color: #a90234;
	text-decoration: none;
}

.accountBar li a:hover {
	color: #3d6079;
}



/* breadcrumbs 
---------------------------------*/


.content.store .paging {
    width: 300px;
    float:right;
    margin: 10px 0 20px 0;
}

.content.store .paging ul {
    margin: 0;
}

.content.store .paging ul li {
    margin: 0 2px;
}

.store .breadcrumbs,
.store .storeInfoLinks {
    width: 600px;
    float:left;
    margin: 10px 0 20px 0;
    padding:0;
}

.store .breadcrumbs ul,
.store .storeInfoLinks ul {
    list-style: none;
    padding:0;
    margin: 0;
}

.store .breadcrumbs ul li,
.store .storeInfoLinks ul li {
    margin: 0 5px 0 0;
    display: inline;
    font: 15px/20px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #94a949;
    padding:0;
}

.store .breadcrumbs ul li a,
.store .storeInfoLinks ul li a {
    color: #3d6079;
    text-decoration : none;
    
}

.store .breadcrumbs ul li a:hover,
.store .storeInfoLinks ul li a:hover {
    color: #f5d332;
}

/* index pages layout 
-------------------------------------- */
.store .storeRow {
    clear:both;
    width: 900px;
    overflow: auto;
}

.store .storeCol .storeRow {
    width: 440px;
}

.store .storeHomeOffer {
    display:block;
    width: 260px;
    min-height: 240px;
    float:left;
    padding: 5px 10px;
    margin: 10px 20px 35px 0;
    background: #ebdcb7;
}

.store .storeHomeOffer.bio {
    float:right;
    min-height: 545px;
}

.store .storeHomeOffer.last {
    margin-right: 0;
}

.store .storeHomeOffer h4 {
    text-align: left;
    margin: 0 3px 5px 0;
    padding: 0;
    color: #a30234;
    font: 18px/24px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
}

/*.store .storeHomeOffer.bio h4 {
     width: 150px;
    height: 60px;   
}
*/

.store .storeHomeOffer .panelImg {
    width: 260px;
    height: 110px;
    overflow: hidden;
    margin: 3px auto;
    background: #ebdcb7;
}

.store .storeHomeOffer img {
    display: block;
    margin: auto;
}

/*.store .storeHomeOffer.bio img {
    float:right;
    margin: 0 0 15px 0;
    display: inline;
}*/

.store .storeHomeOffer p.offerText {
    color: #566422;
    font-size: 14px;
    line-height: 18px;
    text-align:left;
    display: block;
    margin: 0 0 5px 0;
}

/*.store .storeHomeOffer.bio p.offerText {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0 0;
    clear:both;
}*/

.store .storeHomeOffer a.blockLink {
    clear:both;
    width: 200px;
}

/*.store .storeHomeOffer.bio a.blockLink {
    clear: none;
    width: auto;
}*/

.store .catBlock {
    display: block;
    width: 185px;
    min-height: 240px;
    padding: 15px 15px 5px 15px;
    margin: 30px 13px 0 0;
    float:left;
    background: #ebdcb7;
    overflow: auto;
}

.store .catBlock.last { margin: 30px 0 0 0; }


.store .catBlock .productImage {
    width: 185px;
    height: 135px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #ebdcb7;
}


.store .catBlock .productImage img {
    display: block;
    margin: auto;
}

.store .catBlock a {
    color: #a30234;
    font: 18px/24px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    display: block;
    width: 185px;
}

.store .catBlock a:hover {
    color: #566422;
}

.store .prodBlock {
    display: block;
    width: 185px;
    min-height: 240px;
    padding: 15px 15px 5px 15px;
    margin: 30px 13px 0 0;
    float:left;
    background: #d6e2a8;
    overflow: auto;
    position: relative;
}

.store .prodBlock.last { margin: 30px 0 0 0; }

.store .prodBlock .imgBlock {
    width: 185px;
    height: 135px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #d6e2a8;
}

.store .prodBlock .imgBlock img {
    display: block;
    margin: auto;
}

.store .prodBlock a {
    color: #a30234;
    font: 15px/18px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    width: 185px;
}

.store .prodBlock a:hover {
    color: #566422;
}

.store .prodBlock .infoBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
    margin-left: 15px;
    text-align: left;
    font: 14px/18px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #f9eed3;
}

.store .prodBlock .infoBlock a {
    color: #3d6079;
    text-decoration: none;
}

.store .prodBlock .infoBlock a:hover { color: #566422; }

/* product page
------------------------------*/

.storeCol {
    width: 440px;
    float:left;
}

.storeCol.right {
    width: 440px;
    float:right;
}

.store .storeCol .storeInfoLinks {
    width: 440px;
}

.storeCol h3.price {
    font: 15px/22px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #a30234;
    float:right;
    width: 75px;
}

.storeCol h2.prodName {
    font: 18px/22px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #3d6079;
    width: 350px;
    margin-right: 20px;
}

.storeCol .prodDetails {
    border: 2px solid #94a949;
    border-width: 2px 0;
    padding: 15px 0;
    margin: 20px 0;
}

.storeCol .prodDetails span.blocky {
    width: 100px;
    margin: 0 15px 0 0;
    display:block;
    float:left;
    clear:left;
}

.storeCol h4 {
    font: 15px/18px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #3d6079;
}

.storeCol h4.alongside {
    float:left;
    clear:left;
    margin: 0 15px 0 0;
    width: 100px;
}

.storeCol .choiceError,
.storeCol .choiceErrorSpan {
    display: block;
    margin: 0 0 10px 0;
    padding:5px;
    background: #FBE3E4;
    border: 2px solid #FBC2C4;
}

.storeCol input.ATB  {
    width: 169px;
    float:right;
    clear:right;
    display: block;
    margin: 0 0 25px 0;
}

.storeCol input.QTY {
    width: 120px;
    padding: 2px;
    background: white;
    border: 1px solid #c5d6d0;
    float:left;
    color: #777;
}

.storeCol select.SZ {
    width: 125px;
    padding: 2px;
    background: white;
    border: 1px solid #c5d6d0;
    float:left;
    margin-top: 0;
    color: #777;
}

.storeCol table.textures {
    width: 440px;
    background: #e8f1c6;
    margin: 15px 0;
}

.storeCol .textures table {
    background: #fff;
    margin:0;
    border-color: #d6e2a8;
}

.storeCol .textures table:first-child {
    border-bottom: 1px solid #d6e2a8;
}

.storeCol .textures thead th {
    background: #f9fcef;
    font: 15px/24px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #3d6079;
    text-align: center;
    border-bottom: #d6e2a8;
}

.storeCol .textures td {
    font: 14px/24px "Trebuchet MS", Verdana, Geneva, sans-serif;
    color: #94a949;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #d6e2a8;
}

.storeCol .detailsImageContainer {
    width: 440px;
    display:block;
    margin: 0 auto 25px auto ;
}

.storeCol .largeImageContainer {
    width: 420px;
    padding: 20px 10px;
    background: #f9fcef;
    overflow-x: hidden;
}
.storeCol .largeImageContainer a {
    cursor: default;
    outline: none;
}

.storeCol .largeImageContainer img {
    display: block;
    border: none;
    margin: auto;
}

.storeCol .thumbnailsContainer {
    display:block;
    width: 420px;
    margin: 8px 0;
    padding: 10px;
    overflow:auto;
    background: #f9fcef; 
}

.storeCol .thumbnailsContainer a {
    outline: none;
}
.storeCol .thumbnailsContainer a img {
    float:left;
    display: block;
    margin: auto 5px;
    border: none
}

.compatibleProducts {
    border-top: 2px solid #94a949;
    padding: 20px 0;
    margin: 20px 0 0 0;
    clear: both;
}

.compatibleProducts h4 {
    font: 15px/18px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #3d6079;
}




/* basket & checkout
--------------------------------*/


table.basket {
    background: #e8f1c6;
    width: 900px;
    margin: 20px auto;
    clear:both;
}

.basket thead th {
    background: #f9fcef;
    font: 15px/24px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #94a949;
    text-align: left;
    border-bottom: #e8f1c6;
}

.basket tbody td {
    font: 14px/24px "Trebuchet MS", Verdana, Geneva, sans-serif;
    color: #3d6079;
    text-align: left;
    vertical-align: middle;
    border-bottom: #e8f1c6;
}

.basket tbody td.topAlign {
    vertical-align: top;
}

.basket tfoot td {
    text-align:right;
    color: #94a949;
    background: #f9fcef;
    font-weight: bold;
    font-style: italic;
}

.basketDivision {
    width: 900px;
    border-bottom: 2px solid #e8f1c6;
    background: white;
    padding: 10px 0;
    overflow: auto;
    margin: 0 0 10px 0;
}

.storeCol .basketDivision {
    width: 440px;
}

.basketDivision.emphasis {
    background: #f9fcef;
    border: 4px double #e8f1c6;
    border-width: 4px 0;
    margin-bottom: 0;
}
.checkout .basketDivision.emphasis {
    border-width: 4px 0 0 0;
}

.basketDivision .basketLabel {
    width: 560px;
    float:left;
    text-align: right;
    margin-right: 25px;
}

.storeCol .basketDivision .basketLabel {
    width: 130px;
    margin-right: 15px;
}

h4.basketLabel {
    font: 18px/35px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #a30234;
    margin-top: 0;
}

.basketDivision p {
    width: 560px;
    float:left;
    text-align: right;
    margin-right: 25px;
    clear:left;
}

.storeCol .basketDivision p {
    width: 130px;
    margin-right: 15px;
}

.basketDivision .selection {
    width: 280px;
    float: right;
    font-weight: bold;
    color: #94a949;
    overflow: auto;
}

.storeCol .basketDivision .selection {
    width: 260px;
}

.basketDivision .selection input.COB {
    width: 169px;
    float:right;
    display: block;
    margin: 0;    
    outline: none;
}

.basketDivision .selection select {
    margin:0;
}

.basketDivision.emphasis .selection {
    font: 18px/35px "Trebuchet MS", Verdana, Geneva, sans-serif;
}

a.deleteLink {
    display:block;
    width: 60px;
    background:  url(../images/16-circle-orange-delete.png) no-repeat 4px center;    
    padding: 4px 4px 4px 24px;
    color: #3d6079;
    float:right;
}

a.deleteLink:hover {
    color: #a30234;
    background:  url(../images/16-circle-green-delete.png) no-repeat 4px center;        
}

a.editLink {
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    display:block;
    width: 80px;
    background: url(../images/16-em-pencil.png) no-repeat 4px center;
    padding: 7px 4px 4px 24px;
    color: #3d6079;
    float:right;
}

a.editLink:hover {
    color: #a30234;
}

.checkout .storeCol {
    border: 4px double #e8f1c6;
    padding-top:5px;
}

.checkout .storeCol.right {
    border:none;
    background: #f9fcef;
    padding: 5px 14px 0 9px;
    width: 410px;
}

fieldset.storeset { background: #f9fcef; margin-bottom: 20px; }
.checkout fieldset.smallForm { margin-bottom: 0; }

.checkout fieldset div { background: white; }
.checkout fieldset div.noBG { background: transparent; }

.checkout h3 {
    margin-top: 10px;
    font: 18px/24px "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-weight: bold;
}

.checkout fieldset div div {
    clear:none;
    margin: 0;
    padding: 0;
}


/*terms
-----------------------*/

ol.terms { counter-reset: item 0; }
ol.terms.nested { counter-reset: item 0 }
ol.terms li { display: block; margin: 5px 0;}
ol.terms li:before, ol.plain li:before { content: counters(item, ".") " "; counter-increment: item; font-weight: bold; color: #3d6079;  }

ol.plainInner, ol.plain { counter-reset: item 0; }
ol.plainInner li, ol.plain li { display: block; margin: 5px 0; }
ol.plainInner li:before {  counter-increment: item; content: counters(item, ".", lower-alpha) " "; font-weight: bold; color: #3d6079;   }
ol.plainInner { padding: 0 0 0 40px; }

.terms li em { font-style: normal; font-weight: bold; font-size: 14px; color: #3d6079; }



/* account and orders
-----------------------------*/
.orderStatus {
    margin: 10px 0;
}

table.orderDetails {
    border-color: #d6e2a8;
}

.orderDetails td {
    text-align: center;
}