@charset "utf-8";
/* CSS Document */

/*#couponLeft, #couponRight {

	width: 350px;
	height: 175px;
	background: url(../images/coupon_bg2.png) no-repeat;
	padding:15px 0px 0px 10px;
}

#couponLeft{
	float: left;
}*/

.couponControls{
float:left;
width:230px;
padding-left:10px;
}

.couponControls img{
text-decoration:none; 
border:none;
padding-bottom:3px;

}

.couponControls img:hover{
position:relative;
top:-1px;
left:-1px;
}

.couponsContainer{
float:left;
width:740px;
}



.couponLeft a:link, #couponRight a:link, .couponLeft a:visited, #couponRight a:visited, .couponLeft a:active, #couponRight a:active {
text-decoration:none;
}

.couponLeft a:hover, #couponRight a:hover{
text-decoration: none; color: none;
}


.couponLeft img, #couponRight img {
	border:0;
}

.couponLeft{
/*    position:relative;*/
	width: 340px;
	height: 162px;
	background: url(../images/coupon_bg2.jpg) no-repeat;
	z-index:1;
	padding:15px 5px 5px 10px;
/*	border:#999999 1px solid;*/
	float:left;
	margin-right:5px;
	margin-left:10px;
	margin-bottom:10px;
}


.couponEdit a:link, #couponRight a:link, .couponLeft a:visited, #couponRight a:visited, .couponLeft a:active, #couponRight a:active {
text-decoration:none;
}

.couponEdit a:hover, #couponRight a:hover{
text-decoration: none; color: none;
}


.couponEdit img, #couponRight img {
	border:0;
}

.couponEdit{
/*    position:relative;*/
	width: 340px;
	height: 162px;
	background: url(../images/coupon_bg_edit.jpg) no-repeat;
	z-index:1;
	padding:15px 5px 5px 10px;
/*	border:#999999 1px solid;*/
	float:left;
	margin-right:5px;
	margin-left:10px;
	margin-bottom:10px;
}



#couponRight{
	width: 340px;
	height: 162px;
	background: url(../images/coupon_bg2.jpg) no-repeat;
	z-index:100;
	padding:15px 5px 5px 10px;
/*	border:#999999 1px solid;*/
	float:left;
	margin-right:10px;
	margin-left:5px;
	margin-bottom:10px;
}




.couponLeft:hover, .couponLeft:focus, #couponRight:hover, #couponRight:focus {
position:relative;
top:-2px;
left:-2px;
/*	background: url(../images/coupon_bg2_o.png) no-repeat;*/
/*border: #000099 1px solid;*/
}

#couponRight:hover, #couponRight:focus{
/*	background: url(../images/coupon_bg2_o.png) no-repeat;*/
/*	border: #000099 1px solid;*/
}



#couponImage{
margin:0 10px 0 0;
float:left;
width:100px;
height:100px;
/*background:url(../images/headCheese.png) no-repeat;*/

}

	#midCouponBox{
	margin:5px 10px 0px 0px;
	height:110px;
	}

	#boldText{
	font-size:16px;
	color: #191970; 
	font-weight: bolder;
	text-align:center;
    font-family:Arial, Helvetica, sans-serif;
/*	background-color:#191970*/;
/*	position:relative;
	left:-5px;*/
    overflow:hidden;
    white-space:nowrap;
	}
	
		.boldText{
	font-size:16px;
	color: #191970; 
	font-weight: bolder;
	text-align:center;
    font-family:Arial, Helvetica, sans-serif;
/*	background-color:#191970*/;
/*	position:relative;
	left:-5px;*/
    overflow:hidden;
    white-space:nowrap;
	}
	
	#couponLogo{
	float:left;
	margin-right:10px;
	border: 1px solid black;
	}
	
	.couponLogo{
	float:left;
	margin-right:10px;
	border: 1px solid black;
	}
	
	
	#shortText{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
		overflow: hidden;
	}
	
		.shortText{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	overflow: hidden;
	}
	

#businessName{
	text-align:left;
	font-size:16px;
	color: #353D92;  /*BLUE*/
	font-weight: bolder;
	font-family:Arial, Helvetica, sans-serif;
}

.businessName{
	text-align:left;
	font-size:16px;
	color: #353D92;  /*BLUE*/
	font-weight: bolder;
	font-family:Arial, Helvetica, sans-serif;
}

.saveCancel{
	position:relative;
	background: #D7DAD6;
	text-align:center;
	padding:5px;
	margin:5px 0 10px 0;
	border:2px solid #191970;
}


#btmCouponBox{
height:25px;
}

#expiration{
/*	position:relative;*/
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.expiration{
/*	position:relative;*/
	/*float:left;*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.disclaimer{
width:500px;
height:50px;
border:thin solid #191970;
margin-top:10px;
}
.disclaimerFlash{
width:500px;
height:50px;
margin-left:35px;
}

.tags{
	width:500px;
	height:50px;
  /*background: white;*/
	border: 1px solid #191970;
	margin-top:10px;
}

.marginEditPost{
	
	margin:10px 0 0 35px ;
}

.icons{
position:relative;   /*TAKE THIS OUT BECAUSE OF IE LAYERING ISSUE WITH MENUS*/
left:17px;
top:-4px;
}

* html .icons{
left:30px;
top:-100px;
}

#iconCell, #iconPrint, #iconEmail{
	float:left;
	padding:1px;
	border:solid 1px #F0EBCE;
}
#iconDetails {
	float:left;
	padding:4px 4px 0px 4px;
	border:solid 1px #F0EBCE;
	height:22px;
}

#iconCell:hover, #iconPrint:hover, #iconEmail:hover{
border:solid 1px #191970;
background:#7dc244;
cursor:pointer;
}
#iconDetails:hover{
border:solid 1px #191970;
background:#7dc244;
cursor:pointer;
}
#iconCell, #iconPrint, #iconEmail {
	color:#191970;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;

	text-decoration:none;
}
#iconDetails {
	color:#191970;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;

	text-decoration:none;
}

#iconCell img, #iconPrint img, #iconEmail img {
	border:0;
}
#iconDetails img {
	border:0;
}

.selectToEdit a{
	background:#191970;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	padding:5px;

}

.selectToEdit a:hover {
background:#7dc244;
}

.watchTut_button img{
text-decoration:none; 
border:none;
position:relative;
top:10px;
left:40px;
}
.watchTut_button img:link, watchTut_button img:visited, watchTut_button img:active {
text-decoration:none;
}

.watchTut_button img:hover{
position:relative;
top:9px;
left:39px;
}


#easyTooltip{
	margin:0 10px 1em 0;
	width:250px;
	padding:8px;
	background:#191970;
	border:1px solid red;
	line-height:130%;				
	}
#easyTooltip h3{
	margin:0 0 .5em 0;
	font:13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:white;
	}	
#easyTooltip p{
	margin:0 0 .5em 0;
	color:white;
	}		
#easyTooltip img{
		padding:1px;
		float:left;
		margin-right:10px;
		}		

#item{
display:none;}