/***************************/
/*  table, td, tr element  */
/***************************/

						table.search {
							width: 100%;
							border-bottom: 1px solid #D3D1D1;
							height: 34px;
						}
						
						table.messag {
							padding-left: 10px;
						}
		
						td {
							font-size: 11px;
							font-family: Verdana;
							color: #717272;
						}
		
						td.td1 {
							border-bottom: 1px solid #D3D1D1;
							border-right: 1px solid #D3D1D1;
						}
						
						td.td2 {
							border-bottom: 1px solid #D3D1D1;
						}
						
						td._form_text {
							font-weight: bold;
							color: red;	
						}
						
						td.form_text {
							font-weight: bold;
						}
						
		
/*************************/
/*  body, input element  */
/*************************/
		
						body {
							margin: 0px;
						}
						
						input, select, textarea {
							border: 1px solid #C6C5C4;
						}
						
						ul {
							margin-left: 8px;
							padding-left: 8px;
						}

						input.button {
							border: 1px solid #A3384D;
							background-color: #C24C62;
							color: #FFF;
							font-size: 11px;
						}
						
						h1 {
							font-size: 11px;
							margin: 0px;
						}
						
						h2 {
							font-size: 17px;
							margin: 0px;
							color: #93322F;
							background-image: url('http://megadoski.ru/images/h2.gif');
							background-repeat: no-repeat;
							padding-left: 25px;
						}
						
						h3 {
							margin: 0px;
							font-size: 17px;
							text-align: left;
						}
		
/*************************/
/*  div, span, p element  */
/*************************/
	
						div.padding {
							padding: 2px;
						}
						
						div.content { 
							margin-left:-3px;
							padding: 5px;
							width: 100%;
						}
						
						div.content_center { 
							padding: 5px 15px 5px 15px;
							width: 100%;
						}
						
						div.block {
							width: 300px;
							text-align: left;
						}
						
						div.content_xod {
							font-size: 10px; 
							padding: 5px 5px 5px 10px;
							width: 100%;
							background-image: url('http://megadoski.ru/images/top_h1_fon.gif');
						}
						
						div.content_pages {
							font-size: 10px; 
							padding: 15px;
							text-align: center
						}
						
						div.header {
							font-size: 10px; 
							padding: 5px 5px 5px 10px;
							width: 100%;
							height: 30px;
							background-image: url('http://megadoski.ru/images/top_h1_fon.gif');
							border-bottom: 3px solid #7397BF;
						}
						
						div.menu {
							font-weight: bold;
							font-size: 10px;
						}
						
						div.padding_2px_notop {
							padding: 0px 2px 2px 2px;
						}
						
						div.padding_2px {
							padding: 2px 2px 2px 2px;
						}	
						
						div.error {
							padding: 20px 0 20px 0;
							width: 100%;
							background-color: #0AD0D0;
							border: 1px dashed #B80909;
							color: #B80909;
							font-weight: bold;
							text-align: center;
						}	
						
						div.razdel {
							padding: 5px 0 0 5px;
							font-weight: bold;
							font-size: 10px;
							text-transform: uppercase;
						}
						
						div.podrazdel {
							padding: 2px 0 0 15px;
						}
						
						div.date {
							margin-left:0px;
							padding: 5px 7px 5px 7px;
							background-color: #3D91B6;
							font-weight: bold;
							color: #FFF;
							width: 100px;
							text-align: center;
						}
						
						div.messag {
							padding: 2px 0 10px 0px;
						}
						
						div.podpis {
							padding-left: 0px;
						}
						
						div.images {
							padding: 15px;
						}
						
						div.title_messag {
							padding: 10px 0 0 0;
						}
						
						div.text_messag {
							padding: 5px 0 10px 35px;
							margin: 0px;
							border-bottom: 1px dashed #717272; 
						}
						
						div.in_razdel {
							padding: 3px;
							border-bottom: 3px solid #7397BF;
						}
						
						div.left_border {
							padding-left: 1px;
						}
						
						div.in_left {
							padding: 5px 0 5px 10px;
							border-left: 5px solid #93322F;
						}
						
						div.news {
							padding: 2px 0 10px 5px;
							border-bottom: 1px dashed #717272;
						}
						
						div.title_news {
							padding: 4px 0 0 20px;
							background-image: url('http://megadoski.ru/images/news.gif');
							background-repeat: no-repeat;
							background-position-y: 2px;
						}
						
						div.copyright {
							text-align: center;
							padding-top: 10px;
							font-size: 11px;
						}
						
			
/***************/
/*  a element  */
/***************/	

			
						a {
							text-decoration: none;
							color: blue;
						}
						
						a:hover {
							text-decoration: underline;
							color: #93322F;
						}
						
						a.menu {
							text-transform: uppercase;
							text-decoration: none;
						}
						
						a.menu:hover {
							text-decoration: underline;
						}
						
						a.content_xod {
							padding-left: 10px;
							text-decoration: none;
						}
						
						a.content_xod:hover {
							text-decoration: underline;
						}
						
						a.podrazdel {
							color: #3882A3;
						}	
						
						span.content_xod {
							background-image: url('http://megadoski.ru/images/h1.gif');
							background-repeat: no-repeat;
						}
						
						span.podpis {
							font-weight: bold;
							padding-right: 5px;
						}
						
						span.date {
							padding: 5px;
							margin: 0px auto;
							background-color: #3D91B6;
							font-weight: bold;
							color: #FFF;
							width: 100px;
							text-align: center;
						}
						
						span.normal {
							font-size: 11px;
						}
						
						span.big {
							font-size: 12px;
							font-weight: bold;
						}

.a6 {
color : #000000;
text-decoration: none;
}
.a6:hover {
color : #000000;
text-decoration: none;
}
.a6:active {
color : #000000;
text-decoration: none;

}

td.padd {
	padding-left:0px;
	padding-bottom: 4;
	line-height:15px;
}

td.padd span {
	font-weight: bold;
}

td.padd span a {

	text-decoration: underline;
}

td.padd span a:hover {

	text-decoration: none;
}

.padd2 {
	padding:6px 0 2px 0;
}

.rek_msg {
	padding:4px 5px 9px 7px;
	font-size:11px;
	line-height:12px;
	text-align:left;
	background:#f9f0f0;
	border-bottom:1px solid #ebcbcb;
	border-top:2px solid #fff;
}

.rek_msg span {
	padding-left:7px;
	font-size:12px;
	line-height:14px;
	background:url(/images/point.gif) 1px 6px no-repeat;
}

.rek_msg span a {
	color:  #cc0000;
	text-decoration: underline;
}

.rek_msg span a:hover {
	color:#bb1c20;
	text-decoration: none;
}

.rek_main {
	padding-top:7px;
	padding-bottom:7px;
}

.reklama {
	padding:0 14px 4px 7px;
	color:#006699;
	font-size:11px;
	text-align:right;
	border-top:1px solid #fff;
	background:url(/images/reklama.gif) right no-repeat;
}

.reklama a {
	color:  #a23d3d;
	text-decoration: underline;
}

.reklama a:hover {
	color:#cc0000;
	text-decoration: underline;
}
