/* Custom Font Classes
 * Requires /js/cufon/cufon-yui.js
 */

.snooze {
    font-family: Snooze;
    /* Requires /js/cufon/fonts/Snooze_400.font.js */
}

.cloisterRegular {
    font-family: CloisterRegular;
    /* Requires /js/cufon/fonts/CloisterRegular_400.font.js */
}

#content p {
    padding: 5px 10px 5px 0px;
    margin: 0px;
}

#content blockquote {
    margin: 10px 30px 10px 30px;
    font-style: italic;
    font-size: 90%;
}

.clearLeft {
    clear: left;
    }
    
.clearRight {
    clear: right;
    }
    
.clearBoth {
    clear: both;
    }
    

h1, h2 {
  color: #aac75a;
  /* background-color: #f8f8f8; */
  margin: 15px;
  padding: 5px;
}

h1 {
  font-size: 30px;
  margin-left: 0 !important;
  margin-bottom: 30px;
}

h2 {
  font-size: 14px;
}

h2.black {
    color: #000;
    margin-left: 0;
    }

h2.formtitle {
	clear: left;
  font-size: 18px;
  margin-left: 0;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #E9E9E9;
}


#content p a,
#content p a:link,
#content p a:visited,
#content p a:active,
#TB_ajaxContent p a,
#TB_ajaxContent p a:link,
#TB_ajaxContent p a:visited,
#TB_ajaxContent p a:active,
p a,
p a:link,
p a:visited,
p a:active {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#content li a,
#content li a:link,
#content li a:active,
#content li a:visited,
#TB_ajaxContent li a:link,
#TB_ajaxContent li a:active,
#TB_ajaxContent li a:visited {
    color: #7298BC;
}

#content ul li a:hover,
#content p a:hover,
#TB_ajaxContent ul li a:hover,
#TB_ajaxContent p a:hover {
    text-decoration: underline;
}

#content p a.shopButton,
#content p a.shopButton:link,
#content p a.shopButton:visited,
#content p a.shopButton:active {
    font-weight: normal;
    text-decoration: none;
}

#content p a.shopButton:active {
    font-weight: normal;
    text-decoration: none;
}

/* /css/header.css
 * Header Styles
 */

#header {
    height: 110px;
    color: #fff;
    background-image: url(../images/top_bg.png);

}

img#logo {
    position: relative;
    float: left;
    display: block;
    height: 76px;
    width: 240px;
    border: 0;
}

#header #logo {
    width: 290px;
    float: left;
    margin-top: 13px;
    padding-left: 20px;
    text-align: left;}

#header .siteLinks {
    width: 350px;
    float: left;
    margin-top: 20px;
}

#header a,
#header a:link,
#header a:active,
#header a:visited {
    color: #000;
    text-decoration: underline;
}

#header a:hover {
    color: #666;
}

.headerTop {
    font-size: 11px;
    text-align: left;
}

.headerBottom {
    font-size: 11px;
    text-align: left;
    margin-top: 3px;
}

.headerBottom ul, .headerTop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-indent: 0;
    color: #DCE7F6;
}

.headerBottom ul li,
.headerTop ul li {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    float: left;
}

.headerTop ul li {
    padding-right: 20px;
    position: relative;
    font-size: 11px;
    float: right;
    line-height: 25px;

}

.headerBottom ul li a.signin {
    width: 300px !important;
}

.headerBottom ul li {
    padding-right: 22px;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
}

.headerBottom ul li.last,
.headerTop ul li.last {
    padding-right: 0;
}

.headerTop ul li.cart {
    margin-top: -5px;
    margin-right: 5px;
    padding: 0 0 0 0;
    float: right;
    background: url('../images/cart_checkout_bkground.html') no-repeat;
    width: 160px;
    height: 35px;
}

#header .headerTop ul li.cart a {
    padding: 0 0 0 35px;
    background: url('../images/cart_blue_bg.html') 7px 11px no-repeat;
    color: #074367;
    height: 35px;
    line-height: 35px;
    float: left;
    width: 125px;
}

/*#header .headerTop ul li.cart a:hover {
 background: url('/assets/backgrounds/cart_blue_bg.gif') 7px 11px no-repeat }*/
#header .headerTop ul li.cart a .cartCountWrap {
    float: left;
}

#header .headerTop ul li.cart a img {
    float: right;
    margin-top: 8px;
    margin-right: 7px;
}

.headerTop ul li.search {
    padding: 0;
}

.searchInput {
    width: 150px;
    margin: 13px 0 0 0;
}

/* Header Buttons */

#header .headerTop ul li a.shopButton,
#header .headerTop ul li a.shopButton:link,
#header .headerTop ul li a.shopButton:active,
#header .headerTop ul li a.shopButton:visited,
#header .headerTop ul li a.shopButton:hover {
    margin-top: 14px;
}

.headerBottom ul li.signIn {
    width: 260px;
    /* === */
    margin-right: 0;
    padding-right: 17px;
}

.headerBottom ul li.secondRow {
    padding-right: 27px;
    /* === */
}

/* Search From */

#header .headerTop li.search form {
    margin: -2px 0 0 0;
    padding:0;
}

/* Checkout Header */
#checkoutHeader {
    height: 40px;
    background-color: #7398BC;
    color: #fff;
}

#checkoutHeader .logo img {
    padding: 3px 0 3px 10px;
}

#checkoutHeader .phone {
    color: #DCE7F6;
    display: block;
    float: right;
    font-family: Arial,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 11px 12px 12px;
    width: auto;
}

.cart_details {
    float: right;
    margin-right: 20px;
    width: 222px;
    height: 63px;
    background-image: url(../images/cart_detail_bg.png);
    background-repeat: no-repeat;
    padding: 10px;
    margin-top: 12px;
    color: #aac75a;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
}

.cart_details a, .cart_details a:Visited {
    color: #A0CF67 !important;
    text-decoration: none !important;
    }

.cart_details a:Hover {
    color: #A0CF67 !important;
    text-decoration: underline !important;
    }

.cart_details h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 0px;
    line-height: 1.2em;
    margin: 0px;
    text-decoration: none;
    letter-spacing: -1px;
}

.cart_details h3 a, .cart_details h3 a:Visited {
    text-decoration: none !important;
    }

.cart_left {
    float: left;
    width: 115px;
    text-align: right;
    padding-top: 5px;
    color: #000;
    font-size: 12px;
}

.cart_right {
    float: right;
    width: 85px;
    text-align: right;
    padding-top: 5px;
}

.box {
    margin-top: 10px;
}

.newsletter_input {
    width: 225px;
    padding: 5px;
    /*background-color: #fff;*/
    border: none;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 7px;
}

.more-views {
    padding: 7px 0 0;
}

.more-views h4 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}

.more-views ul {
    margin-left:0;
}

.more-views li {
    float: left;
    margin: 0 5px 5px 0;
}

.more-views li a {
    border: 2px solid #DDDDDD;
    float: left;
    height: 56px;
    overflow: hidden;
    width: 56px;
}

.page-head {
    margin-top: 15px;
}

.page-head h2 {
    /*background-color: #FFFFFF;*/
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    padding:0;
    margin-bottom: 12px;
}

#content {
    font-size: 12px;
}

.dashboard-welcome {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.25em;
}

.title-buttons {
    text-align: right;
}

.title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
    float: left;
}

.group-select li {
    margin: 0 0 5px;
}

element.style {
    background-color: #FFFFA0;
}

#form-validate input {
    border-color: #80807B #D6CDC6 #D6CDC6 #80807B;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    padding: 1px;
}

.group-select .input-box input.input-text, .group-select .input-box textarea {
    width: 280px;
    font-size: 12px;
}

.name-lastname {
    width: 285px !important;
}

.group-select .input-box {
    float: left;
    width: 320px;
}

.group-select input.input-text, .group-select textarea {
    width: 600px;
}

.group-select .input-box select {
    width: 285px;
}

.col2-set ol li {
    padding: 0 0 10px;
}

.checkout_one {
    width: 666px;
    margin-left: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.formContent {
    width: auto;
}

.bare-list {
    margin-bottom: 15px;
    margin-top: 15px;
}

#form-validate input.input-text {
    width: 250px;
    height: 18px;
    font-size: 12px;
}

.validation-failed {
    background: #FAEBE7 none repeat scroll 0 0 !important;
    border: 1px dashed #EB340A !important;
    display: inline;
}

.borderClass .validation-advice {
    /*color: #ffffff;*/
    font-size:0;
    line-height:0;
    display: none;
}

.price1 {
    color: #e0660d;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

.listing-item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    }
    
.listing-item.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    }
    
/* --- PRODUCT PAGE COMPONENTS --- */

.productImage {
    float: left;
    width: 350px;
    }
    
.boxSmall {
    float: left;
    width: 327px;
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f9f9f9;
    }

.productImageRow {
    float: left;
    width: 680px;
    margin-top: 20px;
    padding: 15px;
    overflow: hidden;
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f9f9f9;
    }
    
.productImageRow img {
    float: left;
    width: 158px;
    margin-right: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    }
    
.productImageRow img.last {
    margin-right: 0;
    }
    
.productImageRow .spacer {
    clear: left;
    height: 15px;
}
    
.boxLarge {
    float: left;
    width: 670px;
    padding: 20px;
    margin-top: 20px;
    overflow: hidden;
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f9f9f9;
    }
    
.boxLarge .columnLeft {
    float: left;
    width: 319px;
    margin-top: 15px;
    }

.boxLarge .columnRight {
	margin-top: 15px;
    float: left;
    width: 319px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #e8e8e8;
    }
    
.priceColumns ul {
    display: inline-block;
    list-style: none;
    }
    
.priceColumns ul li {
    float: left;
    width: 45px;
    line-height: 20px;
    border-bottom: 1px solid #e8e8e8;
	font-size: 11px;
	text-align: right;
    }
    
a.buttonPurchase, a.buttonPurchase:Visited {
    clear: left;
    display: block;
    width: 280px;
    border: 1px solid #849938;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
	background: #aac75a url(../images/button_green_bg.png) center center repeat-x;
	background-size: 4px 100%;
    }
    
a.buttonPurchase:Hover {
    border: 1px solid #849938;
    font-size: 17px;
    }
    
a.buttonSample, a.buttonSample:Visited {
    clear: left;
    display: block;
    width: 280px;
    border: 1px solid #A6A6A6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    background: #333 url(../images/button_grey_bg.png) center center repeat-x;
    background-size: 4px 100%;
    }
    
a.buttonSample:Hover {
    border: 1px solid #858585;
    font-size: 14px;
    }
    
    
/* === CUSTOM FORMS ELEMENTS === */

.contactForm label {
	line-height: 30px;
	font-size: 14px !important;
	color: #000;
    }

.contactForm select {
    width: 450px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f9f9f9;
	font-size: 14px;
	color: #000;
    }
    
.contactForm input {
    width: 440px !important;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f9f9f9;
	font-size: 14px !important;
	color: #000;
    }
    
.contactForm textarea {
    width: 440px !important;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f9f9f9;
	font-size: 14px !important;
	color: #000;
    }
    
.contactForm button {
    clear: left;
    display: block;
    width: 280px;
    border: 1px solid #849938;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background: #333 url(../images/button_grey_bg.png) center center repeat-x;
    background-size: 4px 100%;
    }
    
.contactForm button:Hover {
    border: 1px solid #849938;
    font-size: 16px;
    }