/** General Styles **/

body {
    margin: 0;
    padding: 0;
    background: #fff url(images/body-bg.png) repeat-x;
    font-family: Arial;
    font-size: 12px;
    color: #65819d;
    overflow: auto;
}

#wrapper {
    width: 950px;
    margin: 0 auto;
}

.nodisplay {
    display: none;
}

a {
    color: #d68f13;
    text-decoration: none;
}

a:hover {
    color: #d68f13;
    text-decoration: underline;
}

#backtotop {
    position: fixed;
    bottom: 20px;
    right: 50px;
    font-size: 10px;
    background: #fff;
    padding: 10px;
}


/** Head **/

#headband {
    height: 40px;
    line-height: 40px;
    background: url(images/headband-bg.png) no-repeat;
}

#headband ul {
    margin: 0;
    padding: 0;
}

#headband li {
    display: inline;
    list-style: none;
    padding: 0 10px;
}

#headband a {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#header {
    height: 100px;
    background: url(images/head-bg.png) no-repeat;
    position: relative;
}

#header #search {
    background: #d9e5f1;
    position: absolute;
    right: 0;
    top: 20px;
    padding: 20px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
}

#header input {
    vertical-align: middle;
    border: 0;
    padding: 4px;
}

#logo {
    width: 225px;
    height: 60px;
    position: absolute;
    top: 23px;
    left: 20px;
    background: url(images/logo.png) no-repeat;
}

#freedelivery {
	width: 260px;
	height: 22px;
	position: absolute;
	top: 72px;
	left: 330px;
}

#mailbox-banner {
	text-align: center;
	margin: 3px 0 2px;
}


/** Top Ads **/

#topads {
    height: 327px;
    margin-bottom: 5px;
}


/** Content Area **/

#content-wrap {
    margin: 0 6px;
    overflow: hidden;
    position: relative;
    background: url(images/content-bg.png) repeat-y left top;
    height: 100%;
}

.title {
    line-height: 30px;
    height: 30px;
    background: url(images/title-bg.png) repeat-x;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    font-family: "Lucida Granda", Arial;
    margin-bottom: 7px;
    float: left;
    display: inline;
}

.titles {
    overflow: hidden;
}

#content-mid {
    width: 733px;
    float: left;
    display: inline;
    position: relative;
    z-index: 10;
}

#content-title.title {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    width: 713px;
    margin-right: 4px;
}

#content {
    padding: 10px;
}

.categories {
    font-size: 11px;
    margin-bottom: 20px;
}

.cat_content {
    border: none;
    padding: 0;
    overflow: hidden;
}

.cat_content ul {
    margin: 0;
    padding: 0;
}

.cat_content li {
    width: 221px;
    padding: 5px;
    float: left;
    display: inline;
    list-style: none;
    border: 1px solid #aec7df;
    margin: 0 1px 5px;
    font-size: 13px;
    font-weight: bold;
    height: 200px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.cat_content .cat-title, .cat_content .prod-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 5px;
    width: 221px;
    text-align: left;
    background: url(images/prod-title-bg.png) repeat-x;
}

.cat_content .prod-img {
    top: 50%;
    left: 50%;
    border: 0;
    position: absolute;
}

.cat_content .prod-title {
    font-size: 10px;
    font-weight: normal;
    line-height: 27px;
    padding: 0 5px;
}

.cat_content .prod-title a {
    color: #fff;
}

.cat_content a {
    color: #fff;
    text-decoration: none;
}

.cat_content li:hover a {
    text-decoration: underline;
}

.prod_box {
    width: 23%;
    float: left;
    border: 1px solid #666954;
    margin: 0 1px 5px;
}

.prod_img {
    width: 244px;
    height: 244px;
    overflow: hidden;
}

.prod_ref {
    background: #52af16;
    padding: 5px;
    color: #fff;
}

.prod_full_img {
    width: 370px;
    border-right: 1px dotted #65819D;
    float: left;
    display: inline;
    margin-right: 20px;
}

.prod_info {
    width: 300px;
    float: left;
    display: inline;
    margin-top: 20px;
}

.prod_title {
    font-size: 21px;
    color: #D68F13;
    border-bottom: 1px solid #DEE8F2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.prod_desc {
    padding-left: 10px;
    margin-bottom: 20px;
}

.pricing_form {
    background: #F3F7FA;
    padding: 20px;
    margin-top: 10px;
    border: 1px solid #DEE8F2;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
}

.cellname {
    font-weight: bold;
}

.pricing_form h3 {
    font-size: 24px;
    margin-top: 0;
}

.pricing_form input, .pricing_form textarea {
    border: 1px solid #DEE8F2;
    padding: 5px;
    color: #65819D;
    font-family: "Lucida Grande", Arial;
    font-size: 12px;
}

.pricing_form #submit {
    border: 0;
    padding: 0;
}

#prod-details {
    overflow: hidden;
    height: 100%;
}

.errmsg {
    border: 1px solid #D68F13;
    padding: 20px;
    color: #D68F13;
    margin-bottom: 20px;
    text-align: center;
}

.errmsg h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 0;
}

.search_img {
    width: 220px;
    border-right: 1px dotted #666954;
    float: left;
    display: inline;
}

.search_info {
    float: left;
    display: inline;
    width: 460px;
    padding-left: 20px;
}

.result {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DEE8F2;
}

.onsale, .eco, .best {
	height: 14px;
	left: 194px;
	margin-bottom: 3px;
	position: relative;
	top: 0;
	width: 28px;
	z-index: 10;
}

.prod_info .onsale, .prod_info .eco, .prod_info .best {
	top: auto;
	left: auto;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}

.onsale {
	background: url(images/icon-sale.png) no-repeat;
}

.eco {
	background: url(images/icon-eco.png) no-repeat;
}

.best {
	background: url(images/icon-best.png) no-repeat;
}


/** Sign Up Form **/

.indicate-required {
    font-size: 10px;
    margin-bottom: 20px;
}

.mc-field-group {
    margin: 5px 0;
}

.mc-field-group label {
    margin-right: 10px;
    font-weight: bold;
    width: 110px;
    display: block;
    float: left;
    line-height: 22px;
}

.mc-field-group input {
    border: 1px solid #DEE8F2;
    background: none;
    padding: 3px;
}

#mc-embedded-subscribe {
    margin-left: 120px;
    padding: 0;
    border: 0;
}

.mc_embed_close {
    display: none;
}

.mce_inline_error {
    font-size: 10px;
    color: #cc0000;
}

#mce-error-response {
    margin: 10px 0;
    color: #cc0000;
}

#mce-success-response {
    color: #58ad0c;
    margin: 10px 0;
}

/** Sidebar **/

#sidebar-wrap {
    width: 201px;
    float: left;
    display: inline;
    margin-right: 4px;
}

#cats-title.title {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    width: 181px;
    margin-right: 4px;
    margin-left: 6px;
}

#sidebar-content {
   padding: 10px;
}

ul#cats {
    margin: 0;
    padding: 0 0 0 14px;
}

#cats ul {
    padding: 0;
    margin: 0;
}

#cats li {
    background: url(images/blt-nav.png) no-repeat 0 5px;
    padding-left: 14px;
    list-style: none;
    line-height: 20px;
    margin: 0;
}

#cats a {
    color: #65819D
}

#cats li li {
    background: none;
    padding-left: 10px;
}

.side-item {
	margin-bottom: 5px;
}

.side-item a {
	padding-left: 30px;
	font-weight: bold;
}

#linksale a {
	color: #f10400;
	background: url(images/icon-sale.png) no-repeat;
}

#linkeco a {
	color: #3ab100;
	background: url(images/icon-eco.png) no-repeat;
}

#linkbest a {
	color: #d68f13;
	background: url(images/icon-best.png) no-repeat;
}


/** Footer **/

#footer {
    height: 100px;
    background: url(images/foot-bg.png) repeat-x;
    margin: 5px 6px;
    padding: 10px;
    font-size: 10px;
    text-align: right;
}