/*
	-- Product_detail ID --
	- product list frame
*/
#products_detail {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	line-height: 40px;
	display: block;

	/*border: 1px solid blue;*/
	/*position: absolute;*/
}
#products_detail ul{
	padding: 0px;
	width: 1102px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;


	/*border: 1px solid lime;*/

}
#products_detail ul li{
   	border-radius:10px 10px 10px 10px;	
	margin-top : 5px;
   	border: 1px solid;
   	width: 270px;
	height: auto;
	display: inline-block;
	font-family: tahoma;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	letter-spacing: normal;
	vertical-align: top;
	/*border: 1px solid lime;*/



}
#products_detail ul li h3{
	margin: 0px;
	padding-left: 10px;
	font-weight: 800;
	text-transform: uppercase;
	color: orange;	
	font-family: Trebuchet MS;
	font-size: 25px;	
	line-height: 50px;
	text-decoration: underline;
	/*border: 1px solid red;*/
}
#products_detail ul li h4{
	margin: 0px;
	padding-left: 10px;
	font-weight: 800;
	text-transform: uppercase;
	color: #4d76fa;	
	font-family: Trebuchet MS;
	font-size: 20px;	
	line-height: 20px;
	/*border: 1px solid red;*/
}
#products_detail ul li h5{
	margin: 0px;
	padding-top: 15px;
	padding-left: 10px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fc3333;	
	font-family: Trebuchet MS;
	font-size: 25px;	
	line-height: 40px;
	text-align: center;
	/*border: 1px solid red;*/
}
#products_detail ul li p {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#products_detail button {
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Trebuchet MS;
	font-size: 25px;
	color: #40405d;
	height: 40px;
   border: 2px solid #a8a8a8;
    width: 100px;
    background-color: #ffffff;
    border-radius: 10px;

}
#products_detail button:hover{
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Trebuchet MS;
	font-size: 25px;
	color: #f0fff0;
	height: 40px;
    border: 0px solid #d8d6d9;
    width: 100px;
    background-color: #999999;
    border-radius: 10px;
}


/*--------------- END Products detail --------------*/
#product_news_border {
	margin: auto auto;
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	width: 1100px;

	border: 1px solid black;
	border-radius:5px 5px 5px 5px;	
}

#product_news_detail{
	display: inline-block;
	/*border: 1px solid red;*/
	letter-spacing: 0.2px;
}

#product_news_detail h4{
	display : inline-block;
	/*border: 1px solid lime;*/
}
#product_news_detail p{
	display : inline-block;
	/*border: 1px solid lime;*/
}