/* CSS Document */
/**
 * In order to maintain cross-browser compatibility, the following syntax is
 * used to create IE6 specific style rules:
 *    .class {
 *      property: rule applies to all browsers
 *      -property: rule applies only to IE6 (overrides previous rule)
 *    }
 *    * html .gwt-Widget {
 *      property: rule applies to all versions of IE
 *    }
 */
 
div, table, body, p{
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	background-color:#595959;
}

#body_wrapper{
	background-color:#FFF;
}

#login_register{
	width:185px;
}

#footer_menu{
	background-color:#CAE19B;
	padding:10px;
}

#middle_section{
	padding-left:10px;
}
	
#right{
	float:right;
	width:160px;
	overflow:hidden;
}

#search_coupon_body{
	position:relative;
	background-color:#B8E566; 
	margin:0px 170px 0px 197px;
}

#top{
	width:840px;
	margin-right:160px;
}

.black_small_text {
	color:#000000;
	font-family:Verdana,Arial;
	font-size:10px;
	text-decoration:none;
}

a.black_small_text:hover {
	color:#CE0100;
	text-decoration:underline;
}

.black_small_text_bold {
	color:#000000;
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.black_small_text_bold:hover {
	text-decoration:underline;
}

.blue_small_text, .blue_small_text_bold{
	color:#4C50AE;
	font-family:Verdana,Arial;
	font-size:10px;
	text-decoration:none;
}

.blue_small_text_bold {
	font-weight:bold;
}

.button {
	color:#000000;
	font-family:Verdana,Arial;
	font-size:10px;
	text-decoration:none;
}

.button_gray {
	color:#000000;
	background-color:#CCC;
	font-family:Verdana,Arial;
	font-size:11px;
	text-decoration:none;
	border:1px solid #999;
	padding:3px;
}

.label_signup, .label_new_coupon{
	display:inline;
	float:left;
	width:120px;
	text-align:left;
}

.required_mark{
	color:#F00;
	font-size:12px;
	display:inline;
}
	
.float_l{
	float:left;
}

.float_r{
	float:right;
}

.footer_menu {
}

.footer_menu a{
	margin:0px 40px 0px 40px;
}

.red_text_small{
	color:#CE0100;
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
	
.row_signup, .row_new_coupon{
	margin:10px;
}	

.text_box {
	background-color:#FFFFFF;
	border:1px solid #8184C9;
	color:#000000;
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:normal;
}

.user_menu{
	margin-top:10px;
	margin-right: 160px;
	border:2px solid #82AC21;
	background-color:#FFE505;
	padding:3px 10px 3px 10px;
	font-size:12px;
}

.user_menu *{
	color:#4A6307;
	text-decoration:none;
	font-weight:bold;
	
}

.user_menu a:hover{
	color:#CC0000;
}

.white_text_small{
	color:#FFFFFF;
	font-family:Tahoma,Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

