html {
	margin: 0;
	padding: 0;
}
body {
	background: url('/image/data/texture.png');
	color: #222;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	border-bottom: 1px solid #DDD;
	clear: both;
	color: #666;
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0 10px 10px;
}
h2 {
	font-size: 18px;
	margin: 0;
}
p {
	margin: 0 0 15px;
}
a, a:visited, a b {
	color: #25A;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
input[type='text'], input[type='password'], textarea, select {
	background: #FCFCFC;
	border: 1px solid #CCC;
	padding: 3px;
	margin: 0;
	width: 200px;
}
input[name='captcha'] {
	width: 142px;
}
input[name^='quantity'] {
	width: 20px;
}
label {
	cursor: pointer;
}
pre {
	word-wrap: break-word;
}

/* Corners and Shadows */
#content,
#header #cart .content,
#header #cart .heading,
#header #search input,
#menu, #menu > ul > li:hover > a,
.success,
.warning,
.attention,
.information,
a.button,
input.button,
#footer {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
}

/* Bootstrap Buttons */
.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
					box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
					box-shadow: none;
}
.btn-primary {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #0044cc;
	*background-color: #003bb3;
	text-decoration: none;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #003399 \9;
}

/* Layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 15px;
	background: #FFF;
	padding: 15px 20px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}

/* Header */
#header {
	height: 70px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	margin: 5px;
}
#header #cart {
	position: absolute;
	top: 0;
	left: 390px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: left;
	margin-right: 172px;
	margin-top: 12px;
	padding: 10px 25px;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 3px;
}
#header #cart .heading a span {
	background: #FFF url('/catalog/view/theme/default/image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 10px;
	min-height: 150px;
	background: #FFF;
}
#header #cart.active .content {
	display: block;
	z-index: 2;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	padding: 10px 5px;
	border-bottom: 1px solid #EEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity, .mini-cart-info td.total, .mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header .links {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 10px;
	padding-right: 10px;
	z-index: 10;
}
#header .links a {
	font-weight: bold;
	float: left;
	display: block;
	padding: 0 0 0 7px;
	text-decoration: none;
	font-size: 12px;
	text-shadow: 1px 1px 2px #FFF;
}
#header .links a:hover {
	text-decoration: underline;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #888;
	text-shadow: 1px 1px 2px #FFF;
}
#header #search {
	position: absolute;
	top: 30px;
	right: 0;
	width: 385px;
	z-index: 10;
}
#header .button-search {
	position: absolute;
	left: 0;
	background: url('/catalog/view/theme/default/image/button-search.png') center center no-repeat;
	width: 28px;
	height: 22px;
	border-right: 1px solid #CCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 350px;
	height: 21px;
	border: none;
	outline: none;
}
#welcome {
	position: absolute;
	right: 10px;
	top: 65px;
	text-shadow: 1px 1px 2px #FFF;
}
#welcome a {
	font-weight: bold;
}

/* Menu */
#menu {
	border-bottom: 1px solid #000;
	height: 38px;
	margin-bottom: 15px;
	padding: 0 5px;
	background: #666666;
	background: linear-gradient(top, #777777, #555555);
	background: -moz-linear-gradient(top, #777777, #555555);
	background: -webkit-gradient(linear, center top, center bottom, from(#777777), to(#555555));
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	float: left;
	padding: 6px 18px;
	position: relative;
	z-index: 20;
}
#menu > ul > li > a {
	color: #FFF;
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
	padding: 6px 20px;
	text-decoration: none;
	position: relative;
	z-index: 6;
}
#menu > ul > li:hover > a {
	background: #333;
}
.breadcrumb {
	display: none;
}

/* Notifications */
#notification {
	position: fixed;
	width: 980px;
	top: 40px;
	z-index: 100;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin: 15px;
}
.success {
	background: #CFC url('/catalog/view/theme/default/image/success.png') 10px center no-repeat;
	border: 1px solid #0C0;
}
.warning {
	background: #FCC url('/catalog/view/theme/default/image/warning.png') 10px center no-repeat;
	border: 1px solid #C00;
}
.attention {
	background: #FFC url('/catalog/view/theme/default/image/attention.png') 10px center no-repeat;
	border: 1px solid #CC0;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #F00;
	font-weight: bold;
}
.error {
	color: #F00;
	display: block;
}
.help {
	color: #888;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

/* Tables */
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
table.list td {
	border: 1px solid #DDD;
	padding: 0 5px;
}
table.list thead td {
	background-color: #EEE;
}
table.list thead td, table.list thead td a {
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
}
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;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: #EEF;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
.pagination {
	display: none;
}

/* Content */
#content .content {
	padding: 0 10px 10px;
	overflow: auto;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

/* Buttons */
a.button, input.button {
	cursor: pointer;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #AA0000;
	background: linear-gradient(top, #BB0000, #990000);
	background: -moz-linear-gradient(top, #BB0000, #990000);
	background: -webkit-gradient(linear, center top, center bottom, from(#BB0000), to(#990000));
}
a.button {
	display: inline-block;
	padding: 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0 12px;
}
a.button:hover, input.button:hover {
	text-decoration: none;
	background: #BB0000;
	background: linear-gradient(top, #CC0000, #AA0000);
	background: -moz-linear-gradient(top, #CC0000, #AA0000);
	background: -webkit-gradient(linear, center top, center bottom, from(#CC0000), to(#AA0000));
}
a.button:active, input.button:active {
	background: #AA0000;
	background: linear-gradient(top, #AA0000, #CC0000);
	background: -moz-linear-gradient(top, #AA0000, #CC0000);
	background: -webkit-gradient(linear, center top, center bottom, from(#AA0000), to(#CC0000));
}
.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;
}

/* Product */
.product-list, .product-filter, .sort, .product-compare, .rating, .cart, .wishlist, .compare, .description, .price {
	display: none;
}
.product-grid {
	overflow: auto;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}
.product-grid > div {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}
.product-grid .name {
	margin-bottom: 5px;
}
.product-grid .name a {
	font-size: 16px;
	font-weight: bold;
}
.product-grid .image {
	display: block;
	margin-bottom: 0;
}
.product-grid .image img {
	padding: 3px;
}

/* Modules */
.box-product {
	text-align: center;
}
.box-product div {
	display: inline-block;
	height: 160px;
	width: 180px;
}

/* Pagination */
.pagination {
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #DDD;
	padding: 4px 10px;
	text-decoration: none;
}
.pagination .links b {
	background: #FFF;
	border: 1px solid #4B7BDC;
	color: #4B7BDC;
	display: inline-block;
	font-weight: normal;
	padding: 4px 10px;
	text-decoration: none;
}
.pagination .results {
	float: right;
	padding-top: 5px;
}

/* Product */
.product-info {
	display: inline;
	margin-bottom: 20px;
	overflow: auto;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
	text-align: center;
	width: 340px;
}
.product-info > .left + .right {
	margin-left: 350px;
}
.product-info .image {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	clear: both;
	line-height: 2;
	margin-bottom: 40px;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #EEE;
}
.product-info .image-additional a {
	margin: auto;
	margin: 4px;
}
.product-info .price, .product-info .cart {
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	width: 333px;
}
.product-info .price {
	float: left;
	font-size: 20px;
	font-weight: bold;
}
.product-info .price-old {
	text-decoration: line-through;
	font-weight: normal;
}
.product-info .price-new {
	color: #F00;
}
#attributes h2 {
	background: #DDD;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 5px 10px;
}
#attributes div {
	display: none;
	margin-bottom: 20px;
}
#attributes div img {
	border: 1px dashed #BBB;
}
.product-info .right img {
	max-width: 100%;
}

/* Search */
h1 + b, h1 + b + .content, h1 + b + .content + .buttons, h1 + b + .content + .buttons + h2 {
	display: none;
}

/* Contact */
.contact-info {
	background: #F8F8F8;
	float: left;
	padding: 15px;
	width: 200px;
	border: 1px solid #BBB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.contact-info .content {
	padding: 0 !important;
}
.contact-info .left {
	float: none !important;
	width: 200px !important;
}
.contact-info .right {
	display: none;
}
.contact-info, .contact-info + h2 + .content {
	position: relative;
	top: -25px;
}
.contact-info + h2 + .content {
	left: 25px;
	padding: 0 !important;
}
.contact-info + h2 + .content textarea {
	width: 95% !important;
}
.contact-info + h2 {
	display: none;
}

/* Sitemap */
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
	line-height: 1.5;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info .right > ul > li:nth-child(1) {
	display: none;
}

/* Footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 15px;
	background: #333333;
	background: linear-gradient(top, #444444, #222222);
	background: -moz-linear-gradient(top, #444444, #222222);
	background: -webkit-gradient(linear, center top, center bottom, from(#444444), to(#222222));
}
#footer, #footer a {
	color: #EEE;
}
#footer h3 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 300px;
	min-height: 100px;
	padding-left: 105px;
}
#footer .column:nth-child(2) li:nth-child(2), #footer .column:nth-child(3) {
	display: none;
}
#footer .column ul {
	margin-top: 0;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	text-align: center;
	padding: 20px;
}
