/*CSS*/
body
{
	margin:0px;
	text-align:center;
	font-family:Arial;
	background-color:#000000;
}
a img
{
	border:0px;
}
a
{
text-decoration:none;
}
#header
{
	height:115px;
	text-align:left;
	margin:0px auto;
	background-image:url("/template/images/light.jpg");
	background-repeat:no-repeat;
	/*width:1300px;*/
}
#title
{
    width:640px;
    height:60px;
    margin:0 auto;
}

#header_picture
{
	float:left;
}
#top_phone
{
	width:65px;
	height:150px;
	float:left;
	margin: 14px 20px 14px 15px;
	background-image:url("/template/images/logo_phone.jpg");
}
#main
{
	height:50%;
	background-color:#ffffff;
	border-top: 5px solid #7f7f7f;
	border-bottom: 5px solid #7f7f7f;
	padding-top:70px;
}
#up_title
{
	color:#ffffff;
	padding-left:10px;
	font-weight:bold;
	margin-bottom:-15px
}
#main_contact
{
	color:#ffffff;
	float:left;
	font-weight:bold;
	padding-left:50px;
	padding-top:15px;
}
#main_title
{
	color:#ffffff;
	font-weight:bold;
	font-size:72px;

	float:left;
	padding-left:10px;
}

#bottom_phone
{
	width:61px;
	height:75px;
	position:absolute;
	top:82px;
	right:197px;
	background-image:url("/template/images/bottom_phone.jpg");
}
#footer
{
	width:100%;
	background-color:#000000;
	clear:left;
	text-align:center;
	background-image:url("/template/images/light.jpg");
	background-repeat:no-repeat;
	padding-top:5px;
}
#menu_str
{
	width:720px;
	height:30px;
	margin:0px auto;
}
#menu
{
	width:900px;
	margin:0px auto;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
}
.menu_item a
{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.menu_item a:hover
{
	color:#33FF00;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}
.menu_item
{
	float:left;
	padding:2px 20px;
}
#counter
{
	width:600px;
	margin:20px auto;
}
#catalog_part
{
	margin:0 auto;
	padding:40px;
	width:1140px;
}

.catalog_item
{
	border:5px solid #000000;
	width:235px;
	text-align:center;
	float:left;
	margin:20px;
}

.item_block
{
	width:150px;
	height:500px;
	margin:0px 5px;
	float:left;
}
.item_img
{
	width:150px;
	height:360px;
}
.item_title
{
	width:150px;
	color:#000000;
	font-size:15px;
	font-weight:bold;
}
#selected
{
	background-color:#7f7f7f;
	height:30px;
}
#item_part_str
{
	background-color:#ffffff;
	width:100%;
	clear:both;
}
#item_part
{
	width:1150px;
	margin:0px auto;
	background-color:#ffffff;
}
.secondary_block
{
	width:1000px;
	margin:0px auto;
	text-align:left;
	padding:30px;
}
#first_foto,#second_foto,#third_foto,#fourth_foto
{
	border:5px solid #000000;
	width:150px;
	height:150px;
	text-align:center;
	float:left;
	margin:30px;
}
#item_description_table
{
	margin-left:40px;
	border-left:5px solid #000000;
}
.no_price
{
	color:red;
	font-weight:bold;
}
.price
{
	color:red;
	font-weight:bold;
}
.param_title
{
	font-weight:bold;
}

.item_price
{
	border-top:5px solid #000000;
	padding:3px;
}
.item_name
{
	margin:0px auto;
	background-color:#000000;
	color:#ffffff;
	height:60px;
	padding-top:5px;
}
.item_picture
{
	
}

#table_title
{
	color:#ffffff;
	background-color:#000000;
}

#main_text {
  color:#fff;
  text-align:justify; 
  font-size:8px; 
  margin:0 auto;
  background:#000;
}

#copy a:link, #copy a:visited {
  color:#fff;
}

.links_seo_p4, .links_seo_p4 a {
  font:10px arial;
  color:#ccc;
}

.downlaod_title
{
	color: red;
	font-weight:bold;
	font-size:15px;
	padding-left:50px;
}

#news_part
{
	width:800px;
	margin:0px auto;
	background-color:#ffffff;
}

.news_item_detail
{
    width: 800px;
    margin: 5px;
}


.news_picture_detail
{
    margin: 10px;
}

.news_date_detail
{
    background-color: #7F7F7F;
    margin-right: 10px;
    height: 19px;
    width: 100px;
    float: left;
}

.news_title_detail
{
    text-align: left;
    font-weight: bold;
    color: #7F7F7F;
}

.news_description_detail
{
    text-align: left;
}

.news_item
{
    border: 1px solid black;
    width: 800px;
    height: 120px;
    margin: 5px;
}

.news_picture
{
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 10px;
}

.news_date
{
    background-color: #7F7F7F;
    margin-right: 10px;
    height: 19px;
    width: 100px;
    float: left;
}

.news_title
{
    text-align: left;
    font-weight: bold;
    color: #7F7F7F;
}

.news_title a
{
    color: #7F7F7F;
}

.news_description
{
    text-align: left;
}