/*
Theme Name: NFLlayout
Version: 1.0
Author: Ahmed
*/
body{
	font-family: 'Arial', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background:#FFFFFF;
	padding-bottom:25px;
}
*{
	margin:0; padding:0;
}
img,fieldset{
	border:none;
}
ul li{
	display:inline;
}
ul,ol,li{
	list-style:none;
}
.hide,em{
     position: absolute;
     left: -9999px;
}
/*---------------------------------------------page structure--------------------------------*/
#page{
	width:971px;
	margin:0 auto;
}

/*-----------------------------header-----------------------*/
#header{
	width:971px;
	height:38px;
	background:#691F7E;
	padding:35px 0 0 0px;
}
/*---------------------------------menu------------------------*/
.menu{
	width:971px;
	height:38px;
}
.menulink{
	overflow:hidden;
	height:38px;
	float:right;
}
.menulink li{
	float:left;
	margin-left:15px;
	height:38px;
}
.menulink li a,
.menulink li a strong,
.menulink li a strong strong{
	height:38px;
	float:left;
	display:block;
}
.menulink li a{
	background:url(images/menubg.jpg) repeat-x;
	text-decoration:none;
}
.menulink li a strong{
	background:url(images/menu_lft.jpg) no-repeat;
}
.menulink li a strong strong{
	background:url(images/menu_rgt.jpg) no-repeat right;
	font-size:18px;
	color:#8DC73F;
	padding:0 18px;
	line-height:38px;
	font-family:Georgia;
	cursor:pointer;
}
.menulink li a:hover strong strong{
	color:#B28ABF;
	padding:0 18px;
}
.menulink .current_page_item a strong strong{
	color:#B28ABF !important;
}

/*---------------------------------banner------------------------*/
#banner{
	width:956px;
	height:137px;
	overflow:hidden;
	padding:0 12px 0 13px;
}
#banner h1{
	float:left;
	padding:20px 52px 35px 0;
	width:359px;
}
#banner h1 a{
	background:url(images/logo.jpg) no-repeat;
	width:359px;
	height:82px;
	display:block;
}
.banner_rgt{
	width:529px;
	float:left;
	margin:29px 0 26px 0;
	height:76px;
	border:3px solid #8DC73F;
	overflow:hidden;
}
.banner_rgt img{
	width:529px;
	height:76px;
	display:block;
}

/*------------------------------------sub_menu----------------------------------*/
#sub_menu{
	width:971px;
	height:38px;
	background:#691F7E;
	padding:8px 0 4px 0;
}
#sub_menu_link{
	width:971px;
	height:38px;
	overflow:hidden;
}
#sub_menu_link li{
	float:left;
	margin-left:4px;
	display:inline;
	height:38px;
}
#sub_menu_link li a,
#sub_menu_link li a strong,
#sub_menu_link li a strong strong{
	height:38px;
	float:left;
	display:block;
}
#sub_menu_link li a{
	background:url(images/subbg.jpg) repeat-x;
	text-decoration:none;
}
#sub_menu_link li a strong{
	background:url(images/sub_lft.jpg) no-repeat;
}
#sub_menu_link li a strong strong{
	background:url(images/sub_rgt.jpg) no-repeat right;
	font-size:17px;
	color:#fff;
	padding:0 20px 0 17px;
	line-height:30px;
	font-family:Georgia;
	cursor:pointer;
	text-transform:capitalize;
}
#sub_menu_link li a:hover strong strong{
	color:#691F7E;
	padding:0 20px 0 17px;
}

/* submenu */
#sub_menu_link li li{
	display:block;
	height:33px;
	overflow:hidden;
	margin:0;
}	
#sub_menu_link li li a,
#sub_menu_link li li a strong,
#sub_menu_link li li a strong strong{
	height:33px;
	float:left;
	display:block;
	margin:0;
	padding:0
}
#sub_menu_link li li a{
	background:none;
	background:url(images/subbg.jpg) repeat-x;
	text-decoration:none;
}
#sub_menu_link li li a strong{
	background:none;
	/*background:url(images/sub_lft.jpg) no-repeat;*/
}
#sub_menu_link li li a strong strong{
	background:none;
	/*background:url(images/sub_rgt.jpg) no-repeat right;*/
	font-size:15px;
	color:#fff;
	padding:0 20px 0 17px;
	line-height:30px;
	font-family:Georgia;
	cursor:pointer;
	text-transform:capitalize;
}
#sub_menu_link li li a:hover strong strong{
	color:#691F7E;
	padding:0 20px 0 17px;
}

#sub_menu_link li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 230px;
	margin: 0px;
	padding: 0px;
	margin-top:35px;
	}

#sub_menu_link li ul a { 
	width: 230px;
	font-size:15px;
	}

#sub_menu_link li ul ul {
	margin: -30px 0 0 191px;
	}

#sub_menu_link li:hover ul ul, #sub_menu_link li:hover ul ul ul, #sub_menu_link li.sfhover ul ul, #sub_menu_link li.sfhover ul ul ul {
	left: -999em;
	}

#sub_menu_link li:hover ul, #sub_menu_link li li:hover ul, #sub_menu_link li li li:hover ul, #sub_menu_link li.sfhover ul, #sub_menu_link li li.sfhover ul, #sub_menu_link li li li.sfhover ul {
	left: auto;
	}

#sub_menu_link li:hover, #sub_menu_link li.sfhover { 
	position: static;
	}

.current-cat ul a:hover strong strong{
	color:#691F7E!important;
}
.current-cat a strong strong{
	color:#691F7E !important;
}
.current-cat ul a strong strong{
	color:#fff!important;
}
.current-cat ul .current-cat{
	color:#691F7E !important;color:#691F7E;
}
.current-cat ul .current-cat a:hover{
	color:#691F7E!important;
}


#sub_menu_link .current_page_item ul a:hover strong strong{
	color:#691F7E!important;
}
#sub_menu_link .current_page_item a strong strong{
	color:#691F7E !important;
}
#sub_menu_link .current_page_item ul a strong strong{
	color:#fff!important;
}
#sub_menu_link .current_page_item ul .current-cat{
	color:#691F7E !important;color:#691F7E;
}
#sub_menu_link .current_page_item ul .current_page_item a:hover{
	color:#691F7E!important;
}




/*-----------------------------content----------------------------*/
#content{
	width:971px;
	padding-top:10px;
	overflow:hidden;	
	border-bottom:1px solid #CCCCCC;
	margin-bottom:19px;
	padding-bottom:7px;
}
#content ul{
	overflow:hidden;
}
#content ul li{
	display:block;
	line-height:18px;
	color:#000;
}
#content ul li a{
	line-height:18px;
	color:#000;
}
#content  ul li a{
	font-size:12px;
	color:#000;
	line-height:18px;
	text-decoration:none;
}
#content  ul li a:hover{
	color:#8CC63F;
}

#content h2{
	color:#691F7E;
	font-family:Georgia;
}
#content label{
	color:#898989;
	font-size:11px;
}
#content p{
	color:#000000;
	font-size:11px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}
/*---------------------------sidebar_lft------------------------*/
#sidebar_lft{
	width:615px;
	min-height:1112px;
	float:left;
	padding:0 12px 0 11px;
	overflow:hidden;
	background:url(images/side_lft_bg.jpg) repeat-y;
	border-top:1px solid #CCCCCC;
}

#sidebar_lft a{
	color:#8DC73F;
	font-size:11px;
	text-decoration:none;
}
#sidebar_lft h1{
	font-size:30px;
	font-family:Georgia;
	color:#691F7E;
}
#sidebar_lft h2{
	font-size:24px;
	font-family:Georgia;
	color:#691F7E;
}
#sidebar_lft h2 a{
	font-size:24px;
	font-family:Georgia;
	color:#691F7E;
	font-family:Georgia;
}
#sidebar_lft h3 a{
	font-size:18px;
	font-family:Georgia;
	color:#691F7E;
	font-family:Georgia;
}
#sidebar_lft h3{
	font-size:18px;
	color:#691F7E;
	font-family:Georgia;
}
#sidebar_lft h4{
	font-size:16px;
	font-family:Georgia;
	color:#691F7E;
	font-family:Georgia;
}
#sidebar_lft h5{
	font-size:15px;
	font-family:Georgia;
	color:#691F7E;
	font-family:Georgia;
}
#sidebar_lft h6{
	font-size:14px;
	font-family:Georgia;
	color:#691F7E;
	font-family:Georgia;
}

#num_link,#num_link2{
	width:615px;
	overflow:hidden;
	margin-bottom:9px;
}
#num_link a ,#num_link2 a,#num_link2 .current{
	float:left;
	margin:0;
	padding:0;
	padding:1px 5px;
	display:block;
	font-size:13px !important;
	color:#8DC73F;
	text-decoration:none;
	border:1px dotted #CBCDCA;
}
#num_link a:hover,#num_link2 a:hover,#num_link2 .current{
	background:#D78DEC;
	padding:1px 5px;
}
#num_link2{
	position:absolute;
	top:0;
}
/*-------------------------------------sidebar_top_local-------------------------*/
.sidebar_top_local{
	width:615px;
	overflow:hidden;
	padding-bottom:12px;
	border-bottom:1px dotted #C9C9C9;
	margin-bottom:6px;
}
.sidebar_top_local img{
	float:left;
	margin-right:12px;
}
.sidebar_top_heading{
	width:auto;
}

.sidebar_top_heading p{
	padding-top:20px;
	line-height:18px;
}
.sidebar_top_heading label{
	display:block;
}
.sidebar_top_heading label a{
}
.sidebar_top_heading h3{
	font-size:24px!important;
	font-family:Georgia!important;
	color:#691F7E!important;
}
.Shopping{
	width:615px;
	overflow:hidden;
	padding-bottom:19px;
	border-bottom:1px dotted #C9C9C9;
	padding-top:10px;
}
.Shopping img{
	float:left;
	margin-right:12px;
}
.Shopping_heading{
	width:auto;
}
.Shopping_heading p{
	line-height:18px;
}
.Shopping_heading label{ display:block }
/*-----------------------------sidebar_mid--------------------*/
#sidebar_mid{
	width:615px;
	overflow:hidden;
}

hr{
	clear:both;
	padding:0;
	margin-bottom:16px;
	width:615px;
	height:1px;
	clear:both;
	display:block;
	border:0;
	border-bottom:1px solid #CCCCCC;
}
/*-----------------------------------sidebar_mid_lft----------------------------*/
.sidebar_mid_lft{
	width:201px;
	float:left;
	border-right:1px solid #CCCCCC;
	overflow:hidden;
	margin-top:16px;
}
.cont_sidebar_mid_lft{
	width:192px;
	padding-left:10px;
	height:144px;
}
.cont_sidebar_mid_lft label{
	display:block;
}
.cont_sidebar_mid_lft img{
	margin-left:5px;
	width:175px;
	height:118px;
	display:block;
}
.cont_sidebar_mid_lft p{
	padding-bottom:10px;
}
/*---------------------------------------sidebar_mid_mid-----------------------*/
.sidebar_mid_mid{
	width:193px;
	float:left;
	padding-left:10px;
	padding-right:7px;
	margin-top:16px;
}
.cont_sidebar_mid_mid{
	height:144px;
}
.cont_sidebar_mid_mid label{
	display:block;
}
/*------------------------------------------sidebar_mid_rgt----------------------*/
.sidebar_mid_rgt{
	width:189px;
	padding-left:10px;
	float:left;
	border-left:1px solid #CCCCCC;
	overflow:hidden;
	margin-top:16px;
}
.cont_sidebar_mid_rgt{
	height:144px;
}
.cont_sidebar_mid_rgt label{
	display:block;
}

/*--------------------------------------sidebar_down----------------------*/
#sidebar_down{
	width:615px;	
	margin-top:10px;
	overflow:hidden;
}
.downlft{
	width:197px;
	float:left;
	border-right:1px solid #CCCCCC;
	overflow:hidden;
	padding:7px 4px 0 0;
	height:93px;
}
#sidebar_down p{
	font-style:italic;
}
#sidebar_down label{
	display:block;
}

/*-------------------------------------down_mid----------------*/
.down_mid{
	width:193px;
	float:left;
	padding:7px 7px 0 10px;
	height:93px;
}
/*----------------------------------------down_rgt---------------*/
.down_rgt{
	width:189px;
	padding-left:10px;
	float:left;
	border-left:1px solid #CCCCCC;
	overflow:hidden;
	height:93px;
	padding-top:7px;
}

/*---------------------------sidebar_rgt-------------------------*/
#sidebar_rgt{
	width:322px;
	float:right;
	overflow:hidden;
}
/*---------------------------------------sidebar_rgt_fst-------------*/
.sidebar_rgt_fst, .widget {
	width:311px;
	border:1px solid #CCCCCC;
	padding:20px 0 20px 0;
	overflow:hidden;
	margin-bottom:10px;
}
.sidebar_rgt_fst h3, .widget h3{
	font-size:18px;
	color:#898989;
	padding-left:10px;
}
.sidebar_rgt_fst a, .widget a{
	color:#8DC73F;
	font-size:11px;
	text-decoration:none;
}

.sidebar_rgt_fst p, .widget p{
	padding:0 30px 10px 10px;
}
/*------------------------------sidebar_rgt_2nd------------*/
.sidebar_rgt_2nd{
	text-align:center;
}
.sidebar_rgt_2nd img, .widget img{
	display:block;
}
/*-----------------------------------sidebar_rgt_third--------------------*/
.sidebar_rgt_third{
	width:322px;
	overflow:hidden;
	margin-bottom:9px;	
}
/*----------------------------sidebar_rgt_third_lft---------------*/
.sidebar_rgt_third_lft{
	width:150px;
	float:left;
	border:1px solid #5A9CBF;
	overflow:hidden;
}
.sidebar_rgt_third_lft h4{
	font-size:14px;
	color:#898989;
	line-height:24px;
}
.widget ul{
	padding-left:10px;
}
.sidebar_rgt_third_lft ul{
	overflow:hidden;
	width:145px;
}
.sidebar_rgt_third_lft ul li , .widget ul li{
	list-style:none;
	display:block;
}
.sidebar_rgt_third_lft ul li a, .widget ul li a{
	font-size:12px;
	color:#000;
	line-height:18px;
	text-decoration:none;
}
.sidebar_rgt_third_lft ul li a:hover, .widget ul li a:hover{
	color:#8CC63F;
}
/*----------------------------------sidebar_rgt_third_rgt---------------------*/
.sidebar_rgt_third_rgt{
	width:155px;
	float:right;
	border:1px solid #CCCCCC;
	overflow:hidden;
}
.sidebar_rgt_third_rgt img{
	width:155px;
	height:276px;
	display:block;
}
/*---------------------------sidebar_rgt_forth--------------------*/
.sidebar_rgt_forth{
	width:320px;
	overflow:hidden;
	padding-left:2px;
}
.sidebar_rgt_forth img{
	display:block;
	float:left;
}

.sidebar_rgt_fifth{
	width:320px;
	overflow:hidden;
	padding-left:2px;
	border-top:1px solid #898989;
	margin-top:15px;
	padding-top:14px;
}
.sidebar_rgt_fifth h3{
	font-size:18px;
	color:#898989!important;
	font-weight:normal;
}
.social_link{
	width:100%;
	overflow:hidden;
	padding:10px 0 0 0;
}
.social_link img{
	display:block;
	float:left;
	margin-right:10px;
}
.float_rght{float:right!important}
/*------------------------------footer--------------------*/

#myfavourite{
	width:971px;
	margin:0 auto;
	text-align:center;
	padding:26px 0;
	overflow:hidden;
}
#myfavourite img{
	margin-right:14px;
}

#footer{
	width:971px;
	height:49px;
	background:#691F7E;
	margin:0 auto;
}
#footer p{
	text-align:center;
	font-weight:bold;
	color:#fff;
	line-height:49px;
	font-family:Georgia;
	font-size:16px;
}
#footer p a{
	font-weight:bold;
	color:#fff;
	font-size:16px;
	font-family:Georgia;
	text-decoration:none;
}
#footer p a:hover{
	text-decoration:underline;
}
/*---------------------------------------------inner_NFLlayoutFinal_page-------------------*/
#cont_inner_sidebar_lft{
	width:615px;
}

#cont_inner_sidebar_lft p{
	padding:10px 0;
}

/*==============*/
.center{ text-align:center }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.aligncenter, img.alignnone{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 4px 0 5px 10px;
	display: inline;
	}

img.alignleft {
	margin: 4px 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.img_box{
	text-align:center;
}

.navigation a{
	display:block;
	clear:both;
	float:left;
	font-size:15px;
	font-family:Georgia;
	color:#691F7E;
}
#home_page p{ padding:0; margin:0 ;}
.bottomtext {
	margin-bottom:20px;
}
#cont_inner_sidebar_lft h2 ,#cont_inner_sidebar_lft h3,#cont_inner_sidebar_lft h4,#cont_inner_sidebar_lft h5,#cont_inner_sidebar_lft h6{ padding-top:20px; }


#cont_inner_sidebar_lft ul, #cont_inner_sidebar_lft ul ol {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
}

#cont_inner_sidebar_lft li {
	margin: 7px 0 8px 10px;
}
#cont_inner_sidebar_lft li a{	
	color:#8DC73F;
}
blockquote{
	padding:20px 35px;
	font-size:15px;
	font-style:italic;
	display:block;
	color:#000;
}
/*======= comment ===*/

#comments{
	color:#EC5408;
}

.inptclass{
	width:170px;
	height:18px;
	margin-top:5px;
	border:1px solid #4D4D4D;
}

.textarea{
	width:520px;
	height:150px;
	margin-top:5px;
	border:1px solid #4D4D4D;
}

/*-----------------------------sub category page--------------------------------------------*/
.sub_cat_restaurants{
	padding-top:15px;
	padding-bottom:35px;
	text-transform:capitalize;
}
.sub_cat_restaurants p{
	font-size:24px!important;
	font-family:Georgia!important;
	color:#691F7E!important;
}
.sub_cat_row{
	width:615px;
	overflow:hidden;
	padding-bottom:37px;
}
.sub_cat_row img{
	float:left;
	margin-right:12px;
}
/*------------------------------------------Category page----------------*/
.cate_north{
	width:615px;
	height:370px;
	border-bottom:1px solid #898989;
	overflow:hidden;
	padding:25px 0;
	position:relative;
	overflow:hidden;
}
.cate_north h2{
	padding-bottom:10px;
}
.cate_alley{
	padding-top:10px;
}
.img_fr_box{
	width:614px;
	height:298px;
	overflow:hidden;
}
#featuredPostBox{ width:10000000px; position:absolute}

#featuredPostBox ul{width:auto; height:100%;list-style:none; padding:0; margin:0;}
#featuredPostBox li{
	width:615px;
	height:370px;
	float:left;
	display:block;
	list-style:none; 
	position:relative;
}
#featuredPostBox h3 a{
	font-size:18px!important;
	font-family:Georgia!important;
	color:#691F7E!important;
	font-family:Georgia;
}
#featuredPostBox a{
	color:#8DC73F!important;
	font-size:11px;
	text-decoration:none;
}

/*------------------cat_all_food_item----------------*/
.cat_all_food_item{
	width:615px;
	background:url(images/cat_all_res_bg.jpg) repeat-y;
	overflow:hidden;
	margin:13px 0 10px 0;
}
/*------------cat_all_food_item_lft-------------*/
.cat_all_food_item_lft{
	width:318px;
	float:left;
}
/*-------------cat_all_food_item_lft_up---------*/
.cat_all_food_item_lft_up{
	width:296px;
	border-bottom:1px solid #898989;
	padding-bottom:17px;
	margin-bottom:15px;
}
.cat_all_food_item_lft_up .all_heading_cate{
	font-size:22px !important;
	color:#8DC73F !important;
	padding-bottom:25px;
	height:45px;
	text-align:center;
	text-transform:uppercase;
}
.cat_killer{
	width:296px;
	overflow:hidden;
	padding-bottom:36px;
}
.cat_killer img{
	float:left;
	margin-right:12px;
	padding-bottom:31px;
}
.cat_killer_rays{
	width:auto;
	margin-right:15px;
}
.cat_killer_rays label{
	display:block;
}
.cat_killer_rays p{ padding-bottom:20px;}

/*------------------cat_all_food_item_lft_rgt------------*/
.cat_all_food_item_lft_rgt{
	width:296px;
	float:right;
}
.img_fr_box{text-align:center; margin-bottom:10px}

.catPosts{ width:100%; overflow:hidden; clear:both; }



/*-----------------------------------------new page structure---------------- */
#content_newpage{
	width:577px;/*607*/
	float:left;
	border:1px solid #CACACA;
	padding:13px 16px 30px 14px;
}
.eyes{
	margin-bottom:19px;
}
.pic_welcome{
	margin:0 0 17px 17px;
}
/* newpage_cont */
#newpage_cont{
	width:569px;
	padding-left:8px;
}
#content_newpage h3{
	font-size:18px;
	color:#898989;
	line-height:24px;
	padding-bottom:3px;
	font-weight:normal;
	padding-left:8px;
}
#content_newpage p{
	font-size:12px;
	color:#000000;
	line-height:12px;
	padding-bottom:25px;
	padding-left:8px;
	line-height:18px;
}

/*---------------------newsidebar_rgt--------------------*/
#newsidebar_rgt{
	width:347px;
	float:right;
}
.pic_seven{
	width:343px;/*343*/
	border:1px solid #CACACA;
	padding:27px 0 7px 0px;
	margin-bottom:8px;
}
.pic_seven img{
	margin-bottom:7px;
	margin-left:44px;
}
.pic_click{
	background:url(images/bgr_click.jpg) no-repeat;
	display:block;
	width:177px;
	height:39px;
	margin-left:87px;
}
.new_singup{
	width:343px;/*343*/
	border:1px solid #CACACA;
	padding:7px 0 7px 0px;
	margin-bottom:8px;
}
.new_singup img{
	display:block;
	margin:0 0 16px 47px;
}
#new_feature{
	width:343px;/*343*/
	border:1px solid #CACACA;
	padding:5px 0 7px 0px;
}
#new_feature h1{
	font-size:38px;
	color:#691F7E;
	padding-left:29px;
}
#new_feature ul{
	padding-left:19px;
}
#new_feature ul li{
	background:url(images/new_icon.jpg) no-repeat 0 13px;
	padding-left:17px;
	padding-bottom:25px;
}
#new_feature ul li a{
	font-size:26px;
	color:#C58BD5;
	line-height:32px;
}
#new_feature ul li ul{
	padding:0;
	margin:0;
}
#new_feature ul li ul li{
	background:none;
	padding-bottom:0;
}
#new_feature ul li ul li a{
	font-size:24px;
	color:#C58BD5;
	line-height:32px;
}
/*----------------------------new_concern--------------------*/
#new_concern{
	width:742px;/*971*/
	padding:27px 106px 32px 123px;
	overflow:hidden;
}
#new_concern img{
	display:block;
	float:left;
	margin-right:10px;
}
#new_concern span{
	display:block;
	float:left;
	padding-top:49px;
	width:291px;
}
#new_concern span img{
	margin-left:31px;
	display:inline;
}

/*--------------------nfl erin carper---page---------------------------------*/
#content_erinpage{
	width:606px;
	border:1px solid #CCCCCC;
	padding:3px 20px 0 13px;
	float:left;
}
#content_erinpage img{
	display:block;
	margin:0 0 15px 9px;
}
#content_erinpage p{
	font-size:12px;
	color:#000;
	line-height:18px;
	padding-bottom:20px;
}
#content_erinpage ul{
	list-style:disc;
	margin-left:35px;
	padding-bottom:18px;
}
#content_erinpage ul li{
	list-style:disc;
	margin-bottom:3px;
	padding-left:14px;
	background:url(images/new_icon.jpg) no-repeat 0 5px;
	list-style-position:inside;
}
/*-------------------------erincarper_sidebar
*/
#erincarper_sidebar{
	width:311px;
	float:right;
}
#erin_volatile{
	width:293px;
	border:1px solid #CCCCCC;
	background:#D1D2D3 url(images/erin_rgttop_bg.jpg) repeat-x;
	overflow:hidden;
	padding:27px 0px 29px 16px;
	margin-bottom:14px;
}
#erin_volatile img{
	display:block;
}
.btn_frinclik{
	background:url(images/btn_click.png) no-repeat;
	width:177px;
	height:39px;
	display:block;
	margin:32px 0 0 51px;
}
.common_erinbox{
	width:309px;
	border:1px solid #CCCCCC;
	margin-bottom:14px;
	padding:18px 0 20px 0;
}
.common_erinbox h2{
	text-align:center;
	padding-bottom:20px;
}
.btn_click_seminar{
	background:url(images/bgr_click.jpg) no-repeat;
	width:177px;
	height:39px;
	display:block;
	margin-left:71px;
}
#new_feature_erin{
	width:309px;/*343*/
	border:1px solid #CCCCCC;
	padding:30px 0 0px 0px;
}
#new_feature_erin h1{
	font-size:36px;
	color:#691F7E;
	padding-left:15px;
}
#new_feature_erin ul{
	padding-left:15px;
}
#new_feature_erin ul li{
	background:url(images/new_icon.jpg) no-repeat 0 13px;
	padding-left:15px;
	padding-bottom:25px;
}
#new_feature_erin ul li a{
	font-size:24px;
	color:#C58BD5;
	line-height:32px;
}

