/* block myaccount */
#left_column div.myaccount, #right_column div.myaccount { 
	background: #5BC3D3 url('../../../img/images/menu.png') repeat-x top;
	border: 1px solid #ffffff;	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	-khtml-border-radius: 4px;
	border-radius: 4px
 }
div.myaccount h4 { background: transparent }
div.myaccount h4 a, div.myaccount h4 { color: #ffffff }
div.myaccount, div.myaccount a { color: #ffffff }
div.myaccount ul.bullet { margin-top: 0.6em }
div.myaccount ul.bullet li { background-image: url('../../../img/bullet_myaccount.gif') }
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: #1889ad }
div.myaccount p.logout a { text-decoration: underline }
div.myaccount p.logout a:hover { text-decoration: none }
div.myaccount .block_content { background: #5BC3D3 }
.account_input { margin-left: 0; width: 15em }