html, body
{
	   font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-style: normal;
        color: #000000;
		
	
	padding : 0;
	
	margin : 0;
	
	cursor : default;
}

html
{
	height : 100%;
}

body
{
	position : relative;
	/*min-width : 483px;*/
	width:100%;
}

a, a:visited, a:link {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        font-style: normal;
        color: #0E4A71;
    	text-decoration:underline;
}

a:hover {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 10px !important;
        font-style: normal !important;
        color: #008A63 !important;
    	text-decoration:underline;
		}

a img
{
	border : 0 none;
}

h1, h2, h3, h4, h5, h6
{
	padding : 0;
	margin : 0;
}

input[type='text'], input[type='password']
{
	font : 11px Verdana, Helvetica, Arial, sans-serif;
}

.skipblock
{
	display : none;
}

.clear
{
	clear : both;
}

.normal_case
{
	text-transform : none !important;
}

p.error, ul.error
{
	font-weight : bold;
	color : #900;
}
p.success
{
	font-weight : bold;
	color : #267c61;
}

.q_and_a {
	background-color:#a2d9e3;
	padding:10px;
	margin:10px 0px;
	border:#467d87 2px solid; 
	-moz-border-radius:12px;
	border-radius: 12px;
}
.question
{
    font-weight:bold;
    font-size:13px;
    color:#0e4a71;
	text-decoration:underline;
	
}

.question:hover
{
	color:#008a63;
	cursor:pointer;
}

.answer
{
	text-decoration:none;
	padding:10px;
	margin:10px 0px 0px;
	border:#467d87 2px solid; 
	-moz-border-radius:12px;
	border-radius: 12px; 
	background-color:#ffffff;
	
}

/* head.css */
h1
{
	width : 191px;
	height : 66px;
	float : left;
	
	margin : 8px 15px;
}
h1 a
{
	display : block;
	width : 100%;
	height : 100%;

	text-indent : -32767em;
}


/* foot.css */

#top_portion {
	min-width:800px;
}
#main_menu
{
	text-align : right;
        padding : 0;
        margin : 0 0 0;

}
#main_menu li a, #footer li a {
	color:#0e4a71;
}

ul.delimited_menu 
{
	margin-bottom : 1em;
	text-align :center;
	margin : 0 0 0 0;
}

#footer
{
	padding-top:10px;
        text-align : center;
        bottom : 0px;
        height : 12px;
        font-weight:bold;
        font-size:10px;
}


#main_menu li, #footer li, ul.delimited_menu li
{
        display : inline;
        color:#0e4a71;
        list-style : none;
        padding : 0 2px 0 3px;
}


/* body.css */
#content
{
	position :relative;
	clear : both;
	top:0px;
	/*background-color : #fff;*/
/*	background-color:lightblue;*/
	background-repeat : no-repeat;
	background-position : top left;
	min-height:900px;
	max-width:855px;
}

#content h2
{
	position : relative;
	float : left;
	width : 150px;

	font : 36px Palatino, Georgia, serif;
	letter-spacing : -2px;
	color : #0e4a71;
	
	margin : 16px 18px;
}

#content h2 span
{
	position : absolute;
	display : block;
	top : 0px;
	
	margin-right : 1px;
}
#content h2:before
{
	display : block;
	
	content : attr(title);
	color : black;
	
	padding : 1px 0 0 1px;
}

#content h3
{
	display : block;
	
	margin : 0.5em 0 1em;
}
#content h3.hidden
{
	display : none;
}

#content h4
{
	font-weight : bold;
	font-size : 1em;
	text-decoration : underline;
	
	margin : 0.5em 0 1em;
}

#page_content
{
	position:relative;
	top:0px;
	min-height:830px;
	padding : 10px 20px;
	margin-right : 175px;
	height: 100%;
	min-width:550px;

}

#page_content1 {
	position:relative;
	top:0px;
	min-height:830px;
	padding : 10px 20px;
	height: 100%;
	min-width:550px;

}

#mobile_page_content
{
	position:relative;
	top:0px;
	min-height:830px;
	padding : 10px 20px;
	height: 100%;

}

#page_content :link,
#page_content :visited
{
	text-decoration : underline;
}

#page_content :link:hover,
#page_content :visited:hover
{
	text-decoration : none;
}

#page_content li
{
	margin-bottom : 0.5em;
}

#page_content .fb,
#page_content .fb:link,
#page_content .fb:visited
{
	
	display : block;
	width : 104px;
	height : 24px;
	float : left;
	
	font-weight : bold;
	line-height : 24px;
	vertical-align : middle;
	text-align : center;
	text-transform : lowercase;
	text-decoration : none;
	color : #fff;
	
	padding : 2px 3px;
	background : transparent url('../images/content-button.png') no-repeat top left;
}
#page_content .fb:hover,
#page_content .fb:link:hover,
#page_content .fb:visited:hover
{
	font-weight : bold;
	color : #0d415e;
	
	background-position : bottom left;
}

#page_content p > img:first-child
{
	margin : -1em 5px 5px 0;
}
#page_content td > p:first-child
{
	margin-top : 0;
}

#page_content h2 {width:100%; left:-20px; height:auto; line-height:100%; color:#005971}
#page_content h2 span {width:100%; height:auto;}

#sub_menu
{
	position : absolute;
	top : 0;
	right : -175px;
	height:100%;
	width : 155px;
	font-size:12px;
		
	font-family : Palatino, Georgia, serif;
	
	padding : 0 5px 0 5px;
	margin : 0;
	border-left: solid 1px #0e4a71;
}

#sub_menu :link, #sub_menu :visited
{
	font-weight:normal;
	color : #005a44;
}
#sub_menu li.active :link,
#sub_menu li.active :visited
{
	font-weight:bold;
	color : #0a415e;
}

#sub_menu :link:hover,
#sub_menu :visited:hover
{
	text-decoration : underline;
}

.mem a {color:#a80000;}

#sub_menu li
{
	list-style : none;
}
#sub_menu li:first-child
{
	padding-top : 15px;
}
#sub_menu li
{
	text-align : right;

	padding-top : 5px;
	padding-bottom : 5px;
}
#sub_menu li.last
{
	padding-bottom : 15px;
}

#sub_menu li.img
{
	padding-top : 0;
	padding-bottom : 0;
}
#sub_menu li.img a
{
	vertical-align : middle;
	text-align : center;
}

#sections_menu
{
	position : relative;
	width : 163px;
	z-index : 3;

	float:left;
	padding : 0;
	margin : 4px auto;
}
#sections_menu li
{
	width : 143px;
	height : 33px;
	float : left;
	
	list-style : none;
	
	font-weight : bold;
	text-align : center;
	text-transform : lowercase;
	
	background : transparent url('../images/menu-button-bg.png') no-repeat top left;
	margin : 4px;
}
#sections_menu li.active,
#sections_menu li:hover
{
	background-position : bottom left;
}
#sections_menu li.active :link,
#sections_menu li.active :visited
{	
	color : #57ab90;
}

#sections_menu li a
{
	display : table-cell;
	
	width : 143px;
	height : 33px;
	vertical-align : middle;
	
	text-align : center;
	line-height : 0.9em;
	
	padding-top : 1px;
}

#content h7
{
	position : relative;
	float : left;
	width : 150px;

	font : 36px/32px Palatino, Georgia, serif;
	letter-spacing : -2px;
	color : #0d415e;
	
	margin : 16px 18px;
}


.fixed_cont {
	position:absolute;
	top:94px;
	left:147px;
	width:88%;
}

.fixed_contLog {
        position:absolute;
        top:94px;
        left:147px;
        width:88%;
        height:100%;
}


.fixed_left{
	position:absolute;
	top:95px;
	left:1px;
	z-index:3;
}

.fixed_top{
	position:absolute;
	height:100%;
	width:100%;
}
.head_logo{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:95px;
	background : url('../images/header_band.jpg') no-repeat top left;
}

.logo_pic{
	position:absolute;
        top:0px;
        left:0px;

	z-index:2;
}

.bottom_top{
	position:absolute;
	top:75px; 
	right:0px;
	padding-right: 10px;
	width:100%;

}

#ticker{
	position:relative;
	left:-650px;


}

.container1 {
	position: relative; 
	top:20px;
	padding: 10px 10px 10px 10px;
        border: solid 1px #0e4a71;

}

.container2 {
        position: relative;
        top:2px;
        padding: 5px 5px 5px 5px;
	border: solid 1px #0e4a71;
	text-align: center;
}

#sn2{position:relative; left:25px; top:0px;}
.menuLog{position:absolute; top:109px; left:2px;}

#contentLog{position:relative; top:15px;}
#contentLog2{position:relative; top:30px;}

.menu_bg{
position:absolute;
left:-145px;
top:0px;
width:150px;
height:100%;
background-color:#cad7d5;

}
.offerpad{
padding:10px 0px 10px 10px}

#col2OF{
	padding-left:20px;
}

#col3OF{
	padding-left:50px;
}

.subheading {
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 11px !important;
        font-style: normal !important;
        color: #000000 !important;
        font-weight: bold !important;
}

.subheading li{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        color: #000000;
        font-weight: bold;
}

.subheading p, .subheading span{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        color: #000000;
        font-weight: bold;
}



.promohead {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-style: normal;
        color: #e20000;
        font-weight: bold;
}

.promosubhead {
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
	letter-spacing: -.2px !important;
        font-style: normal !important;
        color: #0e4a71 !important;
        font-weight: normal !important;
		padding:15px 30px 0 10px;
		line-height:18px;
		text-align:left !important;
}

.promosubhead h1 {
        font-size:16px;
		width:100%;
		margin:0px;
		height:100%;
		padding-bottom:10px;
		
}

.promosubhead p {
        margin:5px 0px 10px;
}

.promosubhead1 {
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 18px !important;
		letter-spacing: -1px !important;
        font-style: normal !important;
        color: #e20000 !important;
        font-weight: bold !important;
}

.promotext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        color: #4f7b8f;
        font-weight: bold;
}

.promotext2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        color: #000000;
        font-weight: normal;
}

.dealred {
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-style: normal !important;
       color: #e20000 !important;
        font-weight: bold !important;
		}
		
		.dealred2 {
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 16px !important;
        font-style: normal !important;
       color: #e20000 !important;
        font-weight: bold !important;
		letter-spacing: -1px !important;
		}
		
		.dealblue {
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-style: normal !important;
       color: #0c00ff !important;
        font-weight: bold !important;
		}
			#dealdisc {
		font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 9px !important;
        font-style: normal !important;
		letter-spacing: -.5px !important;
        color: #000000 !important;
        font-weight: bold !important;
		 padding: 10px 20px 10px 10px !important;
		 clear:both;
		 width:555px;
		}
		
		.dealhead {
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 16px !important;
        font-style: normal !important;
        color: #e20000 !important;
        font-weight: bold !important;
}

.dealcopy{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        color: #000000;
        font-weight: bold;
}

.salehead {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style: normal;
        color: #000000;
        font-weight: bold;
		letter-spacing: -1px !important;
}

.salehead1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        color: #0E4A71;
        font-weight: bold;
		letter-spacing: -1px !important;
}

.homepromosubhead {
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 24px !important;
		letter-spacing: -1px !important;
        font-style: normal !important;
        color: #000000 !important;
        font-weight: bold !important;
}

.homepromosubhead1 {
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 45px !important;
		letter-spacing: -1px !important;
		line-height:40px !important;
        font-style: normal !important;
        color: #e20000 !important;
        font-weight: bold !important;
}

.plain1 {
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 11px !important;
        font-style: normal !important;
        color: #000000 !important;
       
}


		.sidesub{
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-style: normal !important;
       color: #426d78 !important;
        font-weight: bold !important;
		}


/*body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:15px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }
*/

.hover{
	z-index:99;
	width:180px;
	height:335px;
	position:absolute;
	color:black;
	padding:5px;
	background : transparent url('/image_server.php?image_id=2327') no-repeat top left;
/*
	top:-10px;
	display : none;
	visibility:hidden;
*/
}
.tr_head {
        font : 36px/32px Palatino, Georgia, serif;
	letter-spacing : -2px;
	color : #fff;
        color: #000000;
        font-weight: bold;
		}
		
.tr_content1{
	font : 12px Helvetica, Arial, sans-serif;
	color : #000000;
	
	padding : 10px;		
}

.tr_content2{
	font : 12px Helvetica, Arial, sans-serif;
	color :#033854;
	
	padding : 10px;		
}

.tr_terms{
	font : 10px Helvetica, Arial, sans-serif;
	color : #033854;
	
	padding : 10px;		
}
#offer_li
{
	padding-top:8px;
	height:500px;
}
#new_item
{
	width:100%; 
	padding:0px 5px 5px 5px; 
	vertical-align:top; 
	height:210px;
	background-color : #ffc000;
}

#new_item_img
{
	float:right;
	position:relative;
	right:-13px;
	top:-8px;
}

#new_item_out
{
	padding-left:5px; 
	padding-right:5px; 
	padding-top:5px;
}

.style7
{
	font : 10px Helvetica, Arial, sans-serif;
	color : #033854;
	
	padding : 0;
	background-color : #fff;
	margin : 0;
	
	cursor : default;
}

#left_column{
	width:155px;
	border-right:solid 1px #0e4a71;
}

#right_column{
}


#content_all{
	/*	background-color:lightblue; */       
	border-right:1px solid #0e4a71;
	height:1400px;
	 width:800px;
	
}
.rec_reward{
	font-weight:bold;
	font-size:13px;
	text-align:center;
}

.weather_title{
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

#profile_form{
	position:absolute;
	padding:10px;
	width:500px;
	background-color:#fff;
	top:75px;
    left:35%;
    border:solid 2px #0e4a71;
    opacity:0.97;
    filter:alpha(opacity=97);
    z-index:98;
	text-align:left;
}

#cust_support{
	padding:10px;
    text-align:left;
}

#cust_support_nojs{
    padding:10px;
    text-align:left;
}

#weekly_form{
        position:absolute;
	padding:10px;
        width:700px;
        background-color:#fff;
        top:75px;
        left:25%;
        border:solid 2px #0e4a71;
        opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        text-align:left;

}

#monthly_form{
        position:absolute;
	padding:10px;
        width:700px;
        background-color:#fff;
        top:75px;
        left:25%;
        border:solid 2px #0e4a71;
        opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        text-align:left;

}

#upload_info{
        position:absolute;
	padding:10px;
        width:200px;
        background-color:#fff;
        border:solid 2px #0e4a71;
        opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        text-align:left;
	
}


#profile_information{
        position:absolute;
        width:700px;
	padding:10px;
        background-color:#fff;
        top:75px;
        left:25%;
        border:solid 2px #0e4a71;
        opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        text-align:left;

}

#profile_information_square{
        position:absolute;
        width:700px;
        padding:10px;
        background-color:#fff;
        top:675px;
        left:25%;
        border:solid 2px #0e4a71;
        opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        text-align:left;

}


#upload_coupon_form{
        position:absolute;
        width:700px;
        background-color:#fff;
	padding:10px;
        top:75px;
        left:25%;
        border:solid 2px #0e4a71;
        opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        text-align:left;

}


#select_punch_form{
        position:absolute;
        width:500px;
        background-color:#fff;
	padding:10px;
        top:75px;
        left:35%;
        border:solid 2px #0e4a71;
        opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        text-align:left;

}

#redeem_punch_form{
        position:absolute;
        width:500px;
        background-color:#fff;
	padding:10px;
        top:75px;
        left:35%;
        border:solid 2px #0e4a71;
        opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        text-align:left;

}


#weather_form{
        position:absolute;
        width:500px;
        background-color:#fff;
        top:75px;
        left:35%;
        border:solid 2px #0e4a71;
        opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
	padding:10px;
        text-align:left;

}

#poll_results{
        position:absolute;
        width:300px;
        background-color:#fff;
        top:825px;
        left:25%;
        border:solid 2px #0e4a71;
        z-index:99;
        text-align:left;
	padding:10px;

}


#transparent_layer{
	position:absolute;
	width:100%;
	height:105% !important;
	background-color:gray;
	opacity:0.50;
        filter:alpha(opacity=50);
	z-index:98;
}

#coupon_name {
	font-weight:bold;
	font-size:13px;
	color:#000;
}

#coupon_submit {
	font-weight:bold;
	font-size:11px;
}

#example{
	font-size:9px;
	font-family:arial;
	color:#333333;
	font-style:normal;
	background-color:lightyellow;
	border:1px solid black;
}

#cover_button{
/*	height:20px !important;
	position:relative;
        background-color:#fff;
        opacity:0.15;
        filter:alpha(opacity=15);
*/
        z-index:98;
display:none;
visibility:hidden;

}

#merch_punch_card{
	position:relative;
	left:7px;
	top:2px;
	background-color:#bbdfd3;
	background : transparent url('/image_server.php?image_id=3683') no-repeat top left;
	height:324px;
	text-align:center;
}


#trivia_block {
	background : transparent url('/image_server.php?image_id=3671') no-repeat top left;
	z-index:5; 

}

#trivia {
	padding-left:7px;
}

#punch_redeem_info{
	list-style:none;
}	
#punch_redeem_info li{
	display:inline;
	padding-right:10px;
}	

#error_msg{
	color:darkred;
	font-weight:bold;
}

#scoopbg{
	float:right;
	padding-top:70px;
	padding-right:7px;
}

 #upsell_menu {
	background-image: url(/image_server.php?image_id=3653);
	background-repeat: no-repeat;
	height: 200px;
	top: 1185px;
	position: absolute;
	width: 150px;
}

#upsell_menu_text{
	position: relative;
	top: 10px;
	font-size: 12px;
	width: 125px;
	left: 10px;
	color: #0E4A71;
	text-align: center;
}

#product_circle{
	position:absolute;
	height:150px;
       top:830px;
/*       top:865px;*/
}

#product_circle_text{
        position:relative;
        top:-135px;
	text-align:center;
	width:125px;
	font-size:13px;
	font-weight:bold;
	color:#0d415e;
}

#started_square{
        position:absolute;
        height:150px;
        top:985px;
/*        top:1020px;*/
}

#upsell{
	width:100%;
	background-color:red;
	color:white;
	text-align:center;
	 font-family: Arial, Helvetica, sans-serif ;
        font-size: 12px ;
        font-weight: bold;
        color: #ffffff ;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
}

#started_square_text{
        position:absolute;
        top:10px;
	left:10px;
        text-align:center;
        width:125px;
        font-size:13px;
        font-weight:bold;
        color:#0d415e;
}

#info_trivia{
	position:relative;
	top:68px;
	left:10px;
	width:150px;
	font-weight:bold;
}

#click_trivia{
	position:relative;
	top:50px;
	left:10px;
	font-weight:bold;
	color:#0d415e;
	font-size:12px;
}

#card_result{
	position:relative;
	left:20px;
	top:2px;
	background : transparent url('/image_server.php?image_id=3077&width=20') no-repeat top left;
	height:21px;
}

#card_result:hover {
        background : transparent url('/image_server.php?image_id=3427&width=20') no-repeat top left;
        height:21px;
        cursor : pointer;

}

#header_profile{
        background : transparent url('/image_server.php?image_id=3077') no-repeat top left;
        height:25px;
	width:195px;
}

#header_profile:hover {
        background : transparent url('/image_server.php?image_id=3427') no-repeat top left;
        height:25px;
        cursor : pointer;

}


#poll_result{
	background : transparent url('/image_server.php?image_id=3077') no-repeat top left;
	height:25px;
}

#poll_result:hover {
        background : transparent url('/image_server.php?image_id=3427') no-repeat top left;
        height:25px;
	cursor : pointer;
	
}

#rate_result{
        position:relative;
        top:2px;
        background : transparent url('/image_server.php?image_id=3077&width=15') no-repeat top left;
        height:16px;
}

#rate_result:hover {
        background : transparent url('/image_server.php?image_id=3427&width=15') no-repeat top left;
        height:16px;
        cursor : pointer;

}


#month_cal{
        background : transparent url('/image_server.php?image_id=3677') no-repeat top left;
        height:596px;
	width:205px;
	padding-left:7px;
}

#click_text{
	position:relative;
	top:6px;
	padding-left:27px;
	color:#0e4a71;
        font-size:11px !important;
	font-weight:bold;
	text-decoration:none !important;
	cursor:pointer;
	cursor:hand;
}

#click_text2{
    padding-left:27px;
    color:#0e4a71;
        font-size:11px !important;
    font-weight:bold;
    text-decoration:none !important;
    cursor:pointer;
    cursor:hand;
}


.click_text{
	color:#0e4a71;
    font-size:11px !important;
    font-weight:bold;
    text-decoration:underline !important;
    cursor:pointer;
    cursor:hand;
}

.click_text2{
    color:#0e4a71;
    font-size:11px !important;
    font-weight:bold;
    text-decoration:underline !important;
    cursor:pointer;
    cursor:hand;
}



.click_text:hover {	
	color:#2b9c7b;
    font-size:11px;
    font-weight:bold;	
}

#click_text a, #click_triva a {
	text-decoration:none !important;
	font-weight:bold;
	font-size:11px !important;
}
#click_text a:hover, #click_triva a:hover {
	text-decoration:none !important;
	font-weight:bold;
	font-size:11px !important;
}

#click_textnp{
	/*position:relative;*/
	top:4px;
	padding-left:0px;
	color:#0e4a71;
        font-size:9px !important;
	font-weight:bold;
	text-decoration:none !important;
}

#click_textnp a, #click_triva a {
	text-decoration:none !important;
	font-weight:bold;
	font-size:11px !important;
}
#click_textnp a:hover, #click_triva a:hover {
	text-decoration:none !important;
	font-weight:bold;
	font-size:11px !important;
}

#button_text{
        position:relative;
        top:-23px;
        padding-left:32px;
        color:#0e4a71;
        font-size:11px;
        font-weight:bold;
}

#button_text:hover {
        position:relative;
        top:-23px;
        padding-left:32px;
        color:#fff;
        font-size:11px;
        font-weight:bold;
}

#click_text:hover {
	 position:relative;
        top:6px;
        padding-left:27px;
        color:#2b9c7b;
        font-size:11px;
        font-weight:bold;
}

#click_card_text{
        position:relative;
        top:3px;
	text-align:left;
	left:-130px;
        color:#0e4a71;
        font-size:11px;
        font-weight:bold;
}

#click_card_text:hover {
         position:relative;
        top:3px;
	text-align:left;
	left:-130px;
        color:#2b9c7b;
        font-size:11px;
        font-weight:bold;
}

#click_text_rate{
        position:relative;
        color:#0e4a71;
	left:17px;
        font-size:11px;
        font-weight:bold;
}

#click_text_rate:hover {
        color:#2b9c7b;
	cursor:pointer;
}


#get_info{
	position:relative;
	font-size:12px;
	color:#0d415e;
	text-align:left;
	font-weight:bold;
}

#master_header{
	width:100%;
	border-bottom:solid 1px #0e4a71;
	font-family: Arial;
	font-weight:bold;
	font-size:12px;
	color:#0e4a71;
}

#card_list {
	text-align:center;
}
#card_item {
 /*background : transparent url('/image_server.php?image_id=3267') no-repeat top left;*/
width:87px;


}

#card_list li {
	display:inline;
	list-style : none;
}

#coupon_sect_head {
	background-color:#0e4a71;
	color:#fff;
	width:98%;
	padding:10px;
	font-weight:bold;
}

#coup_head {
	font-family: Arial, Helvetica, sans-serif ;
        font-size: 24px ;
        font-style: normal ;
        color: #008A63 ;
        font-weight: bold ;
		letter-spacing: -.5pt;
}

/*---------Start Chucks---------------------------------------------------*/
.linknav {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 10px ;
        font-style: normal ;
        color: #0E4A71 ;
        font-weight: bold ;
}
.linkleft {
         font-family: Arial, Helvetica, sans-serif ;
        font-size: 10px ;
        /*font-style: all caps ;*/
        color: #0E4A71 ;
        font-weight: bold ;
}
.linkcntr {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 10px ;
        font-style: normal ;
        color: #0E4A71 ;
        font-weight: bold ;
        text-align: center ;
}

.textsm {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 10px ;
        font-style: normal ;
        color: #000000 ;
    
}

.textsmbld {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #000000; 
    
}

.textsmred {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 10px ;
        font-style: normal ;
        color: #CC0000 ;
    
}

.textsmbldred {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #CC0000; 
    
}


.textlink, .textlink:link, .textlink:visited {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 10px ;
        font-style: normal ;
        color: #0E4A71 ;
    	text-decoration:underline;
		cursor:pointer;
}

textlink:hover {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 10px ;
        font-style: normal ;
        color: #008A63 ;
    	text-decoration:underline;
		}
		
.textcntr {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 10px ;
        font-style: normal ;
        text-align: center ;
        color: #000000 ;
}			
.textlrg {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 12px ;
        font-style: normal ;
        font-weight: bold ;
        color: #008A63 ;
}	
.restext {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 10px ;
        font-style: normal ;
        color: #0036ff ;
}	

	
.headreg {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 20px ;
/*        font-style: all caps ;*/
        color: #0E4A71 ;
        font-weight: normal ;
}	
.headbold {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 20px ;
/*        font-style: all caps ;*/
        color: #0E4A71 ;
        font-weight: Bold ;
}

.subsmhover {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 12px ;
        font-style: normal ;
        color: #008A63 ;
        font-weight: bold ;
}	
.subsm {
        font-family: "verdana", Arial, Helvetica, sans-serif ;
        font-size: 16px ;
		letter-spacing:-1px;
        font-style: normal ;
        color: #008A63;
        font-weight: bold ;
		clear:both;
}

.subsm1 {
        font-family: "verdana", Arial, Helvetica, sans-serif ;
        font-size: 16px ;
		letter-spacing:-1px;
        font-style: normal ;
        color: #008A63;
        font-weight: bold ;
		clear:both;
		text-align:left;
		margin-left:15px;
		margin-top:5px;
}

.subsm_new {
        font-family: "verdana", Arial, Helvetica, sans-serif ;
        font-size: 16px ;
		letter-spacing:-1px;
        font-style: normal ;
        color: #008A63;
        font-weight: bold ;
		clear:both;
}

.submd {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 16px; ;
/*        font-style: all caps ; */
        color: #0E4A71 ;
        font-weight: bold ;
}
.sublrg {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 24px ;
        font-style: normal ;
        color: #008A63 ;
        font-weight: bold ;
		letter-spacing: -.5pt;
}	
.pricelrg {
        font-family: Arial, Helvetica, sans-serif ;
        font-size: 36px ;
        font-style: normal ;
		letter-spacing:-1.5px;
		margin-left:8px;
        color: #008A63;
        font-weight: bolder ;
        text-align: center ;
		
}

.pricetag {
		margin-left:8px;
	background:url('/image_server.php?image_id=9559') no-repeat;
	display:block;
	height:69px;
}

.pricetag2 {
		margin-left:8px;
	background:url('/image_server.php?image_id=9667') no-repeat;
	display:block;
	height:69px;
}

.pricetag .scoop_price {
	font-family: Arial, Helvetica, sans-serif ;
        font-size: 36px ;
        font-style: normal ;
		letter-spacing:-1.5px;
		padding-right:55px;
		padding-top:11px;
		color: #fff;
		float:right;
        font-weight: bold;
        text-align: center ;
}

.pricetag2 .scoop_price {
	font-family: Arial, Helvetica, sans-serif ;
        font-size: 36px ;
        font-style: normal ;
		letter-spacing:-2px;
		padding-right:55px;
		padding-top:11px;
		color: #fff;
		float:right;
        font-weight: bold;
        text-align: center ;
}

#price_description {
	margin-bottom:5px;
}

.greyed_out {
	margin-left:10px;
	padding-left:5px;
	display:block;
	background:#ccc;
	font-size:12px;
	height:16px;
	padding-top:3px;
	text-align:left;
	clear:both;
	width:200px;
	float:left;
}

.white_out {
	margin-left:10px;
	padding-left:5px;
	display:block;
	clear:both;
	background:#fff;
	font-size:12px;
	text-align:left;
	height:16px;
	padding-top:3px;
	width:200px;
	float:left;
}

.comp_price {
	float:right;
	font-weight:bold;
	padding-right:5px;
}

.discount {
	float:right;
	font-weight:bold;
	padding-right:5px;
}

.savings {
	float:right;
	font-weight:bold;
	padding-right:5px;
}

#timer {
	display:block;
	background:url('/image_server.php?image_id=9561') no-repeat;
	height:95px;
	margin:60px 0 0px 10px;
	padding-top:25px;
	font-weight:bold;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	clear:both;
}

#timer .items_remaining {
	width:202px;
}

#counter_end {
	color:red;
	font-size:18px;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
}

#timer_day {
	float:left;
	padding-left:27px;
}

#timer_hour {
	float:left;
	padding-left:25px;
}

#timer_min {
	float:left;
	padding-left:24px;
}

#timer_sec {
	float:left;
	padding-left:22px;
}

#buy_now {
	padding-top:5px;
	padding-bottom:2px;
	clear:both;
	
}

#buy_now a {
	color:#fff;
	background:url('/image_server.php?image_id=9617') no-repeat;
	background-position:center top;
	display:block;
	height:50px;
	width:158px;
	padding-top:14px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size:28px;
	font-weight:bold;
	letter-spacing:-.6px;
	
}

#buy_now :hover {
	color:#ff3 !important;
	display:block;
	padding-top:14px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size:28px !important;
	font-weight:bold !important;
	letter-spacing:-.6px !important;
}

#continue {
	padding-top:40px;
	padding-bottom:2px;
	clear:both;
	
}

#continue a {
	color:#fff;
	background:url('/image_server.php?image_id=9683') no-repeat;
	background-position:left top;
	display:block;
	height:30px;
	width:180px;
	padding-top:9px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-.6px;
	text-align:center;
	text-decoration:none;
	line-height:22px;
}

#continue :hover {
	color:#ff3 !important;
	display:block;
	padding-top:9px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size:16px !important;
	font-weight:bold !important;
	letter-spacing:-.6px !important;
	text-decoration:none !important;
}

#more_great_deals {
	border-bottom:solid 1px #0e4a71;
	padding-bottom:10px;
	clear:both;
	height:70px;
	width:100%;
}

#more_great_deals_left {
	text-align:left;
	margin-left:13px;
	width:215px;
	float:left;
}

#more_great_deals_left a {
	text-decoration:none;
}

#more_great_deals_right {
	text-align:left;
	width:215px;
	float:right;
}

#more_great_deals_right a {
	text-decoration:none;
}

.tr_terms{
        font-family: Arial, Helvetica, sans-serif ;
       font-size: 9px ;
       color : #000000;
       font-style: normal ;
       padding-right : 10px;		
       padding-left : 10px;		
}

/*---------End Chucks---------------------------------------------------*/

#achieve_info{
	position:absolute;
	left:350px;
	top:100px;
	width:200px;
	
	border:solid 1px #0e4a71;
	opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        padding:10px;
	background-color:#fff;

}

#make_home{
	position:absolute;
	left:-40px;
	top:30px;
	width:500px;
	border:solid 1px #0e4a71;
	opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        padding:10px;
	background-color:#fff;

}

#txtmssg_home{
 position:absolute;
    left:240px;
    top:30px;
    width:300px;
    border:solid 1px #0e4a71;
    opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        padding:10px;
    background-color:#fff;

}


#scoop_table a {
	text-decoration:none !important;
}





#coupon_list
{
        padding : 0;
	width:835px;
}
#coupon_list li
{
        display : inline;
	padding-left:10px;
        width : 220px;

        list-style : none;

        text-align : left;
        overflow:hidden;
        padding-right:10px;
}

.textlink:hover {
	color:#008a63;
}

#no_coupons {  font-family: Arial, Helvetica, sans-serif ;
        font-size: 12px ;
        font-style: normal ;
        font-weight: bold ;
        color: #008A63 ;
	
}

#required {  font-family: Arial, Helvetica, sans-serif ;
        font-size: 12px ;
        font-style: normal ;
        font-weight: bold ;
        color: #008A63 ;

}


#blue_menu 
{
	z-index:99;
}

.bad_coup_mssg{
	color:red;
	font-weight:bold;
}

#news_feed{
	border: 1px solid green;
	padding:5px;
	height:320px;
	overflow:hidden;
}
#offers_intro {
	width: 800px;
	float:left;
}
#offers ul {
	margin: 0;
	padding: 0;
}
#comparison_corner {
    color: #0E4A71;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
	text-align: left;
    margin: 16px 18px 16px 0;
    padding: 0px;
    width: 200px;
	position: absolute;
	top: 110px;
	right: 0px;
}
#comparison_corner #position {
	border: 4px solid #0E4A71;
	background-color: #fff;
	text-align: center;
/*	position: fixed;*/
	width: 200px;
}
#comparison_corner h1 {
	background-color: #0E4A71;
	color: #fff;
	font-size: 24px;
	margin: 0px;
	padding: 6px;
	float: none;
	height: auto;
	width: auto;
}
#comparison_corner h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0.1em;
	margin-right: 0em;
	margin-bottom: 0.1em;
	margin-left: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: none;
	width: auto;
	letter-spacing: normal;
	padding: 0px;
}
#comparison_corner h3 {
	background-color: #bbeedd;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
}
#comparison_corner p {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 6px;
}
#comparison_corner img {
	padding-top: 6px;
}
#comparison_corner .bar {
	border-bottom: solid 8px #bbeedd;
}
#comparison_corner #details_button {
	background-color: #0E4A71;
	color: #fff !important;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 8px;
	margin: 4px 16px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DAE3E8;
	border-right-color: #061E30;
	border-bottom-color: #333;
	border-left-color: #5A98CC;
}

/******menu*************************/

.menu {
        font-family: arial;
        width:150px;
        position:relative;
        top:50px;
        margin:0;
		z-index:51;
}
.menu ul li a, .menu ul li a:visited {
        display:block;
        text-decoration:none;
        width:145px;
        height:25px;
        border-bottom:1px solid #396866;
        color:#396866;
        line-height:12px;
        font-size:11px;
        font-weight:bold;
        padding-left:5px;
        padding-top:3px;
        padding-bottom:2px;
        font-size:10px;
        font-family:arial;
        width:145px;
}

.menu ul {
        padding:0;
        list-style-type: none;
}

.menu ul li {
        float:left;

        position:relative;
        top:-50px;
}

.menu ul li ul {
        display: none;
}

.menu li ul {
        visibility:hidden;
}

.menu ul li:hover a {
        color:#ffffff;
        background:#255d88;
}

.menu ul li:hover a:hover {
        color:#ffffff !important;
        background:#0d415e;
}

.menu ul li:hover ul {
        display:block;
        position:absolute;
        left:145px;
        width:145px;
        height:20px;
        top:50px;
        z-index:5;
}

.menu ul li:hover ul li a.hide {

        background:#58807E;
        color:#ffffff;
}

.menu ul li:hover ul li:hover a.hide {
        width:145px;
}

.menu ul li:hover ul li ul {
        display: none;
}

.menu ul li:hover ul li a {
        padding-left:10px;
        display:block;
        background:#58807e;
        color:#ffffff;
        width:145px;
        height:25px;
        line-height:10px;
        visibility:visible;
        padding-right:15px;
}

.menu ul li:hover ul li a:hover {
        background:#66CC66;
        color:#0d415e;
        visibility:visible;
}

.menu ul li:hover ul li:hover ul {
        display:block;
        position:absolute;
        left:170px;
        top:50px;
        color:#ffffff;
        z-index:5;
        visibility:visible;
}

.menu ul li:hover ul li:hover ul li a {
        display:block;
        width:145px;
        background:#66CC66;
        color:#ffffff;
}

.menu ul li:hover ul li:hover a {
        color:#ffffff;
        background:#255d88;
        visibility:visible;
}

.menu ul li:hover ul li:hover ul li ul {
        display: none;
}

.menu ul li:hover ul li:hover ul li a {
        display:block;
        background:#749594;
        color:#ffffff;
        width:145px;
        height:20px;
        padding-top:5px;
        padding-bottom:5px;
}

.menu ul li:hover ul li:hover ul li a:hover {
        background:#255d88;
        color:#fff;
}

.menu ul li:hover ul li:hover ul li:hover a.hide {
        width:145px;
}

.menu ul li:hover ul li:hover ul li:hover ul{
        display:block;
        position:absolute;
        left:132px;
        top:0;
        color:#fff;
        z-index:6;
}

.menu ul li:hover ul li:hover ul li:hover ul li a {
        display:block;
        width:145px;
        background:#336666;
        color:#ffffff;
}

.menu ul li:hover ul li:hover ul li:hover ul li a:hover {
        background:red;
        color:#ffffff;
}


.blue_menu {
        font-family: arial, sans-serif;
        width:145px;
        position:relative;
        top:-41px;

}

.blue_menu ul li a, .blue_menu ul li a:visited {
        color:#538196;
        display:block;
        text-decoration:none;
        width:145px;
        height:25px;
        border-bottom:1px solid #538196;
        line-height:20px;
        font-size:10px;
        font-weight:bold;
}

.blue_menu ul {
        padding:0;
        margin:0;
        list-style-type: none;
}

.blue_menu ul li {
        float:left;
        margin-right:1px;
        position:relative;
        top:0px;

}
.blue_menu ul li a{
        padding-left:5px;
}

.blue_menu ul li ul {
        display: none;
}

.blue_menu ul li a:hover {
        background:#0066cc;
        color:#fff;
}

.blue_menu ul li:hover {
color:#fff;
}

.blue_menu ul li:hover a {
        color:#fff;
        background:#306EFF;
        visibility:visible;
}

.blue_menu ul li:hover a:hover {
        color:#fff !important;
        background:#0d415e;
        visibility:visible;
}
.blue_menu ul li:hover ul {
        display:block;
        position:absolute;
        left:0px;
        width:139px;
        height:65px;
        top:26px;
        z-index:5;
        visibility:visible;
        border:1px solid #000;
        border-width:0px 1px 1px 1px;
        padding:5px 5px 0px 5px;
        font-size:10px;
        color:#000 !important;
        font-weight:bold;
}

.blue_menu ul li:hover ul li a.hide {
        background:#336699;
        color:#fff;
        visibility:visible;
}

.blue_menu ul li:hover ul li:hover a.hide {
        width:145px;
        visibility:visible;
}

.blue_menu ul li:hover ul li ul {
        display: none;
        visibility:visible;
}

.blue_menu ul li:hover ul li a {
        display:block;
        background:blue;
        color:#fff;
        width:145px;
        height:30px;
        line-height:15px;
        visibility:visible;
}

.blue_menu ul li:hover ul li a:hover {
        background:#66CC66;
        color:#0d415e;
        visibility:visible;
}

.blue_menu ul li:hover ul li:hover ul {
        display:block;
        position:absolute;
        left:131px;
        top:10px;
        color:#ffffff;
        z-index:5;
        visibility:visible;
}

.blue_menu ul li:hover ul li:hover ul li a {
        display:block;
        width:145px;
        background:#66CC66;
        color:#ffffff;
}

.blue_menu ul li:hover ul li:hover ul li ul {
        display: none;
}

.blue_menu ul li:hover ul li:hover ul li a {
        display:block;
        background:#66CC66;
        color:#ffffff;
        width:145px;
}






/******menu*************************/

#test_form{
	width:510px;
	background-image: url(/image_server.php?image_id=7065);
	background-repeat: repeat;
	border: 1px solid #000;
}

#test_submit{
	background: url('/image_server.php?image_id=5609') no-repeat top left;
	width:100%;
	text-align:center;
	cursor: hand;
}

#thank_you_testimonial{
	position:absolute;
	left:75px;
	top:100px;
	border:#e90407 solid 3px;
	padding:20px;
	background:#fff;
	width:300px;
	height:80px;

}

#close_test_ty{
	color:blue;
	font-weight:bold;
}

#close_test_ty:hover {
	cursor:pointer;
}

#home_testimonial{
	position:absolute;
	top:-100px;
	left:-200px;
	display:none;
	visibility:hidden;
	border:1px solid black;
	background-color:white;
    opacity:0.97;
    filter:alpha(opacity=97);
    z-index:1000;
	
}

#date_change_form{
	position:absolute;
	border:2px solid navy;
	left:10px;
	background-color:lightyellow;
	padding:10px;
	z-index:99;
	height:70px;
	text-align:left;
}

/********** Haloween Buyers Guide **********/

#halloween {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #FC6;
	width: 100%;
	text-align: center;
	cursor: default;
	background-image:url('/image_server.php?image_id=6007');
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#halloween #container {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFC;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 2px solid #000;
	padding-top: 0px;
}
#halloween #container #title {
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	color: #F93;
	background-color: #000;
	margin: 0px;
	text-align: center;
	background-image:url('/image_server.php?image_id=6011');
	height: 120px;
	text-indent: -1000em;
}

#halloween #container #intro {
	color: #FFF;
	background-color: #000;
	font-size: 1.6em;
	text-align: center;
	padding: 0px 20px 10px 20px;
}
#halloween #container #features{
	width: 500px;
	background-color: #FFC;
}

#halloween #container #features #item #logo_position {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

#halloween #container #features #item #logo_position #logo {
	width: 120px;
	height: 100px;
	vertical-align: middle;
	display: table-cell;
	background-color: #FFF;
	text-align: center;
	border: 4px solid #000;
}
#halloween #container #features #item #description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	margin-left: 150px;
	padding: 10px;
	width: 330px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-height: 88px;
}
#halloween #container #features #item {
	width: 500px;
	margin-bottom: 5px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 5px;
}
#halloween #container #footer {
	background-color: #F90;
	height: 50px;
	width: 500px;
}
#halloween #container #features #item #logo_position #logo #logo img {
	display:block;
    vertical-align:middle;
    margin: auto;	
}

/***** RSS FEED  ******/
.gfg-root {
    border: 1px solid #BCCDF0;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.gfg-title {
    background-color: #E5ECF9;
    color: #3366CC;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    overflow: hidden;
    white-space: nowrap;
}
.gfg-title a {
    color: #3366CC;
}
.gfg-subtitle {
    background-color: #E5ECF9;
    color: #3366CC;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
}
.gfg-subtitle a {
    color: #3366CC;
}
.gfg-entry {
    background-color: white;
    height: 6.9em;
    margin-top: 3px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}
.gfg-root .gfg-entry .gf-result {
    background-color: white;
    height: 100%;
    padding-left: 20px;
    padding-right: 5px;
    position: relative;
    width: auto;
}
.gfg-list {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.gfg-listentry {
    line-height: 1.5em;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 5px;
    white-space: nowrap;
}
.gfg-listentry-odd {
    background-color: #F6F6F6;
}
.gfg-listentry-even {
}
.gfg-listentry-highlight {
    background-image: url("garrow.gif");
    background-position: left center;
    background-repeat: no-repeat;
}
.gfg-root .gfg-entry .gf-result .gf-title {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 2px;
    overflow: hidden;
    white-space: nowrap;
}
.gfg-root .gfg-entry .gf-result .gf-snippet {
    color: #000000;
    height: 3.8em;
    margin-top: 3px;
}
.gfg-horizontal-container {
    position: relative;
}
.gfg-horizontal-root {
    border: 1px solid #AAAAAA;
    font-family: "Arial",sans-serif;
    font-size: 13px;
    height: 1.5em;
    margin-right: 80px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.gfg-horizontal-root .gfg-title {
    background-color: #FFFFFF;
    border-right: 1px solid #AAAAAA;
    float: left;
    font-weight: bold;
    line-height: 1.5em;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 12px;
    white-space: nowrap;
}
.gfg-horizontal-root .gfg-title a {
    color: #444444;
    text-decoration: none;
}
.gfg-horizontal-root .gfg-entry {
    height: 1.5em;
    margin-left: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    text-align: left;
    width: auto;
}
.gfg-horizontal-root .gfg-entry .gf-result {
    background-color: white;
    height: 100%;
    line-height: 1.5em;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.gfg-horizontal-root .gfg-list {
    display: none;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet, .gfg-horizontal-root .gfg-entry .gf-result .gf-author {
    display: none;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-title {
    color: #0000CC;
    float: left;
    margin-right: 3px;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
    float: left;
}
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer, .gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
    color: #AAAAAA;
    display: block;
}
.gfg-branding {
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    white-space: nowrap;
    width: 80px;
}
.gfg-collapse-open, .gfg-collapse-closed {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 20px;
    width: 17px;
}
.gfg-collapse-open {
    background-image: url("arrow_open.gif");
}
.gfg-collapse-closed {
    background-image: url("arrow_close.gif");
}
.gfg-collapse-href {
    float: left;
}
.clearFloat {
    clear: both;
}/************* Coupon Feed *************/
/*Index Page Promo*/
#coupon_promo {
	width: 100%;
	height: 310px;
	padding-top: 10px;
	clear:both;
}
#slideshow-container {
	background-color: #bbeedd;
	border: 5px dashed #F00;
	margin: 5px;
}
.slideshow-item {
	height: 165px;
	overflow: hidden;
	padding: 5px;
	cursor:pointer;
}

.slideshow-item h1  {
	font-size:18px;
	font-weight:bold;
	width: 450px;
	height: auto;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.slideshow-item h3 {
	font-size:12px;
	margin: .25em 0;
}
.slideshow-item p {
	font-size:10px;
	margin: 0 0 0 0;
}
.clickToShop {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #F00;
	display:block;
	padding: 5px 0;
}
.slideshow-item .logo {
	margin:0 0 10px 0;
	padding: 5px;
	background-color:#fff;
	text-align: center;
}
#specials-container {
	background-color: #0e4a71;
	margin: 10px 5px;
	display: block;
}
.slideshow-special {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	display: block;
	cursor:pointer;
}
.slideshow-special:hover {
	color: #BBEEDD;
}
/* Feed Page*/
#coupon_tabs { 
    text-align: center; 
	margin-left: 0; 
	margin-top: 0.4em; 
	padding-left: 0 !important;  
}
.coupon_sub_menu {
	margin: 180px 0 0 0;
	padding: 0;
}
/*#coupon_tabs_bar {
	border-bottom: 4px solid #0d415e;
}*/
/*#coupon_tabs ul {
	padding: 5px 5px 0 0;
	margin: 0;
	text-align: center;
	list-style-type: none;	
}*/
#coupon_tabs li  {
	font-size: 1em !important;
	color: #fff !important;
	background-color: #396866;
	padding: 10px 20px;
	margin: 0 0 4px 4px;
	text-align: left;
	height: 10px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	*display:inline;
	zoom:1;
}
#coupon_tabs li a  {
	color: #fff !important;
	cursor: pointer;
	text-decoration: none !important;
	
}
#coupon_tabs li a:hover {
	color: #76EEC6 !important;
}
#coupon_tabs .active {
	font-size: 1em;
	background-color: #0d415e !important;
}
#coupon_tabs .active a {
	color: #76eec6 !important;
}
.coupon_sub_menu h1 {
	font-size: 2em;
	float: none;
	height: auto;
	width: auto;
	margin: 8px 0;	
}
.coupon_sub_menu a:link {
	text-decoration: none !important;
}
a .tab_link  {
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	background-color: #FF0000;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;
	height: 30px;
	width: 130px;
	padding: 15px 9px 5px 9px;
	margin: 0 3px 5px 3px;
	display: block;
}
.tab_link:hover  {
	color: #0d415e;
}
.tab_link_selected {
	font-size: 1.6em;
	font-weight: bold;
	color: #76EEC6;
	background-color: #0d415e !important;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	height: 30px;
	width: 130px;
	padding: 15px 9px 5px 9px;
	margin: 0 3px 5px 3px;
	display: block;
}
#coupon_content {
	
}

#coupon_content #slideshow-container {
	background-color: #bbeedd;
	text-align: center;
	margin: 5px 0;
	border: none ;
}
#coupon_content .slideshow-item {
	height: 165px;
	overflow: hidden;
	padding: 5px;
	cursor:pointer;
}

#coupon_content .slideshow-item h1  {
	font-size:22px;
	font-weight:bold;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	float: none;
	width: auto;
}
#coupon_content .slideshow-item h3 {
	font-size:20px;
	margin: .25em 0;
}
#coupon_content .slideshow-item p {
	font-size:14px;
	margin: 0 0 0 0;
}
#coupon_content .clickToShop {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #F00;
	display:block;
	padding: 5px 10px;
	margin-top: 5px;
}
#coupon_content .slideshow-item .logo {
	margin:  5px;
	padding: 30px 10px;
	background-color:#fff;
	text-align: left;
	float: left;
}

.tab_text {
	font-weight: bold;
	padding-left:15px;
}

.tab_text a:link, .tab_text a:visited {
	font-size:1.8em !important;
	color: #0d415e;
	padding:0 10px;
	cursor: pointer;
	text-decoration: underline !important;
	line-height: 2em;
}
.tab_text a:hover { 
    color: #76eec6 !important; 
}
.category {
	
}
#alpha_nav {
	margin-bottom: 10px;
}
.letters :link, .letters :visited {
	background-color:#396866;
	font-size: 1.7em;
   	color:#fff;
   	padding:3px;
	margin-bottom:4px;
	text-decoration:none !important;
}
.letters :hover, #letters_selected :link, #letters_selected :visited {
	background-color: #0D415E !important;
	font-size: 1.7em !important;
   	color: #76eec6 !important;
	padding:3px;
	margin-bottom:4px;
	text-decoration:none;
}
#coupon_list {;
	width: 575px;
	padding: 0;
	border-bottom: 2px solid #0d415e;
}
.store_header {
	height: 50px;
}
#coupon_list tr .store_image {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	min-height: 50px;
	width: 110px;
}
.store_name, .coupon_descr {
	font-size: 1.4em;
	font-weight: bold;
}
.store_descr {
	font-size: 1.2em;
	font-style:italic;
}
#coupon_list tr {
	padding: 0px;
}
#coupon_list tr.odd {
	background-color: #bbeedd;
}
#coupon_list tr.even {
	background-color: #DEFFF4;
}
#coupon_list tr .store_break {
	height: 6px;
	width: 100%;
	border-bottom: 6px solid #396866;
}
.coupon_code, .coupn_expires {
	font-weight: bold;	
}
.shop_btn {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/shop_btn.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 15px;
	width: 120px;
	padding: 5px;
}

.shop_btn {
	text-decoration:underline;
	cursor:hand;
	cursor:pointer;
}

.details_btn {
	font-size: 1.2em;
	font-weight: bold;
	color: #e30400;
	display:block;
}

.expand {
	background-color: #396866;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 5px;
	display:block;
	cursor:hand;
	cursor:pointer;
	width: 200px;
}

.retract {
	background-color: #0D415E;
	font-size: 1.2em;
	font-weight: bold;
	color: #76EEC6;
	text-align: center;
	padding: 5px;
	display:block;
	cursor:hand;
	cursor:pointer;
	width: 200px;
}
.expand:hover, .retract:hover {
	background-color: #bbeedd;
	color: #0D415E;
}

/********** Holiday Buyers Guide **********/

#holiday {
	background-image: url('/image_server.php?image_id=6639');
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: -64px;
	margin-right: -150px;
	width: 580px;
	z-index: 2;	
	background-attachment: scroll;
	background-position: 520px 0px;
}

#holiday #title{
	background-image: url('/image_server.php?image_id=6637&width=500');
	background-repeat: no-repeat;
	background-position: left;
	height: 175px;
	width: 535px;
	z-index: 3;
	text-align: right;
	padding-top: 30px;
	padding-right: 45px;
	position: relative;
}

#holiday #intro{
	background-image: url('/image_server.php?image_id=6369&width=550');
	background-repeat: no-repeat;
	background-position: left;
	height: 70px;
	margin-top: 5px;
	z-index: 3;
}
#holiday .subTitle {
	color: #D21F26;
	font-size: 24px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
#holiday .logo{
	padding-top: 10px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#holiday .description{
	padding-right: 70px;
	padding-left: 15px;
}


#holiday #border {
	background-image: url(/image_server.php?image_id=6379);
	width: 315px;
	z-index: 2;
	position: absolute;
	top: 0px;
	margin-left: 250px;
	background-position: right;
	text-align: right;
	background-repeat: repeat-y;
}

.clearFloat {
  clear : both;
}


#txt_home{
	position:absolute;
	top:45px;
	background : transparent url('/image_server.php?image_id=6315') no-repeat top left;
	height: 75px;
	width: 120px;	/*background-color: #B4E6E6;*/
}


#txtmssg_text{
	color: #E30400;
	position:relative;
	top:0px;
	left:0px;
	width:88px;
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#txtmssg_textlogged{
	color: #E30400;
	position:relative;
	top:0px;
	left:0px;
	width:185px;
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/*
	Start GROUPON
*/
/*#grouponAdContainer {
	width:467px !important;
	height:282px !important;
}
#grouponAdContents {
	width:466px !important;
	height:282px !important;
}



#grouponAdContents0 {
	border-left:1px solid #8BC53F !important;
	border-right:1px solid #8BC53F !important;
	border-bottom:1px solid #8BC53F !important;
}*/

#grouponAdContainer {
	margin-bottom:20px !important;
	height:300px !important;
	z-index: 90;
}

.grouponAdContents {
	height:298px !important;
}

#groupon_widget {
	width:466px !important;
}
.grouponCity {
	background-color:#8BC53F !important;
	color:#fff !important;
	position:static !important;
	width:336px !important;
	text-align:center;
	padding:5px 0px 3px !important;
	font-size:16px !important;
}

.grouponTitle {
	margin-top:8px !important;
	color:#0E4A71 !important;
}

.grouponImage {
	bottom:70px !important;
}

.grouponTableLeft {
	font-size:11px;
	color:black;
}

.grouponTableRight {
	color:#000;
	font-size:18px;
}

.grouponBought {
	font-size:18px !important;
}

.grouponGet {
	font-size:18px !important;
	bottom:30px !important;
	left:6px !important;
	display:block;
	background-color:#8BC53F;
	color:#ffffff !important;
	text-decoration:none !important;
	text-align:center;
	margin-bottom:21px !important;
	height:25px !important;
	width:92px !important;
	padding-top:3px !important;
	border-bottom:3px solid #3c620b;
	border-right:3px solid #3c620b;
	border-top:3px solid #bef772;
	border-left:3px solid #bef772;
	position:relative !important;
	margin-top:192px !important;
}

#grouponAdContents1 .grouponGet {
	text-align:center !important;
	float:right;
	margin-right:12px;
}

#groupon_rebate1 {
	background-color:#ffffcc;
	float:right;
	border-top:1px solid #8BC53F;
	border-right:1px solid #8BC53F;
	border-bottom:1px solid #8BC53F;
	width:123px;
	height:235px;
	text-align:center;
	padding:63px 5px 0px;
	z-index: 91;
}

a #groupon_rebate1 {
	font-size:17px;
	text-transform:uppercase;
	color:#0E4A71;
	font-weight:bold;
	text-decoration:none;
	cursor: pointer;
}

a:hover #groupon_rebate1 {
	font-size:17px !important;
	text-transform:uppercase !important;
	color:#8BC53F !important;
	font-weight:bold !important;
	text-decoration:none !important;
}
	
.countdownText {
	color:#000000 !important;
}

#groupon_box h2 {
	width:100%;
	
}
#groupon_box h2 a{
	font-weight:bold;
	font-size:14px;
	text-align:left;
	line-height: 1.2em;
	font-family: Helvetica, sans-serif;
	color: #0981B3;
}

#groupon_widget h1 {
	height:100%;
}
#groupon_widget #footer {
	height:0px !important;
	padding:0px;
}

.GRPN-widget a:link, .GRPN-widget a:visited, .GRPN-widget a:hover, .GRPN-widget a:active, #groupon_widget a:link, #groupon_widget a:visited, #groupon_widget a:hover, #groupon_widget a:active {
	color:#0E4A71 !important;
	font-size:18px;
	letter-spacing:0px !important;
}

.GRPN-widget a:hover, #groupon_widget a:hover {
	font-size:18px !important;
	color:#008a63 !important;
	text-decoration:none !important;
}

.GRPN-widget h1, #groupon_widget h1 {
	width:100% !important;
	margin:0 0 5px 17px !important;
	font-size:18px !important;
	min-height:20px !important;
}

.GRPN-widget #grpn_widget_left, #groupon_widget #grpn_widget_left {
	width:170px !important;
	padding:10px;
	margin:6px 10px 10px;
	/*background:#BBEEDD;
	border:1px solid #0E4A71;*/
	background-image:url(/image_server.php?image_id=9121);
	display:block;
	background-repeat:no-repeat;
	height:223px;
	
}

.GRPN-widget #grpn_widget_price_tag_wrap #grpn_widget_triangle, #groupon_widget #grpn_widget_price_tag_wrap #grpn_widget_triangle {
	border-color:#ffffff #7FB93C #ffffff #ffffff !important;
}

.GRPN-widget #grpn_widget_price_tag_wrap #grpn_widget_price_tag, #groupon_widget #grpn_widget_price_tag_wrap #grpn_widget_price_tag {
	width:154px !important;
	background-color:#7FB93C !important;
	color:#fff !important;
}

.GRPN-widget #grpn_widget_get_it a, #groupon_widget #grpn_widget_get_it a {
	color:#ffffff !important;
	font-weight:bold !important;
	font-size:24px !important;
	padding-top:20px !important;
}

.GRPN-widget #grpn_widget_get_it a:hover, #groupon_widget #grpn_widget_get_it a:hover {
	color:#ffff33 !important;
	font-size:24px !important;
}

.GRPN-widget #groupon_box, #groupon_widget #groupon_box {
	width:462px !important;
}

.GRPN-widget #grpn_widget_deal_image img, #groupon_widget #grpn_widget_deal_image img {
	margin-top:10px !important;
	width:247px !important;
	border:1px solid;
}

.GRPN-widget #grpn_widget_get_it, #groupon_widget #grpn_widget_get_it {
	margin-top:72px !important;
	margin-left:55px !important;
	overflow:hidden;
}

.GRPN-widget td, #groupon_widget td {
	text-transform:capitalize !important;
	font-weight:bold;
}

.GRPN-widget #grpn_widget_price_tag_wrap, #groupon_widget #grpn_widget_price_tag_wrap {
	margin-left:-23px;
}

.GRPN-widget #groupon_box h2, #groupon_widget #groupon_box h2 {
	width:442px;
	padding:0px 10px !important;
}

.GRPN-widget #grpn_widget_breakdown th, #groupon_widget #grpn_widget_breakdown th {
	font-size:12px !important;
	padding:4px 5px 3px !important;
	font-weight:bold !important;
	text-transform:capitalize;
	color:#fff !important;
	background-color:#0E4A71;	
}

.GRPN-widget table#grpn_widget_breakdown tr td, #groupon_widget table#grpn_widget_breakdown tr td {
	background-color:#fff;
	padding:8px 5px 5px;
	font-size:16px !important;
}

.GRPN-widget table#grpn_widget_time_left tr td.grpn_widget_label, #groupon_widget table#grpn_widget_time_left tr td.grpn_widget_label {
	font-size:9px !important;
}

.GRPN-widget table#grpn_widget_number_bought, #groupon_widget table#grpn_widget_number_bought {
	border-top:1px solid #0E4A71;
	margin-top:12px !important;
	padding-top:6px !important;
}

.GRPN-widget table#grpn_widget_time_left_label, #groupon_widget table#grpn_widget_time_left_label {
	padding-top:5px !important;
}

.GRPN-widget table#grpn_widget_number_bought tr td#grpn_widget_number, #groupon_widget table#grpn_widget_number_bought tr td#grpn_widget_number {
	font-size:22px !important;
}

.GRPN-widget table, #groupon_widget table {
	margin-top:3px;
}

.GRPN-widget table#grpn_widget_time_left tr td.grpn_widget_number, #groupon_widget table#grpn_widget_time_left tr td.grpn_widget_number {
	padding:7px 2px 2px;
	background:#fff;
	border-left:1px solid #BBEEDD;
	border-right:1px solid #BBEEDD;
	color:red;
}

.GRPN-widget table#grpn_widget_time_left tr td.grpn_widget_label, #groupon_widget table#grpn_widget_time_left tr td.grpn_widget_label {
	padding-top:6px !important;
	padding-bottom:3px !important;
	background-color:#0E4A71;
	color:#fff;
	border:1px solid #bbeedd;
}

#groupon_rebate {
	clear:both;
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:440px;
	height:20px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}

#groupon_rebate a {
	color:#0E4A71;
	font-size:14px !important;
	background:url('/image_server.php?image_id=3077') no-repeat top left;
	padding:6px 0px 5px 30px;
}

#groupon_rebate a:hover {
	color:#008A63 !important;
	font-size:14px !important;
	background:url('/image_server.php?image_id=3079') no-repeat top left;
	padding:6px 0px 5px 30px;
}

.GRPN-widget table#grpn_widget_time_left tr td, #groupon_widget table#grpn_widget_time_left tr td {
	font-size:16px !important;
}
	

/*
	END GROUPON
*/


/*  New Scoop */

#scoop {
	padding:3px;
	width:475px; 
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
}

#scoop a {
	text-decoration:none;
}

#scoop_left {
	width:235px;
	float:left;
	margin-top:0px;
}

#scoop_right {
	position:relative;
	padding-top:2px;
	z-index:2;
	float:right;
}
#merch_head {
	padding:10px;
	color:#0E4A71;
	text-align:center;
}

#com_comparison {
	color:#ff6;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	background-color:#0e4a71;
	width:555px;
	float:left;
	border-right:1px solid #0e4a71;
	padding:12px 20px;
	text-align:center;
}
#product_details {
	padding:0px 10px;
	width:581px;
	clear:left;
}
#bottom_half {
	clear:left;
	width:601px;
	padding-top:20px;
}
#expired {
	font-size:10px;
	line-height:14px
	;padding:10px 10px;
	color:#ce2e00;
	text-transform:uppercase;
	width:182px;
}

#big_image {
	border:red solid 1px;
	position:absolute;
	z-index:99;
	left:230px;
	background:#fff;
	max-width:360px;
	max-height:550px;
	padding:10px;
}

#big_image1 {
	border:red solid 1px;
	position:absolute;
	z-index:91;
	left:-80px;
	background:#fff;
	max-width:425px;
	max-height:550px;
	padding:10px;
	left:370px;
	top:-104px;
}

#big_image2 {
	border:1px solid red;
	position:absolute;
	z-index:95;
	left:300px;
	background:#fff;
	max-width:425px;
	max-height:550px;
	padding:10px;
}

#buy_now_sold_out {
	width:200px;
	font-size:18px;
	color:red;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px;
}
#left_sub_main {
	z-index:3;
}

#pass_strength_out {
	width:289px !important;
	background-color:#cccccc !important;
	padding:0px;
	margin:0px;
	height:10px;
}
.new_pass_rules {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #008A63;
    font-size: 10px;
    margin-bottom: 5px;
    padding: 7px 10px;
    width: 333px;
}
#valid_pass_img {
	display: block;
    float: right;
    padding-right: 105px;
    padding-top: 14px;
    width: 23px;
}

#passwordStrength {
    display: block;
    float: left;
    height: 10px;
	clear:both;
}
.strength0{
	width:355px;
	background:#cccccc;
}

.strength1{
	width:30px;
	background:#ff0000;
}

.strength2{
	width:100px;
	background:#bc8b8b;
}

.strength3{
	width:150px;    
	background:#ff5f5f;
}

.strength4{
	width:220px;
	background:#56e500;
}

.strength5{
	background:#4dcd00;
	width:280px;
}

.strength6{
	background:#399800;
	width:355px;
}

#passwordDescription {
	padding-left:42px;
}
.passwordweak {
	float:left;
}
.passwordstrong {
	float:right;
}
#passwordDescription1 {
	display: block;
	height:15px !important;
    padding-left: 6px;
	margin-top:5px;
	width:343px;
}
#passwordDescription {
	
}
#pass_strength_out {
	width:355px !important;
	background-color:#cccccc !important;
	padding:0px;
	margin:4px 0px 0px;
	height:10px;
}
#error_messg {
	color:red;
	text-transform:capitalize;
	margin-bottom:10px;
	font-size:12px;
}

#update_profile {
	position:absolute;
	left:300px;
	top:160px;
	width:240px;
	border:solid 1px #0e4a71;
	opacity:1;
    filter:alpha(opacity=97);
    z-index:99;
    padding:10px;
	background-color:#fff;
	text-align:center;
}

