@charset "utf-8";
/*

<summary>
CDON Public - top-navigation.css
</summary>
<author>Dan Nilsson, Web designer - CDON.COM</author>
<copyright>CDON.COM AB 1999-2010, all rights reserved</copyright>

*/

/* ---< top-navigation >--- */

/* < grid layout > */

#top-navigation {
	color: #fff;
}

#top-navigation {
	height: 102px;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}

#top-navigation div.left {
	background: url(../media-static/images/layout/common/top-navigation-left.gif) no-repeat;
	width: 10px;
	height: 102px;
	float: left;
}

#top-navigation div.right {
	background: url(../media-static/images/layout/common/top-navigation-right.gif) no-repeat;
	width: 10px;
	height: 102px;
	float: right;
}

#top-navigation div.content {
	background: url(../media-static/images/layout/common/top-navigation-content.gif) repeat-x;
	width: 970px;
	height: 102px;
	float: left;
	overflow: hidden;
}

#sub-navigation 
{
	list-style: none;
	margin-top: -5px !important;
	margin-bottom: 5px !important;
	margin-left: 15px !important;
	padding-left: 0 !important;
	height: 28px;
	background: url(../media-static/images/button/common/sub-navigation-format-background.gif) no-repeat 0 0;
	
}

#sub-navigation li
{
	float: left;
}

#sub-navigation li.first a
{

	display:block;

	height:27px;

	overflow:hidden;

	text-indent:-9999px;

	width:97px;

}



/* </ layout > */

/* < customer-info > */

#top-navigation .content a {
	font-weight: bold;
}

#top-navigation .content img {
	float: left;
}

#top-navigation .content .customer-logedin {
	position: absolute;
	top: 10px;
	left: 800px;
	width: 175px;
}

#top-navigation .content div span {
	color: #f1e300;
	font-weight: bold;
	display: block;
	margin-top: 3px;
}

/* </ customer-info > */

/* < menu > */

#top-navigation div.content ul {
	margin: 0;
	padding: 0;

	position: absolute;
	left: 30px;
	bottom: 0;

	overflow: hidden;
}

#top-navigation div.content ul li {
/*
	float: left;
*/
	list-style: none;
	display: inline;
}

#top-navigation div.content ul li img {
	height: 25px;
}

/* </ menu > */

/* < search-field > */

#top-navigation form#search {
	background: url(../media-static/images/layout/common/top-navigation-search.gif) no-repeat;
	width: 494px;
	height: 71px;

	position: absolute;
	overflow: hidden;
	
	left: 230px;

	padding-left: 28px;
	padding-top: 18px;
}

#top-navigation form#search input#q {
	border: 1px solid #6fbb43;
	width: 260px;
	
	padding: 2px;
	margin-top: 8px;
	
	display: block;
	float: left;
	
	font-size: 1.3em;
	font-weight: bold;
	
	color: #000;
}

#top-navigation form#search input.top-navigation-search {
	display: block;
	float: left;
}

#top-navigation form#search a {
	display: block;
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}

body#language-en form#search a {
	margin-left: 4px;
}

/* </ search-field > */

/* ---</ top-navigation >--- */
