﻿*
{
	border:0;
	padding:0;
}

body 
{
	background:#958070 url(../imgs/bg.jpg);
	margin-top:10px;
	font-family:"Trebuchet MS",Verdana,Sans-Serif;
	font-size:12px;
	font-weight:bold;
}

.select
{
	/*font-family:Verdana;*/
	font-size:12px;
}

div#logo
{
	width:250px;
	padding:6px;
	margin-right:20px;
	text-align:center;
	float:left;
	border:solid 1px #666;
	background-color:#fff;
	/* alpha */
	-moz-opacity:.75;
	opacity:.75;
}

div#logo img
{
	/* alpha */
	-moz-opacity:1.0;
	opacity:1.0;	
}

div#overthetop
{
	margin:0 auto -5px auto;
	width:976px;
	height:60px;
}

div#overthetop div#left div#home
{
	float:left;
	margin-right:20px;
}

div#overthetop div#left span#language a
{
	color:#fff;
	text-decoration:none;
}

div#overthetop div#left span#language a:hover
{
	color:#fff;
	text-decoration:underline;
}

div#overthetop .topButton
{
	width:77px;
	height:23px;
	background-image:url(../imgs/bg_top_button.gif);
	background-repeat:no-repeat;
	padding-top:2px;
	text-align:center;
	font-family:"Trebuchet MS",Verdana,Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
}

div#overthetop .topButton a
{
	text-decoration:none;
	color:#fff;
}

div#overthetop div#find
{
	float:right;
}

div#overthetop div#find div, div#overthetop div#find input
{
	float:left;
}

div#overthetop div#find input
{
	width:124px;
	height:19px;
	border:solid 1px #5C5756;
	margin:1px 8px 0 0;
}

div#main
{
	/*margin:16px auto 0 auto;*/
	margin:56px auto 0 auto;
	width:974px;
	background-color:#5B5C46;
	overflow:hidden;
	border:dotted 1px #343434;
}

div#bottom_line
{
	text-align:center;
}

ul#mainMenu
{
	margin-left:11px;
	margin-top:10px;
	width:628px;
	height:36px;
	background:transparent url(../imgs/bg_top.gif) no-repeat;
	list-style:none;
}

ul#mainMenu li
{
	float:left;
	font-family:"Trebuchet MS",Verdana,Sans-Serif;
	font-size:14px;
	font-weight:bold;
	margin:10px 2px 0 2px;
	width:98px;
	text-align:center;
}

ul#mainMenu li a
{
	text-decoration:none;
	color:#fff;
	/*background-color:#F00;*/
	padding:6px;
}

div#panelLeft
{
	float:left;
	display:inline;
	margin-left:11px;
	margin-bottom:10px;
	width:308px;
	height:600px;
	background:#999 url(../imgs/bg_paper.jpg);
}

div#panelCenter
{
	float:left;
	display:inline;
	overflow:auto;
	margin-left:10px;
	margin-bottom:10px;
	width:308px;
	height:600px;
	background:#999 url(../imgs/bg_paper.jpg) repeat-y;
}

div#panelRight
{
	float:left;
	display:inline;
	margin-left:15px;
	margin-top:-52px;
	margin-bottom:10px;
	width:308px;
	height:652px;
	background:#999 url(../imgs/bg_paper.jpg);
}

div.header
{
	width:291px;
	height:22px;
	overflow:hidden;
	margin-top:4px;
	margin-left:8px;
	padding-top:3px;
	text-align:center;
	font-family:"Trebuchet MS",Verdana,Sans-Serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#BF272D url(../imgs/bg_headers.gif) no-repeat;
}

div.header a
{
	color:#fff;
	text-decoration:none;
}

ul#categories
{
	list-style:none;
	margin-left:20px;
}

ul#categories li
{
	/*font-family:"Trebuchet MS",Verdana,Sans-Serif;*/
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
}

ul#categories li a
{
	color:#000;
	text-decoration:none;
}

div#products
{
	width:300px;
	overflow:auto;
	height:535px;
	font-family:"Trebuchet MS",Verdana,Sans-Serif;
	font-size:14px;
	font-weight:bold;
}

div#products div.product
{
	margin:5px 0 5px 8px;
	width:263px;
	overflow:auto;
	background-color:#BAB9B6;
	border:dotted 1px #615F5D;
	padding:7px 0 3px 5px;
}

div#products div.product:hover
{
	cursor:pointer;
	border:solid 1px #615F5D;
	background-color:#F0F0F0;
}

div#products div.product div.image
{
	float:left;
	width:80px;
	margin-right:5px;
	border:solid 1px #6A6768;
	background-color:#fff;
	margin-bottom:3px;
}

div#products div.product div.image table
{
	width:100%;
	height:100%;
}

div#products div.product div.image td
{
	text-align:center;
}

div#products div.product div.description
{
	font-family:'Courier New', Verdana;
	font-size:11px;
	font-weight:normal;
}

div#products div.product div.price
{
	color:#666;
	font-size:12px;
}

div#bottom
{
	margin:0 auto 0 auto;
	width:969px;
	height:22px;
}

div#partners
{
	position:relative;
	margin-top:-390px;
	margin-left:-14px;
	overflow:visible;
	width:0;
	height:0;
}

div#partners table#icons td
{
	width:67px;
	height:70px;
	background:transparent url('../imgs/bg_partners.gif') no-repeat 7px 0px;
}

div#partners table#icons a img
{
	margin:1px 1px 4px 8px;
	filter:Gray;
}

div#partners table#icons a:hover img
{
	filter:none;
}

/* PANEL CENTER */
div#panelCenter div.article
{
	margin:0px 10px 10px 10px;
}
