a
{
color:White;
}



.bg_1
{
	background-image: url(../Images/bgHead.gif);
	background-repeat: repeat-x;
}
.bodyBackground
{
    background-image: url(../Images/backgroundBw.jpg);
    background-repeat: repeat-x;
    background-position:center center;

}
.contentArea
{
    height: 100%;
    background-color:#888888;
    filter:alpha(opacity=65);
    -moz-opacity:.65;
    opacity:.65;
}
.oferta
{
    font-family:Tahoma;
    color:Red;
    font-size:10pt;
    text-decoration:none;
}

.contentCell
{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
.smallDetails
{
    color:White;
    font-weight:normal;
    font-family:Verdana;
    font-size:7pt;
}
.slideShowStyle
{
    position:absolute;
    width:980px;
    height:150px; 
    border: solid 0px red;
    top:0px;
    overflow:hidden;
    
}
.orangeTitle
{
    font-family:Calibri,Verdana;
    color:#ff6f0f;
    text-decoration:none;
}
.menuItem
{
    position: relative; 
    top: 20px;
}

.selectedMenuItem
{
    background-color: #b1b1b1;
    height: 50px;
}

.bodyText
{
    font-family:Tahoma;
    color:White;
    font-size:10pt;
    text-decoration:none;
}
.pictureFrame
{
    border: solid 1px white;
}

.inactiveCategory
{
    text-decoration:none;
    color:#c8c8c8; 
    padding-left:10px;
    border-right: solid 1px #B3B3B3;
}

.plainTextLink
{
    text-decoration:none;
    color:inherit;
}
.inactiveCategory:hover
{
    color:#FFFFFF; 
    background-color:#686868;
    -moz-border-radius: 5px 0px 0px 5px;
	-khtml-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}

.activeCategory
{
    border-right: none;
    background-image:url("../Images/activeMenuItem.gif");
    background-position: right center;
    background-repeat:no-repeat;
    background-color:#ee7a17; 
    color:#FFFFFF; 
    -moz-border-radius: 5px 0px 0px 5px;
	-khtml-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.input
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 3px 5px;
	border: solid 1px black;
	font-size: 13px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
	text-decoration: none;	
	
}

.searchHeader
{
    font-weight:bold;
    background-color:Gray;
    border-width: 1px;
	border-style: solid;
	border-bottom-style:none;
	height:22px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
}

.roundHeader
{
    
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
	
    -webkit-border-radius-topleft:5px;
    -webkit-border-radius-topright:5px;

    -khtml-border-radius-topleft:5px;
    -khtml-border-radius-topright:5px;
    
    border-radius-topleft:5px;
    border-radius-topright:5px;

}
.roundFooter
{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
	
    -webkit-border-radius-bottomleft:5px;
    -webkit-border-radius-bottomright:5px;

    -khtml-border-radius-bottomleft:5px;
    -khtml-border-radius-bottomright:5px;
    
    border-radius-bottomleft:5px;
    border-radius-bottomright:5px;
}


.transparentElement
{
	filter:alpha(opacity=65);
    -moz-opacity:.65;
    opacity:.65;
}

.searchPanelBg
{
    background-color:rgb(200,200,200);
    border-width: 1px;
    width: 427px;
    height:140px;
	border-style: solid;
	border-top-style:none;
	-moz-border-radius: 0px 0px  5px 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.slidingMenu
{
    font-family:Verdana;
    font-size:8.25pt;
    position:relative;    
    overflow: hidden; 
    margin-left:auto; 
    margin-right:auto;
}
.sliding-menu, .sliding-menu ul {
margin:0;
width:110px;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
