/* CSS Document */
h3{
	font-size:15px;
	color:#466798;
	font-family:Arial, Helvetica, sans-serif;
}

.product{
	width:480px;
	width:530px;

}
.brand{
	font-size:13px;
	font-style:italic;
	color:#A28281;
	margin-bottom:10px;
}

.product .description{
	width:464px;
	width:524px;

	padding:5px;
	float:left;
	font-size:12px;
	text-align:justify;
	overflow:hidden;

}
.product .media{
	float:right;
	width:200px;
	padding:5px;
	margin:0px 0px 5px 5px;
	border-bottom:1px solid #466798;
	border-left:1px solid #466798;

}


.categoryProducts{
	width:229px;

	width:254px;
	
	padding-left:5px;
	margin-right:5px;
	float:left;
	border-bottom-color:#466798;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-right-color:#466798;
	border-right-width:1px;
	border-right-style:solid;
/*	-moz-border-radius:10px;*/
	padding-bottom:5px;

}

.categoryProducts p{font-size:12px;}

.category{
	width:229px;

width:254px;

	height:80px;
	padding-left:5px;
	margin-right:5px;
	float:left;
	margin-bottom:10px;
	border-bottom-color:#A28281;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-right-color:#A28281;
	border-right-width:1px;
	border-right-style:solid;
/*	-moz-border-radius:10px;*/
	padding-bottom:5px;
}

.category p{font-size:12px;}
