/*------------ Базовое оформление элементов --------*/

html, body {
	margin:0px;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	}


table {
	border-collapse:collapse;
	}
td {
	padding:0px;  
	vertical-align:top;
	}
p {
	padding:0px;
	margin:0px 0px 10px 0px;
	}

A,A:active,A:visited,A:link {
	color: #003e72;
	text-decoration: underline;
	}


A:hover {
	text-decoration: none;
	COLOR: #4e4969;
	}



/*------------- Навигационная полоска---------- */
#navline {
	padding-bottom:0px;
	}

#navline,#navline a {
	font-size:11px;
	color:#777;
	}

#navline .current{
	font-size:11px;
	color:#777;
	}

/*------------- Каталог -----------------*/

#katalog {
	padding-bottom:10px;
	}

.katalog_folder {
	padding:0px 0px 3px 0px;
	font-size:12px;
	font-weight:bold;
	background:url(../images/dot.gif) no-repeat 20px 40%;
	text-indent:30px;
	}

.katalog_folder a,.katalog_folder a:visited {
	text-decoration:none;	
	}

.katalog_folder a:hover {
	text-decoration:underline;	
	}
.katalog_content {
	padding-top:0px;
	}


/* -----------Поиск по сайту ------------*/
.search form {padding:0px 0px 0px 0px;margin:0px;}
.search .searchtext {width:160px;height:19px;border:1px solid #555;font-size:12px;padding:1px;}
.search .searchbut {text-align:center;width:50px;height:19px;font-size:12px;color:#FFF;border:1px solid #555;cursor:pointer;background:#777;padding:0px 0px 2px 0px}
.searchtitle {font-weight:bold;margin-bottom:2px;}
.searchcont {margin-bottom:10px;}
.searchmes {font-weight:bold;margin-bottom:10px;}





/* ---------------Форма заказа --------------*/
#content .orderform {
        width:100%;

	}
#content .orderform .name {
	width:300px;
	background:#ccc;
	font-weight:bold;
	color:#555;
	font-size:12px;
	text-align:right;
	padding-right:4px;
	vertical-align:top;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #999;

	}
#content .orderform .value {
	padding:2px 0px 1px 2px;
	border-top:none;
	}
#content .orderform .submit{
	text-align:left;
	padding-top:10px;
	}
#content .orderform .button {
	font-size:12px;
	text-align:center;
	}
#content .orderform .bot {
	background:none;
	border:none;
	border-top:1px solid #999;   
	}

.error 
	{
	text-align:center;
	font-size:14px;
	color:red;
	font-weight:bold;
	}

.noerror 
	{
	text-align:center;
	font-size:14px;
	color:green;
	font-weight:bold;
	}

/*-------------Новости------------------------*/
#content #news,#content #news td {background:none;border:none;}

#news {width:100%;}
#news .pic {width:110px;text-align:left;padding:0px 0px 20px 0px;}
#news .newstext {padding:0px 0px 20px 0px;}
#news .newstext .title {font-size:12px;}


#news .date {font-size:11px;color:#666;}
#news .title {font-size:12px;font-weight:bold;padding-bottom:2px;}
#news .anons {font-size:11px;}
#news .text {padding-bottom:15px;padding-top:10px;}

#news img {border:1px solid #aaa;margin-right:10px;}





