html
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
body
{
	background-color: #808080;
	background-image: url('../images/background.jpg');
	padding: 0;
	position: relative;
	min-height: 100%;
}

#cockroach
{
	width: 89px;
	height: 60px;
	background-repeat: no-repeat;
	position: absolute;
	top: 200px;
	right: 0;
	z-index: 1;
	display: none;
}
/*---------------------- MAIN SITE BLOCK ----------------------*/

.main_sheet
{
	z-index: 2;
	position: relative;
	min-height: 70%;
	min-width: 900px;
	width: 85%;
	padding: 0 0 70px 0;
	margin: 0 auto 0 auto;
}
.left_vertical
{
	position: absolute;
	top: -40px;
	left: -20px;
	width: 3px;
	height: 300px;
	background-image: url('../images/line_vertical.png');
	background-repeat: repeat-y;
	z-index: -1;
}
.left_lines
{
	position: absolute;
	top: 5px;
	left: -510px;
	width: 735px;
	height: 1px;
	background-image: url('../images/line_horizontal.png');
	background-repeat: repeat-x;
	z-index: -1;
}
.left_lines2
{
	position: absolute;
	bottom: 3px;
	left: -476px;
	width: 635px;
	height: 1px;
	background-image: url('../images/line_horizontal.png');
	background-repeat: repeat-x;
	z-index: -1;
}
.top_lines
{
	position: absolute;
	top: 0;
	right: 30px;
	width: 12px;
	height: 258px;
	background-image: url('../images/lines_top.png');
}
.title_bottom
{
	position: absolute;
	bottom: 0px;
	right: -40px;
	width: 438px;
	height: 443px;
	background-image: url('../images/title_bottom.png');
}
/*---------------------- HEADER BLOCK ----------------------*/
.header_block
{
	position: relative;
	text-align: right;
	padding: 0 5px 5px 5px;
	height: 117px;
}
.header_line
{
	position: relative;
	height: 16px;
	margin: 0 0 0 5px;
	top: 105px;
}
.header_line_left
{
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 16px;
	background-image: url('../images/topline_left.png');
}
.header_line_right
{
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 16px;
	background-image: url('../images/topline_right.png');
}
.header_line_center
{
	height: 16px;
	background-image: url('../images/topline_center.png');
	margin: 0px 17px 0 23px;
}
.logo_block
{
	width: 266px;
	height: 46px;
	position: absolute;
	top: 55px;
	left: 5px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
/*---------------------- MIDDLE BLOCK ----------------------*/
.middle_block
{
	position: relative;
}
/*---------------------- LEFT BLOCK ----------------------*/
.left_block
{
	width: 180px;
	float: left;
	padding-bottom: 20px;
}
/*---------------------- CENTRAL BLOCK ----------------------*/
.central_block
{
	margin-left: 180px;
}
/*---------------------- RATE BLOCK ----------------------*/
.container.rate1
{
	background-image: url('../images/stars1.gif');
}
.container.rate2
{
	background-image: url('../images/stars2.gif');
}
.container.rate3
{
	background-image: url('../images/stars3.gif');
}
.container.rate4
{
	background-image: url('../images/stars4.gif');
}
.container.rate5
{
	background-image: url('../images/stars5.gif');
}
.submenus_table td a
{
	color: #0000A0;
}
.submenus_table td
{
	font-size: 13px;
}
.submenus_table
{
	width: 100%;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 100px;
	font-size: 10px;
}
.submenus_table thead th
{
	padding-bottom: 10px;
	text-align: left;
}
.submenus_table td,
.submenus_table th
{
	padding: 2px 10px;
}

.submenus_table .container
{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}
.container
{
	position: absolute;
	top: 5px;
	right: 40px;
	width: 120px;
	height: 16px;
	background-image: url('../images/stars0.gif');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
}
.container2
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 16px;
	background-image: url('../images/stars5.gif');
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 2;
}
.rate_stars_text
{
	position: absolute;
	left: 85px;
	font-size: 0.8em;
	line-height: 16px;
	color: #d0d0d0;
}
.rate
{
	position: relative;
	width: 16px;
	height: 16px;
	float: left;
	z-index: 3;
}
.container.disable
{
	cursor: auto;
}
.share_block
{
	position: absolute;
	top: 30px;
	right: 0px;
}
/*---------------------- LANGUAGES BLOCK----------------------*/
.languages_block
{
	padding: 0 10px 3px 0;
	text-align: right;
	border-bottom: 0px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.languages_block, .languages_block a, .languages_block a:active, .languages_block a:visited
{
	font-size: 10px;
	font-weight: bold
}
/*---------------------- MAINMENU BLOCK----------------------*/
.menu_block
{
	background-color: #eeeeee;
	padding: 20px 20px 30px 20px;
	border: 1px solid #404040;
}
.rss_block
{
	background-image: url('../images/rss.gif');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
}
.menu_item a
{
	font-weight: bold;
	text-decoration: none;
}
.menu_item a:hover
{
	text-decoration: underline;
}
.menu_item.current a
{
	text-decoration: underline;
}
.menu_item.level_0
{
	line-height: 100%;
	padding: 3px 0px 2px 0px;
}
.menu_item.level_1 a,
.menu_item.level_2 a
{
	background-image: url('../images/arrow.gif');
	background-position: left 3px;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 0.9em;
	color: #303030;
	padding-left: 7px;
	display: block;
}

.menu_page
{
	position: relative;
	color: #222222;
	margin-top: 20px;
}
.menu_page a
{
	color: #0000A0;
}
/*---------------------- CONTENT BLOCK----------------------*/
.content_block
{
	padding: 40px;
	background-color: #FFFFFF;
	border: 1px solid #404040;
}
.content_block p
{
	margin: 10px 0 20px 0;
}
.content_block h1, 
.content_block h2, 
.content_block h3, 
.content_block h4
{
	margin: 0 0px 4px 0;
	padding-bottom: 3px;
	text-align: left;
	color: #222222;
	border-bottom: 1px solid #a0a0a0;
}
.content_block h2
{
	font-size: 12px;
	border-bottom: 0;
	margin: 0 0px 0px 0;
	padding-bottom: 0px;
}
.content_block h2.products_header
{
	color: #666666;
}
.text_date
{
	margin: 0 0px 30px 0;
	font-size: 10px;
	color: #a0a0a0;
}
.content_block img
{
	max-width: 100%;
	margin: 10px;
}
#eXTReMe
{
	position: fixed;
	bottom: 5px;
	right: 5px;
}
/*---------------------- FILES BLOCK----------------------*/
.right_block
{
	margin: 0px 0px 30px 20px;
	float: right;
	max-width: 32%;
	font-size: 10px;
	line-height: 135%;
}

.files_block
{
	font-size: 10px;
}
.files_list,
.files_list td
{
	font-size: 10px;
	vertical-align: top;
}
.files_list td
{
	padding-top: 5px;
}
.files_list
{
	background-color: #f2f2f2;
	padding: 9px;
	border: 1px solid #c0c0c0;
}
.files_counter
{
	color: #808080;
	padding-left: 10px;
	text-align: right;
	white-space: nowrap;
}
.files_title td
{
	color: #606060;
	padding-bottom: 6px;
	vertical-align: bottom;
}
.files_download
{
	display: inline-block;
	padding-left: 23px;
	min-height: 23px;
	background-image: url('../images/download.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
/*---------------------- COMMENTS BLOCK----------------------*/
.comments_block_small,
.comments_block
{
	padding: 40px;
	background-color: #FFFFFF;
	border: 1px solid #404040;
	font-size: 11px;
}
.comments_block_small
{
	padding: 10px;
	width: 120px;
}
.comments_item
{
	padding-top: 15px;
	font-size: 10px;
}
.comments_name
{
	color: #0000A0;
	cursor: pointer;
	font-weight: bold;
}
.comments_name:hover
{
	text-decoration: underline;
}
.comments_date
{
	font-size: 9px;
	padding-left: 5px;
	color: #808080;
}
.comments_text
{
	margin-top: 5px;
}
.comments_controls span
{
	color: #0000A0;
}
.comments_block .comments_controls
{
	border-bottom: 1px solid #A0A0A0;
	padding-bottom: 5px;
}
.comments_controls
{
	margin-bottom: 10px;
}
.comments_block_small .comments_controls
{
	margin-bottom: 0;
}
#commentsFormBlock
{
	position: absolute;
	display: none;
	background-color: #ffffff;
	border: #cccccc 1px solid;
	padding: 20px;
    opacity: 0;
	width: 480px;
	z-index: 10;
}

#commentsFormBlock input
{
	width: 100px;
	border: 1px solid #a0a0a0;
	padding: 3px;
	margin-bottom: 10px;
	font-size: 10px;
}
#commentsFormBlock textarea
{
	width: 80%;
	border: 1px solid #a0a0a0;
	padding: 3px;
	margin-bottom: 10px;
	font-size: 10px;
}
#commentsFormBlock .submit
{
	background-color: #ffffff;
	border: 1px solid #a0a0a0;
	width: 100px;
}
/*---------------------- GALLERY BLOCK----------------------*/
.gallery_block
{
	background-color: #cccccc;
	border: 1px solid #404040;
	text-align: center;
	padding: 10px;
}
.gallery_title
{
	color: #404040;
	font-weight: normal;
}
.gallery_item img
{
	margin: 10px auto 10px auto;
	display: block;
	border: 1px solid #606060;
}
.gallery_item
{
}
.gallery_pictures_random img
{
	display: block;
	cursor: pointer;
	width: 130px;
}
.gallery_pictures_random
{
	padding: 15px 0 15px 0;
	font-size: 10px;
	text-align: center;
	position: relative;
	color: #ffffff;
}
.gallery_pictures_random a
{
	color: #afafaf;
}
.gallery_pictures_random_text
{
	padding: 0 15px 0 15px;
}
.last_added_title
{
	text-align: center;
	margin-bottom: 4px;
}
.last_added_articles
{
	background-color: #cccccc;
	padding: 15px;
	border: 1px solid #404040;
	font-size: 10px;
	text-align: left;
}
.last_added_articles ul
{
	padding-left: 10px;
}
.polls_block
{
	background-color: #cccccc;
	padding: 15px;
	border: 1px solid #404040;
	font-size: 10px;
	text-align: left;
}
.polls_result,
.polls_result td
{
	font-size: 10px;
}
.polls_answer_ul
{
	padding-left: 20px;
}
.polls_question
{
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.polls_answer
{
	margin: 0;
	padding: 5px 10px 5px 0px;
	font-size: 11px;
	font-weight: normal;
}
.polls_answer.not_voted
{
	text-decoration: underline;
	cursor: pointer;
}

#js_pictureshow_transparent
{
	overflow: auto;
	display: none;
    position: absolute;
	z-index:9995;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000000;
	background-image: url('../images/background_dark.jpg');
	/*
    filter: alpha(opacity=95);
    -moz-opacity:0.95;
    opacity: 0.95;
	*/
}
#js_pictureshow_image_layer
{
	position: absolute;
	display: none;
	z-index:9997;
    top: 0px;
    left: 0;
	width: 100%;
}
#js_pictureshow_image
{
	cursor: pointer;
	display: block;
	z-index:9998;
	margin: 0 auto;
	max-width: 1000px;
	max-height: 700px;
	border: 2px solid #040404;
}


/*---------------------- SHADOW BLOCK----------------------*/
.shadow_container.comments
{
	width: 142px;
}
.shadow_container
{
	position: relative;
	padding: 0 10px 0 10px;
}
.shadow_top_left
{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url('../images/shadow_top_left.png');
}
.shadow_top_right
{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url('../images/shadow_top_right.png');
}
.shadow_top_center
{
	height: 10px;
	margin: 0px 10px 0 10px;
	background-repeat: repeat-x;
	background-image: url('../images/shadow_top_center.png');
}
.shadow_middle_left
{
	position: absolute;
	width: 10px;
	top: 20px;
	bottom: 10px;
	left: 0;
	background-repeat: repeat-y;
	background-image: url('../images/shadow_middle_left.png');
}
.shadow_middle_right
{
	position: absolute;
	width: 10px;
	top: 20px;
	bottom: 10px;
	right: 0;
	background-repeat: repeat-y;
	background-image: url('../images/shadow_middle_right.png');
	background-position: right;
}
.shadow_bottom_left
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url('../images/shadow_bottom_left.png');
}
.shadow_bottom_right
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url('../images/shadow_bottom_right.png');
}
.shadow_bottom_center
{
	height: 10px;
	margin: 0px 0px 0 10px;
	background-repeat: repeat-x;
	background-image: url('../images/shadow_bottom_center.png');
}
/*---------------------- IMAGE SHADOW BLOCK----------------------*/
.image_container
{
	position: relative;
	padding: 0 14px 0 14px;
	width: 130px;
	margin: 10px auto 0 auto;
}

.image_top_right
{
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url('../images/image_top_right.png');
}


.image_center_right
{
	position: absolute;
	width: 14px;
	top: 14px;
	bottom: 14px;
	right: 0;
	background-repeat: repeat-y;
	background-image: url('../images/image_center_right.png');
	background-position: right;
}
.image_bottom_left
{
	position: absolute;
	bottom: 0;
	left: 14px;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url('../images/image_bottom_left.png');
}
.image_bottom_right
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url('../images/image_bottom_right.png');
}
.image_bottom_center
{
	height: 14px;
	margin: 0px 0px 0 14px;
	background-repeat: repeat-x;
	background-image: url('../images/image_bottom_center.png');
}
/********************************************************
/*  ARTWEB COPYRIGHT
/********************************************************/
#artWeb_link
{
	position: absolute;
	top: 10px;
	right: 14px;
	z-index: 20;
	display: block;
	height: 33px;
	width: 0px;
	padding-left: 20px;
	overflow: hidden;
	background-image: url('/images/artweb_small.png');
	background-repeat: no-repeat;
	background-position: left top;
	outline: none;
}

/********************************************************
/*  EXTERNAL LINKS
/********************************************************/
.external_links_table
{
	margin: 0;
}
.external_links_table td
{
	font-size: 10px;
	vertical-align: center;
	max-width: 125px;
}
.external_link
{
	display: block;
	font-weight: normal;
}
.external_link img
{
	display: block;
	max-width: 100px;
}

.external_link_title
{
	display: block;
	margin-bottom: 5px;
}
.external_link_category
{
	display: block;
}
.external_link_price
{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.external_link_shop
{
	display: block;
}
/********************************************************
/*  TOP BANNER
/********************************************************/
.top_banner
{
	position: absolute;
	top: 25px;
	right: 70px;
	z-index: 100;
}
/********************************************************
/*  BOTTOM PRODUCTS
/********************************************************/
.bottom_products_table
{
	margin: 5px 0 30px;
}
.bottom_products_table td
{
	padding: 5px 5px ;
	vertical-align: center;
	font-size: 10px;
	max-width: 125px;
}
.bottom_products_table .bottom_product
{
	display: block;
	text-align: left;
	font-weight: normal;
}
.bottom_product img
{
	display: block;
	max-width: 100px;
	margin: 4px auto 4px 15px;
}
.bottom_product_title
{
	display: block;
	margin-bottom: 5px;
}
.bottom_product_category
{
	display: block;
}
.bottom_product_price
{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.bottom_product_shop
{
	display: block;
}

/********************************************************
/*  HEADER RETEXTURE
/********************************************************/
.header_retexture_block
{
	position: absolute;
	right: 45px;
	top: 0px;
	height: 106px;
}
.header_retexture_top
{
	margin: 14px 15px 14px 0;
	text-align: right;
	color: #b5b5b5;
	font-size: 9px;
}
.header_retexture_item
{
	width: 80px;
	display: inline-block;
	vertical-align: top;
	outline: none;
}
.header_retexture_image
{
	display: block;
	margin: 0 auto;
}
.header_retexture_title
{
	display: none;
	font-size: 9px;
	text-align: center;
}
.header_retexture_item:hover .header_retexture_title,
.header_retexture_item:focus .header_retexture_title
{
	display: block;
}