/* 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 (via jqModal.js). */
	
.jqmWindowAdult {
	  background: white;
	  display: none;
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -290px;
    width: 562px;
    height:619px;
    padding: 8px;
    font-family:Arial, Helvetica, sans-serif;
}

#windowContent {
	height:619px;
	width: 562px;
	background: url(/images/warning.jpg) white left bottom no-repeat;
}

.jqmWindowAdult h1
{
	text-align: center;
	font-size: 24px;
	color: #ba4d48;
	padding-top:10px;
	font-family:"Times New Roman", Times, serif;
}

.jqmWindowAdult p 
{
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font-size: 12px;
}
.jqmWindowAdult ul
{
  padding-left: 120px;
  font-size: 12px;
}
.jqmWindowAdult a, .jqmWindowAdult a:hover, .jqmWindowAdult a:visited {
	color: #b94d4a;
}
.jqmWindowAdult .button
{
	text-align: center;
}

.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(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* Alert boxes */
/* jqModal alert CSS courtesy of;
	 Alexandre Plennevaux <alexandre@pixeline.be>,
	 Brice Burgess <bhb@iceburg.net> */


div.jqmAlert { /* contains + positions the alert window */
	display: none;

	position: fixed;
	top: 17%;
	width: 100%;
}

.ie7 div.jqmAlert{left:0;}

/* 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 div.jqmAlert {
	 position: absolute;
	 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* image popup */
#imagebox{ width:auto; height:auto; top:50px; left:50%; margin-left: -257px; background:none; }
.ie6 #imagebox, .ie7 #imagebox{ width:538px; }
#imagebox img{ border:12px solid #f2f2f2; }
#imagebox .jqmClose{ float:right; color:#fff; font-weight:bold; text-decoration:none; margin:5px 0; display:inline-block; }
.ie6 #imagebox .jqmClose{ display:block; }

/* video popup */
#videobox{ width:auto; height:auto; top:50px; left:50%; margin-left: -257px; background:none; }
#videobox img{ border:12px solid #f2f2f2; }
#videobox .jqmClose{ float:right; color:#fff; font-weight:bold; text-decoration:none; margin:5px 0; display:inline-block; }

.jqmWindowSample .jqmClose, .jqmWindowTellafriend .jqmClose, .jqmWindowfreebody .jqmClose
{
	 width:26px;
  height:26px;
  display:block;
  clear:right;
  position:absolute;
  top:0;
  right:0;
}

.jqmWindowfreebody .category-products
{
	padding: 30px;
}


#fp1 .free_title {
    padding-left: 50px;
    padding-top: 40px;
    font-size: 18px;
    font-weight: bold;
}

#fp1 .products-grid .product-name {
    text-align: center;
}
#fp1 .products-grid .actions {
    text-align: center;
}
#fp1 .products-grid {
    padding-left: 50px;
}
