/* 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). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top:20%;
    left: 50%;
    
    margin-left: -400px;
    min-width: 808px;
    
    background-color: #fff;
    color: #333;
    border: 1px solid #333333;
    padding:1px;
	overflow:hidden;
}

	.jqmOverlay {
		background: url("/assets/images/interface/modal_overlay.png") repeat scroll 0 0 transparent !important;
		opacity:1 !important;
	}

/* 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');
}
.overlayHeader {
	background-color:#333333;
	height:38px;
}
.overlayHeader h2 {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin: 10px 0 0 10px;
}
.jqmClose {
	background-image:url(../assets/images/interface/close_white.png);
	background-repeat:no-repeat;
	background-position:right 0;
	height:20px;
	margin:10px 10px 0 0;
	display:block;
	line-height: 20px;
	font-size:14px;
	font-weight:bold;
	padding-right:25px;
	color:#ffffff;
}
.jqmClose:hover {
	background-position:right -20px;
	text-decoration:none;
}
#overlayContentDiv .productLeftColumn {
	margin:10px 0 10px 10px;
}
#overlayContentDiv .productRightColumn {
	margin:10px 10px 10px 0;
	width:440px;
}
#overlayContentDiv a.addPlus {
	float:none;
	width:160px;
	margin-bottom:7px;
}
#overlayContentDiv .addOptions {
    width: 207px;
}
#overlayContentDiv a.removeFromList {
	color:#7A2025;
	background-color:transparent;
	background-image:url(../assets/images/products/remove.gif);
	height:20px;
	padding:0 0 0 28px;
}
#overlayContentDiv .socialBar .socialIcons {
    float: left;
    margin: 5px 0 0 10px;
}
#overlayContentDiv .imgSubHead {
	margin-top:10px;
}
#overlayContentDiv .productNavBtns {
	height:40px;
	margin:0 0 10px 0;
}
#overlayContentDiv .arrowBack {
	width:200px;
}
.overlayInner .formBox {
	padding:15px 10px 0 20px;
	border:none;
}
.overlayInner .greenBox {
	width:135px;
	padding:15px;
	height:285px;
}
.overlayInner .greenBox li {
	line-height:14px;
	font-size:10px;
}
.overlayInner .greenBox h2 {
	font-size:12px;
}
.overlayInner .cboxBox input {
	float:left;
}
.overlayInner .cboxBox label {
	float:left;
	font-size: 12px;
    font-weight: lighter;
	margin-bottom:10px;
}
.formBox h3 {
	white-space:nowrap;
}
.registerBox {
	width:278px;
	height:300px;
}
.registerBox .itemList a {
	padding:0;
}
.loginBox {
	height:220px;
}
.loginBox .itemList a {
	margin:8px 0 0;
	padding:0;
}




