
/* -- Styles -- */

body
{
	margin: 0;
	background-color: #fff;
	font: normal 0.8em "Century Gothic" , "Lucida Grande" , Tahoma, Arial, sans-serif;
	line-height: 20px;
	color: #666;
}

/* Layout */

#wrapper
{
	width: 760px;
	margin: 5px auto;
}

#header
{
	width: 760px;
	text-align: center;
	margin: 20px 0 25px 0;
}
#header img
{
	margin-bottom: 5px;
}

#body
{
	float: left;
	width: 580px;
}

#footer
{
	background-color: #eee;
	border-top: 1px solid #ddd;
	text-align:center;
	margin-top: 20px;
}

#keywords 
{
	display:none;
}

h1
{
	font-weight: normal;
	font-size: 1.7em;
	margin: 0 0 5px 0;
	line-height: 1.2em;
}

h2
{
	font-weight: normal;
	font-size: 1.3em;
	margin: 0 0 5px 0;
}

h3
{
	font-size: 1.2em;
	margin: 0;
}

.strip
{
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px 0 15px;
	margin-bottom: 10px;
}

.strip2
{
	background-color: #FEF1E7;
	border: 1px dashed #FBC899;
	padding: 5px 10px 0 10px;
	margin: 5px;
}

.buttons
{
	margin-top:20px;
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	text-align:center;
	height: 50px;
}

p
{
	margin-top: 0;
	margin-bottom: 8px;
}

/* Generics */

img
{
	border: 0;
}
a
{
	color: #008ED8;
}
.highlight, .req
{
	color: #00B1F0;
}
.lowlight
{
	color:#333333;
}

.clearfloat {
	clear:both;
    height:0;
    margin: 0;
    padding: 0;
    font-size: 0px;
	line-height: 0px;
	display: block;
}

ul {
	padding:0;
	margin: 5px 5px 15px 5px;
	list-style-type: none;
}
ul li {
	padding-left: 13px;
	background-position:3px 8px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	line-height: 1.3em;
}

acronym, span[title]
{
	cursor: help;
	border-bottom: 1px dotted #ccc;
}

#updating 
{
	display:none;
	padding-top: 6px
}

.error
{
	color:red;
}

.hr 
{
	border-bottom: 1px dotted #FFCCAA /*#F7B3D5*/;
	width: 100%;
	margin: 5px 0 5px 0;
}
.hr2
{
	border-bottom: 1px solid #FFCCAA /*#F7B3D5*/;
	width: 100%;
	margin: 5px 0 5px 0;
}
.hr hr, .hr2 hr {display:none;}

/* Choice Sections */

.section
{
	line-height: 50px;
	font-size: 40px;
	width: 50px;
	text-align: center;
	color: #FF8C3E;
	font-weight: bold;
	float: left;
	clear: left;
}

.options
{
	margin-left:50px;
	padding-top: 10px;
	clear:right;
}

.question 
{
	display:block;
	font-weight:bold;
}

.address div, .payment div 
{
	margin-bottom:10px;
}

/* Partners */

#partners
{
	float: right;
	width: 164px;
	text-align: center;
	margin: 0 0 0 5px;
	padding: 0 5px;
	border-left: 1px solid #ddd;
}
#partners p
{
	margin: 0 0 2px 0;
	font-size: 0.9em;
	color:#999;
}
#partners a
{
	/* color:#999; */
}
#partners div
{
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
#partners a img
{
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#partners a:hover img
{
	opacity: 1;
	filter: none;
	-moz-opacity: 1;
}

/* Tab Set */

.tabset
{
    margin-top:10px;
}

.tabset .tabs
{
    margin: 0;
    padding-bottom: 1px;
    height: 2em;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.tabset .tabs div
{
    border: 1px solid #ddd;
    height: 2em;
    float:left;
    border-left: none;
    background-color: #f5f5f5;
}
.tabset .tabs .current
{
     border-bottom: 1px solid #fff;
    background-color: #fff;
}


.tabset .tabs a, .tabset .tabs a:visited
{
    padding: 0 10px;
    line-height: 2em;
    display: block;
    text-decoration: none;
}
.tabset .tabs a:hover {background-color: #fff; color: #F79133;}
.tabset .tabs .current a:hover{color: #008ED8;}

.tabset .tab
{
    padding: 10px 10px 0 10px;
    clear:both;
    border: 1px solid #ddd;
    border-top: none;
}