@font-face {
    font-family: 'Sketch_Block';
    src: url('fonts/Sketch_Block.ttf');
}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

html , body {
	width:100%;
	min-height:100%;
}

body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #307662;
	font-family: 'Sketch_Block';
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom:2px;
	font-size: 30px;
	font-weight: normal;
	border-bottom:1px solid #64af9a;
	text-transform:capitalize;
	
	
}
h2 {
	color: #000000;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
   
    cursor: pointer;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}


/* layout */
#container-outer {
	width:100%;
	min-height:100%;
	background:#ededed;
	position:absolute;
	top:0;
	left:0;
}

#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top:130px;
	text-align: left;
}
#column-left {
	float: left;
	width: 220px;
}
#column-right {
	float: right;
	width: 220px;
}

#body_account_login #content {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:940px;
	height:400px;
}

#content {
	margin-bottom: 25px;
	float:left;
	width: 93.5%;
	background:#fff;
	border:1px solid #64AF9A;
	padding:30px;
}
#column-left + #column-right + #content, #column-left + #content {
	float:left;
	width:700px;
	margin-left:20px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header-outer{
	width:100%;
	height:90px;
	margin:auto;
	background:url(../image/header-bg.png) repeat-x;
	position:absolute;
	top:0;
	left:0;
}

#header {
	height: 90px;
    margin: auto;
    padding-bottom: 4px;
    position: relative;
    width: 940px;
    z-index: 99;
}

#body_account_login #header #logo  {
	position:relative;
	max-width:165px;
	margin:auto;
}


#header #logo {
	right:0;
	top:20px;
	position:absolute;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
	padding:23px 44px 0 0;
	color:#666666;
	font-size:14px;
	
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color:#666666;
	font-size:14px;
	font-weight:normal;
	text-align:right;
	padding-bottom:5px;
	line-height:normal;
}

.mini-cart-total td  b{
	font-weight:normal;
	padding-right:16px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #4bb194;
	font-size:10px;
}

.breadcrumb a {
	color: #4bb194;
	font-size:10px;
	margin-bottom: 10px;
	text-decoration:none;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.success {
    background: url("../image/success.png") no-repeat scroll 10px center #FFF7AF;
    border: 1px solid #64AE9D;
    border-radius: 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.success .close, .warning .close, .attention .close, .information .close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    margin: 0;
    padding-right: 9px;
    padding-top: 6px;
}
.required {
	color: #FF0000;
    display: inline;
    font-weight: bold;
    line-height: normal;
	padding-left:3px;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

.required-field {
	color:#FF0000!important;
}

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	display: inline-block;
	text-decoration: underline;
	color: #cb8c49;
	border-right:1px solid #508576;
	padding-right:5px;
	padding-left:3px;
	line-height:12px;
}

.pagination .links a:last-child {
	border-right:none;
}

.pagination .links b {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	color: #508576;
	border-right:1px solid #508576;
	padding-right:5px;
	padding-left:3px;
	line-height:12px;
	
}
.pagination .results {
	float: right;
	padding-top: 3px;
	display:none;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: url('../image/cart-button.png') top left repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 11px 44px 9px 44px;
}
input.button {
	margin: 0;
	border: 0;
	height:36px;
	padding:0 44px;	
}
a.button:hover, input.button:hover {

}
.buttons {
	overflow: auto;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	 border-bottom: 1px solid #DDDDDD;
    float: left;
    height: 30px;
    line-height: 16px;
    width: 100%;
	margin-top:30px;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	float:left;
	width:96.8%;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #64af9a;
	background:#95e0cb;
	padding: 7px 20px 9px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #307662;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #64af9a;
	border-right: 1px solid #64af9a;
	border-bottom: 1px solid #64af9a;
	color:#307662;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 10px;
}
.box-category > ul > li + li {
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #307662;
	font-size:14px;
}
.box-category > ul > li ul {
	display: none;
	margin-top:10px;
}
.box-category > ul > li a.active {
	
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 5px;
	list-style:none;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	color:#307662;
	font-size:12px;
	padding:0 0 7px 9px;
	background:url(../image/sub-menu.png) 0 30% no-repeat;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
#content .content ul li {
	padding: 10px 0;
	list-style: none;
	width: 250px;
}
#content .content ul li a{
	text-align: center;
	display: block;
	text-decoration: none;
	list-style: none;
	background-color: #62AB96;
	border-radius: 5px;
	padding: 5px 25px;
	color: white;	
}

/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #64AF9A;
	background:#95e0cb;
	padding: 7px 20px 6px;
	overflow: auto;
	margin-bottom:18px;
}
.product-filter .display {
	margin-left: 26px;
	float: left;
	padding-top: 4px;
	color: #0d5944;
}
.product-filter .display a {
	color:#04b281;
}
.product-filter .sort {
	float: right;
	color: #0d5944;
}

.product-filter .sort select {
	margin-left:15px;
}
.product-filter .limit {
	margin-left: 0px;
	float: left;
	color: #0d5944;
}

.product-filter .limit select {
	margin-left: 13px;
}

.product-filter select {
	color:#7f7f7f;
}

.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	background:#fff;
	border:1px solid #64AF9A;
	height:144px;
}
.product-list .right {
	float: right;
	width:459px;
	height:100%;
}
.product-list > div + div {
}
.product-list .image {
	float: left;
	border-right:1px solid #64AF9A;
}
.product-list .image img {
}
.product-list .name {
	margin-top:10px;
	margin-bottom: 3px;
}
.product-list .name a {
	color: #236F5A;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}

.product-list .description a {
	color: #000;
	text-decoration:none;
}

.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	color: #000000;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 17px;
}

.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
	
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 218px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 20px;
    border: 1px solid #64af9a;
	background:#fff;
}

.product-grid > div > .bottom {
	padding:7px 8px;
	border-top:1px solid #64af9a;
}

.product-grid > div:nth-child(3n)  {
	margin-right:0;
}

#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	
}
.product-grid .name a {
	color: #236f5a;
	text-transform:uppercase;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}


#menu > ul .top, #menu > ul li li.sfhover {
    color: #293C36;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 10px 15px 9px 17px;
    text-align: center;
}
#menu > ul a {
    color: #FFFFFF;
    display: block;
    padding: 5px;
    text-decoration: none;
}

a, a:visited {
    color: #3C7D6B;
    cursor: pointer;
    text-decoration: underline;
}
#menu > ul li {
    list-style: none outside none;
}
body, td, th, input, select, textarea, option, optgroup {
    color: #000000;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 12px;
}
.product-grid .name  {
    color: #236F5A;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}

.product-grid .price {
    color: #000000;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 17px;
    text-align: left !important;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}

.cart input[type="button"] {
	height:36px;
	padding:0 46px;
	font-size:16px;

}

.product-grid .cart input {
	height:36px;
	padding:0 46px;
	font-size:16px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	background:#fff;
	border:1px solid #64af9a;
	padding:18px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #64af9a;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-right:10px;
}

.product-info .image-additional > a:nth-child(3n) {
	margin-right:0px;
}
.product-info .description {
	margin-bottom: 10px;
	color: #616161;
}
.product-info .description span {

}
.product-info .description a {
	color: #616161;
	text-decoration: none;
}


.product-info .description .small-description {
	margin-bottom:27px;
}

.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 5px;
	margin-top: 13px;
	margin-bottom: 13px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #616161;
}
.product-info .options {
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #616161;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}

.product-info .cart div b{
	font-weight:normal;
	font-size:14px;
}


.product-info .cart div > span {

}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	background:url(../image/login-bg.png) no-repeat;
	width:662px;
	height:321px;
	margin:auto;
	padding-top:35px;
	
}

.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
	

}


.login-content .center form div.content b {
	font-size:18px;
	color:#293c36;
	font-weight:normal;
	width:340px;
	text-align:left;
	display:block;
	margin:auto;
	margin-bottom:5px;
	
}

.login-content .center form div.content input[type="text"] , .login-content .center form div.content input[type="password"] {
	border:1px solid #64af9a;
	background:#fff;
	width:290px;
	height:35px;
	padding:0 30px 0 20px;
	margin-bottom:14px;
	font-size:14px;
}

.login-content .center form div.content input.button {
	background:url(../image/login-btn.png) 100% 50% no-repeat;
	padding:0;
	width:110px;
	font-size:20px;
	color:#427968;
	box-shadow:none;
	text-transform:uppercase;
	font-family: 'Sketch_Block';
	text-align:left;
}

.login-content div.center form div.content a.forgotten {
	color:#427968;
	width:288px;
	display:block;
	text-align:right;
	margin:auto;
	margin-top:-8px;
}

/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 20px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.order-list .order-content div {
	float: left;
	width: 25%;
}
.order-list .order-info {
	text-align: right;
        width: 10% !important;
}
.order-list .printOrder {
    width: 39% !important;
}
.order-list .printOrder ul {
    list-style: none;
}
.order-list .printOrder ul li{
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 10px;
}
.order-list .printOrder ul li:last-child{
    margin-right: 0;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	border-collapse: collapse;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	background-color: #95E0CB;
	padding:17px 0;
    color: #010101;
    font-weight: bold;
    text-decoration: none;	
	font-size:13px;
	line-height:0px;
	border-top:1px solid #4dba9b;
}
.cart-info thead {

}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .supplier {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .price, .cart-info thead .quantity {
	text-align: left;
}
 .cart-info thead .total {
	text-align: left;
}
.cart-info tbody td {
    background: none repeat scroll 0 0 #F5F5F5;
    border-right: 0 none;
    border-top: 1px solid #DDDDDD;
    font-family: arial;
    font-size: 13px;
    line-height:normal;
	height:30px;

}

.cart-info tbody td.add-to-cart {
	min-width:90px;
}

.cart-info tbody tr:nth-child(2n+1) td {
    background-color: #FFFFFF;
}

.cart-info tbody tr:last-child td  {
	border-bottom:1px solid #dddddd;
}
.cart-info.productTable td {
    background-color: #FFFFFF;
}
.cart-info thead td {
	background-color: #95E0CB !important;
}
.cart-info tbody td.empty {
	text-align:center;
	color:#7f7f7f;
	padding:55px 0;
	border-bottom:none;
}



.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .supplier {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	padding: 15px 0;
	border-top: 1px solid #64af9a;
	text-align:right;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}

#footer > li {
    border-right: 1px solid #447E6E;
    color: #4DBA9B;
    display: inline-block;
    line-height: 10px;
    list-style: none outside none;
    padding: 0 13px 0 5px;
}

#footer > li:last-child {
	border:none;
}

#footer > li > a {
    color: #04B281;
    font-size: 11px;
    text-decoration: underline;
}
#footer .column a:hover {
	text-decoration: underline;
}
.powered {
	width:100%;
	height:50px;
}

.powered .hailstorm {
	width:145px;
	height:15px;
	margin:auto;
	display:block;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

.loginForm{
    width: 460px;
    margin:auto;
	text-align:center;

}

.loginForm h2{
	font-family: 'Sketch_Block';
	margin-bottom:17px;
}

#headerCustomer {
    height: 90px;
    margin-bottom: 7px;
    padding-bottom: 4px;
    position: relative;
    z-index: 99;
	width:940px;
	margin:auto;
}

#headerCustomer #welcomeCustomer {
    color: #293c36;
    position: absolute;
    left: 0;
    text-align: left;
    top: 24px;
    z-index: 5;
    font-size: 16px;
}
#headerCustomer #welcomeCustomer a {
    font-size: 16px;
	color:#5dd7b5;
}

#headerCustomer #logo {
    right:0;
	top:20px;
	position:absolute;
}
/**********search block*************/
#searchboxes {
	background:url(../image/searchboxes-bg.png) 50% 100% no-repeat #F7F7F7;
    float: left;
    width: 878px;
	padding:30px 30px;
	border-left:1px solid #6bb29e;
	border-right:1px solid #6bb29e;
	color:#1b1b1b;
	font-size:14px;
	color:#1b1b1b;
	
}

body#body_product_category #searchboxes {
	display:none;
}


#searchboxes input.searchfield {
	margin-top:15px;
	width:518px;
	height:33px;
	border:1px solid #6bb29e;
	color:#2c2c2c;
	font-size:17px;
	padding:0 18px;
}


#searchResult {
	border:1px solid #424242;
	display:none;
	background:#eeeeee;
	padding-bottom:12px;
	
}

#searchProduct{
    position: relative;
    z-index: 99;
    margin-bottom:7px;
	font-size:14px;
}


#searchProduct #search{

    position: relative;
    z-index: 99;
    float:left;
    width:50%;
	background:#fff;
}

#searchProduct #search > a, #product > a{
	text-decoration:none;
}


#product{
    position: relative;
    width:50%;
    float: right;
}

#searchProduct #searchResult{
    width: 700px;
    min-height: 60px;
    max-height: 200px;
    overflow-y: hidden;
    display: none;
    border: 1px solid #424242;
    background: #eeeeee;
}
#searchResult .inner{
    overflow-y: scroll;
    border-bottom: 1px solid #424242;
    min-height: 60px;
    max-height: 180px;
	
}
.resultTable {
    background: #EEEEEE;
	width:100%;
}
.resultTable tr:hover {
    background: #95e0cb;
    cursor: pointer;
}

.resultTable tr td.add_favourite {
	white-space: nowrap;
}

.resultTable td {
    line-height: 24px;
    font-size: 16px;
    padding: 5px 7px;
    max-width:320px;
}
.resultTable td.sku {
    font-weight: bold;
}
.resultTable td.left {
    text-align: left;
}
.resultTable td.right{
    text-align: left;
}
/*******************orders**********************/
#orders{
    border:1px solid #64af9a;
	border-top:none;
    margin-bottom:20px;
	background:#f7f7f7;
	width:938px;
	min-height:70px;
	padding:0;
	float:left;
	line-height:70px;
}

#orders h4{
	margin:0;
	color:#1b1b1b;
	padding-left:27px;
	font-weight:normal;
}

#orders h4 b{
	font-weight:normal;
	padding:0 30px;
	display:block;
	font-size:14px;
}

#orders h2 {
	background:#fff;
	font-size:20px;
	color:#424242;
	margin-bottom:0;
}

#orders h2 b{
	font-weight:normal;
	padding:0 30px;
	display:block;
}


.opened  b{
    background:url(../image/order-open.png) 0 50% no-repeat;
}
.closed b{
    background:url(../image/order-closed.png) 0 50% no-repeat;
}

.cancelOrder {
    float:right;
	color:#64AF9A;
	margin-right:46px;
	
}


.clear {
    clear: both;
}

.confirm_order{
    float: right;
	padding-right:44px;
}

.order_limit{
    float: right;
	padding-right:44px;
	line-height: 1px;

}

.confirm_order form {
	color:#666666;
	font-size:14px;
}
.confirm_order form a.button{
	margin-left:16px;
}

.spoiler-title:hover {
    cursor: pointer;
}
.spoiler-body {
    overflow: auto;
}

.viewMore{
    padding:0px;
    margin:7px 0 0 7px;
	display:inline-block;
}





.viewMore, .close {
    background: none repeat scroll 0 0 #107C04;
    border-radius: 10px;
    color: #FFFFFF !important;
    font-family: arial;
    font-size: 13px;
    line-height: 0;
    margin-top: 10px;
    padding: 11px;
    text-decoration: none;
}

.close {
	float:right;
	 margin:7px 7px 0 0;
	 background:#b50000;
}

#searchResult .close{
	margin: 10px 7px 0 0;
}
.productTable {
    max-height: 500px;
	width:100%;
	float:left;
    overflow-y: scroll;
    border:1px solid #64af9a;
	margin-bottom:20px;
}

.productTable table thead tr td {
    font-size: 12px;
    line-height: normal;
    padding: 15px 2px 16px 8px;
}

#orders .successOrder{
    margin: 30px auto;
    text-align: center;
}

#button-cart{
	float:left;
	clear:both;
}

#tab {
	background:#64af9a;
	width:100%;
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding:15px 0 27px 0;
	position:relative;
}

a#tab {
	color:#fff;
	text-decoration:none;
	border: 1px solid #64af9a;
	
}

#tab.active-tab {
	background:#95e0cb;
	color:#293c36;
	padding:25px 0 25px 0;
	margin-top:-10px;
	border:1px solid #64af9a;
}

/**/

.extended {
	position:absolute;
	bottom:0;
	display:none;
	background:#95e0cb;
	width:100%;
	height:10px;
}

#tab.active-tab .extended {
	display:block;
	z-index: 9999;
}

#search #tab.active-tab .extended {
	right:-99.7%;
}

#product #tab.active-tab .extended {
	left:-99.8%;
}


#body_account_login #content , #body_product_category #content , #body_product_product #content , #body_product_search_listing #content{
	background:none;
	border:none;
	padding:0;

} 

#notification {
	margin-bottom: 29px;
}

.button.delete {
    background: none repeat scroll 0 0 #B40000;
}

.edit-button {
    background: url("../image/edit-bg.jpg") no-repeat scroll 91% 60% #C28902;
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    padding: 3px 21px 3px 10px;
    text-decoration: none !important;
}

.button.cancel {
	background:#b70207;
}

.delete-button {
    background: url("../image/delete-bg.jpg") no-repeat scroll 91% 52% #C40105;
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    padding: 3px 21px 3px 10px;
    text-decoration: none !important;
}

.view-button {
    background: url("../image/view-bg.jpg") no-repeat scroll 91% 52% #02a151;
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    padding: 3px 21px 3px 10px;
    text-decoration: none !important;
}

.button.filter {
	background:#02793f;
}
#filter-button .button.filter {
	border-radius: 10px;
    color: #FFFFFF !important;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    padding: 1px 13px;
    text-decoration: none;
    margin-right: 5px;
}
td#filter-price input{
	width: 70px;
}
td#filter-sku input{
	width: 100px;
}
td#filter-name input{
	width: 100%;
}
td#filter-supplier input{
	width: 137px;
}
tr.filter td{
    border-right: 1px solid #DDDDDD !important;
    border-left: 1px solid #DDDDDD !important;
    border-bottom: 1px solid #DDDDDD !important;
}



#cancel_order {
    background: none repeat scroll 0 0 #B40000;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: arial;
    line-height: 0;
    margin-right: 31px;
    margin-top: 23px;
    padding: 11px;
    text-decoration: none;
}

.price {
    text-align: center !important;
}



.add-to-cart > a {
    background: none repeat scroll 0 0 #0F7901;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 3px 12px 2px;
    text-decoration: none;
}

.success > a {
    color: #555555;
    cursor: text;
    text-decoration: none;
}

.close.no-products {
    margin-top: 4px !important;
}


/*Landing/Homepage CSS*/
html.home {
	background:url('../image/home-main-bg.png') 0 -100%  repeat;
	overflow-x:hidden;
}

.body_common_home {
	font-family: 'SketchBlockBold';
	background:none;
}



.body_common_home #container{
	width:100%;
	margin-top:0;
}


.body_common_home #container .content-top{
	background:url('../image/home-content-bg.png') 0 0 / 100% 50px repeat-x;
	width:100%;
	height:48px;
	margin:auto;
	margin-top:-60px;
	
}

.body_common_home #container #content{
    background:url('../image/home-content-bg-01.png') 0 0 repeat;
	border:none;
	min-height:200px;
	width:100%;
	text-align:center;
	margin-bottom:0;

}

.body_common_home #header-outer{
	width:100%;
	height:205px;
	background:url('../image/home-header.png') repeat-x;
	position:relative;
	background-size:100% 100%;
	overflow:hidden;
}

.body_common_home #header {
	width:1180px;
	height:205px;
	overflow:hidden;
}

.body_common_home #header-outer #header #logo {
	left:0;
	top:40px;

}

.body_common_home #header-outer #header .top-menu{
	display:inline-block;
	text-align:center;
	position:absolute;
	top:50px;
	left:330px;
}

.body_common_home #header-outer #header .top-menu > a {
	color:#d49e64;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	margin-right:50px;
	display:inline-block;
	float:left;
}

.body_common_home #header-outer #header .top-menu > a:hover {
	color:#427968;
	text-decoration:underline;
	-webkit-transform: rotate(355deg);
	-moz-transform: rotate(355deg);
	-o-transform: rotate(355deg);
	writing-mode: lr-tb;

}

.body_common_home #header-outer #header .main-menu{
	text-align:center;
	display:inline-block;
	position:absolute;
	top:113px;
	left:38px;
}

.body_common_home #header-outer #header .main-menu > li{
	float:left;
	display:inline-block;
	list-style:none;
	margin-right:30px;
	width:160px;
	height:67px;
	line-height:67px;
	cursor:pointer;
}

.body_common_home #header-outer #header .main-menu > li:hover {
	background:url('../image/menu-hover.png') 0 -100% / 160px 67px no-repeat;
}


.body_common_home #header-outer #header .main-menu  a {
	color:#427968;
	font-size:18px;
	text-decoration:none;
	padding-right:24px;
	text-transform:uppercase;
	background:url('../image/menu-arrow.png') 100% -1px / 14px 17px no-repeat;
}

.body_common_home #header-outer #header .main-menu li:hover  a {
	display:block;
	color:#bd6303;
	background:url('../image/menu-arrow-h.png') 87% 45%  no-repeat;
	-webkit-transform: rotate(355deg);
	-moz-transform: rotate(355deg);
	-o-transform: rotate(355deg);
	writing-mode: lr-tb;
	
}


.body_common_home #header-outer #header .sign-up{
	background:url('../image/sign-up-bg.png') no-repeat;
	width:171px;
	height:180px;
	float:right;
	text-align:center;
	margin-top:17px;
	margin-right: 14px;
	padding:45px 0 0;
}

.body_common_home #header-outer #header .sign-up > span{
	font-size:16px;
	color:#363636;
	display:block;
	line-height:1.5;
	-webkit-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	writing-mode: lr-tb;
}

.body_common_home #header-outer #header .sign-up b{
	text-transform:uppercase;
}

.body_common_home #header-outer #header .sign-up .sign-arrow{
	width:36px;
	height:26px;
	margin:auto;
	margin-top:7px;
}

.body_common_home #header-outer #header .sign-up .sign-arrow a{
	background:url('../image/sign-up-arrow.png') no-repeat;
	display:block;
	width:100%;
	height:100%;

}


.body_common_home #container .carousel-section{
	width:1390px;
	height:378px;
	margin:auto;
	margin-top:-20px;
	background:url('../image/carousel-section-bg.png') 30px 0 no-repeat;
	padding-top:91px;
	position:relative;
}

.body_common_home #container .carousel-section .bubble {
	width:502px;
	height:281px;
	background:url('../image/bubble.png') no-repeat;
	float:left;
	display:inline-block;
	position:absolute;
	left:120px;
	text-align:left;
}

.body_common_home #container .carousel-section .bubble > span {
	color:#2b433c;
	font-size:36px;
	display:block;
	padding-top:60px;
	padding-left:35px;
	line-height:1.5;
	-webkit-transform: rotate(357deg);
	-moz-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	writing-mode: lr-tb;	
}

.body_common_home #container .carousel-section .info-bubble{
	float:left;
	display:inline-block;
	position:absolute;
	text-align:center;
	cursor:pointer;
}

.body_common_home #container .carousel-section  .info-bubble-inner > a  {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

.body_common_home #container .carousel-section .info-bubble  span{
	color:#fefefe;
	font-size:16px;
	width:100%;
	display:block;
	padding-top:70px;
}

.body_common_home #container .carousel-section .hospitality {
	width:203px;
	height:207px;
	background:url('../image/hospitality-main-bg.png') center no-repeat;
	left:687px;
}



.body_common_home #container .carousel-section  .info-bubble-inner {
	height: 100%;
    width: 100%;
}


.body_common_home #container .carousel-section  .info-bubble-inner:hover {
	background:url('../image/info-bubble-hover.png') center no-repeat!important;
}

.body_common_home #container .carousel-section  .info-bubble-inner:hover > a > span{
	display:none;
}


.body_common_home #container .carousel-section .hospitality > div.info-bubble-inner {
	background:url('../image/hospitality-bg.png') center no-repeat;
}


.body_common_home #container .carousel-section .supplier {
	width:210px;
	height:200px;
	background:url('../image/suppliers-main-bg.png') center no-repeat;
	left: 902px;
    top: 99px;
}

.body_common_home #container .carousel-section .supplier > div.info-bubble-inner{
		background:url('../image/suppliers-bg.png') center no-repeat;

}



.body_common_home #container .carousel-section .products-services {
	width:201px;
	height:206px;
	background:url('../image/products-main-services.png') center no-repeat;
	left: 1118px; 
    top: 96px;
	
}

.body_common_home div.info-bubble-inner span {
	padding-top:75px;
}

.body_common_home #container .carousel-section .products-services > div.info-bubble-inner{
	background:url('../image/products-services.png') center no-repeat;
}


.body_common_home #container .banner {
	display:inline-block;
	width:400px;
}

.body_common_home #container .banner .banner-information{
	display:block;
	text-align:center;
}

.body_common_home #container .banner .title{
	color:#50502f;
	font-size:30px;
	max-width:230px;
	text-align:center;
	text-decoration:none;
	display:block;
	margin:auto;
	margin-bottom:36px;
}

.body_common_home #container .banner .description{
	color:#bd6303;
	font-size:18px;
	max-width:340px;
	text-align:left;
	text-decoration:none;
	display:block;
	margin:auto;
	margin-bottom:30px;
}

.body_common_home #container .banner .more-info{
	color:#23aa82;
	font-size:18px;
	max-width:230px;
	text-align:center;
	text-decoration:none;
	display:block;
	margin:auto;
}

.body_common_home #container div#content div#banner1.banner {
	background:
	url(../image/box-border.png) 100% 0 no-repeat,
	url(../image/box-border.png) 0 0 no-repeat;
}


.body_common_home #container .banner  a:hover {
	color:#39574f;
	text-decoration:underline;

}

.body_common_home #footer-content-outer {
	background:url('../image/home-content-bg-01.png') 0 0 repeat;
	width:100%;
}

.body_common_home #footer-content {
	max-width:1180px;
	margin:auto;
	text-align:center;
	background:url('../image/footer-border.png') 0 0 no-repeat;
	min-height:15px;
	padding-top:35px;
	padding-bottom:10px;
	clear:both;
	
	}

.body_common_home #footer-content > div , .body_common_home #footer-content > span , .body_common_home .custom-links ul li {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#575757;
}

.body_common_home .copyright {
	float:left;
}

.body_common_home .powered-content{
	float:right;
}

.body_common_home .custom-links {
	float:none;
	display:inline-block;
	margin:auto;
}

.custom-links ul {
	margin:0!important;
	padding:0;
}

.body_common_home .custom-links ul li {
	list-style:none;
	float:left;
	padding-right:5px;
}

.body_common_home .custom-links ul li a{
	font-size:10px;
	color:#575757;
	font-family:Arial, Helvetica, sans-serif;
}

/*------------------*/

.reportTable table {
	width: 100%;
	border-collapse: collapse;
        margin-top: 25px;
}
.reportTable td {
	padding: 7px;
        text-align: center;
}
.reportTable td.name {
	text-align: left !important;
}
.reportTable thead th {
	background-color: #95E0CB;
	padding:17px 0;
    color: #010101;
    font-weight: bold;
    text-decoration: none;	
	font-size:13px;
/*	line-height:0px; */
	border-top:1px solid #4dba9b;
        text-align: center;
}
.reportTable thead th {
    background-color: #95E0CB !important;
}
.reportTable tbody tr:nth-child(2n+1) td {
    background-color: #FFFFFF;
}
.reportTable tbody td {
    background: none repeat scroll 0 0 #F5F5F5;
    border-right: 0 none;
    border-top: 1px solid #DDDDDD;
    font-family: arial;
    font-size: 13px;
    padding: 7px 13px 7px 9px;
}

/* CDC Favourites List */
.favourite_type label, .favourite_type_2 label   { 
    display:inline-block;
	margin-left: 5px;
	vertical-align:top;
}

.favourite_type, .favourite_type_2  {
    display: inline-block;
    height: 36px;
    line-height: 18px;
    margin-right: 20px;
    vertical-align: middle;
	padding-bottom: 12px;
}

#favourites_form, #favourites_form_2  {
	float: right;
}

.favourites_list, .favourites_list_2 {
	padding-right: 44px;
}

#body_account_favourites .favourites_list, #body_account_favourites .favourites_list_2 {
	margin-top: 10px;
	padding-right: 0;
}

/* CDC Add multiple comments per order. */

#order_comments_bg {
	background: #000000;
	opacity: 0.5;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#order_comments {
    background: none repeat scroll 0 0 #ffffff;
    display: none;
    height: 80%;
    overflow: auto;
	margin-left: auto;
	margin-right: auto;
    position: fixed;
    top: 10%;
	left: 50%;
	margin-left: -356px;
    width: 702px;
    z-index: 10000;
	line-height: 16px;
	padding: 20px;
}

#order_comments th, #order_comments td {
	vertical-align: top;
}

.cart_comments table.cart-info {
    width: 100%;
	margin-bottom: 20px;
}

.cart_comments table.cart-info tr td + td {
    width: 70%;
	height: auto;
}

.cart_comments table.cart-info tbody tr td {
	line-height: 18px;
}

.cart_comments table.cart-info tbody tr td textarea {
	width:95%;
	margin-left: 0;
	margin-right: 5%;
}


.cart_comments h3 {
    margin-bottom: 20px;
}


#cart_comments > div#comments_notification {
    margin-top: -15px;
    position: fixed;
    width: 690px;
}

#cart_comments #confirm_order {
	margin-bottom: 20px;
}

/* CDC End */

/* Norbi */
/* #cancel_order{display:none;} */

/* Norbi */
 /* order list */
.order-list .order-info {
    text-align: center;
}
/* #cancel_order{display:none;} */

 /* Credit request order_list.php >>>> */
 .order-list .order-info{
	 width:130px !important;
 }
 .order-list .printOrder {
    width: 35% !important;
}
.reportTable tbody td {
    padding: 7px 10px 7px 9px;
}
.credit_button{
	background-color:#64AF9A;
	color:white;
	text-decoration:none;
	width: 115px !important;
	padding: 3px 0px;
	border: 1px solid #64AF9A;
	border-radius: 7px;
	margin-bottom:5px;
	font-weight:bold;
}
.credit_button hr{
	margin: 1px 0px 1px -1px;
	padding-right: 115px;
}
.credit_button:hover{
	background-color:#437838;

}
.print{
	margin-left:15px;
}
/* Credit request order_list.php <<<< */