/*
---------------------    
	1. BODY
---------------------*/

/* ------------------------------------------------------------------------------ */
/* telo celeho webu */
.shop #main_table {
	width: 991px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../../../images/web/dall.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom:80px;
}

/* down DIV */
.shop #down_table {
	width:991px;
	background-image: url(../../../../images/web/down.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
}

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

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

/* right DIV */
.shop #r_table {
	float: right;
	width: 180px;
	_width: 187px;
	margin-right:16px;
	overflow:hidden;
	padding-top:6px;
}

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

