﻿body, p, th, td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
color:#0D74C4;
}

a:hover {color: #DB4600;}


body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#top_header {
	width: 100%;
    background: #000099;
	color: #ffcc00;
	padding: 5px 0px;
	font-family: Verdana, Arial;
	font-size: 14px;
    font-weight:bold;
	margin-bottom: 0px;
}

#login_form {
	margin-top: 0px;
	margin-bottom: 0px;
}

#top_header a {
    margin-left: 10px;
	color: #ffcc00;
    text-decoration: none;
}

#top_header a:visited {
	color: #ffcc00;
}

#heading {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	background: #ffcc00;
	padding: 5px 0px;
}

#heading #greeting {
    padding: 5px 0px 5px 10px;
    margin-right: 200px;
}

#heading #logout {
    float: right;
	background: #cccccc;
	padding: 5px 15px 5px 15px;
    margin-right: 15px;
}

#heading #logout:hover {
	background: #dddddd;
}

#heading #logout a {
	color: #0000ff;
	text-decoration: underline;
}

#navigation {
	
}

table#menu {
    width: 100%;
}

#menu tr td.item {
	padding: 5px 10px 5px 10px;
	background: #eeeeee;
	border: 2px solid white;
	font-size: 8pt;
	text-align: center;
	color: #999999;
}

#menu tr td.item:hover {
	background: #dddddd;
}

#menu tr td.item a {
	color: #0D74C4; 
	text-decoration: underline;
}

#menu tr.pointer td {
	font-weight: normal;
	padding: 0 0 5px 0;
	border: none;
	background: #ffffff;
	color: #0D74C4;
    font-size: 7pt;
    text-align: center;
}

#content {
	padding: 1px;
}

#footer {
	border-top: 2px solid #000099;
	font-size: 7pt;
	color: #999999;
	padding-top: 0px;
	padding-left: 10px;
}

/* index page */

table#index_heading {
    width: 100%;
    border-bottom: 2px solid #000099;
}

table#index_heading {
    color: #000099;
}

table#index_heading a {
    text-decoration: none;
    color: #000099;
}

table#index_footer {
    width: 100%;
    border-top: 2px solid #000099;
}

table#index_footer {
    color: #000099;
}

table#index_footer a {
    text-decoration: none;
    color: #000099;
}

table#index_footer td {
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
}

td.index_login {
    text-align: center;
    font-weight: bold;
}

td.index_login:hover {
    background: #dddddd;
}
td.index_login:hover {
    background: #dddddd;
}

td.index_login a.note {
	font-weight: normal;
	font-size: 7pt;
	text-decoration: underline;
}

td.index_intro {
    background: #ffcc00;
}

td.index_register {
    background: #cccccc;
}

td.index_register:hover {
    background: #dddddd;
}

td.index_register a {
    font-size: 10pt;
    font-weight: bold;
}

h1#index_header {
    font-family: Tahoma,Arial,Verdana,sans-serif;
    color: #000099;
    text-align: center;
    font-size: 14px;
}

div.index_board_title {
    background: #FFCC00;
    padding: 5px;
    width: 300px;
 /*width: 200px;*/
    font-size: 12pt;
font-weight: ;

}

div.index_board_add {
    background: #ffffff;
    padding: 5px;
    width: 200px;
    font-size: 12pt;
    text-align: center;
}

div.index_board_add:hover {
    background: #dddddd;
}

div.index_board_add a {
    text-decoration: underline;
    color: #0000cc;
    font-size: 8pt;
     font-weight: ;	
}

div.index_board_all {
    background: #ffffff;
    padding: 3px;
    width: 90%;
    font-size: 10pt;
    text-align: left;
    text-decoration: underline;
    color: #0000cc;
    


}

div.index_board_all:hover {
    background: #dddddd;
}

div.index_board_all a {
    text-decoration: none;
    color: #0000cc;
}


table.index_board_list {
	width: 100%;
}

table.index_board_list td {
    vertical-align: top;
    border-bottom: 1px solid  #eeeeee;
}

table.index_board_list td.controls {
	padding: 5px 0px;
	border: none;
}

table.index_board_list td.controls td {
	border: none;
}

div#index_board_delimiter {
    width: 100%;
    height: 1px;
    border-top: 1px solid #eeeeee;
}

div.index_search {
    background: #ffcc00;
    border: 1px solid gray;
    width: 140px;
    padding: 5px;
	text-align: center;
}

div.index_search input[type="submit"] {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
}

div.index_side_ad {
    width: 140px;
    height: 140px;
    border: 1px solid gray;
    padding: 5px;
    background: #ccecff;
    text-align: center;
    font-size: 10pt;
}

div.index_side_ad a {
    text-decoration: none;
    color: blue;
}

div.index_side_ad a:visited {
    color: blue;
}

div.index_side_links {
    margin-top: 20px;
    width: 150px;
    padding: 5px;
    border: 1px solid gray;
    background: #eeeeee;
    font-size: 7.5pt;
}

div.index_side_links_left {
    margin-top: 20px;
    width: 190px;
    padding: 5px;
    border: 1px solid gray;
    background: #eeeeee;
    font-size: 7.5pt;
}

div.index_side_links a{
   background-color:#eeeeee;
color:black;
display:block;
text-decoration:none;
    
}

div.index_side_links a:hover {
     color: blue;
     text-decoration: underline;
	 	 }

div.index_side_links_left a{
   background-color:#eeeeee;
color:black;
display:block;
text-decoration:none;
    
}

div.index_side_links_left a:hover {
color: #DB4600;     
text-decoration: underline;
	 	 }

table.index_bottom_links {
    margin-top: 10px;
    width: 100%;
    border: 1px solid gray;
    background: #eeeeee;
}

table.index_bottom_links td {
    padding: 5px;
    font-size: 7.5pt;
}

#index_side_news p {
	font-size: 7.5pt;
}

/* common */


h1 {
     font-family: Tahoma, Verdana, Arial, sans-serif;
    padding-left: 10px;
    font-size: 14px;
}

h2 {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
}

h3, h4 {
     font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
}

select {
    font-size: 11px;
}

.note {
    font-size: 10px;
}

.error {
    color: #cc0000;
}

a.sort_link {
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}

a.sort_link:visited {
    color: #666666;
}

div.portlet {
    width: 100%;
    padding: 5px;
    border: 1px solid gray;
    background: #eeeeee;
    font-size: 7.5pt;
}

div.portlet a {
     color: black;
     text-decoration: none;
}

div.portlet a:hover {
     color: blue;
     text-decoration: underline;
}

.breadcrumbs {
    padding-left: 10px;
}

div.textblock {
    width: 600px;
}

ul.errorlist {
    margin: 0px !important;
    padding: 0px !important;
}

ul.errorlist li {
    display: block;
    margin: 0px 0px 3px 0px;
    color: #cc0000;
}


ul.messages {
    margin: 10px !important;
    padding: 10px !important;
    background: #ccffcc;
    border: 1px solid #99cc99;
}

ul.messages li {
    display: block;
    font-weight: bold;
    color: #006600;
}

div.paginator {
    text-align: center;
    margin: 10px;
}

div.paginator span.current {
    font-weight: bold;
    padding: 3px;
    background: #dddddd;
}

div.comment_odd,
div.comment_even {
    border-top: 1px dotted #000;
    background: #eeeeee;
    padding: 5px;
    margin-bottom: 5px;
}


table.std_form {
    border: 1px solid #cccccc;
    background: #eeeeee;
}

table.std_form tr th {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted #cccccc;
}

table.std_form tr td {
    vertical-align: top;
}

table.std_form tr td ul {
    margin: 0px !important;
    padding: 0px !important;
}

table.std_form tr td ul li {
    display: block;
}

table.horizontal tr th {
    vertical-align: middle;
    border-bottom: none
}

table.horizontal tr td {
    vertical-align: middle;
}



table.parts_list tr th {
	padding: 3px;
    background: #cccccc;
}

table.parts_list tr td {
	padding: 3px;
    text-align: center;
}

table.parts_list tr td strong {
    font-size: 10pt;
    font-weight: bold;
}

table.parts_list tr td.comment {
    text-align: left;
}

table.parts_list tr td.contact {
    text-align: left;
}

table.parts_list tr.visited td {
    color: #999999;
    background: #ffffcc;
}

table.parts_list tr.first td {
	padding-top: 6px;
}

table.parts_list tr.last td {
	padding-bottom: 6px;
    border-bottom: dotted 1px #999;
}


table.parts_list tr td input {
    width: 100%;
}

table.parts_list tr td.error input {
    border: 1px solid red;
}

table.parts_list tr td.error select {
    border: 1px solid red;
}


table.price_list tr th,
table.board_upload_result tr th {
	padding: 3px;
    background: #cccccc;
}

table.price_list tr td,
table.board_upload_result tr td {
	padding: 3px;
	vertical-align: top;
    text-align: left;
    border-bottom: dotted 1px #999;
}

table.price_list tr td.price {
    text-align: right;
}

table.price_list tr.error td,
table.board_upload_result tr.error td {
    color: #000000;
    background: #ffcccc;
}

table.price_list tr.error td.error,
table.board_upload_result tr.error td.error {
    background: #cc0000;
    color: #ffffff;
}

table.board_upload_result tr.error td.error ul.errorlist li {
	color: #ffff00;
}

table.board_list tr th {
	padding: 3px;
    background: #cccccc;
}

table.board_list tr td {
    vertical-align: top;
	padding: 3px;
    border-bottom: dotted 1px #999;
}

table.board_list tr td.nodecor {
    padding: 10px 0px;
    border: none;
}

table.board_list tr.bold_message td {
    font-weight: bold;
}

table.board_list tr.fixed_message td {
    font-weight: bold;
    color: red;
}

table.board_list tr.fixed_message td a {
    color: red;
}

table.catalog_list td {
	padding: 5px;
}

table.catalog_list h2 {
	margin-bottom: 5px;
}

table.catalog_list .prompt {
	color: #ff7e00;
}

table.catalog_list .description {
	
}


table.message_list tr th {
	padding: 3px;
    background: #dddddd;
}

table.message_list tr td {
    vertical-align: top;
    text-align: center;
    border-bottom: dotted 1px #999;
}

table.message_list tr td.message {
    text-align: left;
}



table.phone tr td {
    vertical-align: middle;
}

table.phone tr.help_text td {
    vertical-align: top;
    font-size: 7pt;
}

div.boldpages_folder ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

div.boldpages_folder ul h1 {
    padding-left: 0px;
}

ul.boldpages_other_pages {
	list-style: square url('/img/anons_square.gif') inside;
    color: red;
	margin-left: 0;
	padding-left: 0;
}

.pic {
 border: 1px solid #eeeeee; /* Граница вокруг блока */
 background-color: #f0f0f0; /* Цвет фона */
 color: navy; /* Цвет подписи */
 padding: 10px; /* Поля вокруг содержимого */
 width: 350px; /* Ширина блока */
 text-align: center; /* Выравнивание текста по центру */
 
 /*position: relative; /* Относительное позиционирование */
 /*left: 50%; /* Выравниваем блок по центру */
 /*margin-left: -125px; /* Сдвигаем блок влево на половину его ширины */
}
.pic img {
 border: 1px solid #eeeeee; /* Рамка вокруг изображения */
} 
.pic p {
 margin: 0px; /* Убираем отступы вокруг абзаца */
 padding-top: 5px; /* Расстояние от рисунка до текста */
} 


table.specs {
	border: 1px #cccccc solid;
	border-collapse: collapse;
}

table.specs th,
table.specs td {
	border-bottom: 1px #cccccc solid;
	padding: 5px;
}

table.specs th {
	background: #ffffcc;
}

table.specs td.section {
	font-style: italic;
}

table.specs td.value {
	text-align: center;
}

table.models {
	border: 0px #cccccc solid;
	border-collapse: collapse;
}


