/* 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 
{
	width:auto;
	background:#fff;
	padding:3px;
	border:5px solid #666666;
	position:fixed;
	top: 20%;
    left: 50%; 
    margin-left: -255px;
    display: none;
}
	
.MultiPack  {
    display: none;
    position: absolute;
    width: 502px;
    background:transparent;
    border:none;
  }

.PlainModal  {
    display: none;
    position: absolute;
    width:850px;
    background:transparent;
    border:none;
    margin-left:-425px;
  }


.jqmWindow .modalframe 
{
	width:100%;
	height:550px;
	background:#fff;
}

.jqmWindow .ModalWrap 
{
	background:#fff;
	min-height:500px;
}

.MultiPack .ModalWrap {
	 background: url(../web_download/images/modalTop-trans.png) no-repeat;
	  min-height:500px;
}

.PlainModal .ModalWrap {
	 background: url(../web_download/images/modalWideTop-trans.png) no-repeat;
	  min-height:500px;
}

.ModalContent {
	padding:25px 25px 5px 25px;
	text-align:left;
}

.MultiPack .ModalBottom {
	height:32px;
	width:502px;
	background: url(../web_download/images/modalBottom-trans.png) no-repeat;
}

.PlainModal .ModalBottom {
	height:58px;
	width:850px;
	background: url(../web_download/images/modalWideBottom-trans.png) no-repeat;
	
}
.MultiPack .ModalWrap h3 
{
	color:#fff;
}

.PlainModal .ModalWrap h3 {
	font:21px Georgia, "Times New Roman", Times, serif;
	background: url(../web_download/images/Shopping/rule-double.gif) repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:20px;
}	

.jqmOverlay  
{
	background-color: #000000; 
}

.MarketBox 
{
	padding:20px 10px 10px 10px;
	font-size:14px;
}

.MarketBox ul 
{
	margin:10px 0px 10px 0px;
	border-top:1px solid #CDCFB3;
	border-bottom:1px solid #CDCFB3;
	padding:5px 0px 5px 0px;
}
.MarketBox ul li 
{
	line-height:24px;
}
.MarketBox ul li a.country
{
	background: url(../web_download/images/PWS/radio-off.gif) no-repeat left center;
	line-height:20px;
	/*padding-left:24px;*/
	padding:2px 0 2px 24px;
}
.MarketBox ul li a.selectedCountry 
{
	background: url(../web_download/images/PWS/radio-on.gif) no-repeat left center;
	font-weight:bold;
}	
.MarketSave 
{
	text-align:center;
}