/*
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/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.all_top_l {
	background-image: url(../../../../images/web/left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.all_top_r {
	background-image: url(../../../../images/web/right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------------ */
/* telo celeho webu */
.shop #main_table {
	width: 1020px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../../../images/web/all.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/* top DIV */
.shop #top_table {
	width:1000px;
	height:208px;
	margin-left:10px;
	background-image: url(../../../../images/web/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
}

/* down DIV */
.shop #down_table {
	width:1020px;
	height:100px;
	clear: both;
	background-image: url(../../../../images/web/down.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

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

/* main DIV */
.shop #m_table { 	
	width: 788px;
	padding: 0 0 0 0; 
	float:right;
}

/* right DIV */
.shop #r_table {
	float: right;
	width: 215px;
}

/*PRODUCER MARKS*/
#producer_scroll-container {
	width: 198px;
	overflow: hidden; 	 
	height: 200px;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	scrollbar-base-color: #968349;		
}
#producer_scroll-inner {
	width: 180px;
	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;}

