/* @override http://www.tratodirecto.com.ar/css/estructura2.css */

@charset "utf-8";

/* @group estructura2 */
*{padding: 0; margin: 0;}
body {
	background-image: url(../images/background2.png);
	background-repeat: repeat-x;
}
#col1 {
	width: 380px;
	float: left;
	border-right: 1px solid #efefef;
}
#col2 {
	width: 375px;
	float: right;
}
.datos {
	border-bottom:1px solid #bfbfbf;
	width: 100%;
	padding: 5px;
}
#logo{
	margin-bottom: 0px;
	padding-top: 5px;
	width: 212px;
	height: 120px;
	float: left;
}
#buscar{
	width: 250px;
	margin: 90px 0px 0px 10px;
	float: left;
	display: block;
	text-align: center;
	background-color: #f60;
}
#buscar label{
	color: #fff;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
.nota, .notaright {
	color: #0c7d1c;
	font-size: 9px;
	background-color: #fffbe4;
	padding: 5px;
	border: 1px solid #ffef7c;
}
.notaright{
		float: right;
	width: 200px;
}
.rojo, .error{
	font-weight: bold;
	color: #ff0f15;
}
/* @end */

/* @group Botoneras */
#bot {
	float: right;
	padding-right: 5px;
	margin-top: 10px;
}
#bot a{
	text-decoration: none;
}
 #botonera {
	width: 500px;
	padding: 0;
	position: relative;
	margin:0px auto;
	background-image: url(../images/botoneras.jpg);
	background-color: #FFFFFF;
	height: 100px;
	clear:both;
}
  #botonera li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  #botonera li, #botonera a {
	height: 100px;
	display: block;
}
#reservas {left: 0; width: 100px;}

#concosta {left: 100px; width: 104px;}

#cerrocatedral {
	left: 204px;
	width: 100px;
}
#baja {
	left: 303px;
	width: 97px;
}
#autos{
	left: 400px;
	width: 100px;
}
 
   #reservas a:hover {
    background: url(../images/botoneras.jpg) no-repeat 0 -100px;
	text-decoration: none;
}
	#concosta a:hover {
    background: url(../images/botoneras.jpg) -100px -100px no-repeat;}
   #cerrocatedral a:hover {
    background: url(../images/botoneras.jpg) -204px -100px no-repeat;}
    #baja a:hover {
    background: url(../images/botoneras.jpg) -303px -100px no-repeat;}
   #autos a:hover {
    background: url(../images/botoneras.jpg) -400px -100px no-repeat;}

/* @end */

/* @group grafico */
/* Contenedor del menu gráfico */
#menugraph {
	position: relative;
	float: right;
	width: 180px;
	overflow: hidden;
	visibility: hidden;
}
ul.menulist {
   			list-style-type: none;
			margin: 0;
			padding: 0;
			clear: both;
		}
		/* REQUIRED * the "slidingPanelsActivated" class added to container by the plug-in, allows for different presentation if JavaScript is disabled */
		ul.slidingPanelsActivated {
			display:block;
			position:relative;
			overflow:hidden;
			/* edit "padding" and "margin" with care, as they can mess things up across browser */
			padding: 0;
			margin: 0;
			/* adjust "height" as needed, em recommended */
			height: 9em;
		}
		ul.menulist li {
			display: block;
			padding:0;
			margin:0;
		}
		ul.menulist li a {
            position: relative;
            overflow: hidden;
            text-decoration: none;
            height: 100px;
            z-index: 10;
            letter-spacing: 0;
            display: block;
            margin: auto 0px;
        }
        html>body .menulist li a {
	width: auto;
}
		/* REQUIRED * the "slidingPanelsActivated" class added to container by the plug-in, allows for different presentation if JavaScript is disabled */
		ul.slidingPanelsActivated li {
			display:block;
			position:absolute;
			overflow:hidden;
			/* "left" and "width" properties set automatically */
			top: 0;
			/* edit "padding" and "margin" with care, as they can mess things up across browser */
			padding: 0;
			margin: 0;
			/* "height" of 100% recommended to keep panels all the same height as the container */
			height:100%;
		}
		ul.menulist li.one { background-image: url(barra/reservas.jpg); background-repeat: no-repeat;  }
        ul.menulist li.two { background-image: url(barra/cerrocatedral.jpg); background-repeat: no-repeat; }
        ul.menulist li.three { background-image: url(barra/concosta.jpg); background-repeat: no-repeat;}
        ul.menulist li.four { background-image: url(barra/autos.jpg);  background-repeat: no-repeat;}
/* @end */

/* @group menu contacto */
#navcontacto {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	background-color: #b2dcc6;
	color: #333;
}
#navcontacto ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navcontacto li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}
#navcontacto li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #00b643;
	border-right: 10px solid #39c467;
	background-color: #00bc3e;
	color: #fff;
	text-decoration: none;
}
html>body #navcontacto li a {
	width: auto;
}
#navcontacto li a:hover {
	border-left: 10px solid #00d05a;
	border-right: 10px solid #6bdf91;
	background-color: #00d742;
	color: #fff;
}
ul#navlistcontact li#active a {
	background-color: #FF9900;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC66;
	border-left-color: #FF6600;
}
ul#navlistcontact li a:hover, ul#navlistcontact li#active a:hover {
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC66;
	border-left-color: #FF6600;
	background-color: #FF9966;
}
/* @end */

/* @group menu ciudades */
#navcontainer {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	background-color: #90bade;
	color: #333;
}
#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navcontainer li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}
#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
}
html>body #navcontainer li a {
	width: auto;
}
#navcontainer li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
ul#navlist li#active a {
	background-color: #FF9900;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC66;
	border-left-color: #FF6600;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC66;
	border-left-color: #FF6600;
	background-color: #FF9966;
}
/* @end */

/* @group carrito */

#carrito
{
	margin: 5px 0;
	padding: 0;
	background-color: white;
	border: 2px solid maroon;
}
#carrito h3{
	background-color: maroon;
	padding: 0.20em;
	display: block;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-style: none;
}
#carrito .carrito{
	padding: 0.20em;
	text-align: center;
}

#carrito li
{
	list-style: none;
	margin: 0;
	padding: 0.10em;
	font-size: 10px;
	color: black;
}

#carrito li a { text-decoration: none; }
/* @end */
/* @group links */
/* Styles for the entire Links menu */
#links
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 100%;
}

#links li
{
list-style: none;
margin: 0;
padding: 0.5em;
border-top: 1px solid gray;
}

#links li a {
	text-decoration: none;
	font-weight: bold;
	color: #2175bc;
}
#links li a:hover {
	color: orange;
}

#links li .desc
{
	font-size: 9px;
}
/* @end */

/* @group menu filtros */
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 30px; 
    padding: 3px 5px;
    margin: 0px;
    overflow: hidden;
}
/*
.lavaLamp {
    position: relative;
    height: 30px; margin: 0px;
    background: url("img/lava.gif") no-repeat top;
    overflow: hidden;
	padding: 3px 5px;
}*/

/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
	}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: url("img/lava.gif") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	}
.lavaLamp li.back.left {
	background: url("img/lava.gif") no-repeat top left;
	height: 30;
	margin-right: 9px;
	}
/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #fff; outline: none;
	text-align: center;
	height: 28px; top: 7px;
	z-index: 10; letter-spacing: 1;
	float: left; display: block;
	margin: auto 10px;
	}
/* @end */

/* @group iconos */

.addC {
	background: url('images/botones.png') no-repeat -8px -8px; width: 16px; height: 16px;
}

.addCHover {
	background: url('images/botones.png') no-repeat -8px -40px; width: 16px; height: 16px;
}

.viewP {
	background: url('images/botones.png') no-repeat -8px -72px; width: 16px; height: 16px;
}

.viewPHover {
	background: url('../images/botones.png') no-repeat -8px -104px; width: 16px; height: 16px;
}

.sendC {
	background: url('images/botones.png') no-repeat -8px -136px; width: 16px; height: 16px;
}

.sendCHover {
	background: url('images/botones.png') no-repeat -8px -168px; width: 16px; height: 16px
}

.cancelC {
	background: url('images/botones.png') no-repeat -8px -200px; width: 16px; height: 16px
}

.cancelCHover {
	background: url('images/botones.png') no-repeat -8px -232px; width: 16px; height: 16px;
}



/* @end */

/* @group TooTips */
/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 77%;}
#JT_copy p, #JT_copy ul{font-size: 85%;}
#JT_copy p, #JT_copy label{font-size: 93%;}


#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-22px;
	height:10px;
	width:20px;
    top:4px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:10px;
	width:20px;
    top:4px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #FF9900;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left, #JT_close_right{
	background-color: #FF9900;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
}

.jTip{
cursor:help;
}



/* @end */

/* @group Imagenes Propiedades */

#slideshow{
	margin:auto;
	position: relative;
	height: 390px;
	width: 380px;
}

.pics {
	height: 390px;
	width: 380px;
	overflow: hidden;
}

.pics img{
	
}
#controls { z-index: 1000; position: absolute; top: 0; left: 0; display: none;
    background-color: #333; margin: 0; padding: 6px; 
    width: 100%;
	color: white;
	font-weight: bold;
	text-align: center;
}
#controls span { margin: 0 5px }
#controls a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#controls a:hover {
	text-decoration: underline;
}


/* @end */

/* @group Gallery base */

#myGallery, #myGallery2, #myGallerySet, #flickrGallery
{
	width: 320px;
	height: 240px;
	z-index:5;
	border: 1px solid #000;
	overflow: hidden;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallery2 img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	/*background: #000;*/
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background: #000;*/
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	/*background: #000;*/
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

/* @end */

/* @group Gallery TR */

#myGallery {
	text-align: center;
	margin: 0 auto;
	width: 380px !important;
	height: 293px !important;
	overflow: hidden;
}
#myGallery2
{
	padding: 3px;
	height: 120px;
	width: 180px;
	height: 110px !important;
	width: 180px !important;
	margin: 0 auto;
	overflow: hidden;
}

img.full {
	width: 380px !important;
	height: 293px !important;
}

/* @end */

/* @group Disponibilidad */
table.calendar {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}
table.calendar td, th {
	text-align: center;
	border: 0px;
	padding: 0px;
}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {width: 19px; height: 10px; font-size: 8px; background-color: #dcffcb;}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 9pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {
	color: #3366CC;
	text-align: center;
}
table.calendar td.linked-day {font-size: 8pt}

table.prevnext {width: 100%; margin-top: .3em;}
table.prevnext td{
	font-size: smaller;
}
table.prevnext td a{text-decoration: none}

table.calendar .booked {
	color: white;
	background-color: #ff0f15;
}

#calendar{
	text-align: center;
}

#calendar h3{
	color: #1525c8;
	font-weight: bold;
	text-align: center;
}

#calendar .nota{
	color: #ff0f15;
	font-size: 9px;
}

/* @end */

/* @group TableSorter */
/* tables */
table.tablesorter {
	margin:10px 0px 3px;
	font-size: 10pt;
	width: 100%;
	text-align: left;
	background-color: #FFFFFF;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	color: white;
	background-color: #313480;
	border: 1px solid #FFF;
	font-size: 9px;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	background-color: #fff8ef;
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color: #e9e7ff;
}

table.tablesorter tbody tr:hover td {
	background-color:#D2FFE9;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #fd8333;
}


/* @end */

/* @group Formulario Buscador */

form.buscador legend {
  font-size: 11px;
  padding: 0 5px;
  font-weight: bold;
}
form.buscador label {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.8;
  vertical-align: center;
}
form.buscador input, form.buscador select {
	font-size: 11px;
	background-color: #eeebff;
	border-style: solid;
	border-color: #d4d8ff;
	border-width: 1px;
}
form.buscador em {
  font-size: small;
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

/* ---------------- */
/* fancyform styles */
/* ---------------- */
/*
.demo{
	width: auto;
	display:block;padding:0.5em;
	padding-left:32px;
	background-position:8px center;
	background-repeat:no-repeat;
	border:1px solid #252525;
	cursor:pointer;
}
.checked{background-image: url('img/chk_on.png');}
.unchecked{background-image: url('img/chk_off.png');}
.selected{background-image: url('img/rdo_on.png');}
.unselected{background-image: url('img/rdo_off.png');}
*/
form.buscador fieldset .left, form.buscador fieldset fieldset .left, form.buscador fieldset .right, form.buscador fieldset fieldset .right {
	width: 350px;
}
	
form.buscador fieldset .left, form.cmxform fieldset fieldset .left {
  float: left;
}

form.buscador fieldset .right, form.buscador fieldset fieldset .right  {
  float: right;
}

form.buscador #button{
	background-color: green;
	color: white;
	font-weight: bold;
	font-size: 14px;
	width: 90px;
}

/* @end */

/* @group ThickBox */

/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
#TB_window {
	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(../images/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) + 'px');
}

#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 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	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;
}


/* @end */
