@charset "utf-8";

div.product {
	display : block;
	width : 100%;
	height : 270px;
	background-color : #fff;
}

div.product:hover  {background-color : #ddd;}


div.pdImg {
	height : 100%;
	width : 25%;
	float : left;
}

div.pdImg img{
	margin-left : 15px;
	margin-top : 20px;
}

div.pdDescr {
	height : 100%;
	width : 70%;
	float : left;
	border-left : 1px solid #ddd;
}

div.pdDescr h1{
	font-family : "Times New Roman", serif;
	font-size : 2.5em;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
	color : #313891;
}

div.pdDescr a{
	font-family : "Times New Roman", serif;
	font-size : 2em;
	font-style : italic;
	font-weight : bold;
	margin-left : 10px;
	text-align : left;
	text-decoration : none;
	color : #313891;
}


div.pdDescr a:hover{
	color : #ff00ff;
}


div.pdDescr p, div.pdDescr span{
	margin-left : 10px;
	font-family : "Times New Roman", serif;
	font-size : 2em;
	text-align : justify;
	color : #000;
}


.divBar {
	width : 100%;
	height : 3px;
	background-color : #ddd;
}


