/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

a {
	letter-spacing: 0pt;
	text-decoration: none;
	color: #666;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #666;
	background-color: yellow;
}

a img { border: none; }

#menu {
    width: 166px;
	position:fixed;
	height:100%;
	overflow:auto;
	overflow-x:hidden;
	background-color: #fff;
	padding: 45px 0 0 15px;
}

div.logo_bot {
	color: #666;
	margin-top:20px;
	height:100px;
}

.newsletter {
margin-top:50px;
}

#socials a:hover img
{
background-color:white;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	background-color: #000;
	color: #fff;
}

#menu li a:hover {
	color: #666;
	background-color: yellow;
}

#content {
    height: 100%;
    margin: 0 0 0 220px;
    top: 0;
}

.container_1 {
    padding: 5px 5px 5px 5px;
}
.container_2 {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


/* DADADA shop */

.shop_menu {
width:800px;
height:17px;
border-bottom:2px solid black;
margin-bottom:10px;
}
#shop_menu_add{
border-bottom:0px;
border-top:2px solid black;
margin-top:5px!important;
padding-top:5px!important;
}
.shop_menu ul {
list-style:none;
}
.shop_menu ul li {
float:left;
}
.shop_menu a:hover {
font-weight:bold;
background-color:yellow;
}
.active {
color:black;
font-weight:bold;
}
.splitter {
margin: 0 5px 0 5px;
color:#666;
font-weight:normal;
}
.shop_main {
width:800px;
height:100px;
text-align:center;
}
.shop_category {
width:800px;
padding-bottom:20px;
padding-left:16px;
}
.shop_category_item {
text-align:center;
width:167px;
margin-right:33px;
float:left;
height:250px;
}
.shop_category_item_add {
text-align:center;
width:96px;
margin-right:20px;
padding-bottom:35px;
float:left;
}
.shop_category_item img {
padding-bottom:5px;
}
.shop_item {
width:820px;
}
.shop_item_photos {
position:absolute;
width:400px;
}
.shop_item_photos_add {
position:absolute;
width:404px;
top:480px;
height:104px;
}
.shop_item_photo_add {
float:left;
width:101px;
}
.shop_item_desc {
position:relative;
width:400px;
left:420px;
}

h4 {
font-size:11px;
}
h5 {
font-size:11px;
font-weight:normal;
}

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

.item_photo_link {
padding:0px;
margin:0px;
}	
.nl {
margin-bottom:7px;
}
.otherproducts{
text-align:left;
font-size:20px;
font-weight:bold;
margin-top:15px;
}
#othertop{
position:absolute;
top:5px;
font-size:20px;
font-weight:bold;
left:230px;
}
