﻿/*****For ResourceListing*****/
.ResourceListDiv
{
	float:left; 		
	padding:2px 2px 2px 2px;
	margin:5px;
	width:360px;
	background-color:Transparent;
	border:dotted 2px #DCDCDC;	
	height:135px;
}
.ResourceListDiv:Hover
{
	border:solid 2px #DCDCDC;
}
.ResourceListImage
{
	padding:5px;
	text-align:center;
	width:100px;
	height:120px;		
	float:left;
}
.ResourceListContent
{
	float:left;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;	
	width:235px;
}
/******End of the ResourceListing******/
/******ProductListing*******/
.ProductListDiv
{
	float:left; 		
	padding:2px 2px 2px 2px;
	margin:5px;
	width:235px;
	background-color:Transparent;
	border:dotted 2px #DCDCDC;	
	height:240px;	
}
.ProductListDiv:Hover
{
	border:solid 2px #DCDCDC;
}
.ProductListImage
{
	padding:2px;
	text-align:center;
	vertical-align:sub;
	width:230px;
	height:140px;		
	float:left;
}
.ProductListContent
{
	float:left;
	font-weight:bold;
	padding:2px;
	width:230px;
}
.ProductListPrice
{
  text-align:right;
  font-size:12px;
  padding:2px 4px 2px 2px;  
  color:#ff5500;    
  display:block;
}
.ProductListName
{
  display:block;
  text-align:center;
  padding:3px;	
  height:60px;
}
.ProductListButtons
{
  display:block;             
  text-align:center;	
}
/********End Of Product Listing***/
