ul.dropdown ul{  visibility: hidden; position: absolute; top: 100%; left: 0; float:left }
ul.dropdown ul li{  float: none; }								
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{}  
.msg_info, .msg_success, .msg_warning, .msg_error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.msg_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('https://www.greatcanadianrebates.ca/credit-cards/assets/images/info.png');
}
.msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('https://www.greatcanadianrebates.ca/credit-cards/assets/images/success.png');
}
.msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('https://www.greatcanadianrebates.ca/credit-cards/assets/images/warning.png');
}
.msg_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('https://www.greatcanadianrebates.ca/credit-cards/assets/images/error.png');
}
.error{
	color:#FF0000;
}
.clr{
	clear:both;	
}
input.error,textarea.error{
	background-color:#FFFF00;
	border:1px solid #FF0000;
}
.input-large{
	width:500px;
	border:1px solid #A5CE3A;
}
.input-cash{
	width:80px;
        height:25px;
	border:1px solid #000;
        text-align: center;
}
.form_label{
	font-weight:bold;
	color:#474749;
}


#menu_out{
	width:966px;
	position:absolute;
	z-index:10000;
	top:27px;
	left:-20px;
	height:51px;
	padding-top:50px;
}
#menu_wrapper{
	height:37px;
	padding-top:14px;
	position:relative;
	z-index:10000;
	padding-left:38px;
	background:url(images/menu_bg.png);
	border-left:1px solid #752F1E;
}
#logo_div{
	width:323px;
	height:53px;
	position:absolute;
	z-index:100000;
	left:16px;
	top:13px;
}
#credit_card{
	width:218px;
	height:169px;
	position:absolute;
	z-index:100000;
	right:-45px;
	top:-27px;
}
#menu_wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
        position: relative;
}
#menu_wrapper ul ul{
        position: absolute;
        background: #D33E2F;
        width: auto;
}
#menu_wrapper li{
	float:left;
        position: relative;
}
#menu_wrapper ul ul li{
        position: relative;
}
#menu_wrapper a{
	display:block;
	width:auto;
	padding-left:14px;
	padding-right:14px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	color:#FFF;
	font-size:22px;
	font-weight:bold;
}
#menu_wrapper ul ul a{
	display:block;
	padding-left:5px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
        width: 230px;
        padding-right: 0;
}
#menu_wrapper ul ul a:hover{
    background: #C79A26; 
}

#body_wrapper{
    position: relative;
    padding: 25px;
    z-index: 1000;
}
#body_left{
    width: 220px;
    float: left;
    border-right:1px dotted #000;
    padding-right: 15px;
}
#body_right{
    width: 608px;
    float: right;
}
.left_ul ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.left_ul li{
    height: 40px;
    border-bottom: 1px solid #CBCBCB;
}
.left_ul a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    background: url(images/li_bg.png) left top no-repeat;
    color: #3A3A3A;
    text-decoration: none;
    font-size: 12px;
}
.spcr_10{
	height:10px;
}
.spcr_20{
	height:20px;
}
.spcr_30{
	height:30px;
}

.blue_h1{
    font-weight: bold;
    color: #0893AC;
}
#hdng_div{
    height: 40px;
    width: 600px;
    float: left;
}
.faq_question{
    font-weight: bold;
    color: #0893AC;
    font-size:14px;
    line-height: 25px;
    margin-bottom: 15px;
}
.faq_question span{
    padding-right: 10px;
     color: #0893AC;
}
.faq_question a{
    text-decoration: none;
    color: #0893AC;
}
.faq_answer{
    padding-left: 25px;
    line-height: 22px;
    font-size:16px;
    padding-bottom: 20px;
    display: none;
}
.news_date{
    padding-bottom: 10px;
    color: #666666;
}
.blog_title{
    font-weight: bold;
    color: #0893AC;
    font-size:14px;
    line-height: 25px;
    margin-bottom: 15px;
}
.blog_title a{
    text-decoration: none;
    color: #0893AC;
}
.blog_content{
    padding-left: 25px;
    line-height: 20px;
    padding-bottom: 20px;
}
#detail_summary{
	color:#2a2a2a;
	font-size : 14px;
	line-height:34px;
	height:40px;
	width:375px;
	float:right;
	padding-left:15px;
	background:url(images/view_glass.png) left top no-repeat;
}
#detail_summary a{
	color:#2a2a2a;
    text-decoration: underline;
	font-weight:normal;
}
#detail_summary a.active{
	background-color: #add8e6;
	text-decoration:none;
	font-weight:bold;
}
#card_dtl_wrapper{
	position:relative;
	 display:none;

}
#card_summary_wrapper{
	position:relative;
       
}
.summary_wrapper{
	position:relative;
}
.blue_bg{
    background: #E9EEF3;
}
.detail_view{
	padding-top:10px;
	padding-bottom:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #8C8C8C;
	margin-bottom:10px;
	position:relative;
}
.summary_view{
	border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #8C8C8C;
	position:relative;
	color:#04090E;
}
.summary_hdr{
	font-weight:bold;
	color:#04090E;
	font-size:16px;
}
.summary_name{
	width:135px;
	position:absolute;
	height:53px;
	left:-1px;
	top:-8px;
	font-weight:bold;
	font-size:16px;
	color:#2a2a2a;
}
.summary_name img{
	margin-right:7px;
}
.card_minim{
	width:30px;
	height:22px;
	border:1px solid #8C8C8C;
	text-align:center;
	line-height:22px;
	font-size:22px;
	font-weight:bold;
	background:#D40A00;
	color:#FFF;
	position:absolute;
	right:-1px;
	top:-1px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	cursor:pointer;
}
.detail_hdr{
	padding-left:20px;
	font-size:22px;
	font-weight:bold;
	color:#2a2a2a;
	float:left;
	width:400px;
	padding-bottom:15px;
}
.detail_hdr img{
	margin-right:15px;
}
.detail_apply{
	width:129px;
	height:47px;
	float:right;
	padding-right:30px;
	padding-top:18px;
}
.detail_desc{
	padding:20px;
	background:#F2F2F2;
	color:#2a2a2a;
	line-height:20px;
	margin-bottom:12px;
}
.detail_desc1{
	padding:20px;
	background:#DFDFDF;
	color:#2a2a2a;
	line-height:20px;
	margin-bottom:12px;
}
.detail_desc ul{
    margin: 0;
    padding-left: 10px;
}
.detail_desc li{
    width: 800px;
    line-height: 25px;
    color: #0893AC;
}
.detail_desc li  span{
    color:#2a2a2a;
}
.summary_details{
	padding:20px;
	background:#F2F2F2;
	color:#2a2a2a;
	line-height:20px;
	font-size:14px;
	display:none;
}
.summ_dtl_right{
	width:65px;
	float:right;
}
.summ_dtl_left{
	width:800px;
	float:left;
}
.summ_dtl_left ul{
    margin: 0;
    padding: 0;
}
.summ_dtl_left li{
    width: 140px;
    float: left;
    line-height: 25px;
    color: #0893AC;
    padding-right: 20px;
}
.summ_dtl_left li  span{
    color:#2a2a2a;
}
.detail_pnl{
	
	border-top:1px solid #9D9D9D;
	border-bottom:1px solid #9D9D9D;
	background:#E0E0E0;
}
.detail_td{
	font-size:13px;
	border-left:1px solid #9D9D9D;
	border-right:1px solid #9D9D9D;
	line-height:20px;
}
.td_init_rewards,.td_ongoing_rewards,.td_annual_rewards{
    display:none;
}
.credit_label{
    font-size: 14px;
}	
.cwCalc{border:1px solid black; padding: 20px; background: #DDDDDD}
.cwCalc TH{background-color:#BBBBBB;}
.cwCalc TD{background-color:#DDDDDD;}
#cwResult{ 
    font-weight:bold;
    padding-top: 20px;
}
.cash_lbl{
    font-size:16px;
    font-weight:bold;
    color:#000000;
}

	