/* 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}); */
.jqmOverlay {
  background-color: #000;
}	

.jqmWindow {
  background: #171717;
  border: 1px solid #fff;
  color: #fff;
  display: none;
  font-size: .9em;
  left: 50%;
  margin-left: -300px;
  position: fixed;
  top: 17%;
  padding: 12px;
  width: 600px;
  
  *z-index:3000;
}

.jqmWindow input.text,
.jqmWindow textarea{
  font-size: 1em;
  padding: 5px;
}

.jqmWindow ul,
.jqmWindow ol{
  margin: 1em;
}

.jqmWindow .submit-area{
  float: none;
  width: 100%;
}
.jqmWindow .submit-area ul{
  margin: 0;
}

.jqmWindow p,
.jqmWindow div.form-row{
  margin-bottom: 1.5em;
  font-size: 9pt;
}
  .jqmWindow .permalink{
    background-color: #ccc;
    border: 1px solid #ccc;
    display: block;
    font-family: "Courier New", Courier, monospace;
    margin: .3em 0;
    padding: .1em;
    color: #000;
  }

.jqmWindow a,
.jqmWindow a:visited,
.jqmWindow a:link{
  color: #ccc;
  text-decoration: underline;
}
.jqmWindow a:hover{
  background-color: #8a8a8a;
}

.jqmWindow label{
  cursor: pointer;
  font-weight: bold;
}

/*Fix bug n°70 => no bold in contact us page*/
.jqmWindow label.nobold{
  cursor: pointer;
  font-weight: normal;
}
/*End Fix bug n°70 => no bold in contact us page*/


.jqmWindow .form_error{
  color: #c03;
  font-size: smaller;
}

/* 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(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
  }
a.jqmClose {
  position: absolute;
  /*top: 10px;
  right: 10px;*/
  top: 5px;
  right: 5px;
  z-index: 50;
  width: 15px;
  height: 15px;
  font-size: 0;
  text-indent: -5000px;
  background: url('../images/buttons/jqmclose.png') no-repeat 0 0;
  }
a.jqmClose:hover {
  background-position: 0 -15px;
  }
input.jqmClose { 
  border: 0;
  cursor: pointer;
  width: 50px;
  height: 21px;
  background: url('../images/buttons/enter.png') no-repeat 0 0;
  }
input.jqmClose:hover {
  background-position: 0 -21px;
} 
input.jqmExit {
  border: 0;
  cursor: pointer;
  width: 50px;
  height: 21px;
  background: url('../images/buttons/exit.png') no-repeat 0 0;
}
input.jqmExit:hover {
  background-position: 0 -21px;
} 
#disclaimerBox a.jqmClose {
  position: inherit;
  top: inherit;
  right: inherit;
  z-index: inherit;
  width: inherit;
  height: inherit;
  font-size: inherit;
  text-indent: inherit;
  background: inherit;
}

#contact-box input.text {
  font-size: inherit;
  padding: inherit;
}

#contact-box textarea {
  width: 250px;
  height: 150px;
}

#contact-box select {
  height: 15px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #3c3c3c;
  margin: 0 5px 0 0;
  padding: 0 2px 0 2px;
  background: #E1E0E0 none repeat scroll 0%;
  cursor: pointer;
  border: 1px solid #000;
}

#contact-box select.bigger {
  height: 18px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #3c3c3c;
  margin: 0 5px 0 0;
  padding: 0 2px 0 2px;
  background: #E1E0E0 none repeat scroll 0%;
  cursor: pointer;
  border: 1px solid #000;
}

#contact-left select {
  width : auto;
}


#content-send {
	width:230px;
	margin-left:-115px;
	padding:0px;
}
#jqmCloseSend {
	/*display:none;*/
}
#content-send .submit-area {
	width:150px;
	background:none;
}
#content-send .submit-area ul {
	padding:0;
}

#content-send .rating {
	position:absolute;
	bottom:3px;
	/*z-index:5;*/
	background: url('../images/semi-pixel3.png') repeat;
}

#sendFriendInside {
	padding:4px;
	background-repeat:no-repeat;
	background-position:0 0;
	
	background: url('../images/semi-pixel3.png') repeat;
}
#sendFriendInside .pTitleSend {
	float:left;
	padding:2px;
	text-transform:uppercase;
	margin-right:20px;
	/*background: url('../images/semi-pixel3.png') repeat;*/
}

#sendFriendInside form {
	float:right;
	width:159px;
}

#sendFriendInside .form-row {
	/*padding-left: 150px;*/
	margin-bottom: 0.5em;
}

#sendFriendInside .form-row input, #sendFriendInside .form-rowtextarea{
	font-style: italic;
	width: 146px;
}

#sendFriendInside li.submit{
	border-left-width: 0px;
}

#sendFriendInside li input.reg-submit{
	background: url('../images/buttons/taste-send2.png') no-repeat 0 0 !important;
}

/* Thickbox terms and social */
#content-terms-box, #content-social-box {
	overflow:auto;
	z-index:5000 !important;	
}
#content-social-box {
	height:auto;
}
#content-terms-box *, #content-social-box * {
	font-size:11px !important;
}
#content-terms-box .static-content, #content-social-box .static-content {
	padding-bottom:5px;
}
#content-terms-box {
	padding-right:0px;
	padding-bottom:0;
}
#content-terms-box .static-content {
	margin-top:15px;
	*margin-top:25px;
	height:500px;
}

/* Thickbox Register on Welcome page */
#content-welcome-register-box {
	/*overflow:auto;*/
	z-index:5000 !important;	
}