body{
	padding: 0px;
	margin: 0px;
	background:#111;
    color: #a39b94;
    font: 12px arial, sans-serif;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/
p{ 
  padding: 0;
  margin: 0;
}

blockquote {
	font-weight:bold;
	padding:10px 0;
}

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% arial, sans-serif;
  	color: #8dc63f;
  	margin: 0 0 15px 0;
  	padding: 15px 0 5px 0;
}

h2{ 
	font: normal 175% 'Bitter', serif;
	padding: 0;
	margin: 0 0 20px 0;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	font: normal 120% arial, sans-serif;
  	color: #a39b94;
}

h5, h6{ 
	font: italic 95% arial, sans-serif;
  	padding: 0 0 15px 0;
  	color: #a39b94;
}

h6{ color: #a39b94;}

a, a:hover{ 
	outline: none;
  	text-decoration: none;
  	color: #a39b94;
}

a:hover{ 
	text-decoration: none;
}

ul{ 
  padding: 0;
  margin: 0;
}

ul li{ 
	list-style-type: square;
	padding: 0;
	margin: 0;
}

ol{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}


/**
* Layout Specific
*/

.topbar {
	background: #252525;
	padding:5px 20px;
	width: 940px;
	height:30px;
}

#global-container {
	width: 100%;
	float:left;
	margin:0 auto;
	background:url(images/background.jpg) center 0 no-repeat #faf7f5;
}

#content-container {
	width: 980px;
	margin:0 auto;
	position:relative;
	min-height:550px;
}

header {
	width: 100%;
	float: left;
}

.header-column-one {
	padding: 30px 0 0px 0;
	width:auto;
	float:left;
}

.header-column-two {
	width:auto;
	float:right;
}

.navigation {
	display:block;
	width:100%;
	float:right;
	z-index:999;
	background: #fff;
	-webkit-box-shadow: 0 8px 6px -6px #898989;
	-moz-box-shadow: 0 8px 6px -6px #898989;
	box-shadow: 0 8px 6px -6px #898989;
	
}

.banner {
	display:block;
	float:left;
	margin:15px 0;
	width: 100%;
}

section {
	width:100%;
	float:left;
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	width:auto;
	display:inline;
}

#component {
	display:block;
	margin: 20px 0 20px 0;
	float: left;
	width: 100%;
}

.component-column-bottom /** can display multiple partials, set width & height in your own markup **/ {
	width:auto;
	display:inline;
}

footer {
	background: url(images/footer-bg.png) center 0 no-repeat;
	float: left;
	width: 100%;
	height:498px;
}

.footer-content  /** can display multiple partials, set width & height in your own markup **/  {
	width: 980px;
	background: #fff;
	text-align:center;
	color: #000;
	opacity:0.6;
	border-radius:20px;
	margin: 150px 0 0 0;
	font-weight:bold;
	padding:15px 0;
}

.bottombar {
	width:100%;
	height:20px;
	float:left;
	background: #111;
	text-align:center;
	padding:5px 0;
}

.bottombar a {
	color: #ebebeb;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
}

/**MISC**/

.widget.cart {
	background: url(images/cart-bg.png) center 0 no-repeat;
	width: 195px;
	height: 49px;
	float: right;
	text-align:right;
	margin: 10px 0;
	padding: 20px 0;
}

.widget.userclass { 
	margin: 100px 0 0 0;
	display: block;
	height: 20px;
	font-weight:bold;
}

.item_in_cart, .total_in_cart, .cart_button a {
padding: 0px 20px;
font-weight:bold;
}

.cart_button a{ color:#A39B94; text-decoration: underline; font-weight:bold; }

.button_logout input[type="submit"] {
	border: none;
	color: white;
	text-transform:uppercase;
	height: 14px;
	background:none;
	font-weight: bold;
	font-size: 12px;
}

.button_user, .button_login, .button_register , .button_logout{
	float: left;
	width: auto;
	font-size:12px;
	color: white;
	text-transform:uppercase;
	margin: 2px 0 0 10px;
	height: 16px;
	background: #C4DF9B;
	padding: 5px 20px;
	border-radius: 10px;
	font-weight: bold;
}


.button_login a, .button_register a, .login_reset a { 
color:white ;
font-weight: bold;
background: #C4DF9B;
padding: 5px 20px;
border-radius: 10px;
}

.button_setting button {
	float: left;
	width: auto;
	font-size: 12px arial, sans-serif;
	color: white;
	text-transform: uppercase;
	text-shadow: none;
	margin: 2px 0 0 10px;
	border:0;
	background: #C4DF9B;
	padding: 5px 20px;
	border-radius: 10px;
	font-weight: bold;
	height: 26px;
}

.button_setting {
	width: auto;
	float: left;
	margin: 0 10px;
}

.login_reset {
	float: left;
	width: auto;
	font-size:12px;
	background: #474848;
	color: white;
	text-transform:uppercase;
	padding: 8px 20px;
	border-radius:5px;
	margin: 2px 0 0 10px;
}

.mini-menu {
	background: #ECECEC;
	height: 20px;
	float: right;
	padding: 10px 0 8px 30px;
	text-align: right;
	margin: 20px 0 0 0;
	font-size:12px;
}

.mini-menu li {
	list-style:none;
	display:inline;
	padding:10px 30px;
}

.mini-menu li a {
	color: #898989;
}


.mini-menu li a:hover {
	color: #111;
}

.component-column img {
	float:left;
	margin:10px 0 0 0;
}

.footer-col-one {
	width:auto;
	float:left;
	margin:10px 40px 30px 40px;;
	text-transform: uppercase;
	font-size:11px;
}

.footer-col-one p {
	font-weight:bold;
	color: #474848;
}

.footer-col-one li a {
	color: #7e7f81;
}

.footer-col-one li a:hover {
	color: #00d2d9;
}

.custom_detail {
	margin: 30px 0 0 0;
}

.feature_product h2 a {
	font-weight:bold;
	margin:10px 0;
	padding: 0;
}

.module.featblock h3 {
	display:none;
}

#product_module {
margin: 20px 0;
float: left;
}


ul.footer-bullet {
	width: 740px;
	margin: 0 0 0 240px;
	float: left;
	color:white;
}

ul.footer-bullet li {
	float:left;
	margin:30px 0;
	font-size:12px;
	width: 80px;
}

ul.footer-bullet li a{
	color: #fff;
	font-weight:bold;
}

.m_login.myform h1 {
	display:none;
}

.widget.socialwidgets {
	width: 300px;
	float: left;
}

.widget.searchbar {
	width: 600px;
	float: right;
}

.widget.searchbar h3 { display:none; }

.side_row {
	width: 220px;
	float: right;
}

.side_row li{
	list-style:none;
}

.search_product {
	width: 60px;
	float: right;
}

#search_keyword {
	height: 14px;
	margin: 4px 0 0 0;
	border-radius: 10px;
	border: 0;
	background: #464646;
	color: #a1a1a1;
	padding: 5px 20px;
	font-size: 11px;
	font-style:italic;
	-moz-box-shadow:    inset 0 0 2px #000000;
	-webkit-box-shadow: inset 0 0 2px #000000;
	box-shadow:         inset 0 0 2px #000000;
}

.widget.userlog {
	margin: 10px 0;
}

.widget.widget_style_21 {
	width: 34%;
	float: left;
	border: 1px solid lightGrey;
	padding-bottom: 10px;
}

.widget.widget_style_21  ul {
	width: auto;
	float:left;
	padding-left: 40px;
}

.widget.widget_style_21 li {
	list-style: square;
}

.widget.widget_style_21 h3 {
	background: #464646;
	color: #fff;
	border-bottom: 3px solid #f9cb40;
	padding: 5px 0;
}

.widget.widget_style_21 h3 span {
	color: #fff;
	padding-left: 20px;
}

.widget.widget_style_27 {
	width: 30%;
	float: left;
	margin: 0 3%;
	border: 1px solid lightGrey;
	padding-bottom: 10px;
}

.widget.widget_style_27 h3 {
	background: #464646;
	color: #fff;
	border-bottom: 3px solid #f9cb40;
	padding: 5px 0;
}

.widget.widget_style_27 h3 span {
	color: #fff;
	padding-left: 20px;
}

.widget.widget_style_27  ul {
	width: auto;
	float:left;
	padding-left: 40px;
}

.widget.widget_style_27 li {
	list-style: square;
}
 
.widget.widget_style_47 {
	width: 29%;
	float: left;
	padding-bottom: 10px;
}

.widget.widget_style_47 h3 {
	background: #464646;
	color: #fff;
	border-bottom: 3px solid #f9cb40;
	padding: 5px 0;
}

.widget.widget_style_47 h3 span {
	color: #fff;
	padding-left: 20px;
}

.readmore {
	font-weight: bold;
	padding: 15px 0 5px 0;
}

.readmore a {
	color: #8dc63f;
}

.article-info {
	color: #6f5e56;
	font-weight: bold;
}

.category_blog_view .article_title h4 {
	background: #7caf37;
	color: #fff !important;
	padding:5px 10px;
	border:0;
	border-radius:10px;
}

.category_blog_view .article_title h4:hover {
	background: #464646;
	color: #fff;
}

.category_blog_view .items-more {
	border:1px solid  #efefef;
}

.category_blog_view .items-more h3 {
	background: #efefef;
	border:0;
	padding:5px 15px;
	color: #898989;
}

.category_blog_view .items-more ul {
	margin-left:15px;
	padding:0 0 10px 15px;
}

.category_blog_view .pagination {
	border:0;
}

.category_blog_view .pagination a:link, .category_blog_view .pagination a:visited {
	color: #464646;
	background:#7caf37;
}

.category_blog_view .pagination a {
	border: 1px solid #464646;
}

.category_blog_view .pagination li > span.pagenav  {
	border: solid 1px #464646;
	color: #464646;
	background:#7caf37;
}

.category_blog_view .pagination p.counter {
	color: #464646;
	font-weight: bold;
}

.pagenav {
	font-weight: bold;
}

.rslides_tabs.rslides1_tabs {
	padding: 5px 0;
	background: #8dc63f;
	margin: 0;
	width: 100%;
}

.rslides_tabs .rslides_here a {
	background: #5a8026;
}