/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;

	width: 100px;
	height:586px;
	
    position: fixed;
    top: 1%;
    left: 50%;
    
    margin-left: -300px;
    
    background-color: #fff;
    border: 1px solid black;
    padding: 1px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(1 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


.modalclose , .modalclose a {

	width:145px;
	background-color:#999999;
	height:20px;

	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height:20px;
	text-indent:13px;
}

.modalclose a:hover {
	color: #000000;
}





#contprod {
width:100%;
height:100%;
position:relative;

}
#cprodst {
float:left;
padding-left:15px;
}
#cprodst h1, #cprodst h2{
	font-family:  Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	font-size:17px;
	font-weight:bold;
	text-align:left;
	line-height:19px;
	padding-left:15px;
	color:#000000;
}

#cprodst h2{
	color:#E80E12;
}
#cprodst h3{
	font-family:  Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:14px;
	padding-left:15px;
	color:#000000;
	margin-bottom:50px;
}





#cproddr {
float:left;
margin-left:10px;
width:305px;
height:500px;
padding-left:10px;
padding-right:20px;
overflow:auto;

}

#cproddr h1, .cproddr_par, .cproddr_impar {
	font-family:  Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:12px;
	padding-left:5px;
	padding-right:5px;
	color:#000000;
}
.cproddr_par, .cproddr_impar {
	width:270px;
}

.cproddr_par{
	line-height:20px;
}
.cproddr_impar{
	line-height:20px;
	background-color:#EEEEEE;
}

#setlivrare, #oferta {
float:left;
font-weight:normal;
line-height:13px;
width:50px;
}

#setlivrare1, #oferta1 {
float:left;
font-weight:bold;
line-height:13px;
width:210px;
margin-left:10px;
}

#oferta1 {
	color:#F3503D;
}

.capprodd {
	width:275px;
	height:20px
	font-family:  Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#6F847A;
	text-align:left;
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;


}

#body_cent_contt a {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif,"Trebuchet MS", Verdana;
	border: none;
    color: #000000;
    text-decoration: none;
    font-weight:normal;
}

#body_cent_contt a:hover {
    color: #CC0000;
    text-decoration: underline;
    font-weight:normal;
}

.cproddrc {
float:left;
margin-top:10px;
margin-left:10px;
width:280px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
border:1px solid #666666;
}

.cproddrc h1, .cproddrc_par, .cproddrc_impar {
	font-family:  Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:12px;
	padding-left:5px;
	padding-right:5px;
	color:#000000;
}

.cproddrc_par{
	line-height:20px;
}
.cproddrc_impar{
	position:relative;
	line-height:20px;
	background-color:#EEEEEE;
}
