/* block myaccount */
#left_column div.myaccount, #right_column div.myaccount { 
	/* background: #E22D1D url('../../../img/block_footer_myaccount.jpg') no-repeat bottom left; */
	background: #f4a69a; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4a69a 0%, #e22d1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4a69a), color-stop(100%,#e22d1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4a69a 0%,#e22d1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4a69a 0%,#e22d1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4a69a 0%,#e22d1d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4a69a 0%,#e22d1d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a69a', endColorstr='#e22d1d',GradientType=0 ); /* IE6-9 */
	 }
div.myaccount h4 { 
	/* background: #971d58 url('../../../img/block_header_myaccount.jpg') no-repeat top left; */
	background: #f73c1b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f73c1b 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e51502 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f73c1b), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e51502)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f73c1b 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e51502 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f73c1b 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e51502 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f73c1b 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e51502 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f73c1b 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e51502 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73c1b', endColorstr='#e51502',GradientType=0 ); /* IE6-9 */

 }
div.myaccount h4 a, div.myaccount h4 { color: white }
div.myaccount, div.myaccount a { 
	color: #5d0630;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
 }
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: #fff; }
div.myaccount p.logout a { 
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	 }
div.myaccount p.logout a:hover { 
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	color:#fff;
	text-shadow: 0px 0px 7px #000;
	filter: dropshadow(color=#000, offx=0, offy=0);
	
	font-size:120%;
	 }
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 { 
	width: 15em;
	padding: 5px;
	margin: 0px 0px 5px;
	border-radius: 7px 7px 7px 7px;
	border:2px solid #1F3E99;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	  }
	  
.account_input:focus {
	background:#BCE0FF;
	color:#1F3E99;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}