/* CSS Document */

/* BASIC LAYOUT */

body, html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #e1e1e1;
	margin: 0;
	padding: 0;
	line-height: 14px;
}
a {
	color: #456591;
}
a:hover {
	color: #456591;
	text-decoration: none;
}
h1 {
	color: #456591;
	font-size: 16px;
	margin: 0 0 5px 0;
	line-height: normal;
}
h2 {
	color: #456591;
	font-size: 14px;
	margin: 0 0 5px 0;
}
h3 {
	color: #456591;
	font-size: 11px;
	margin: 0;
}
h4, h5, h6 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
#main_container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 897px;
	background: #ffffff url(media/bg.gif) repeat-y;
	margin: 0 auto -65px auto;
	padding: 0 19px;
}
#header_container {
	position: relative;
	width: 897px;
	height: 95px;
}
#header_container ul.links {
	position: absolute;
	right: 10px;
	top: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#header_container ul.links li {
	float: left;
	margin: 0 0 0 15px;
}

#header_container ul.links li a {
	text-decoration: none;
}
.logo_text {
	position: absolute;
	top: 20px;
	left: 3px;
}
.logo_opgenoort {
	position: absolute;
	top: 12px;
	right: 8px;
	display: none;
}
.clear {
	clear: both;
}
#push {
	height: 65px;
}
#footer {
	clear: both;
	position: relative;
	bottom: 0;
	background: #e1e1e1 url(media/footer.gif) no-repeat top;
	height: 25px;
	width: 897px;
	color: #656464;
	margin: 0 auto;
	padding: 40px 19px 0 19px;
}
#footer a {
	color: #656464;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
.letter_spacing {
	margin: 0 3px;
}
/* CATEGORY IMG CONTAINER */

#category_img_container {
	position: relative;
	width: 895px;
	height: 356px;
	background: #d4d4d4 url(media/devider.gif) repeat-x bottom;
	z-index: 1;
}
#shadow {
	position: absolute;
	width: 895px;
	height: 9px;
	background: url(media/shadow.png);
	z-index: 100;
}
*html #shadow {
	background: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/opgenoort/media/shadow.png', sizingMethod='scale');
}
#flash_container {
	position: absolute;
	top: 0;
	width: 895px;
	height: 340px;
	z-index: 1;
}
/* SHORTLINKS */

#merk_text, #shortlinks_bar {
	position: absolute;
	top: 253px;
	left: 3px;
	width: 889px;
	height: 20px;
	background: url(media/merk_balk.png);
	z-index: 10;
}
#shortlinks_bar {
	top: 315px;
}
*html #merk_text {
	background: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/opgenoort/media/merk_balk.png', sizingMethod='scale');
}
*html #shortlinks_bar {
	background: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/opgenoort/media/merk_balk.png', sizingMethod='scale');
}
#merken_container, #shortlinks_container {
	position: absolute;
	top: 253px;
	left: 3px;
	width: 889px;
	height: 87px;
	z-index: 20;
	font-size: 12px;
	font-weight: bold;
}
#shortlinks_container {
	top: 315px;
	height: 23px;
}
#merken_container img, #shortlinks_container img {
	margin-top: 7px;
	border: 3px solid #456591;
}
#merken_container a, #shortlinks_container a {
	text-decoration: none;
	padding-left: 2px;
	color: #000000;
}
#merken_container a:hover, #shortlinks_container a:hover {
	color: #456591;
}
.merk_link, .merk_link_last {
	float: left;
	width: 175px;
	height: 84px;
	border-right: 1px solid #ffffff;
	padding: 3px 0 0 2px;
}
#shortlinks_container .merk_link, #shortlinks_container .merk_link_last {
	height: 23px;
}
.merk_link_last {
	border-right: none;
}
.merk_text_link {
	color: #456591;
	padding-right: 3px;
}
/* CONTENT */

#content_container {
	width: 875px;
	margin-top: 10px;
	padding: 0 10px;
}
#home_news_container {
	float: left;
	width: 511px;
	border-right: 1px solid #d7d7d7;
	padding-right: 15px;
}
#home_actie_container {
	float: right;
	width: 332px;
	padding-left: 15px;
}
/* DROPDOWNMENU */

/*Navigatie container*/

			
/*Hoofdnaviagtie ul*/
#nav_container ul#navigation {
	position:absolute;
	top: 72px;
	width: 895px;
	height:24px;
	margin:0px;
	padding:0px;
	list-style:none;
	z-index:999;
	background: url(media/menu_bg.gif) repeat-x top;
}
/*hoofdnavigatie items*/
#navigation li.mainitem {
	float:left;
	width:149px;
	text-align:center;
}
/*hoofdnavigatie links*/
#navigation li.mainitem a.hoofditem {
	display:block;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	background-image:url(media/bar.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 5px 0 0 0;
}
#header_container #navigation li.mainitem a.lasthoofditem {
	background-image: none;
}
/*hoofdnavigatie links over*/
#header_container #navigation li.mainitem a:hover.hoofditem {
}
/*opent sub navigation ul's*/
#nav_container #navigation li:hover ul, #nav_container #navigation li.over ul {
	display:block;
}
/*ul subnavigation*/	
#navigation li ul {
	z-index:1000;
	display:none;
	margin:0px;
	padding:10px 5px;
	list-style:none;
	background-image:url(media/submenutop.gif);
	background-repeat:repeat-x;
	background-color:#f2f8ff;
	border-left: 1px solid #456591;
	border-right: 1px solid #456591;
	border-bottom: 1px solid #456591;
}
#navigation li ul li {
	padding:0px;
	margin:0px;
}
/*subnavigation links*/
#navigation li ul li a {
	display:block;
	width:82%;
	margin:0px;
	background-color: #f2f8ff;/* zonder deze werkt display block in IE 6 en 7 niet goed*/
	background-image:url(media/menu/submenubg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0px auto;
	text-align:left;
}
/*subnavigation links*/
#navigation li ul li a:hover {
}
/*stijlen voor menu links*/
#nav_container {
	font-size:12px;
}
#nav_container a.hoofditem {
	font-size:12px;
	font-weight:bold;
	padding-top:5px; /*hoogte van dit element is bovenaan gedefinieerd, houd daar rekeningen mee bij wijzigingen*/
	text-decoration:none;
	color:#fff;
}
#nav_container a:hover.hoofditem {
}
#nav_container a.subitem {
	padding: 5px;
	padding-left: 17px;
	color: #21445b;
	font-weight: normal;
	text-decoration:none;
	background: url(media/submenu_bg.gif) no-repeat left center;
}
#nav_container a.subitem:hover {
	color: #ffffff;
	background: #517099 url(media/submenuhover_bg.gif) no-repeat left center;
}
/* ATK NIEUWS */

/* lijstweergave */

#externnews .lijst_header, #externnews #detail_newsitem .detail_header, #externnews .popup_header {
	font-weight: bold;
	font-size: 14px;
	color: #456591;
}
#externnews .lijst_image .lijst_plaatje {
	float: left;
	width: 160px;
	border: 1px solid #456591;
	padding: 3px;
	margin: 0 5px 5px 0;
}
#externnews .lijst_image {
	float: left;
}
#externnews .article {
	padding-bottom: 12px;
}
#externnews .article {
	border-bottom: 1px solid #d7d7d7;
	height: 115px;
}
#externnews .pagenav {
	font-size: 9px;
}
/* detailpagina */

#externnews #detail_newsitem .detail_header {
	font-size: 16px;
	margin-right: 140px;
}
#externnews #detail_newsitem .detail_datum {
	margin-right: 140px;
}
#externnews #detail_newsitem .detail_image {
	float: right;
	margin-top: -27px;
}
#externnews #detail_newsitem .detail_image img {
	border: 1px solid #456591;
	width: 120px;
}
#externnews #detail_newsitem #detail_newsitem_content, #externnews #detail_newsitem .detail_navigation_back {
	margin-right: 140px;
}
/* popup */

#externnews #popup_content {
	margin: 10px;
}
#externnews #popup_content .popup_navigation_close {
	margin-bottom: 10px;
}
/* ATK ACTIE */
.acties .image, .actie .image {
	float: right;
	margin: 0 0 5px 5px;
}
.acties .image img, .actie .image img {
	border: 1px solid #456591;
	padding: 3px;
}
ul.acties {
	margin: 0;
	padding: 0;
}
.acties li {
	list-style: none;
	background: url(media/modellen_titel.gif) no-repeat center left;
	padding-left: 15px;
}
.detail_bodytext {
	margin: -30px 0 0 0;
}
p.back {
	text-align: right;
}
/* NIEUWE MODELLEN */

/* overzicht */

#nieuwexternindex .description {
	border: 1px solid #d7d7d7;
	width: 281px;
	height: 86px;
	overflow: hidden;
	margin: 0 9px 10px 0;
	background: url(media/modellen_bg.gif) no-repeat;
}
#nieuwexternindex .plaatje {
	float: left;
	height: 80px;
	overflow: hidden;
	margin: 0 5px 0 0;
	padding: 3px;
	border-right: 1px solid #d7d7d7;
}
#nieuwexternindex .modelname {
	font-weight: bold;
	padding-top: 5px;
}
#nieuwexternindex .details {
}
/* Uitvoeringenpagina */

#nieuwexternuitvoeringen h1, #nieuwexterndetail h2 {
	font-size: 14px;
	color: #000000;
	background: url(media/modellen_titel.gif) no-repeat center left;
	padding-left: 15px;
}
#nieuwexternuitvoeringen #header, #nieuwexterndetail #header {
	width: 877px;
	font-weight: normal;
	font-size: 10px;
}
#nieuwexternuitvoeringen #header a, #nieuwexterndetail #header a, .column a {
	font-size: 10px;
	text-decoration: underline;
}
#nieuwexternuitvoeringen #header a:hover, #nieuwexterndetail #header a:hover, .column a:hover {
	text-decoration: none;
}
#nieuwexternuitvoeringen img.plaatje, #nieuwexterndetail img.plaatje {
	position: absolute;
	right: 30px;
	border: 1px solid #456591;
	padding: 3px;
}
#nieuwexternuitvoeringen .uitvoering_label {
	padding: 5px 0;
	border-bottom: 1px solid #d7d7d7;
}
#nieuwexternuitvoeringen a {
	text-decoration: none;
}
#nieuwexternuitvoeringen .uitvoering a {
	font-weight: bold;
	text-decoration: underline;
}
#nieuwexternuitvoeringen .uitvoering a:hover {
	text-decoration: none;
}
table#uitvoering {
	width: 650px;
}
#uitvoering td {
	padding: 5px 0;
	border-bottom: 1px solid #ceddf2;
}
.odd, .even {
}
/* detail */

#nieuwexterndetail .label {
	font-weight: bold;
	border-bottom: 1px solid #ceddf2;
	width: 300px;
}
#nieuwexterndetail .data {
	border-bottom: 1px solid #ceddf2;
	text-align: right;
	width: 300px;
}
#alg, #tech, #veil, #int_ext {
	border: 1px solid #456591;
	border-top: none;
	width: 610px;
}
#alg table, #tech table, #veil table, #int_ext table {
	margin: 10px 5px;
}
#detail_gegevens {
}
#detail_algemeen, #detail_techniek, #detail_veiligheid, #detail_interieur {
	display: block;
	width: 135px;
	height: 18px;
	text-align: center;
	padding: 2px 8px 0 8px;
	background-color: #456591;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #456591;
	border-right: 1px solid #456591;
}
#detail_algemeen {
	border-left: 1px solid #456591;
}
#nieuwexterndetail table#nav {
}
#nieuwexterndetail table#nav a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#nieuwexterndetail table#nav a:hover {
	text-decoration: none;
	background-color: #dfe8ef;
	color: #456591;
	border: 1px solid #456591;
	border-bottom: none;
}
#nieuwexterndetail table#nav .activedetail {
	background-color: #ffffff;
	color: #456591;
	border: 1px solid #456591;
	border-bottom: none;
}
/* Afbeelding */

.column {
}
/* BROCHURE */

#brochures {
	background: url(media/brochure_bg.gif) right bottom no-repeat;
	border: 3px solid #dee0e3;
	padding: 10px;
}
.brochure_padding {
	padding: 0 10px;
}
/* OCCASIONS DSL */

/* overzicht */
.overzicht img {
	float: left;
	height: 80px;
	overflow: hidden;
	margin: 0 5px 0 0;
	padding: 3px;
	border-right: 1px solid #d7d7d7;
}
.overzicht p.occasion_name {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 5px 0;
}
.overzicht p.vestiging_name {
	font-weight: normal;
	font-size: 11px;
	margin: 8px 0;
}
.overzicht .occasions_link, .overzicht .vestiging_link {
	border: 1px solid #d7d7d7;
	width: 281px;
	height: 86px;
	overflow: hidden;
	margin: 0 9px 10px 0;
	background: url(media/modellen_bg.gif) no-repeat;
}
#occasions_totaal .terug_link {
	display: none;
}
/* zoekveld */

#zoekveld_dsl {
	padding: 5px 0 5px 20px;
	background: url(media/search_bg.gif) no-repeat;
	margin-bottom: -20px;
}
#zoekveld_dsl form {
	margin: 0;
	padding: 0;
}
#zoekveld_dsl select {
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#zoekveld_dsl #submit {
	float: right;
	display: inline;
	margin: 20px 0 0 0;
}
#zoekbox .footer h1 { /*Powered by Autokopen text */
	display: none;
}
#dsl table.overzicht {
}
#dsl .overzicht td {
	width: 150px;
	padding: 3px 20px 3px 0;
}
#dsl .overzicht a {
	display: block;
	padding-left: 15px;
	font-weight: normal;
}
#dsl .overzicht a:hover {
}
#overige_merken table.overzicht {
	width: 880px;
}
#overige_merken table.overzicht a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 255px;
	height: 22px;
	background: url(media/modellen_bg.gif) no-repeat center left;
	border: 3px solid #eff2f5;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
}
#overige_merken table.overzicht a:hover {
	color: #999999;
}
#dsl #overzicht_navigatie {
	font-size: 10px;
	font-weight: bold;
	color: gray;
	padding-bottom:5px;
	width:100%;
}
#dsl #overzicht_navigatie .terug_link {
	text-align: right;
}
#dsl #overzicht_navigatie #pagina_indicatie {
	font-size: 10px;
	font-weight: bold;
	color: gray;
}
#dsl #overzicht_navigatie #pagina_navigatie {
	font-size: 10px;
	font-weight: bold;
	color: gray;
}
#dsl #overzicht_navigatie #pagina_navigatie a {
	font-size: 10px;
	color: gray;
	color:#666666;
	text-decoration:underline;
}
#dsl #overzicht_navigatie #pagina_navigatie a:hover {
	font-size: 10px;
	color: gray;
	color:#666666;
	text-decoration:none;
}
#dsl #pagina_navigatie td {
	font-size:9px;
}
.splitter {
	font-size: 9px;
	font-weight: bold;
	color: gray;
	margin:0px 1px;
}
#dsl .selected {
	font-size: 11px;
	font-weight: bold;
	color: gray;
}
#dsl .nav {
	font-size: 10px;
	color: gray;
	margin-bottom: 10px;
}
#dsl #overzicht_tabel {
	width:100%;
}
#dsl .overzicht_rij_even {
	background-color:#fafafa;
}
#dsl .overzicht_rij_oneven {
	background-color:#ffffff;
}
#dsl .overzicht_rij_oneven td {
	padding: 2px 0;
}
#dsl .overzicht_rij_even td {
	padding: 2px 0;
}
#dsl .overzicht_rowtd {
	color:#000000;
	padding:10px;
}
#dsl .overzicht_voertuignaam a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding: 0 5px;
	font-size: 11px;
}
#dsl .overzicht_rowtd .nap img, #dsl .overzicht_rowtd .garantie img {
	margin-top: 3px;
}
#dsl .overzicht_voertuignaam a:visited {
	display:block;
	font-weight:bold;
	text-decoration:none;
}
#dsl .overzicht_voertuignaam a:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
}
#dsl .overzicht_aanbieding {
	padding:5px;
}
#dsl .overzicht_afbeeldinglink a {
	background-position:left center;
	background-repeat:no-repeat;
	color:#000000;
	font-size: 10px;
	font-weight: normal;
	display:block;
	padding:5px 0px 0px 0;
	margin-left: 5px;
	text-decoration:none;
}
#dsl .overzicht_th, #dsl td.overzicht_th_omschrijving {
	color:#ffffff;
	font-weight:bold;
	padding:5px 0px 2px 0;
	background-color: #456591;
	height: 15px;
}
#dsl .overzicht_th a, #dsl td.overzicht_th_omschrijving a {
	color:#ffffff;
	text-decoration:none;
}
#dsl td.overzicht_th_omschrijving {
	padding-right: 50px;
	padding-left: 5px;
}
#dsl td.overzicht_th {
	width: 100px;
}
#dsl .overzicht_th a:hover {
}
#dsl .overzicht_tf {
}
#dsl #detail_tabel {
	width:100%;
}
#dsl #detail_tabel #detail_carinfo, #dsl #detail_tabel #detail_dealerinfo {
	padding-left:0;
}
#dsl #detail_tabel #detail_carinfo_overige {
	margin:10px 0;
}
#dsl #detail_tabel #detail_carinfo_overige div {
	margin-top:10px;
}
#dsl #detail_tabel .detail_label {
	font-weight:bold;
	width:175px;
	height: 20px;
}
#dsl #detail_tabel form {
	padding: 7px;
}
#dsl #detail_tabel #detail_afbeelding h1 {
	display: none;
}
#dsl #detail_tabel #detail_afbeelding img {
}
#dsl #detail_tabel #detail_afbeelding .footer {
	display: none;
}
#dsl #detail_tabel #detail_afbeelding .detail_fotolink, #dsl #detail_tabel #detail_afbeelding .detail_fotofilmlink {
	margin-top:5px;
	text-align:center;
}
#dsl #detail_tabel #detail_afbeelding .detail_fotolink a {
	background-image:url(http://dsl.autokopen.nl/tpl/opgenoort/media/foto.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#000000;
	padding-left:25px;
	text-decoration:none;
}
#dsl #detail_tabel #detail_afbeelding .detail_fotofilmlink a {
	background-image:url(http://dsl.autokopen.nl/tpl/opgenoort/media/fotofilm.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#000000;
	padding-left:25px;
	text-decoration:none;
}
#dsl #detail_tabel #detail_buttons {
	text-align: right;
	font-weight: bold;
}
#dsl .detail_button {
}
#dsl .detail_button:hover {
}
.detail_nap {
	background-color: #f2f8ff;
}
.detail_data {
	width: 515px;
	padding-right: 10px;
}
#dsl #form_melding {
	color:#FF0000;
}
#dsl #terug_link {
	text-align:right;
	font-size: 12px;
}
#dsl .page_header, #page_header {
	margin:10px 0px;
	padding:2px;
}
#dsl .page_header, .header {
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	background: #456591;
}
#dsl #afbeelding td {
	vertical-align: top;
}
#dsl #afbeelding #page_header {
}
img.foto {
	margin-top: 3px;
}
.wsbsubtitel, .header_super {
	font-size: 12px;
	font-weight:bold;
	color: #456591;
}
td.body {
	height: 30px;
}
#dsl #popup_sluit_venster {
	font-size: 11px;
	text-align: right;
	padding:2px 5px;
}
#dsl .footer {
	margin: 20px 0;
}
#dsl .footer a {
	font-size: 8px;
	color: #ffffff;
}
#print_pop_up {
	background-color: #ffffff;
	padding: 15px;
}
#dsl .garantie {
}
#dsl .aantal_gevonden {
	font-weight: bold;
}
#dsl #terug_link {
	font-size: 10px;
}
/* SITEMAP */
.sitemap td.detailkop {
	font-size: 14px;
	font-weight: bold;
}
.sitemap ul {
	margin: 0 0 10px 15px;
	padding: 0 0 10px 15px;
}
.sitemap li {
	list-style: none;
	background: url(media/modellen_titel.gif) no-repeat center left;
	padding-left: 15px;
}
/* detailpagina colommen */
.optie {
	padding-bottom: -30px;
}
.collumn {
	float: left;
}
.collumn p {
	line-height: normal;
}
.no2 {
	margin-left: 30px;
}
/* VACATURE */

a.job {
	background: url(media/modellen_titel.gif) no-repeat center left;
	padding-left: 15px;
	margin-left: 10px;
}
.footer h1 a { /*Powered by Autokopen text */
	color: #ffffff;
}
#vestigingen .frame {
	border: 1px solid #d7d7d7;
}
#vestigingen h2 {
	padding: 12px 0 0 5px;
}
#vestigingen img {
	padding: 0 5px 0 2px;
}
#vestigingen td.frame img {
	padding-top: 3px;
}
.brochureaanvraag {
	border: 1px solid #d7d7d7;
	width: 281px;
	height: 40px;
	overflow: hidden;
	margin: 0 9px 10px 0;
	background: url(media/modellen_bg.gif) no-repeat bottom;
}
/* STIJLEN TOEGEVOEGD VOOR OPGENOORT IN ACTIE */

#home_actie_container .newsitem, #home_actie_container .actie {
	clear: both;
}
#home_actie_container .nav, #home_actie_container .publishdate, #home_actie_container .no_news {
	display: none;
}
#home_actie_container .lijst_image, #news_detail #image_container {
	float: right;
	width: 126px;
	margin-left: 5px;
}
.lijst_image img, #news_detail #image_container img {
	padding: 2px;
	border: 1px solid #456591;
	margin-bottom: 5px;
}
.newsitem a.title, .actie .lijst_header a {
	margin: 0;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#home_actie_container .newsitem p.article, #home_actie_container .actie p {
	margin: 0;
}
.newsitem, .list .actie {
	margin: 16px 0 10px 0;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #d7d7d7;
	height: 115px;
}
/* opegnoort in actie overzicht */
#home_news_container .news_list .nav {
	display: none;
}
#home_news_container .newsitem .lijst_image {
	float: left;
	width: 126px;
	margin-right: 5px;
}
.publishdate, #home_news_container .article {
	margin: 0;
}
#news_detail .nav {
	height: 25px;
	margin-bottom: 10px;
}
#news_detail .nav .navbar {
	float: left;
}
#news_detail .nav .back {
	float: right;
	text-align: right;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	position: absolute;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {
	color: #666666;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666666;
}
#TB_window a:focus {
	color: #666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background: url(media/macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop));
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:25px;
	padding:11px 18px 10px 0;
	float:right;
}
a#TB_closeWindowButton {
	display: block;
	width: 43px;
	height: 18px;
	background: url(media/close.gif);
	margin: -2px -5px 0 0;
}
a:hover#TB_closeWindowButton {
	background: #ffffff url(media/closehover.gif);
}
#TB_closeAjaxWindow {
	padding:2px 5px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#TB_title {
	background-color: #686464;
	height:27px;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal {
	padding:15px;
}
#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}
#TB_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

