/*----------------------------------------------------------------------------*/
/* General                                                                    */
/*----------------------------------------------------------------------------*/

body
	{
	margin: 0;
	padding: 0;
	}

div, span, ul, li, img, a, h1, h2, h3, h4, h5, h6, hr, p, 
table, tr, td, form, legend, label
	{ 
	margin: 0; 
	padding: 0;
	border: 0;
	}

input
	{
	margin: 0;
	padding: 0;
	}
	
a
	{
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}
	
.clear
	{
	clear: both;
	}

div.hr hr {
	display: none;
	}

/*----------------------------------------------------------------------------*/
/* Main Page Structure														  */
/*----------------------------------------------------------------------------*/

body
	{
	}

#header
	{
	display: none;
	}

#navigation
	{
	position: fixed;
	top: 0;
	left: 0;
	width: 110px;
	height: 100%;
	}

#main_wrapper
	{
	margin-left: 110px;
	padding-right: 210px;
	}
	
#main_disabled
	{
	position: relative;
	width: 99%;
	}

#right
	{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 99%;
	padding-top: 10px;
	}
	
#footer
	{
	clear: both;
	}

/*----------------------------------------------------------------------------*/
/* font and text properties, excl. of link indication, alignment, text-indent */
/*----------------------------------------------------------------------------*/


body
	{
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px;
	color: #2461AA;
	line-height: 170%; 
	text-align: left;
	}

a
	{
	color: #2461AA;
	}

h1, h2, h3 
	{
	font-family: Helvetica, Arial, sans-serif; 
	}

span.breadcrumb
	{
	font-size: 10px;
	line-height: 14px;
	}

input
	{
	font-family: Helvetica, Arial, sans-serif; 
	color: #2461AA;
	}

#main h1 
	{
	clear: both;
	float: left;
	padding: 10px;
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	color: #8AC9E0;
	background: #2461AA;
	}

#right
	{
	font-size: 12px;
	line-height: 130%;
	}

#right h1 
	{
	float: left;
	padding: 5px;
	font-size: 16px;
	text-transform: uppercase;
	color: #2461AA;
	background: #8AC9E0;
	}
	
#right h1 a
	{
	color: #2461AA;
	}

#right h1 a:hover
	{
	color: #2461AA;
	}

#right h2 
	{
	clear: both;
	float: left;
	padding: 1px 5px 0 5px;
	font-size: 12px;
	text-transform: uppercase;
	color: #2461AA;
	background: #8AC9E0;
	}

.languages
	{
	margin-bottom: 20px;
	}
	
.languages h1
	{
	display: none;
	}

h1 a 
	{
	color: #8AC9E0;
	}
	
h2 {
	font-size: 18px;
	text-align: right;
	}

	
#main h2 
	{
	float: left;
	clear: both;
	padding: 0 5px 0 10px;
	font-size: 18px;
	font-weight: normal;
	color: #2461AA;
	background: #8AC9E0;
	}

h3, h4 
	{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #A598A0;
	}

#main h3 
	{
	clear: both;
	float: left;
	padding: 0 5px 0 10px;
	font-size: 12px;
	font-weight: normal;
	background: #2461AA;
	color: #8AC9E0;
	}

#main h3 a.pageResults
	{
	color: #8AC9E0;
	}
	
h4 
	{
	}

h5 
	{ 
	font-size: 10px;
	}

#right
	{
	height: 800px;
	color: #8AC9E0;
	}
	
#right #lamali_infos
	{
	margin-bottom: 20px;
	}
	
#right #lamali_infos .logo
	{
	margin-bottom: 4px;
	}

#right #lamali_infos .telephone,
#right #lamali_infos .email
	{
	padding-left: 18px;
	color: white;
	}

#right #lamali_infos .email a
	{
	color: white;
	}
	
#right #lamali_infos .cart,
#right #lamali_infos .order
	{
	width: 172px;
	padding-left: 7px;
	color: #2461AA;
	background: #8AC9E0;
	}

#right #lamali_infos .cart a,
#right #lamali_infos .order a
	{
	color: #2461AA;
	}
	
#right ul
	{
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: square;
	}
	
#right ul.box_categories li
	{
	}

#right ul.box_categories li.level_1
	{
	}

#right ul.box_categories li.level_2
	{
	margin-left: 15px;
	}

#right ul.box_categories li.level_3
	{
	margin-left: 30px;
	}

#right ul.box_categories li.level_4
	{
	margin-left: 45px;
	}

#right p
	{
	clear: both;
	margin-left: 5px;
	}

#right a
	{
	color: #8AC9E0;
	}

#right a:hover
	{
	color: #8AC9E0;
	}

#right a.active
	{
	color: #2461AA;
	background: #8AC9E0;
	}

#right ul li a.active:hover
	{
	color: #2461AA;
	text-decoration: none;
	}
	
div
	{
	text-align: left;
	}

#navigation
	{
	}

/*----------------------------------------------------------------------------*/
/* colors, backgrounds, borders, link indication                              */
/*----------------------------------------------------------------------------*/

body
{
	background-image: url(images/background_catalog_right.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

#navigation
{
	padding-top: 20px;
	background-image: url(images/image_catalog.jpg);
	background-color: #2461AA;
	background-repeat: no-repeat;
	background-position: left top;
}

a.main_nav
	{
	display: block;
	clear: both;
	float: right;
	width: 27px;
	margin-bottom: 4px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: -9999px;
	}

a.main_nav:hover,
a.main_nav_active
	{
	width: 37px;
	}
	
a#nav_about
	{
	height: 85px;
	background-image: url(images/nav_about.gif);
	background-color: #EB0000;
	}

a#nav_products
	{
	height: 114px;
	background-image: url(images/nav_products.gif);
	background-color: #5BAB20;
	}

a#nav_catalog
	{
	height: 120px;
	background-image: url(images/nav_catalog.gif);
	background-color: #2461AA;
	}

a#nav_contact
	{
	height: 102px;
	background-image: url(images/nav_contact.gif);
	background-color: #289398;
	}


/*----------------------------------------------------------------------------*/
/* box properties (excl. borders), pos, alig, list types, text-indent         */
/*----------------------------------------------------------------------------*/

#main table
	{
	clear: both;
	width: 580px;
	margin: 10px 0 10px 10px;
	}

#main table td
	{
	}
	
#main table tr.table_header
	{
	margin-top: 10px;
	}
	
#main table tr.table_header td
	{
	font-weight: bold;
	}
	
#main table tr.table_row td
	{
	border-top: 1px solid #289398;
	}

#main p
	{
	float: left;
	clear: both;
	margin-right: 20px;
	margin-bottom: 30px;
	padding-left: 10px;
	background: #EAF6FA;
	}

#main p.subtotal
	{
	margin-right: 7px;
	font-weight: bold;
	text-align: right;
	background: none;
	border-top: 1px solid #2461AA;
	height: 20px;
	}
	
#main div.message
	{
	clear: both;
	float: left;
	width: 600px;
	margin-bottom: 30px;
	padding-top: 7px;
	background: #EAF6FA;
	}
	
#main div.message table
	{
	}

#main div.message p
	{
	float: none;
	width: auto;
	margin-left: 10px;
	font-size: 16px;
	}

#main p.error_message {
	color: red;
	}

#main ul
	{
	float: left;
	clear: both;
	width: 580px;
	margin: 0 0 10px 30px;
	}
	
p.categories_text img
	{
	float: left;
	margin: 7px 7px 0 0;
	}

.subcategories,
.product_listing
	{
	clear: both;
	}
	
.subcategories
	{
	}
	
.subcategory
	{
	float: left;
	width: 127px;
	height: 200px;
	margin-left: 7px;
	margin-top: 14px;
	font-size: 12px;
	line-height: 1.3em;
	}

.subcategory img
	{
	width: 120px;
	height: 120px;
	}

.product_listing
	{
	margin-left: 7px;
	}
	
#backlink
	{
	margin-left: 10px;
	}
	
#main .product
	{
	float: left;
	width: 217px;
	height: 300px;
	margin-left: 7px;
	margin-top: 14px;
	font-size: 12px;
	line-height: 1.3em;
	}

#main .product img
	{
	width: 150px;
	height: 150px;
	margin-bottom: 5px;
	}
	
#main .product .product_name
	{
	width: 150px;
	height: 100px;
	}
#main .product .product_name .product_more a
	{
	}
#main .product .product_data
	{
	margin-top: 5px;
	}
	
#main .product .product_price,
#main .product .product_min_qty,
#main .product .product_qty,
#main .product .product_buy
	{
	float: left;
	width: 40px;
	font-size: 11px;
	text-align: center;
	}

#main .product .product_price,
#main .product .product_min_qty	
	{
	line-height: 18px;
	}
	
#main .product .product_price,
#main .product .product_min_qty,
#main .product .product_qty,
#main .product .product_qty input
	{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	}
	
.prev_next_bar
	{
	clear: both;
	}

#main div.form
	{
	clear: both;
	float: left;
	width: 600px;
	margin: 0 0 20px 0;
	}

#main div.table
	{
	clear: both;
	float: left;
	width: 600px;
	margin: 0 0 20px 0;
	}

#main div.form p,
#main div.table p
	{
	float: none;
	margin: 0;
	padding: 0 0 0 7px;
	}
	
#main div.form table
	{
	margin: 0;
	padding: 0;
	width: 600px;
	background: #EAF6FA;
	}

#main div.form table.address
	{
	border-top: 1px solid #2461AA;
	}


#main div.form table td
	{
	padding: 3px 0 3px 7px;
	}

#main div.form table td.label
	{
	width: 200px;
	}

div.form_submit
	{
	position: relative;
	border-top: 1px solid #2461AA;
	background: white;
	}
	
div.form_submit span.right2_button,
div.form_submit span.right_button
	{
	display: block;
	position: absolute;
	right: 0;
	background: #2461AA;
	padding: 4px 7px 6px 7px;
	}

div.form_submit span.right2_button
	{
	right: 120px;
	}
	
div.form_submit span.left2_button,
div.form_submit span.left_button
	{
	display: block;
	position: absolute;
	background: #2461AA;
	padding: 4px 7px 6px 7px;
	}

div.form_submit span.left_button
	{
	left: 7px;
	}
div.form_submit span.left2_button
	{
	left: 120px;
	}

div.form_submit a
	{
	color: white;
	font-weight: bold;
	text-align: center;
	}
	
div.form_submit a:hover
	{
	color: #2461AA;
	}

div.form_submit span:hover
	{
	background: #8AC9E0;
	}

div.form_submit span:hover a
	{
	color: #2461AA;
	}

#right h1
	{
	margin-top: 20px;
	margin-bottom: 5px;
	}

#right .shopping_cart .product
	{
	clear: both;
	margin-left: 7px;
	}
		
tr.productlisting td,
tr.productlisting_min_check_error td
	{
	padding: 3px 0 3px 0;
	border-top: 1px solid #2461AA;
	}

tr.productlisting_min_check_error td
	{
	background: red;
	}
	
table.shopping_cart_product
	{
	width: 150px;
	border: 1px solid black;
	}
	
table.shopping_cart_product td
	{
	border: none;
	border: 1px solid black;
	width: 75px;
	}

#main table.checkout_progress
	{
	margin: 0 0 30px 0;
	font-size: 10px;
	}
	
table.checkout_progress td
	{
	border-top: 1px solid #2461AA;
	color: white;
	}
	
table.checkout_progress td a
	{
	}

table.checkout_progress td.checkoutBarCurrent
	{
	background: #2461AA;
	}

table.checkout_progress td.checkoutBarFrom
	{
	background: #EAF6FA;
	color: #2461AA;
	}

table.checkout_progress td.checkoutBarTo
	{
	background: white;
	color: #2461AA;
	}
	
a.product_info_thumb img
	{
	border: 1px solid white;
	}

a.product_info_thumb:hover img
	{
	border: 1px solid #2461AA;
	}

#right div
	{
	}
