﻿/*Side Menu*/
.mlmenu
{
	font-size: 10px;
	margin-bottom:15px;
}
.vertical ul
{
	list-style-type: none;
	padding: 0px;
	width: auto;
}
.vertical li a
{
	display: block;
	width: 196px;
	text-decoration: none;
	height: 1em;
	border-bottom: 1px solid #FFFFFF;
	border-top: 0px;
	color: #000;
	padding: 7px 0px;
	text-align:right;
	white-space:nowrap;
}
.even
{
	background-color: #EEE6E6;
}
.odd
{
	background-color: #DAD0D0;
}
div.even a, div.odd a
{
	display: block;
}
div.even a:hover, div.odd a:hover
{
	background-color: #7BBCC7;
}
.vertical li a:hover, .selected
{
	background-color: #7BBCC7;
	color: white !important;
}
.vertical li
{
	display: inline;
}
.vertical li ul
{
	position: absolute;
	margin-top: -25px;
	margin-left: 196px;
}
.inaccesible li ul
{
	display: none;
}
.arrow a span
{
	background-image: url(images/icons/more.gif);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 10px;
	margin-left: 7px;
	padding-left: 10px;
	vertical-align: top;
}
.arrow a:hover span
{
	padding-left: 10px;
}
.arrow a span.noshow
{
	visibility: hidden;
}
.border-box
{
	border: 1px solid #6DA6B1;
	height: auto;
	text-align: center;
	width: 194px;
}
.title-box
{
	background: transparent url(images/menu_title_bg.gif) no-repeat scroll center center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0px 0px 0px;
	text-align: center;
	width: 196px;
	display: block;
}
/*****  Crumb  *****/
.crumb-navigation
{
	background: transparent url(images/navbullet.png) no-repeat scroll 5px 6px;
	color: #333333;
	height: 15px;
	padding: 5px 10px 0 20px;
	width: 980px;
}
/****   Product Box   ****/
/*---------prod_box----------*/
.product-box
{
	font-size: 11px;
	width: 185px;
	float: left;
	padding: 5px 5px 5px 5px;
}
.top-product-box
{
	width: 173px;
	height: 12px;
	background: url(images/product_box_top.gif) no-repeat center bottom;
	float: left;
	padding: 0px;
	margin: 0px;
}
.bottom-product-box
{
	width: 173px;
	height: 10px;
	background: url(images/product_box_bottom.gif) no-repeat center top;
	float: left;
	padding: 0px;
	margin: 0px;
}
.center-product-box
{
	width: 173px;
	height: 240px;
	background: url(images/product_box_center.gif) repeat-y;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.product-title
{
	color: #ea2222;
	padding: 5px 0 5px 0;
	height: 35px;
	font-weight: bold;
}
.product-title a
{
	text-decoration: none;
	color: black;
	padding: 5px 0 5px 0;
	font-weight: bold;
}
.product-title a:hover
{
	color: #064E5A;
}
.product-img
{
	padding: 5px 0 5px 0;
	height: 150px;
}
.product-price
{
	padding: 5px 0 5px 0;
}
span.reduce
{
	color: #999999;
	text-decoration: line-through;
}
span.price
{
	color: #ea2222;
}

.languages
{
	float: right;
	width: 175px;
	padding: 8px 0 0 0;
}
.lang-text
{
	float: left;
	padding: 0 5px 0 0;
	color: #b3adad;
}
a.lang
{
	display: block;
	float: left;
	padding: 0 5px 0 5px;
}
.shopping_cart
{
	width: 250px;
	height: 108px;
	text-align: center;
	background: url(images/cart-bg.png) no-repeat center;
}
.cart_title
{
	font-size: 12px;
	font-size: 12px;
	color: #847676;
	font-weight: bold;
	padding: 8px 0 0 0;
}
.cart_details
{
	width: 175px;
	float: left;
	padding: 5px 0px 4px 15px;
	text-align: left;
}
.cart_icon
{
	float: right;
	padding: 5px 0 0 5px;
}
span.border_cart
{
	border-top: 1px dashed #999999;
	display: block;
	height: 1px;
	margin: 3px 0;
	width: 180px;
}
