﻿html, body 
{
	margin:0;
	padding:0;
	height:100%;
	font:100% Arial, Sans-Serif;
}

* html body 
{
	height:100%;
	overflow:hidden;
}

#page
{
	min-height:100%;
	padding:0;
	padding:0 0 -7em 0;
}

#menu
{
	padding:8px;
	font-size:80%;
	color:#999;
}

#menu-left 
{
	float:left;
}

#menu-right
{
	text-align:right;
}

#menu a 
{
	padding:0 4px 0 4px;
	color:#333;
	text-decoration:none;
}

#menu-left a 
{
	font-weight:bold;
}

#menu-left a.simple
{
	font-weight:normal;
}

#header
{
	padding:12px 16px 8px 16px;
	color:#fff;
	background:#def;
	font-size:80%;
	overflow:auto;
	border-bottom:solid 2pt #369;
	border-top:solid 1pt #369;
}

#header form.left
{
	width:70%;
	float:left;
}

#header form.right 
{
	width:30%;
	float:right;
}

#header ul
{
	margin:0 auto;
	overflow:hidden;
}

#header form.right ul 
{
	float:right;
}

#header li 
{
    float:left;
    list-style:none;
}

#header li.padded 
{
	margin:0 0 0 48px;
}

#header label 
{
	display:block;
	margin:0 0 4px 0;
	color:#000;
	font-weight:bold;
}

#header label span
{
	color:#333;
	font-weight:normal;
}

#header input 
{
	padding:2px 4px 2px 4px;
	font-size:140%;
	border:solid 1pt #666;
}

#header input.button
{
	margin:18px 0 0 12px;
	padding:0;
	width:100px;
	height:35px;
	border:0;
	background:url(/UI/Images/Buttons/SearchSmall.png);
	cursor:pointer;
	cursor:hand;
}

form.main
{
	padding:0 200px 0 200px;
	overflow: hidden;
}

#left, #center, #right
{
	position:relative;
	float:left;
}

#center 
{
	width:100%;
	padding:0 0 10em 0;
	border-left:solid 1pt #ddd;
	border-right:solid 1pt #ddd;
}

#content 
{
	padding:0 20px 0 20px;
}

#left 
{
	width:200px;
	margin-left:-100%;
	right:200px;
	padding:16px 0 10em 0;
}

* html #left
{
	left:200px;
}

#logo
{
	width:146px;
	height:64px;
}

#right 
{
	margin-right:-100%;
	padding:16px 10px 10em 10px;
	width:180px;
	font-size:80%;
	text-align:center;
}

#right a 
{
	text-decoration:none;
	color:#c00;
}

#right .slider 
{
	margin:8px auto;
}

#right .slider img 
{
    border:solid 1px #fff !important;
    width:140px;
    height:129px;
}

#footer 
{
	height:7em;
	position:relative;
	top:-7em;
    clear:both;
    background:#333;
}

#footer-links
{
	padding:1em 0 0 0;
	height:2em;
	background:#eee;
	text-align:center;
}

#footer-links a 
{
	padding:0 8px 0 8px;
	font-size:80%;
	color:#333;
	text-decoration:none;
}

#footer-links a:hover 
{
	text-decoration:underline;
}

#footer-menu 
{
	padding:0.7em 0 0 0;
	height:1.6em;
	color:#fff;
	text-align:center;
}

#footer-menu a 
{
	font-size:75%;
	color:#aaa;
	text-decoration:none;
	padding:0 4px 0 4px;
}

#copyright 
{
	height:1.8em;
	font-size:75%;
	text-align:center;
	color:#fff;
}

#center h1 
{
	padding:0 0 4px 0;
	font-size:150%;
	font-family:Georgia;
	border-bottom:dotted 1pt #000;
}

#left h1, #right h1
{
	margin:16px 12px 0 12px;
	padding:0 0 4px 0;
	font-size:80%;
	font-family:Tahoma, Sans-Serif;
	border-bottom:dotted 1pt #000;
}

a 
{
	color:#369;
}

fieldset.form
{
	padding:8px;
	background:#eee;
	border:solid 1pt #ccc;
}

fieldset.form h5
{
	margin:0;
	padding:8px;
	font-size:90%;
	background:#999;
	color:#fff;
	cursor:pointer, hand;
}

fieldset.form ol
{
  margin:0;
  padding:0;
}

fieldset.form li
{
  list-style:none;
  padding:0.25em;
  margin:0;
}

fieldset.form li label
{
  display:inline-block;
  line-height:1.8em;
  vertical-align:top;
  width:160px;
}

fieldset.form em
{
  font-weight:bold;
  font-style:normal;
  color:#f00;
}

fieldset.form input, fieldset.form textarea, fieldset.form select
{
	margin:0.1em 0 0 0;
	padding:0.3em 0.5em 0.4em 0.5em;
	width:250px;
	border:solid 1pt #999;
}

fieldset.form .rbl input, fieldset.form .cb input
{
	margin:0 8px 0 175px;
	padding:0;
	width:auto;
	border:0;
}

fieldset.form .rbl label, fieldset.form .cb label
{
	display:inline;
	line-height:normal;
	vertical-align:middle;
	width:auto;
}

fieldset.form select
{
	width:266px;
}

fieldset.form input.submit 
{
	width:265px;
	margin:2px 0 0 164px;
}

div.error 
{
	margin:0 2px 4px 2px;
	padding:12px;
	font-size:80%;
	color:#f00;
	background:#fdd;
	border:dotted 1pt #f00;
}

.category-tree
{
	margin:8px 0 0 8px;
}

.category-tree * 
{
	overflow:hidden;
}

.category-tree .rtTemplate 
{
	white-space:normal;
}

.category-tree .rtTemplate a
{
	color:#69c;
	text-decoration:none;
	/*white-space:normal;*/
}

.category-tree .rtTemplate a.l0
{
	color:#369;
}

.category-tree .rtTemplate span
{
	color:#999;
}

#category-main table
{
	margin:0 auto;
}

#category-main a
{
	font-size:80%;
	color:#369;
	text-decoration:none;
}

#category-main a.b
{
	font-weight:bold;
}

#category-main a span 
{
	font-size:90%;
	color:#999;
}

#category-main ul 
{
	padding:8px;
	min-width:300px;
	margin:0;
	list-style:none;
}

#category-main ul li 
{
	padding:0 0 4px 8px;
	font-size:140%;
}

#category-main ul li.header
{
	padding:0 0 4px 0;
	margin:0 0 4px 0;
	font-weight:bold;
	border-bottom:dotted 1pt #369;
}

#category-main a.more 
{
	padding:0 0 0 16px;
	font-size:110%;
	font-weight:bold;
}

#category-main table.all
{
	margin:16px;
}

#category-main table.all td
{
	padding:4px;
	font-size:140%;
}

#topranked-rotator ul.ranked
 {
    width:400px;
    height:300px;
	padding:8px;
	margin:0;
	list-style:none;
}

#topranked-rotator .RadRotator 
{
	margin:0 auto;
}

#topranked-rotator ul.ranked li
{
    float:none;
	padding:0 0 4px 20px;
	font-size:90%;
	background:url(/UI/Images/Lists/bullet-arrow-red.gif) no-repeat 8px 4px;
}

#topranked-rotator ul.ranked li.header
{
	background:none;
	font-size:110%;
	padding:0 0 4px 0;
	margin:0 0 4px 0;
	font-weight:bold;
	border-bottom:dotted 1pt #369;
}

.comment, .review 
{
	font-size:80%;
}

.rankee-list div.profile div
{
	padding:4px 4px 4px 32px;
}

.rankee-list div.profile div.header
{
	padding:8px;
}

.rankee-list div.profile div.header a
{
	font-size:125%;
}

.rankee-list div.profile a.number
{
	padding:8px 0 8px 24px;
	text-decoration:none;
	background:url(/UI/Images/Lists/map-marker.png) no-repeat 0 4px;
}

.rankee-list .rgAltRow
{
	background:#f8f8f8;
}

.rankee-list q, .comment q, .review q
{
	display:block;
	margin:0 0 8px 0;
	padding:8px;
	background:#ffc;
	border:dotted 1pt #cc9;
}

.rankee-list .buttons
{
	text-align:right;
}

.rankee-list .buttons a
{
	margin:0 4px 0 4px;
	padding:2px;
	color:red;
	text-decoration:none;
	border-bottom:dotted 1pt #00f;
}

.rankee-list .hint textarea
{
	width:294px;
	margin:16px 24px 4px 16px;
	border:solid 1pt #cc9;
}

.rankee-list .hint input
{
	display:block;
	width:300px;
	margin:4px 24px 16px 16px;
}

ul.submenu
{
	padding:0;
	margin:0 0 0 16px;
	list-style:none;
}

ul.submenu li
{
	float:left;
	padding:0 8px 0 8px;
}

ul.submenu li a 
{
	color:#69c;
}

h2 
{
	margin:0;
	padding:24px 0 8px 0;
	font-size:120%;
	font-family:Georgia;
}

#menu-types
{
	margin:0 0 16px 0;
	line-height:1.9em;
}

#menu-types a
{
	padding:0.6em 1em 0.5em 1em;
	font-size:0.8em;
	color:#333;
	text-decoration:none;
}

#menu-types a.selected
{
	color:#fff;
	background:#369;
}

#menu-types a:hover
{
	text-decoration:underline;
}

.category-recent 
{
	padding:8px 12px 8px 12px;
	font-size:90%;
}

.category-recent a 
{
	display:block;
	color:#69c;
	text-decoration:none;
	line-height:1.4em;
}

.subcategories 
{
	padding:16px 0 16px 0;
}

.subcategories em 
{
	display:block;
	padding:0 0 4px 0;
	font-style:normal;
	font-weight:bold;
}

.subcategories a 
{
	display:block;
	font-size:90%;
	padding:2px 2px 2px 12px;
	color:#69c;
	text-decoration:none;
}

.breadcrumb 
{
	padding:0 0 16px 8px;
}

.breadcrumb a 
{
	color:#69c;
	font-size:90%;
}

.notelist 
{
	margin:0 0 8px 0;
	padding:16px 16px 8px 16px;
	background:#ffc;
	border:solid 1pt #cc9;
	list-style-type:square;
}

.notelist li 
{
	margin:0 0 8px 12px;
	font-size:80%;
}

.rankee-grid
{
	margin:0 auto;
}

.rankee-grid td 
{
	padding:4px;
	font-size:80%;
}
