﻿.contentmargin
{
	margin-top:20px;
	margin-bottom:20px;
}
/***************** Content Collection *****************/
.contentcontainer
{  
	position:relative;
	width:630px;
	overflow:visible;
	border-bottom:5px solid #dfdcdc;
}
.contentcontainer .Title
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color:Gray;
	margin-bottom:5px;
	margin-top:5px;
	border-bottom:5px solid #dfdcdc;
	text-align:left;
	padding-bottom:10px;
}
.contentcontainer  .contentlinks
{
	margin-bottom:12px;
	word-wrap:normal;
	text-align:left;
	width:310px;
	padding-top:5px;
	margin-right:10px; 
}
.contentcontainer a
{
	word-wrap:normal;
	color:#0077cc;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:14px;
	margin-bottom:7px;
	width:320px;
	font-weight:bold;
}
.contentcontainer td { padding: 5px 3px; }
/******************************************************/
/***************** Product Collection *****************/
.outsidecontainer{ width:630px; }
.outsidecontainer .title
{
	margin:2px 0 2px 0;
	border-bottom:1px solid #dfdcdc;
	padding-bottom:10px;
	border-top:1px solid #dfdcdc;
	padding-top:10px;
}
.moreproducts
{
	margin-right:5px;
	border-bottom:1px solid #dfdcdc;
	padding-bottom:5px;
	border-top:1px solid #dfdcdc;
	padding-top:5px;
	color:#0077cc;
	text-align:right;
	width:630px;
}
.outsidecontainer h1
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color:Gray;
	padding: 0;
	margin-top:6px;
	margin-bottom: 0px;
	display:inline;
}
.outsidecontainer h2
{
	font-size: 16px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #ed6e00;
	font-weight:bold;
	padding:0;
	margin-top:6px;
	margin-right:3px;
	margin-bottom: 0px;
	display:inline;
}
.productcontainer
{  
	margin:0px;
	padding-right:30px;
	padding-left:30px;
} 
.productcontainer div{ overflow:visible; }
.productinfo
{    
	float:left;
	display:inline;
	margin:0px 15px 10px 5px;
	width:170px;
	padding-top:0px;
	position:relative;
}
.productinfo .producttitle
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #000000;
	margin-top:6px;
	margin-bottom: 8px;
	word-wrap:normal;
	height:50px;
}
.productinfo productimage
{
	float:center;  
	width:88px;
	height:112;
	margin:0;
	border:0;
	margin-top:6px;
	margin-left:6px;
}
.productinfo .othermember
{
	display:inline;
	margin-right:2px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:#727272;
	font-size:11px;
}

.productinfo .member
{
	display:inline;
	margin-right:2px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:#ed6e00;
	font-size:11px;
}
 
 
 
.productinfo .cost
{
	display:inline;
	margin-right:2px;
	float:right;
	font-size:11px;
}
 
 
.productinfo .allcosts
{
	height:100px;
	vertical-align:top;
	display:inline;
}
 
 
.productinfo a
{
	color:#0077cc;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:14px;
	margin-right:3px;
}
 
/******************************************************/