/*
RUBICON 5 v 0.1 
created by Martin "McMagic" MastnA? 2008
admin@mcmagic.net
---------------------
BASIC CSS
---------------------
---------------------
Obsah
---------------------    
	1. BODY
---------------------*/
body {
	font-size: 11px;
	font-family:Verdana,Tahoma,sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(../../../../images/web/x.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D0D0D2;
}
.fire {
	background-image: url(../../../../images/web/right_r.png);
	_background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
/* ------------------------------------------------------------------------------ */
/* telo celeho webu */
.shop #main_table {
	width: 962px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/* top DIV */
.shop #top_table {
	width:962px;
	height:301px;
	background-image: url(../../../../images/web/cz/top_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* down DIV */
.shop #down_table {
	width:962px;
	height:362px;
	clear: both;
	background-image: url(../../../../images/web/down.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* ------------------------------------------------------------------------------ */
/* specificke div (left, right, main) */
/* left DIV */
.shop #l_table {
	float: left;
	width: 175px;
}

/* main DIV */
.shop #m_table {
	width: 769px;
	padding: 0 0 0 0;
	float:right;
	background-image: url(../../../../images/web/m_table.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/* right DIV */
.shop #r_table {
	float: right;
	width: 204px;
	overflow:hidden;
	padding-left:15px;
	_padding-left:0px;	
	background-image: url(../../../../images/web/right_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*PRODUCER MARKS*/
#producer_scroll-container {
	width: 170px;
	overflow: hidden; 	 
	height: 200px;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	scrollbar-base-color: #968349;		
}
#producer_scroll-inner {
	width: 150px;
	height: 400px;
}

/*LOADING OKNO*/
.ajax-loading {
	background-image: url(../../../../images/web/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}
/* OTHER DEFAULT CSS */
.none {display: none;} .visible {display: block;}

