@charset "UTF-8";
/*------------------------------------------------------------------------------------------------------*/
/* ITEM  */
.el_item { margin-top:30px; margin-bottom:10px; }
/* BUG April 5, 2010 margins go to to .el_item_short and .el_item_detail */
.el_item { margin:0; }
/* BUG April 5, 2010 */
#exposeList_NEW2 { padding-bottom:0; padding-top:30px; }
/*------------------------------------------------------------------------------------------------------*/
/* SHORT  */
.el_item_short { position:relative; display:inline-block; border-bottom:1px dotted #054; width:100%; background:#fff; /* for over in ie6-8 */ }
/* BUG April 5, 2010 enclosing also for FF2 on WIN */
.el_item_short { float: left; margin-bottom: 10px; }
/* BUG April 5, 2010 enclosing also for FF2 on WIN */
.el_item_short .txt { float:left; margin:0 10px 0 180px; width:340px; }
.el_item_short .img { float:left; margin:0 0 -1px -530px; width:170px; min-height:113px; background:#efefef; }
.el_item_short .link { margin-left:530px; }
.el_item_short .link a { background:url(../images/arrGreen_h5.gif) -5px -1px no-repeat; padding-left:10px; text-decoration:none; }
.el_item_short .link a:hover { background:url(../images/arrRed_h7.gif) -5px -1px no-repeat; color:#b01; }
.el_item_short .link ul { margin:0 0 0 0; padding:0; }
.el_item_short .link li { line-height:1em; list-style:none; margin:0; padding:1.8px 0; display:block; }
/*------------------------------------------------------------------------------------------------------*/
/* CTRL  */
.el_item_ctrl { clear:both; position:absolute; bottom:0; left:180px; color:#a2a2a2; }
.el_item_ctrl:hover { cursor:pointer; color:#b01; }
/*------------------------------------------------------------------------------------------------------*/
/* DETAIL  */
.el_item_detail { clear:both; overflow:hidden; }
/* BUG April 5, 2010 */
.el_item_detail { margin-bottom:30px; }
/* BUG April 5, 2010 */
/*------------------------------------------------------------------------------------------------------*/
/* DETAIL > SECTION  */
.el_item_detail_sec { border-bottom:1px dotted #054; }
.el_item_detail_sec:last-child { border-bottom:1px solid #054; }
.el_item_detail_sec { padding-left:180px; padding-top:17px; padding-bottom:10px; }
.el_item_detail_sec h3 { font-size:14px; display:inline; float:left; margin-left:-180px; text-align:right; width:170px; }
.el_item_detail_sec h3 a { background:url(../images/arrGreen_h7.gif) -5px 1px no-repeat; padding-left:10px; text-decoration:none; }
.el_item_detail_sec h3 a:hover { background:url(../images/arrRed_h7.gif) -5px 1px no-repeat; color:#b01; }
/*------------------------------------------------------------------------------------------------------*/
/* ie6FIX  */
* html #exposeList_NEW2 .txt,
* html #exposeList_NEW2 .img,
* html #exposeList_NEW2 .links { display:inline; }
* html #exposeList_NEW2 .el_detail_section { height:1%; position:relative; }
