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

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

/* top DIV */
.shop #top_table {
	width:1014px;
	height:261px;
	margin-left:44px;
	margin-right:38px;
	background-image: url(../../../../images/web/top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

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

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

/* main DIV */
.shop #m_table { 	
	width: 592px;
	margin: 0 200px 0 297px;
	padding: 0 0 0 0; 
	background: #FFFFFF;
}

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

/*konec*/
/*div.spacer {height: 5px;clear: none;background: url(../../../images/web/spacer.gif) no-repeat left top; font-size: 1px;}*/


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


a {
	color: #666666;
}

h1 {
	height: 32px;
	overflow:hidden;
}
h3 {
	height: 22px;
	overflow:hidden;
}

