/* @override http://elginmarket.com/catalog/view/theme/default/stylesheet/stylesheet.css */

@font-face {
    font-family: 'CanaveralRegular';
    src: url('../fonts/canaveral-webfont.eot');
    src: url('../fonts/canaveral-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/canaveral-webfont.woff') format('woff'),
         url('../fonts/canaveral-webfont.ttf') format('truetype'),
         url('../fonts/canaveral-webfont.svg#CanaveralRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MarketDecoRegular';
    src: url('../fonts/marketdeco-webfont.eot');
    src: url('../fonts/marketdeco-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/marketdeco-webfont.woff') format('woff'),
         url('../fonts/marketdeco-webfont.ttf') format('truetype'),
         url('../fonts/marketdeco-webfont.svg#MarketDecoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color: #4a4a4a;
	background: url(../image/background.png) #f1ebd5;
	font-family: Georgia, serif;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
body, td, th, input, textarea, select {
	font-size: 14px;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	color: #47320F;
	font-family: 'MarketDecoRegular', serif;
	font-weight: normal;
}

h1.product-title, h1.category-title, h3.product-title {
	 border-bottom: 1px solid #EEEEEE;
	 padding: 0 0 20px;
	 margin: 0;
}
h2 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #7A9F55;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
#header div.fb-like{
	position: absolute;
	top: 30px;
	right: 0px;
}

/* Tables
-------------------------------------------------------------- */

/* 
	Because of the need for padding on TH and TD, the vertical rhythm 
	on table cells has to be 27px, instead of the standard 18px or 36px 
	of other elements. 
 */ 
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
/*
	You can zebra-stripe your tables in outdated browsers by adding 
	the class "even" to every other table row. 
 */
tbody tr:nth-child(even) td, 
tbody tr.even td  { 
	background: #e5ecf9; 
}
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* layout */
.alert {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 15px;
	position: relative;
	z-index: 1100;
}
#container {
	width: 938px;
	padding: 0 10px;
	background:  #fff;
	border: 1px solid #cecece;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/* 	margin-top: -40px; */
}

#container.home {
	background: transparent;
	border: none;
	width: 960px;
	padding: 0;
}


#column-left {
	float: left;
	width: 180px;
	margin-top: 30px;
}
#column-right {
	float: right;
	width: 180px;
	margin-top: 30px;
}

.home .banner {
	border: 1px solid #3b2913;
	height: 350px;
}

.home #content .box .box-heading, .home h2.box-heading {

}

.home #content #content-bottom .box {
	margin: 30px 0 0;
}

.home #content-bottom .box .box-heading {

}

.home #content-bottom .box .box-content {

}

.home .featured .box-heading {
	border-bottom: 1px solid #C5AF93;
	font-family: 'CanaveralRegular',serif;
	letter-spacing: 2px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.home .featured .box-product .image {
	position: relative;
}

.home .featured .box-content .name {
	
}

.home .featured .box-content .cart {
	display: none
}



.featured .box-product .price .price-new, .featured .box-product .price .price-old {
	line-height: 1.2;
	height: auto;
}

#welcome-text {
	margin: 30px 0 0;
}

#content {
	min-height: 400px;
	margin-bottom: 25px;
	margin-top: 30px;
}

.home #content {
	margin-top: 0;
}

#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	padding-bottom: 4px;
	position: relative;
	height: 220px;
	z-index: 99;
	width: 960px;
	margin: 0 auto;
}
#header #logo {
	clear: both;
	float: left;
	margin: 30px 0 0;
}
#language {
	position: absolute;
	top: 15px;
	left: 335px;
	width: 75px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 50px;
	right: 100px;
	z-index: 9999;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-top: 15px;
	margin-right: 172px;
	padding: 5px 10px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ddd2b9;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #4E3B20;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	display: inline;
}
#header #cart .heading a {
	color: #7A9F55;
	text-decoration: none;
}
#header #cart .heading a span {
	background: transparent url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	z-index: 9999;
	padding: 8px;
	min-height: 150px;
	border: 1px solid #4b381a;
	-webkit-border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	-khtml-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	background: #fff;
}

#header #cart.active .heading {
	margin-top: 15px;
	border-top: 1px solid #4b381a;
	border-left: 1px solid #4b381a;
	border-right: 1px solid #4b381a;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 50px;
	right: 0px;
	margin-top: 15px;
	z-index: 9999;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 25px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	color: #a7a7a7;
	padding: 3px 1px 3px 33px;
	width: 200px;
	height: 25px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}



.top {
	background: url(../image/black_opacity.png);
	overflow: auto;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	display: none;
}

.top .links {
	margin: 0 auto;
	width: 960px;
}

.top .links ul {
	margin: 0;
	padding: 0;
}
.top .links li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
}

.top.left-links {
	float: left;
}

.top .right-links {
	float: right;
}
.top .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
.top .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: url(../image/navribbon-green.png) no-repeat;
	font-family: Georgia, serif;
	text-shadow: 0 -1px 0 #172F10;
	position: absolute;
	bottom: 0;
	left: 0;
/* 	margin-left: -58px; */
	width: 960px;
	height: 75px;
	padding: 0px 60px;
	z-index: 999;
}
ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul.nav > li {
	position: relative;
	float: left;
	z-index: 20;	
}
ul.nav > li:hover {
	background: url(../image/black_opacity.png);
}
ul.nav > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	line-height: 49px;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	z-index: 6;
	text-transform: uppercase;
}


.cart_tab {
	width: 75px;
	height: 55px;
	background: url(../image/carttab.png) no-repeat;
	margin: 0 auto 40px auto;
	display: block;
}

.cart_tab:hover {
	cursor: pointer;
}


.storeCats {
	float: right;
	margin: 0 auto;
	position: relative;
	width: 140px;
	z-index: 1000;	
}

.storeCats li {
	position: relative;
	z-index: 1000;
	list-style: none;
}

ul.storeCats li ul.catMenu {
	border-radius: 5px;
	margin: 49px 10px 10px;
	padding: 0;
	position: absolute;
	right: 0em;
	z-index: 999;
	width: 620px;
	background:none repeat scroll 0 0 #7f4118;
	border: 0px solid #943c0d;
	border-radis: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

ul.storeCats li:hover .catMenu {
	position: absolute;
	right: 0;
}

.catMenu > li {
	list-style-type: none;
	float: none;
	position: absolute;
	right: 0;
}

.catMenu > li {
	background: none repeat scroll 0 0 #fff;
	border-radius: 5px 5px 5px 5px;
	display: inline;
	float: left;
	font-family: 'MarketDecoRegular',sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 10px;
	padding: 10px;
	position: relative;
	text-decoration: none;
	width: 270px;
	text-shadow: none;
}

li .catMenu > li {
	display: none;
}

li:hover .catMenu > li {
	display: block;
}

.catMenu > li:before {
	content: 'Browse by Product Type';
}

.catMenu > li + li:before {
	content: 'Browse by Game Type';
}

.catMenu > li > a {
	position: absolute;
	left: -999em;
}

.catMenu > li > a:hover {
	cursor: default;
	}


.catMenu > li > ul {
	display: table-cell;
	padding-left: 10px;
}

.catMenu > li > ul > li {
	list-style-type: none;
}

.catMenu > li > ul + ul {
	padding-left: 10px;
}
.catMenu > li ul > li > a {
	color: #7A9F55;
	display: block;
	font-family: Georgia,serif;
	font-size: 14px;
	line-height: 16px;
	margin: 3px 0;
	min-width: 120px;
	padding: 5px 5px 5px 0;
	text-decoration: none;
	
}
.catMenu > li ul > li > a:hover {
	background: #7A9F55;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.catMenu > li > ul > li > a:before {
	content: '';
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	margin: 2px 10px 0 10px;
	background: url(../image/star-bullet.png) no-repeat  top center;
}

.catMenu > li > ul > li > a:hover:before {
	background-position: 0 -12px;
}


#buy-online {
	width: 140px;
	height: 140px;
	background: url(../image/badge_buyonline.png) no-repeat;
	position: absolute;
	right: -50px;
	top: -30px;
	text-indent: -999em;	
	border: 0;
	margin-top: -20px;
	padding: 0;
	z-index: 1000;
}

#buy-online:hover {
	cursor: pointer;
}


.breadcrumb {
	color: #4a4a4a;
	margin: 20px 0 0;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin: 35px 0 15px 0;
	color: #4E3B20;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	background: #E8F6FF url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}

a.checkout-link {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: sans-serif;
	color: #ca6420;
	margin-left: 40px;
}

.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

a.button:before, a.button:after {
	content: '';
	display: block;
	width: 21px;
	height: 60px;
}

a.button:before {
	background: url(../image/button_left.png) no-repeat;
	float: left;
}

a.button:after {
	background: url(../image/button_right.png) no-repeat;
	float: right;
}

a.button span {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 #172F10;
	font-family: 'MarketDecoRegular', sans-serif;
	padding: 0 10px;
	text-transform: uppercase;
	line-height: 60px;
	font-size: 16px;
	height: 60px;
	font-weight: bold;
	display: inline-block;
	background: url(../image/button.png) repeat-x; /* for non-css3 browsers */	
}
a.button:hover {
}
a.button:hover span {
	color: #FFFFFF;
}
.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #EEEEEE;	
}
.htabs a {
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE; 
	background: #DDDDDD; /* for non-css3 browsers */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DDDDDD'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DDDDDD)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #DDDDDD); /* for firefox 3.6+ */
	
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #d8722e;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	border: #EEEEEE;
}
.tab-content {
	background: #fff;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 40px;
}
.box .box-heading, h2.box-heading {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	margin: 0 0 10px;
}


/* box products */
.box-product {
	width: 100%;
}

	
.box-product {
	width: 160px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	padding: 20px 0;
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #EEEEEE;	
}

#column-right .box-product > div {
	margin: 0 0 0 20px;
}

.box-product > div:first-child {
	padding-top: 0;
	border-top: none;
}

.box-product > div:last-child {
	border-bottom: none;
}

.home .box-product  {
	width: 210px;
	margin: 0 20px 10px 20px;
	text-align: center;
	float: left;
	position: relative;
	border: none;
	padding: 0;
}

.home .box-product.first {
	margin-left: 0;
} 

.home .box-product.last {
	margin-right: 0;
}

/*
.home .box-product > div:hover {
	z-index: 20;
	padding: 20px !important;
	margin: -10px;
	
}

*/

.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 0px;
	border: 1px solid #6f6037;
}

.home .box-product .image img {
	padding: 0;
	border: 1px solid #6f6037;
}


.box-product .name a {
	color: #7A9F55;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	text-align: center;
}

.box-product .cart {
	display: none;
}
.box-product .price {
	background: url("../image/tag.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-family: 'MarketDecoRegular', serif;
	font-size: 18px;
	line-height: 70px;
	text-shadow: 0 -1px 0 #172F10;
	text-align: center;
	display: block;
	height: 60px;
	width: 90px;
	padding-left: 10px;
	margin-bottom: 4px;
	margin-right: -10px;
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 30;
}

.box-product .price.special-price {
	height: 30px;
	line-height: 1.2;
	padding: 5px 10px 5px 25px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: normal;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
.home .box-product .rating {
	display: none;
}

/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul, .box-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li, .box-content > ul > li {
	padding: 8px 8px 8px 0px;
	border-bottom: 1px solid #EEEEEE;
}
.box-category > ul > li + li, .box-content > ul > li + li {
	border-top: 1px solid #fff;
}

.box-content ul li:last-child {
	border-bottom: none;
}

.box-category > ul > li > a, .box-content > ul > li > a {
	text-decoration: none;
	color: #4a4a4a;
}

.box-category > ul > li a {
}
.box-category > ul > li a + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-top: 1px solid #EEEEEE;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px 10px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #4a4a4a;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #4a4a4a;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #4a4a4a;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	min-height: 160px;
}

.product-list .left {
	border-top: 1px solid #fff;
	padding: 20px 0 0;
}


.product-list .right {
	float: right;
	text-align:right;
	margin-left: 15px;
}
.product-list > div + div {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #EEEEEE;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}

.product-list .name {
	font-size: 20px;
	font-family: Georgia, serif;
}
.product-list .name a {
	color: #7A9F55;
	font-weight: normal;
	text-decoration: none;
}
.product-list .description {
	margin-bottom: 20px;
	color: #4E3B20;
}
.product-list .rating {
	color: #7B7B7B;
}

.product-list .price, .product-info .price {
	background: url("../image/tag.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-family: 'MarketDecoRegular', serif;
	font-size: 18px;
	line-height: 70px;
	text-shadow: 0 -1px 0 #172F10;
	text-align: center;
	display: block;
	height: 60px;
	width: 90px;
	padding-left: 10px;
	margin-bottom: 4px;
	margin-right: -20px;
	position: relative;
	float: right;
	z-index: 30;
}

.product-list .price-old, .product-info .price-old {
	color: #000;
	text-decoration: line-through;
	display: block;
	line-height: 1;
	font-size: 13px;
}

.product-list span.price-new, .product-info span.price-new  {
	background: transparent;
	float: none;
	height: auto;
	line-height: 1;
	font-size: 18px;
	display: block;
	margin: 12px 0 8px 0;
}

.product-list span.price-tax {
	font-size: 12px;
	line-height: 1;
	height: auto;
	font-weight: normal;
	color: #BBBBBB;
	background: transparent;
}
.product-list .cart {
	margin-bottom: 3px;
	clear: right;
}
.product-list .compare, .product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #4a4a4a4a4a4a;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #4a4a4a4a4a4a;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
}

.product-grid .price  {
	background: url("../image/tag.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-family: 'MarketDecoRegular', serif;
	font-size: 18px;
	line-height: 70px;
	text-shadow: 0 -1px 0 #172F10;
	text-align: center;
	display: block;
	height: 60px;
	width: 90px;
	padding-left: 10px;
	margin-bottom: 4px;
	margin-right: -10px;
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 30;
}

.product-grid .price-old, .product-grid .price-old {
	color: #000;
	text-decoration: line-through;
	display: block;
	line-height: 1;
	font-size: 13px;
}

.product-grid span.price-new, .product-grid span.price-new  {
	background: transparent;
	float: none;
	height: auto;
	line-height: 1;
	font-size: 18px;
	display: block;
	margin: 12px 0 8px 0;
}


.product-grid > div {
	width: 167px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 8px 50px 8px;
	position: relative;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	position: relative;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}

.product-grid .product-title {
	border: none;
	padding: 0;
}
.product-grid .name a {
	color: #7A9F55;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description, .product-grid .cart {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}


.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #4a4a4a4a4a4a;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #4a4a4a4a4a4a;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	margin-bottom: 20px;
	padding: 20px 0 0;
	border-top: 1px solid #fff;
	min-height: 330px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4E3B20;
	clear: right;
}
.product-info .description span {
	color: #000;
	font-weight: bold;
}
/*
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #636E75;
	text-align: right;
	float: right;
}

.product-info .price span {
	background: url("../image/tag_lg.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	height: 55px;
	line-height: 55px;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 4px;
	padding: 0 10px 0 25px;
	text-align: center;
	width: 105px;
}
.product-info span.price-old {
	color: #ffffff;
	text-decoration: line-through;
	clear: right;
}
.product-info span.price-new {
	background: transparent;
	float: none;
	height: auto;
	line-height: 1;
	font-weight: bold;
	font-size: 24px;
	color: #000;
	float: right;
}
.product-info span.price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	background: none;
	line-height: 1.4;
	height: auto;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

*/
.product-info .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4E3B20;
	clear: right;
	text-align: right;
}

.product-info table {
	border-spacing: 0 10px;
	float: right;
}

.product-info table tr {
	vertical-align: top;
}

.product-info table td {
	width: 160px;
}
.product-info td.right-col {
	text-align: right;
}

.product-info .options {
	color: #000000;
	float: left;
}
.product-info .cart {
	clear: right;
	background: #ffffff;
	border: 1px solid #EEEEEE;
	padding: 20px 10px;
	margin-bottom: 20px;
	color: #4E3B20;
	overflow: auto;
}
.product-info .cart .add-to-cart {
	float: right;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.product-info .cart .add-to-cart .button span {

}
.product-info .cart .add-to-cart > span {

}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}

.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #E5ECF9;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4E3B20;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #E5ECF9;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4E3B20;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4E3B20;
	font-weight: bold;
	background-color: #E5ECF9;
	border-bottom: 1px solid #EEEEEE;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.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 {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4E3B20;
	font-weight: bold;
	background-color: #E5ECF9;
	border-bottom: 1px solid #EEEEEE;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #EEEEEE;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #4E3B20;
	margin-bottom: 15px;
	cursor: pointer;
	background: #E5ECF9 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #E5ECF9 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #EEEEEE;
	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: #E5ECF9;
	border: 1px solid #EEEEEE;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #4E3B20;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4E3B20;
	font-weight: bold;
	background-color: #E5ECF9;
	border-bottom: 1px solid #EEEEEE;
}
.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 #EEEEEE;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #EEEEEE;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	width: 960px;
	margin: 20px auto;
	color: #4A4A4A;
}

#footer-content {
	border-top: 1px solid #C5AF93;
	padding: 20px;
	overflow: auto;
}

#footer-logos {
	text-align: center;
	margin: 20px 0;
	
}

#footer-logos img {
	display: inline;
	margin: 0 10px;
}

#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 20%;
	min-height: 100px;
}

#footer #footer-text {
	width: 60%;
	float: left;
}

#footer #footer-text .column {
	width: 50%;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#footer .column ul li {
	margin-bottom: 3px;
	list-style: none;
}
#footer  a {
	text-decoration: none;
}
#footer  a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}



/* Image Cycle Module */

a.cycle_images {
    display: block;
    height: 170px;
    overflow: hidden;
    position: relative;
    width: 170px;
}
a.cycle_images img {
    left: 0;
    position: absolute;
    top: 0;
}
a.cycle_images img.hide {
    display: none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

