﻿/* article tools module */
#at_narrow_wrapper {
   background:#FFFFFF none repeat scroll 0 0;
   right:0px;
   top:39px;
   width: 142px;
   float: right;
   margin: 0 0px 18px 18px;
   position:relative;
}

#textDown{cursor:pointer;}
#textDown:hover img{border:1px solid #666666}
#textDown img{border:1px solid white}
#textUp{cursor:pointer;}
#textUp:hover img{border:1px solid #666666}
#textUp img{border:1px solid white}
#textDefault{cursor:pointer;}
#textDefault:hover img{border:1px solid #666666}
#textDefault img{border:1px solid white}

#at_narrow_inner {
   border-left: 1px solid #ccc;
   border-right: 2px solid #ccc;
   padding: 0px 6px;
   font-size: 10px;
   color: #666;
   line-height: 8px;
}
#at_narrow_inner A, #at_wide_inner A {
   color: #666;
   text-decoration: none;
}
#at_narrow_inner A:hover, #at_wide_inner A:hover {
   text-decoration: none;
}
.at_link {
   padding: 3px 0px;
}
#at_wide_wrapper {
   width: 265px;
   margin: 16px 0px 0px 0px;
}
#at_wide_inner {
   border-left: 1px solid #ccc;
   border-right: 2px solid #ccc;
   padding: 0px 6px;
   font-size: 11px;
   color: #666;
   line-height: normal;
   overflow: hidden;
}
#dropmenudiv {
   position: absolute;
   border: 1px solid #ccc;
   border-bottom-width: 0;
   font: normal 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   line-height: 18px;
   z-index: 100;
}
#dropmenudiv a {
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #ccc;
    padding: 1px 0;
    text-decoration: none;
}
#dropmenudiv a:hover { /*hover background color*/
    background-color: #ddd;
}
/* end article tools module */
