/* Prod List */

.prodlist {
	margin:5px;
	padding:5px;
	float:left;
	border-left: 0px #e3a856 solid;
	width:325px;
	height:90px;
  background: #F8F8F8;
  -moz-border-radius-topleft : 3px;
  -webkit-border-top-left-radius : 3px;                     
  -moz-border-radius-topright : 3px;
  -webkit-border-top-right-radius : 3px;
  -moz-border-radius-bottomleft : 3px;
  -webkit-border-bottom-left-radius : 3px;
  -moz-border-radius-bottomright : 3px;
  -webkit-border-bottom-right-radius : 3px;   
}

.h:hover {
	background-color: #f4f4f4;
}

.prodlist .title {
	font-size:12px;
	margin:4px;
	padding:4px;
	border: 0px #f6f6f6 dashed;
	text-indent: -1px;
	font-weight: bold;}

.prodlist .img{
	float:left;
	width:100px;
	height:70px;
	margin:2px;
	margin-right:5px;
	color:#b0b0b0;
	text-align:center;
}

.prodlist .desc{
	font-size:12px;
}

.prodlist .link{
  padding: 2px 5px; margin-top: 10px;
	font-size:11px;
	float:right;
  background: #E0E0E0;
  -moz-border-radius-topleft : 3px;
  -webkit-border-top-left-radius : 3px;                     
  -moz-border-radius-topright : 3px;
  -webkit-border-top-right-radius : 3px;
  -moz-border-radius-bottomleft : 3px;
  -webkit-border-bottom-left-radius : 3px;
  -moz-border-radius-bottomright : 3px;
  -webkit-border-bottom-right-radius : 3px; 
}

.prodlist .link:hover{
	font-size:11px;
	background-color:#C0C0C0; text-decoration: none;
}

/* Prod ID */
#prodid .img{
	margin:2px;
	padding:2px;
	float:left;
	max-width:340px;
	width:340px;
}
	
#prodid .scroll{
	overflow: auto;}

#prodid .tech{
	padding:5px;
	margin:5px;
	float:right;
	width:250px;
	height:100px;
	background-color:#f6f6f6;
}

#prodid .desc{

}