html   { font: 11px  Tahoma, Verdana, Arial, sans-serif; margin:0; padding:0; }
input  { font: 100%  Tahoma, Verdana, Arial, sans-serif; }
select { font: 100%  Tahoma, Verdana, Arial, sans-serif; }
textarea { font: 100%  Tahoma, Verdana, Arial, sans-serif; }

body { background-color: #eeeeee; padding: 0; margin: 0; text-align:left;	margin-bottom: 10px; }

a:link, a:visited {	text-decoration: none; color:#000000 }
a:hover { text-decoration: underline; color: #0000FF; }

a.pub_link, a.pub_link:visited { text-decoration: underline; color:#003399 }
a.pub_link:hover { text-decoration: underline; color: #003399; }

a.strong_link,  a.strong_link:visited { text-decoration: underline; color:#0000FF }
a.strong_link:hover { text-decoration: underline; color: #0000FF; }

img{border: none;}
table{padding: 0;margin: 0;}

#main
{
	background-color: #ffffff;
	display: block;
	width: 945px;
	margin-left:auto;
	margin-right:auto;
}
.border_left
{
	display: block;
	padding-left:6px;
	background-image: url(../images/border_left.png);
	background-position: top left;
	background-repeat: repeat-y;
}
.border_right
{
	display: block;
	padding-right:6px;
	background-image: url(../images/border_right.png);
	background-position: top right;
	background-repeat: repeat-y;
}
.border_bottom
{
	display: block;
	padding-bottom:8px;
	background-image: url(../images/border_bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}



.header
{
	position: relative;
	width: 933px;
	height: 127px;
	background: url(../images/head_bg.png) left top repeat-y;
}
.header_logo
{
	position: absolute;
	top: 6px;
	left: 8px;
	width: 165px;
	height: 60px;
	background: url(../images/acdefi_web.png) left top no-repeat;
	cursor: pointer;
}
.header_baseline
{
	position: absolute;
	top: 68px;
	left: 8px;
	width: 399px;
	height: 22px;
	background: url(../images/acdefi_webbl.png) left top no-repeat;
}


.header_bar_left
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 163px;
	height: 27px;
	background: url(../images/head_bar_left.png) left top no-repeat;
}
.header_bar
{
	position: absolute;
	top: 100px;
	left: 163px;
	width: 770px;
	height: 33px;
	background: url(../images/toolbar.png) left top repeat-x;
	zborder:1px solid red;
}
.header_bar_right
{
}
.header_bar_content
{
	position: absolute;
	top: 100px;
	left: 163px;
	right: 150px;
	height: 26px;
}
.header_bar_item
{
	float:left;
	height: 26px;
	padding-top: 6px;
	font-weight: bold;
	background: url(../images/toolbar_sep.png) right top no-repeat;
	padding-left: 10px;
	padding-right: 13px;
}

.header_search
{
	position: absolute;
	top: 102px;
	right: 2px;
	width: 258px;
	height: 33px;
	text-align:right;
}
.header_search_label
{
	float:left;
	width: 80px;
	padding-top: 4px;
	padding-right: 5px;
	text-align: right;
}
.header_search_box
{
	float:left;
	padding-right: 2px;
}
.header_search_box input
{
	border: 1px solid #aaaaaa;
	width: 140px;
	height: 14px;
}
.header_search_button
{
	float:right;
	width: 27px;
	height: 21px;
	padding-top: 4px;
	background: url(../images/search_button.png) 0px 0px no-repeat;
}
.header_search_button a
{
	font-size: 10px;
	font-weight:bold;
	padding-right: 7px;
}

.ad
{
	position: absolute;
	top: 5px;
	left: 462px;
	width: 460px;
	height: 60px;
	/*border:1px solid #4D77A1;*/
}



.header_user_box
{
	position: absolute;
	top: 72px;
	right: 2px;
	height: 21px;
	text-align: right;
}
.header_user
{
	margin-top: 2px;
	padding-right: 7px;
	font-weight: bold;
}
.header_logout
{
	font-weight: normal;
	color: #666666;
}
.header_logout a
{
	color: #666666;
	text-decoration: underline;
}
.header_logout a:hover
{
	color: #003399;
}





.load
{
	width: 100%;
	height: 100%;
	background-image: url(../images/loadbar.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: progress;
}

#main .col
{
	margin-top: 3px;
	float: left;
	display: block;
	overflow: hidden;
	width: 933px;
	background-color: #ffffff;
}
#main .col.col1
{
	width: 223px;
}
#main .col.col2
{
	width: 486px;
	padding-top: 13px;
}
#main .col.col3
{
	width: 221px;
}
#main .col.col4
{
	width: 693px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 15px;
}


#footer
{
	display: block;
	width: 933px;
	margin-left:auto;
	margin-right:auto;
}
#footer .col
{
	float: left;
	display: block;
	overflow: hidden;
	width: 933px;
}
#footer .col.col1
{
	width: 223px;
}
#footer .col.col2
{
	width: 486px;
}
#footer .col.col3
{
	width: 221px;
}
.location
{
	color:#344579;
	padding: 2px;
	margin-left:5px;
	margin-right:5px;
	border-bottom: 1px dotted #999999;
}
.location a
{
	font-weight: normal;
	color:#344579;
}
.location span
{
	font-weight: bold;
}

.rss
{
	vertical-align: bottom;
	padding-right:10px;
}
.copyright
{
	zborder-top: 1px dotted #999999;
	margin-left:5px;
	margin-right:5px;
	margin-top: 15px;
	padding-top: 4px;
	padding-bottom: 8px;
	width: 923px;
	text-align:center;
	color:#777777;
}
.copyright a
{
	color:#777777;
}
.copyright span
{
	height: 25px;
	padding-bottom: 10px;
}




#connection_area
{
	width: 255px;
	height: 100px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	text-align:left;
	margin: auto;
}
.connection_area form
{
	margin:0px;
	padding:0px;
	height: 15px;
}

.connection_title_area
{
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	height:18px;
	padding-left: 10px;
}
.connection_title_area table
{
	height:18px;
}

.connection_login_area
{
	padding:10px;
}
.connection_login_label
{
	width:80px;
}
.connection_login_input
{
	border: 1px solid #888888;
	margin-bottom: 2px;
	width:155px;
}
.connection_login_valid_bar
{
	height: 22px;
}
.connection_login_valid_bar .valid
{
	float: right;
	font-weight: bold;
}
.connection_login_valid_bar .lostpassword
{
	float: left;
	color: #888888;
}
.connection_login_valid_bar .lostpassword:hover
{
	color: #0000FF;
}

#new_client_area
{
	margin-top:40px;
	text-align:center;
	margin-bottom:30px;
}
.become_client div
{
	width: 145px;
	height: 23px;
	background: url(../images/button.png) left top no-repeat;
	cursor: pointer;
	padding-top:4px;
	font-size: 12px;
	font-weight: bold;
}
.become_client a
{
	color: #444444;
}
.become_client a:hover
{
	text-decoration: none;
}
.not_client
{
	padding-top:8px;
	margin-bottom:5px;
	font-weight: bold;
	color:#444444;
}

#subscription
{
	text-align: center;
	margin: 20px;
	padding-top: 15px;
}
.subscription_part
{
	font-size: 14px;
	font-weight: bold;
	color:#444444;
	font-family: verdana;
}
.subscription_part_content
{
	padding-left: 20px;
	padding-bottom: 10px;
}

.sub
{
	margin: auto;
}
.sub .hdrrow td
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 9px;
	padding-top: 9px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color:#444444;
	font-family: verdana;
	border-bottom: 1px solid #ccc;
}
.sub .lbl
{
	padding-right: 10px;
	color: #000;
	text-align: right;
	height: 25px;
	border-bottom: 1px solid #ccc;
	width:220px;
}
.sub .col0, .sub .col1, .sub .col2, .sub .col3
{
	text-align: center;
	color:#217eb4;
	border-bottom: 1px solid #ccc;
}








#client_form
{
	width: 400px;
	margin-top: 20px;
	margin-bottom: 50px;
	padding:10px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
}
.member
{
	width: 400px;
	margin:auto;
}
.member .title
{
	text-align: center;
	height: 30px;
	font-size: 11pt;
	font-weight: bold;
}
.member .subtitle
{
	vertical-align:top;
	text-align: center;
	height: 40px;
}
.member .label
{
	width: 100px
}
.member .label.label_required
{
	color: crimson;
}
.member .required_message
{
	padding: 2px;
	font-weight: bold;
	color: crimson;
	text-align: center;
}
.member .required
{
	color: crimson;
	padding-left: 2px;
	padding-right: 2px;
}
.member .detail
{
	height: 40px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.member input
{
	width: 280px
}
.member textarea
{
	height: 25px;
	width: 280px
}
.member .btn
{
	text-align: center;
	width: 400px
}
.member .btn input
{
	text-align: center;
	width: 120px
}


.msg
{
	margin-left: auto;
	margin-right: auto;
}
.msg .title
{
	height: 40px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}
.msg .btn_bar
{
	height: 40px;
	text-align: center;
}


.body_pub_video
{
	margin-top: 5px;
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.body_pub
{
	margin-top: 8px;
	padding:5px;
	background-color:#ffffff;
	display: block;
	clear: both;
}

.body_pub_cat
{
	height: 16px;
	color: #666666;
	background: url(../images/part_sep.png) left bottom no-repeat;
	display: block;
}
.body_pub_cat a
{
	font-weight: bold;
	color: #344579;
}
.body_pub_title
{
	margin-top: 3px;
	font-size: 9pt;
	font-weight: bold;
}
.body_pub_title a:hover
{
	color: #E44D24;
}

.body_pub_preview
{
	margin-top: 3px;
}
.body_pub_preview a
{
	color: #555555;
}
.body_pub_preview a:hover
{
	color: #E44D24;
	text-decoration: none;
}


.pub
{
	padding:6px;
}
.pub_title
{
	font-family:Trebuchet MS;
	font-size: 14pt;
	color: #353434;
	margin-bottom: 2px;
	margin-top: 8px;
	font-weight: bold;
}
.pub_image
{
	float:left;
	padding:5px;
}
.pub_date
{
	color: #666666;
	font-family:Trebuchet MS;
}
.pub_text
{
	font-family:Trebuchet MS;
	font-size: 10pt;
	color: #353434;
}
.pub_text *
{
	font-family:Trebuchet MS;
}
.pub_toolbar
{
	display: block;
	text-align: right;
	padding-bottom: 1px;
	color: #888888;
}
.pub_toolbar img
{
	vertical-align: bottom;
}




.panel_ah
{
	width: 213px;
	height: 96px;
	background: url(../images/panel_ah.png) left top no-repeat;
	margin-top: 5px;
}
.panel_ah .panel_ah_body
{
	padding-top: 30px;
	padding-left: 7px;
}
.panel_ah .panel_ah_body .panel_ah_item
{
	padding-left: 10px;
	background: url(../images/panel_item.png) 0px 3px no-repeat;
	width: 185px;
	padding-bottom: 6px;
	cursor: pointer;
}




.panel_dictionnary
{
	margin-top: 3px;
	width: 213px;
	background: url(../images/panel_body.png) left top repeat-y;
}
.panel_dictionnary .panel_head
{
	background: url(../images/panel_dictionnary.png) left top no-repeat;
}
.panel_dictionnary .panel_bottom
{
	width: 213px;
	height: 5px;
	background: url(../images/panel_bottom.png) left bottom no-repeat;
}
.panel_dictionnary .panel_dictionnary_top
{
	height: 35px;
	cursor: pointer;
}
.panel_dictionnary .panel_dictionnary_body
{
	padding-left: 7px;
}
.panel_dictionnary .panel_dictionnary_body .panel_dictionnary_item
{
	padding-left: 10px;
	background: url(../images/panel_item.png) 0px 3px no-repeat;
	width: 185px;
	padding-bottom: 6px;
	cursor: pointer;
}

.panel_dictionnary_search
{
	position: relative;
	height:25px;
}

.panel_dictionnary_search #dictionnary_search_button
{
	position: absolute;
	top: 2px;
	left: 158px;
	width: 34px;
	height: 21px;
	padding-left: 10px;
	padding-top: 4px;
	font-size: 10px;
	font-weight:bold;
	cursor: pointer;
	background: url(../images/panel_button.png) 0px 0px no-repeat;
}
.panel_dictionnary_search input
{
	position: absolute;
	top: 3px;
	left: 10px;
	border: 1px solid #aaaaaa;
	width: 140px;
	height: 14px;
}
.panel_dictionnary_search label
{
	position: absolute;
	top: 5px;
	left: 13px;
	color: #8D8D8D;
}
.panel_dictionnary_text
{
	padding-left: 11px;
	margin-bottom: 4px;
	color: #333333;
}


.search_results
{
	padding-left: 8px;
}
.search_result_part_title
{
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 10px;
}
.search_result_part_title span
{
	color: #C82E3D;
}
.search_result_part_content
{
	padding-left: 5px;

}

.search_result_title
{
	margin-top: 20px;
	margin-bottom: 15px;
}
.search_result_title span
{
	font-weight: bold;
	color: #C82E3D;
}
.search_result_item
{
	margin-top: 8px;
	height: 45px;
}
.search_result_item_image
{
	float:left;
	width: 53px;
	height: 42px;
}
.search_result_item_cat
{
	font-weight: bold;
	color: #344579;
	display: block;
}
.search_result_item_cat span
{
	font-weight: normal;
	color: #666666;
}
.search_result_item_title
{
	margin-top: 1px;
}
.search_result_item_title a
{
	font-weight: bold;
}
.search_result_item_text
{
	margin-top: 1px;
	height: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search_result_item_text a
{
	color: #555555;
}
.search_result_item_text a:hover
{
	color: #E44D24;
	text-decoration: none;
}








.panel_forum
{
	margin-top: 3px;
	width: 213px;
	background: url(../images/panel_body.png) left top repeat-y;
}
.panel_forum .panel_head
{
	background: url(../images/panel_forum.png) left top no-repeat;
}
.panel_forum .panel_bottom
{
	width: 213px;
	height: 5px;
	background: url(../images/panel_bottom.png) left bottom no-repeat;
}
.panel_forum .panel_forum_top
{
	height: 40px;
	cursor: pointer;
}
.panel_forum .panel_forum_body
{
	padding-left: 7px;
}
.panel_forum .panel_forum_body .panel_pub_item
{
	padding-left: 15px;
	background: url(../images/pub.gif) 0px 2px no-repeat;
	width: 185px;
	padding-bottom: 6px;
	cursor: pointer;
}
.panel_forum .panel_forum_body .forum_title
{
	padding-left: 15px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left 2px;
	font-weight: bold;
}
.panel_forum .panel_forum_body .forum_text
{
	padding-left: 15px;
	height: 18px;
	width: 184px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}




.panel_pub
{
	margin-top: 5px;
	width: 213px;
	background: url(../images/panel_pub_body.png) left top repeat-y;
}
.panel_pub .panel_head
{
	background: url(../images/panel_pub.png) left top no-repeat;
}
.panel_pub .panel_bottom
{
}
.panel_pub .panel_pub_top
{
	height: 35px;
}
.panel_pub .panel_pub_body
{
	background: url(../images/panel_pub_bg.png) left bottom no-repeat;
	padding-left: 7px;
	padding-bottom:5px;
}
.panel_pub .panel_pub_body .panel_pub_body_part
{
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 7px;
	color: #FF2D1D;
}
.panel_pub .panel_pub_body .panel_pub_item
{
	padding-left: 10px;
	background: url(../images/pub.gif) 0px 3px no-repeat;
	width: 185px;
	padding-bottom: 5px;
	cursor: pointer;
}
.panel_pub .panel_pub_body .pub_title
{
	padding-left: 15px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left 2px;
	font-weight: bold;
}
.panel_pub .panel_pub_body .pub_text
{
	padding-left: 15px;
	height: 18px;
	width: 184px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}


.panels
{
	margin-top: 13px;
	margin-left: 5px;
	margin-right: 5px;
}
.panels .panel
{
	margin-top: 5px;
	width: 213px;
	background: url(../images/panel_body.png) left top repeat-y;
}
.panels .panel .panel_head
{
	background: url(../images/panel_head.png) left top no-repeat;
}
.panels .panel .panel_bottom
{
	width: 213px;
	height: 5px;
	font-size: 0px;
	background: url(../images/panel_bottom.png) left bottom no-repeat;
}
.panels .panel .panel_top
{
	height: 25px;
}
.panels .panel .panel_top .panel_title
{
	padding:3px;
	font-weight: bold;
	white-space:nowrap;
}
.panels .panel .panel_body
{
	padding:5px;
}
.panels .panel .panel_body .panel_item
{
	padding-left: 10px;
	background: url(../images/panel_item.png) 0px 3px no-repeat;
	width: 185px;
	padding-bottom: 6px;
	cursor: pointer;
}

.panels .panel.panel_white_xl
{
	margin-top: 5px;
	width: 213px;
	background: url(../images/panel_body_white.png) left top repeat-y;
}
.panels .panel.panel_white_xl .panel_head
{
	background: url(../images/panel_head_white_xl.png) left top no-repeat;
}
.panels .panel.panel_white_xl .panel_bottom
{
	width: 213px;
	height: 5px;
	background: url(../images/panel_bottom_white.png) left top no-repeat;
}
.panels .panel.panel_white_xl .panel_top .panel_title
{
	padding:3px;
	font-weight: bold;
	white-space:nowrap;
}



.panels .panel.panel_white
{
	margin-top: 5px;
	width: 213px;
	background: url(../images/panel_body_white.png) left top repeat-y;
}
.panels .panel.panel_white .panel_head
{
	background: url(../images/panel_head_white.png) left top no-repeat;
}
.panels .panel.panel_white .panel_bottom
{
	width: 213px;
	height: 5px;
	background: url(../images/panel_bottom_white.png) left top no-repeat;
}
.panels .panel.panel_white .panel_top .panel_title
{
	padding:3px;
	font-weight: bold;
	white-space:nowrap;
}
.panels .panel.panel_white .panel_body
{
	margin-top: 5px;
	padding-top: 10px;
}
.panels .panel.panel_white .panel_body.panel_body_ah
{
	margin-top: 0px;
	padding-top: 10px;
	zbackground: url(../images/graph_bg.png) center bottom no-repeat;
}
.panels .panel.panel_white .panel_item
{
	padding-left: 10px;
	background: url(../images/panel_item.png) 0px 3px no-repeat;
	width: 185px;
	padding-bottom: 6px;
	cursor: pointer;
}
.panels .panel.panel_white .panel_item_ah
{
	padding-left: 10px;
	background: url(../images/panel_item.png) 0px 3px no-repeat;
	width: 185px;
	font-weight: bold;
}
.panels .panel.panel_white .panel_item_ah a
{
	color: #003399;
}
.panels .panel.panel_white .panel_item_ah a:hover
{
	color: #003399;
	text-decoration: underline;
}
.panels .panel.panel_white .panel_item_text_ah
{
	margin-top:2px;
	margin-bottom:5px;
	padding: 2px;
}
.panels .panel.panel_white .panel_item_title_ah
{
	margin-top:4px;
	font-weight: bold;
}
.panels .panel.panel_white a
{
	color: #333333;
}
.panels .panel.panel_white a:hover
{
	color: #E44D24;
	text-decoration: none;
}







.panels .panel_body.panel_body_dict
{
	margin-top: 0px;
}
.panels .panel_body.panel_body_dict .panel_item_dict_idx
{
	margin-top: 10px;
	padding-left: 10px;
	background: url(../images/panel_item.png) 0px 3px no-repeat;
	width: 185px;
	font-weight: bold;
	color: #333333;
}
.panels .panel_body.panel_body_dict .panel_item_dict_title
{
	margin-top:4px;
	padding-left:20px;
	padding-top: 2px;
}
.panels .panel_body.panel_body_dict .panel_item_dict_title a
{
	font-weight: bold;
	color: #003399;
}
.panels .panel_body.panel_body_dict .panel_item_dict_title a:hover
{
	color: #003399;
	text-decoration: underline;
}





.panels .panel .panel_body.panel_body_quick_vote
{
	padding:5px;
	background-color: #eeeeee;
	background-image: none;
	border-bottom:1px solid #cccccc;
}


.panel_quick_vote
{
	margin-top: 3px;
	width: 213px;
	background: url(../images/panel_body.png) left top repeat-y;
}
.panel_quick_vote .panel_head
{
	padding-top: 35px;
	background: url(../images/panel_quick_vote.png) left top no-repeat;
}
.panel_quick_vote .panel_bottom
{
	width: 213px;
	height: 5px;
	background: url(../images/panel_bottom.png) left bottom no-repeat;
}
.panel_quick_vote .panel_quick_vote_body
{
	padding-top: 5px;
	padding-left: 7px;
}

.panel_quick_vote .panel_quick_vote_body .quick_vote_text
{
	font-weight: bold;
	width: 199px;
	margin-bottom: 3px;
}
.panel_quick_vote .panel_quick_vote_body .quick_vote_values
{
	width: 199px;
}
.panel_quick_vote .panel_quick_vote_body .quick_vote_values select
{
	text-align: center;
	width: 199px;
}
.panel_quick_vote .panel_quick_vote_body .quick_vote_values input
{
	cursor: pointer;
}
.panel_quick_vote .panel_quick_vote_body .quick_vote_values label
{
	cursor: pointer;
}
.panel_quick_vote .panel_quick_vote_body .quick_vote_submit
{
	margin-top: 5px;
	text-align: center;
	width: 199px;
}
.panel_quick_vote .panel_quick_vote_body .quick_vote_results
{
	float: left;
	text-align: left;
	width: 120px;
	padding-left:1px;
}
.panel_quick_vote .panel_quick_vote_body .quick_vote_result_bg_line
{
	float: left;
	background: url(../images/pg_bg.png) 0px 0px no-repeat;
	width: 52px;
	height: 12px;
	margin-bottom: 2px;
}
.panel_quick_vote .panel_quick_vote_body .quick_vote_result_line
{
	background-position: 2px 1px;
	background-repeat: repeat-x;
	height: 11px;
	margin-left: 1px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.panel_quick_vote .panel_quick_vote_body .quick_vote_result_percent
{
	float: left;
	width: 25px;
	text-align:  right;
	vertical-align: top;
	color:#555555;
}
.panel_quick_vote .panel_quick_vote_body .quick_vote_result_count
{
	padding-top: 2px;
	text-align:  right;
	color:#555555;
	width:190px;
}




.panels .panel_top.panel_top_rss .panel_title div
{
	padding-left: 16px;
	background: url(../images/rss_icon.png) 0px 2px no-repeat;
	height: 18px;
	width: 185px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.panels .panel .panel_body .rss_title
{
	padding-left: 10px;
	background: url(../images/rss_item.png) 0px 3px no-repeat;
	width: 185px;
	padding-bottom: 6px;
	cursor: pointer;
}
.panels .panel .panel_body .rss_date
{
	color: #6D6D6D;
}

.chronicle
{
	position:relative;
	background:url(../images/hebdo.png?v=1) 0px 0px no-repeat;
	width:213px;
	height:150px;
}
.chronicle_inside
{
	position:absolute;
	top:4px;
	left:5px;
	width:140px;
	height:80px;
	font:11px tahoma;
}
.video_title
{
	margin-bottom:2px;
	color:#444444;
}
.video_item
{
	margin-top:4px;
	padding-left: 10px;
	background: url(../images/line_item.png) 0px 3px no-repeat;
	cursor:pointer;
}
.video_item:hover
{
	text-decoration:underline;
}
.video_item span
{
	color:#A18263;
}

