/*
Theme Name: Axfone.cz
Description: Vzhled pro prezentaci www.axfone.cz
Author: Tom� Ga��r
Author URI: http://www.tomasgazur.cz
*/

body.home {
    background: #fff url('img/html_bg.png') center top no-repeat;
}

body.page {
    background: #fff url('img/htmlpage_bg.png') center top no-repeat;
}

body.pagepro {
    background: #fff url('img/htmlpagepro_bg.png') center top no-repeat;
}

body {
	font-family: "Trebuchet MS";
    color: #575656;
	font-size: 13px;
}

	/* HLAVICKA */

#main {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 120px;
}

#subhead {
	width: 1000px;
	height: 116px;
}

#subhead h1, #subhead2 h1 {
	color: #48b11a;
	font-size: 30px;
	text-transform: uppercase;
	padding: 46px 0 0 20px;
}

#subhead2 {
	width: 1000px;
	height: 183px;
}

.right {
	float: right;
}

#subhead2 .right {
	padding-top: 14px;
}

#subhead2 .telekomunikace {
	padding-top: 24px;
}

#subhead2 p {
	padding: 10px 0 0 20px;
}

.logo {
	width: 161px;
    height: 39px;
	padding: 15px 0 0 20px;
	float: left;
}

.search {
	width: 262px;
	float: right;
	padding-top: 19px;
}

.searchtext {
    background: url('img/searchtext_bg.png') left top no-repeat;
	width: 147px;
	padding: 6px 0 8px 40px;
	border: 0;
	float: left;
	font-size: 13px;
	color: #8b8b8b;
	font-style: italic;
	font-family: "Trebuchet MS";
}

.searchsubmit {
    background: url('img/searchsubmit_bg.png') left top no-repeat;
	width: 75px;
	height: 30px;
	border: 0;
	float: left;
	cursor: pointer;
}

.lang {
	width: 58px;
	height: 30px;
	float: right;
	padding: 19px 22px 0 30px;
	position: relative;
	z-index: 11;
}

.lang ul {
    background: url('img/langul_bg.png') left top no-repeat;
	width: 50px;
	height: 21px;
	padding: 9px 0 0 8px;
	float: left;
	overflow: hidden;
	list-style: none;
	z-index: 999;
	position: relative;
}

.lang li {
    padding-bottom: 4px;
}

.lang img {
    border: 1px solid #C6C6C8;
}

.lang ul:hover {
    background-color: #F4F4F4;
border-radius: 5px;
	width: 50px;
	height: auto;
	z-index: 999;
	position: relative;
}

#menu {
    background: url('img/menu_bg.png') left top no-repeat;
	width: 791px;
	height: 50px;
	float: left;
	margin-top: 21px;
}

#menu ul {
	list-style: none;
	padding-left: 12px;
}

#menu li {
	float: left;
	position: relative;
	cursor: pointer;
}

#menu ul li a {
    color: #575656;
	font-size: 14px;
	float: left;
	text-transform: uppercase;
	padding: 17px 12px 15px 12px;
	text-decoration: none;
}

#menu ul li a:hover {
    background: #48B11A;
}

#menu ul li.current_page_item a, #menu ul li.current_page_ancestor a {
    background: url('img/menu_select.png') center bottom no-repeat;
    color: #8A8A8A;
}

#menu ul ul li.current_page_item ul li a {
    background: url('img/menu_select.png') center bottom no-repeat;
    color: #575656 !important;
}

#menu ul ul li.current_page_item a, #menu ul ul ul li.current_page_item a {
    background: none !important;
	color: #48b11a !important;
}

#menu ul li.current_page_ancestor ul li a {
    background: none !important;
    color: #575656;
}

#menu ul ul ul li a {
	text-transform: lowercase;
}

#menu ul ul {
    background: url('img/menuul_bg.png') left top no-repeat;
	display: none;
	position: absolute;
	top: 45px;
	width: 248px;
	float: left;
	z-index: 999;
	padding: 10px 0 0 0;
	/* border-bottom: 1px solid #DDDDDD; dodelat */
}

#menu ul li.page-item-6 > ul {
	left: -55px;
}

#menu ul li.page-item-8 > ul {
	left: -70px;
}

#menu ul li.page-item-10 > ul {
	left: -65px;
}

#menu ul li.page-item-12 > ul {
	left: -75px;
}

#menu ul li.page-item-390 > ul {
	left: -91px;
}

#menu ul li:hover > ul {
	display: block;
}

#menu ul ul li {
    background: url('img/menuul_sep.png') center bottom no-repeat;
	width: 248px;
	float: left;
	padding: 0;
}

#menu ul ul li a {
    color: #575656;
	font-size: 12px;
	width: 208px;
	padding: 7px 20px 7px 20px;
}

#menu ul ul li a:hover {
	background: none;
	color: #48b11a;
}

#menu ul ul ul {
    background: url('img/menuul_ul_bg.png') left top no-repeat;
	display: none;
	position: absolute;
	top: -12px;
	left: 242px;
	width: 253px;
	padding: 12px 0 0 0;
	float: left;
	z-index: 999;
}

#menu ul ul li:hover > ul {
	display: block;
}

#menu ul ul ul li {
    background: url('img/menuul_sep.png') 22px bottom no-repeat;
	width: 253px;
	float: left;
	padding: 0;
}

#menu ul ul ul li a {
    color: #575656;
	font-size: 13px;
	width: 203px;
	float: left;
	padding: 7px 20px 7px 30px;
}

#menu ul li.current_page_item ul li a {
    color: #575656;
	background: none !important;
}

#menu ul ul ul li a:hover, #menu ul li.current_page_item ul li a:hover, #menu ul ul li.current_page_item ul li a:hover {
	background: none;
	color: #48b11a !important;
}

#menu ul li:hover > a {
    background: #48B11A;
    color: #fff !important;
}

#menu ul ul li:last-child, #menu ul li.lastmenu {
	border-bottom: 1px solid #DDDDDD;
	background: none;
}

#menu ul ul li:last-child, #menu ul ul li.lastmenu {
    background: url('img/menuulbottom.png') right bottom no-repeat !important;
	border-bottom: none !important;
}

#menu ul li.page-item-1083 {
	border-bottom: none;
}

.box ul li:last-child, #right li:last-child {
	background: none;
}

#menu ul ul li:hover > a {
	background: none;
	color: #48b11a !important;
}

#login {
	width: 209px;
	height: 50px;
	float: right;
	margin-top: 21px;
}

#login ul {
	list-style: none;
}

#login li {
	position: relative;
}

#login ul li a {
    background: url('img/loginlink_bg.png') left top no-repeat;
	width: 175px;
	height: 34px;
	display: block;
	font-size: 14px;
	padding: 16px 0 0 34px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#login ul ul {
    background: #2C8D25 url('img/loginul_bg.png') left top no-repeat;
	width: 185px;
	display: none;
	position: absolute;
	top: 42px;
	z-index: 999;
	padding: 10px 12px 0 12px;
}


#login ul ul li {
	border-bottom: 1px dotted #48B11A;
}

#login ul ul li a {
    background: none;
	display: block;
	height: auto;
	font-size: 13px;
	padding: 10px 0 10px 0;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#login ul li:hover > ul {
	display: block;
}





#mainbox {
	float: left;
	width: 958px;
	height: 290px;
	padding: 25px 21px 0 21px;
}

.box {
	float: left;
	width: 467px;
	font-size: 12px;
}

.box h2 {
    background: url('img/boxh2arrow.png') right center no-repeat;
	color: #48b11a;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 1px dashed #CECFCF;
}
.box h2 a {
	color: #48b11a;
	font-size: 30px;
	text-decoration: none;
}

.box p a {
	color: #34a128;
	text-decoration: none;
}

.boxleft {
	padding-top: 28px;
	float: left;
	width: 270px;
	text-align: center;
}

.boxright {
	padding-top: 19px;
	width: 195px;
	float: right;
}

.boxright ul {
	list-style: none;
	padding-top: 10px;
}

.boxright li {
	float: left;
    background: url('img/menuul_sep.png') left bottom no-repeat;
	width: 195px;
}

.boxright ul li a {
    background: url('img/fcarow.png') left 12px no-repeat;
    color: #48b11a;
	font-size: 16px;
	float: left;
	width: 182px;
	padding: 3px 0 4px 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}

.boxright ul li a:hover {
    background: url('img/fcarow_hover.png') left 12px no-repeat;
}

.boxlast {
	float: right;
}

#content {
	float: left;
	width: 979px;
	padding: 28px 0 40px 21px;
}

.hp-left {
	float: left;
	width: 224px;
	position: relative;
	padding-top: 35px;
}

.hp-left img {
	padding-bottom: 6px;
}

.banner1 {
	position: relative;
	z-index: 9999;
}

#slider {
	width: 645px;
	float: left;
	position: relative;
}

#slider ul {
	margin: 0;
	padding: 130px 0 0 0;
	width: 224px;
	float: left;
	list-style: none;
}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	width: 224px;
	height: 134px;
	list-style: none;
}

span#prevBtn a {
    background: url('img/sliderup_bg.png') left top no-repeat;
	font-size: 0px;
	float: left;
	width: 110px;
	height: 21px;
	position: absolute;
	top: 7px;
	left: 55px;
	text-decoration: none;
	color: #fff;
}

span#nextBtn a {
    background: url('img/sliderdown_bg.png') left top no-repeat;
	font-size: 0px;
	float: left;
	width: 110px;
	height: 21px;
	position: absolute;
	bottom: -26px;
	left: 55px;
	text-decoration: none;
	color: #fff;
}

.hp-middle {
	float: left;
	width: 407px;
	padding-left: 50px;
}

.middletitle {
	font-size: 14px;
	padding-bottom: 4px;
	width: 407px;
	float: left;
}

.dashedline {
	width: 407px;
	float: left;
	border-bottom: 1px dashed #CECFCF;
}

.middletitle h3 {
	font-size: 25px;
	color: #0593b7;
	text-transform: uppercase;
	width: 250px;
	float: left;
}

.middletitle.green h3 {
	color: #48b11a;
	width: 407px;
}

.middletitle.green {
	margin-top: 25px;
}

.middletitle a {
    background: url('img/fcarow.png') left 6px no-repeat;
	color: #0593b7;
	width: 104px;
	text-decoration: none;
	float: right;
	text-align: right;
	margin-top: 4px;
}

.news {
    float: left;
	width: 407px;
}

.breakdown {
    background: #FFFEE2 url('img/breakdown_bg.png') 14px 18px no-repeat;
	float: left;
	width: 317px;
	padding: 18px 20px 18px 70px;
	margin-bottom: 2px;
}

.breakdown .date {
    background: none;
}

.breakdown a {
    font-weight: bold;
    background: url('img/fcarow.png') left 7px no-repeat;
	color: #0593b7 !important;
	text-decoration: none;
	padding-left: 12px;
	margin-bottom: 4px;
	font-size: 15px;
}

.newsitem {
	float: left;
	width: 407px;
	padding: 18px 0 18px 0;
	border-bottom: 1px dashed #CECFCF;
}

.newsitem .date {
    background: url('img/date_bg.png') left 2px no-repeat;
	padding-left: 20px;
	font-size: 12px;
	float: left;
	width: 387px;
	clear: both;
	margin-bottom: 3px;
}

.date span {
    color: #C1C1C1;
}

.newsitem a {
    background: url('img/fcarow.png') left 7px no-repeat;
	color: #0593b7;
	text-decoration: none;
	padding-left: 12px;
	font-size: 15px;
}

.newsletter {
  background:#0593B7;
    background: url('img/newsletter_bg_new.PNG') center no-repeat;
	float: left;
	width: 332px;
	height: 43px;
	cursor: pointer;
  border-radius: 35px;
  position:relative;
  z-index:999;
}

.newsletterdiv {
	margin: 20px 0 0 0;
	position: relative;
	float: right;
  width:332px;
	height: 43px;
  background:#0593B7;
  border-radius: 35px;
}

.slidingDiv {
    /*background: url('img/slidingDiv_bg.png') left top no-repeat;*/
  background:#0593B7;
	float: right;
	width: 320px;
	height: 310px;
	margin-top: -19px;
	padding: 15px 0 0 12px;
	position: absolute;
	z-index: 500;
	top: 43px;
	right: 0;
	_right: -1px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}

.show_hide {
	display:none;
}

.slidingDiv label {
    color: #fff;
	font-size: 13px;
	float: left;
	width: 248px;
	padding-bottom: 4px;
}

.newsletter-text {
    background: url('img/newsletter-text_bg.png') left top no-repeat;
	width: 226px;
  height:35px;
	padding: 6px 5px 7px 5px;
	border: 0;
	float: left;
	font-size: 13px;
	color: #8b8b8b;
	font-style: italic;
	font-family: "Trebuchet MS";
	margin-bottom: 11px;
}

.newsletter-submit {
    background: url('img/newsletter-submit_bg.png') left top no-repeat;
	width: 74px;
	height: 33px;
	border: 0;
	float: right;
	cursor: pointer;
	margin-right: 11px;
  margin-top:100px;
}

.reasons {
	padding-top: 17px;
	float: left;
}

.reasons ul {
    list-style: none;
}

.reasons ul li {
    background: url('img/reasons-span_bg.png') left top no-repeat;
    padding: 6px 0 10px 0;
	float: left;
	clear: both;
	width: 407px;
	font-size: 15px;
}

.reasons li span {
	float: left;
	width: 31px;
	height: 25px;
	padding: 0 15px 0 0;
	font-size: 21px;
	color: #48b11a;
	text-align: center;
}

#full {
	float: left;
	width: 964px;
}

#left {
	float: left;
	width: 705px;
}

.navigation {
	width: 705px;
	font-size: 12px;
	color: #727272;
	float: left;
	top: -12px;
	position: relative;
	text-transform: lowercase;
}

.navigation a {
	color: #48B11A;
}

#full .entry {
	width: 964px;
}

.entry {
	padding-top: 20px;
	color: #727272;
	width: 705px;
	position: relative;
}

.entry p {
	padding-bottom: 15px;
}

.entry h2, .entry h3 {
	font-size: 20px;
	color: #48b11a;
	font-weight: normal;
	padding-bottom: 10px;
}

.entry a, .edit a {
	color: #48b11a;
	text-decoration: none;
}

.contact {
	font-size: 20px;
	float: left;
	width: 266px;
}

.contactline {
	padding: 15px 0 15px 0;
	float: left;
	width: 266px;
	border-bottom: 1px dashed #CECFCF;
}

.contactline:last-child {
	border-bottom: none;
}

.cl-left {
	float: left;
	width: 73px;
	font-size: 13px;
	padding-top: 7px;
}

.cl-right {
	float: left;
	width: 185px;
}

.dashedline-big {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #CECFCF;
	margin-bottom: 30px;
}

.small {
	font-size: 12px;
}

.bbig {
	width: 610px;
	margin-bottom: 25px;
}

.entry ul, .entry ol {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #CECFCF;
	margin-bottom: 20px;
	list-style: none;
	padding-bottom: 5px;
}

.entry ul:last-child, .entry ol:last-child {
	border-bottom: none !important;
}

.entry li {
    background: url('img/entryli_bg.png') 5px 5px no-repeat;
	float: left;
	width: 100%;
	padding-left: 20px;
	margin-bottom: 9px;
}

.webhosting {
    background: url('img/webhosting_bg.jpg') left top no-repeat;
	width: 705px;
	height: 316px;
	float: left;
	padding: 90px 0 35px 3px;
	font-size: 11px;
	margin-top: 20px;
}

.weboffer {
	width: 133px;
	float: left;
	padding-left: 8px;
	line-height: 100%;
}

.weboffer ul {
	list-style: none;
}

.weboffer ul li {
	padding: 9px 0 10px 0;
}

.weboffer ul li.green {
	font-size: 15px;
	font-weight: bold;
	color: #43b917;
	line-height: 100%;
}

.weboffer ul li.green span {
	font-size: 10px;
	color: #727272;
}

.webhosting2 {
    background: url('img/webhosting_bg2.jpg') left top no-repeat;
	width: 704px;
	height: 383px;
	float: left;
	padding: 0 0 35px 3px;
	font-size: 11px;
	margin-top: 20px;
}

.webhosting2 h2{
	display: block;
	float: left;

	padding-top: 18px;
	padding-bottom: 10px;
	padding-right: 0;

	width: 89px;
	height: 50px;

	color: #48b11a;

	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.webhosting2-leftspace-free {
	padding-left: 76px;
}

.webhosting2-leftspace-single {
	padding-left: 75px;
}

.webhosting2-leftspace-multi {
	padding-left: 74px;
}

.webhosting2-leftspace-vps {
	padding-left: 73px;
}

.weboffer2 {
	width: 168px;
	float: left;
	padding-left: 8px;
	line-height: 100%;
}

.weboffer2 ul {
	list-style: none;
}

.weboffer2 ul li {
	padding: 10px 0 10px 0;
}

.weboffer2 ul li.green {
	font-size: 15px;
	font-weight: bold;
	color: #43b917;
	line-height: 100%;
}

.weboffer2 ul li.green span {
	font-size: 10px;
	color: #727272;
}

.websubmit {
    background: url('img/websubmit_bg_grey.png') left top no-repeat;
	float: left;
	margin: 10px 0 0 16px;
	width: 89px;
	height: 33px;
	cursor: pointer;
	border: 0;
}

.websubmit2 {
    background: url('img/websubmit_bg_green.png') left top no-repeat;
	float: left;
	margin: 10px 0 0 20px;
	width: 89px;
	height: 33px;
	cursor: pointer;
	border: 0;
}



.webhosting-2 {
	background: url('img/webhosting/param_bg.jpg') left top repeat-y;
	width: 338px;
	float: left;
	padding: 0 0 0 0;
	font-size: 11px;
	margin-top: 20px;
	color: #727272;
	cursor: pointer;
	cursor: hand;
}

.webhosting-2-free{
	width: 20px;
	float: left;
	padding: 0 0 0 0;
	margin-top: 20px;
}

.webhosting-2 .webhosting-header-single
{
	background: url('img/webhosting/single_top.jpg') left top no-repeat;
	width: 338px;
	height: 99px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.webhosting-2 .webhosting-header-multi
{
	background: url('img/webhosting/multi_top.jpg') left top no-repeat;
	width: 338px;
	height: 99px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.webhosting-2 .webhosting-header-parking
{
	background: url('img/webhosting/parking_top.jpg') left top no-repeat;
	width: 338px;
	height: 99px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.webhosting-2 .webhosting-header-vps
{
	background: url('img/webhosting/vps_top.jpg') left top no-repeat;
	width: 338px;
	height: 99px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.webhosting-2 .body
{
	width: 318px;
	float: left;
	padding: 0 0 0 0;
	margin: 10px;
}

.webhosting-2 .buy
{
	width: 338px;
	float: left;
	padding: 0;
	margin: -13px 0 0 0;
}

.webhosting-2 .buy .websubmit {
    background: url('img/websubmit_bg_grey.png') left top no-repeat;
	float: left;
	margin: 0 0 5px 243px;
	width: 89px;
	height: 33px;
	cursor: pointer;
	border: 0;
}

.webhosting-2 .extension1{
	background: url('img/webhosting/extension1_bg.jpg') left top no-repeat;
	width: 263px;
	height: 65px;
	float: left;
	padding: 15px 5px 0 70px;
	margin: 0 0 0 0;
}

.webhosting-2 .extension2{
	background: url('img/webhosting/extension2_bg.jpg') left top no-repeat;
	width: 263px;
	height: 60px;
	float: left;
	padding: 10px 5px 0 70px;;
	margin: 0 0 0 0;
}

.webhosting-2 .bottom1{
	background: url('img/webhosting/bottom1.jpg') left top no-repeat;
	width: 338px;
	height: 7px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.webhosting-2 .bottom2{
	background: url('img/webhosting/bottom2.jpg') left top no-repeat;
	width: 338px;
	height: 7px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.webhosting-2 h2{
	display: block;
	float: left;
	padding: 11px 0 0 143px;

	width: 100px;
	height: 50px;

	color: #48b11a;

	font-size: 24px;
	line-height: 22px;
	text-transform: uppercase;
}

.webhosting-2 .price{
	display: block;
	float: left;
	padding: 9px 0 0 153px;

	width: 185px;
	height: 30px;

	font-size: 10px;
}

.webhosting-2 .price strong{
	font-size: 20px;
	color: #48b11a;
	font-weight:bold;
}

.webhosting-2 ul {
	display: inline;
}

.webhosting-2 ul li {
	list-style: none;
	display: inline;
	height: 10px;

	background: url('img/webhosting/pipe.jpg') right center no-repeat;
	padding-right: 4px;
}

.webhosting-2 ul li.end {
	background:none;
}

.webhosting-2 h3{
	display: inline;
	float: left;
	color: #48b11a;
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 10px;
	line-height: 12px;
}

.webhosting-2 strong{
	font-weight:bold;
}

.webhosting-2-info {
    background: url('img/webhosting/hor.png') left bottom repeat-x;
	float: left;
	clear: both;
	width: 699px;
	padding: 12px 0 15px 0;
}

.webhosting-2-info h2{
	color: #48b11a;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
}

.webhosting-2-info p{
	text-align:justify;
	font-size: 12px;
}


.biggerspace {
	margin-top: 28px;
}

.leftspace {
	margin-left: 33px;
}

.wh-line {
	float: left;
	width: 705px;
	padding-left: 5px;
}

.wh-title {
	padding: 9px 0 13px 8px;
}

.wh-cell {
    background: url('img/webhosting-cell_bg.png') left top no-repeat;
	float: left;
	width: 138px;
	text-align: center;
	padding-bottom: 9px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 3px;
}

.wh-cell4 {
    background: url('img/webhosting-cell_bg.png') left top repeat-x;
	float: left;
	width: 173px;
	text-align: center;
	padding-bottom: 9px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 3px;
}

.wh-head {
	color: #48b11a;
	font-size: 16px;
	padding: 25px 0 10px 5px;
	float: left;
}

.rd-head {
	color: #48b11a;
	font-size: 20px;
	padding: 25px 0 10px 0;
	float: left;
}

.cenik-head {
	padding-bottom: 0 !important;
}

.product-detail {
    background: url('img/product-detail_bg.png') 75px bottom no-repeat;
	float: left;
	clear: both;
	width: 710px;
	padding: 12px 0 15px 0;
}

.product-detail:last-child, .nobg {
    background: none;
}

.pd-img {
	float: left;
	width: 70px;
}

.pd-img2 {
	float: left;
	width: 170px;
	text-align: center;
}

.pd-img2 img {
	max-width: 170px;
}

.pd-text {
	float: left;
	width: 585px;
	padding-right: 25px;
}

.pd-text2 {
	float: left;
	width: 485px;
	padding-right: 25px;
}

.pd-text2 p {
	padding-bottom: 11px !important;
}

.rd-line {
	float: left;
	width: 710px;
	padding: 9px 0 0 0;
}

.rd-line.head {
	margin-bottom: -8px;
}

.plus {
    background: url('img/plus_bg.png') left center no-repeat;
	float: left;
	padding: 0 0 0 24px;
	font-size: 12px;
}

.objednat {
    background: url('img/websubmit_bg_grey.png') left center no-repeat;
	float: left;
	width: 89px;
	height: 33px;
	margin-bottom: 15px;
}

.pd-price {
	font-size: 17px;
	font-weight: normal !Important;
	padding-bottom: 10px;
}

.pd-price p {
	padding: 0 0 3px 0 !Important;
	font-weight: normal !Important;
}

.pd-price span {
	font-size: 14px;
}

.modalbox h3 {
	color: #48B11A;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 1px dashed #DDDDDD;
	padding: 5px 0 30px 0;
	margin-bottom: 25px;
	width: 100%;
}

.modal {
    background: url('img/product-detail_bg.png') left bottom repeat-x !important;
	padding-bottom: 20px;
	margin-bottom: 9px;
}

.modalbox-left {
	float: left;
	width: 330px;
	text-align: center;
}

.modalbox-right {
	float: left;
	width: 400px;
	color: #727272;
}

.modalbox-right ul {
	padding: 15px 0 15px 25px;
}

.modalbox-right p {
	line-height: 145%;
}

.modalbox-right .pd-price {
	padding-bottom: 13px;
}

.head .rd-cell {
	background: none;
	font-size: 12px;
	color: #8b8b8b;
}

.rd-cell {
    background: url('img/webhosting-cell_bg.png') left bottom repeat-x;
	float: left;
	width: 138px;
	padding-bottom: 7px;
	margin-right: 3px;
	color: #8b8b8b;
	height: 32px;
}

.cell-1 {
	width: 88px;
	color: #48b11a;
	font-size: 17px;
	text-align: center;
}

.cell-2 {
	width: 311px;
	font-size: 13px;
	padding-left: 11px;
}

.cell-3 {
	width: 100px;
	font-size: 17px;
	text-align: center;
}

.cell-4 {
	width: 96px;
	font-size: 11px;
	line-height: 155%;
	text-align: center;
}

.cell-4 strong {
	font-size: 14px;
	font-weight: bold !important;
}

.cell-5 {
	width: 109px;
	text-align: center;
}

.cell-5 a {
	color: #48b11a;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.cell-6 {
	width: 77px;
}

.cart {
    background: url('img/cart_bg.png') left bottom no-repeat;
	width: 33px;
	height: 23px;
	margin: 0 auto;
	display: block;
}

.backtodomain {
    background: url('img/backtodomain_bg.png') left top no-repeat;
	width: 131px;
	height: 33px;
	float: right;
	margin-bottom: 4px;
}

.domaintitle {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #DDDDDD;
}

.domaintitle h2 {
	width: 400px;
	float: left;
}

.domainprice {
	float: left;
	padding: 20px 0 30px 0;
}

.cenik {
	padding-top: 0 !important;
}

.domainprice-line {
	float: left;
	width: 710px;
	clear: both;
}

.domainprice-line strong {
	font-size: 18px;
}

.wh-title {
	padding: 9px 0 13px 8px;
}

.dpc-1 {
    background: url('img/webhosting-cell_bg.png') left bottom repeat-x;
	float: left;
	width: 249px;
	font-size: 13px;
	padding: 17px 0 17px 11px;
	height: 16px;
	margin-right: 4px;
}

.neni {
	font-size: 11px !important;
	padding: 9px 0 16px 0 !important;
	height: 25px !important;
}

.dpc-2 {
    background: url('img/webhosting-cell_bg.png') left bottom repeat-x;
	float: left;
	width: 134px;
	font-size: 13px;
	padding: 16px 0 17px 0;
	height: 17px;
	margin-right: 4px;
	text-align: center;
	line-height: 155%;
}

/*
.dpc-2 {
    background: url('img/webhosting-cell_bg.png') left bottom repeat-x;
	float: left;
	width: 134px;
	font-size: 11px;
	padding: 9px 0 16px 0;
	height: 25px;
	margin-right: 4px;
	text-align: center;
	line-height: 155%;
}
*/
.dpc-3 {
    background: url('img/webhosting-cell_bg.png') left bottom repeat-x;
	float: left;
	width: 134px;
	font-size: 13px;
	padding: 16px 0 17px 0;
	height: 17px;
	margin-right: 4px;
	text-align: center;
	line-height: 155%;
}

.dpc-6 {
    background: url('img/webhosting-cell_bg.png') left bottom repeat-x;
	float: left;
	width: 134px;
	font-size: 13px;
	padding: 16px 0 17px 0;
	height: 17px;
	margin-right: 4px;
	text-align: center;
	line-height: 155%;
}

.dpc-head {
	color: #8b8b8b;
	font-size: 11px !important;
}

.dpc-head .dpc-1 {
}

.dpc-head .dpc-2 {
	padding: 20px 0 10px 0;
	height: 20px;
}

.dpc-head .dpc-3 {
	padding: 20px 0 10px 0;
	height: 20px;
}

.dpc-head .dpc-6 {
	padding: 20px 0 10px 0;
	height: 20px;
}

.dpc-4 {
    background: url('img/webhosting-cell_bg.png') left bottom repeat-x;
	float: left;
	width: 191px;
	font-size: 13px;
	padding: 9px 0 15px 11px;
	height: 29px;
	margin-right: 4px;
	font-weight: bold;
}

.dpc-5 {
    background: url('img/webhosting-cell_bg.png') left bottom repeat-x;
	float: left;
	width: 487px;
	font-size: 13px;
	padding: 9px 0 15px 11px;
	height: 29px;
	margin-right: 4px;
}

.dpc-d4 {
	float: left;
	width: 191px;
	font-size: 13px;
	padding: 9px 0 15px 11px;
	margin-right: 4px;
	font-weight: bold;
}

.dpc-d5 {
	float: left;
	width: 487px;
	font-size: 13px;
	padding: 9px 0 15px 11px;
	margin-right: 4px;
}

.linebg {
    background: url('img/webhosting-cell_bg.png') left bottom repeat-x;
}

.linebg-short {
    background: url('img/webhosting-cell_bg.png') left bottom repeat-x;
	width: 540px;
}

.dpc-d1 {
	float: left;
	width: 249px;
	font-size: 13px;
	padding: 17px 0 17px 11px;
	margin-right: 4px;
}

.dpc-d3 {
	float: left;
	width: 134px;
	font-size: 13px;
	padding: 16px 0 17px 0;
	margin-right: 4px;
	text-align: center;
	line-height: 155%;
}

.dpc-d2 {
	float: left;
	width: 134px;
	font-size: 13px;
	padding: 16px 0 17px 0;
	height: 17px;
	margin-right: 4px;
	text-align: center;
	line-height: 155%;
}























.tabmenu {
    background: url('img/tabmenu_bg.png') left bottom repeat-x;
	width: 702px;
	float: left;
	margin-top: 21px;
	height: 52px;
}

.tabmenu ul {
	list-style: none;
}

.tabmenu li {
	float: left;
}

.tabmenu li.last a {
	margin-right: 0;
}

.tabmenu ul li a {
    background: url('img/tabmenua_bg.png') left top no-repeat;
    color: #575656;
	font-size: 12px;
	float: left;
	width: 108px;
	padding: 18px 15px 0 15px;
	height: 31px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 100%;
	margin-right: 3px;
 }

.tabmenu ul li a:hover, .tabmenu ul li.active a {
    background: url('img/tabmenua_active_bg.png') left top no-repeat;
    color: #fff;
}

.tab_content {
	padding-top: 30px;
	float: left;
}

.tab_content p {
	padding-bottom: 25px;
}

.cf-left, .cf-right {
	float: left;
	width: 280px;
}

.cf-left {
	padding-right: 33px;
}

.cf-line, .wd-line {
	float: left;
	width: 650px;
	margin-bottom: 15px;
}

.cf-line bold, .wd-line bold{
    font-weight: bold;
}

.cfselect {
    background: url('img/cfselect_bg.png') left top no-repeat;
	float: left;
	width: 505px;
	height: 31px;
	padding: 7px 0 0 10px;
}

.cfselect select {
    background: none;
	border: 0;
	width: 495px;
        color: #8b8b8b;
}

.cf-line label {
	float: left;
	width: 75px;
	font-size: 12px;
	padding: 6px 0 6px 0;
}

.wd-line label {
	float: left;
	width: 150px;
	font-size: 12px;
	padding: 6px 0 6px 0;
}

.wd-error{
        float: left;
	width: 250px;
	font-size: 12px;
	padding: 6px 0 6px 0;
        margin-left: 25px;
        font-style: italic;
}


.wdselect-base {
    background: url('img/cfselect_bg.png') left top no-repeat;
	float: left;
	width: 505px;
	height: 31px;
	padding: 7px 0 0 10px;
}

.wdselect-base select {
    background: none;
	border: 0;
	width: 495px;
        color: #8b8b8b;
}

.wdselect {
    background: url('img/wdselect_bg.png') left top no-repeat;
	float: left;
	width: 355px;
	height: 31px;
	padding: 7px 0 0 10px;
}

.wdselect select {
    background: none;
	border: 0;
	width: 335px;
        color: #8b8b8b;
}

.wdselect-num {
    background: url('img/wdselect_bg-num.png') left top no-repeat;
	float: left;
	width: 115px;
	height: 31px;
	padding: 7px 0 0 10px;
        margin-left: 35px;
}

.wdselect-num select {
    background: none;
	border: 0;
	width: 95px;
        color:#8b8b8b;
}

.wdselect-country {
    background: url('img/textinput_bg.png') left top no-repeat;
	font-size: 12px;
	float: left;
	width: 193px;
	padding: 8px 5px 9px 5px;
	border: 0;
	font-size: 12px;
}

.wdselect-country select {
    background: none;
	border: 0;
	width: 183px;
        color:#8b8b8b;
}

.wd-1{
	float: left;
	width: 300px;
        padding-right: 33px;

}

.wd-2{
	float: left;
	width: 40px;
        text-align: right;
        padding-right: 10px;
}

.wd-3{
	float: left;
	width: 40px;
        text-align: left;
        padding-right: 33px;
}

.wd-4{
	float: left;
	width: 80px;
        text-align: right;
        padding-right: 10px;
}

.wd-5{
	float: left;
	width: 80px;
        text-align: left;
}

.wd-cena{
	float: left;
	width: 456px;
        text-align: left;
}

.wd-submitinput-zajem {
    background: url('img/mamzajem.png') left top no-repeat;
    text-indent: -9999px;
    float: left;
	width: 169px;
	height: 32px;
	border: 0;
	cursor: pointer;
 }

 .wd-submitinput-objednat {
    background: url('img/chciobjednat.png') left top no-repeat;
    text-indent: -9999px;
    float: left;
	width: 169px;
	height: 32px;
	border: 0;
	cursor: pointer;
 }

.textinput {
    background: url('img/textinput_bg.png') left top no-repeat;
	font-size: 12px;
	float: left;
	width: 193px;
	padding: 8px 5px 9px 5px;
	border: 0;
	font-size: 12px;
 }

.textarea {
    background: url('img/textarea_bg.png') left top no-repeat;
	font-size: 12px;
	float: left;
	width: 580px;
	height: 87px;
	padding: 7px 5px 7px 5px;
	border: 0;
	font-size: 12px;
 }

.submitinput {
    background: url('img/submitinput_bg.png') left top no-repeat;
	float: left;
	width: 72px;
	height: 32px;
	border: 0;
	cursor: pointer;
 }

.entry form {
	margin: 10px 0 30px 0;
	float: left;
}

.authentication {
    background: url('img/authentication_bg.png') left top no-repeat;
	float: right;
	width: 215px;
	height: 120px;
	padding: 15px 10px 0 10px;
	margin: 25px 0 35px 0;
}

.authentication .output {
	width: 100%;
	float: left;
}

.authentication h4 {
    color: #0593B7;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 21px;
	font-weight: normal;
}

.auttext {
    background: url('img/auttext_bg.png') left top no-repeat;
	float: left;
	width: 203px;
	padding: 7px 0 8px 10px;
	margin-bottom: 11px;
	border: 0;
	font-size: 13px;
	color: #8b8b8b;
	font-style: italic;
	font-family: "Trebuchet MS";
}

.autselect {
    background: url('img/autselect_bg.png') left top no-repeat;
	float: left;
	width: 63px;
	height: 31px;
	padding: 7px 0 0 10px;
	color: #727272;
}

.autselect select {
    background: none;
	border: 0;
	width: 56px;
        color: #8b8b8b;
}

.autsubmit {
    background: url('img/autsubmit_bg.png') left top no-repeat;
	float: left;
	width: 59px;
	border: 0;
	height: 31px;
	margin-left: 10px;
	cursor: pointer;
}

.output {}

.newsletterdiv .yes {
	color: #555;
}

.output.yes {
	color: #090;
}

.output.no {
	color: #F00;
}

#right {
	float: right;
	width: 253px;
	padding-right: 6px;
	margin-top: -30px;
}

.submenu {
    background: url('img/submenu_bg.png') left top no-repeat;
	width: 219px;
	padding: 55px 17px 0 17px;
	float: left;
	line-height: 100%;
}

.submenu li {
	padding: 4px 0 4px 0;
}

.submenu ul li.current_page_item a {
	font-weight: bold;
	color: #727272 !important;
}

.submenu-bottom {
    background: url('img/submenu-bottom_bg.png') left top no-repeat;
	width: 253px;
	height: 10px;
	float: left;
}

#right h3 {
	font-size: 25px;
	font-weight: normal;
	line-height: 125%;
}

.hotlinebox {
	width: 192px;
	padding: 28px 0 0 20px;
	float: left;
}

.bannerbox {
	width: 192px;
	padding: 10px 0 15px 20px;
	float: left;
}

.bannerbox img {
	padding-bottom: 5px;
}

.hotline {
	font-size: 30px;
	color: #48b11a;
	line-height: 50%;
	padding-top: 4px;
}

.bold {
	font-weight: bold;
}

.hotline .regular {
	font-size: 18px;
}

.hotlinebox ul, .submenu ul {
	list-style: none;
	padding-top: 10px;
}

.submenu li {
    background: url('img/menuul_sep.png') left bottom no-repeat;
	float: left;
	width: 213px;
}

.submenu li a {
	float: left;
    background: url('img/menuul_sep.png') left bottom repeat-x;
	width: 201px;
}

.hotlinebox li {
	float: left;
    background: url('img/menuul_sep.png') left bottom no-repeat;
	width: 192px;
}

#right ul li a {
    background: url('img/fcarow.png') 2px 10px no-repeat;
    color: #34A128;
	font-size: 13px;
	float: left;
	width: 180px;
	padding: 6px 0 6px 12px;
	text-decoration: none;
}

#right ul li a:hover {
    background: url('img/fcarow_hover.png') 2px 10px no-repeat;
}

.sitemap ul, .sitemap ul ul, .sitemap li, .sitemap ul li, .sitemap ul ul ul, .sitemap ul ul li {
	margin: 5px 0 0 0 !important;
}

.sitemap ul ul ul {
	padding-left: 5px;
}

.poznamka {
	font-size: 12px;
	padding: 10px 0 10px 10px;
	float: left;
}

.poznamka p {
	padding-top: 8px;
}

.poznamka a {
	color: #48B11A;
}

#footer {
	float: left;
	width: 100%;
}

.f-center {
	width: 940px;
	padding: 0 30px 0 30px;
	margin: 0 auto;
}

.f-top {
	background: #F5F5F5;
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
}

.f-bottom {
	background: #F0F0F0;
	float: left;
	width: 100%;
	height: 179px;
}

.f-column {
	width: 185px;
	float: left;
}

.f-title {
	color: #34A128;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.f-column ul {
	list-style: none;
}

.f-column li a {
	background: url('img/fcarow.png') left 6px no-repeat;
	color: #34A128;
	font-size: 13px;
	text-decoration: none;
	padding-left: 12px;
}

.f-column li li a {
	background: url('img/fcarow.png') 12px 6px no-repeat;
	color: #34A128;
	font-size: 13px;
	text-decoration: none;
	padding-left: 24px;
}

.f-column li li a:hover {
	background: url('img/fcarow_hover.png') 12px 6px no-repeat;
	color: #34a128;
	padding-left: 24px;
}

.f-column li a:hover {
	background: url('img/fcarow_hover.png') left 6px no-repeat;
	color: #34a128;
	font-size: 13px;
	text-decoration: none;
	padding-left: 12px;
}

.f-text {
	width: 940px;
	float: left;
	position: relative;
}

.f-text p {
	background: url('img/f-text_bg.jpg') left top no-repeat;
	font-size: 14px;
	width: 650px;
	height: 138px;
	float: left;
	padding: 41px 0 0 115px;
	position: absolute;
	left: -115px;
	top: -161px;
}

.f-text p a {
	color: #34A128;
	text-decoration: none;
}

.backontop {
	width: 940px;
	height: 179px;
	float: left;
	margin-top: -18px;
}

.backontop a {
	background: url('img/backontop.png') left top no-repeat;
	color: #34a128;
	font-size: 15px;
	width: 96px;
	height: 13px;
	padding: 6px 0 0 32px;
	display: block;
	margin: 0 auto;
	text-decoration: none;
}

.hidden {
	display: none;
}

	/* OSTATN� ELEMENTY */

#header h1 {display: none;}
.alignleft {float: left; padding: 5px 20px 10px 0;}
.alignright {float: right; padding: 0 0 10px 20px;}

#clear, .clear { clear: both;}
img { border: 0;}

* { margin: 0; padding: 0;}

/* NEW CONTACTS */
#wrap_new_contacts {width: 700px; height: 1000px; font-size: 13px;}
#wrap_new_contacts .fl {float: left;} #wrap_new_contacts .fr {float: right;}
#wrap_new_contacts .contact_big {width: 100%; height: 150px;}
#wrap_new_contacts .contact_small {width: 50%; height: auto; max-height: 240px; margin-top: 30px;}
#wrap_new_contacts .contact_big strong {letter-spacing: 2px;}
#wrap_new_contacts .contact_big .flag {width: 50%; height: auto; text-align: center; margin-left: 30px;}
#wrap_new_contacts .contact_big .contact_info {width: 40%; margin-top: 20px;}
#wrap_new_contacts .contact_small .flag {width: 45%; height: auto; text-align: center;}
#wrap_new_contacts .contact_small .contact_info {width: 55%; margin-top: 20px;}

/* Cookie Banner */

#cookieChoiceInfo{
	height: 100px;
	z-index: 99999 !important;
	background-color: #000000E9 !important;
	border-top: 3px solid #48B11A;
	
}
#cookieChoiceInfo span{
	color: white !important;
}
#cookieChoiceInfo div {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	justify-content: space-evenly;
}
#cookieChoiceInfo div *:nt-child(2){
	display: none !important;
}
#cookieChoiceInfo div a:active{
	color: #0593B7;
}
#cookieChoiceInfo div a:visited{
	color: #0593B7;
}
#cookieChoiceInfo div #cookieChoiceDismiss {
	text-decoration: none;
	padding: 10px 5px 10px 5px !important;
	background-color: #8BC240!important;
	color: white;	
	justify-self: center !important;
	margin: 0% 40% !important;
}
#cookieChoiceInfo div #cookieChoiceDismiss:hover {
	transform: scale(1.1);
}
#cookieChoiceInfo a{
	display: none !important;
}