/* CSS Document */

.listitem
{
	border-bottom: 3px;
	border-bottom-style: dotted;
	padding: 5px;
	float: left;
}

.listitembuttons
{
	margin-left: 3px;
}

.listitembuttons img
{
	margin-left: 5px;
}

.listitemtitle a {
	font-size: 14px;
	color: #686868;
}

.listitemnumbox 
{ 
	float: left;
	background: #f1f0f1;
	width: 25px;
	height: 20px;
	text-align: center;
}

.listitemnumber
{
	font-size: 15px;
	color: #054fa4;
	vertical-align: middle;
	position: relative;
	padding: 5px;
	top: 2px;
}

.listitemimage {
	height: 70px;
	float: left;
}

.listitemimage img {
	max-width: 100px;
	margin-left: 7px;
	margin-right: 7px;
}

.listitemdesc {
	width: 320px;
	float: left;
	margin-left: 7px;
	margin-right: 10px;
	padding-top: 5px;
}

.listitemdesc a {
	color: #054fa4;
	font-size:10px;
}

.listitemrank {
	position: relative;
	float:right;
	text-align: center;
}

.listitemrank h3 {
	position: relative;
	top: -57px;
	font-size: 20px;
	color: #054fa4;
}

#welcome {
	width: 600px;
	height: 124px;
	float: left;
	margin-bottom: 15px;
}

.listheader {
    font-size: 14px;
	font-weight: bold;
	border-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0581b2;
	padding-top: 10px;
	width: 610px;
	color:  #0581b2;
}

.detail
{
	width: 610px;
	float: left;
}

.detailimage
{
	float: left;
}

.detailtop
{	
	float: left;
}

.detailcontents 
{
	width: 375px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.detailname
{
    color: #686868;
	font-size: 14px;
	font-weight: bold;
}

.detailcontents a
{
	padding-top: 5px;
}
	
.detailrank
{
	position: relative;
	float: right;
	text-align: center;
	background-color: #fff;
	background-image: url('../images/ptscorebox.png');
	background-repeat: no-repeat;
	width: 116px;
	height: 86px;
}

.detailrank h3
{
	position: relative;
	top: -57px;
	font-size: 20px;
	vertical-align: middle;
}

.commentscontent
{
	float: left;
}

.commentuser
{	
	background: #f1f0f1;;  
  	height: 29px;
  	position: relative;
	font-size: 10px;
	width: 605px;
	border-top: 1px;
	border-top-color: #cccccc;
	border-top-style: solid;
}

.commentusertext
{
	position: relative;
	float: left;
	color: #686868;
}

.commentimage
{
	float: right;
	height: 29px;
}
	
.commenttext
{
	margin-bottom: 25px;
	padding-left: 5px;
	padding-top: 3px;
}

.createdon {
	font-size: 10px;
}

.commentsform 
{
	float: left;
}

.commentprodname
{
	font-weight:bold;
}


.commentformimg
{
	position: relative;
	vertical-align: middle;
}

#votetextarea
{
	width: 600px;
	height: 100px;
}

#submitvote
{
	float: right;
	position: relative;
}

.newuserline
{
	border-top: 1px;
	border-top-color: #0581b2;
	border-top-style: solid;
}


.blue
{
	color:  #0581b2;
}

#createuserform .form_error, #editcompanyform .form_error, #editproductform .form_error,  #editserviceform .form_error,  #createcompanyform .form_error, #createproductform .form_error, #createserviceform .form_error
{
	color: red;
}

.error
{
	background: url('../images/error.png');
	background-repeat:no-repeat;
	background-color: #ffffff;
	height: 44px;
	width: 350px;
	text-indent: 50px;
}

.error span
{
	vertical-align: middle;
	color: #ED1D34;
	position: relative;
	top: 10px;
	font-weight: bold;
	font-size: 14px;
}

.success
{
	background: url('../images/success.png');
	background-repeat:no-repeat;
	background-color: #ffffff;
	height: 38px;
	width: 350px;
	text-indent: 50px;
}

.success span
{
	vertical-align: middle;
	color: #00A959;
	position: relative;
	top: 10px;
	font-weight: bold;
	font-size: 14px;
}

.addcompany
{
	background: #0581b2;
	padding: 5px;
	margin: 10px;
	width: 140px;
	text-align: center;
	float: left;
}

.addcompany a
{
	font-size: 14px;
	color: #ffffff;
}

.creategeticon
{

	float: left;
	margin-top: 40px;
}

.creategeticon textarea
{
	width: 600px;
}

#toolbar
{
	margin-bottom: 20px;
}


.paginate
{
	font-size: 13px;
	margin: 10px;
	float: left;
}

.listcontent
{
	float: left;
	width: 610px;
}

.editlist
{
	border: 1px;
	margin-top:20px;
}

.textpages p
{
	padding: 5px;
}

.textpages dl, .textpages ul, .textpages ol
{
	padding: 5px;
}

.textpages ul
{
	padding-left: 30px;
}

.lastmodified
{
	font-size: 10px;
	font-style:italic;
	margin-top: 20px;
}

.smallerror
{
	color: red;
	font-size: 12px;
}

.success
{
	color: green;
	font-size: 12px;
}

.scorebox
{
	width: 116px;
	height: 86px;
}

.newcampaignform pre {
	border:solid 1px lightgrey;
	padding:0.5em 0 0.5em 1em;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	background-color:#EFEFEF;
	overflow:auto;
	line-height: 1.2em;
	font-size: 13px;
	color: #686868;
	width: 590px;
	height: 100%;
	text-wrap: normal;
	word-wrap: break-word;
}

.iconboxes {
	color:  #0581b2;
	padding: 5px;
}

<!-- Items related to the right-hand side nav menu-->
div#usernav{float:right;background: #FFFFFF;}
#greeting {float: right; background:#0581b2;padding: 5px; text-align:center; font-weight: bold; color: #fff; font-size: 13px; width: 225px;}
ul#toolbarnav {float: right; list-style-type:none;}
ul#toolbarnav li{border: 0px; border-color: #ffffff; border-style: solid;  font-size: 13px; padding: 5px; text-align: center; width: 225px;}
ul#toolbarnav a, ul#toolbarnav li{background: #f1f0f1;text-decoration:none;color: #686868;;}
ul#toolbarnav a:hover{color: #686868;; text-decoration:underline;}