body
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	background: #363534 url(../media/images/body_bg.jpg) no-repeat center top;
	text-align: center;
}
body, ul, li
{
	padding: 0;
	margin: 0;
}
ul li
{
	list-style: none;
}
img
{
	border:none;
}
.clear
{
	clear: both;
}
div#container
{
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
	div#languages
	{
		background: url(../media/images/language_bg.jpg) no-repeat 0 0;
		height: 22px;
		width: 180px;
		float: right;
		color: #525252;
		text-align: center;
		margin-right: 53px;
		line-height: 20px;
		display: inline;
	}
		div#languages a
		{
			color: #b5b3b3;
			text-decoration: none;
		}
		div#languages a:hover
		{
			color: #fffefe;
		}
	div#left_side
	{
		float: left;
		width: 167px; /* -20px margin */
		margin-top: 140px;
		margin-right: 20px;
	}
		div#left_side a
		{
			display: block;
			font-size: 14px;
			height: 20px;
			line-height: 20px;
			color: #fff;
			text-decoration: none;
			text-indent: 11px;
			padding: 1px 0;
		}
		div#left_side .lvl2
		{
			padding-left: 16px;
			font-size: 12px;
			color: #b5b3b3;
		}
		div#left_side .new
		{
			color: #fff;
			font-weight: Bold;
			font-style: italic;
		}
		div#left_side .lvl3
		{
			padding-left: 26px;
			font-size: 12px;
			color: #b5b3b3;
		}
		div#left_side a:hover, div#left_side a.active, div#left_side a.active:hover
		{
			background-color: #fff;
			color: #363534;
		}
		div#left_side a#retailers
		{
			background: url(../media/images/retailers_bg.gif) no-repeat 0 0;
			color: #fff;
			height: 30px;
			line-height: 28px;
			margin-top: 10px;
		}
	div#right_side
	{
		float: right;
		width: 793px;
		margin-top: 140px;
	}
		div#cart
		{
			background: url(../media/images/shop_cart_bullet.gif) no-repeat 10px 6px;
			background-color: #222;
			height: 22px;
			line-height: 22px;
			color: #b5b3b3;
			text-indent: 25px;
			width: 740px;
		}
			div#cart .sh
			{
				float:left;
			}
				div#cart .sh b
				{
					margin-right: 15px;
				}
				div#cart a.chk
				{
					float: right;
					margin-right: 10px;
					text-decoration: none;
					color: #b5b3b3;
				}
				div#cart a.chk:hover
				{
					text-decoration: underline;
				}
	div#footer
	{
		margin-top: 12px;
		background: url(../media/images/hr.gif) repeat-x left top;
		color: #898989;
		line-height: 20px;
	}
		.mr_20
		{
			margin-right: 20px;
		}
		.mr_52
		{
			margin-right: 52px;
		}
		div#footer div#copyright
		{
			float: left;
		}
		div#footer div#foot_nav
		{
			float: right;
		}
			div#foot_nav a
			{
				color: #898989;
				text-decoration: none;
			}
			div#foot_nav a:hover
			{
				color: #fff;
			}
div.hr
{
	height: 1px;
	line-height: 1px;
	background: url(../media/images/hr.gif) repeat-x;
	clear: both;
}
div.hr_10
{
	height: 10px;
	line-height: 10px;
	background: url(../media/images/hr.gif) repeat-x left center;
	clear: both;
}
.hide
{
	display: none;
}
.fix_floated_height
{
	overflow: hidden;
}
*html .fix_floated_height
{
	overflow: visible;
	height: 0%;
}