﻿/*------------------------------ right click option block ------------------------------*/
 body {
       -webkit-touch-callout: none;
       -webkit-user-select: none;
       -khtml-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
}
/*------------------------------ right click option block ------------------------------*/


#tickerContainer{float:left; width:188px; /*border:1px #d08c0d solid; padding:0 5px;*/}

#ticker {
width:188px;
height:250px;
overflow:auto;
margin:0px 0px;
}
#ticker dt {

padding:0 0px 5px 0px;
/*background-color:#e5e5e5;*/
padding-top:10px;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
border-bottom:none;
border-right:none;
position:relative;
font-size:12px;
font-family:Arial, Helvetica, sans-serif; color:#0295cb; font-weight:normal; text-align:left;
}
#ticker dd {
margin-left:0;
padding:8px 0px 8px 18px;
border-bottom:1px solid #4e4d4d;
font-family:Arial, Helvetica, sans-serif;
/*background-color:#e5e5e5;*/
/*border-left:1px solid #ffffff;*/
position:relative;
font-size:11px; line-height:18px; color:#eeeded; text-align:justify;
background-image:url(../images/bullet.png); background-position:left 11px; background-repeat:no-repeat;
}
#ticker dd.last {
border-bottom:1px solid #ffffff;
}
#ticker div { margin-top:0;
}













