body{
	padding:0;
	margin:0;
	font-family:verdana;
	font-size:12px;	
	color:#333;
	background: #fafafa;
}

#container
{
	width: 980px;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid #CCCCCC;
	line-height: 150%;
}

#top
{
	padding: 15px;
	background-color: #ddd;
	border-bottom: 1px solid #CCCCCC;
}

#top h1
{
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	font-weight: normal;
	text-shadow: 0 1px 0 #666666, 0 2px 2px #000000;
}

#search
{
	clear: both;
	margin: 0;
	padding: .5em;
	text-align: center;
	background: #069;
	color: #fff;
}

#content
{
	padding: 1em;
}
#content li {
    padding-bottom:10px;
}

#contentl, #contentr
{
	width:50%;
	float: left;
}

#prevnext { 
	width: 980px;
	height: 20px;
	float: right;
	text-align: right;
}

#prevnext a {
	font-weight: bold;
	color: #069;
	padding-left: 20px;
}

#prevnext a:hover {
	color: #c00;
}

#cards {
	padding: 10px 10px 10px 30px;
}

#cards .card {
	float: left;
	width: 220px;
	height: 170px;
	text-align: center;
	background-image: url('../img/bback.gif');
	margin: 4px 2px;
	border: 1px solid #EAEAEA;
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;
}

.card img { 
	border: 2px outset #CCCCCC;
	margin: 3px 0 0;
	height: 110px;
}

#largecard {
	float:left;
	width: 425px;
	min-height: 200px;
	margin: 20px 20px 20px 20px;
}

#cardinfo {
	float:left;
	width: 380px;
	min-height: 255px;
	margin: 20px 20px 20px 30px;
	color: #333;
	background: #f2f2f2;
	padding: 10px;
}

#cardinfo h3 { 
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#cardinfo p {
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 20px;
}

.review {
	width: 960px;
}

.review .review_title { 
	width: 760px;
	float: left;
	font-weight: bold;
}

.review .review_date { 
	width: 200px;
	float: right;
	font-style: italic;
}

.review .review_txt { 
	width: 900px;
	float: left;
	margin: 10px 0px 30px 0px;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #888;
	background-color: #f2f2f2;
	border-top: 1px solid #CCCCCC;
	text-align: right;
	font-size: 11px;
}

a {
	color: #888888;
    text-decoration:none;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 1em 0; font-size: 14px; color: #069; }

#nav {
	width: 100%;
	float: left;
/*	margin: 0 0 1em 0; */
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc; 
}

#nav li {
	float: left;
    font-size: 14px;
}

#nav li a.home {
    font-variant: small-caps;
}

#nav li img {
    display: inline;
    margin: 0 8px 0 0;
 }

#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
    font-size: 14px;
	color: #069;
	border-right: 1px solid #ccc;
}

#nav li a:hover {
	color: #c00;
	background-color: #fff;
}

#nav li.active a {
	color: #c00;
	background-color: #fff;
}

a.btn {
	display: block;
/*  width: 150px; */
	width: 165px;
	height: 14px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border: 1px solid #ccc;
	text-align: center;
}

a.btn:hover {
	color: #c00;
	background-color: #fff;
}

th {
	text-align: left;
	background: #069;
	color: #fff;
}

form { 
	margin: 0;
	display: inline; 
}

span.error, p.failure { 
	font-weight: bold;
	color: red;
}

span.success, p.success { 
	font-weight: bold;
	color: #069;
}

table.tblform { 
	color: #333;
	background: #f2f2f2;
	padding: 10px;
}

#navipages {
	width: 100%;
	float: left;
	margin: 10px 0px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#navipages ul {
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

#navipages ul li {
	font-weight:normal;
	color: #069;	
	list-style: none;
	display: inline;	
	margin-right: 5px;
}

#navipages li a {
	position: relative;
	color: #069;
	text-decoration: none;
	text-align:center;
}

#navipages li a:hover {
	color: #069;
	font-weight: bold;
	text-align:center;	
}

#navipages ul li.currentpage {
	font-weight: bold;
}

