@charset "utf-8";
/* CSS Document */

/************************************************** HEADER ****************/
#Header{
	text-align:left;
	width:978px;
	padding:0;
	margin:0;
}

#Header div.Header
{
	color:#6e665d;
	font-size:1.1em;
	font-weight:normal;
	padding:0;
	margin:16px 0 0 40px;
	width:250px;
	float:left;
	line-height: 1.05em;
}

#Header div.Header p
{
	margin:0 0 5px 0;
	padding:0;
}

/************************************************** ACCOUNT ****************/
#HeaderAccountLeft{
	float:right;
	background-image:url(Common/header/account_left.png);
	background-repeat:no-repeat;
	background-position:left 7px;
	padding:0 0 0 19px;
	margin:0 60px 0 0;
	/*IE 6 BUG*/
	_text-align:center;
	_width:250px;
	_margin:0 30px 0 0;
}

#HeaderAccountRight{
	background-image:url(Common/header/account_right.png);
	background-position:right 7px;
	background-repeat:no-repeat;
	padding:0 19px 0 0;
}

#HeaderAccount{
	height:25px;
	padding:5px 0 0 0;
	background-color:#df617f;	
}

#HeaderAccount a{
	color:#FFFFFF;
	text-decoration:none;
	margin-left:10px;
}

#HeaderAccount a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#HeaderAccount .Separation
{
	font-weight:normal;
	font-size:1.2em;
	margin-left:10px;
	color:#fff;
}


/************************************************** LOGO ****************/
#Logo
{
	float:left;
	margin:22px 0 0 20px;
	width:300px;
}

/************************************************** CART ****************/
#CartPanel{
	float:right;
	width:170px;
	margin:5px 0 0 0;
}

#CartPanel a{
	text-decoration:none;
}

#CartPicto{
	background-image:url(Common/header/cart.jpg);
	background-repeat:no-repeat;
	width:65px;
	height:100px;
	float:left;
	text-indent:1000em;
	cursor:pointer;
	overflow:hidden;
}

#CartDescription{
	float:left;
	margin:10px 0 0 10px;
	color:#6e665d;
	font-size:0.9em;
}

/************************************************** NAVIGATION ****************/
#Navigation{
	clear:both;
	padding:0 10px 0 10px;
}

#NavigationLeft{
	background-image:url(Common/header/navigation_left.png);
	background-repeat:no-repeat;
	padding:0 0 0 11px;
}

#NavigationRight{
	background-image:url(Common/header/navigation_right.png);
	background-repeat:no-repeat;
	background-position:right 0;
	padding:0 11px 0 0;
}

#NavigationCenter{
	background-image:url(Common/header/navigation_center.png);
	background-repeat:repeat-x;
	height:40px;
	background-color:#736b61;
}

#NavigationMenu
{
	width:500px;
	margin:1px;
	float:left;
}


#navigation2{
	overflow:hidden;
	_width:100%;
}

/************************************************** SEARCH ****************/

#SearchPanel{
	float:right;
	padding:8px 8px 0 0;
}