/* PAGELAYOUT CSS - 20060522 */

/* FULL PAGE */

div#bckHolder
{
	width:100%;
	margin:0;
	background-image:url(../images/back_layer.png);
	background-repeat:no-repeat;
	background-position:center top;
}

div#page
{
    width: 770px; /* 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 */
}

/* HEADER */

div#header
{
}

div#header ul
{
    margin: 0;
}

div#header ul li
{
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    float: left;
    background-image: none;
}

div#logo
{
    float: left;
    margin: 0;
}

div#usermenu
{
	width:400px;
  height: 50px;
	float:right;
}

div#languages
{
    float: right;
	clear:right;
	margin-top: 5px;
	margin-bottom: 5px;
  font-size: 0.85em;
}

div#languages ul
{
 	width:300px;
}

div#languages ul li
{
    margin-left: 6px;
	float:right;
}

div#languages a
{
    padding-right: 2px;
    display:block;
}

div#languages a img
{
    margin-top: 6px;
    border: 1px solid #464646;
}


div#links
{
    background-image: url(../images/header_bg_right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    float: right;
    text-align: right;
    padding-right: 0;
    font-size: 0.85em;
    font-weight: bold;
}


div#links ul
{
    float: right;
}

div#links ul li
{
    float: right;
	padding-bottom:2px;
	background-color:#303333;
}

div#links a
{
    color: #E0E0E0;
    border-left: 1px solid #CECEC2;
    padding-left: 8px;
    padding-right: 8px;
	padding-top:6px;
	text-decoration:none;
}

div#links a:hover
{
	color: #FFFFFF;
}

div#links a img
{
    padding-right: 8px;
}

div#headerInfoBox
{
	float:right;
	clear:right;
	width:400px;
	text-align: right;
	font-size: 0.85em;
	color: #333333;
}

div#headerInfoBox > p
{
	 margin:0;
}


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 */
    margin-top: 0.75em;
    text-align: right;
    float: right;
	clear: right;
}

input#searchtext
{
    border: 1px solid #A5ACB2;
    font-size: 0.85em;
    width: 12em;
}

input#searchbutton
{
    margin-top: -0.1em;
}

/* TOP MENU */

div#topmenu
{
    margin: 0;
    padding: 0;
}

div#topmenu-design
{
	
}

div.leftBarPart
{
	float:left;
}

div.rightBarPart
{
	float:left;
}


div#topmenu ul
{
    margin: 0;
    padding: 0;
    background-image: url(../images/topmenu_bg.png);
    background-repeat: repeat-x;
    height: 30px;
	width:764px;
	float:left;
}

div#topmenu li
{
    background-image: none;
    height: 30px;
    margin: 0;
    float: left;
    padding: 0;
    font-size: 0.85em;
    font-weight: bold;
    list-style-type: none;
    list-style-image: none;
}

div#topmenu li.selected
{
    background-image: url(../images/topmenu_bg_selected.png);
    background-repeat: repeat-x;
    background-position: left top;

}

div#topmenu li a
{
    text-decoration: none;
    color: #E0E0E0;
    border-right: 1px solid #C3C4B6;
    display: block;
    float: left;
    margin: 0;
    padding: 15px;
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 0;
    height: 22px;
    line-height: 22px;
    background-color: transparent;
}

div#topmenu li a:hover
{
    padding-top: 0px;
}

div#topmenu div.topmenu-design
{
    background-color: #FFF;
}

/* PATH */

div#path
{
    padding: 0.5em 0.5em 0.5em 2em;
    font-size: 0.85em;
}

div#path p
{
    margin: 0;
}

div#path a
{
	color:#003333;
}
/* COLUMNS */

div#columns
{
   padding: 0 14em 0 14em;
}

div.nosidemenu div#columns
{
   padding-left: 0;
}

div.noextrainfo div#columns
{
   padding-right: 0;
}

/* SIDE MENU */

div#sidemenu-position
{
    width: 14em;
    margin-left: -14em;
    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;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    background-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;
}

/* SIDE - Product List */
div.sideBar
{
	padding:0 0.25em 0 0;
}

ul.product-list { margin:0; padding:0; width:140px; }
ul.product-list li 
{   list-style-image:none; 
	margin:0; padding:0; 
	margin-bottom:2px;
	background-image:none; 
}

ul.product-list li div.productItem 
{ text-align:center; }

ul.product-list li a 
{	font-size:11px;
	text-decoration:none;
}

/* 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;
}

/* EXTRA CONTENT */

div#extrainfo-position
{
    width: 14em;
    margin-right: -14em;
    float: left;
}

div.noextrainfo div#extrainfo-position
{
    display: none;
}

div#extrainfo
{

}

/* FOOTER MENu */

div.footermenu-design
{
	clear: both; 
	float:left;
	width:100%;
    text-align: center;
	margin-top:10px;
}

div.footermenu-design ul
{
	margin:5px auto 3px auto;
}

div.footermenu-design ul li
{
	background-image:none;
	margin:0;
	padding:0;
	display:inline;
}

div.footermenu-design li a
{
	font-size:0.85em;
	color:#535353;
	font-weight:bold;
	text-decoration:none;
}

div.footermenu-design li a:hover
{
	text-decoration:underline;
}


/* FOOTER */

div#footer
{
    clear: both; /* Ensures that the footer is pushed properly below the columns */
    text-align: center;
    padding-top: 1.25em;
    background-image: url(../images/footer_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 0.80em;
    margin-bottom: 0.25em;
}

div#footer address
{
    font-style:normal;
}

div#sidemenu
{
    padding: 0 0.25em 0 0;
}

div#extrainfo
{
    padding: 0 0 0 0.25em;
}


/* USER Registration */

div.user-register {}
div.user-register label { font-size:11px; font-weight:normal; }
div.user-register p { font-size:11px; font-weight:normal; }
div.user-register div.userBlock 
{	width:220px;
	height:300px;
	padding:10px;
	float:left;	
	background-color:#B90004;
	color:#FFFFFF;
}
div.user-register div.privateBlock 
{	width:300px;
	height:300px;
	float:left;
	padding:10px;
	background-color:#E7B60C;
}

div.user-register div.buttonblock
{
	float:left;
	clear:both;
}