﻿/*//////////////////////////////
colours
yellow = #FFCC00
navigation 
text/a = #3366CC
a hover bgd = #3366CC

orange = #FF9900

//////////////////////////////*/


table.ManageReviews
{
	border:1px solid;
	width:65%;
	padding:0;
	margin:0;
	float:left;
}


table.ManageReviews th
{
	background:#FF9900;
	text-align:left;
	
}

.AdminDept
{
	margin-left:6px;

}

.AdminDept ul li 
{
	border-bottom:none;
}

.AdminDept a
{
	border-bottom:none;
}

.AdminDeptProducts
{
	
}
.AdminManage
{
	float:left;
	display:block;
	width:160px;
}

.AdminDeptProducts ul li, .AdminManage ul li 
{
	border-bottom:none;
}

.AdminDeptProducts a
{
	border-bottom:none;
	font-size:smaller;
	font-weight:normal;
	color:#3366CC;
	text-decoration:underline;
}


.CurrentReviews
{
	border:1px solid;
	margin:6px;
	padding:6px;
	float:left;
	display:block;
	min-height:114px;
}

.CurrentReviews h4
{
	display:inline;
	margin-right:3px;
	font-size:0.9em;
}

.CurrentReviews a
{
	border-bottom:none;
}

.CurrentReviews p
{
	font-size:0.8em;
}

.AccountDetails li
{
	border-bottom:none;
}
