body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
}
a { color: #2561AD; text-decoration: none; outline: 0; }
a:hover { text-decoration: underline; }
a img  { border: 0; }
h3 {
	margin: 20px 0 10px 0;
}
ul {
	margin: 1em 0 1em 2em;
	padding: 0;
	list-style: square outside;
}
li {
	margin-bottom: 0.2em;
}
p {
	margin: 0.5em 0;
}
.input {
	border: 1px solid #597AA2;
	font-family: Courier, monospace;
	font-size: 12px;
}
#header {
	background: url(images/head_bg.jpg) #DCDBDB;
	height: 139px;
	min-width: 955px;
}
#header img {
	display: block;
	float: left;
	clear: right;
}
#main {
	table-layout: fixed;
	width: 950px;
}
#main, #content, #left_menu, #right_menu, .product_table, .prod_models, .cart_table
{ border-collapse: collapse; }
#main, #content, #left_menu, #right_menu {
	padding: 0; margin: 0;
	vertical-align: top;
}
#left_menu {
	width: 250px;
	background: url(images/menu_bg.jpg) no-repeat top left #5A88C3;
	border-right: 1px solid #BCBCBC;
	height: 590px;
}
ul#main_menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 40px 0 0 26px;
	height: 210px;
}
ul#main_menu li { display: block; list-style: none; float: left; clear: left; margin: 0; }
ul#main_menu a, ul#main_menu span {
	display: block;
	padding-left: 38px;
	height: 30px;
}
ul#main_menu a:hover, ul#main_menu span {
	background: url(images/menu_bullet.gif) no-repeat center;
	background-position: 0px 5px;
}
ul#main_menu a img { display: block;}
ul#logged_menu {
	list-style: none;
	text-align: right;
	display: block;
	font-size: 12px;
	padding: 15px 25px 0 0;
	background: url(images/user_menu_div.gif) no-repeat top right;
	margin: 0;
	width: 225px;
}
.logged_menu_item {
	color: #C9DEF7;;
	display: block;
	font-size: 11px;
	padding: 15px 25px 15px 15px;
/*
	text-align: right;
	background: url(images/user_menu_div.gif) no-repeat top right; */
	margin: 0;
	width: 225px;
}
ul#logged_menu a, .logged_menu_item a {
	color: White;
}
ul#logged_menu a:hover, .logged_menu_item a:hover {
	text-decoration: none;
	color: #001F45;
}
#contacts {
	margin-top: -185px;
	background: url(images/copyrights_bg.jpg);
	text-align: right;
	height: 115px;
	width: 240px;
	color: white;
	padding-right: 10px;
	padding-top: 70px;
}
#right_menu {
	background: #E3EBF5;
	width: 225px;
}
#right_menu_in { padding: 18px 4px; position: relative }
#right_menu .box {
	border: 1px solid #C3CAD2;
	padding: 12px 17px;
	background: White;
	overflow: hidden;
	width: 180px;
}
.top_shadow, .bottom_shadow {
	display: block;
	height: 6px;
	overflow: hidden;
}
.top_shadow { background: url(images/top_shadow.gif) no-repeat; }
.bottom_shadow { background: url(images/bottom_shadow.gif) no-repeat; }
#content {
	position: relative;
	display: block;
}
.welcome {
	padding: 27px 33px;
	background: url(images/main_top_shadow.gif) no-repeat bottom center #F7FAFE;
}
.new_module { padding: 26px 25px; }
.main {
	padding: 30px 25px;
}
#shadow {
	position: absolute;
	width: 13px; height: 543px;
	right: 0; top: 0;
	display: block;
	background: url(images/content_bg.png) no-repeat right top;
}
* html #shadow {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_bg.png', sizingMethod='image');
}
#right_shadow {
	position: absolute;
	width: 13px; height: 543px;
	right: -13px; top: 0;
	display: block;
	background: url(images/right_shadow.gif) no-repeat left top;
}
.modules {
	border-collapse: separate;
	margin-top: 18px;
}
.modules td {
	vertical-align: middle;
	text-align: center;
	width: 50%;
	border: 1px solid #C2C2C2;
}
.modules td.desc {
	border: 0;
	text-align: left;
}
.modules td img {

}
#copyrights {
	height: 40px;
/*	line-height: 40px;*/
	color: #8E9197;
	border-left: 250px solid #D9D9D9;
	background: #EDEDED;
	padding: 20px 0 0 22px;
/*	padding-left: 22px;*/
}
#copyrights, #copyrights a {
	color: #8E9197;
}

#categories { font-size: 14px; }
.title {
	font-size: 18px;
	font-weight: bold;
	color: #636363;
	vertical-align: middle;
	padding-left: 5px;
}
.prod_models th, .prod_models td, .product_table .prod_image a, .prod_price, .detailed_image,
.cart_table th, .cart_table td {
	border: 1px solid #c2c2c2;
}
.product_table { margin: 25px 15px 0 0; }
.product_table, .product_table td {
	vertical-align: top;
	text-align: left;
}
.product_table .prod_image {
	padding-right: 12px;
	padding-bottom: 20px;
	width: 1px;
}
.product_table .prod_image a {
	display: block;
}
.product_table .prod_image img, .detailed_image img {
	display: block;
	margin: 0 auto;
}
.product_table td.detailed {
	vertical-align: bottom;
	text-align: right;
	padding-bottom: 20px;
}
.prod_name {
	font-size: 16px;
	color: #5988C2;
}
.product_table .pagging {
	background: url(images/pagging_div.gif) no-repeat top right;
	padding: 15px 5px;
	text-align: right;
}
.detailed_image, .prod_models { margin: 10px 0 0 0; }
.prod_models { clear: both; margin-bottom: 10px; }
.prod_models caption {
	font-weight: bold;
	text-align: left;
}
.prod_models th, .prod_price {
	background: #F7FAFE;
}
.prod_models th, .prod_models td {
	text-align: center;
	height: 18px;
}

.prod_price {
	padding: 5px 10px;
	margin-top: 20px;
}
.prod_price a, .prod_price span{
	float: right;
}
#auth_form { padding: 10px 0 0 12px; }
#auth_form label {
	display: block; width: 100px; float: left; line-height: 20px;
}
#auth_form input {
	margin-top: 2px;
}
.submit {
	border: 0; background: #597AA2; color: white; font-weight: bold; padding: 0 5px; height: 19px;
	line-height: 19px;
}
a.submit:hover { text-decoration: none; }
.cart {
	border-collapse: collapse;
	margin: 15px 0;
}
.cart td, .cart th {
	height: 24px;
}
.cart th  {
	border-bottom: 2px solid #333333;
}
.cart th.name {
	text-align: left;
}
.cart tbody td {
	border-bottom: 1px solid #c2c2c2;
	text-align: center;
}
.cart td {
	padding: 0 5px;
}
.cart td.name {
	text-align: left;
	border-left: 1px solid #c2c2c2;
}
.cart td.price {
	text-align: right;
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	background: #E3EBF5;
}
.cart tfoot td {
	border-top: 2px solid #333333;
	font-weight: bold;
	text-align: right;
}
.button {
	background: url(images/button_bg.gif) repeat-x bottom #E3EBF5;
	border: 3px double #B2C6E2;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding: 2px 20px;
}
.button:hover {
	cursor: pointer;
}
.button[disabled] {
	background: url(images/button_bg_d.gif) repeat-x #EBEBEB bottom;
	border: 3px double #CACACA;
	color: #5F5F5F;
}

div.prod_description {
	overflow: hidden;
	height: auto!important; height: 1%;
	margin: 0.5em 0;
}

.more_pictures {
	border-top: 1px solid #C2C2C2;
	background: #F7FAFE;
	padding: 5px 8px;
	height: 140px;
	width: 406px;
}
#pictures_scroll {
	margin-top: 6px;
	float: left; width: 375px; overflow: hidden; position: relative; border: 0px solid #c2c2c2; height: 108px;
}
#pictures_scroll div#pictures {
	display: table;
	position: absolute;
	left: 0; top: 0;
	height: 108px;
	_height: 1%; zoom: 0;
}
#pictures_scroll div div {
	display: table-cell;
	height: 108px;
	padding-right: 10px;
}
#pictures_scroll a {
	display: block;
	border: 1px solid #c2c2c2;
}
#pictures_scroll a img {
	display: inline;
}
#scroll_left, #scroll_right {
	float: left; height: 106px; display: block; line-height: 100px; padding: 0 5px 0 0; width: 10px;
	cursor: pointer;
}
#scroll_right {
	padding: 0 0 0 5px;
}

.normal {
	font-weight: normal;
}
.prod_models input {
	vertical-align: middle;
}
.real_price {
	color: #C40000;
}
.go_back {
	float: right; display: block; margin-top: 8px;
	font-size: 10px;
}
.left_menu#left_menu {
	color: white;
	height: 825px;
}
.left_menu#left_menu ul#main_menu {
	margin-bottom: 0;
}
#left_menu_products {
	padding: 17px 10px 0 46px;
	background: url(images/user_menu_div.gif) no-repeat top right;
	font-size: 11px;
}
#left_menu_products ul {
	margin-left: 15px;
	color: #C9DEF7;
}
#left_menu_products h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 5px 0;
	color: White;
}

