/* 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 {
	overflow:auto;
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 706px;
    height: 400px;
    border:6px solid #221f20;
    background-color: #fff;
    color: #000;
	font: normal 11px "Helvetica",Myriad Pro,sans-serif,Tahoma;
    padding: 12px 12px 0px
}
.jqmWindow .jqmClose {
	color:#000;
	float:right
}
.jqmWindow img {
	float:left;
	padding:10px 0px 0px 6px
}
.jqmWindow .productDetails {
	float:right;
	width:280px
}
.jqmWindow .productDetails h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px
}
.jqmWindow .productDetails h5 {
	font-size:9px;
	margin-bottom:2px;
	padding-bottom:2px
}
.productDetails h6 {
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 20px	
}
.productDetails hr {
	border:1px dotted #000;
	border-width:1px 0px;
	height:4px
}
.moreInfo h5 {
	border-bottom:1px dotted #000
}
ul.moreInfo li a, a.viewLarger {
	background:url(../img/view.gif) no-repeat left center;
	color:#000;
	padding-left: 12px
}

ul.paddedSling li a {
	width: 400px;
	background:url(../img/view.gif) no-repeat left center;
	font: normal 11px "Helvetica",Myriad Pro,sans-serif,Tahoma;
	color:#000;
	margin-top: 12px;
	padding-left: 12px
}

a.viewLarger {
	display:block;
	margin:0px 10px;
	padding:10px
}
ul.moreInfo li a:hover, ul.paddedSling li a:hover{
	text-decoration:underline;
}

.jqmWindow .productDetails ul,
.jqmWindow .productDetails ul li {
float:left;
width:100%
}
.productDetails ul li {
padding:1px 0px	
}
.jqmWindow .productDetails ul li span {
float:left;	
width:90px
}

.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');
}

.custom-error-190, .custom-error-220, .custom-error-250, .custom-error-280, .custom-error-310 {
	color: #f00;
	font-size: 14px !important;
	padding-bottom: 10px;
}

.custom-error-190 {
	width:190px;
}

.custom-error-220 {
	width:220px;
}

.custom-error-250 {
	width:220px;
}

.custom-error-280 {
	width:220px;
}

.custom-error-310 {
	width:220px;
}

