/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*************  jq zoom **************/
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}
/**** MODIFIERS *****/


#content_main .product .img_container {
height:125px;
}

span.describe, span.describe2 {
	background-color:#000000;
	clear:both;
	color:#FBED3B;
	float:none;
	font-family:Impact,sans-serif;
	font-size:24px;
	letter-spacing:2px;
	margin-bottom:2px;
	padding:3px;
	text-decoration:none;
	text-transform:uppercase;
}

.produs .img_container {overflow:hidden;}

.produs ul.all li,
.produs ul.all li a:hover, .produs ul.all li a.selected {height:115px;}

#productImages li {height:100px;width:150px;overflow:hidden; border:1px solid #87A2B2;margin:15px 0 20px 0;cursor:pointer}
#productImages li.selected {border-width:2px;}

.main_menu ul li.selected a {background:#eff5f9;color:#3f4c5a}
.main_menu ul li.selected a:hover {background:#fff;}

#brands .brand {
	background:url("../images/bg_brand_1.gif") no-repeat scroll 0 0 transparent;
	height:64px;
	overflow:hidden;
	padding:10px;
	width:150px;
}
.lnkb  {
	color:#87A1B1;
	font-size:12px;	
}
.lnkb:hover {
	color:#fbed21
}
#brands a.detalii{
	background:url("../images/arrow_2.gif") no-repeat scroll 100% 3px transparent;
	font-weight:bold;
	height:15px;
	color:#87A1B1;
	padding-right:16px;
}
#brands a.detalii:hover {
	color:#fbed21
}
h2.ytitle {
	color:#FBED21;
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	text-transform:uppercase;
	padding:0 !important;
	letter-spacing:-0.1px;
}

.rezultate_cautare table tr th {font-size:12px;}

.ferror {padding-left: 100px !important; margin-top: 10px; clear: both; font-size: 11px; color: red;}
