﻿/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font:76% Arial;
}

#wrap {
margin:0 auto;
width:970px;
}

/***** Various tags *****/

a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

p {
margin:0 0 1.4em 0;
}

textarea
{
	font: 100% Arial;
}

/***** Header *****/

#header {
margin:10px 0 0;
padding:0;
width:970px;
border-bottom:4px solid #f0f0f0;
}

#header p {
width:400px;
float:right;
text-align:center;
margin:8px 0 0;
font-weight:bold;
line-height:1.3em;
}

#content {
margin:0 150px 5px 150px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
padding:0 10px;
line-height:1.5em;
width:750px;
}

#contentwide {
margin:5px 5px 5px 5px;
border-left:1px solid #f0f0f0;
border-right:1px solid #f0f0f0;
padding:0 10px 0 10px;
line-height:1.5em;
}

#content h1,#contentwide h1, #contentwide2 h1 {
font-size:1.7em;
margin:10px 0px 20px 0px;
background-color:#f4f4f4;
padding:10px 10px 10px 5px;
}

#content h2,#contentwide h2, #contentwide2 h2 {
font-size:1.4em;
margin:25px 0 10px 0;
background-color:#f4f4f4;
padding:5px 5px 5px 5px;
}

#content h3,#contentwide h3, #contentwide2 h3 {
font-size:1.2em;
background-color:#f4f4f4;
padding:5px 1px 5px 5px;
margin:0 0 8px;
}

#content h4,#contentwide h4, #contentwide2 h4 {
font-size:1.1em;
background-color:#f4f4f4;
padding:3px 1px 3px 3px;
margin:0 0 6px;
}

#content img,#contentwide img, #contentwide2 img {
padding:1px;
display:inline;
color:#303030;
}

#content ul, #contentwide ul, #contentwide2 ul {
margin:0 0 16px 20px;
padding:0;
list-style-type:disc;
}

#content ol, #contentwide ol, #contentwide2 ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li, #contentwide2 li {
margin:0;
padding:0 0 0 5px;
list-style-type:disc;
}

#content ul ul, #contentwide ul ul, #contentwide2 ul ul {
margin:0 0 0 16px;
padding:0;
list-style-type:disc;
}

#content ol ol, #contentwide ol ol, #contentwide2 ol ol {
margin:0 0 0 16px;
padding:0;
}

#contentcheck ul li, #contentwidecheck ul li, #contentwide2check ul li {
margin:0;
padding:0 0px 0px 5px;
list-style-image:url(/img/check.gif);
vertical-align:middle;
}

#contentwide td 
{
	width:150px;
	text-align:left;
	vertical-align:top;
}

.imgstyle {
	padding:1px;
	display:inline;
	background:#cccccc;
	color:#303030;
	border:4px solid #f0f0f0;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:15px 0;
border-top:4px solid #f0f0f0;
width:970px;
text-align:center;
color:#808080;
background:#ffffff;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
background-color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/
.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

.imprintstyle
{
	border-bottom:1px solid #f4f4f4;
	border-collapse:collapse;
	vertical-align:top;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filled {
    background-image: url(/Images/FilledStar.png);

}

.empty {
    background-image: url(/Images/EmptyStar.png);
}

.saved {
    background-image: url(/Images/SavedStar.png);
}

.desc {
	font-style:italic;
	font-weight:bold;		
}

.watermark {
	color:#e0e0e0;
}


/* xp theme */
.CustomTabStyle .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
	background: url(/images/tab-line.gif) repeat-x bottom;
}
.CustomTabStyle .ajax__tab_outer
{
	padding-right: 4px;
	background: url(/images/tab-right.gif) no-repeat right;
	height: 21px;
}
.CustomTabStyle .ajax__tab_inner
{
	padding-left: 3px;
	background: url(/images/tab-left.gif) no-repeat;
}
.CustomTabStyle .ajax__tab_tab
{
	height: 13px;
	padding: 4px;
	margin: 0px;
	background: url(/images/tab.gif) repeat-x;
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer
{
	cursor: pointer;
	background: url(/images/tab-hover-right.gif) no-repeat right;
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner
{
	cursor: pointer;
	background: url(/images/tab-hover-left.gif) no-repeat;
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab
{
	cursor: pointer;
	background: url(/images/tab-hover.gif) repeat-x;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer
{
	background: url(/images/tab-active-right.gif) no-repeat right;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner
{
	background: url(/images/tab-active-left.gif) no-repeat;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab
{
	background: url(/images/tab-active.gif) repeat-x;
}
.CustomTabStyle .ajax__tab_disabled
{
	color: #A0A0A0;
}
.CustomTabStyle .ajax__tab_body
{
	border: 1px solid #999999;
	border-top: 0;
	padding: 8px;
	background-color: #ffffff;
}