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

.shop {
	background-image: url(../../../../images/web/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 2000px;	
}

/* ------------------------------------------------------------------------------ */
/* telo celeho webu */
.shop #main_table {
	width: 990px;
	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:990px;
	height:262px;
	background-image: url(../../../../images/web/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* down DIV */
.shop #down_table {
	width:990px;
	height:190px;
	clear: both;
	background-image: url(../../../../images/web/down.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 160px;
}

/* ------------------------------------------------------------------------------ */
/* specificke div (left, right, main) */
/* left DIV */
.shop #l_table {
	float: left;
	width: 241px;
	overflow:hidden;	
	background-image: url(../../../../images/web/top_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
}

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

/* right DIV */
.shop #r_table {
	float: right;
	width: 241px;
	_width: 237px;	
	overflow:hidden;
}

/*PRODUCER MARKS*/
#producer_scroll-container {
	width: 224px;
	overflow: hidden; 	 
	height: 600px;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	scrollbar-base-color: #968349;		
}
#producer_scroll-inner {
	width: 220px;
	height: 4033px;
}

/*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;}

.clear {
	clear:both;
}

a:link, a:visited {
	font-size: 12px;
	text-decoration: none;
	font-family:Arial,Verdana,Tahoma,sans-serif;
	font-weight: bold;
	color:#000000;	
}
