/* CSS Document */

.products a, .products a:link, .products a:visited, .products a:active {  
         color: #003399;
         test-decoration: none;
   }

.products a:hover {
	text-decoration: none;
  }


.pretty-hover, .products:hover {
	text-decoration: none;
	border: thin solid #B02832;
	cursor:pointer
		 }
.products {
	float:left;
	font-size:11px;
	font-weight:bold;
	margin:3px;
	padding:4px;
	width:577px;
	color: #003399;
	border: thin solid #fff;
}




.products-desc {
	font-size:11px;
	width: 371px;
	float: right;
	color: #003399;
	
}
.products-desc h2 {
	font-size: 16px;
	margin-bottom: 4px;
	padding-bottom: 2px;
}
.products-desc p {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 1px;
	width: 315px;
}
.products-desc img {
	margin: 0px;
	padding: 1px;
}

