/*
	version: 08
	date:    01/10/2009
    version: 07
	date:    22/07/2009
	author:  gn
	changes in 07:
		- annoying links article removed
		- avaxsearch.com style changed
	changes in 06:
		- avaxhome.INFO support
	changes in 05:
		- article banners removed
	changes in 04:
		- added avaxhome.org domain
	changes in 03:
		- complete rework, considering changes in test.avaxhome.ru and avaxsearch.com styles
*/

@namespace url(http://www.w3.org/1999/xhtml);


@-moz-document domain("avaxhome.ru"), domain("avaxhome.org"), domain("avaxhome.info"), domain("avaxhome.ws")  
, domain("avaxsphere.com") 

{

 /* 
** left navigation
 */
 #left-panel-container > div.panel-wrap > div.container > div.banner,
 div#news-calendar + div,


 /* 
** footer
 */
 div#footer-container,


 /* 
** header
 */
 div#main-categories.container + div,
 div#main-categories.container + div + div,

 /* 
** main
 */
 ul.external-links,





 /* 
** details
 */



 /* 
** general banner removal, sometimes problematic
 */

 div.banner,
 div.banner + div.hr,
 td.banner,
 div#main-info-container.container > div[align="left"],
 div#main-info-container.container > div[align="left"] + br, 
 div#main-info-container.container > div[align="left"] + br + br,
 div#main-info-container.container > center + div.hr

{display: none !important}


 /* 
** pagination
 */
 div#pagination {
  padding-bottom:4px !important;
 }

}


 /* 
** AVAXSEARCH
 */


@-moz-document domain("avaxsearch.com") {
  div#top_block,
  div#footer,
  div#bottom_block,
  td.adver,
  div#under_header 
  {display: none !important}

  div#top_menu {
   background: none !important;
   padding: 10px 0 0px 78px !important;
   height: 40px !important;
  }

  .item {
   margin: 0px !important;
   margin-right: 78px !important;
   margin-top: 25px !important;

  }




 div.item > h3 {
  background: #3296B0 !important;
 }
 div.item > h3 > a {
  color: white !important;
  font-weight: bold !important;
  font-size:110% !important;
  padding-right: 120px !important;
  text-decoration: none  !important;
 }

 table.obertka{
   margin-bottom: 10px !important;
 }

 div#paging {
   margin-top: 0px !important;
 }

 div.pagination {
  text-align:center !important;
  font-size:110% !important;
  font-weight: bold !important;
 }

 #pages span.current {
  color: white !important;
  background: #3296B0 !important;
 }


}