@charset "utf-8";
@import url("reset.css");
@import url("nav.css");
@import url("layout.css");

/***** Global Classes *****/ 
.clear          { clear:both; }
.float-left     { float:left; }
.float-right    { float:right; }
 
.text-left      { text-align:left; }
.text-right     { text-align:right; }
.text-center    { text-align:center; }
.text-justify   { text-align:justify; }
 
.bold           { font-weight:bold; }
.italic         { font-style:italic; }
.underline      { border-bottom:1px solid; }
.highlight      { background:#ffc; }
.descriere		{ font-size: 70%; padding: 5px 0; background: url(../img/hline.gif) bottom no-repeat; }
.wrap           { width:930px; margin:0 auto; }
.extendwrap		{ width: 100%; overflow: auto; border-top: 1px solid #454545; background-color: #000;}
 
.img-left       { float:left;margin:4px 5px 4px 0; }
.img-right      { float:right;margin:4px 0 4px 5px; }
 
.nopadding      { padding:0; }
.noindent       { margin-left:0;padding-left:0; }
.nobullet       { list-style:none;list-style-image:none; }
.title			{ background: url(../img/hline.gif) bottom left no-repeat; }
.smallTitle		{ font-size: 1.2em; }

/*-- Highslide --*/
.highslide {
	cursor: url(../img/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
/*.highslide img {
	border: 2px solid gray;
}*/
.highslide img {width: 92px; height: 74px; float: left; padding: 3px 3px 20px; margin: 0 10px 10px 0; background: #333 url(../img/zoom.gif) bottom left no-repeat;}
/*.highslide:hover img {
	border: 2px solid white;
}*/
.highslide:hover img {background-color: #da251c;}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
	color: #000;
}
.highslide-caption span { color: #f00; }
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../img/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../img/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
