/* BSP Magnetica s.r.o., Robert Gonda, 2008 ***************************************************** */

html, body {
	height: 100%;
}

body {
	text-align: center; /* IE */
	/* background: #1B3163 url(../img/bg.jpg) no-repeat 50% 138px; 30.06.2010 robert */
	background-color: #99C04B;
	overflow: hidden;
}

#body {
	height: 100%;
	overflow: auto;
	*overflow: hidden;
	_overflow: auto;
}

div {
	background: transparent;
}

input, textarea, label, select, option, fieldset {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}


/* Page and header ****************************************************************************** */

#page {
	width: 904px;
	_width: 906px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
	text-align: left;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

#fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 139px;
}

#fixedIn {
	width: 902px;
	height: 139px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#header {
	background: url(../img/header.jpg) no-repeat 1px 0;
	height: 114px;
	position: relative;
}

#header a.logo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 114px;
	text-decoration: none;
}

#metamenuHeader {
	position: absolute;
	left: 693px;
	top: 10px;
}

#metamenuHeader a.anchorHome,
#metamenuHeader a.anchorContact {
	display: block;
	float: left;	
	width: 20px;
	height: 14px;
	padding: 0;
	color: #7FA9C1;
	font: bold 1px/1px Arial, Verdana, sans-serif;
	text-decoration: none;
}

#metamenuHeader a.anchorHome { background: url(../img/iconHome.gif) no-repeat 0 0; }
#metamenuHeader a.anchorContact { background: url(../img/iconEmail.gif) no-repeat 0 0; }


/* Mini search form ***************************************************************************** */

#search {
	position: absolute;
	left: 763px;
	top: 8px;
	width: 130px;
	margin: 0;	
}

#search_in { 
	margin: 1px 0 0 3px;
}

#search form {
	padding: 0;
	margin: 0;
	border: 0;
}

#search input.searchWord {
	float: left;
	width: 97px;
	border: 0;
	margin: 0; 
	background: transparent;
}

#search input.searchSubmit {
	float: right;
	width: 22px;
	height: 19px;
	padding: 0;
	margin: 0; 
	border: 0;
	background: transparent;
	cursor: pointer;
}


/* Menu Main ************************************************************************************ */

#menu {
	height: 25px;
	background: url(../img/menuBg.gif) repeat-x 100% 0;
	position: relative;
	/* margin: 0 1px; */
	margin: 0;
}

.JsCookMainItem {
	color: #3B0031;
	background: url(../img/menuSeparator.gif) no-repeat 100% 0;
}

table tr td.JsCookMainItemHover, table tr td.JsCookMainItemActive {
	color: #FFFFFF;
	background: url(../img/menuSeparator.gif) no-repeat 100% 0;
}

.JsCookMenuItemHover, .JsCookMenuItemActive {
	background: #EFEFEF url(../img/menuPopupBg.gif) no-repeat 0 0;
}


/* Second level *** */

#menu table {
	float: left;
	position: relative;
}

table.level2 a {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

table.level2 li {
	display: inline;
	padding: 0;
	margin: 0;
}

table.level2 a {
	display: block;
	width: 200px;
	padding: 1px 5px 2px 10px;
	color: #000000;
	background: #EFEFEF;
	width: 125px;
	
}

table.level2 a:hover {
	color: #000000;
	background: #EFEFEF url(../img/menuPopupBg.gif) no-repeat 0 0;
}


#spacer {
	height: 186px;
	background-image: url(../img/bg_menu_bottom1.gif);
	background-position: bottom;
	margin: 0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#spacer1 {
	height: 161px;
	background: #FFF;
	margin: 0;
}

/* Content blocks ******************************************************************************* */

#content {
	display: block;
	float: none;
	background-image: url(../img/bg_menu_repeat.gif);
	background-repeat: repeat-y;
	z-index: 1;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#content_in {
	background-image: url(../img/bg_submenu1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #fff;
	z-index: 100;
	_height: 400px;
}
	
#left {
	float: left;
	width: 167px;
	background-color: transparent;
}

#left_in {
	padding: 0 0 0 0px;
}

.left_inner {
	padding: 8px 10px 8px 10px;
}


ul.submenu {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 167px;
	background-color: #dde7ff;
}

ul.submenu li {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	height: 24px;
	width: 167px;
}

ul.submenu a {
	display: block;
	color: #2e416b;
	text-decoration: none;
	font: bold 12px/12px Arial, Verdana, sans-serif;
	background: #dde7ff;
	border-bottom: 1px solid #c3cee9;
	border-top: 1px solid #f1f5ff;
	/*border-right: 1px solid #f1f5ff;*/
	
	padding: 5px 10px 6px 20px;
	_padding: 6px 10px 5px 20px;
	/* position: relative; */
}

ul.submenu a:hover, ul.submenu a.menuLeftAct, ul.submenu a.menuLeftAct:hover {

	color: #2e416b;
	/*border-left: 10px solid #ff5800;*/
	background: #dde7ff url(../img/menuLeftBg.gif) no-repeat 0 0;
}

ul.submenu li ul {
	background: #ffffff;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

ul.submenu li ul a {
	color: #808080;
	font: normal 12px/12px Arail, sans-serif;
	background: #ffffff url(../img/menuLeftArrow.gif) no-repeat 20px 5px;
	border: 0;
	padding-left: 38px;
	padding: 5px 10px 5px 45px;
	_padding: 6px 10px 4px 45px;
}

ul.submenu li ul a:hover, 
ul.submenu li ul a.menuLeftAct,
ul.submenu li ul a.menuLeftAct:hover {
	color: #FF5800;
	background: #ffffff url(../img/menuLeftArrow.gif) no-repeat 20px 5px;
}

ul.submenu li ul li ul a {
	background: #ffffff;
}

ul.submenu li ul li ul a:hover, 
ul.submenu li ul li ul a.menuLeftAct,
ul.submenu li ul li ul a.menuLeftAct:hover {
	background: #ffffff;
}


.spacerLeft {
	width: 169px;
	height: 18px;
	font-size: 1px;
	line-height: 1px;
}


/* Center Content  Block ************************************************************************ */

#center {
	float: left;
	width: 733px;
	padding-left: 1px;
}

#center_in {
	/* margin: 25px 37px 18px 22px; */
	/* margin: 25px 27px 18px 22px; */
	margin: 25px 22px 18px 22px;
	min-height: 370px;
	height:auto !important;
	height: 370px;
}

#center_100 {
	padding-right: 5px;
	overflow: auto;
}


/* Right  Block ********************************************************************************* */

#right {
	display: none;
}

#right_in {
	display: none;
}


/* Footer *************************************************************************************** */

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 42px;
	margin: 0 auto;
	/* background: #1B3163; */
	background-color: #99C04B;
	border-top: 1px solid #000;
}

#footer_in {
	position: relative;
/*
	font: normal 10px/10px Verdana, sans-serif;
	color: #ACACAC;
*/
	padding: 3px 0 10px 0;
	margin: 0; 
	width: 904px;
	_width: 902px;
}

#footer_left { float: left; }
#footer_right { float: right; }

#footer, #footer_in, #footer a {
	/* font: normal 10px/12px Verdana, sans-serif; */
	/* color: #ACACAC; */
	color: #1B3163;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}

#links {
	position: absolute;
	top: 8px;
	right: 12px;
}

#print a {
	display: block;
	float: right;
	width: 20px;
	height: 17px;
	text-decoration: none;
	margin: 0 10px 5px 0;
}

#print a.anchorPrint { background: url(../img/icon/iconPrint.gif) no-repeat 0 0; }
#print a.anchorPdf { background: url(../img/icon/iconPdf.gif) no-repeat 0 0; }


#break {
	height: 42px;
	float: none;
	clear: both;
}


/* Ext: newloginbox ***************************************************************************** */

.tx-newloginbox-pi1 {
	float: right;
	background: url(../img/loginBg.gif) no-repeat 30px 2px;
	color: #FFFFFF;
	padding-top: 1px;
	margin-right: 10px;
	_margin-right: 5px;
}

.metamenu {
	float: right;
	color: #FFFFFF;
	padding: 3px 6px;
}

*> .metamenu {
	padding-top: 2px;
}

.metamenu a {
	display: block
	float: left;
	color: #FFFFFF;
	line-height: 10px;
	text-decoration: none;
	padding: 0 3px;
}

.metamenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.tx-newloginbox-pi1 form {
	padding: 0;
	margin: 0;
}

.tx-newloginbox-pi1 label {
	color: #FFFFFF;
}

.tx-newloginbox-pi1 #user {
	margin-left: 3px;
}

.tx-newloginbox-pi1 input {
	color: #000000;
	background: transparent;
	border: none;
}

.tx-newloginbox-pi1 input.loginSubmit {
	width: 22px;
	height: 19px;
	padding: 0;
	margin: 0; 
	border: 0;
	background: transparent;
	cursor: pointer;
}


/* Ext: jkpoll ********************************************************************************** */

#pollbox {
	margin: 0 0 0 0;
}

/* #pollbox {
	color: #ACACAC;
	font-weight: bold;
	line-height: 14px;
	margin: 0 10px 14px 5px;
	padding: 35px 0 0 15px;
	background: url(../img/btn_anketa.gif) no-repeat 0 0;
}*/

#pollbox p {
	color: #ACACAC;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	padding-bottom: 6px;
}

#pollbox table, #pollbox table td, #pollbox table tr {
	color: #ACACAC;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
}


/* Ext: rtgcatalog ****************************************************************************** */

.tx-rtgcatalog1-pi1 .listitem {
	background: url(../img/bg_item.gif) no-repeat 0 25px;
}
	

/* Ext: guestbook ******************************************************************************* */

#guestbookbox {
	margin: 0 0 247px 0;
	background-color: transparent;
}


/* Ext: tt_news ********************************************************************************* */

.news-latest-container h2, .news-latest-container h2 a,
.news-list-container h2, .news-list-container h2 a {
	color: #FF5800;
	font: bold 14px/18px Arial, Verdana, sans-serif;
	padding-bottom: 5px;
}

.news-list-subheader p {
	padding-bottom: 5px;
}


/* Ext: rtgskmap ******************************************************************************** */

.tx-rtgskmap-pi1 {
	/* position: realtive; */
	position: absolute;
	left: 206px;
	top: 211px;
}

.tx-rtgskmap-pi1 .city {
	position: absolute;
	left: 414px;
	top: 239px;
	width: 200px;
	height: 105px;
}


/* BSP Magnetica s.r.o., Robert Gonda, 2008 ***************************************************** */


.clear {
	clear: both;
}


 /* ph+ ***************************************************** */
.errormsg, .successmsg, .infomsg, .noticemsg{ padding:10px 10px 10px 40px; margin-bottom:10px; border:1px solid #dddddd; border-left-width:5px; }
		.errormsg{ border-color:#fbc2c4; background:#fbe3e4 url(http://eshop.benesport.sk/catalog/view/theme/default/image/bg-msg.png) no-repeat 0 0; color:#8a1f11; }
		.errormsg a{ color:#8a1f11;text-decoration:underline; }
		.successmsg{ border-color:#c6d880; background:#e6efc2 url(http://eshop.benesport.sk/catalog/view/theme/default/image/bg-msg.png) no-repeat 0 -220px; color:#264409; }
		.successmsg a{ color:#264409;text-decoration:underline; }
		.infomsg{ border-color:#92cae4; background:#d5edf8 url(http://eshop.benesport.sk/catalog/view/theme/default/image/bg-msg.png) no-repeat 0 -72px; color:#205791; }
		.infomsg a{ color:#205791;text-decoration:underline; }
		.noticemsg{ border-color:#ffd324; background:#fff6bf url(http://eshop.benesport.sk/catalog/view/theme/default/image/bg-msg.png) no-repeat 0 -148px; color:#514721; }
		.noticemsg a{ color:#514721;text-decoration:underline; }
