*
{
	padding: 0;
	margin: 0;
}

body, form input
{
	font-family: Arial, "Trebuchet MS", Arial;
	font-size: small;
}

body
{
	background: url('/files/theme/modern/images/page_back.png') repeat-x;
}

img { border: 0; }

.png { behavior: url('/files/js/iepngfix.htc'); } 

a { color: #3c818b; }
a:hover
{
	text-decoration: underline;
	color: #c80000;
}

.page
{
	width: 1000px;
	margin: 0 auto 0 auto;
}

/* Header block */
.header
{
	position: relative;
	width: 1000px;
	clear: both;
}
.header .logo
{
	float: left;
	position: relative;
	width: 168px;
	height: 38px;
	top: 7pt;
	left: 10pt;
}
.header_menu
{
	text-align: left;
	width: 325pt;
	height: 25px;
	float: right;
	margin: 5pt 5pt 0 0;
	padding: 10pt 0 10pt 0;
	color: #444;
}

.header_menu a {
	color: #000;
	text-decoration: none;
}
.header_menu a:hover {
	color: #c80000;
	text-decoration: none;
	border-bottom: 2px solid #c80000;
}

.header .phones
{
	display: block;
	position: absolute;
	left: 300pt;
	top: 14pt;
	width: 100pt;
	height: 10pt;
}
.header #phones
{
	height: 15pt;
	font-size: large;
	list-style: none;
	overflow: hidden;
}
.header #phones li
{
	float: right;
}

/* Search form */
.inactive
{
	font-style: italic;
	color: #777;
}
.search_form
{
	position: relative;
	top: 0; left: 0;
	float: right;
}
form .text, form .go
{
	position: relative;
	top: 0;
	vertical-align: text-bottom;
	margin-top: 1pt;
	height: 20px;
}
form .text
{

	border: 1px solid #ddd;
	width: 180px;
	padding: 0 3pt 0 3pt;
}
.text:focus { outline: 1px solid #6da3bd; }
.go
{
	width: 20px;
	border: 0;
	background: url('/files/theme/modern/images/search_icon.png') no-repeat bottom center;
}

/* Main menu styles */
.main_menu
{
	position: relative;
	left: 3pt;
	list-style: none;
	width: 994px;
	clear: both;
	height: 27px;
	background: url('/files/theme/modern/images/menu_back.png') repeat-x;
	background-color: #000;
	color: #fff;
}
.main_menu li
{
	background: url('/files/theme/modern/images/menu_separator.png') no-repeat left top;
	float: left;
	padding: 3pt 0 3pt 1px;
	height: 27px;
}
.main_menu a
{
	color: #fff;
	text-decoration: none;
	padding: 3pt 12pt 4pt 12pt;
}
.main_menu a:hover
{
	color: #fff;
	background-color: #797979;
	text-decoration: none;
}
.main_menu li.left_item
{
	background: url('/files/theme/modern/images/menu_back_left.png') no-repeat left top;
	position: relative;
	left: -3px;
	padding-left: 3px;
	padding-right: 0;
}
.main_menu li.right_item
{
	float: right;
	background: url('/files/theme/modern/images/menu_back_right.png') no-repeat right top;
	position: relative;
	right: -3px;
	padding-right: 3px;
}

/* For content page */
.content_out
{
	position: relative;
	top: 5pt;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 100px;
	clear: both;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 10pt 0 10pt;
}

/* For home page */
.home_out
{
	position: relative;
	top: 5pt;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100px;
	clear: both;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0;
}

.main { width: 100%; text-align: justify;}
.main .main_header
{
	margin-top: 5pt;
}

/* Breadcrump */
.breadcrump
{
	width: 100%;
	clear: both;
	color: #ddd;
	border-bottom: 1px solid #ddd;
	padding: 1pt 0 3pt 0;
}
.breadcrump a {
	color: #8f8f8f;
	text-decoration: none;
}
.breadcrump a:hover
{
	color: #c80000;
	text-decoration: underline;
}

/* Right block */
.content_out .right
{
	position: relative;
	top: 0;
	padding: 5pt 0 5pt 0;
	margin: 5pt 0 5pt 0;
	width: 28%;
	float: right;
	clear: right;
}

/* Left block */
.content_out .left { width: 70%; float: left; position: relative;}
.content_out .left img
{
	float: right;
	clear: right;
	margin: 0 0 3pt 10pt;
}
.content_out .left h1
{
	clear: left;
	margin: 10pt 0 5pt 0;
	color: #c80000;
	font-size: large;
	text-align: left;
}
.content_out .left h2
{
	clear: both;
	width: 100%;
	margin: 7pt 0 5pt 0;
	color: #c80000;
	font-size: medium;
	text-align: left;
	border-bottom: 1px dotted #aaa;
}
.content_out .left h3
{
	clear: both;
	width: 100%;
	margin: 7pt 0 5pt 0;
	color: #000;
	font-size: 11pt;
	text-align: left;
	border-bottom: 1px dotted #aaa;
}
.content_out .left h3.notl, .content_out .left h2.notl
{
	border-bottom: 0;
	width: auto;
	clear: left;
}
.content_out .left h2 a, .content_out .left h3 a
{
	position: relative;
	display: block;
	top: 7pt;
	width: 10px;
	height: 10px;
	float: right;
	text-decoration: none;
	color: #fff;
	background-image: url('/files/theme/modern/images/closed.gif');
	z-index: 999;
}
.content_out .left h2 a:hover, .left h3 a:hover
{
	background-image: url('/files/theme/modern/images/opened.gif');
}
.content_out .left h4
{
	margin: 7pt 0 5pt 0;
	font-size: 10pt;
	text-align: left;
}
.content_out .left .news_item h4
{
	margin: 0;
}
.content_out .left ul
{
	margin: 9pt 0 2pt 15pt;
}
.content_out .left ul li
{
	margin: 3pt 0 2pt 5pt;
}
.content_out .left .main_header .vendor_logo
{
	width: 100px;
	float: right;
	text-align: right;
}
.content_out .left .main_header .vendor_logo img {max-width: 100px;}
.content_out .left .main_header .date
{
	width: 100%;
	clear: left;
	color: #444;
	font-weight: bold;
	padding-bottom: 5pt;
	text-indent: 15pt;
}
.content_out .left p
{
	margin: 7pt 0 3pt 0;
	text-indent: 15pt;
}
.content_out .left table
{
	margin: 5pt 0 2pt 0;
}
.content_out .left table.details
{
	width: 100%;
	border: 1px solid #ddd;
}
.content_out .left table.details td, .left table.details th
{
	padding: 2pt;
}
.content_out .left table.details tr
{
	background-color: #fdfdfd;
}
.content_out .left table.details tr.high
{
	background-color: #eee;
}
.content_out .left table.details tr.over
{
	background-color: #ddd;
}
.content_out .left table.details th
{
	text-align: center;
}

/* Bottom page block */
.content_out .bottom, .home_out .bottom
{
	position: relative;
	width: 100%;
	clear: both;
	height: 70pt;
	padding-top: 10pt;
}
.content_out .bottom_menu
{
	padding: 1pt;
	background-color: #c1edfa;
	text-align: center;
	height: 27px;
}
.content_out .bottom_menu ul
{
	list-style: none;
	clear: both;
}
.content_out .bottom_menu li
{
	float: left;
	padding: 3pt 0 3pt 1px;
}
.content_out .bottom_menu a
{
	color: #000;
	padding: 3pt 12pt 4pt 12pt;
}
.content_out .bottom_menu a:hover
{
	color: #c80000;
}
.content_out .bottom_menu .search_form
{
	padding: 1pt;
}

table.footer
{
	width: 100%;
	color: #444;
	font-size: 8pt;
	padding-top: 5pt;
}
table.footer td.logo
{
	text-align: right;
}
table.footer td
{
	vertical-align: center;
	width: 33%;
}
table.footer td.logo img
{
	width: 32px;
}
table.footer td.text
{
	text-align: center;
}
.home_out table.footer
{
	border-top: 1px dotted #aaa;
}
.home_out table.footer td.text
{
	top: 15pt;
}

/* Image box */
.images_box
{
	width: 1000px;
	height: 350px;
}
.images_box .image
{
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	height: 350px;
	background: url('/files/theme/modern/images/home/home_img_5.jpg') no-repeat;
	font-size: small;
}
.images_box .comment
{
	position: absolute;
	top: 150px;
	left: 50px;
	max-width: 430px;
	min-height: 50px;
	background-color: #000;
	color: #fff;
	font-size: 9pt;
	text-align: justify;
	padding: 10pt;
	opacity: 0.80;
	filter: alpha(opacity=80);
	line-height: 110%;
	visibility: hidden;
}
.images_box .comment h4
{
	font-size: 12pt;
	padding: 0 0 8pt 0;
}
.images_box .comment p
{
	padding-bottom: 5pt;
}
.images_box .comment a
{
	color: #fff;
}
.images_box .selector_back
{
	position: absolute;
	top: 310px;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.images_box ul
{
	position: absolute;
	top: 310px;
	left: 0;
	width: 100%;
	height: 40px;
	list-style: none;
}
.images_box ul li
{
	margin: 5pt 0 0 10pt;
	float: left;
}
.images_box ul li a, .images_box ul li a:hover
{
	display: block;
	text-decoration: none;
}
.images_box img.loader
{
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	top: 310px;
	right: 0px;
	visibility: hidden;
}
.images_box ul li a
{
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 2.5pt 6pt 4.5pt 6pt;
}

/* Main page news block */
.home_out > .news
{
	margin-top: 10pt;
	width: 100%;
	clear: both;
}

/* Main page left block*/
.home_out .left_block
{
	position: relative;
	float: left;
	clear: left;
	width: 66%;
}

/* Main page right block*/
.home_out .right_block
{
	position: relative;
	float: right;
	clear: right;
	width: 33%;
}
.home_out .bottom
{
	position: relative;
	width: 100%;
	clear: both;
}

/* Info boxes */
.info_box
{
	border: 1px solid #ddd;
	background: url('/files/theme/modern/images/box_back.png') repeat-x;
	padding: 0 5pt;
	margin-bottom: 10pt;
}
.info_box .header
{
	width: 100%;
	height: 17pt;
	border-bottom: 1px solid #ddd;
	font-size: small;
	font-weight: bold;
	color: #444;
	overflow: hidden;
}
.info_box .body
{
	position: relative;
	padding: 5pt 0;
	text-align: justify;
}
.info_box .header h3
{
	float: left;
	font-size: small;
	color: #444;
	padding: 1pt 2pt 2pt 2pt;
	display: block;
	height: 12pt;
	text-align: left;
}
.info_box .header a.prev, .info_box .header a.next
{
	position: relative;
	float: left;
	width: 9px;
	height: 12px;
	text-decoration: none;
	display: block;
	margin: 4pt 5pt 2pt 5pt;
}
.info_box .header a.prev
{
	margin-left: 0;
	background: url('/files/theme/modern/images/images_box_left.png') no-repeat;
}
.info_box .header a.prev:hover
{
	background: url('/files/theme/modern/images/images_box_left_a.png') no-repeat;
}
.info_box .header a.next
{
	background: url('/files/theme/modern/images/images_box_right.png') no-repeat;
}
.info_box .header a.next:hover
{
	background: url('/files/theme/modern/images/images_box_right_a.png') no-repeat;
}
.info_box .header .rss_back
{
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 23px;
	background: url('/files/theme/modern/images/rss_back.png') repeat-x;
}
.info_box .header a.rss
{
	position: absolute;
	top: 2pt;
	right: 0;
	float: right;
	width: 16px;
	height: 16px;
	text-decoration: none;
	display: block;
	margin: 0;
	background: url('/files/theme/modern/images/rss_icon.png') no-repeat;
}
.info_box .header span#news_line
{
	position: absolute;
	top: 0;
	left: 80pt;
	display: block;
	width: 500pt;
	height: 11pt;
	padding-top: 1.8pt;
	font-size: 9pt;
	color: #777;
	overflow: hidden;
}
.info_box .header span#news_line a
{
	color: #3c818b;
	text-decoration: none;
}
.info_box .header span#news_line a:hover
{
	text-decoration: underline;
	color: #c80000;
}
.info_box .body h4
{
	font-size: small;
	color: #3c818b;
	width: 100%;
	padding: 0 0 3pt 0;
	text-align: left;
}
.info_box .body h4  a { text-decoration:none; color: #3c818b; }
.info_box .body h4  a:hover { text-decoration: underline; color: #c80000; }
.info_box .body .news img
{
	width: 100px;
	float: right;
	clear: right;
	padding-left: 5pt;
}
.info_box .header ul
{
	position: relative;
	list-style: none;
	width: 100%;
	clear: both;
	height: 17pt;
	color: #444;
	left: -1px;
}
.info_box .header ul li
{
	float: left;
	padding: 2pt 0 3pt 0;
	border-left: 1px solid #ddd;
	height: 13pt;
}
.info_box .header ul a
{
	color: #444;
	text-decoration: none;
	padding: 2pt 9pt 3pt 9pt;
}
.info_box .header ul a:hover, .info_box .header ul a.selected
{
	background-color: #fffffe;
	text-decoration: none;
}
.info_box .body .news_item
{
	font-size: 10pt;
	padding-bottom: 5pt;
}
.info_box .body .news_item .date
{
	font-size: 9pt;
	font-weight: bold;
	color: #777;
	padding-right: 5pt;
}
.info_box .body .news_item h4
{
	display: inline;
}
.info_box .body .news_item h4 a
{
	text-align: left;
	font-size: 9pt;
}
.info_box .body .news_item a:hover
{
	text-decoration: underline;
}
.news .info_box .body
{
	height: 200pt;
}

.news .info_box .body td
{
	width: 48%;
	vertical-align: top;
}
.news .info_box .body td.left
{
	border-right: 1px solid #ddd;
	padding: 0 10pt 0 0;
}
.news .info_box .body td.right
{
	padding-left: 5pt;
}
.info_box .body p.more
{
	text-align: right;
	clear: right;
	color: #3c818b;
	margin-right: 5pt;
}
.info_box .body > p.more
{
	position: absolute;
	bottom: 5pt;
	right: 0;
}
.left table.top td
{
	vertical-align: top;
}
.left table.editor th
{
	width: 20%;
}
.left table.editor td input[type="text"]
{
	width: 100%;
}
.left table.editor td
{
	padding: 2pt;
}
.info_box .body p.more a { color: #3c818b; }

ul.files
{
	list-style: url('/files/images/file.gif') disc;
}

ul.folders
{
	list-style: url('/files/images/folder.gif') disc;
}

/* Links page */
.content_out .left div.links div img
{
	margin: 0;
	float: none;
	clear: left;
	padding-right: 5pt;
}
div.links div
{
	margin-left: 10pt;
	text-indent: 0;
	padding: 5pt 0 2pt 0;
}
.links_e ul
{
	padding: 0;
	margin-left: 25pt;
}
a.links_h{ text-decoration: none; }
.links_h img {
	float: none;
	margin: 0 0 -2px 0;
}

.content_out .left > .news_item
{
	padding: 5pt 0 2pt 0;
}
.content_out .left .news_item .date
{
	font-size: 9pt;
	font-weight: bold;
	float: left;
	color: #777;
	padding-right: 10pt;
}
.content_out .left .news_item h4 a
{
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}
.content_out .left .news_item h4 a:hover
{
	text-decoration: underline;
}
.content_out .left ul.years, .left ul.types
{
	list-style: none;
	clear: both;
	margin: 0;
	padding: 3pt 5pt;
}
.content_out .left ul.types a.rss
{
	width: 16px;
	height: 16px;
	text-decoration: none;
	display: inline;
	background: url('/files/theme/modern/images/rss_icon.png') no-repeat;
	vertical-align: text-bottom;
	padding-left: 5pt;
}
.content_out .left ul.types li a
{
	padding-right: 5pt;
}
.content_out .left ul.years li a
{
	padding: 2pt 1pt;
}
.content_out .left ul.years li, .left ul.types li
{
	display: inline;
	margin: 0;
}
.content_out .left ul.years li.selected a, .left ul.types li.selected a
{
	text-decoration: none;
	color: #c80000;
}
.content_out .left img.center, .right img.center,
div.center, .banners img, ul.center, input.center
{
	position: relative;
	display: block;
	clear: both;
	margin: 0 auto;
	float: none;
}
div.center
{
	clear: both;
	margin: 0 auto;
	float: none;
	text-align: center;
}
.info_box .body p
{
	padding: 3pt 0 2pt 0;
}
.left img.inline
{
	margin: 0pt;
	float: none;
}
.left td.center
{
	text-align: center;
}
.left .subscribe
{
	margin-left: 60pt;
	text-align: center;
	width: 250pt;
}
/*.icq
{
	position: relative;
	width: 150pt;
	margin: 0 auto;
}*/
.info_box .status img.logo
{
	display: block;
	clear: both;
	max-width: 100px;
	margin: 0 auto 5pt auto;
}
.info_box .status table
{
	margin-top: 5pt;
	border-top: 1px dotted #aaa;
	font-size: 9pt;
}
table.banners
{
	border-top: 1px dotted #aaa;
	width: 100%;
	clear: both;
	text-align: center;
}
table.banners td
{
	padding: 2pt 0;
}

.content_out .left h2.price
{
	margin: 0;
	text-align: center;
	font-size: 10pt;
}
.info_box .body div.price
{
	text-align: left;
}
div.price ul
{
	margin: 3pt 0 2pt 15pt;
}
div.price a
{
	text-decoration: none;
}
div.price > div > a
{
	font-weight: bold;
}
div.price > div > ul a.selected
{
	color: #c80000;
}
.price_line
{
	position: absolute;
	top: 7pt;
	right: 0;
	color: #777;
	background: #fff;
	padding: 3pt;
}
.price_line img
{
	display: inline;
	position: relative;
	top: 2pt;
}
.align_right
{
	text-align: right;
}
.warehouse
{
	color: #c80000;
	text-align: center;
	font-size: 11pt;
}
.hidden
{
	display: none;
}
.content_out .left div.price > div
{
	margin: 5pt 0 2pt 0;
}
.content_out .left div.price > div > img
{
	margin: 0;
	padding: 0;
	float: none;
}
.content_out .left div.price ul
{
	margin: 5pt 0 8pt 15pt;
}
/* Search */
#searchcontrol .gsc-control
{
	width: 100%;
}
#searchcontrol .gsc-control .gs-visibleUrl/*,
#searchcontrol .gsc-control .gsc-resultsHeader*/
{
	display: none;
}
#searchcontrol .gsc-control a { color: #3c818b; }
#searchcontrol .gsc-control b { color: #c80000; }

.content_out .left .cpcContent h2 {
    clear: none;
}

.content_out .left .cpcContent span.cpcBreadcrumb,
.content_out .left .cpcContent span.cpcBreadcrumb a{
    font-size: 12px !important;
}
.content_out .left .cpcContent {
    background-color: transparent !important;
    padding-top: 0;
}
.content_out .left .window {
    padding: 0 22pt 15pt 22pt;
    background-color: #f7fafb;
    border: 1px solid #ccc;
}

.content_out .left .cpcContent h1.cpcPageHeadline {
    margin-top: 0;
}

div#cpcBreadcrumb {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 2pt;
    margin-bottom:  3pt;
}
