.category { 
text-align: center;
 }


  

	
	.details_category, .category_product { 
	background-image: url(../images/vertical_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
 }
	
	.description { 
	padding: 5px 15px 5px 15px;
	 }
	 
	.title_img { 
  padding: 18px 0 5px 15px;
  float: left;
   } 
	
	 #title_line	{ 
	background-image: url(../images/bg_products.gif);
	background-repeat: repeat-x;
	padding: 15px 0 5px 0;
	 }
	 
	  
	 .details_category {
		background-color: #a7a7a7;
		color: white;
		text-align: right;
		padding: 5px 15px 5px 0;	
	 }
	
		 .details_category a:link {
		color: white;
		text-decoration: none;
	}
	
	.details_category a:hover {
		color: white;
		text-decoration: underline;
		}
		
		.breadcrumb { 
		font-weight: bold;
		font-size: small;
		padding: 17px 0 0 15px;
		 }