/*//////////////////////////////////////
Ids and classes
//////////////////////////////////////*/

.promo, .vendor {
	cursor: pointer;
}

.mo {
	/*width: 100%; height: 100%;*/
	color: #fff;
	padding: 3px 5px;
	font-weight: normal;
	text-align: center;
	width: 100px;
	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
	background-color: #000;
}

#promo_callout h1 {
	display: block;
	background-color: #e6e4ce;
	height: 40px;
	text-align: center;
	color: #444;
	margin-bottom: 20px;
}

#disclaimer {
    line-height: 15px;
	font-size: 10px;
	color: #666;
	font-weight: bold;
}

#address {
	width: 250px;
	font-size: 16px;
    height: 22px;
    margin-bottom: 5px;
}

#status_text {
	margin-bottom: 0px;
	font-size: 16px;
    line-height: 30px;
}

#share_buttons {
	margin-top: 20px;
	/*margin-bottom: 10px;*/
}

#expiration {
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

#websites li {
	display: block;
}

#websites a {
	text-decoration: none;
	color: #03f;
}

.promo {
	background-repeat: no-repeat;
	background-position: top left;
}

.promo.large {
	width: 406px;
	height: 250px;
}

.promo.small {
	width: 196px;
	height: 125px;
}

#pc_top {
	height: 19px;
	background: url('/images/modal_top.png') top left no-repeat;
}

#pc_content {
	background: url('/images/modal_body.png') top left repeat-y;
	padding: 0px 20px;
}

#pc_bottom {
	height: 19px;
	background: url('/images/modal_bottom.png') top left no-repeat;
}

#pc_info {
	float: left;
	width: 320px;
}

#pc_actions {
	float: left;
	margin-left: 20px;
	width: 300px;
}

.status {
	display: none;
	height: 85px;
}

#loading {
	text-align: center;
}

#loading img {
	margin-top: 20px;
}

#promo_callout .error {
	color: red;
}

#promo_callout a:hover {
	color: #06f;
}

#success {
	font-size: 24px;
	text-align: center;
    line-height: 40px;
}

#error {
	text-align: center;
}

#pending {
	text-align: center;
	
}

/*//////////////////////////////////////
jqModal styles
//////////////////////////////////////*/

#promo_callout {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -340px;
  	width: 680px;
}

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