/* CSS fixing for particular appearance */


/* if has_body_background */
body { background: url(/images/page_bg.jpg) center top }
/* endif has_body_background */

/* if has_top_menu_background */
/* Header */
.header ul.nav {overflow:visible}
.header ul.nav a { padding: 5px; }
/* endif has_top_menu_background */

/* if has_header_background */
/* Content */
.content h2, .content h1, .content .welcomeBlock h1, #categories h1, div.highLighted .titleBlock h2 { margin:7px 0; padding: 0 10px !important; height:46px; line-height:46px; background:url(/images/header_bg.png) no-repeat 0 0; overflow:hidden; }
.content .welcomeBlock {margin-left:10px; width:456px;}
.content .welcomeBlock h1, .content .welcomeBlock h2 { margin-left:-10px;}
* html .content .welcomeBlock h1, * html .content .welcomeBlock h2 { position:relative; left:-10px; }
.itemBlock .titleBlock div, .titleBlock .iconPlace { display:none }
div.highLighted .titleBlock h2 { clear:left; }
#catDescription { margin-left:10px; }
/* endif has_header_background */
