/**
 * 	Search section stylings
 */
#searchbox_header {
	color: #000000 !important;
	font-size: 140% !important;
	font-weight: bold;
	border-bottom: none !important;
	margin: 0;
	margin-bottom: 10px;
}

#search_bkg_top {
	background-image: url("/recall-alert-rappel-avis/img/search_box_bkg.png");
	background-repeat: no-repeat;
	height: 116px;
}

#search_bkg_top_inner {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
}

#search_button_container {
	float: right;
}

#search_field_container {
	float: left;
}

#search_text_1 {
	margin-bottom: 0;
	padding: 8px;
	width:94%;
}

#search_submit {
	margin: 0;
	padding: 8px;
	padding-left: 4px !important;
	padding-right: 4px !important;
}

#search_bkg_middle {
	/*background-image: url("/recall-alert-rappel-avis/img/lrg_icons_bkg.png");*/
	background-repeat: repeat-x;
	height: 152px;
	text-align: center;
	overflow: hidden;
	width: 700px;
}

#search_bkg_middle_inner {
	margin-top: 20px;
}

.lrg_cat_buttons {
	width: 18%;
	height: 123px;
	display: inline-block;  
    vertical-align: middle;
   /*For IE7*/
    zoom:1;
    *display: inline;
}

.category_caption {
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 62px;
	color:#fff
}

.lrg_cat_buttons a {
	display: block;
	text-decoration: none;
	height: 122px;
}

.category_spacer {
	height: 70px;
}

.selected_category {
/*	background-image: url("/recall-alert-rappel-avis/img/lrg_icons_pressed_bkg.png");	
width: 146px;
	height: 131px;*/
}

#all_large_button a {	background: url("/recall-alert-rappel-avis/img/lrg_icons_all.gif") no-repeat center 0px;}
#all_large_button.selected_category a{	background: url("/recall-alert-rappel-avis/img/lrg_icons_all-hover.gif") no-repeat center 0px; }
#all_large_button.selected_category a div span{color:#000!important}

#consumer_large_button a {	background: url("/recall-alert-rappel-avis/img/lrg_icons_consumer.gif") no-repeat center 0px;}
#consumer_large_button.selected_category a{	background: url("/recall-alert-rappel-avis/img/lrg_icons_consumer-hover.gif") no-repeat center 0px; }
#consumer_large_button.selected_category a div span{color:#5f1a71!important}

#vehicles_large_button a {	background: url("/recall-alert-rappel-avis/img/lrg_icons_vehicles.gif") no-repeat center 0px;}
#vehicles_large_button.selected_category a{	background: url("/recall-alert-rappel-avis/img/lrg_icons_vehicles-hover.gif") no-repeat center 0px; }
#vehicles_large_button.selected_category a div span{color:#00535B!important}

#food_large_button a {	background: url("/recall-alert-rappel-avis/img/lrg_icons_food.gif") no-repeat center 0px;}
#food_large_button.selected_category a{	background: url("/recall-alert-rappel-avis/img/lrg_icons_food-hover.gif") no-repeat center 0px; }
#food_large_button.selected_category a div span{color:#2C3707!important}

#health_large_button a {	background: url("/recall-alert-rappel-avis/img/lrg_icons_health.gif") no-repeat center 0px;}
#health_large_button.selected_category a{	background: url("/recall-alert-rappel-avis/img/lrg_icons_health-hover.gif") no-repeat center 0px; }
#health_large_button.selected_category a div span{color:#743F00!important}


#left_line {
	width: 75px;
	float:left;
}

#recent_awrs_caption {
	width: auto;
	max-width: 410px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;	
}

#right_line {
	width: auto;
	overflow: hidden;
}

#recent_awrs_caption_text {
	font-weight: bold;
	margin: 0;
}

.line_img {
	width: 100% !important;
	height: 3px !important;
}

#search_bkg_bottom_content{
	width: 100%;
	margin-top: 26px;
}

#chevron_img {
	position: absolute;
	right: 10px;
}

#view_all_button {
	height: 27px;
	width: 100%;
	text-align: center;
}

form div {
	clear: none !important;
}

/**
 * 	Right column styles
 */
.right_column_button {
	text-align: center;
}

.feature {
	margin: auto !important;
	float: none !important;
}

.feature a {
	text-align: left;
	display:block;
}

#right_button_mobile {
	height:70px;
	width:195px;
}

#right_button_mobile a {
	height:70px;
	width:195px;
}

#right_button_widget {
	height:70px;
	width:195px;
}

#right_button_widget a{
	height:70px;
	width:195px;
}

#right_button_subscribe {
	height:153px;
	width:154px;
}

#right_button_subscribe a{
	height:153px;
	width:154px;
}

#right_button_report {
	height:153px;
	width:154px;
}

#right_button_report a{
	height:153px;
	width:154px;
}

/**
 * 	Recent advisories table styling
 */
#recent_awrs_table {
	width: 100%;	
}

#recent_awrs_table p {
	margin: 0;
}

.single_awr {
	width: 100%;
	border-right: 1px solid #4F6889;
	border-top: 1px solid #4F6889;
	border-left: 1px solid #4F6889;
	overflow: hidden;
}

.category_img_col
{
	float: left;
	clear: left;
	width: 7%;
	height: 100%;
	text-align: center;
	min-height: 50px;
}

.category_img_col img{
	margin-top: 10px;
}

.awr_title_col 
{
	float: left;
	width: 75%;
	height: 100%;
	border-left: 1px solid #4F6889;
	min-height: 50px;

	padding-bottom:100%;
	margin-bottom:-100%;
}

.advisory_info_inner {
	margin-top: 5px;
	margin-left: 10px;
}

.awr_title {
	margin-bottom: 10px !important;
	color: #000000;
}

.awr_title a {
	text-decoration: none;
}

.cell_separator_col
{
	float: left;
	height: 100%;
	width: 2px !important;
    background-color: white;
    background-image: url("/recall-alert-rappel-avis/img/vert_sep.png");
    background-repeat: repeat-y;
    min-height: 50px;

    padding-bottom:100%;
	margin-bottom:-100%;
}

.advisory_type_col {
	float: left;
	width: 17%;
	height: 100%;
	min-height: 50px;
}

.advisory_type_inner {
	height: 100%;
	background-position: 10px center;
	background-repeat: no-repeat;
	min-height: 50px;
}

.advisory_type_inner span {	
	float: left;
	margin-left: 44px;
	margin-top: 17px;
}

.awr_odd {
    background-color: #F9F9F9;
}

.awr_even {
    background-color: #E2E7EE;
}

.spacer {
	clear: both;
}

.last_awr {
	border-bottom: 1px solid #4F6889;
}

/*.feature a {height:40px\0/!important; }/*target ie8*/
/** + html .feature a {height:40px!important; }/*target ie7*/
/*.feature a {width:170px!important; min-height:40px!important;  padding-top:5px!important; text-decoration:none}*/
.feature a {width:170px!important; height:inherit!important; padding:5px 7px 5px 0!important; text-decoration:none}
