/************************************************************
  GLOBAL CONTENT BIG BOX DEFINITION FOR MAIN BOX HEADER MENU
  IN Coupons
 ************************************************************/

	ul.coupon {
		list-style-type: none;
		overflow: hidden;	
	}
	
	div.coupon {
		background-color:#FFFFFF;	
	}

	div.coupon_user {
		background-color:#DDDDDD;
		float: left !important;
		width:350px;
		margin:10px;	
		height: inherit;
		line-height: inherit;
	}

	ul.coupon li {
		line-height: 15px;
		float: left;
		height: 15px;
		margin:0 3px 0 3px;		
		overflow: hidden;
	}
	
	li.title {
		font-weight: bold;
		font-size: 12pt;
	}
	
	li.description {
		font-size: 8pt;
	}
	
	li.action {
		float:right !important;
	}
	
 .coupon_title {
 	font-weight:bold;
 	font-size:10pt;
 	color:#891112;
 	float:left !important;
 }
 
 .main_navigation a {
  	font-weight: bold;
  	text-decoration:none;
  	margin:0 5px 0 5px;
  	cursor:pointer;
  	font-size:12pt;
 	color:#FFFFFF;
 }
 

