body
{
	margin:0px;
	padding:0px;
	width:100%;
	background:url("../images/bg.jpg") #ccc repeat-x;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11pt;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;

}

img
{
	border:0;
}

a,
a:hover,
a:link,
a:active
{
	color:#6e961e;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.wrapper
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:950px;
}

h1, h2, h3, h4, h5
{
	margin:0;
	padding:0;
}
h1
{
	font-size:18pt;
	color:#222;
}

h2
{
	font-size:13pt;
	color:#555;
}

ul#comments
{
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	font-size:9pt;
	height:300px;	
	overflow:scroll
}

ul#comments li
{

	padding:8px;
	padding-left:5px;
	padding-right:5px;
	line-height:15pt;
	border-bottom:1px solid #699826;
}

ul#nav
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	color:#222;
	font-weight:bold;
	font-size:10pt;
}

ul#nav small
{
	font-size:9pt;
	font-weight:bold;
}

ul#nav li
{
	line-height:73px;
	height:75px;
	padding-right:15px;
	padding-left:15px;
	float:left;
	overflow:hidden;
	background:url('../images/nav-border.jpg') top right no-repeat;
}

ul#nav li.active
{
	height:91px;
}

ul#nav li.active img
{
	position:relative;
	top:-75px;
}

ul#commentList
{
	margin:0;
	padding:0;
	margin-top:20px;
	list-style:none;
	font-size:10pt;
}

ul#commentList li
{
	border-top:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
}


div#commentWrapper
{
	border:1px solid #ccc;  
	width:488px; 
	margin-top:10px; 
	padding:5px; 
	height:30px;
	overflow:hidden;
	background:url('../images/comment-bg.jpg') repeat-x top left
}

textarea#comment
{
	border:0px; 
	width:500px; 
	overflow:hidden; 
	height:15px; 
	line-height:15px;
}

textarea.inactive
{
	color:#aaa;
}

textarea.active
{
	color:#222;
}

div#commentCharsWrapper
{
	height:25px; 
	width:500px; 
	background:#00ff00;
}

div#commentChars
{
	padding:5px; 
	color:#000;
}

div.personInfo
{
	padding-right:10px; 
	float:left; 
	margin-right:10px; 
	width:125px; 
	border-right:1px solid #eee;
}

div.personComment
{
	float:left;  
	margin-left:10px;
	width:335px;
}

ul#previousDeals
{
	margin:0;
	margin-top:10px;
	padding:0;
	list-style:none;
}

ul#previousDeals li
{
	float:left;
	font-size:8pt;
	margin-right:20px;
	width:170px;
	text-align:center;
}

ul#errorsList
{
	margin:0;
	padding:0;
	list-style:none;
}

ul#errorsList li
{
	background:#cc0000;
	border:1px solid #990000;
	padding:3px;
	margin-top:5px;
	margin-bottom:5px;
	color:#fff;
	font-weight:bold;
}

ul#previousDealsList
{
	margin:0;
	padding:0;
	list-style:none;
}

ul#previousDealsList li
{
	height:100px;
	text-align:center;
	border-bottom:2px solid #ccc;
	padding:5px;
	margin:5px;
	float:left;
	width:450px;
	height:275px;
}

ul#previousDealsList li img
{
	height:200px;
	width:200px;
}

ul#previousDealsList div.title
{
	font-size:15pt;
	margin-bottom:5px;
}

ul#footerItems
{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}

div#footerItems a,
div#footerItems a:active,
div#footerItems a:link
{
	text-decoration:underline;
}

div#footerItems a:hover
{
	text-decoration:none;
}
div#footerItems span
{
	margin-left:10px;
	margin-right:10px;
	line-height:20px;
}
