/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-04-11 08:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

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

html
{
	font-size: 62.5%;
}

body
{
	background: #ffffff url(images/body-background.png) repeat-x left top;
	color: #3a454c;
	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, input, textarea, select
{
	margin: 0;
	padding: 0;
}

input, select, textarea, sub, sup
{
	font-family: Arial, sans-serif;
}

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

h1 a {
  text-decoration:none;
  color:inherit;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #b5d50e;
	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                                                                      */
/*======================================================================================*/

#topPanelHolder
{
	width: 969px;
	height: 246px;
}

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

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

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

#leftPanel
{
	width: 766px;
	float: left;
}

/*======================================================================================*/
/* CONTENT PANEL                                                                        */
/*======================================================================================*/

#contentPanel
{
	width: 563px;
	float: right;
	position: relative;
	overflow: hidden;
}

/*======================================================================================*/
/* LEFT SIDE	                                                                        */
/*======================================================================================*/

#leftSide
{
	width: 194px;
	float: left;
}

#leftSide #leftMenu
{
	width: 194px;
	margin: 0 0 10px 0;
	background: url(images/left-menu-link-background.png) repeat-y left top;
}
#leftSide .baseul
{

}
#leftSide #leftMenu ul
{
	width: 194px;
	padding: 0px 0 0 0;
	list-style-type: none;
	background: url(images/left-menu-top-background.png) no-repeat left top;
}

#leftSide #leftMenu li
{
	padding: 0 0 2px 0;
	position: relative;
	background: url(images/left-menu-li-background.png) no-repeat left bottom;
}

#leftSide #leftMenu li a
{
	height: 35px;
	padding: 0 0 0 19px;
	display: block;
	line-height: 35px;
	color: #6c7e8a;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#leftSide #leftMenu li.active
{
	padding: 0;
	background: none;
}

#leftSide #leftMenu li.active a,
#leftSide #leftMenu li a:hover
{
	width: 187px;
	margin: 0px 0 0 -4px;
	position: relative;
	background: url(images/left-menu-link-active-background.png) no-repeat left top;
	color: #ffffff;
	z-index: 5;
}

#leftSide #leftMenu li.last
{
	padding: 0;
	background: none;
}

#leftSide #leftMenu li ul
{
	width: 194px;
	background: #b7d327;
	list-style-type: none;
	overflow: hidden;
}

#leftSide #leftMenu li.active ul li
{
	background-image: url(images/left-menu-submenu-li-background.png);
}
#leftSide #leftMenu li.active ul li a
{
	height: 26px;
	padding: 0 0 0 25px;
	position: static;
	line-height: 26px;
	background: none;
	color: #ffffff;
	text-transform: none;
}

#leftSide #leftMenu li.active ul li a:hover
{
	text-decoration: underline;
}

#leftSide #leftMenu .bottomCorners
{
	width: 194px;
	height: 11px;
	background: url(images/left-menu-bottom-background.png) no-repeat left top;
	overflow: hidden;
}
#leftSide #leftMenu .active.level1,
#leftSide #leftMenu .active.level2 {
  sbackground: #a7c318 !important;
  background-image: url(images/left-menu-link-active-background.png) !important;
}
#leftSide #leftMenu .level2 a {
  padding-left:45px !important;
  background: url(images/catods3.gif) no-repeat 30px 7px !important;
}
#leftSide #leftMenu li img {
  vertical-align:middle;
  padding-right:3px;
}
#leftSide #leftMenu li.first a{

}
/*======================================================================================*/
/* BOX			                                                                        */
/*======================================================================================*/

.box
{
	width: 194px;
	margin: 0 0 10px 0;
	background: #efeef5 url(images/box-content-background.png) repeat-y left top;
}

.box h2
{
	height: 39px;
	padding: 0 0 0 20px;
	line-height: 39px;
	background: #e7e6f0 url(images/box-header-background.png) no-repeat left top;
	color: #222e35;
	font-family: "Trebuchet MS", Arial;
	font-style: italic;
	text-transform: uppercase;
}

.box .boxContent
{
	padding: 18px 20px;
	background: url(images/box-bottom-background.png) no-repeat left bottom;
}

.box .boxContent.bc2
{
	padding: 18px 10px;
}


.box .boxContent ul
{
	list-style-type: none;
}

.box .boxContent ul li
{
	margin: 0 0 12px 0;
	padding: 0 0 0 14px;
	background: url(images/box-ul-item.png) no-repeat left 4px;
}

.box .boxContent p.indent
{
	margin: 0 0 12px 0;
}

.box .boxContent a.more
{
	padding: 0 8px 0 0;
	background: url(images/box-ul-item.png) no-repeat right 5px;
	font-weight: bold;
}

/*======================================================================================*/
/* RIGHT PANEL	                                                                        */
/*======================================================================================*/

#rightPanel
{
	width: 194px;
	float: right;
	overflow: hidden;
}

#rightPanel .cart
{
	width: 194px;
	height: 80px;
	margin: 0 0 10px 0;
	background: url(images/cart-background.png) no-repeat left top;
	color: #000000;
	overflow: hidden;
} 

#rightPanel .cart p
{
	padding: 30px 0 0 87px;
}

#rightPanel .cart p a
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}

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



#rightPanel .loggedboxLogged
{ 
	width: 194px;
	height: 80px;
	margin: 0 0 0px 0;
	padding:10px; 
	padding-bottom:0px;
	background: url(images/search-background.png) no-repeat left top;
	background: url(images/login-box-background.png) no-repeat left top;
	color: #000000;
	overflow: hidden;
}
#rightPanel .loggedboxLogged p {
  margin-bottom:5px;
}
#rightPanel .loggedboxLogged .caption {
  font-size:12px;
  font-weight:bold;
  margin-bottom:5px;
  padding-left:10px;
  text-align:left;
}

#rightPanel .loggedbox
{
	width: 194px;
	height: 114px;
	margin: 0 0 10px 0;
	padding-top:10px; 
	background: url(images/search-background.png) no-repeat left top;
	background: url(images/login-box-background.png) no-repeat left top;
	color: #000000;
	overflow: hidden;
}

#rightPanel .loggedbox p.input
{
	width: 164px;
	height: 27px;
	margin: 2px 0 2px 16px;
	position: relative;
	background: url(images/search-input-background.png) no-repeat left top;
	overflow: hidden;
}

#rightPanel .loggedbox p.regzaphesl {
  text-align:center;
  margin-top:5px;
  color:#cccccc;
}
#rightPanel .loggedbox p.input input
{
	width: 152px;
	height: 15px;
	position: absolute;
	left: 5px;
	top: 6px;
	border: none;
	background: #ffffff;
	color: #7a7a7a;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.9em;
	text-align: center;
}

#rightPanel .loggedbox input.button
{
	width: 92px;
	height: 24px;
	margin: 8px 0 0 56px;
	display: block;
	border: none;
	background: #b1d010 url(images/search-button-background.png) no-repeat left top;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	cursor: pointer;
}


#rightPanel .search
{
	width: 194px;
	height: 80px;
	margin: 0 0 10px 0;
	background: url(images/search-background.png) no-repeat left top;
	color: #000000;
	overflow: hidden;
}

#rightPanel .search p.input
{
	width: 164px;
	height: 27px;
	margin: 12px 0 6px 16px;
	position: relative;
	background: url(images/search-input-background.png) no-repeat left top;
	overflow: hidden;
}

#rightPanel .search p.input input
{
	width: 152px;
	height: 15px;
	position: absolute;
	left: 5px;
	top: 6px;
	border: none;
	background: #ffffff;
	color: #7a7a7a;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.9em;
	text-align: center;
}

#rightPanel .search input.button, input.buttonSoutez
{
	width: 92px;
	height: 24px;
	margin: 0 0 0 56px;
	display: block;
	border: none;
	background: #b1d010 url(images/search-button-background.png) no-repeat left top;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	cursor: pointer;
}

#rightPanel .survey p
{
	margin: 0 0 12px 0;
}

#rightPanel .survey strong
{
	padding: 0 0 0 3px;
	color: #a9c80c;
}

#rightPanel .survey p a
{
	color: #7a7a7a;
	text-decoration: none;
}

#rightPanel .survey p a:hover
{
	text-decoration: underline;
}

#rightPanel .survey span
{
	height: 11px;
	display: block;
	background: #a9c80c url(images/survey-span-background.png) repeat-x left top;
}

#rightPanel .applications
{
	/*margin: 0 0 6px 0;
	padding: 0 2px 6px 2px;
	border-bottom: 1px solid #dce0e4;*/
}
#rightPanel .applications div.appitem {
  float:left;
  overflow: hidden;
}

#rightPanel .applications div img
{
	/*width: 39px;
	margin: 0 15px 0 0;*/
	/*float: left;*/
	/*overflow: hidden;*/
	padding:6px;
}
#rightPanel .applications p.viceapp
{
  margin-top:5px;
}

#rightPanel .applications div p
{
	width: 85px;
	padding: 6px 0 0 0;
	float: left;
	overflow: hidden;
	line-height: 12px;
	color: #7a7a7a;
}

#rightPanel .applications div p a
{
	color: #7a7a7a;
	text-decoration: none;
}

#rightPanel .applications div p a:hover
{
	text-decoration: underline;
}

#rightPanel .news p
{
	margin: 0 0 7px 0;
	padding: 0 10px 8px 10px;
	border-bottom: 1px solid #dce0e4;
}

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

#topPanel
{
	width: 969px;
	height: 225px;
	position: absolute;
	left: 0;
	top: 12px;
	overflow: hidden;
	background: url(images/top-panel-background.jpg) no-repeat right bottom;
}

#topPanel h2.logo
{
	text-indent: -9999px;
}

#topPanel h2.logo,
#topPanel h2.logo span
{
	width: 194px;
	height: 52px;
	position: absolute;
	left: 51px;
	top: 100px;
	overflow: hidden;
}

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

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

#topPanel #menu
{
	width: 556px;
	height: 35px;
	padding: 0 0 0 25px;
	position: absolute;
	left: 375px;
	top: 0;
	overflow: hidden;
	list-style-type: none;
	background: url(images/menu-background.png) no-repeat left top;
}

#topPanel #menu li
{
	float: left;
}

#topPanel #menu li a
{
	height: 12px;
	margin: 10px 0 0 0;
	padding: 0 10px 0 8px;
	float: left;
	line-height: 12px;
	border-right: 1px solid #dadada;
	color: #759fbf;
	text-decoration: none;
}

#topPanel #menu li a.last
{
	border-right: none;
}

#topPanel #menu li a:hover
{
	color: #abc817;
}

#topPanel #menu li a.active
{
	color: #abc817;
	font-weight: bold;
}

#topPanel #shopCategory
{
	width: 282px;
	height: 35px;
	position: absolute;
	left: 10px;
	top: 0;
	list-style-type: none;
	background: url(images/shop-category-background.png) no-repeat left top;
}

#topPanel #shopCategory li
{
	padding: 9px 0 0 0;
	float: left;
	display: inline;
	position: relative;
}

#topPanel #shopCategory li a
{
	width: 49px;
	height: 26px;
	float: left;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}

#topPanel #shopCategory li.ipod
{
	margin: 0 47px 0 27px;
}

#topPanel #shopCategory li.ipod a
{
	background: url(images/ipod-background.png) no-repeat left top;
}

#topPanel #shopCategory li.ipad
{
	margin: 0 40px 0 0;
}

#topPanel #shopCategory li.ipad a
{
	width: 48px;
	background: url(images/ipad-background.png) no-repeat left top;
}

#topPanel #shopCategory li.mac
{
	margin: 0;
}

#topPanel #shopCategory li.mac a
{
	width: 47px;
	background: url(images/mac-background.png) no-repeat left top;
}

/* show submenu */

#topPanel #shopCategory li:hover ul,
#topPanel #shopCategory li.hover ul
{
	display: block;
}

#topPanel #shopCategory li ul
{
	width: 365px;
	height: 38px;
	padding: 18px 0 0 0;
	position: absolute;
	left: -15px;
	top: 32px;
	display: none;
	list-style-type: none;
	overflow: hidden;
	background: url(images/shop-category-submenu-background.png) no-repeat left top;
}

#topPanel #shopCategory li ul li
{
	padding: 0 2px 0 0;
	float: left;
	background: url(images/shop-category-submenu-separator.png) no-repeat right center;
}

#topPanel #shopCategory li ul li.last
{
	padding: 0;
	background: none;
}

#topPanel #shopCategory li ul li a
{
	width: 43px;
	height: 28px;
	padding: 5px 0 0 46px;
	float: left;
	position: static;
	line-height: 1em;
	color: #e4e4e4;
	font-weight: bold;
	text-indent: 0;
	text-decoration: none;
}

#topPanel #shopCategory li ul li a:hover
{
	text-decoration: underline;
}

#topPanel #shopCategory li ul li a.touch
{
	background: url(images/shop-category-ipod-touch.png) no-repeat 16px center;
}

#topPanel #shopCategory li ul li a.classic
{
	background: url(images/shop-category-ipod-classic.png) no-repeat 16px center;
}

#topPanel #shopCategory li ul li a.nano
{
	background: url(images/shop-category-ipod-nano.png) no-repeat 16px center;
}

#topPanel #shopCategory li ul li a.shuffle
{
	width: 49px;
	padding: 5px 0 0 40px;
	background: url(images/shop-category-ipod-shuffle.png) no-repeat 16px center;
}

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

#bottomPanel
{
	width: 100%;
	height: 149px;
	background: #ecf1f5;
}

#bottomPanel .bottomPanel-in
{
	width: 969px;
	margin: 0 auto;
	padding: 45px 0 0 0;
}

#bottomPanel .bottomPanel-in .logoMini
{
	margin: 0 17px 0 0;
	margin: -20px 17px 0 0;
	float: left;
}

#bottomPanel .bottomPanel-in p
{
	width: 165px;
	height: 31px;
	margin: 5px 0 0 0;
	padding: 9px 0 0 24px;
	float: left;
	line-height: 10px;
	background: url(images/bottom-panel-paragraph-background.png) no-repeat left top;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial;
	font-size: 0.9em;
}

#bottomPanel .bottomPanel-in p a
{
	color: #ffffff;
	line-height: 14px;
}


/*======================================================================================*/
/*                                                                         */
/*======================================================================================*/

#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;
}




.loginmsg {
  text-align:center;
  color:green;
}
.msgmsg {
  color:green;
}

.textPageContent ul {
  margin-left:20px;
}

.anketamsg {
  position:relative;
  top:-5px;
  color:green;
}
