/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
/*
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFFFFF;
	background-color:#666666;
	text-align:center;	
}


h1 {
	font-size:1.7em;
	font-weight:bold;
	color:#FF0000;
	padding:20px;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:10px;
}
*/
h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}
/*
a {
	color:#FFFFFF; 
	text-decoration:none; 
 }

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
*/
.line {
	background-color:#CCCCCC;
	height:1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.white {
	color: #FFFFFF;
}

p {
	padding-bottom:10px;
}

hr {
 display:none;
}

.virtual {
 display:none;
}

.warning {
	color:#FF0000;
}

.break {
	clear:both;
}

img {
 border:0px;
}

#text-area h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-top:0px;
}

#text-area hr {
	display:block;
	margin:10px 0px 10px 0px;
	height:1px;
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:0px;
}

#text-area a {
	text-decoration:underline;
}

.pound li {
	width:300px;
	height:22px;
	padding-left:18px;
	margin-left:-5px;
	list-style-type:none;
	background:url(../images/arrow-red.gif) 0px 1px no-repeat;
}

.pound li span {
	float:left;
}

.pound li strong {
	text-align:left;
	width:180px;
	float:right;
}

li.last {
	margin-top:10px;
}

strong.rating a {
	font-size:1.5em;
	color:#FF0000;
	text-decoration:none;
	margin-right:10px;
}