html {
	width: 100%;
}

body {
	background-color: #1a1a1a;
	padding: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
}

h1 {
	font-size: 20px;
	margin: 10px 0px 10px 0px;
}

h2 {
	font-size: 20px;
	margin: 10px 0px 10px 0px;
	text-decoration: underline;
}

h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	letter-spacing: -1px;
	color: #c7ff00;
}
h4 span.selected {
	letter-spacing: 1px;
	color: #000000;
}
h5 {
	font-size: 14px;
	letter-spacing: -1px;
	color: #000000;
}

a.clean, a.clean:hover {
	text-decoration: none;
	border: none;
}



#page {
	position: relative;
	width: 960px;
	left: 50%;
	top: 0px;
	margin: 0px 0px 0px -480px;
	display: block;
	overflow: hidden;
	background: #ffffff url(/images/bg_bottom.png) no-repeat left bottom;
	padding: 0px 0px 10px 0px;
}

#navigation {
	float: left;
	width: 200px;
	min-height: 250px;
	background: url(/images/bg_left.png) no-repeat left top;
	font-size: 14px;
	letter-spacing: -1px;
}
#navigation .wrapper {
	margin: 170px 5px 10px 5px;
}
#navigation div {
	color: #333333;
	padding: 2px;
	margin-top: 2px;
	font-size: 14px;
}

#navigation div a, #navigation div a:visited, #navigation div a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	margin: 0px 0px 2px 0px;
}
#navigation div a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: solid 2px #c7ff00;
	margin: 0px;
}
#navigation div a.first {
	font-size: 16px;
	padding: 5px 0px 0px 0px;
}
#navigation div a.selected, #navigation div a.selected:hover {
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	border-bottom: solid 2px #c7ff00;
	border-left: solid 10px #c7ff00;
}


#header {
	margin: 0px 0px 0px 200px;
	padding: 0px;
	width: 760px;
	height: 110px;
	background: url(/images/bg_header.png) no-repeat right top;
}

#logo {
	position: relative;
	padding: 10px 0px 10px 0px;
}

#header_bottom {
	position: absolute;
	top: 100px;
	height: 10px;
	width: 10px;
	overflow: hidden;
	background: url(/images/bg_corner.png) no-repeat left top;
}
#header_search {
	position: absolute;
	top: 70px;
	left: 510px;
	height: 20px;
	width: 200px;
	overflow: hidden;
	display: inline;
	background: url(/images/bg_search.png) no-repeat left top;
}
#header_search input.search {
	border: none;
	margin: 2px 2px 0px 5px;
	padding: 0px;
	width: 174px;
	height: 16px;
	color: #ffffff;
	background-color: Transparent;
}
#header_search input.searchbutton {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 18px;
	height: 20px;
	background-color: Transparent;
}
#header_search input.searchbutton:hover {
	cursor: pointer;
}

#content {
	color: #333333;
	font-size: 12px;
	margin: 0px 10px 0px 210px;
	display: block;
	overflow: hidden;
}
#content a, #content a:visited, #content a:active {
	color: #000000;
}
#content a:hover {
	color: #666666;
	text-decoration: none;
}
#content a img, #content a:hover img {
	border: none;
	text-decoration: none;
}

#banners {
	float: right;
	margin: 0px;
	width: 170px;
}

.box_right {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	overflow: hidden;
	font-size: 12px;
	color: #666666;
}
.box_right .top {
	height: 10px;
	line-height: 10px;
	background: url(/images/bg_contact.png) no-repeat left top;
}
.box_right .bottom {
	height: 10px;
	line-height: 10px;
	background: url(/images/bg_contact.png) no-repeat left bottom;
}
.box_right .text {
	padding: 0px 10px 0px 10px;
	line-height: 15px;
	background-color: #1a1a1a;
}	
.box_right a, .box_right a:visited, .box_right a:active {
	color: #cccccc;
	text-decoration: none;
}
.box_right a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.box_right h4 {
	color: #ffffff;
	margin-bottom: 10px;
}


.banner_bottom {
	text-align: center;
	margin-top: 10px;
}
.banner_left {
	text-align: center;
	margin: 10px 0px 10px 0px;
}


#footer {
	position: relative;
	width: 940px;
	left: 50%;
	margin: 10px 0px 0px -470px;
	font-size: 12px;
	color: #666666;
	padding: 0px;
}

#footer td {
	color: #666666;
	padding: 3px;
	line-height: 15px;
}

#footer a, #footer a:visited, #footer a:active {
	color: #999999;
	text-decoration: none;
}
#footer a.first {
	line-height: 20px;
	font-weight: bold;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer a.psilon {
	font-weight: bold;
	color: #ffffff;
	background: url(/images/ico_psilon.gif) no-repeat left center;
	padding: 0px 0px 0px 22px;
}
#footer a.psilon:hover {
	color: #ffd700;
}
#footer .bottom_row {
	text-align: right;
	padding-top: 10px;
}
#footer .bottom_row a {
	font-weight: bold;
}

.product_sort {
	float: right;
	margin-right: 5px;
}
.product_sort select {
	margin: 0px;
	border: none;
	color: #666666;
}
.product_sort select option {
	color: #000000;
}

.subcategories {
	margin: 20px 0px 20px 0px;
	font-size: 14px;
	line-height: 18px;
}
.subcategories ul li {
	line-height: 20px;
}

.products {
	margin: 10px 0px 0px 0px;
}
.products .row {
	display: block;
	overflow: hidden;
}
.products .row .box {
	position: relative;
	float: left;
	width: 175px;
	margin: 10px 10px 0px 0px;
	background: #ffffff url(/images/bg_box.png) no-repeat left top;
	min-height: 100px;
}
.products .row .box:hover {
	background: #ffffff url(/images/bg_box_over.png) no-repeat left top;
	cursor: pointer;
	color: #000000;
}

.products .row .last {
	margin-right: 0px;
}
	
.products .row .box .title {
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
}
.products .row .box .image {
	margin: 10px;
	text-align: center;
}

.products .row .box .price {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.products .row .box .price span {
	color: #000000;
	background-color: #ededed;
	padding: 2px 10px 2px 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.products .row .box .price span.promoted {
	background-color: #c7ff00;
	border: 1px solid #cccccc;
}


.product_images {
	width: 300px;
	float: right;
	display: block;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}
.product_images .product_thumbs {
	display: block;
	overflow: hidden;
}
.product_images .product_thumbs a {
	position: relative;
	float: left;
}
.product_description {
	margin: 10px 5px 10px 5px;
	line-height: 15px;
}
.product_attachments {
	margin: 10px 5px 10px 5px;
	line-height: 15px;
}
.product_attachments a {
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 18px 0px 2px 32px;
	line-height: 32px;
	height: 32px;
}

table.product_properties {
	min-width: 300px;
}

table.product_properties tr.action {
	background-color: #c7ff00;
}
table.product_properties tr.price {
	background-color: #ededed;
}

table.product_properties td {
	padding: 5px;
	border-bottom: solid 1px #ededed;
}
table.product_properties td.bigger {
	font-size: 14px;
	font-weight: bold;
}

.paginator_box {
	text-align: right; 
	clear: both; 
	display: block; 
	overflow: hidden; 
	padding: 5px;
}

.paginator {
	border: solid 1px #cccccc;
	color: #333333;
	padding: 2px;
	margin: 1px;
	text-align: center;
	width: 25px;
	font-weight: bold;
}

.paginator_sel {
	border: solid 1px #c7ff00;
	padding: 2px;
	margin: 1px;
	color: #333333;
	background-color: #c7ff00;
	text-align: center;
	width: 25px;
	font-weight: bold;
	cursor: pointer;
}

.toolbar_social {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 20px 0px 0px 10px;
	color: #333333;
	font-size: 12px;
}

.toolbar_social a, .toolbar_social a:visited, .toolbar_social a:active {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
}
.toolbar_social a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
}


.clear {
	clear: both;
}
.fixator {
	display: block;
	overflow: hidden;
}
.left {
	position: relative;
	float: left;
}
.right {
	position: relative;
	float: right;
}
.bold {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.clean {
	border: none;
}



#logo_print {
	display: none;
}

@media print 
{
	#header, #navigation, #footer, #banners, .product_sort, .toolbar_social, .noprint {
		display: none;
	}
	#logo_print {
		display: block;
		margin-bottom: 20px;
	}
	body, div, td {
		overflow: visible !important;
		color: #000000;
	}
	#main {
		position: relative;
		top: 0px;
		left: 0px;
		float: none;
		width: 600px;
	}
	#content {
		top: 0px;
		left: 0;
		margin-left: 150px;
		width: 660px;
	}
	h4, h5 {
		letter-spacing: 0px;
		color: #000000;
	}
	.products .row .box {
		width: 150px;
	}
	.products .row .box .image img{
		width: 120px;
	}
	
	.products .row .box .price {
		border: none;
		background-color: Transparent;
	}
	.products .row .box .price span.promoted {
		text-decoration: underline;
	}
}
