
/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

html
{
	font-size: 62.5%;
}

body
{
	background: #253944 url(images/body-background.jpg) no-repeat center top;
	color: #434343;
	font-size: 1.1em;
	font-family: Arial, Sans Serif;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt, table, tr, td
{
	margin: 0;
	padding: 0;
}

input, select, textarea, sub, sup
{
	font-family: Arial, Sans Serif;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1.4em;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #858585;
	color: #4AD8FC;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

/* CLEAR */
/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.noscreen
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -4999px;
	overflow: hidden;
	visibility: hidden;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 987px;
	margin: 0 auto;
	position: relative;
}

#topPanelHolder
{
	width: 987px;
	height: 277px;
	overflow: hidden;
}

/*======================================================================================*/
/* MIDDLE PANEL	                                                                        */
/*======================================================================================*/

#middlePanel
{
	margin: 0 0 20px 0;
}

#middlePanel #contentPanel
{
	width: 746px;
	float: right;
	overflow: hidden;
}

#middlePanel #leftPanel
{
	width: 220px;
	float: left;
	overflow: hidden;
}

#middlePanel #leftPanel #leftMenu
{
	width: 220px;
	margin: 0 0 20px 0;
	list-style-type: none;
}

#middlePanel #leftPanel #leftMenu li a
{
	height: 35px;
	padding: 0 0 0 33px;
	display: block;
	line-height: 35px;
	background: none;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#middlePanel #leftPanel #leftMenu li a:hover,
#middlePanel #leftPanel #leftMenu li a.active
{
	background: #3cd2f7 url(images/left-panel-menu-item.png) no-repeat left top;
}

#middlePanel #leftPanel #leftMenu li ul li a
{
	padding: 0 0 0 41px;
	background: url(images/left-panel-menu-subitem.png) no-repeat 30px center;
	color: #34cff4;
	text-transform: none;
}

#middlePanel #leftPanel #leftMenu li ul li a:hover
{
	background: url(images/left-panel-menu-subitem.png) no-repeat 30px center;
	text-decoration: underline;
}

#middlePanel #leftPanel .box
{
	width: 185px;
	padding: 15px 15px 15px 20px;
	background: #192831;
	color: #ffffff;
	overflow: hidden;
}

#middlePanel #leftPanel .box h2
{
	margin: 0 0 15px 0;
	color: #4b7c97;
	font-size: 1.9em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

#middlePanel #leftPanel .box ul
{
	list-style-type: none;
}

#middlePanel #leftPanel .box ul li
{
	height: 50px;
	padding: 0 0 10px 66px;
	overflow: hidden;
}

#middlePanel #leftPanel .box ul li.measurement
{
	background: url(images/ico-measurement.png) no-repeat left top;
}

#middlePanel #leftPanel .box ul li.advice
{
	background: url(images/ico-advice.png) no-repeat left top;
}

#middlePanel #leftPanel .box ul li.make
{
	background: url(images/ico-make.png) no-repeat left top;
}

#middlePanel #leftPanel .box ul li.buy
{
	background: url(images/ico-buy.png) no-repeat left top;
}

#middlePanel #leftPanel .box ul li.prices
{
	background: url(images/ico-price.png) no-repeat left top;
}

#middlePanel #leftPanel .box ul li.shipping
{
	background: url(images/ico-shipping.png) no-repeat left top;
}

#middlePanel #leftPanel .box ul li.real
{
	background: url(images/ico-real.png) no-repeat left top;
}

#middlePanel #leftPanel .box ul li.testing
{
	background: url(images/ico-testing.png) no-repeat left top;
}

#middlePanel #leftPanel .box ul li table tr td
{
	height: 50px;
	vertical-align: middle;
}

#middlePanel #leftPanel input
{
	width: 172px;
	height: 21px;
	padding: 4px 10px 0 10px;
	border: none;
	margin-bottom: 5px;
	background: #547c91 url(images/login-input-background.png) no-repeat left top;
	color: #ffffff;
	overflow: hidden;
}

#middlePanel #leftPanel .button
{
	width: 75px;
	height: 23px;
	padding: 0 0 3px 0;
	background: #3dd3f7 url(images/login-button-background.png) no-repeat left top;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 987px;
	height: 260px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#topPanel h2.logo,
#topPanel h2.logo span
{
	width: 284px;
	height: 121px;
	position: absolute;
	left: 90px;
	top: 54px;
	overflow: hidden;
}

#topPanel h2.logo span
{
	display: block;
	left: 0;
	top: 0;
	background: url(images/logo.png) no-repeat;
}

#topPanel h2.logo a
{
	text-decoration: none;
}

#topPanel #menu
{
	width: 987px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 174px;
	background: url(images/menu-background.png) repeat-x left top;
	list-style-type: none;
}

#topPanel #menu li
{
	height: 50px;
	padding: 0 2px 0 0;
	float: left;
	background: url(images/menu-separator.png) no-repeat right 7px;
}

#topPanel #menu li a
{
	height: 50px;
	padding: 0 18px;
	float: left;
	line-height: 43px;
	color: #84a7c2;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

#topPanel #menu li a:hover,
#topPanel #menu li a.active
{
	color: #20323c;
	background: url(images/menu-active.png) no-repeat center 43px;
}

#topPanel #menu li.last
{
	background: none;
}

#topPanel .search
{
	width: 987px;
	height: 42px;
	position: absolute;
	left: 0;
	top: 217px;
	background: #2c5063 url(images/search-background.png) repeat-x left top;
	overflow: hidden;
}

#topPanel .search input
{
	width: 172px;
	height: 21px;
	padding: 4px 10px 0 10px;
	position: absolute;
	right: 100px;
	top: 8px;
	border: none;
	background: #547c91 url(images/search-input-background.png) no-repeat left top;
	color: #ffffff;
	overflow: hidden;
}

#topPanel .search .button
{
	width: 75px;
	height: 23px;
	padding: 0 0 3px 0;
	position: absolute;
	right: 17px;
	top: 9px;
	background: #3dd3f7 url(images/search-button-background.png) no-repeat left top;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

#topPanel .cart
{
	width: 150px;
	height: 63px;
	padding: 0 0 0 85px;
	position: absolute;
	right: 2px;
	top: 66px;
	background: url(images/cart-background.png) no-repeat left top;
	font-family: Tahoma, Geneva, sans-serif;
}

#topPanel .cart h3
{
	margin: 10px 0 2px 0;
	color: #ffffff;
	font-size: 1.0em;
}

#topPanel .cart a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
}

#topPanel .cart a:hover
{
	text-decoration: underline;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	width: 100%;
	height: 155px;
	background: #101b22;
}

#bottomPanel .bottomPanel-in
{
	width: 987px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

#bottomPanel .bottomPanel-in .miniLogo
{
	margin: 0 10px 0 0;
	float: left;
}

#bottomPanel .bottomPanel-in p
{
	width: 145px;
	height: 32px;
	margin: 30px 0 0 0;
	padding: 7px 0 0 24px;
	float: left;
	line-height: 1.2em;
	background: #000000 url(images/bottom-panel-paragraph-background.png) no-repeat left top;
	color: #3f6479;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	overflow: hidden;
}

#bottomPanel .bottomPanel-in p a
{
	color: #3f6479;
}




#basket_confirm_box {
  display:none; 
  position:absolute; 
  background-color: #3AD1F6; 
  border: 1px solid black;   
  padding:10px;
  color: #000000;
}

#basket_confirm_box a {
  color: #000000;
  font-weight: bold;
}

/*DALSI MOJE*/
.dotaz_msgerrmsg {
  margin-left:27px;
}
.dotaz_msgmsg {
  margin-left:27px;
}

.p10 {
  padding:10px;
}
.p15 {
  padding:15px;
}
.p20 {
  padding:20px;
}

.chyba {
  color:red;
}
.msgmsg {
  font-weight:bold;
}

#radkovyblok {
  float:right;
  width:550px;
  position:relative;
  top:28px;
}