.product-detail-ad
{
    width: 100%;
}
.product-detail-ad img
{
    width: 100%;
}
.product-detail-left
{
    width: 270px;
    float: left;
}
.product-detail-right
{
    width: 870px;
    float: right;
}


.product-detail-title
{
    height: 35px;
    line-height: 35px;
    font-weight: lighter;
    font-size: 14px;
    padding-left: 10px;
    background: #1F1F24;
    color: #DA3300;
}
.product-contact-box
{
    background: #ccc;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact-phone
{
    height: 30px;
}
.contact-logo
{
    width: 30px;
    float: left;
}
.contact-logo img
{
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.contact-text
{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
}
.contact-text a
{
    color: #1AB9F6;
    font-size: 14px;
    text-decoration: underline;
}
.product-news-box
{
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 20px;
    width: 100%;
}
.news-date
{
    font-size: 15px;
    font-weight: lighter;
}
.news-title
{
    font-size: 15px;
    font-weight: bold;
}
.news-content
{
    width: 100%;
    line-height: 25px;
    margin-top: 10px;
}
.news-content   a
{
	color:#1ab9f6;
	text-decoration:underline;
}
.news-more
{
    margin-top: 10px;
}
.news-more a
{
    color: #DA3300;
    font-weight: bold;
    text-decoration: underline;
}
.news-detail-title
{
    color: #DA3300;
    font-size: 24px;
    font-weight: bold;
}
.news-detail-content
{
    line-height: 30px;
    margin-top: 20px;
}
.news-detail-content   table
{

	width:100%;
	height:auto;
	background:#999;
	

}
.news-detail-content   table   a
{
     color:#1ab9f6;
	 text-decoration:underline;
	

}
.news-detail-content   table  tr  td
{
      height:30px;
	  text-align:left;
	  font-size:14px;
	  color:#000000;
	  line-height:30px;
	  background:#ffffff;
	  padding-left:15px;
	  padding-right:20px;

}
.product-events-box
{
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.event-logo
{
    float: left;
    width: 120px;
    height: 120px;
}
.event-logo img
{
    width: 120px;
    height: 120px;
}
.event-content-box
{
    float: right;
    width: 740px;
}
.event-title
{
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
}
.event-content
{
    line-height: 25px;
    margin-top: 10px;
}
.contacts-title
{
    font-size: 16px;
    font-weight: bold;
    color: Black;
}
.contacts-ways-phone
{
    height: 50px;
    line-height: 50px;
    background: url(../images/phone.png) no-repeat left center;
    font-size: 20px;
    font-weight: bold;
    color: Black;
    padding-left: 55px;
    margin-top: 10px;
}
.contacts-ways-fax
{
    height: 50px;
    line-height: 50px;
    background: url(../images/fax.png) no-repeat left center;
    font-size: 20px;
    font-weight: bold;
    color: Black;
    padding-left: 55px;
    margin-top: 10px;
}
.contacts-ways-mail
{
    height: 50px;
    line-height: 50px;
    background: url(../images/email.png) no-repeat left center;
    font-size: 20px;
    font-weight: bold;
    color: Black;
    padding-left: 55px;
    margin-top: 10px;
}
.contacts-ways-mail a
{
    text-decoration: underline;
    color: #1AB9F6;
}
.contact-ways-box
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.contact-ways-box p a
{
    text-decoration: underline;
    color: #1AB9F6;
}
.contact-form
{
    font-size:14px;   
    margin-top:40px;
    margin-bottom:50px; 
}
.contact-form input[type='text']
{
    width:400px;
    height:33px;
    border:1px solid black;     
}
.contact-form textarea
{
    width:600px;
    height:150px;
    border:1px solid black;     
}
.contact-form input[type='checkbox']
{
    border:1px solid black;     
}
.contact-form input[type='button']
{
    background:#1A1A1A;
    color:#fff;
    width:140px;
    height:33px;
    border:0px;    
    cursor:pointer;
}
