* { outline: none; }

img { behavior: url(/includes/iepngfix.htc) }

body{
	background:url(/en_ca/franks/images/bg.jpg) black no-repeat center top; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

/**** HEADER ****/

#header {
	position:relative;
	width:980px;
	height:129px;
	margin:0px auto;
	background:url(/en_ca/portal/franks/images/bg_topHeader.jpg) no-repeat;
}

#logo{
	position:absolute;
	top:20px;
	left:50px;	
	border-style:none;
}


#log_in_box {
	float:right;
	width:302px;
	height:95px;
	margin-top:20px;
	margin-right:25px;
}
.change_lang {
	width:100%;
	height:25px;
}
.change_lang img{
	float:right;
	border-style:none;
}

/************** END HEADER **************/

/************** MAIN STRUCTURE **************/
#wrapper {
	position:relative;
	margin:0px auto;
	width:980px;
	height:auto;
	/*background:url(/images/bg_shadow.jpg) repeat-y;	*/
}

#main_container {
	position:relative;
	margin:0px auto;
	padding-top:25px;
	width:980px;
	min-height:690px;
	background-color:none;
	background:transparent url(/en_ca/portal/franks/images/bg_mainBody.jpg) no-repeat;	
}

#column_container {
	position:relative;
	margin:0px auto 0px auto;
	width:930px;
	height:665px;
}

#col_1 {
	float:left;
	width:202px;
	padding-right:6px;
	padding-top:0px;
	height:600px;
}

#col_2 {
	float:left;
	width:722px;
	height:auto;
}

#flash_banner {
	margin-top:15px;
	margin-left:5px;
}
.lateral_callout{
	margin:14px 3px;
}
/***** Coupon summary/cart *****/
#cart_container {
	padding-top:0px;
	height:50px;
	width:100%;
}
#cart_button {
	display:none;
}
#cart_button img {
	
}
#cart_summary {
	height:45px;
	padding-top:5px;
	width:251px;
	float:right;
	margin-right:5px;
	font-size:17px;	
	background:white url(/en_ca/portal/franks/images/bg_gradientSavings.jpg) no-repeat;
	color:#494949;
	overflow:hidden;
}
#cart_count{
	float:left;
	width:100px;
	padding-left:15px;
}
#cart_value{
	float:left;
	width:116px;
	padding-left:10px;
}
#num_coupons, #coupons_value{
	color:#df3421;
	font-weight:bold;
}
#spacer {
	height:8px;
	width:auto;
}
/******************** FOOTER ********************/

#footer {
	position:relative;
	margin:0px auto;
	padding-top:28px;
	width:980px;
	height:54px;
	background:white url(/en_ca/portal/franks/images/bg_bottomFooter.jpg) no-repeat;
	text-align:center;
	font-size:12px;
	color:#3f3f3f;
}
#footer a{
	text-decoration:none;
	color:#cc1300;
}




/***** REGULAR COUPONS *****/

#coupons_container {
	width:722px;
	height:auto;
	/*background:white url(/fr_ca/coupons/images/img_hdr_featured.gif) no-repeat;*/
	margin:35px auto 0px auto;
	padding-top:0px;
}
.coupon_row {
	width:722px;
	height:225px;
	position:relative;
	margin:0px auto 4px auto;
}
.coupon_holder{
	float:left;
	width:357px;
	height:225px;
	margin:0px 0px;
	padding:0px 2px;
}
.coupon {
	position:relative;
	width:357px;
	height:225px;
	background-image:url(/en_ca/portal/franks/images/img_coupon.jpg);
	color:#268e26;
}
.coupon_holder .selected { 	background-image:url(/en_ca/portal/franks/images/img_couponCLICKED.jpg); }
.coupon_holder .unavailable { background-image:url(/en_ca/portal/franks/images/img_couponUNAVAILABLE.jpg); }
.coupon_area {
	position:relative;
	width:100%;
	height:195px;
}
.coupon_button {
	position:relative;
	width:100%;
	height:30px;
	color:white;
	left:15px;
	top:5px;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}
.coupon_title {
	display:none;
	width:317px;
	height:50px;
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	font-weight:bold;
	font-size:17px;
	color:#00b6ad;
}
.coupon_title sup { font-size:11px; }
.selected .coupon_area .coupon_title {color:#005288;}
.coupon_image {
	position:relative;
	left:6px;
	top:10px;
	width:144px;
	height:144px;
}
.coupon_image img {
	width:144px;
	height:144px;
	cursor:pointer;
	cursor:hand;
}
.coupon_description {
	position:absolute;
	left:160px;
	top:60px;
	height:40px;
	width:180px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#755e35;
}
.coupon_description sup { font-size:9px }
.selected .coupon_area .coupon_description { color:#df3421 }
.coupon_long_description {
	position:absolute;
	left:160px;
	top:110px;
	width:180px;
	height:88px;
	text-align:left;
	font-size:11px;
	color:#333333;
	cursor:pointer;
	cursor:hand;
}
.coupon_long_description sup{ font-size:9px; }
#slogan{
	position:absolute;
	top:10px;
}
.coupon_offer {
	width:317px;
	height:28px;
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	font-weight:bold;
	font-size:25px;
	color:#bf9b2d;
}
.selected .coupon_area .coupon_offer { color:#a8130f }
.unavailable_mask {
	position:absolute;
	top:0px;
	left:0px;
	width:357px;
	height:200px;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
    opacity: 0.40;
	z-index:10;
	background-color:white;
}
.info_button{
	display:none;
}
#get_my_coupons {
	width:714px;
	height:40px;
	position:relative;
}
#get_my_coupons_img {
	float:right;
	cursor:pointer;
	cursor:hand;
}
.next_page_button{
	border-style:none;
}

#selected_coupon_form {
	height:0px;
	margin:0;
	padding:0;
}
#submit{
	float:right;
	padding-right:7px;
	padding-top:0px;
}

.coupon_share {
	position:absolute;
	left:315px;
	top:183px;
	height:15px;
	width:40px;
}
.coupon_share .twitter_button {
	margin-right:5px;
	cursor:pointer;
	cursor:hand;	
}
.coupon_share .facebook_button {
	cursor:pointer;
	cursor:hand;	
}

/**** Overlay ****/

#overlay_content{
	position:relative;
	top:0px;
	left:0px;
}
#back_shadow{
	width:490px;
	height:599px;
}
#coupon_overlay_image{
	width:465px;
	height:573px;
}
#close_coupon_overlay {
	position:absolute; 
	left:444px; 
	top:24px;
	cursor:pointer;
	cursor:hand;
}

