/* block myaccount */
#left_column div.myaccount, #right_column div.myaccount { 
/*    background: #f6dce8 url('../../../img/block_footer_myaccount.jpg') no-repeat bottom left*/
}
div.myaccount h4 { background: transparent url('../../../img/block_title.png') no-repeat top left; }
div.myaccount h4 a, div.myaccount h4 { color: white }
div.myaccount, div.myaccount a { 
    color: #F9BA04 
}
div.myaccount ul.bullet { margin-top: 0.6em }
div.myaccount ul.bullet li {
    background: url("../../../img/bullet_cat.png") no-repeat scroll 0 0 transparent;
    margin: 10px;
    margin-left: 25px;
}
div.myaccount ul.bullet li:hover {
    background: url("../../../img/bullet_cat_active.png") no-repeat scroll 0 0 transparent;
}
div.myaccount ul.bullet .icon { display: none }
div.myaccount p.logout { padding: 0.3em 0 0.3em 2em }
div.myaccount p.logout, div.myaccount p.logout a { color: #ffffff; text-transform: uppercase; font-weight: bold}
div.myaccount p.logout a { text-decoration: underline }
div.myaccount p.logout a:hover { text-decoration: none }
div.myaccount .block_content { 
/*    background: #f6dce8 url('../../../img/block_bg_myaccount.jpg') repeat-x bottom left; */
/*    border-left: 1px solid #f6dce8; 
    border-right: 1px solid #f6dce8*/
}
.account_input { margin-left: 0; width: 15em }