/*
 * Body
 */
body.iframe {
	background: none #FFFFFF;
}
body.print {
	width: 16cm;
}

/*
 * Page wrappers
 */
div#wrapper {
	width: 998px;
	margin: auto;
}
div#wrapper_main {
	padding: 0px;
	margin: 0px;
	background: none;
}
div#wrapper_left {
	width: 200px;
	float: left;
}
div#wrapper_content {
	width: 586px;
	margin: 0px 6px;
	float: left;
}
div#wrapper_right {
	width: 200px;
	float: left;
}
div#wrapper_wide {
	width: 792px;
	margin: 0px 6px 0px 0px;
	float: left;
}
div#wrapper_simple {
	width: 762px;
	margin: auto;
	margin-top: 6px;
}

/*
 * Top banner and logo
 */
div.top, div.top2 {
	padding: 0px;
	margin: 0px;
	background-image: url('/inc/img/bg/headtst_h.jpg');
}
div.top_inner, div.top2_inner {
	margin: auto;
	width: 998px;
}
div.top, div.top_inner {
	height: 111px;
}
div.top2, div.top2_inner {
	height: 80px;
}
div.top_inner div.logo, div.top2_inner div.logo  {
	float: left;
	width: 200px;
	padding-left: 9px;
}
div.top_inner div.logo {
	margin: 30px 0px 0px 0px;
}
div.top2_inner div.logo  {
	margin: 20px 0px 0px 0px;
}
div.top_inner div.logo_christmas {
	float: left;
	width: 200px;
	margin: 10px 0px 0px 0px;
}
div.top_inner div.content_top, div.top2_inner div.content_top {
	float: right;
	width: 760px;
	text-align: right;
	margin: 10px 0px 0px 0px;
}

div.top_simple {
	background-image: url('/inc/img/bg/headtst_h.jpg');
	padding: 0px;
	margin: 0px;
	height: 82px;
}
div.top_simple_inner {
	margin: auto;
	width: 700px;
	height: 82px;
}
div.top_simple_inner div.logo {
	float: left;
	width: 200px;
	margin: 18px 0px 0px 0px;
}
div.top_simple_inner div.banner {
	float: right;
	width: 475px;
	text-align: right;
	margin: 10px 0px 0px 0px;
}

/*
 * Top navi bar
 */
div.navi {
	color: #484848;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-top: -1px;
}
div.navi .links {
	padding-left: 15px;
	clear: both;
}
div.navi .stats {
	float: right;
	padding: 11px 8px 11px 8px;
	width: 270px;
	text-align: right;
}

/*
 * Footer
 */
div.footer {
	background-image: url('/inc/img/bg/headtst2_min.jpg');
	height: 42px;
}
div.footer .footer_left {
	background: url('/inc/img/bg/leftcnr.jpg') no-repeat;
	height: 42px;
	width: 10px;
	float: left;
}
div.footer .footer_content {
	padding: 22px 0px 0px 6px;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	float: left;
}
div.footer .footer_content a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
div.footer .footer_content a:hover {
	text-decoration: none;
	color: #FF9900;
}
div.footer .footer_right {
	background: url('/inc/img/bg/rightcnr.jpg') no-repeat;
	height: 42px;
	width: 10px;
	float: right;
}

/*
 * Separators
 */
div.sep1 {
	font-size: 1px;
	line-height: 0px;
	height: 1px;
	background-color: #000000;
}
div.sep2 {
	font-size: 1px;
	line-height: 0px;
	height: 3px;
	background-color: #ff9900;
}
div.sep3 {
	font-size: 1px;
	line-height: 0px;
	height: 1px;
	background-color: #ffffff;
}
div.sep5 {
	font-size: 1px;
	line-height: 0px;
	height: 2px;
	background-color: #ff9900;
}
div.sep6 {
	font-size: 1px;
	line-height: 0px;
	height: 6px;
	background-color: #737373;
}
div.sep7 {
	font-size: 1px;
	line-height: 0px;
	height: 5px;
	background-color: #333333;
}

/*
 * Side boxes
 */
div.box {
	margin-bottom: 6px;
}
div.box .title {
	background: url('/inc/img/bg/headtst2.jpg') no-repeat #333333;
	text-align: center;
	color: #C0C0C0;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	padding: 14px 0px;
	margin: 0px;
}
div.box .title a {
	color: #C0C0C0;
}
div.box .title a:hover {
	color: #FF9900;
}
div.box .sep1 {
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
	height: 1px;
	background-color: #000000;
}
div.box .sep2 {
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
	height: 2px;
	background-color: #ff9900;
}
div.box .content {
	background-color: #f5f5f5;
	padding: 12px;
	font-size: 12px;
	color: #333333;
}
div.box .content .btn {
	margin-bottom: 8px;
}
div.box .menu {
	padding-left: 12px;
	padding-right: 0px;
}
div.box .carsearch {
	padding: 3px;
}
div.box .flags {
	float: left;
	padding-left: 5px;
	margin-top: -15px;
	padding-top: 10px;
	margin-bottom: -15px;
}
div.box .myosta {
	float: right;
	text-align: center;
	width: 110px;
}

/**
 * Main search box
 */
div.main_search {
	background-image: url('/inc/img/bg/headtst2_min.jpg');
	height: 42px;
}
div.main_search .search_left {
	background: url('/inc/img/bg/leftcnr.jpg') no-repeat;
	height: 42px;
	width: 10px;
	float: left;
}
div.main_search .search_right {
	background: url('/inc/img/bg/rightcnr.jpg') no-repeat;
	height: 42px;
	width: 10px;
	float: right;
}
div.main_search .search_box {
	float: left;
	padding: 10px 4px 0px 0px;
}
div.main_search .searchbox {
	background-image: url('/inc/img/bg/srcboxtst.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #EBEBEB;
	width: 250px;
	border: none;
	padding: 3px 1px;
}
div.main_search .searchselect {
	background-image: url('/inc/img/bg/srcboxtst.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #EBEBEB;
	width: 150px;
	border: none;
	padding: 2px 1px;
}
div.main_search .search_btn {
	float: left;
	padding-top: 10px;
}
div.main_search .search_link {
	float: left;
	padding: 10px 0px 0px 12px;
}

/**
 * Category header
 */
div.main_categories_hdr {
	background-image: url('/inc/img/bg/headtst2_min.jpg');
	height: 42px;
}
div.main_categories_hdr .category_left {
	background: url('/inc/img/bg/leftcnr.jpg') no-repeat;
	height: 42px;
	width: 10px;
	float: left;
}
div.main_categories_hdr .category_right {
	background: url('/inc/img/bg/rightcnr.jpg') no-repeat;
	height: 42px;
	width: 10px;
	float: right;
}
div.main_categories_hdr .title {
	text-align: center;
	color: #C0C0C0;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	padding: 14px 0px;
	margin: 0px;
	float: left;
	width: 770px;
}
div.main_categories_hdr .title a {
	color: #C0C0C0;
}
div.main_categories_hdr .title a:hover {
	color: #FF9900;
}

/*
 * Banners
 */
div.banners {
	background-color: #f0f0f0;
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin-bottom: 6px;
}
div.banners .banner {
	padding-bottom: 10px;
}
div#scrolling {
	overflow: hidden;
	height: 35px;
	z-index: 6;
	left: 0px;
	bottom: 0px;
}
div#scrolling img {
	margin-right: -3px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	width: 4096px;
}
div#scrolling_bottom {
	height: 35px;
}
div#flyThing {
	left: 0px;
	bottom: 40px;
	z-index: 6;
}
div#sliding_right {
	top: 0px;
	position: relative;
	padding: 10px;
}
div#corner-banner {
	right: 0px;
	bottom: 0px;
	z-index: 99999;
}
div#corner-banner .button {
	float: right;
}
div#corner-banner .button img {
	cursor: pointer;
	margin-right: 1px;
}
div#corner-banner .banner {
	float: right;
}

/*
 * Error and message box
 */
div.error {
	background-color: #990000;
	padding: 10px;
	color: #FFFFFF;
	font-size: 12px;
}
div.message {
	background-color: #009900;
	padding: 10px;
	color: #FFFFFF;
	font-size: 12px;
}
div.error .inner a, div.message .inner a {
	color: #FFFFFF;
	text-decoration: underline;
}
div.error .inner a:hover, div.message .inner a:hover {
	color: #FF9900;
}

/*
 * Containers
 */
div.container {
	margin-bottom: 6px;
}
div.container_2 {
	padding: 7px;
	background-color: #F9F9F9;
	margin-bottom: 6px;
}
div.container_3 {
	padding: 7px;
	background-color: #F5F5F5;
	margin-bottom: 6px;
}
div.container_4 {
	padding: 10px;
}
div.container_5 {
	padding: 0px 10px 6px 10px;
}
div.listing_tabs {
	padding: 7px 3px 3px 0px;
	text-align: right;
}
div.container_delfi {
	margin-bottom: 3px;
}

/*
 * Stepnavigation bar
 */
div.stepnav {
	padding: 8px 7px;
	height: 16px;
	clear: both;
}
div.stepnav .records {
	float: left;
	width: 125px;
}
div.stepnav .nav {
	float: right;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
div.stepnav .nav .active {
	color: #FF6600;
}

/*
 * Breadcrumbs
 */
div.breadcrumbs {
	color: #999999;
	font-size: 9px;
	text-decoration: none;
	padding: 4px;
	margin-bottom: 6px;
	line-height: 20px;
}
div.breadcrumbs a {
	font-size: 11px;
}
div.breadcrumbs td {
	vertical-align: top;
}
div.breadcrumbs h1 {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: normal;
}
div.breadcrumbs h1 a {
	font-size: 11px;
}

/*
 * Categories list
 */
ul.catcolumn {
	width: 255px;
	float: left;
	margin: 0;
	padding: 0;
}
ul.catcolumn ul {
	margin: 0;
	padding: 0;
}
ul.catcolumn li {
	margin: 0 0 10px 5px;
	list-style: none;
	padding: 4px 0 0;
}
ul.catcolumn li a {
	font-weight: bold;
}
ul.catcolumn li li {
	margin: 0 0 0 10px;
}
ul.catcolumn li li a {
	font-weight: normal;
}

div.page_stats {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

/*
 * Forms
 */
div.form {
	background-color: #F7F7F7;
	padding: 10px;
}
table.form {
	width: 100%;
	background-color: #F7F7F7;
	line-height: 22px;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
}
table.form td {
	padding: 3px;
	vertical-align: top;
}
table.form .lbl {
	width: 225px;
	text-align: right;
	color: #999999;
	padding-right: 2px;
}
table.form .title {
	font-weight: bold;
	background-color: #EEEEEE;
	padding-left: 5px;
}
table.form .buttons {
	background-color: #E6E6E6;
	padding: 10px 0px 10px 0px;
}
table.form .spacer {
	height: 10px;
}
table.form .search {
	padding: 6px 5px 0px 5px;
}
table.form .searchagent {
	background-color: #E6E6E6;
	padding: 6px 5px 0px 5px;
}
table.form .required {
	font-weight: bold;
	font-size: 14px;
	color: #EE0000;
}

/*
 * Navtabs
 */
ul.navtabs {
	padding: 0px;
	margin: 0px;
}
ul.navtabs li {
	background-color: #E6E6E6;
	padding: 8px 0px;
	list-style: none;
	line-height: 16px;
	float: left;
}
ul.navtabs .active {
	background-color: #F7F7F7;
}
ul.navtabs .sep {
	width: 4px;
	text-align: center;
	color: #999999;
}
ul.navtabs .link {
	padding-left: 7px;
	padding-right: 7px;
}
.navi_wrapper {
	background-color: #E6E6E6;
	padding-left: 3px;
	width: 100%;
}
.navi_padding {
	background-color: #F7F7F7;
	height: 10px;
	clear: both;
}
