html,body {
	min-height: 100%;
}
body {
	background: url(../images/background.jpg) repeat 0 0;
	text-align: center;
}
#outer {
	background: url(../images/background_fade.jpg) repeat-x 0 0;
}
#inner {
	background: url(../images/background_deco.png) no-repeat 100% 100%;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 127px;
	position: relative;
}
#logo {
	text-decoration: none;
}
#topMenu {
	position: absolute;
	top: 10px;
	right: 0;
}
#topMenu li {
	float: left;
	padding-left: 10px;
}
#topMenu li a{
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#topMenu li a:hover {
	text-decoration: underline;
}
#menu {
	height: 80px;
}
#mainMenu {
	height: 40px;
	line-height: 40px;
}
#mainMenu li {
	float: left;
	padding-right: 2px;
}
#mainMenu li a {
	display: block;
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 0 16px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	background: url(../images/menu_tab.jpg) no-repeat 0 0;
}
#mainMenu li.active a {
	background: #2e7b07;
}
#subMenu {
	height: 40px;
	line-height: 40px;
	background: #2e7b07;
}
#subMenu ul {
	display: none;
}
#subMenu ul.active {
	display: block;
}
#subMenu li {
	float: left;
	padding-right: 2px;
}
#subMenu li a {
	display: block;
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 0 16px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#subMenu li.active a {
	text-decoration: underline;
}
#footer {
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: url(../images/footer_back.png) no-repeat 50% 0;
	text-shadow: #000000 1px 1px 0px;
	clear: both;
}
#footer p {
	margin: 5px 0;
}
#footer p a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#left {
	width: 239px;
	float: left;
}
#right {
	width: 740px;
	float: right;
}
#brands {
	clear: both;
	margin-top: 1px;
	height: 80px;
	background: #fff;
	overflow: hidden;
}
#brands div {
	height: 80px;
	margin: 0 20px;
	overflow: hidden;
	position: relative;
}
#brands div ul {
	width: 4000px;
	position: absolute;
}
#brands li {
	float: left;
	height: 80px;
	background: #fff;
	overflow: hidden;
	width: 105px;
}
#topBart {
	height: 90px;
	position: relative;
	background: url(../images/background.jpg);
}
#cartStatus {
	width: 171px;
	height: 90px;
	top: 0;
	right: 0;
	background: url(../images/cart_back.jpg) no-repeat 0 0;
	position: absolute;
	color: #fff;
}
#cartStatus h3 {
	padding: 4px 10px 0;
	font-size: 18px;
	font-weight: bold;
}
#cartStatus p {
	padding: 0 10px 2px;
	line-height: 13px;
}
#cartStatus a {
	color: #ffff67;
	text-decoration: none;
	display: block;
}
#cartStatus a:hover {
	text-decoration: underline;
}
#searchFrom  {
	width: 548px;
	height: 70px;
	overflow: hidden;
	background: url(../images/search_back.jpg) no-repeat 0 0;
	padding: 10px;
	position: relative;
}
#searchQuery {
	padding: 6px 8px;
	border: 1px solid #c3c3c3;
	font-size: 14px;
	color: #000;
	width: 530px;
}
#searchFrom  select {
	padding: 6px 8px;
	border: 1px solid #c3c3c3;
	width: 150px;
	margin-top: 8px;
}
#searchSubmit {
	position: absolute;
	bottom: 9px;
	right: 10px;
}
#contentWrapper {
	width: 980px;
	overflow: hidden;
	background: url(../images/content_fill.jpg) repeat-y 0 0;
	margin-top: 1px;
}
#subscribeForm,
#paymentInfo {
	padding: 20px;
	background: url(../images/side_separator.jpg) no-repeat 0 100%;
}
#subscribeForm h3,
#paymentInfo h3 {
	font-size: 18px;
	color: #395c19;
	margin-bottom: 6px;
}
#subscribeForm p,
#paymentInfo p{
	margin-bottom: 6px;
}
#subscribeForm p.submit {
	text-align: right;
}
#subscribeForm p label {
	display: block;
	color: #395c19;
}
#subscribeForm p em {
	display: block;
	color: #f00;
}
#subscribeForm input.textfield {
	padding: 6px;
	border: 1px solid #c3c3c3;
	border-top-color: #7c7c7c;
	width: 180px;
}
#sideOptions {
	padding: 20px 0;
}
#content {
	padding: 22px 30px;
	position: relative;
}
h1 {
	font-size: 30px;
	color:#395c19;
}
.productsList {
	width: 100%;
	overflow: hidden;
	margin: 22px 0;
}
.productList {
	width: 190px;
	border: 1px solid #d2d2d2;
	padding: 14px;
	margin: 0 8px 10px 0;
	height: 260px;
	float: left;
	overflow: hidden;
}
.productList.last {
	margin: 0 0 10px 0;
}
.productList.first {
	clear: both;
}
.productBrand a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
.productBrand a {
}
.productImages {
	height: 130px;
}
h2.productName {
	height: 65px;
}
h2.productName a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.productPrice {
	float: left;
	color: #dd0000;
	font-size: 18px;
	font-weight: bold;
}
.productDetails {
	float: right;
	text-align: right;
	padding-top: 15px;
}
.productOldPrice {
	display: block;
	font-size: 18px;
	color: #000000;
	text-decoration: line-through;
	font-weight: normal;
	height: 20px;
}
#breadcrumb {
	color: #666666;
}
#breadcrumb a {
	color: #666666;
	text-decoration: none;
}
#breadcrumb span {
	color: #000;
}
.pager {
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #d2d2d2;
	margin-top: 13px;
	color: #666666;
	font-size: 14px;
}
.pager span,
.pager strong,
.pager a {
	display: block;
	float: left;
	padding: 0 4px 0 0;
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
}
.pager strong {
	padding: 0 4px;
	color: #2e7b07;
	background: #d2d2d2;
}
.pager a {
	padding: 0 4px;
	color: #666666;
	text-decoration: none;
}
#orderProductsBy {
	position: absolute;
	top: 97px;
	right: 30px;
	color: #666666;
}
#filter {
	background:url("../images/side_separator.jpg") no-repeat scroll 0 100% transparent;
	padding:20px;
}
#filter h3 {
	color:#395C19;
	font-size:18px;
	margin-bottom:6px;
}
#filter h4 {
	font-size: 14px;
	font-weight: bold;
}
#filter ul {
	margin: 6px 0 12px;
}
#filter ul a {
	color: #2e7b07;
	text-decoration: none;
}
#product {
	padding-top: 22px;
	border-top: 1px solid #d2d2d2;
	width: 100%;
	overflow: hidden;
}
#productImages {
	width: 202px;
	float: left;
	overflow: hidden;
}
#productDescription {
	width: 210px;
	float: left;
	overflow: hidden;
	padding: 0 10px;
	color: #666666;
}
#productOptions {
	width: 245px;
	float: right;
}
#productGallery li {
	float: left;
	padding-right: 5px;
}
#productGallery li img {
	border: 1px solid #d2d2d2;
}
#productComboContainer {
	display: none;
}
#productPrice {
	width: 100%;
	overflow: hidden;
	margin-bottom: 14px;
	font-size: 14px;
	color: #d60604;
}
#productTierPrice {
	margin-bottom: 4px;
	border-top: 1px solid #D2D2D2;
	font-size: 11px;
	padding: 10px 0;
}
#productPrice label,
#productQuantityContainer label {
	display: block;
	height: 27px;
	line-height: 27px;
	clear: left;
	float: left;
	width: 100px;
}
#productPrice span {
	font-size: 18px;
	font-weight: bold;
}
span#productOldPrice {
	display: block;
	height: 27px;
	line-height: 27px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}
span#productOldPrice label {
	color: #000;
}
#productAddToCart span {
	display: none;
}
#productAddToCart {
	width: 180px;
	height: 32px;
	background: url(../images/add_to_cart.jpg) no-repeat 0 0;
	border: 0 none;
}
#productAddToCartContainer,
#productQuantityContainer{
	padding-top: 4px;
	margin-top: 4px;
	border-top: 1px solid #d2d2d2;
	line-height: 32px;
}
#productQuantityContainer label {
	height: 32px;
	line-height: 32px;
}
#productQuantity {
	border: 1px solid #d2d2d2;
	border-top: 1px solid #7c7c7c;
	padding: 8px;
	width: 30px;
	text-align: center;
}
#productFormCombos p {
	clear: both;
	margin-top:4px;
	padding-top:4px;
	border-top:1px solid #D2D2D2;
	width: 100%;
	overflow: hidden;
}
#productFormCombos p label {
	clear:left;
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	width:100px;
}
#productFormCombos select {
	border: 1px solid #d2d2d2;
	border-top: 1px solid #7c7c7c;
	padding: 8px;
}
#productFormCombos em,
#productQuantityContainer em{
	display: block;
	padding: 3px 0;
	color: #f00;
}
#relatedProducts {
	clear: both;
	margin: 22px 0;
}
#relatedProducts h3,
.loginBox h3 {
	color: #395c19;
	font-size: 18px;
	margin-bottom: 22px;
}
#productAvailability {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
#cartForm,
#orderDetails table {
	margin: 22px 0;
	width: 100%;
}
#cartForm th,
#ordersList th,
#orderDetails th {
	background: #d2d2d2;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 0;
}
#cartForm tr td,
#orderDetails tr td,
#ordersList tr td {
	padding: 4px 0;
	vertical-align: top;
}
#cartForm th.priceCell,
#cartForm td.priceCell,
#orderDetails td.priceCell,
#orderDetails th.priceCell,
#ordersList th.priceCell,
#ordersList td.priceCell {
	text-align: right;
}
#cartForm th.quantityCell,
#orderDetails th.quantityCell,
#cartForm td.quantityCell {
	text-align: center;
}
#cartForm td.cartImage {
	text-align: center;
}
#cartForm table {
	width: 100%;
}
#cartForm a {
	color: #d60604;
	text-decoration: none;
}
strong.cartProduct {
	display: block;
	font-weight: bold;
}
#cartForm td ul {
	margin: 4px 0;
	font-size: 10px;
}
.quantityCell input {
	width: 32px;
	padding: 6px 4px;
	border: 1px solid #d2d2d2;
	border-top: 1px solid #7c7c7c;
	color: #3f3f3f;
	text-align: center;
}
.productAvailability {
	display: block;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
.productCategories {
	display: block;
}
.productCategories a {
	margin: 10px 0;
}
.productCategories a:hover {
}
#cartForm tr.listWithBorder td,
#orderDetails tr.listWithBorder td {
	border-bottom: 1px solid #d2d2d2;
	padding: 20px 0;
}
#cartForm tr.cartDiscount td,
#orderDetails tr.cartDiscount td {
	border-bottom: 1px solid #E3E3E3;
	padding: 20px 0;
	font-weight: bold;
	color: #EC008C;
	font-size: 12px;
}

select.model {
	display: none;
}
a.changeModel,
a.changeModelBack,
a.cartDelete{
	font-size: 10px;
	text-decoration: none;
}
a.changeModelBack {
	display: none;
}
strong.cartProduct {
	display: block;
	margin-bottom: 10px;
}
.cartImage {
	text-align: center;
}
a.cartDelete {
	display: block;
	margin: 4px 0 0;
}
#couponCode {
	width: 180px;
	padding: 6px 4px;
	border: 1px solid #d2d2d2;
	border-top: 1px solid #7c7c7c;
	color: #3f3f3f;
}
.loginBox {
	width: 320px;
	float: left;
	margin: 22px 0 22px 30px;
}
.loginBox.first {
	margin: 22px 0;
}
#useraccess {
	background:url("../images/side_separator.jpg") no-repeat scroll 0 100% transparent;
	padding: 20px 0 20px 20px;
}
#useraccess h3 {
	color:#395C19;
	font-size:18px;
	margin-bottom:6px;
}
#useraccess a {
	display: block;
	padding: 4px;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 2px;
}
#useraccess a.active,
#useraccess a:hover {
	background: #fff;
	color: #000;
}
#checkoutSteps {
	margin: 22px 0;
	height: 30px;
	line-height: 30px;
}
#checkoutSteps li {
	float: left;
	padding-right: 20px;
}
#checkoutSteps li a {
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #d2d2d2;
	font-size: 18px;
}
#checkoutSteps li.current a {
	color: #395C19;
}
tr.cartTotal td {
	font-weight: bold;
}
form#confirmationForm fieldset td {
	padding: 2px 8px 2px 0;
}
.articleList {
	margin: 20px 0;
}
#articlesList h3 {
	font-size: 14px;
	color: #2e7b07;
	margin-bottom: 4px;
}
#articlesList h3 a {
	font-size: 14px;
	color: #2e7b07;
	text-decoration: none;
}
#articlesList h3 a:hover {
	text-decoration: underline;
}
.articleListData {
	color: #666;
	font-size: 12px;
}
.tierPrice span {
	color: #666;
	display: block;
}
#productMainImage {
	display: block;
	margin-bottom: 5px;
}
#productMainImage img {
	border: 1px solid #d2d2d2;
}
.loginBoxWrapper {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	width: 100%;
	overflow: hidden;
	margin: 14px 0;
	background: url(../images/line_gray.gif) repeat-y 50% 0;
}
.loginCustomerNote {
	border-top: 1px solid #d2d2d2;
	width: 100%;
	overflow: hidden;
	margin: 14px 0;
}
#ordersList {
	margin: 30px 0;
}
#ordersList table {
	width: 100%;

}
#ordersList a,
#orderDetails a{
	font-weight: bold;
	color: #395C19;
	display: block;
	margin: 0 10px;
}
#vatInfo {
	margin: 20px 0;
	font-weight: bold;
	color: #900;
	font-size: 12px;
}
#filter ul a#clearFilter {
	font-weight: bold;
	color: #900;
	height: 18px;
	line-height: 18px;
	background: url(../images/icon_delete.png) no-repeat 0 50%;
	padding-left: 20px;
}
