body {
	margin: 40px 0;
	padding: 0;
	background: #bcbcbc url('../image/bg/17.png') repeat;
	color: #878787;
	font-family: "PT Sans", sans-serif;
	font-size: 13px;
	line-height: 24px;
}
h3, h4, h5, h6 {
	text-transform: uppercase;
}
.h1, .h3, .h4, .h5, .h6 {
	text-transform: uppercase;
	font-weight: bold;
}

.h2 {
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
}
a {
	color: #888; /* text color */
	text-decoration: none;
}
a:hover {
	color: #65bdc1;
}
hr {
	background: #ccc;
	height: 1px;
	border: none;
}
img {
	border: 0;
}
nav {
	display: inline-block;
}
td, textarea, input, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.overlay {
	background: url('../image/bg-pattern.png') repeat left top;
}
.border {
	border: 1px solid #cbcbcb;
}
.box-outline {
	outline: 1px solid #cbcbcb;
}
/**
 * 	Text
 */
.text1 {
	font-size: 60px;
	text-transform: uppercase;
}
.text2 {
	font-size: 50px;
	text-transform: uppercase;
}
.text3 {
	font-size: 40px;
	text-transform: uppercase;
}
.text4 {
	font-size: 30px;
	text-transform: uppercase;
}
label {
	display: inline-block;
	line-height: 30px;
}
.label {
	font-weight: bold;
}
.label0 {
	font-size: 24px;
	font-weight: bold;
}
.label1 {
	font-size: 20px;
	font-weight: bold;
}
.label2 {
	font-size: 18px;
	font-weight: bold;
}
.label3 {
	font-size: 16px;
	font-weight: bold;
}
.label4 {
	font-size: 14px;
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}
.text-r {
	text-align: right;
}
.quote p {
	padding: 0 290px 0 0;
	margin: 0;
}
.line {
	height: 10px;
	width: 100%;
}
.shadow {
	-moz-box-shadow: 0 4px 0 #d1d1d1; /* drop shadow */
	-webkit-box-shadow: 0 4px 0 #d1d1d1; /* drop shadow */
	box-shadow: 0 4px 0 #d1d1d1; /* drop shadow */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#d1d1d1')";
}
.row {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	display: inline-block;
	width: 100%;
}
.top {
	margin-top: 0;
}
.bottom {
	margin-bottom: 0;
}
.box-overlay {
	background: url('../image/bg-pattern.png') repeat left top;
	padding: 20px;
	border: 1px solid #cbcbcb;
}
.wide {
	width: 220px;
}
.widefat {
	width: 250px;
}
select.widefat {
	width: 230px;
}
.icon {
	background: transparent url('../image/uptake-icon.png') no-repeat 0 0;
}
.placeholder {
	font-weight: normal;
	color: rgba(136, 136, 136, 0.6);
}
.circle-icon {
	position: relative;
	display: inline-block;
	width: 64px;
	height: 64px;
	border: 4px solid #cbcbcb; /* stroke */
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	border-radius: 36px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #595959; /* layer fill content + color overlay */
	-moz-box-shadow: inset 0 8px 8px rgba(0, 0, 0, .1); /* inner shadow */
	-webkit-box-shadow: inset 0 8px 8px rgba(0, 0, 0, .1); /* inner shadow */
	box-shadow: inset 0 8px 8px rgba(0, 0, 0, .1); /* inner shadow */
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.notes {
	color: #b09a86; /* text color */
	display: block;
	text-transform: none;
	font-weight: normal;
}
/***********************************
 * uniform
 */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
	background-image: url("../image/sprite.png");
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}
.selector, .checker, .button, .radio, .uploader {
	display: -moz-inline-box;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: middle;
}
.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
	outline: 0;
}
.selector, .radio, .checker, .uploader, .radio *, .checker *, .uploader * {
	margin: 0;
	padding: 0;
}
/* Select */
div.selector {
	/*margin-top: -1px;*/
  background-position: 0 -170px;
	line-height: 30px;
	height: 30px;
	padding: 0 0 0 10px;
	position: relative;
	overflow: hidden;
}
div.selector.fixedWidth {
	width: 190px;
}
div.selector span {
	/*padding: 3px 0 4px 0;*/
  text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	background-position: right 0px;
	line-height: 30px;
	height: 30px;
	padding-right: 25px;
	cursor: pointer;
	width: 100%;
	display: block;
}
div.selector.fixedWidth span {
	width: 155px;
}
div.selector select {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	position: absolute;
	height: 30px;
	top: 0px;
	left: 0px;
	width: 100%;
}
/* Checkbox */
div.checker, div.checker span, div.checker input {
	width: 30px;
	height: 30px;
}
div.checker {
	position: relative;
}
div.checker span {
	display: -moz-inline-box;
	display: inline-block;
 *display: inline;
	zoom: 1;
	text-align: center;
	background-position: 0 -340px;
}
div.checker input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
 *display: inline;
	zoom: 1;
}
div.checker:active span, div.checker.active span {
	background-position: 0 -340px;
}
div.checker.focus span, div.checker:hover span {
	background-position: 0 -340px;
}
div.checker.focus:active span, div.checker:active:hover span, div.checker.active:hover span, div.checker.focus.active span {
	background-position: 0 -340px;
}
div.checker span.checked {
	background-position: -34px -340px;
}
div.checker:active span.checked, div.checker.active span.checked {
	background-position: -34px -340px;
}
div.checker.focus span.checked, div.checker:hover span.checked {
	background-position: -34px -340px;
}
div.checker.focus:active span.checked, div.checker:hover:active span.checked, div.checker.active:hover span.checked, div.checker.active.focus span.checked {
	background-position: -34px -340px;
}
div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span {
	background-position: 0 -340px;
}
div.checker.disabled span.checked, div.checker.disabled:active span.checked, div.checker.disabled.active span.checked {
	background-position: -34px -340px;
}
/* Radio */
div.radio, div.radio span, div.radio input {
	width: 16px;
	height: 16px;
}
div.radio {
	position: relative;
}
div.radio span {
	display: -moz-inline-box;
	display: inline-block;
 *display: inline;
	zoom: 1;
	text-align: center;
	background-position: -68px -388px;
}
div.radio input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
 *display: inline;
	zoom: 1;
	text-align: center;
}
div.radio:active span, div.radio.active span {
	background-position: -68px -388px;
}
div.radio.focus span, div.radio:hover span {
	background-position: -68px -388px;
}
div.radio.focus:active span, div.radio:active:hover span, div.radio.active:hover span, div.radio.active.focus span {
	background-position: -68px -388px;
}
div.radio span.checked {
	background-position: -88px -388px;
}
div.radio:active span.checked, div.radio.active span.checked {
	background-position: -88px -388px;
}
div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -88px -388px;
}
div.radio.focus:active span.checked, div.radio:hover:active span.checked, div.radio.focus.active span.checked, div.radio.active:hover span.checked {
	background-position: -88px -388px;
}
div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span {
	background-position: -68px -388px;
}
div.radio.disabled span.checked, div.radio.disabled:active span.checked, div.radio.disabled.active span.checked {
	background-position: -88px -388px;
}
/* Uploader */
div.uploader {
	background-position: 0 -297px;
	height: 28px;
	width: 190px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
div.uploader span.action {
	background-position: right -409px;
	height: 28px;
	line-height: 28px;
	width: 85px;
	text-align: center;
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}
div.uploader span.filename {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	cursor: default;
	height: 24px;
	margin: 2px 0 2px 2px;
	line-height: 24px;
	width: 82px;
	padding: 0 10px;
}
div.uploader input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	cursor: default;
	width: 100%;
	height: 100%;
}
div.uploader.focus, div.uploader.hover, div.uploader:hover {
	background-position: 0 -353px;
}
div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action {
	background-position: right -437px;
}
div.uploader.active span.action, div.uploader:active span.action {
	background-position: right -465px;
}
div.uploader.focus.active span.action, div.uploader:focus.active span.action, div.uploader.focus:active span.action, div.uploader:focus:active span.action {
	background-position: right -493px;
}
div.uploader.disabled {
	background-position: 0 -325px;
}
div.uploader.disabled span.action {
	background-position: right -381px;
}
/***********************************
 * general form
 */
.textbox, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], textarea {
	padding: 6px;
	border: 1px solid #cbcbcb;
	margin: 0;
}
.textbox.normal, input.normal[type="text"], input.normal[type="password"], input.normal[type="email"], input.normal[type="number"], input.normal[type="search"], input.normal[type="tel"], input.normal[type="url"] {
	padding: 8px;
	height: 16px;
}
.textbox.medium, input.medium[type="text"], input.medium[type="password"], input.medium[type="email"], input.medium[type="number"], input.medium[type="search"], input.medium[type="tel"], input.medium[type="url"] {
	padding: 10px;
	height: 16px;
}
.textbox.large, input.large[type="text"], input.large[type="password"], input.large[type="email"], input.large[type="number"], input.large[type="search"], input.large[type="tel"], input.large[type="url"] {
	padding: 11px;
	height: 16px;
}
.button, button, input[type="button"], input[type="submit"], input[type="reset"] {
	margin: 0;
	cursor: pointer;
	background: /*#fff*/transparent url('../image/bg-pattern.png') repeat left top;
}
button, input[type="button"], input[type="submit"], input[type="reset"] {
	padding: 10px 18px;
	border: none;
	background-color: #434343; /* layer fill content + color overlay */
	color: #fff;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #65bdc1;
	color: #fff;
}
a.button {
	text-decoration: none;
}
.button.small {
	padding: 3px 10px;
}
.button {
	padding: 7px 15px;
}
.button.large {
	padding: 10px 20px;
}
.button.xlarge {
	padding: 15px 25px;
}
.button img {
	vertical-align: middle;
	text-align: center;
}
.button.has-icon {
	padding: 0;
}
.button.has-icon * {
	padding: 0;
	margin: 0;
}
.button.dark:hover {
	background-color: #65bdc1;
}
/*dark button*/
.button.dark {
	background-color: #434343; /* layer fill content + color overlay */
	color: #fff;
}
/*yellow green button*/
.button.yellow-green {
	background-color: #99cc00;
	color: #fff;
}
.button.yellow-green:hover {
	background-color: #434343;
}
/*yellow green button*/
.button.red {
	background-color: #ff3333;
	color: #fff;
}
.button.red:hover {
	background-color: #99cc00;
}
/*yellow green button*/
.button.blue {
	background-color: #66bdc2;
	color: #fff;
}
.button.blue:hover {
	background-color: #434343;
}
/*reset grid*/
.container_12 {
	width: 1040px;
}
.grid_12 {
	margin-left: 50px;
	margin-right: 50px;
}
.pull {
	float: left;
	margin-left: -50px;
}
#wrapper {
	background-color: #fff; /* layer fill content */
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2); /* drop shadow */
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2); /* drop shadow */
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2); /* drop shadow */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#d1d1d1')";
	position: relative;/*good for full slide*/
}
/***************************
 * Header
 */
#header {
	margin-bottom: 30px;
}
#header .header-bottom {
	margin-top: 0;
	margin-bottom: 0;
}
#header > * {
	float: left;
}
#header a {
	display: inline-block;
}
#header {
	background: #fff;
}
.header-top {
	background: #5a5a5a;
	border-bottom: 3px solid #d2d2d2;
	height: 50px;
	line-height: 18px;
	float: left;
	color: #9b9b9b;
	;
}
.header-top a:hover, .header-top .hover a {
	text-decoration: none;
	color: #fff;
}
.header-top .nav-right a {
	color: #fff;
}
.header-top .nav-right a:hover {
	color: #65bdc1;
}
.header-center .logo, .header-center .top-components {
	margin:30px 0 16px 0;
}
/***************************
 * Breadcrumbs
 */
#breadcrumbs {
	margin-top: 0px;
	margin-bottom: 0px;
}
.breadcrumbs .active {
	color: #65bdc1;
}
.breadcrumbs .breadarrow {
	padding-left: 5px;
	padding-right: 5px;
}
/***************************
 * Content
 */
section {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* article */
article {
	float: left;
	position: relative;
	width: 100%;
	display: block;
}
article > * {
	float: left;
}
article, aside {
	margin-top: 20px;
	margin-bottom: 20px;
}
article header {
	margin-top: 0;
	width: 100%;
}
article header .text4 {
	margin: 0px 0 30px 0;
}
article .content {
	width: 100%;
}
article .post-title {
	font-size: 16px;
}
article .post-author {
	font-style: italic;
}
article .post-media, article .post-content {
	float: left;
}
article.post-entry:hover .post-content {
	background: url('../image/bg-pattern.png') repeat left top;
	cursor: pointer;
}
article.post-entry .post-content i {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
article.post-entry:hover .post-content i {
	border: solid 1px #cbcbcb;
}
article .post-media {
	width: 220px;
	overflow: hidden;
}
article .post-content {
	height: 100%;
	position: relative;
	display: inline-block;
}
article a.post-content:hover {
	color: #888;
}
/* basket button */
article .add-basket {
	width: 0;
	height: 0;
	border-bottom: 60px solid #ebebeb;
	border-left: 60px solid transparent;
	position: absolute;
	bottom: 1px;
	right: 1px;
	display: none;
}
article:hover .add-basket {
	display: block;
}
article.post-entry {
	margin: 10px;
	overflow: hidden;
	float: left;
}
.post-media img {
	float: left;
}
#products {
	margin-left: -10px;
	margin-right: -10px;
}
.qa-list li {
	border-bottom: 1px dotted;
}
.qa-list li:last-child {
	border: none;
}
.bt-basket {
	background: url('../image/bt-add-basket.png') no-repeat 0 0 transparent;
	position: absolute;
	width: 16px;
	height: 17px;
	bottom: -50px;
	right: 10px;
}
/*************************************
 *  Footer
 */


#footer .line, #footer .widgets {
	float: left;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	margin-top: 0;
}
#footer .logo-small, #footer .copyright {
	float: left;
}
#footer .logo-small {
	padding-left: 10px;
	margin:22px 0 0 10px;
}
#footer .copyright {
}
#footer .widgets {
	margin-top: 20px;
	margin-bottom: 20px;
}
.top-menu {
	float: left;
}
/*************************************
 *  Top Navigation
 */
ul.nav-info {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.nav-info li {
	float: left;
	text-align: center;
	margin: 10px 10px auto 10px;
	width: 30px;
	height: 30px;
}
ul.nav-info li span {
	margin-top: 6px;
	display: inline-block;
}
ul.nav-info li.hover, ul.nav-info li:hover {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #727272; /* layer fill content + color overlay */
}
/*nav-currency*/
ul.nav-currency {
	list-style: none;
	float: left;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
ul.nav-currency li {
	float: left;
	text-align: center;
	margin: 10px 10px auto 10px;
	width: 30px;
	height: 30px;
}
ul.nav-currency li.hover, ul.nav-currency li:hover {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #727272; /* layer fill content + color overlay */
}
ul.nav-currency li span {
	margin-top: 6px;
	display: inline-block;
}
/*main-nav*/
ul.main-nav {
	margin: 0;
	padding: 0;
	float: left;
}
ul.main-nav li {
	display: inline-block;
	list-style: none;
	float: left;
}
ul.main-nav a {
	padding: 16px 20px 16px 15px;
	display: inline-block;
}
.main-nav li:hover, .main-nav li.hover {
	background-color: #444; /* layer fill content + color overlay */
	border-bottom: 3px solid #65bdc1;
}
.main-nav li:hover, .main-nav a:focus, .main-nav a:hover, .main-nav a:active {
	background:		#444;
	outline:		0;
}
/* nav-right */
.nav-right {
	float: left;
	margin-left: 20px;
}
.nav-right a {
	display: inline-block;
	padding: 15px 5px 18px 5px;
}
.content-border-bottom {
	background-image: url('../image/content-border-bottom.png');
	background-position: center 0;
	background-repeat: no-repeat;
}
/*************************
 * 	Main menu
 */
#main-menu ul.sf-menu {
	background: #ffffff url('../image/nav-bar.png') repeat-x left top;
	height: 60px;
	margin-bottom: 0;
}
.sf-menu ul li, .sf-menu ul li:hover, .sf-menu ul li:active, .sf-menu ul li:visited, .sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
	width:200px;
}
.sf-menu li {
	background:		none;
}
.sf-menu>li>a {
	position: relative;
}
.sf-menu>li.current, .sf-menu>li.sfHover, .sf-menu>li>a:hover {
	background-color: #877768; /* layer fill content + color overlay */
}
.sf-menu>li .indicator {
	width: 0;
	height: 0;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
}
.sf-menu li.sfHover .indicator, .sf-menu li.current .indicator, .sf-menu li:hover .indicator {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #877768;
	bottom: -7px;
	height: 0;
	left: 50%;
	outline: 0 none;
	position: absolute;
	width: 0;
	z-index: 100;
	margin-left: -8px;
}
.sf-menu a {
	padding: 25px 14px 22px 15px;
	border-left: none;
	border-top: none;
	text-transform: uppercase;
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:hover {
	color: #fff;
}
.sf-menu a > .sf-sub-indicator {
	top: 24px;
}
.sf-menu>li {
	height: 60px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top: 60px;
}
.sf-shadow ul {
	padding: 0px 10px 10px 0px;
}
.sf-shadow ul {
	-moz-border-radius-bottomleft: none;
	-moz-border-radius-topright: none;
	-webkit-border-top-right-radius: none;
	-webkit-border-bottom-left-radius: none;
}
.sf-menu ul a {
	padding: 10px 15px;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #877768;
}
.sf-menu ul ul {
	position: static;
}
.sf-menu>li>ul {
	background: #635a52;
	padding-bottom: 20px;
}
.sf-menu li li li {
	float: none;
	clear: all;
}
.sf-menu ul ul a {
	color: #ccc !important;
}
.sf-menu ul ul a {
	text-transform: none;
}
.sf-menu ul ul a:hover {
	color: #65bdc1 !important;
}
.sf-menu>li>ul>li {
	padding-top: 15px;
}
.sf-shadow ul ul {
	background: none;
	padding: 0;
}
/************************************
 * Social network
 */
.social-icon {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.social-icon li {
	width: 40px;
	height: 40px;
	float: left;
	list-style: none;
	background: #9c9c9c;
	margin-right: 10px;
}
.social-icon li:last-child {
	margin-right: 0;
}
.social-icon li a {
	width: 100%;
	height: 100%;
	display: block;
}
.social-icon .rss a {
	background: url('../image/social-icons.png') no-repeat 10px 10px;
}
.social-icon .rss a:hover {
	background-color: #f7bb2d;
}
.social-icon .facebook a {
	background: url('../image/social-icons.png') no-repeat -40px 10px;
}
.social-icon .facebook a:hover {
	background-color: #39599f;
}
.social-icon .twitter a {
	background: url('../image/social-icons.png') no-repeat -92px 10px;
}
.social-icon .twitter a:hover {
	background-color: #45afe3;
}
.social-icon .dribbble a {
	background: url('../image/social-icons.png') no-repeat -144px 10px;
}
.social-icon .dribbble a:hover {
	background-color: #d979a5;
}
.social-icon .forrst a {
	background: url('../image/social-icons.png') no-repeat -196px 10px;
}
.social-icon .forrst a:hover {
	background-color: #1b8328;
}
.social-icon .linkedin a {
	background: url('../image/social-icons.png') no-repeat -248px 10px;
}
.social-icon .linkedin a:hover {
	background-color: #65b7d2;
}
.social-icon .pinterest a {
	background: url('../image/social-icons.png') no-repeat -346px 8px;
}
.social-icon .pinterest a:hover {
	background-color: #ca1f27;
}
.social-icon .gplus a {
	background: url('../image/social-icons.png') no-repeat -298px 10px;
}
.social-icon .gplus a:hover {
	background-color: #d95232;
}
/************************************
 * Basket
 */
.basket {
	position: relative;
	color: #888888;
}
.basket strong {
	color: #444444;
}
.basket .basket-dropdown {
	display: none;
}
.basket-dropdown .dropdown-header label {
	display: inline-block;
}
.basket-arrow {
	background: url('../image/basket-arrow.png') no-repeat 0 0 transparent;
	width: 19px;
	height: 9px;
	display: inline-block;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -11px;
}
.basket-dropdown .dropdown-header {
	color: #434343;
	padding: 2px 20px 2px 20px;
	border-bottom: 1px solid #cbcbcb; /* stroke */
}
.basket-content {
	width: 400px;
	position: absolute;
	top: 10px;
	z-index: 999;
}
.basket-dropdown {
	list-style: none;
	width: 398px;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 999;
	background: #fff;
	border: 1px solid #cbcbcb; /* stroke */
	padding: 0;
}
.basket-dropdown li {
	padding: 16px 20px 16px 20px;
}
.basket-dropdown .item {
	width: 210px;
}
.basket-dropdown .price-each {
	width: 95px;
}
.dropdown-line {
	border-top: 1px solid #f0f0f0; /* stroke */
}
.dropdown-line .line-col {
	float: left;
}
.basket-dropdown .dropdown-footer a {
	float: right;
	margin-left: 10px
}
.basket-text {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	margin: 0;
	border-left: none;
	padding: 4px 7px;
	padding-right: 80px;
}
.basket-text .drop-arrow {
	/*margin-left: 60px;*/
	background: url('../image/drop-arrow.png') no-repeat center center transparent;
	display: inline-block;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -4px 0 0;
}
.basket-text .label {
	color: #5a5a5a;
}
.basket-dropdown {
	position: absolute;
}
.basket-dropdown .dropdown-footer {
	border-top: 1px solid #cbcbcb; /* stroke */
	background-color: #f6f6f6; /* layer fill content + color overlay */
	padding: 18px 20px 18px 20px;
}
.basket-dropdown .line-col.media {
	width: 28%;
}
.basket-dropdown .line-col.desc {
	width: 28%;
}
.basket-dropdown .line-col.price-each, .basket-dropdown .line-col.price {
	width: 22%;
	text-align: right;
}
.basket-dropdown .dropdown-total {
	padding-top: 0;
	text-align: right;
}
.basket-dropdown .price a {
	text-decoration: underline;
}
.basket-button span {
	width: 38px;
	height: 38px;
	background: url('../image/basket-icon.png') no-repeat 0 0 transparent;
	display: inline-block;
}
.basket-button:hover span {
	background: url('../image/basket-icon-hover.png') no-repeat 0 0 transparent;
}
.hl-text {
	color: #65bdc1;
	font-weight: bold;
}
/************************************
 * Search form
 */
.search-text {
	margin: 0;
	border-right: none;
	width: 230px;
}
.search-button {
	margin-left: -1px;
}
.search-button span {
	width: 38px;
	height: 38px;
	background: url('../image/bt-search.png') no-repeat 0 0 transparent;
	display: inline-block;
}
.search-button:hover span {
	background: url('../image/bt-search-hover.png') no-repeat 0 0 transparent;
}
/************************************
 * Newsletter
 */
.newsletter-text {
	margin: 0;
	border-right: none;
	width: 150px;
}
.newsletter-button {
	margin-left: -1px;
}
.newsletter-button span {
	width: 38px;
	height: 38px;
	background: url('../image/bt-submit.png') no-repeat 0 0 transparent;
	display: inline-block;
}
.newsletter-button:hover span {
	background: url('../image/bt-submit-hover.png') no-repeat 0 0 transparent;
}
/* Custom Footer */

.facebook-like-box {
	width: 220px;
	height: 220px;
	overflow: hidden;
	position: relative; /* For IE7 Compatibility */
}
.facebook-like-box .inner {
	margin: -2px 0 0 -2px;
}
#twitter-box ul li {
	list-style: none;
}
#twitter-box ul li img {
	vertical-align:middle;
}
a.tweet_avatar {
	height:100px;
}
.tweet_join {
	color:#000;
	margin-left:6px;
}
.tweet_text {
	color:#000;
	line-height:22px;
}
ul.tweet_list {
	padding:0px;
	margin:0px 0 0 40px;
}
ul.tweet_list li {
	margin-bottom:16px;
	margin-left:-38px;
}
.gridcustom_12 {
	float:left;
	padding: 0px 16px 0px 56px;
	width: 95%;
}
.gridcustom_6 {
	float:left;
	padding: 0px 16px 0px 46px;
	width: 43%;
}
.gridcustom_4 {
	float:left;
	padding: 0px 20px;
	width: 29%;
}
/* End Of Custom Footer */

/* Another Slider */
.caruofredsel-featured, .caruofredsel-latest, .caruofredsel-bestseller, .caruofredsel-special, .caruofredsel-news {
	height:0px;
}
.caruofredsel {
	height:0px;
}
.navigate {
	float:right;
	width:61px;
}
.prev1 {
	background: url("../image/car-prev.png") no-repeat center center #Fff;
	right: 31px;
	width: 20px;
}
.prev1:hover {
	background: #EC5D4C url("../image/car-prev-invert.png") no-repeat center center;
}
.next1 {
	background: url("../image/car-next.png") no-repeat center center #Fff;
	right: 0;
	width: 20px;
}
.next1:hover {
	background: #EC5D4C url("../image/car-next-invert.png") no-repeat center center;
}
.clear {
	clear:both;
}
.box-heading .prev1 {
	background:#fff url("../image/car-prev.png") center center no-repeat;
	float:left;
	cursor:pointer;
	height: 16px;
	text-indent: -9999px;
	top: -42px;
	width: 31px;
	margin-right:0px;
}
.box-heading .next1 {
	background:#fff url("../image/car-next.png") center center no-repeat;
	float:left;
	cursor:pointer;
	height: 16px;
	text-indent: -9999px;
	top: -42px;
	width: 30px;
}
.box-heading .prev1:hover {
	background:#EA6D4D url("../image/car-prev-invert.png") center center no-repeat;
}
.box-heading .next1:hover {
	background:#EA6D4D url("../image/car-next-invert.png") center center no-repeat;
}
/* End Of Slider */

/* Product Tab */
.htabs1 {
	background:#EA2E49;
	text-align:center;
	height: 46px;
	margin-bottom: 16px;
	clear:both;
}
.htabs1 a:first-child {
	border-right: none;
}
.htabs1 a {
	background: #EA2E49;
	padding: 11px 0;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #333;
	display: none;
	width:25%;
}
.htabs1 a.selected {
	box-shadow: inset 0 -3px 6px -2px rgba(0, 0, 0, 0.4);
	color: #000;
	font-weight:bold;
	background:url("../image/bg-pattern.png") repeat scroll left top transparent;
}
.tab-content1 {
	z-index: 2;
}
.tab-content1 p {
	font-size: 14px;
	color: #333745;
}
/* End Of Product Tab */

/* Ribbon Sale */
.sale-badge-grid {
	position: absolute;
	width: 54px;
	height: 54px;
	background:url(../image/sale-image.png) no-repeat;
}
.product-grid .sale-badge-grid, .box-product .sale-badge-grid {
	top:4px;
	right: 5px;
}
#column-left .sale-badge-grid, #column-right .sale-badge-grid {
	display:none;
}
/* End of Ribbon Sale */

/* SCROLL TO TOP */


a.top {
	background: url("../image/top.png") no-repeat scroll 0 0 transparent;
	bottom: -4px;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 10px;
	height: 62px;
	padding: 3px 0 0;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 52px;
	z-index: 9999;
}
/* END OF SCROLL TO TOP */



#language {
	margin-left: 66px;
	position: absolute;
	top: 15px;
}
#currency {
	position:absolute;
	margin-left: -45px;
}
