@charset "utf-8";
/* CSS Document */
/* ab branding elements */

/* header ======================== */
	/* common (styles for IE6 .png transparency are in templates/common/header.html) */
	.brnd_hdr a.logo, .brnd_hdr .col2, .brnd_hdr .col3 {margin-top:0; padding-top:5px;}
	.brnd_hdr a.logo{margin-left:5px}
	.brnd_hdr .col2 {width:420px !important}
	.brnd_hdr .col3 .hdr_search {// padding:0;}	
	.brnd_hdr .col3 .hdrs {background:transparent none;}
    
    /* ..................................................................................... */
    /* apply this classes in templates/common/header.html                                    */
    /* for container <div id="ab_header" class="ac2_header">                                 */ 
    /* examle for New Year 2010:                                                             */
    /* <div id="ab_header" class="ac2_header brnd_hdr brnd_hdr_abny2010 brnd_hdr_txt_white"> */	
    /* ..................................................................................... */
	
	/* text-colors .......... */
	/* white */
	.brnd_hdr_txt_white .col2 #acTitle, 
	.brnd_hdr_txt_white .col2 #acTitle a,
	.brnd_hdr_txt_white .col2 #ac2_registration,
	.brnd_hdr_txt_white .col2 #ac2_login, 
	.brnd_hdr_txt_white .col3 .hdrs,
	.brnd_hdr_txt_white .col3 .hdrs a
		{color:#fff;}
	.brnd_hdr_txt_white .col2 #acTitle a:hover,
	.brnd_hdr_txt_white .col2 #ac2_registration:hover,
	.brnd_hdr_txt_white .col2 #ac2_login:hover,
	.brnd_hdr_txt_white .col3 .hdrs a:hover
		{color:#f00;}
	
	/* header images for brands .......... */
	/* ab new year 2010 */
	.brnd_hdr_abny2010 {background:#0A7C00 url(../img/Plashka_NY2010_Bazar.jpg) no-repeat;} 

