/* 
	PLANET NUMBERS CSS
	CREATED: 17.05.04
	MODIFIED: 17.09.09
*/


/* GENERIC CONTROLS
******************************************/

body
{ 
	background-color: #777;
	margin: 0;
	padding: 0;
	background-image: url(/images/fill.gif);
	background-repeat: repeat-y;
}

.goo
{
	display: none;
}

img
{
	border: 0;
}

.pimage
{
	display: inline;
	float: left;
	padding: 0 10px 10px 0;
}

hr
{
	height: 1px;
	color: #999;
	background-color: #999;
	border: solid;
	margin: 0;
	padding: 0;
}

.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}

.clearspace
{
	clear: both;
	height: 21px;
	margin: 0;
	padding: 0;
	background-image: url(/images/clearme.gif);
	background-repeat: repeat;
}

/* TEXT CONTROLS
******************************************/

p,td,ul,li,dl,dd,h1,h2,h3,h4,h5,h6
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}

p
{
	line-height: 16px;
	margin: 0;
	padding-bottom: 10px;
}

#defcontent p, 
#news p
{
	line-height: 16px;
	margin: 0;
	padding-bottom: 6px;
}

#search p
{
	margin: 0;
	padding: 0 0 10px 0;
}

.indent p
{
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.alert
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	margin-bottom: 10px;
	background-color: #f60;
	/* text-transform: uppercase; */
}

.small
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #f60;
	text-transform: uppercase;
}

#defcontent ul
{
	margin: 0 0 0 0;
	padding: 6px 40px 10px 0;
	list-style: none outside none;
}

#content ul
{
	margin: 0 0 0 0;
	padding: 10px 40px 10px 20px;
	list-style: none outside none;
}

#content02 ul
{
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

#defcontent li
{
	line-height: 16px;
	margin: 0;
	padding: 0 0 6px 20px;
	background-image: url(/images/bullet01.gif);
	background-repeat: no-repeat;
}

#content li
{
	line-height: 16px;
	margin: 0;
	padding: 0 0 10px 20px;
	background-image: url(/images/bullet01.gif);
	background-repeat: no-repeat;
}

#content02 li
{
	line-height: 16px;
	margin: 0;
	padding: 0 0 4px 20px;
	background-image: url(/images/bullet01.gif);
	background-repeat: no-repeat;
}

.newsdate
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666;
	line-height: 16px;
}

h1
{
	/* font-family: din-regular,arial,helvetica,sans-serif; */
	font-family: arial,helvetica,sans-serif;
	/* font-size: 24px; */
	font-size: 18px;
	font-weight: normal;
	color: #f60;
	padding-bottom: 10px;
}

h2
{
	/* font-family: din-regular,arial,helvetica,sans-serif; */
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #f60;
	padding-bottom: 10px;
}

#defcontent h2
{
	padding: 10px 0 10px 0;
}

h3
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f60;
	padding-bottom: 4px;
	/* text-transform: uppercase; */
}

#lhscontainer h3
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	/* text-transform: uppercase; */
	padding-bottom: 6px;
}

#lhscontainer p
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding-bottom: 8px;
}

#search p
{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

#info p
{
	/* font-family: din-regular,arial,helvetica,sans-serif; */
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #f60;
	margin: 0;
	padding-bottom: 8px;
}

#info p.number
{
	/* font-family: din-regular,arial,helvetica,sans-serif; */
	font-family: arial,helvetica,sans-serif;
	font-size: 24px;
	color: #000;
	margin: 0;
	padding-bottom: 20px;
}

/* LAYOUT CONTROLS
******************************************/

#logo
{
	float: left;
	width: 460px;
	height: 80px;
	background-color: #000;
	margin: 0;
	padding: 0;
}

#searchcontainer
{
	float: left;
	width: 300px;
	height: 80px;
	background-color: #000;
	margin: 0;
	padding: 0;
}

#search
{
	text-align: right;
	margin: 20px 15px 0 0;
	padding: 0
}

#navcontainer
{
	width: 760px;
	height: 26px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#navigation
{
	float: left;
	width: 600px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
}

#navigationrhs
{
	float: right;
	width: 160px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
	text-align: right;
}

#entryimage
{
	clear: left;
	width: 760px;
	height: 160px;
	background-color: #fff;
}

#lhscontainer
{
	float:left;
	width:200px;
	/* width: 760px; */
	background-color: #5F6157;
	margin: 0;
	padding: 0;
}

#helpline
{
	width: 200px;
	height: 70px;
	background-color: #5F6157;
	margin: 0;
	padding: 0;
}

#numbercontainer
{
	width: 200px;
	background-color: #5F6157;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
}

#mobilecontainer
{
	width: 200px;
	background-color: #5F6157;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
}

#newslettercontainer
{
	width: 200px;
	background-color: #5F6157;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
}

#numbers
{
	width: 180px;
	background-color: #5F6157;
	margin: 0 0 0 15px;
	padding: 10px 0 15px 0;
}

#defnewsletter
{
	width: 180px;
	background-color: #5F6157;
	margin: 0 0 0 15px;
	padding: 10px 0 0 0;
}

#newsletter
{
	width: 180px;
	background-color: #5F6157;
	margin: 0 0 0 15px;
	padding: 10px 0 15px 0;
}

#livesupport
{
	width: 200px;
	height: 45px;
	background-color: #5F6157;
	margin: 0;
	padding: 0;
}

#contentcontainer
{
	float: left;
	width: 550px;
	position: absolute;
	left: 200px;
	top: 120px;
	background: #fff url(/images/topbg.gif) 0 bottom repeat-x;
	margin: 0;
	padding: 0;
}

#defcontentcontainer
{
	float: left;
	width: 550px;
	position: absolute;
	left: 200px;
	top: 120px;
	background-color: #999;
	margin: 0;
	padding: 0;
}


#content
{
	/* min-height: 400px; */
	background-color: #fff;
	margin: 0;
	padding: 10px 30px 10px 15px;
	width:485px;
}

#defcontent
{
	width: auto;
	background-color: #fff;
	margin: 0;
	padding: 10px 30px 10px 15px;
}

#content02
{
	width: auto;
	background-color: #fff;
	margin: 0;
	padding: 0 15px 10px 15px;
}

#info
{
	width: auto;
	background-color: #fff;
	margin: 0;
	padding: 15px 15px 10px 15px;
	border-top: 1px solid #999;
}

#news
{
	width: auto;
	background: #fafafb url(/images/newsbground.jpg) repeat-x;
	margin: 0;
	padding: 15px 15px 10px 15px;
	border-top: 1px solid #999;
}

#colone
{
	float: left;
	width: 180px;
	background-color: #fff;
	margin-bottom: 5px;
	padding: 0;
}

#colspace
{
	float: left;
	width: 10px;
	height: 140px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#coltwo
{
	float: left;
	width: 180px;
	background-color: #fff;
	margin-bottom: 5px;
	padding: 0;
}

#colonew
{
	float: left;
	width: 245px;
	background-color: #fff;
	margin-bottom: 5px;
	padding: 0;
}

#colspacew
{
	float: left;
	width: 10px;
	height: 140px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#coltwow
{
	float: left;
	width: 245px;
	background-color: #fff;
	margin-bottom: 5px;
	padding: 0;
}

#highlight01
{
	float: left;
	width: 230px;
	height: 140px;
	background-color: #e6e6e6;
	margin-bottom: 5px;
	padding: 10px;
	background-image: url(/images/highlight.gif);
	background-repeat: no-repeat;
}

#highlightspace
{
	float: left;
	width: 10px;
	height: 140px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#highlight02
{
	float: left;
	width: 230px;
	height: 140px;
	background-color: #e6e6e6;
	margin-bottom: 5px;
	padding: 10px;
	background-image: url(/images/highlight.gif);
	background-repeat: no-repeat;
}

#footer
{
	clear: left;
	float: left;
	width: 430px;
	background-color: #999;
	margin: 0;
	padding: 30px 0 20px 10px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #fff;
}

#topcontrol
{
	text-align: right;
	float: right;
	width: 110px;
	background-color: #999;
	margin: 0;
	padding: 30px 0 0 0;
}

.thumb
{
	float: left;
	width: 95px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

.indent
{
	float: left;
	clear: right;
	width: 380px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* #footer
{
	width: 560px;
	background-color: #999;
	margin: 0;
	padding: 40px 0 0 200px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #fff;
} */

/* NAVIGATION CONTROLS
******************************************/

#navigation ul,
#navigationrhs ul
{
	list-style-type: none;
}

#navigation li,
#navigationrhs li
{
	display: inline; 	
	margin: 0;
	padding: 0;
}

#navigationrhs li
{
	text-align: right;
}

#navigation li.open
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #f60;
}

li.space
{
	padding: 0 0 0 10px;	
}

a:link,
a:visited
{
	color: #f50;
	text-decoration: none;
}

a:hover,
a:active
{
	color: #999;
	background-color: #fff; 
}

a.none:link,
a.none:visited,
a.none:hover,
a.none:active
{
	text-decoration: none;
	background-color: transparent; 
}

#navigation a,
#navigationrhs a
{	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 2px;
	line-height: 20px;
}

#navigation a:visited,
#navigationrhs a:visited
{
	color: #000;
}

#navigation a:hover, 
#navigation a:active,
#navigationrhs a:hover, 
#navigationrhs a:active
{	
	color: #f60;
	border-bottom: 2px solid #999;
	background-color: transparent;
}

#navigation a.active {
	color: #f60;
	border-bottom: 2px solid #999;
	background-color: transparent;
}

#footer a:link,
#footer a:visited
{
	border-bottom:1px solid #ddd;
	color: #fff;
	text-decoration: none;
}

#footer a:hover,
#footer a:active
{
	background:none;
	border-bottom:1px solid #222;
	color: #222;
	text-decoration: none;
}

/* FORM CONTROLS
******************************************/

input,select,textarea {
	font-family: Verdana, Geneva, Arial, Sans-Serif;
}

.gobtn
{
	vertical-align: middle;
}

form
{
	margin: 0;
	padding: 0;
}

input.lhs
{
	width: 120px;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#lhscontainer select {
	font-size: 11px;
}

#content input,
#content select
{
	width: 200px;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#content select.number
{
	width: 40px;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#content input.pin
{
	width: 40px;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#content .btn
{
	width: auto;
	font-weight: normal;
	font-size: 11px;
}

input.long,
textarea.long {
	width: 200px;
}

/* TABLE CONTROLS
******************************************/

table {
	border-collapse: collapse;
}

table.clear
{
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

td.clear
{
	font-weight: normal;
	vertical-align: top;
	padding: 0px;
	border: none;
}

table
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0 10px 0;
	color: #000;
	background-color: #e6e6e6;
}

th
{
	vertical-align: top;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f60;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 20px 6px 6px;
	border-bottom: 1px solid #fff;
}

#noline th
{
	vertical-align: top;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f60;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 20px 6px 6px;
	border: none;
}

td
{
	vertical-align: top;
	font-weight: bold;
	padding: 6px;
	border-bottom: 1px solid #fff;
}

#noline td
{
	vertical-align: top;
	font-weight: bold;
	padding: 6px;
	border: none;
}

td span {
	font-weight: normal;
}

table.eames {
	border-collapse: collapse;
	font-size: 100%;
	margin: 0 0 1em 0;
	width: 100%
}

table.eames th,table.eames td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	padding: 0.4em 0.6em 0.4em 0.3em;
	text-transform: none;
}

table.eames thead th {
	background: #444;
	color: #fff;
	font-weight: bold;
}

table.eames tbody th {
	background: #e6e6e6;
	color: #000;
}

table.eames tbody td.stripe {
	background: #fff;
}

/* NEW HIGHLIGHT CONTROLS
******************************************/

#spud
{
	width: 504px;
	background: #fff;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}

#spud ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#spud ul li
{
	float: left;
	width: 167px;
	list-style-type: none;
	border-right: 1px solid #fff;
	padding: 0;
	margin: 0;
}

#spud ul li a
{
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	display: block;
	padding: 8px 12px 14px 12px;
	background: #f60;
	background-image: url(/images/spudground.gif);
	background-repeat: no-repeat;
}

#spud ul li a:hover
{
	background-image: url(/images/spudgroundhit.gif);
	background-repeat: no-repeat;
}

#hcontainer {
	background: #f60 url(/images/hcontainer.png) 0 0 no-repeat;
}

#defhighlight01
{
	float: left;
	width: 230px;
	margin: 0 0 5px 0;
	padding: 10px;
}

#defhighlight02
{
	float: right;
	width: 230px;
	margin: 0 0 5px 0;
	padding: 10px;
}

#bullets
{
	width: auto;
	background: #fff;
	margin: 0;
	padding: 15px 15px 10px 15px;
	border-top: 1px solid #999;
}

#bullets ul
{
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

#bullets li
{
	line-height: 16px;
	margin: 0;
	padding: 0 0 4px 20px;
	background-image: url(/images/bullet03.gif);
	background-repeat: no-repeat;
}

#bullets li a
{
	color: #fff;
	background-color: transparent;
}


#mobiles
{
	width: auto;
	margin: 0;
	padding: 15px 15px 10px 15px;
	border-top: 1px solid #999;
}

#mobiles ul
{
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

#mobiles li
{
	line-height: 16px;
	margin: 0;
	padding: 0 0 4px 20px;
	background-image: url(/images/bullet03.gif);
	background-repeat: no-repeat;
}

#mobiles li a
{
	color: #fff;
	background-color: transparent;
}


#defhighlight01 a:hover,
#defhighlight02 a:hover
{
	background: none;	
}

#bullets h3
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/* ADDITION 01.09.05
******************************************/

#printme
{
	position: absolute;
	top: 120px;
	left: 750px;
}

/* ADDITION 10.09.05
******************************************/

#clientcontainer
{
	width: 200px;
	height: 60px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#clientlhs
{
	float: left;
	width: 135px;
	height: 60px;
}

#clientrhs
{
	float: right;
	width: 65px;
	height:60px;
}

#feeds ul
{
	list-style: none;
	margin: 10px 0 10px 0;
}

#feeds li
{
	display: inline;
}

#feeds li a,
#feeds li a:hover
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 1px 0 2px 30px;
	margin: 4px 0;
	background-image: url(/images/add.gif);
	background-repeat: no-repeat;
}

/* ADDITION 20.11.05
******************************************/

dl
{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

dt, dd
{
	color: #fff;
	margin: 0;
	padding: 2px 0;
}

dt
{
	font-weight: bold;
}

dd a
{
	text-decoration: none;
}

dd a:hover
{
	color: #fff;
	background: none;
	text-decoration: none;
}

/* EDITABLE BANNER CONTROLS
******************************************/

#ebanner {
	background: #dae5f1 url(/images/bannerbground.jpg) 0 0 no-repeat;
	border-top: 1px solid #c7d9eb;
	float: right;
	font-size: 100%;
	margin: 0 0 10px 10px;
	padding: 8px;
	width: 144px;
}

#ebanner h3,
#ebanner h4,
#ebanner p {
	color: #333;
	font-size: 100%;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

#ebanner h3 {
	color: #f60;
	font-family: tahoma, arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 0;
	text-transform: none;
}

#ebanner p {
	font-size: 11px;
}

#ebanner a {
	display: block;
	padding: 6px 0 0 0;
}

#ebanner a:hover {
	background: none;
	color: #f60;
	text-decoration: underline;
}

/* TABS
******************************************/

#cookiemonster li {
	background: none;
	margin: 0;
	padding: 0;
	width: 15px;
}

#cookiemonster table {
	clear: left;
	margin: 10px 0 15px 0;
	padding: 0;
	width: 100%;
}

#cookiemonster table thead th {
	color: #000;
}

.tabberlive .tabbertabhide {
	display: none;
}

.tabber {
	width: 500px;
}

.tabberlive {
	width: 500px;
}

#cookiemonster ul.tabbernav {
	background: none;	
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.tabbernav li {
 	background: none;
	float: left;
	font-weight: normal;
}

ul.tabbernav li a,
ul.tabbernav li a:visited {
 	background: none;
	color: #f60;
	display: block;
	font-weight: normal;
	height: 24px;
	line-height: 2.2em;
	padding: 0;
	text-align: center;
 	text-decoration: none;
 	white-space: nowrap; /* IE 6 FIX */
}

ul.tabbernav li a:hover {
 	background: none;
 	color: #999;
 	text-decoration: none;
 	background: none;
}

ul.tabbernav li.tabberactive a
{
 	background: none;
	color: #999;
	font-weight: bold;
 	text-decoration: none;
 	background: none;
}

ul.tabbernav li.tabberactive a:hover {
 	background: none;
	color: #999;
 	text-decoration: none;
 	background: none;
}

.tabberlive .tabbertab h1 {
	display: none;
}

/* LINK EXCHANGE
******************************************/

span.code {
	background: #fff;
	display: block;
	margin: 4px 0;
	padding: 4px;
}

span.req {
	color:#f60;
}

/* SPREAD THE WORD
******************************************/

ul#spread {
	background: url(/images/spreadbg.png) 0 0 no-repeat;
	float:left;
	height:30px;
	margin:10px 0;
	padding:4px 10px;
	width:100%;
}

ul#spread li {
	background:none;
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding:0;
}

ul#spread li a {
	background: url(/images/spread.png) 0 0 no-repeat;
	border:1px solid #dce6ef;
	display:block;
	height:18px;
	text-indent:-3000em;
	width:18px;
}

ul#spread li a:hover {
	border:1px solid #999;
}

ul#spread li a.delicious {
	background: url(/images/spread.png) 0 0 no-repeat;
}

ul#spread li a.digg {
	background: url(/images/spread.png) 0 -18px no-repeat;
}

ul#spread li a.google {
	background: url(/images/spread.png) 0 -36px no-repeat;
}

ul#spread li a.magnolia {
	background: url(/images/spread.png) 0 -54px no-repeat;
}

ul#spread li a.reddit {
	background: url(/images/spread.png) 0 -72px no-repeat;
}

ul#spread li a.stumbleupon {
	background: url(/images/spread.png) 0 -90px no-repeat;
}

ul#spread li a.technorati {
	background: url(/images/spread.png) 0 -108px no-repeat;
}

ul#spread li a.yahoo {
	background: url(/images/spread.png) 0 -126px no-repeat;
}

/* COMPETITION FORM
******************************************/

fieldset {
	background:#eee;
	border:none;
	margin:0 0 1em 0;
	padding:10px;
}

fieldset ol {
	margin:0;
	padding:0;
}

#content ol li {
	background:none;
	list-style:none;
	margin:0;
	padding:6px 0;
}

label {
	display:block;
	float:left;
	width:200px;
}

/* FEEDBACK
******************************************/

#sidebar {
	width:200px;
}

#feedback {
	border-top:1px solid #999;
	padding:10px 10px 10px 15px;
	width:175px;
}

#feedback p {
	padding:0;
	margin:0 0 1em 0;
}

#feedback ol,
#feedbackfrm ol {
	list-style:none;
	margin:0;
	padding:0;
}

#feedback li,
#feedbackfrm li {
	margin:6px 0;
}

#feedback label {
	color:#fff;
	display:block;
	margin: 0 0 4px 0;
}

#feedbackfrm label {
	display:block;
	float:left;
	margin: 0 0 4px 0;
	width:180px;
}

#feedback label span,
#feedbackfrm label span {
	color:#f60;
}

#feedback input {
	font-size: 11px;
}

#feedback input.fb,
#feedback textarea.fb {
	font-size: 11px;
	width:154px;
}

#feedback_form {
	margin: 0 0 15px 0;
}

#feedback blockquote {
	margin:0 0 6px 0;
	padding:0;
}

#feedback blockquote p {
	padding:0;
	margin:0;
}

#feedback cite {
	color:#ddd;
	font-size:.95em;
}

#usercomments blockquote {
	background:#fff url(/images/quote.png) 0 0 no-repeat;
	margin:0 0 1em 0;
	padding:0 0 0 18px;
	width:460px;
}

#usercomments blockquote p {
	margin:0 0 0.2em 0;
	padding:0;
}

#usercomments blockquote p span {
	background:#fff url(/images/quote.png) right bottom no-repeat;
	padding:0 0 0 14px;
}


#usercomments blockquote p cite {
	color:#666;
}

input,
select,
textarea {
	font-size:100%;
}

.verification {
	display:block;
	margin:0 0 0 180px;
}

.vimage {
	display:block;
	margin:0 0 10px 0;
}

#gad {
	background:#666;
	padding:10px 0;
	text-align:center;
	width:200px;
}

/* NEWSLETTER FORM
******************************************/

label.error {
	color:#f50;
}

input.error {
	border: 1px solid #f50;
}

#tb {
	height:40px;
	width:760px;
}

#tb a,
#tb a:hover {
	background:url(/banners/bt-banner.gif) 0 0 no-repeat;
	display:block;
	height:40px;
	overflow:hidden;
	text-indent:-3000em;
	width:760px;
}

/* UDPATES
******************************************/

#map {
	height:300px;
	margin:0 0 1.5em 0;
	width:485px;
}

#special {
	margin:0 0 0.75em 0;
}

#special p {
	font-weight:bold;
	padding:0;
}

#special h3 {
	padding:0;
}
