body {
	background-color: #999999;
	font-family:Arial,sans-serif;
	font-size:13px;
	color:#000000;
}
div.container
{
	margin: 0 auto;
	width: 1000px;
}
div.header
{
	padding-top: 10px;
	text-align: center;
}

div.header h1 { 
	margin: 0px;
}

div.content-container
{
	float: left;
	width: 1000px;
	display: inline;
}
div.center_text {
	font-family:'Arial';
	font-size:19px;
	color:#000000;
	letter-spacing:0.0em;
	background-color: #A6A6A6;
	margin-top: 80px;
	text-align: center;
	padding: 10px;
}
div.center_text div.inside {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	border-radius: 10px;
	margin: 20px;
	padding: 5px;
	clear: both;
}
div.section-navigation
{
	float: left;
	width: 200px;
	padding: 20px 0;
	margin: 0x;
	display: inline;
}
a.category, a.category_open {
	text-decoration: none;
}
div.category {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000000;
	background-image: url(/images/categ-bg.png);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 10px;
	color: #7D8B9C;
	cursor: pointer;
	font-size: 16px;
	vertical-align: middle;
	font-family: Arial;
}
div.expand {
	float: right;
	width: 9px;
	height: 5px;
	background-image: url(/images/expand.gif);
	margin-right: 5px;
	margin-top: 10px;
}
div.collapse {
	float: right;
	width: 9px;
	height: 5px;
	background-image: url(/images/collapse.gif);
	margin-right: 5px;
	margin-top: 10px;
}
div.category_open {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000000;
	background-image: url(/images/categ-bg-hover.png);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 10px;
	color: #7D8B9C;
	cursor: pointer;
	font-size: 16px;
	vertical-align: middle;
	font-family: Arial;
}
div.category_open:hover {
	color: #FFFFFF;
}
div.category:hover {
	background-image: url(/images/categ-bg-hover.png);
	color: #FFFFFF;
}
a.sub_category {
	text-decoration: none;
}
div.sub_category {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000000;
	background-image: url(/images/sub-categ-bg.png);
	background-repeat: repeat-x;
	height: 21px;
	padding-top: 9px;
	color: #000000;
	cursor: pointer;
	font-size: 12px;
	vertical-align: middle;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
}
div.sub_category:hover {
	color: #FFFFFF;
}
div.content
{
	float: left;
	width: 500px;
	padding: 20px 0;
	margin: 0 0 0 30px;
}

div.content h2 { margin: 0; }

div.search_form {
	border: 1px solid #000000;
	text-align: center;
	background-color: #CCCCCC;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 20px;
}
input.search_input {
	width: 170px;
}
input.search_button {
	padding: 0px 10px;
	cursor: pointer;
}
table.products_table {
	width: 95%;
	margin: 0 auto;
	border: 0px none;
	clear: both;
}
table.products_table td {
	background-color: #CCCCCC;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
table.products_table td.thumb {
	width: 104px;
}
table.products_table td.descr {
	text-align: left;
	padding-left: 10px;
}
table.products_table td.price {
	width: 15%;
}
table.products_table div.bottom_hint {
    bottom: 0;
    left: 0;
    position: absolute;       
    font-size: 90%;
    color: #555555;
}
div.product_list_navigation {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0px;
	display: table;
	text-align: center;
}
div.long_description {
	text-align: center;
	font-size: 14px;
	margin: 50px 0px;
}
div.maker {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}
div.size {
	text-align: center;
	font-size: 14px;
}
div.weight {
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}
div.price {
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	font-size: 14px;
}
div.contact {
	text-align: center;
	margin: 15px 0px;
	font-weight: bold;
}
.generic_button {
	padding: 2px 5px;
}
.next_button {
	float: right;
	margin-right: 10px;
}
a.next {
	float: right;
	margin-right: 10px;
	padding: 5px 10px;
	background-color: #DDD;
	text-decoration: none;
	color: #000;
	display: inline-table;
}
a.prev {
	float: left;
	margin-left: 10px;
	padding: 5px 10px;
	background-color: #DDD;
	text-decoration: none;
	color: #000;
	display: inline-table;
}
a.back {
	padding: 5px 10px;
	background-color: #DDD;
	text-decoration: none;
	color: #000;
	margin: 0 auto;
	display: inline-table;
}
.prev_button {
	float: left;
	margin-left: 10px;
}
.back_button {
	margin: 0 auto;
}
div.aside
{
	float: right;
	width: 230px;
	padding: 20px 0;
	margin: 0;
	display: inline-block;
	text-align: center;
}
div.aside h3 { 
	margin: 0; 
}
div.gallery a {
	padding: 2px; 
	padding-bottom: 1px;
	background-color: #CCCCCC; 
	border: 1px solid #000000; 
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
}
div.gallery a:hover {
	background-color: #FFFFFF; 
}
div.gallery_hint {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 5px 2px;
	clear: both;
	width: 90%;
	clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
div.footer
{
	clear: left;
	height: 1%;
	text-align: center;
	display: inline-block;
	width: 100%;
}
div.footer_info {
	width: 588px;
	height: 162px;
	margin: 0 auto;
	background-image: url(/images/footer.png);
	font-family:Tahoma, sans-serif;
	font-size:12px;
	color:#8392A4;
	letter-spacing:0.0em;
	text-align: left;
}
div.footer_into_text {
	position: relative;
	top: 40px;
	left: 20px;
	text-align: left;
}