/*
Martha main stylesheet
by Themetorium
http://themeforest.net/user/Themetorium
*/

/* Begin "Oswald" font fix */
@font-face {
  font-family: 'Oswald';
  font-weight: 300;
  src: local('☺'), url("http://themes.googleusercontent.com/static/fonts/oswald/v7/HqHm7BVC_nzzTui2lzQTDT8E0i7KZn-EPnyo3HZu7kw.woff") format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-weight: 400;
  src: local('☺'), url("http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff") format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-weight: 700;
  src: local('☺'), url("http://themes.googleusercontent.com/static/fonts/oswald/v7/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff") format('woff');
}
/* End "Oswald" font fix */

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #42494D;
	margin: 0px;
	padding: 0px;
}
::selection {
	background-color: #D60808;
	color: #fff;
	text-shadow: none;
}
body, td, th, input, select, a { /* Main font */
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
p, .tab-content ul, .review-list .text { /* Alternative font */
   font-family: 'Open Sans', Helvetica, Arial, sans-serif;
   letter-spacing: 0;
   font-size: 13px;
}
h1 {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
}
h2 {
	font-size: 20px;
	font-weight: 400;
}
h3 {
	font-size: 18px;
	font-weight: 400;
}
h4 {
	font-size: 16px;
	font-weight: 400;
}
.heading-center {
	position: relative;
	text-align: left;
	margin-bottom: 15px;
	font-size: 28px;
}
.heading-product {
	text-align: left;
	padding-bottom: 15px;
}
.heading-product h1 {
	text-align: left;
	margin: 0;
	font-size: 28px;
}
p, textarea {
	margin-top: 0px;
	line-height: 21px;
}
p img, .category-info .image img {
	max-width: 100% !important;
	height: auto !important;
}
a, a:visited, a b {
	color: #D60808;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input {
	outline: none;
}
input[type='text'], input[type='password'], textarea {
	background-color: #fff;
	padding: 7px;
	margin: 5px 0 5px 0;
	color: #42494D;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	width:255px;
}
textarea {
	outline: none;
	width: 90% !important;
}
select {
	outline: none;
	background-color: #fff;
	padding: 7px;
	margin-top: 5px;
	color: #42494D;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	width:270px;
}
label {
	cursor: pointer;
}
.clear {
	clear: both;
	visibility: hidden;
	padding: 0 !important;
	margin: 0 !important;
}

/* Begin layout */
#container-wrapper {
	width: 1200px;
	margin: 0 auto;
}
#container {
	position: relative;
	background-color: #FFF;
	margin: 15px 0 15px 0;
	padding: 20px;
	min-height: 535px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #E4E4E4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

#column-left {
	float: left;
	width: 215px;
	margin: 0 0 30px 0;
	padding-right: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #E4E4E4;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
#column-right {
	float: right;
	width: 215px;
	margin: 0 0 30px 0;
	padding-left: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #E4E4E4;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
#content {
}
#column-left + #column-right + #content {
	margin-left: 235px;
	margin-right: 235px;
	padding-left: 20px;
	padding-right: 20px;
}
#column-right + #content {
	margin-right: 235px;
	padding-right: 25px;
}
#column-left + #content {
	margin-left: 235px;
	padding-left: 25px;
}
/* End layout */

/* Begin top hidden content */
#hidden-container {
	display: none;
	background-image: url("../image/pat-bg.png");
	background-color: #242627;
	padding: 20px;
	color: #ddd;
	text-shadow: none;
	-webkit-box-shadow: inset 0px -1px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px -1px 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px -1px 6px rgba(0, 0, 0, 0.3);
}
.hidden-container-content {
	max-width: 1200px;
	margin: 0 auto;
}
.hidden-container-content img {
	max-width: 100%;
	height: auto !important;
}

#hidden-container-trigger {
	display: none;
	position: relative;
	width: 29px;
	height: 70px;
	z-index: 9;
	background: url("../image/megadrop.png") no-repeat top left;
	margin-top: -5px;
	margin-left: 15px;
	padding-left: 13px;
}
/* End top hidden content */

/* Begin top bar 
*************************/
#top-bar {
	background-image: url("../image/top-bar-bg.png");
	background-color: #4D5F69;
	border-width: 0px;
	border-style: solid;
	border-color: #FFF;
	border-top: none;
	border-left: none;
	border-right: none;
}
#top-bar-content {
	position: relative;
	height: 48px;
	margin: 0 auto;
	width: 1200px;
	border-width: 1px;
	border-style: dotted;
	border-color: #4B4B4B;
	border-top: none;
	border-right: none;
	border-bottom: none;
}

/* Begin top bar dropdown links */
.links-mobile {
	display: none;
}

#top-bar .dropdown-links {
}

#top-bar .dropdown-links > ul {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	color: #ccc;
}
#top-bar .dropdown-links > ul > li {
	list-style: none;
	float: left;
	cursor: pointer;
}

/* Begin top bar currency-language dropdown */
.language-selected, .currency-selected {
	display: block;
	position: relative;
	padding: 0 25px 0 12px;
	line-height: 48px;
	z-index: 9;
	border-width: 1px;
	border-style: dotted;
	border-color: #4B4B4B;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
.language-selected:after, .currency-selected:after {
	content: "";
	position: absolute;
	right: 13px;
	bottom: 21px;
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #999;
}
.language-selected img {
	margin-right: 2px;
}
#language-options, #currency-options {
	position: absolute;
	z-index: 99999;
	padding-top: 13px;
}
#language-options .arrow-up, #currency-options .arrow-up {
	position: absolute;
	left: 26px;
	top: 5px;
	width: 0;
	height: 0;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 8px solid #2F363A;
}
#language-options-inner, #currency-options-inner {
	overflow: hidden;
	background-color: #2F363A;
	min-width: 120px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#language a, #currency a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	white-space: nowrap;
	padding: 12px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #3A3F41;
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#language a:last-child, #currency a:last-child {
	border: none;	
}
#language a:hover, #currency a:hover {
	background-color: #65A241 !important;
	color: #fff;
}
#language a {
	padding: 12px 20px 12px 41px;	
}
#currency .symbol {
}
/* End top bar currency-language dropdown */

/* Begin top bar my account links */
#top-links {
}
#top-links ul {
	padding: 0;
	margin: 0;
}
#top-links ul li {
	float: none !important;
	list-style: none;
}
.top-links-selected {
	background: url('../image/my-menu.png') 10px center no-repeat;
	display: block;
	position: relative;
	padding: 0 25px 0 30px;
	line-height: 48px;
	border-width: 1px;
	border-style: dotted;
	border-color: #4B4B4B;
	border-top: none;
	border-left: none;
	border-bottom: none;
}

.top-links-selected1 {
	display: block;
	position: relative;
	padding: 0;
	line-height: 48px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
.top-links-selected1 a{
	display: block;
	position: relative;
	padding: 0 25px 0 30px;
	line-height: 48px;
	border-width: 1px;
	border-style: solid;
	border-color: #4B4B4B;
	border-top: none;
	border-left: none;
	border-bottom: none;
	font-size:13px;
	font-weight:400;
	color:#CCC;

}


.top-links-selected:after {
	content: "";
	position: absolute;
	right: 13px;
	bottom: 21px;
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #999;
}
#top-links-options {
	position: absolute;
	z-index: 99999;
	padding-top: 13px;
}
#top-links-options .arrow-up {
	position: absolute;
	left: 26px;
	top: 5px;
	width: 0;
	height: 0;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 8px solid #2F363A;
}
#top-links-options-inner {
	overflow: hidden;
	background-color: #2F363A;
	min-width: 180px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#top-links-options li a {
	display: block;
	padding: 12px 40px 12px 20px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	border-color: #3A3F41;
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#top-links-options li:last-child a { 
	border: none;
}
#top-links-options li a:hover {
	background-color: #65A241;
	color: #fff;
}

#top-links-options .account {
	background: url('../image/my-menu/my-menu-account.png') 89% 50% no-repeat;
}
#top-links-options .wishlist {
	background: url('../image/my-menu/my-menu-wishlist.png') 89% 50% no-repeat;
}
#top-links-options .shopping-cart {
	background: url('../image/my-menu/my-menu-cart.png') 89% 50% no-repeat;
}
#top-links-options .checkout {
	background: url('../image/my-menu/my-menu-checkout.png') 89% 50% no-repeat;
}
/* End top bar my account links */
/* End top bar dropdown links */

/* Begin top bar blog link - ATTENTION! Blog Manager extension is NOT included in the theme download pack! If you want to use it, you must purchase the extension here: http://www.echothemes.com */
#top-bar .blog-link {
	background: url('../image/blog.png') 10px center no-repeat;
	padding: 0 12px 0 30px;
	line-height: 48px;
	border-width: 1px;
	border-style: dotted;
	border-color: #4B4B4B;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
#top-bar .blog-link a {
	display: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	color: #CCC;

}
/* End top bar blog link */

/* Begin top bar welcome */
#welcome-mobile {
	display: none;
}

#top-bar #welcome {
	float: right;
	color: #999;
	line-height: 48px;
	margin-right: 20px;
}
#top-bar #welcome a {
	color: #d1d1d1;
}
#top-bar #welcome a:hover {
	text-decoration: underline;
}
/* End top bar welcome */

/* Begin top bar cart */
#top-bar #cart {
	position: relative;
	float: right;
	z-index: 99999;
}
#top-bar #cart .heading {
	text-align: right;
	line-height: 48px;
}
#top-bar #cart .heading h4 {
	margin: 0;
}
#top-bar #cart .heading a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	padding-left: 12px;
	background-image: url("../image/pat-bg.png");
	background-color: #6FB845;
	-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.06);
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.06);
}
#top-bar #cart .heading a span {
	background: url("../image/cart.png") 90% 1px no-repeat;
	padding-right: 38px;
}
#top-bar #cart .content {
	clear: both;
	display: none;
	position: absolute;
	right: 0;
	min-width: 330px;
	background-color: #FFF;
	color: #42494D;
	padding-bottom: 15px;
	min-height: 150px;
	z-index: 99999;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#top-bar #cart .arrow-up-back {
	position: absolute;
	right: 74px;
	top: -10px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ddd;
}
#top-bar #cart .arrow-up {
	position: absolute;
	right: 74px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
}
#top-bar #cart.active .heading {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}
#top-bar #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#top-bar #cart .mini-cart-info tr {
}
.mini-cart-info td {
	text-align: left;
	vertical-align: top;
	padding: 12px 5px 6px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	border-top: none;
	border-left: none;
	border-right: none;
}
.mini-cart-info td a {
	color: #D60808;
}
.mini-cart-info td a:hover {
	text-decoration: underline;
}
.mini-cart-info .image {
	width: 1px;
	padding-left: 15px;
}
.mini-cart-info .image img {
	text-align: left;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #E6E6E6;
}
.mini-cart-info .name small {
	color: #999;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
	padding-right: 15px;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
	padding-right: 15px;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	padding: 4px;
}
#cart .checkout {
	text-align: right;
	padding-right: 15px;
}
#top-bar #cart .empty {
	padding-top: 50px;
	text-align: center;
}
/* End top bar cart */

/* End top bar
*************************/


/* Begin header 
************************/
#header-area {
}
#header {
}
#header-content {
	position: relative;
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	padding: 34px 0;
}

/* Begin header logo */
#header #logo {
	float: left;
	margin-top:-25px
}
#header #logo img {
}
/* End header logo */

/* Begin header search */
#search-mobile {
	display: none;
}
#menu #search {
	position: relative;
	float: right;
	top: 0;
}
#menu #search input {
	padding: 0px 56px 0px 15px;
	margin: 12px 16px 0 0;
	width: 95px;
	height: 22px;
	color: #42494D;
	background-color: #FFF;
	border-width: 5px;
	border-style: solid;
	border-color: #ECECEC;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menu #search input:focus {
	width: 95px;
}
.outer_menu .button-search {
	position: absolute;
	top:0px;
	right:-10px;
	background-image: url('../image/search.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 100%;
	cursor: pointer;
}

#menu .button-search2 {
	position: absolute;
	top: 6px;
	right: 14px;
	background-image: url('../image/search.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 100%;
	cursor: pointer;
}

/* End header search */

/* Begin social icons */
ul.social-icons {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	top: 12px;
}
ul.social-icons li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin-left: 10px;
	line-height: 0;
	opacity: 0.3;
	filter: Alpha(opacity=30); /* IE8 and earlier */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.social-icons li:first-child {
	margin-left: 20px;
}
ul.social-icons li:hover {
	opacity: 1;
	filter: Alpha(opacity=100); /* IE8 and earlier */
}
/* End social icons */

/* End header
************************/


/* Begin menu
************************/
#menu-mobile {
	display: none;
}

#menu-area {
	height: 58px;
	width:982px; float:left;
}

/* Begin fixed menu */
.default-menu {
	width:982px;
	height: 58px;
	float:left;
}
.fixed-menu {
	position: fixed;
	top: 0;
	width: 100% !important;
	z-index: 99999;
	opacity: 0.98;
	background-color: #D60808;
	border-width: 0px;
	border-style: solid;
	border-color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.06);
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.06);
	left:0;
}
/* End fixed menu */

#menu {
/*	width: 1200px;
	height: 58px;
	margin: 0 auto;
	background-color: #D60808;
	border-width: 0px;
	border-style: solid;
	border-color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.06);
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.06);*/
}
#menu ul {
	width: 1200px; /* for fixed menu */
	/*margin: 0 auto !important;*/ /* for fixed menu */
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	float: left;
}

/* Begin menu home link */
.menu-home-link {
	background: url("../image/menu-sep.png") repeat-y left, url("../image/menu-sep.png") repeat-y right !important;
	padding: 0 18px !important;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-khtml-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
/* Emd menu home link */

/* Begin menu custom links */
#menu .custom-links {
	float: right;
}
#menu .custom-links > a {
	background: url("../image/menu-sep.png") repeat-y left, url("../image/menu-sep.png") repeat-y right;
	padding: 0 17px;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-khtml-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
#menu .custom-links > a .arrow-up {
	left: 18px !important;
}
#menu .custom-links-sub a {
	padding: 12px 20px;
}
/* End menu custom links */

#menu > ul > li > a {
	position: relative;
	display: inline-block;
	line-height: 58px;
	padding: 0 15px 0 11px;
	margin-right: -1px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: url("../image/menu-sep.png") repeat-y right;
}
#menu > ul > li:hover > a {
	background-color: #2F363A !important;
	color: #FFF;
}
#menu > ul > li > a > .arrow-down:before {
	content: "";
	position: absolute;
	left: 32%;
	bottom: 12px;
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menu > ul > li:hover > a > .arrow-down:before {
	border-top-color: #2F363A; /* Same as menu links hover bg */
}
#menu > ul > li:hover > a .arrow-up {
	position: absolute;
	left: 30px;
	bottom: -15px;
	width: 0;
	height: 0;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 8px solid #2F363A;
	z-index: 9999;
}
#menu > ul > li > div {
	position: absolute;
	display: none;
	padding-top: 15px;
	z-index: 999;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu .sub-menu-content {
	background-color: #2F363A;
	text-align: left;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#menu > ul > li > div ul {
	display: table-cell;
	width: auto;
}
#menu > ul > li ul + ul {
	padding-left: 5px;
}
#menu > ul > li ul > li + li {
	border-width: 1px;
	border-style: solid;
	border-color: #3A3F41;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
#menu > ul > li ul > li a {
	text-decoration: none;
	padding: 9px 25px;
	display: block;
	white-space: nowrap;
	min-width: 130px;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menu > ul > li ul > li a:hover {
	background-color: #65A241;
	color: #FFF;
}
#menu > ul > li ul > li a:hover {
	background-color: #65A241;
	color: #FFF;
}
html body .sub_menu2 {
	position:absolute;
	width:380px !important;
	/*top:15px;*/
        margin-top: -44px !important;
	left:180px !important;
	margin:0;
         width: auto !important;
	padding:0;
	background:#2F363A; 
	z-index:999999;
    -moz-box-shadow: 0px 6px 7px #121012;
    -webkit-box-shadow: 0px 6px 7px #121012;
    box-shadow: 0px 6px 7px 0px #121012;
	display:none !important;
}
ul.sub-menu-content li:hover .sub_menu2 { display:block !important; } 
.sub_menu2 li {
	float:left;
	margin:0 0 0 0px;
	padding:0;
	border-bottom:none; position:relative; 
}
.sub_menu2 li a {
	white-space: nowrap;
	min-width:70px;
	padding:12px;
	text-transform:capitalize;
	color:#777;
}


/* End menu
************************/


/* Begin breadcrumb */
.breadcrumb {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
	color: #999;
	border-width: 1px;
	border-style: solid;
	border-color: #E4E4E4;
	border-top: none;
	border-left: none;
	border-right: none;
}
#breadcrumb-center {
}
.breadcrumb a {
	color: #42494D !important;
	text-decoration: none;
}
.breadcrumb a:last-child {
}
.breadcrumb a:hover {
	color: #D60808 !important;
}
/* End breadcrumb */

/* Begin notice */
#notification-fixed {
	margin: auto;
	max-width: 395px;
}
#notification-fixed .success, #notification-fixed .warning, #notification-fixed .attention, #notification-fixed .information {
	max-width: 400px;
	position: fixed;
	top: 37%;
	z-index: 99999;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
}
.success, .warning, .attention, .information {
	max-width: 400px;
	margin: 0 auto 15px auto;
	text-align: center;
	line-height: 21px;
	padding: 15px;
	position: relative;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.success, .information {
	background-color: #fff;
	border-color: #d1d1d1;
	color: #42494D;
}
.attention {
	background-color: #FFF8BA;
	border-color: #FFE16B;
	color: #A19318;
}
.warning {
	background-color: #FFDFDF;
	border-color: #FACACA;
	color: #FF3030;
}
.success a, .warning a, .attention a, .information a {
	color: #D60808;
}
.success .close, .warning .close, .attention .close, .information .close {
	position: absolute;
	top: -13px;
	right: -13px;
	cursor: pointer;
	background-color: #fff;
	padding: 8px;
	z-index: 99999;
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}
.success .close, .information .close {
	border-color: #d1d1d1;
}
.attention .close {
	border-color: #FFE16B;
}
.warning .close {
	border-color: #FF9494;
}
.success .close:hover, .warning .close:hover, .attention .close:hover, .information .close:hover {
	background-color: #eee;
}
/* End notice */

.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #EE4848;
}
.help {
	color: #999;
	font-size: 10px;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	max-width: 100%;
}
table.list {
	background-image: url("../image/pat-bg.png");
	background-color: #F1F1F1;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
table.list td {
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	border-top: none;
}
table.list thead td {
	background-image: url("../image/pat-bg.png");
	background-color: #6D6D6D;
	padding: 0px 5px;
	color: #fff;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #42494D;
	font-weight: bold;
}
table.list tbody td {
	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;
}
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-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

/* Begin pagination */
.pagination {
	display: inline-block;
	width: 100%;
	margin: 15px 0 47px 0;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	background-color: #2F363A;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	border-width: 0px;
	border-style: solid;
	border-color: #2F363A;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.04);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.04);
}
.pagination .links a:hover {
	background-color: #D60808;
	color: #FFF;
	border-color: #D60808;
}
.pagination .links b {
	background-color: #D60808;
	padding: 5px 10px;
	font-size: 12px;
	color: #FFF;
	border-width: 0px;
	border-style: solid;
	border-color: #D60808;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.04);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.04);
}
.pagination .results {
	float: right;
	font-size: 12px;
	color: #888;
	line-height: 29px;
}
/* End pagination */

/* Begin buttons */
a.button, input.button {
	display: inline-block;
	background-image: url("../image/pat-bg.png");
	background-color: #2F363A;
	padding: 8px 15px;
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 17px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.button:hover, input.button:hover {
	background-color: #6FB845;
}
input.qtyplus, input.qtyminus {
	width: 43px;
	height: 43px;
	background-image: url("../image/pat-bg.png");
	background-color: #F5F5F5;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #42494D !important;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #E6E6E6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input.qtyplus:hover, input.qtyminus:hover {
}
input.button-product-page {
	background-image: url("../image/pat-bg.png");
	background-color: #6FB845;
	padding: 0 28px;
	margin: 0;
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	height: 42px;
	font-size: 20px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input.button-product-page:hover {
	background-color: #2F363A;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
	margin: 5px 15px 0 0;
}
#header #cart .checkout a {
	background-color: #42494D;
	padding: 8px 15px;
	margin-left: 2px;
	color: #FFF;
	text-decoration: none;
	line-height: 19px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header #cart .checkout a:hover {
	background-color: #5BC9CE;
}
#header #cart #checkout-button {
	background-color: #EE3F70;
}
#header #cart #checkout-button:hover {
	background-color: #5BC9CE;
}
.buttons {
	overflow: auto;
	padding: 10px;
	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;
}

/* Begin thumbnail buttons */
.box-product-info .thumbnail-buttons {
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -94px;
	width: 188px;
	height: 42px;
}
.box-product-info .more a {
	position: absolute;
	width: 36px;
	height: 36px;
	bottom: 0;
	left: 16px;
	background-image: url("../image/thumb-buttons/button-view-more.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #D60808;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-product-info .more a:hover {
	background-color: #2F363A;
}
.box-product-info .wishlist a {
	position: absolute;
	width: 36px;
	height: 36px;
	bottom: 0;
	left: 56px;
	background-image: url("../image/thumb-buttons/button-wishlist.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #D60808;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-product-info .wishlist a:hover {
	background-color: #2F363A;
}
.box-product-info .compare a {
	position: absolute;
	width: 36px;
	height: 36px;
	bottom: 0px;
	right: 56px;
	background-image: url("../image/thumb-buttons/button-compare.png");
	background-position: 48% 48%;
	background-repeat: no-repeat;
	background-color: #D60808;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-product-info .compare a:hover {
	background-color: #2F363A;
}
.box-product-info .button-cart {
	position: absolute;
	width: 36px;
	height: 36px;
	bottom: 0;
	right: 16px;
	cursor: pointer;
	text-indent: -99999px;
	background-image: url("../image/thumb-buttons/button-cart.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #65A241;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-product-info .button-cart:hover {
	background-color: #2F363A;
}
/* End thumbnail buttons */
/* End buttons */

/* Begin product page tabs */
.htabs {
	margin-top: 50px;
}
.htabs ul {
	display: table;
	list-style: none;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 5px 0;
}
.htabs ul li {
	display: table-cell;
}
.htabs ul li a {
	position: relative;
	display: block;
	background-image: url("../image/pat-bg.png");
	background-color: #EEE;
	padding: 14px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #42494D;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.htabs ul li a:hover {
	background-color: #e1e1e1;
}
.htabs ul li a.selected {
	background-color: #2F363A;
	color: #fff;
}
.htabs ul li a.selected span.arrow-down {
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -11px;
	width: 0;
	height: 0;
	border-left: 11px solid rgba(0, 0, 0, 0);
	border-right: 11px solid rgba(0, 0, 0, 0);
	border-top: 11px solid #292F33;
}
.tab-content {
	background-color: #FFF;
	padding: 15px;
	margin: 25px 0;
	z-index: 2;
}
.tab-content ul {
	line-height: 19px;
}
#captcha {
	margin-top: 10px;
}
/* End product page tabs */

/* Begin tags */
.tags {
	margin-bottom: 40px;
}
/* End tags */

/* Begin welcome */
.welcome-message {
	overflow: hidden;
	width:100%;
}
.welcome-message p {
	margin-top: 13px;
	width:100%;
}
#column-left .welcome-message {
	text-align: left;
	padding: 0 15px 15px 0;
}
#column-right .welcome-message {
	text-align: left;
	padding-bottom: 15px;
}
/* End welcome */

/* BEGIN BOX */
.box {
	padding-bottom: 15px;
}

/* Begin box headings */
.box-color{border: 1px solid #A8A8A8;margin-bottom:20px}
.bundle-specials{border: 1px solid #A8A8A8;}
.box-heading-color{background-color:#D60808; padding-top:5px}
.featured-sopan{color:#FFF; padding:0 0 0 10px;border-color:#FC0301;}
.box .box-heading {
	text-align: left;
	margin: 0 0 35px 0;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #42494D;
	border-width: 1px;
	border-style: solid;
	border-color: #e4e4e4;
	border-top: none;
	border-left: none;
	border-right: none;
}

.box .box-heading span {
	padding-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #D60808;
	border-top: none;
	border-left: none;
	border-right: none;
}

.home-heading a{color:#FFF; font-size: 18px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;}
/* Category box heading span */
.box .box-heading .category {
}

/* Featured box heading span */
.box .box-heading .featured {
}

/* Specials box heading span */
.box .box-heading .specials {
}

/* Bestsellers box heading span */
.box .box-heading .bestsellers {
}

/* Latest box heading span */
.box .box-heading .latest {
}

/* Filter box heading span */
.box .box-heading .filter {
}

/* Info box heading span */
.box .box-heading .info {
}

/* Account box heading span */
.box .box-heading .account {
}

/* Carousel box heading span */
.box .box-heading .carousel {
}

/* End box headings */


.box .box-content {
	text-align: left !important;
}
.box-account-content ul, .box-information-content ul, .affiliate > ul {
	list-style-type: none;
	padding: 0 0 10px 0;
	margin: -10px 0 0 0;
	line-height: 28px;
}
.box-account-content ul li, .box-information-content ul li, .affiliate > ul li {
	/*background: url('../image/arrow-right-dark.png') left center no-repeat;*/
	padding-left: 11px;
}
.box-account-content ul li a, .box-information-content ul li a, .affiliate > ul li a {
	text-decoration: none;
	color: #42494D;
}
.box-account-content ul li a:hover, .box-information-content ul li a:hover, .affiliate > ul li a:hover {
	color: #D60808;
}

/* Begin box-product */
.box-product {
	width: 100%;
}
.box-product > div {
	display: inline-block;
	position: relative;
	width: 207px;
	vertical-align: top;
	margin: 0 10px 30px 10px;
	overflow: hidden;
}
.box-product > div:hover {
}
.box-product .boxgrid {
	position: relative;
	overflow: hidden;
}
.box-product .image {
	text-align: center;
	line-height: 1px;
}
.box-product .image img {
/* height: 207px;
    width: 180px;*/
}
.box-product-info {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 48px;
	z-index: 999;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.box-product .rating {
	margin-top: 3px;
}
.box-product .boxgrid-bottom {
	text-align: left;
	margin-top: 12px;
	padding-top: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #e4e4e4;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.box-product .boxgrid-bottom .arrow-box {
	position: relative;
	top: -7px;
}
.box-product .boxgrid-bottom .arrow-box:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -3px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #E1E1E1;
}
.box-product .boxgrid-bottom .arrow-box:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #FFF;
}
.box-product .name {
}
.box-product .name a {
	text-decoration: none;
	color: #42494D;
	text-transform: uppercase;
}
.box-product .name a:hover {
	color: #D60808;
}
.box-product .price {
	margin-top: 3px;
	font-size: 15px;
	font-weight: normal;
	color: #42494D;
}
.box-product .price-old {
	color: #bbb;
	text-decoration: line-through;
}
.box-product .price-new {
	color: #D60808;
}
.ribbon-sale {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #D60808;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	font-size: 12px;
	min-width: 28px;
	min-height: 28px;
	line-height: 28px;
	padding: 7px;
	border-width: 6px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.11);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
/* End box-product */

/* Begin column-left + content and/or column-right + content  */
#column-left + #content .box-product > div, #column-right + #content .box-product > div {
	width: 190px;
	margin: 0 15px 30px 15px;
}


#column-left + #content .category-info, #column-right + #content .category-info {
	margin: 0 7px 25px 10px;
}
#column-left + #content .category-list, #column-right + #content .category-list {
	margin: 0 10px 25px 11px;
}


#column-left + #column-right + #content .box-product > div {
	width: 200px;
	margin: 0 6px 20px 6px;
}
/* End column-left + content and/or column-right + content  */

/* Begin left and right sidebar content */
#column-left .box .box-heading, #column-right .box .box-heading {
	margin-top: 0;
}
#column-left .box .box-heading span, #column-right .box .box-heading span {
}
 #column-left .box-product > div, #column-right .box-product > div {
	width: 100%;
	background: transparent;
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
}
#column-left .box-product .boxgrid, #column-right .box-product .boxgrid {
	float: left;
}
#column-left .box-product .box-product-info, #column-right .box-product .box-product-info,
#column-left .box-product .ribbon-sale, #column-right .box-product .ribbon-sale {
	display: none;
}
#column-left .box-product .boxgrid-bottom, #column-right .box-product .boxgrid-bottom {
	text-align: left;
	padding: 0;
	margin: 0 0 0 75px;
	border: none;
}
#column-left .box-product .boxgrid-bottom .arrow-box, #column-right .box-product .boxgrid-bottom .arrow-box {
	display: none;
}
#column-left .box-product .name a, #column-right .box-product .name a {
	font-size: 13px;
}
#column-left .box-product .price, #column-right .box-product .price {
	margin-top: 5px;
	font-size: 12px;
}
#column-left .box, #column-right .box {
	padding-bottom: 20px;
}
/* End left and right sidebar content */

/* Begin box category */
#box-category-area {
	padding: 0;
}
ul.box-category {
}
ul.box-category, ul.box-category ul {
	list-style: none;
	padding: 0;
	margin: -10px 0 15px 0;
}
ul.box-category > li:first-child {	
}
ul.box-category > li + li {
}
ul.box-category > li > a {
	display: block;
	position: relative;
	background-image: url("../image/pat-bg.png");
	background-color: #2F363A;
	padding: 10px 0 10px 15px;
	margin-bottom: 2px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.box-category > li > a:hover {
	background-color: #6FB845;
	color: #fff;
}
ul.box-category > li a.active {
	background-color: #6FB845;
	color: #fff;
}
#column-left ul.box-category > li a.active:before {
	content: "";
	position: absolute;
	right: -18px;
	top: 12px;
	width: 0;
	height: 0;
	border-right: 9px solid rgba(0, 0, 0, 0);
	border-top: 9px solid rgba(0, 0, 0, 0);
	border-bottom: 9px solid rgba(0, 0, 0, 0);
	border-left: 9px solid #75B453;
}
#column-right ul.box-category > li a.active:before {
	content: "";
	position: absolute;
	left: -18px;
	top: 12px;
	width: 0;
	height: 0;
	border-left: 9px solid rgba(0, 0, 0, 0);
	border-top: 9px solid rgba(0, 0, 0, 0);
	border-bottom: 9px solid rgba(0, 0, 0, 0);
	border-right: 9px solid #75B453;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active + ul {
	display: block;
	margin: 0;
	padding: 1px 0 3px 0px;
}
ul.box-category > li ul > li {
	border-width: 1px;
	border-style: dashed;
	border-color: #E4E4E4;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
ul.box-category > li ul > li:first-child {
	border: none;
}
ul.box-category > li ul > li > a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #42494D;
	padding: 10px 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.box-category > li ul > li > a:hover {
	color: #D60808;
}
ul.box-category > li ul > li > a.active {
	background: transparent;
	color: #D60808;
}
/* End box category */

/* Begin box filter */
#box-filter {
	margin-bottom: 20px;
}
ul.box-filter-inner {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
ul.box-filter-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter-inner span {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
ul.box-filter-inner > li ul {
	padding-bottom: 10px;
}

#column-left + #content #box-filter, #column-right + #content #box-filter {
	margin-bottom: 30px;
}
#column-left + #content #filter-box-heading, #column-right + #content #filter-box-heading {
	display: none;
}
#column-left + #content ul.box-filter-inner > li, #column-right + #content ul.box-filter-inner > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
/* End box filter */
/* END BOX */

/* content */
#content .content {
	background-color: rgba(0, 0, 0, 0.05);
	background-image: url("../image/pat-bg.png");
	padding: 20px;
	overflow: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #E6E6E6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
#content .content ul {
	line-height: 28px;
	list-style: none;
	padding-left: 15px;
}
#content .content ul li {
	background: url('../image/myaccount-link.png') left no-repeat;
	padding-left: 22px;
	color: #42494D;
}
#content .content ul li a {
	color: #42494D;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

/* category */
.category-info {
	position: relative;
	background-image: url("../image/pat-bg.png");
	margin-bottom: 25px;
	font-size: 14px;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.category-info-inner {
	overflow: hidden;
}
.category-info .heading-center {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 28px;
}
.category-info p {
	margin-top: 10px;
}
.category-info ul {
	line-height: 19px;
}
.category-info .image {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}
.category-info .image img {
}
.category-list {
	overflow: auto;
	margin-bottom: 25px;
}
.category-list span {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.category-list ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.category-list ul li a {
	float: left;
	background-image: url("../image/pat-bg.png");
	background-color: #42494D;
	padding: 6px 10px;
	margin: 0 5px 10px 0;
	text-decoration: none;
	color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.06);
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.category-list ul li a:hover {
	background-color: #83C55F;
}

/* manufacturer */
.manufacturer-list {
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
}
.manufacturer-heading {
	background-color: rgba(0, 0, 0, 0.08);
	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;
}

/* Begin product filter */
.product-filter {
	overflow: auto;
	padding: 10px;
	margin-bottom: 40px;
	background-image: url("../image/pat-bg.png");
	background-color: #f1f1f1;
	border-width: 1px;
	border-style: solid;
	border-color: #E4E4E4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.product-filter .sort {
	float: left;
	background-color: #fff;
	padding: 0px 5px 0px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.product-filter .limit {
	float: left;
	background-color: #fff;
	padding: 0px 5px 0px 10px;
	margin-right: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.product-compare {
	float: right;
}
.product-compare a {
	display: inline-block;
	padding: 10px;
	margin-top: 0px;
	background-color: #FFF;
	text-decoration: none;
	font-size: 13px;
	color: #555 !important;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-compare a:hover {
	color: #D60808 !important;
}
.product-filter select {
	margin-top: 2px;
	border: none;
}
/* End product filter */

.navbar .nav>li>.dropdown-menu:before {
content: '';
display: inline-block;
border-left: 7px solid rgba(0, 0, 0, 0);
border-right: 7px solid rgba(0, 0, 0, 0);
border-bottom: 7px solid #CCC;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -7px;
left: 9px;
}

/* Product page */
.product-info {
	overflow: auto;
}
.product-info > .left {
	float: left;
}
.product-info > .left + .right {
	position: relative;
	margin-left: 450px;
	padding-left: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #E4E4E4;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.product-info .image {
	position: relative;
	float: left;
	margin-bottom: 40px;
	text-align: center;
}
.product-ribbon-sale {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	background-color: #D60808;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border-width: 8px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.11);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.product-info .image .zoom {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0;
	filter: Alpha(opacity=0); /* IE8 and earlier */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-info .image .zoom a {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('../image/zoom.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #D60808;
	border-width: 4px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.11);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.product-info .image:hover .zoom {
	opacity: 1;
	filter: Alpha(opacity=100); /* IE8 and earlier */
}
.product-info .image-additional {
	width: 405px;
	margin: 0;
	clear: both;
	overflow: hidden;
	float: left;
}
.product-info .image-additional img {
}
.product-info .image-additional a {
	float: left;
	display: block;
	line-height: 1px;
	margin-right: 18px;
	margin-bottom: 10px;
}
.product-info .description {
	margin-bottom: 10px;
	color: #999;
}
.product-info .description span {
	color: #42494D;
}
.product-info .description a {
}
.product-info .price-container {
	margin-bottom: 15px;
}
.product-info .price {
	font-size: 26px;
	color: #42494D;
}
.product-info .price-old {
	color: #bbb;
	text-decoration: line-through;
	font-size: 20px;
}
.product-info .price-new {
}
.product-info .price-tax {
	color: #888;
}
.product-info .tax-reward {
	margin-bottom: 15px;
}
.product-info .discount {
	margin-bottom: 20px;
}
.product-info .options {
}
.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;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;	
}
.product-info .cart {
	padding: 10px 0;
}
.product-page-quantity {
	float: left;
	margin-right: 10px;
}
input.quantity-text {
	width: 42px;
	height: 40px;
	margin: 0 -3px;
	padding: 0 0 1px 0;
	text-align: center;
	font-size: 14px;
	color: #42494D;
	border-color: #E6E6E6;
	border-left: none;
	border-right: none;
	border-radius: 0;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 12px;
	color: #999;
}
.product-add-list-compare {
	margin-top: 15px;
}
.product-add-to-wishlist, .product-add-to-compare {
	display: inline-block;
	padding: 10px 15px;
	margin-top: 5px;
	color: #42494D;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 13px;
	background-color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #E6E6E6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-add-to-wishlist:hover, .product-add-to-compare:hover {
	color: #D60808;
}
.write-review {
	background: url("../image/plus.png") left center no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review a {
	color: #42494D;
}
.product-info .review > div {
	padding: 10px 0 20px 0;
}
.product-info .review > div > span {
	color: #C44032;
}
.product-info .review .share {
	overflow: hidden;
	line-height: normal;
	padding: 0;
}
.product-info .review .share a {
	font-family: arial, sans-serif;
	background-color: #FFF;
	text-decoration: none;
	font-size: 12px;
	margin: 0 5px 5px 0;
	padding: 22px 23px;
	border-width: 1px;
	border-style: solid;
	border-color: #E6E6E6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-info .review .share a:hover {
	background-color: #EEE;
	border-color: #DDD;
}
.product-info .review .share a:last-child {
	margin-right: 0;
}
.review-list {
	padding-bottom: 15px;
	overflow: auto;
	margin-bottom: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #E4E4E4;
	border-top: none;
	border-left: none;
	border-right: none;
}
.review-list .author {
	float: left;
	margin-bottom: 10px;
	background: url("../image/review-list-author.png") no-repeat;
	padding-left: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 10px;
}
.review-list .text {
	clear: both;
}
.review-write {
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	border-right: none;
	border-bottom: none;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.08);
	text-align: left;
}
.attribute tr td:first-child {
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	border-top: none;
	border-left: none;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	background-image: url("../image/pat-bg.png");
}
.compare-info-img {
	background-color: #fff;
	padding: 3px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	background-color: rgba(0, 0, 0, 0.12);
	color: #42494D;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #42494D;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 12px;
	width: 20%;
	color: #42494D;
	text-align: center;
	vertical-align: top;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.compare-info .name a {
}
.compare-info .price {
	color: #DD5151;
}
.compare-info .price-old {
	color: #888;
	text-decoration: line-through;
}
.compare-info .price-new {
	color: #DD5151;
}

/* wishlist */
.wishlist-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	background-image: url("../image/pat-bg.png");
	background-color: rgba(0, 0, 0, 0.12);
	padding: 10px;
	color: #42494D;
}
.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 {
	background-image: url("../image/pat-bg.png");
	background-color: rgba(0, 0, 0, 0.05);
	vertical-align: top;
	padding: 12px 5px 8px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	border-top: none;
	border-left: none;
	border-right: none;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .image img {
	background-color: #fff;
	padding: 3px;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .name a {
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .action {
	padding-right: 15px;
}
.wishlist-info tbody .price s {
	color: #999;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.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;
}
/* orders */
.order-list {
	background-image: url("../image/pat-bg.png");
	background-color: #f5f5f5;
	padding: 15px;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #E6E6E6;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 5px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
	line-height: 19px;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background-color: #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 #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.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 #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	background-image: url("../image/pat-bg.png");
	background-color: rgba(0, 0, 0, 0.12);
	padding: 10px;
	color: #42494D;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	background-color: rgba(0, 0, 0, 0.05);
	background-image: url("../image/pat-bg.png");
	border-width: 1px;
	border-style: solid;
	border-color: #E6E6E6;
	border-top: none;
	border-left: none;
	border-right: none;
}
.cart-info tbody .image img {
	background-color: #fff;
	padding: 3px;
}
.cart-info tbody .image {
	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 {
	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-image: url("../image/pat-bg.png");
	background-color: rgba(0, 0, 0, 0.09);
	padding: 10px;
	color: #42494D;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-size: 13px;
	color: #42494D;
}
.checkout-content {
	display: none;
	background-color: rgba(0, 0, 0, 0.05);
	background-image: url("../image/pat-bg.png");
	padding: 20px;
	margin-bottom: 15px;
	overflow: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #E6E6E6;
}
.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;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	font-weight: bold;
	background-color: #fff;
}
.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 #ccc;
}
.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;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}

/* Begin sitemap */
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info ul {
	line-height: 26px;
}
.sitemap-info ul li ul {
	text-transform: none;
}
.sitemap-info ul li a {
	color: #42494D;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info .left > ul > li > a, .sitemap-info .right > ul > li > a {
	font-weight: bold;
}
/* End sitemap */

/* Begin banner */
.banner {
	text-align: center;
	margin: 20px 0;
	overflow: hidden;
	line-height: 0;
}
#column-left .banner, #column-right .banner {
	margin-top: 0;
}
.banner div {
	float: left;
	max-width: 100%;
	margin: 0 7px 15px 10px;
	line-height: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner div:first-child {
}
.banner div:hover {
	opacity: 0.9;
	filter: Alpha(opacity=90); /* IE8 and earlier */
}
.banner div img {
	max-width: 100%;
}
#column-left .banner {
	text-align: left;
}
#column-right .banner {
}
#column-left .banner div {
	margin: 0 0 15px 0;
}
#column-right .banner div {
	margin: 0 0 15px 20px;
}
/* End banner */

/* Begin welcome message newsletter block */
.welcome-message .store-newsletter {
	background-image: url("../image/newsletter-block-bg.png");
	background-color: #565F64;
	margin: 20px 0;
	padding: 20px;
	color: #ccc;
	border-width: 1px;
	border-style: solid;
	border-color: #353D41;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.1);
}
.welcome-message .store-newsletter .subscribe-logo {
	float: left;
	margin: 7px 30px 0 0;
	padding-right: 45px;
	font-size: 22px;
}
.welcome-message .store-newsletter .subscribe-logo span {
	font-size: 22px;
	margin-left: 15px;
	color: #ccc;
}
.welcome-message .store-newsletter .subscribe-form {
	float: right;
	font-size: 22px;
}
.welcome-message .store-newsletter .subscribe-form label {
	display: block;
	float: left;
	margin-right: 25px;
	margin-top: 5px;
}
.welcome-message .store-newsletter .subscribe-form input.email {
	padding: 9px;
	color: #9D9B9B;
	float: left;
	margin: 2px 15px 0 0;
	width: 265px;
	border-width: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.welcome-message .store-newsletter .subscribe-form .button {
	background-color: #6FB845;
	color: #fff !important;
}
.welcome-message .store-newsletter .subscribe-form .button:hover {
	background-color: #D60808;
	color: #fff !important;
}
#column-left + #content .welcome-message .store-newsletter .subscribe-form input.email, #column-right + #content .welcome-message .store-newsletter .subscribe-form input.email {
	width: 200px;
}
#column-left + #column-right + #content .welcome-message .store-newsletter .subscribe-form {
	float: left;
	margin-top: 20px;
}
.welcome-message #newsletter-button {
	background-image: url("../image/pat-bg.png");
	padding: 12px 15px;
}
/* End welcome message newsletter block */

/* Begin welcome message map block */
.welcome-message .map-info {
	margin: 15px 0;
}
.welcome-message .map-wrapper {
	float: left;
	width: 520px;
	background-color: #EEE;
	padding: 20px;
	margin-right: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #EBEBEB;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
#column-left + #content .map-wrapper, #column-right + #content .map-wrapper {
	width: 400px;
}
#column-left + #column-right + #content .map-wrapper {
	float: none;
	width: 605px;
	margin-bottom: 15px;
}
.welcome-message .map {
	line-height: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
}
.welcome-message .map-text {
}
.welcome-message .map-text h1 {
	margin-top: 5px;
}
/* End welcome message map block */

/* Begin footer */
#footer-mobile {
	display: none;
}
#footer-top-image {
	position: relative;
	height: 20px;
	background: url("../image/footer-top-img.png") repeat-x;
	margin-bottom: -20px;
	z-index: 9;
}
#footer-area {
	position: relative;
	clear: both;
	background-image: url("../image/footer-bg.png");
	background-color: #737A7C;
}
#footer {
	margin: 0 auto;
	width: 1200px;
	min-height: 100px;
	padding: 60px 0 15px 0;
	color: #777;
}
#footer-columns {
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
#footer h3 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	color: #bbb;
}
#footer .column1, #footer .column2, #footer .column3, #footer .column4 {
	float: right;
	width: 15%;
	min-height: 152px;
	margin-right: 15px;
	background-color: rgba(255, 255, 255, 0.03);
	padding: 15px;
}
#footer .column1 ul, #footer .column2 ul, #footer .column3 ul, #footer .column4 ul {
	margin: 0;
	padding: 0;
	line-height: 28px;
}
#footer .column1 ul li, #footer .column2 ul li, #footer .column3 ul li, #footer .column4 ul li {
	list-style-type: none;
}
#footer .column1 a, #footer .column2 a, #footer .column3 a, #footer .column4 a {
	display: block;
	background: url('../image/footer-link.png') left 10px no-repeat;
	padding-left: 15px;
	color: #bbb;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#footer .column1 a:hover, #footer .column2 a:hover, #footer .column3 a:hover, #footer .column4 a:hover {
	color: #fff;
}

/* footer contacts */
.column-contacts {
	position: relative;
	float: right;
	width: 22%;
	min-height: 152px;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.03);
	padding: 15px;
}
.column-contacts ul {
	margin: 0;
	padding: 0;
}
.column-contacts ul li {
	color: #bbb;
	padding-left: 30px;
	line-height: 28px;
	list-style-type: none;
}
.column-contacts .phone {
	background: url("../image/phone.png") left center no-repeat;
}
.column-contacts .mobile {
	background: url("../image/mobile.png") 4px center no-repeat;
}
.column-contacts .email {
	background: url("../image/email.png") left center no-repeat;
}
.column-contacts a {
	display: block;
	color: #bbb;
}

/* Powered */
#powered-area {
}
#powered {
	background: url("../image/powered-shadow.png") top center no-repeat;
	margin: 0 auto;
	width: 1200px;
	text-align: center;
	font-size: 12px;
	color: #747474;
	padding: 30px 0 20px 0;
}
#powered a {
	color: #747474;
}

.payments-icons {
	margin: 20px 0 10px 0;
}
.payments-icons img {
	margin-right: 2px;
}

.powered-info {
	margin-bottom: 10px;
}
.powered-info a {
	font-size: 12px;
	color: #747474  !important;
}
/* End footer */

/* Begin scroll to top button */
#scroll-to-top {
	width: 50px;
	height: 50px;
	background-image: url("../image/scroll-up.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(2, 2, 2, 0.3);
	text-align: center;
	position: fixed;
	bottom: 15px;
	right: 45px;
	cursor: pointer;
	border-width: 10px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.11);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
#scroll-to-top:hover {
	background-color: rgba(224, 0, 0, 0.8);
}
/* End scroll to top button */

.slider_outer{ width:1200px; margin:0 auto;}


/*****13_11_2014*****/
.earn_game{float:right; margin-top:-22px}
.mobile_search{ display:none;}
.details_style{color:#0000ff !important; font-weight:400; font-size:16px;}
.details_style2{color:#000; font-size:20px;}

.outer_menu{width:1200px;
	height: 58px;
	margin:0 auto;
	background-color: #D60808;
	border-width: 0px;
	border-style: solid;
	border-color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.06);
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.06);
	}
#search{ float:left; width:206px; margin:5px 0 0 0; position:relative;}
.search_field{ width:190px !important; border-radius:20px !important; padding:5px 10px !important;}
/*****for i phone*****/ 
@media only screen and (max-width:765px)
{
.outer_menu{width:100%; background:none;box-shadow: none;}
#search{ float:left; width:245px; margin:5px 0 0 10px;}
.search_field{ width:245px; border-radius:20px !important; padding:5px 10px !important;}
.outer_menu .button-search{ right:13%;}
#full-width-slider .flexslider{ display:none;}   
.banner{ display:none;}    
.earn_game{ display:none;}
.mobile_search{ display:block !important; width:100%;}
.mobile_input{ width:300px !important;}
.box-product .image img{ width:100%; height:100%;} 
.box-product .image{ width:90px; height:100px;}
.boxgrid-bottom{ width:100px;}
.jcarousel-skin-opencartfc .jcarousel-item{ width:100px !important;}
.image-additional{display:none;}
.right_Side{ width:60% !important; float:left !important }
.left_Side{ width:40% !important; float:left !important; margin-top:0 !important;}
.heading-product h1{ font-size:14px;}
.details_style{color:#0000ff !important; font-weight:400; font-size:12px;}
.details_style2{color:#000; font-size:14px;}
.product-info .price{ font-size:14px;}
.product-info .price-old{font-size:14px;}
.box-product-info{ display:none;}
.box-product{ margin:0 0 0 10px;}
.box-product .boxgrid-bottom{ text-align:center;}
.box-product > div{ width:113px !important;}
.checkout-content .left{ width:100%;}
.checkout-content .right{ width:100%;}
.name a{ font-size:12px;}
.box-product{ width:50%;}
.home-heading a{ font-size:14px;}
    } 

/*****for i pad*****/ 
@media only screen and (min-width:766px) and (max-width:768px)
{
.outer_menu{width:100%; background:none;box-shadow: none;}
#search{ float:left; width:30%; margin:5px 0 0 10px;}
.search_field{ width:100% !important; border-radius:20px !important; padding:5px 10px !important;}
#full-width-slider .flexslider{ display:none;}   
.banner{ display:none;}    
.earn_game{ display:none;}
.mobile_search{ display:block !important; width:48%; float:left;}
#welcome-mobile{ width:50%; float:left;}
.links-mobile{ margin:0 0 0 0 !important;}   
    }
html body .flexslider li .bigimage, #full-width-slider .flexslider {
display: block !important;
}
.flexslider li .bigimage {
    background-size: cover !important;
}
@media(max-width: 464px) {
.flexslider li .bigimage {
    height: 118px !important;
}
}
@media(min-width: 465px) and (max-width: 767px) {
.flexslider li .bigimage {
    height: 170px !important;
}
}
@media(min-width: 768px) and (max-width: 980px) {
.flexslider li .bigimage {
    height: 270px !important;
}
}