* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #141414 url('/_grafix/bg.jpg') top left repeat-x;	
	font-family: Tahoma; 
	font-size: 13px; 
	color: #eee;		
}

br.clear {
	clear: both;
}

/* wrapper */

#wrapper {
	margin: auto;
	width: 980px;
}

/* container */

#container {
	float: left;
	width: 980px;
}

/* logo */

#logo {
	float: left;
	width: 980px;
	height: 110px;
	text-align: center;
	overflow: hidden;
}

#logo img {
	line-height: 1em;
}

/* top */

#top {
	float: left;
	width: 980px;
	height: 130px;
	background: url('/_grafix/bg_top.png') top left no-repeat;
	overflow: hidden;
}

#top .left {
	float: left;
	width: 200px;
	height: 50px;
	padding: 80px 30px 0 30px;
	overflow: hidden;
}

#top .right {
	float: right;
	width: 200px;
	height: 50px;
	padding: 80px 30px 0 30px;
	overflow: hidden;
}

#top .right img {
	float: left;
}

/* navigation */

#navigation {
	float: left;
	width: 460px;
	height: 130px;
	background: url('/_grafix/bg_navigation.png') top left no-repeat;
}

#navigation ul {
	float: left;
	width: 440px;
	padding-left: 12px;
	padding-top: 58px;
	list-style-type: none;
}

#navigation li {
	float: left;
	vertical-align: top;
	height: 50px;
	background: url('/_grafix/bg_navigation_item.png') top left no-repeat;
	padding-left: 14px;
	margin-left: 10px;
}

#navigation li a {
	display: block;
	vertical-align: top;
	height: 50px;
	border: none;
	background: url('/_grafix/bg_navigation_item_hand.png') top center no-repeat;
	line-height: 1.4em;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #eee;
}

#navigation li a:hover { 
	color: #fff;
	background-position: 50% -50px;
}

#navigation li a.selected, 
#navigation li a.selected:hover { 
	color: #fe0000;
	background-position: 50% -100px;
}

/* main */

#main {
	float: left;
	width: 980px;
	background: url('/_grafix/bg_main.png') top left repeat-y;
}

#main_gutter {
	float: left;
	width: 980px;
	padding-top: 15px;
}

#main_right {
	float: right;
	width: 720px;
}

/* left */

#left {
	float: left;
	width: 200px;
	padding: 0 30px;
}

#left img.flag {
	float: left;
	width: 200px;
	height: 50px;
}

/* right */

#right {
	float: right;
	width: 200px;
	padding: 0 30px;
}

/* content */

#content {
	float: left;
	width: 460px;
}

#content a {
	color: #fe0000;
	text-decoration: none;
	border-bottom: 1px solid #870606;	
}

#content a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;	
}

#content h1 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 22px;
	margin-bottom: 15px;
}

#content p {
	line-height: 1.3em;
	margin-bottom: 20px;
}

#content ul {
	list-style-type: disc;
	margin-left: 5px;
	margin-bottom: 20px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 15px;	
}

#content li {
	margin-left: 15px;
	margin-bottom: 6px;
}

#content table {
	width: 100%;
	margin-bottom: 20px;
}

#content td {
	padding: 0;
	vertical-align: top;
}

/* item list */

#item_list {
	float: left;
	width: 460px;
	list-style-type: none !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

#item_list li {
	float: left;
	width: 460px;
	margin-left: 0 !important;
	border-bottom: 1px solid #890909;
	margin-bottom: 20px;
}

#item_list li strong {
	float: left;
	width: 460px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}

#item_list li strong i {
	float: left;
	padding: 6px 8px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin-right: 8px;
	background: #890909;
}

#item_list li strong a {
	color: #fff;
	text-decoration: none;
	border: 0;
}

#item_list li strong a:hover {
	border-bottom: 1px solid #fff;
}

#item_list li span.url {
	font-size: 10px;
	color: #ccc;
}

#item_list li span.url a {
	color: #ccc;
	text-decoration: none;
	border: 0;
}

#item_list li span.url a:hover {
	color: #fff;
}

#item_list li.noborder {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

/* brand list */

ul#brand_list {
	float: left;
	width: 200px;
	list-style-type: none;
}

ul#brand_list li {
	float: left;
	width: 200px;
	height: 50px;
	margin-bottom: 12px;
}

ul#brand_list li a {
	float: left;
	width: 200px;
	height: 50px;
	overflow: hidden;
}

ul#brand_list li a:hover, 
ul#brand_list li a.selected, 
ul#brand_list li a.selected:hover {
	background-position: 0 -60px !important;
}

ul#brand_list li a span {
	display: none;
}

/* newsletter form */

#newsletter_form {
	float: left;
	width: 200px;
	margin-top: 3px;
	margin-bottom: 35px;
}

#newsletter_form input.text {
	float: left;
	width: 188px;
	height: 22px;
	background: url('/_grafix/bg_newsletter_form_field.png') top left no-repeat;
	padding: 2px 5px 2px 7px;
	margin-bottom: 7px;
	color: #333;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}

#newsletter_form button {
	float: left;
	width: 200px;
	background: none;
	cursor: pointer;
	overflow: hidden;
}

#newsletter_form button div {
	float: left;
	width: 200px;
	height: 24px;
	white-space: nowrap;
	background: url('/_grafix/bg_form_button.png') top left no-repeat;	
	line-height: 1.3em;
}

#newsletter_form button span {
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	width: 200px;
	text-align: center;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

#newsletter_form button:hover div,
#newsletter_form button:active div {
	background-position: 0 -40px;
}

#newsletter_form button:hover span,
#newsletter_form button:active span {
	background-position: right -40px;
}

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

/* newsletter form feedback */

#newsletter_form_feedback_err {
	float: left;
	width: 200px;
	color: #fe0000;
	line-height: 1.1em;
	margin-bottom: 10px;
}

#newsletter_form_feedback_err img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#newsletter_form_feedback {
	float: left;
	width: 200px;
	color: #B4ED68;
	line-height: 1.1em;
	margin-top: 3px;
	margin-bottom: 35px;
}

#newsletter_form_feedback img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* facebook block */

#facebook_block {
	float: left;
	width: 200px;
	margin-bottom: 35px;
}

/* left calendar */

#left #calendar {
	float: left;
	width: 200px;
}

#left #calendar td {
	font-size: 10px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	color: #eee;
}

#left #calendar td.header {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding-top: 0 !important;
}

#left #calendar td.header a {
	color: #ccc;
	text-decoration: none;
	border: 0;
	font-size: 13px;
}

#left #calendar td.header a:hover {
	color: #fff;
}

#left #calendar td.day {
	color: #fe0000;
	border-bottom: 1px solid #666;
}

#left #calendar td.link a {
	color: #fe0000;
	border: 0;
}

#left #calendar td.link a:hover {
	color: #fff;
}

#left #calendar td.weekend {
	background: #333;
}

#left #calendar td.normal {
	background: none;
}

/* left category list */

ul#category_list {
	float: left;
	width: 190px;
	padding-left: 10px;
	list-style-type: none;
}

ul#category_list li {
	float: left;
	width: 190px;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.4em;
}

ul#category_list li a {
	color: #fe0000;
	text-decoration: none;
	border-bottom: 1px solid #870606;	
	text-transform: uppercase;
}

ul#category_list li a:hover, 
ul#category_list li a.selected, 
ul#category_list li a.selected:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* sub categories */

ul#category_list li ul {
	float: left;
	width: 175px;
	padding-left: 25px;
	list-style-type: circle;
	margin: 7px 0 15px 0 !important;
}

ul#category_list li ul li {
	float: left;
	width: 175px;
	font-size: 12px;
	margin-bottom: 2px;
}

ul#category_list li ul li a {
	color: #fe0000;
	text-decoration: none;
	border-bottom: 1px solid #870606;	
	text-transform: none;
}

ul#category_list li ul li a:hover, 
ul#category_list li ul li a.selected, 
ul#category_list li ul li a.selected:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* product blocks */

div.product_block {
	float: left;
	width: 145px;
	height: 145px;
	margin: 0 12px 12px 0;
	background: url('/_grafix/bg_product_block.png') top left no-repeat;
	cursor: pointer;
	overflow: hidden;
}

div.product_block:hover {
	background-position: 0 -145px;
}

div.product_block_gutter {
	float: left;
	width: 135px;
	height: 135px;
	padding: 5px;
}

div.product_block_gutter a {
	float: left;
	width: 135px;
	height: 30px;
	margin-top: 105px;
	padding-top: 6px;
	line-height: 1.3em;
	background: url('/_grafix/bg_product_block_title.png') top left no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #222 !important;
	font-size: 12px;
}

/*
div.product_block_gutter a:hover {
	background-position: 0 -40px;
}
*/

div.product_block_gutter a.product {
	font-size: 10px;
	font-weight: normal;
	padding-top: 3px;
	line-height: 1.2em;
	border: 0 !important;
	overflow: hidden;
}

div.product_block_gutter a.product:hover {
	border: 0 !important;
}

div.product_block_gutter a.product i {
	font-style: normal;
	color: #666;
}

/* product page */

#product_navigation {
	float: right;
	width: 50px;
	height: 30px;
	text-align: right;
	font-size: 20px;
	color: #555;
}

#product_navigation a {
	color: #ddd;
	text-decoration: none;
	border: 0;
}

#product_navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 0;
}

#product_image_container {
	float: left;
	width: 220px;
	overflow: hidden;
}

#product_image {
	float: left;
	width: 220px;
	margin-bottom: 10px;
	background: url('/_grafix/bg_product_image.png') top left no-repeat;
}

#product_image img {
	float: left;
	margin: 5px;
}

img.product_thumb {
	float: left;
	border: 3px solid #600;
	margin: 0 7px 7px 0;
}

#product_text {
	float: right;
	width: 220px;
}

#product_text span.price {
	float: left;
	width: 125px;
	height: 38px;
	padding: 4px 0 0 24px;
	background: url('/_grafix/bg_price_tag.png') top left no-repeat;
	color: #fff;
	font-size: 20px;
}

#product_text span.price i {
	font-style: normal;
}

#product_text span.price b {
	font-weight: normal;
}

/* sitemap */

ul#sitemap {
	font-size: 15px;
}

ul#sitemap li ul {
	list-style-type: circle;
	margin-top: 8px;
}

ul#sitemap li ul li {
	font-size: 13px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 8px;
}

ul#sitemap li ul li ul li {
	font-size: 11px;
}

/* footer */

#footer {
	float: left;
	width: 980px;
	height: 160px;
	background: url('/_grafix/bg_footer.png') top left no-repeat;
	overflow: hidden;
}

#footer .gutter {
	float: left;
	width: 980px;
	padding-top: 110px;
	text-align: center;
	color: #bbb;
	font-size: 12px;
	line-height: 1.3em;
}

#footer a {
	color: #bbb;
	text-decoration: none;
	border-bottom: 1px solid #888;
}

#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#footer i {
	font-style: normal;
	font-size: 13px;
	color: #aaa;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}

