/* PAGELAYOUT CSS - 20060522 */

/* FULL PAGE */

div#main-shadow
{
    margin: 0 auto 0 auto; 
	width: 970px;
	background: url(imx/bg_main_shadow.png) repeat-y top center;
}

* html div#main-shadow {-background: none; 
           -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imx/bg_main_shadow.png', sizingMethod='scale');}

div#top_content_shadow
{
    margin: 0 auto 0 auto; 
	width: 970px;
	background: url(imx/top_content_shadow.png) repeat-y top center;
}

* html div#top_content_shadow {-background: none; 
           -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imx/top_content_shadow.png', sizingMethod='scale');}


div#page
{
    width: 950px; /* This can be changed to any fixed width if desired */
    margin: 0 auto 0 auto; /* General method for centering content if fixed page width, for other browsers than IE */
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */

    /*background: #f5f3f0;
	border-right: solid 1px #72533e;
	border-bottom: solid 1px #72533e;
	border-left: solid 1px #72533e;*/

}

div#main_bottom_shadow {background: url(imx/main_bottom_shadow.gif) repeat-x; width: 966px; margin: 0  auto 0 auto; height: 50px; line-height: 50px;}



/* HEADER */

div#header
{
    padding: 0 0 0 0;
	background: url(imx/top_bg.gif) repeat-x;
}

div#header ul
{
    margin: 0;
    padding: 0.25em 0 0.25em 0;
}

div#header ul li
{
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    display: inline;
    margin-left: 1em;
}

div#logo
{
    float: left;
    margin: 0 0 0 0;
	background: url(imx/logo_bg.gif) repeat-x;
}


div#logo_shadow
{
    float: left;
	width: 16px;
	height: 114px;
    margin: 0 0 0 0;
	background: url(imx/logo_shadow.png) no-repeat;
}

* html div#logo_shadow {-background: none; 
           -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imx/logo_shadow.png', sizingMethod='crop');}



div#usermenu
{
    background-image: url(../images/header_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    height: 25px;
}

div#languages
{
    background-image: url(../images/header_bg_left.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    float: left;
    clear: left;
    width: 24%;
    height: 25px;
    font-size: 0.85em;
}

div#links
{
    background-image: url(../images/header_bg_right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    float: right;
    clear: right;
    text-align: right;
    padding-right: 0;
    font-size: 0.9em;
    font-weight: bold;
    height: 25px;
    width: 75%;
}

div#links a
{
    color: #515346;
    border-left: 1px solid #CECEC2;
    display: block;
    float: right;
    padding-left: 0.75em;
    padding-right: 0.75em;
    height: 18px;
}

div#searchbox
{
    /* width: 20em; Needs to be sufficient width to fit both text input and submit button to avoid Konqueror breaking the line between them */
    text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 10px;
    float: right;				  
	position: relative;
	top: 25px;

}
   
div#searchbox span {margin: 20px 15px 0 0;}



div#icons {float: right; color: #000; font-size: 10px;}
div#icons a {color: #ffffff: float: right;}

#searchtext
{
    border: 1px solid #A5ACB2;
    font-size: 11px;
}


input#search_btn
{
	margin-right: 20px;
	background: url(imx/ico_bg.png) no-repeat;
}

* html img#ico {-background: none; 
           -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imx/ico_bg.png', sizingMethod='crop');}
		   


img#ico
{	margin-left: 5px;
	background: url(imx/ico_bg.png) no-repeat;
}

* html img#ico {-background: none; 
           -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imx/ico_bg.png', sizingMethod='crop');}
		   

input#searchbutton
{	margin-right: 40px;
    margin-top: -0.1em;
}

.pageheader {margin: 0 0 20px 0; color: #885522; border-bottom: solid 2px;}

div#top_content
{
	width: 950px;
	height: 45px; line-height: 45px;
	background: url(imx/top_content_bg.png) no-repeat;
}

* html div#top_content {-background: none; 
           -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imx/top_content_bg.png', sizingMethod='crop');}

div#content_footer
{
	width: 950px;
	height: 45px; line-height: 45px;
	background: url(imx/content_footer_bg.png) no-repeat;
}

* html div#content_footer {-background: none; 
           -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imx/content_footer_bg.png', sizingMethod='crop');}


		   
div#content_footer_shadow
{
    margin: 0 auto 0 auto; 
	width: 970px;
	background: url(imx/content_footer_shadow.png) repeat-y top center;
}

* html div#content_footer_shadow {-background: none; 
           -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imx/content_footer_shadow.png', sizingMethod='scale');}

div#footer_bottom
{
	width: 950px;
	height: 24px; line-height: 24px;
	background: url(imx/footer_bottom.png) no-repeat;
}

* html div#footer_bottom {-background: none; 
           -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imx/footer_bottom.png', sizingMethod='crop');}


		   
div#footer_bottom_shadow
{
    margin: 0 auto 0 auto; 
	width: 970px;
	background: url(imx/footer_bottom_shadow.png) repeat-y top center;
}

* html div#footer_bottom_shadow {-background: none; 
           -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imx/footer_bottom_shadow.png', sizingMethod='scale');}


/* TOP MENU */


div#topmenu_bg
{
    margin: 0;
	padding: 0;
	text-align: center;
	/*background-image: url(imx/topmenu_cont_bg.gif);	*/
	height: 54px; line-height: 54px; 

}

div#topmenu
{
    margin: 0;
	padding: 0;
	text-align: center;
    background-image: url(imx/topmenu_bg.gif);	
	width: 100%;
}

div#topmenu ul
{
	text-align: center;
    margin: 0;
    padding: 0;
    background-image: url(imx/topmenu_bg.gif);
    background-repeat: repeat-x;
    height: 45px;
}

div#topmenu li
{
    background-image: url(imx/topmenu_bg.gif);
    background-repeat: repeat-x;
    height: 45px;
    margin: 0;
    float: left;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    list-style-type: none;
    list-style-image: none;
}

.selected
{
    background: url(iimx/topmenu_bg.gif);
	background-position: 0 -135px;

}

div#topmenu li a
{
    text-decoration: none;
    color: #035081;
    display: block;
    float: left;
    margin: 0;
    padding-left: 14px;
	padding-right: 14px;
    margin-top: 0px;
    padding-top: 4px;
	margin-bottom: 4px;
    padding-bottom: 16px;
    height: 24px;
    line-height: 34px;
    background-image: url(imx/topmenu_bg.gif);
    background-repeat: repeat-x;

}

/* Îáìàíûâàåè Îïåðó è ÔÔ */
* html div#topmenu li a {
						padding-bottom: 6px;
						}

						
div#topmenu li .active
{
    text-decoration: none;
    color: #3d5a6c;
    display: block;
    float: left;
    margin: 0;
    padding-left: 14px;
	padding-right: 14px;
    margin-top: 0px;
    padding-top: 4px;
	margin-bottom: 4px;
    padding-bottom: 16px;
    height: 24px;
    line-height: 34px;
    background: url(imx/topmenu_bg.gif);
	background-position: 0 -90px;
    background-repeat: repeat-x;

}

/* Îáìàíûâàåè Îïåðó è ÔÔ */
* html div#topmenu li  .active {
						padding-bottom: 6px;
						}						
						
						
div#topmenu li a:hover
{
    background: url(imx/topmenu_bg.gif);
	background-position: 0 -45px;
	color: #fff;

}

.firstli {width: 30px; height: 45px; line-height: 45px; background: url(imx/firstli.png) no-repeat;}
.lastli  {width: 30px; height: 45px; line-height: 45px; background: url(imx/lastli.png) no-repeat; 
position: relative; right: -197px;
}


div#topmenu div.topmenu-design
{
    background: url(imx/topmenu_bg.gif);
    padding: 0;
	text-align: center;
}

/* VISUAL */

.top_light_bg {background: #fff url(imx/top_light_bg.gif) top left repeat-x;}

.white_bg {background: #fff url(imx/content_bg.gif) top left no-repeat;}

/* PATH */

div#path
{
    padding: 8px 30px 10px 30px;
    font-size: 10px;
	background: url(imx/path_bg.gif) repeat-x;
}

div#path p
{
    margin: 0;
}


/* Left Menu*/


div#leftmenu {width: 315px; text-align: left; background: url(imx/leftmenu.gif) no-repeat right bottom; padding-bottom: 30px;} 
div#leftmenu ul.leftmenu-li {margin: 0; padding: 0; list-style: none;} 
/* div#leftmenu-design ul {margin: 0; padding: 0; list-style: none;} */
div#leftmenu ul.leftmenu-li li {margin: 0; padding: 0;}  

#leftmenu a {font-size: 13px; color: #035081; 
			text-decoration: none;  
			background: url(imx/leftmenu_item_bg.gif) left top no-repeat;
			padding: 5px 10px 6px 32px;
			display: block;
			} 

/*#leftmenu span {font-size: 12px; text-decoration: underline; font-weight: normal;} */
#leftmenu a:hover {color: #fff; background: #3e9ad5 url(imx/leftmenu_item_bg.gif) no-repeat; background-position: 0 -100px;}
.leftmenu-design {width: 315px; padding: 0; margin: 0;} 



#leftmenu .active {font-size: 13px; text-decoration: none;
			background: url(imx/leftmenu_item_bg.gif) left top no-repeat;  background-position: 0 -200px;
			padding: 5px 10px 6px 32px;
			display: block;

} 
#leftmenu .active span {font-size: 13px; text-decoration: none;} 

div#leftmenu_bottom {width: 315px; height: 15px; line-height: 15px; background: url(imx/leftmenu_bottom_bg.gif) no-repeat;}

div#leftmenu_top {
	width: 315px; height: 15px; 
	line-height: 15px; background: url(imx/leftmenu_top_bg.gif) no-repeat top right; 
} 


/* COLUMNS */

div#columns
{
   padding: 0 320px 0 320px;
}

div.nosidemenu div#columns
{
   padding-left: 0;
}

div.noextrainfo div#columns
{
   padding-right: 0;
}
/* First page blocks */


.news {margin-bottom: 15px;}
.news p {margin-top: 0px;}
.news a {color: #000; text-decoration: none;}
.news a:hover {color: #ff6600;}
.newsdate, faq_quest, all_about {color: #a5adb2; border-left: solid 3px #ff9933; padding-left: 6px; margin-bottom: 2px;}
.more_articles {text-align: right; margin-bottom: 10px; margin-top: 2px;}


.tn-left-top {float:left; margin: 0 10px 0 0; padding-bottom: 4px; background: url(imx/image_shadow.gif) no-repeat bottom left;}
.tn-left-top img {margin: 0 0 7px 0;  padding: 8px; background: #fff;}



/* SIDE MENU */

div#sidemenu-position
{
    width: 320px;
    margin-left: -320px;
    float: left;
    display: inline; /* Fix for IE double margin bug */
}

div.nosidemenu div#sidemenu-position
{
    display: none;
}

div#sidemenu ul
{
    list-style-type: none;
    margin: 0.5em 0 0.5em 0;
}

div#sidemenu ul li
{
    margin: 0.25em 0 0.25em 0;
    list-style-type: none;
    list-style-image: none;
}

div#sidemenu div.box div.box-content
{
    padding-left: 0.75em;
    padding-right: 0;
}

div#sidemenu h4
{
    margin: 0;
}

div#sidemenu h4 a
{
    color: #525345;
    text-decoration: none;
}

div#sidemenu ul.menu-list a.selected
{
    font-weight: bold;
}

div#sidemenu ul.submenu-list
{
    list-style-type: none;
    margin-left: 1em;
}

div#sidemenu ul.submenu-list a.selected
{
    font-weight: bold;
}

div#sidemenu ul.menu-list li a, div#sidemenu ul.submenu-list li a
{
    background-image: url(../images/sidemenu_bullet.png);
    background-position: 0.2em 0.5em;
    background-repeat: no-repeat;
    padding-left: 18px;
    display: block;
    font-size: 0.85em;
}

/* MAIN AREA */

div#main-position
{
    width: 100%;
    float: left;
}

div#main
{

}

div.nosidemenu div#main-position
{
    margin-left: 0;
}

div.noextrainfo div#main-position
{
    margin-right: 0;
}


div#catalog {width: 280px;
			float: left;
			margin-right: 10px;
}

div#catalog .cat_right {margin-right: 0px;
}


/* EXTRA CONTENT */

div#extrainfo-position
{
    width: 320px;
    margin-right: -320px;
    float: left;
}

div.noextrainfo div#extrainfo-position
{
    display: none;
}

div#extrainfo
{

}

/* FOOTER */

div#footer
{
    clear: both; /* Ensures that the footer is pushed properly below the columns */
    padding: 15px 0 20px 0;
    background: #fcfefe url(imx/footer_bg.gif) left top repeat-x;
    font-size: 10px;
	color: #3d5a6c;
}

div#footer a {color: #3d5a6c; font-weight: bold;}

div#footer address
{
    font-style: normal;
	margin-left: 325px;
	padding-left: 10px;
	border-left: solid 4px #ff9933;
	padding-right: 30px;
}

div#sidemenu
{
    padding: 0 0.25em 0 0;
}

div#extrainfo
{
    padding: 0 0 0 0.25em;
}


.price {float: right; color: #fff; padding: 3px 10px 5px 10px; margin-left: 4px; background: #900;}
.price span {font-size: 19px; font-family: arial;}
.item {background: url(imx/sep_hor.gif) repeat-x bottom left; width: 100%; margin-bottom: 15px; clear: both; }
* html .item { padding-bottom: 6px; }

.item-description, .item-image, .item-text {float: left;}

.item-image {margin: 0 15px 5px 0; display: block;}
.item-image img {padding: 8px; background: #fff; border: solid 1px #aaa;}
div.clear
        {
          clear: both;
          font-size: 1px;
          line-height: 1px;
          overflow: hidden;
          visibility: hidden;
          width: 0;
          height: 0;
       }
