  /* Main Layout */
.background {}
#message {position:relative;}
body {
  background: #f2f1ed;
  color:#262626;
}
#top {
	height: 36px;
	background: #262626;
	z-index: 29;
	position: fixed;
	top: 0;
	width: 100%;
	overflow: hidden;
}
#header {
	background: #ffd439;
	z-index: 29;
	position: fixed;
	top: 36px;
 	width: 100%;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out; /* Firefox 4 */
  -webkit-transition: all 0.3s ease-out; /* Safari and Chrome */
  -o-transition: all 0.3s ease-out; /* Opera */
}
#header * {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out; /* Firefox 4 */
  -webkit-transition: all 0.3s ease-out; /* Safari and Chrome */
  -o-transition: all 0.3s ease-out; /* Opera */
}
#header ul ul/*,
#header #logo,
#header #logo img*/ {
  transition: none;
  -moz-transition: none; /* Firefox 4 */
  -webkit-transition: none; /* Safari and Chrome */
  -o-transition: none; /* Opera */
}

#footer {
	background: #d9d7d0;
  	width: 100%;
  	padding-top: 24px;
}

/* Header */
#top h1,
#top span,
#top a {
	font-size: 12px;
	color: #ffd439;
  line-height: 36px;
  display: inline;
  /*font-family: "ronnia",sans-serif;*/
  font-weight: 700;
}
#top h1.lastpath,
#top span.lastpath {
	font-size: 18px;  
}
#top .module{
}
#top .face{
	float: right;
	margin-right: 12px;
}
#top .face a {
	padding: 11px;
}
#top .face .module-body {
	margin-bottom: 0;
}
#top .profile{
	float: right;
	margin-right: 12px;
	color: #ffd439;
	font-size: 11px;
}
#top .profile a{
	font-size: 11px;
}
#header li {list-style:none;float:left;padding-left:15px;font-weight:bold;}
#nav {
	z-index: 28; 
	position: relative;
}

#nav #logo{
	float: left;
	display: block;
	margin: 17px 0; 
  width: 143px;
  height: 50px;
}
#nav #logo img{
	/*height: 100%;*/
  width: 143px;
  height: 50px;
}
#nav .search{
	float: right;
  padding: 18px 12px 16px 0px;
  background-color: #FFD439;
  position: absolute;
  right: 0;
}
#nav form{
  	margin-bottom: 0;	
}
#nav .search input{	
  border-radius: 3px 3px 3px 3px;
  font-size: 13px;
  line-height: 24px;
  list-style: none outside none;
  margin-bottom: 0;
  padding: 11px;
  height: 24px;
  width: 69px;
  border-color: #E5B422;
  color: #262626;
}
#nav .search input.button{	
  margin-top:0;
  font-size: 0px; 
  line-height: 0;
  height: 48px;
  width: 48px;
  background: url(../images/hledat.png) no-repeat;
  border: none;
  box-shadow: none;
  margin-left: 6px;
  margin-left:-50px;
}
#nav .search label{
	display: none;	
}
#nav .search #mod-search-searchword{
/*	display: none;*/
}
#nav .search:hover #mod-search-searchword{
	display: inline;
}
/* mala varianta navigace*/
#nav.small li>a {
	padding: 6px 12px;	
}
#nav.small li{
	font-size: 15px;
	line-height: 24px;
}
#nav.small form input{
	font-size: 15px;
	line-height: 24px;
	padding: 5px;
 	height: 24px;
}
#nav.small #logo{
	height: 48px;
  width: 137px;
}
#nav.small #logo img{
	height: 48px;
  width: 137px;
}
#nav.small li:hover ul {
	top: 36px;	
}
/* jeste mensi varianta navigace*/
#nav.smaller .menu{
	padding: 12px 0;
}
#nav.smaller li>a {
	padding: 6px 12px;	
}
#nav.smaller li{
	font-size: 15px;
	line-height: 24px;
}
#nav.smaller form {
	padding: 12px 0;
}
#nav.smaller form input{
	font-size: 15px;
	line-height: 24px;
	padding: 5px;
 	height: 24px;
}
#nav.smaller #logo{
	height: 36px;
  width: 103px;
	margin: 12px 0;
}
#nav.smaller #logo img{
  height: 36px;
  width: 103px;
}
#nav.smaller li:hover ul {
	top: 36px;	
}
/* nejmensi varianta navigace*/
#nav.smallest .menu{
	padding: 12px 0;
}
#nav.smallest  li>a {
	padding: 6px 6px;	
}
#nav.smallest li{
	font-size: 12px;
	line-height: 12px;
}
#nav.smallest .search{
  padding: 12px 12px 12px 12px;	
}
#nav.smallest .search input.button{	
  height: 24px;
  width: 24px;
  background-position: -12px -12px;
  font-size: 0;
  line-height: 0;
}
#nav.smallest .search input{
	font-size: 15px;
	line-height: 12px;
	padding: 5px;
 	height: 12px;
 	width: 145px;
}
#nav.smallest #logo{
	height: 36px;
  width: 103px;
	margin: 6px 0;
}
#nav.smallest #logo img{
	/*margin-left: 12px;*/
  height: 36px;
  width: 103px;
}
#nav.smallest li:hover ul {
	top: 24px;	
}
/*end*/

#nav li, #ui-tabs ul li{
	list-style:none;
	float:left;
	position:relative;
	
	padding: 0;
	margin-left: 6px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	font-size:15px;
	line-height: 24px;
	
	background-color: #262626;
	
}
#nav li:hover{
	background-color: #e5b422;
	/*#FFD439;*/
}
#nav li a,
#nav li .separator {
	/*color: #f2f1ed;*/ 
	color: #FFD439;
  display:block;
  font-weight:bold;
  padding: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#nav li .separator {cursor: default;}
#nav li.active, #nav li.current,
#nav li.active a, #nav li.current a,
#nav li.active .separator, #nav li.current .separator {background-color: #e5b422;	color: #262626;}
#nav li a:hover, #nav li:hover a,
#nav li .separator:hover, #nav li:hover .separator, .module.profile_menu li:hover a, .module.profile_menu li.current a{text-decoration:none;background-color: #e5b422;	color: #262626;}
#nav li ul {
	position:absolute;
  width:200px;
	left:-999em; 
	margin-left: 0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
  -moz-box-shadow: 0 0 10px 1px rgba(38, 38, 38, 0.6);
  -webkit-box-shadow: 0 0 10px 1px rgba(38, 38, 38, 0.6);
  box-shadow: 0 0 10px 1px rgba(38, 38, 38, 0.6);
}                                
.module.profile_menu li:hover a, .module.profile_menu li.current a{
border-radius:3px 3px 0 0;
}
#nav li:hover ul {
	left:0px; 
	top: 48px;	
}

#nav li ul li, #nav li ul li a, #nav li ul li .separator {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#nav li ul li:first-child, #nav li ul li:first-child a, #nav li ul li:first-child .separator {
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
#nav li ul li:last-child, #nav li ul li:last-child a, #nav li ul li:last-child .separator {
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}

#nav li li {padding:0;height:auto; margin-left: 0; width:200px;}

#nav li li a,
#nav li li .separator { padding: 8px 22px; }

#nav li:hover li a, #nav li.active li a ,
#nav li:hover li .separator, #nav li.active li .separator { background-color: #262626; color: #FFD439; font-weight: bold; }

#nav li:hover li:hover a, #nav li.active li:hover a, #nav li.active li a:hover, #nav li.active li.active a, #nav li.active li.current a,
#nav li:hover li:hover .separator, #nav li.active li:hover .separator, #nav li.active li .separator:hover, #nav li.active li.active .separator, #nav li.active li.current .separator { background-color: #e5b422; color: #262626; }


#nav li ul ul {margin:-31px 0 0 200px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #nav li.sfHover ul ul ul ul {left:-999em;}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #nav li li li li.sfHover ul {
	left:3px;
	top: 27px;
}

#nav .menu{
	margin-left:24px; 
	display: block;
	float: left;
	padding: 18px 0;
	margin-bottom: 0px;
}
#nav .menu+.menu{
	margin-left: 12px;
}
#nav .menu.mobilenav {
	display: none;
}


#nav h1{
	padding: 18px 0;
	line-height: 48px;
	height: 48px;
	margin-left: 24px;
}

#filters{
	background: #262626;
	min-height: 1px;
	position: relative;
	z-index: 28;
}
#filters:after{
	content: "x";
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 0;
	right: 24px;
	background: #262626;
	color: #ffd439;
}
#filters .module{
	padding: 12px;
}
#filters .module-title{
	float:left;
	color: #ffd439;
	margin-right: 24px;
	line-height: 18px;
	padding: 5px 0;
	display: block;
	height: 18px;
}
#filters .module-body{
	padding-bottom: 0;
}
/* main content */
#main {
  padding-top: 120px;
 }
#main-content {padding-top: 12px;}


/* Typography styles */
h1,h2,h3,h4,h5,h6 {
	/*font-family: "ronnia",sans-serif;*/
	font-weight: 700;
	/*visibility: hidden;*/	
}
h4{
	margin-bottom: 6px;
}

h1,h2,h3{
	margin-bottom: 12px;
}
.item-article .contentheading {
	margin-bottom: 0;
}
/*
.wf-loading h1,.wf-loading h2,.wf-loading h3,.wf-loading h4,.wf-loading h5,.wf-loading h6{
	visibility: hidden;
}
.wf-active h1,.wf-active h2,.wf-active h3,.wf-active h4,.wf-active h5,.wf-active h6,
.wf-inactive h1,.wf-inactive h2,.wf-inactive h3,.wf-inactive h4,.wf-inactive h5,.wf-inactive h6{
	visibility: visible;
}
*/
/* Modules */
.module {padding:0px;}
.module-title {margin:0;padding: 0;}
.module-body {padding: 0 0 10px 0;}

.isotope-item .module {margin:0;padding: 0;}
.isotope-item .module-title {margin:0;padding: 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.isotope-item .module-body {margin:0;padding: 0;}
/* module bulletin*/
.bulletin {
	overflow: hidden;
}
.bulletin .module-title, .stitky .module-title {
	margin: -12px -12px 0px -12px;
	padding: 12px;
	background:#ffd439;
}
.bulletin ul{
	margin: 0;
	margin-left:-12px;
}
.bulletin li{
	clear: both;
	list-style: none; 
	padding: 6px 0 6px 12px; 
}
.bulletin li:first-child {
	padding-top:18px;
}
.bulletin li:last-child {
	padding-bottom:18px;
}
.bulletin .item-inner{
	margin-bottom:0; 
}
.bulletin li a{
	color: #262626;
}
.bulletin li:hover {
  color: #FFD439;
  background: #262626;
}
.bulletin li:hover a{
  color: #FFD439;
  text-decoration: none;
}
.bulletin li .bulletin-info{
	font-size: 9px;
	line-height: 18px;
	text-transform: uppercase;
	color: gray;
	float: left;
}
.bulletin li .bulletin-category a:hover{
	color: #262626;
 	background: #FFD439;
}
.bulletin li .bulletin-image{
	float: left;
	margin-right: 12px;
}

.item-module.actual {
	background-color:#ffd439;
}

.actual table.acymailing_form {
	margin-left:0;
}
.item-module.actual form {
	margin-bottom:0;
}
.item-module.actual .item-inner {
	overflow:hidden;
}
.item-module.actual table td {
	padding-bottom:0;
}
.item-module.actual table td:first-child {
	padding-left:0;
}
.item-module.actual table td input {
	margin-bottom:0;
}
.actual table.acymailing_form .acyfield_email input {
	width:405px !important;
}
.actual .captchakeymodule img{
	padding: 9px;
background-color: #fff;
}

.actual .refreshCaptchaModule {
	margin-left: 6px;
	margin-right: 4px;
	margin-top: 14px;
}
.actual .button {
	height: 44px;
	margin-top: 1px;
}
.actual .acymailing_finaltext, .actual .acymailing_introtext {	
	margin-left: 438px !important;
	
	font-size:11px;
}
.actual .acymailing_module_form {
	margin-top:-20px !important;
}
.actual .captchakeymodule .captchafield {
	margin-top: 1px;
	margin-left: 2px;
	padding: 12px;
}
.actual.logedin .actual .acymailing_module_form {
	margin-top:0 !important;
}
.actual.logedin table.acymailing_form .acyfield_email input{
	width:602px !important;	
}
.item-module.actual table tbody tr:nth-of-type(2n+1) td {
	background-color:transparent;
}
.acymailing_content a:hover {
	color:#ffd439;
}
.item-module.rssjoga {
	height:258px;
}
.item-module.rssjoga .light-rss-item-desc {
	color:gray;
}
.item-module.rssjoga .light-rss-item-desc p {
	margin-bottom:0;
}
.rssjoga li {
	list-style:none;
	padding:6px 12px 6px 12px;
}
.rssjoga li:hover, .rssjoga li:hover a {
	background-color:#262626;
	color: #FFD439;
}
.rssjoga {
}

.rssjoga .module-title {
	padding: 12px;
  background-color: #d58fad;
  padding-left: 52px;
  color: #fff;
  background:#d58fad url(../images/joga-ohm-smaller.png) no-repeat 10px 8px;
}
.rssjoga a { 
	color:#000;
}

.rssjoga .lightTip {
font-weight:bold;
}

.rssjoga .item-inner {
	margin:0;
}

.item-module.tshirts {
	background:#262626 url(../images/tshirt.jpg) no-repeat 33px 18px;
	color:#ffd439;	
}
.item-module.tshirts h3 {
	color:#ffd439;
	padding-left:155px;
	margin-bottom:6px;
}
.item-module.tshirts .acymailing_introtext p {
	float:left;
	font-weight:bold;
	padding-left:90px;
	padding-right:12px;
	padding-top:12px;
	margin-bottom:0;
}
.item-module.tshirts .acyfield_email {
	background-color:transparent;
}
.item-module.tshirts input, .item-module.tshirts form, .item-module.tshirts .onefield.fieldacyemail {
	margin-bottom:0;
}
.item-module.tshirts .item-inner {
	overflow:hidden;
}
.item-module.tshirts .acyfield_email 
input {
	margin-left:155px;
	margin-bottom:12px;
}

.item-module.tshirts .onefield.fieldacycaptcha {
	float:left;
	margin-bottom:0;
}
.item-module.tshirts .onefield.fieldacycaptcha img, .item-module.tshirts .onefield.fieldacycaptcha input {
	padding: 9px;
	background-color: #fff;
}
.item-module.tshirts .onefield.fieldacycaptcha img{
    margin-left:155px;	
	float:left;
	padding:6px 9px;
	background-color:#fff;
	border-radius:3px;
}
.item-module.tshirts .refreshCaptchaModule {
	margin-top: 14px;
	margin-left: 7px;
	margin-right: 5px;
}
.acysubbuttons .button {
	height:45px;
	
}
p.acysubbuttons {
	margin-bottom:0;
}
/* Bulletin tabs */
.bulletin .tabable{
	position: relative;
}
.bulletin .nav-tabs{
	position: absolute;
	top: 6px;
	right: 3px;
	border: none;
}
.bulletin .nav-tabs>li{
	clear:none;
	padding: 0;
}
.bulletin .nav-tabs>li:hover{
	margin: inherit;
	padding: inherit;
	background: none;
}
.bulletin .nav-tabs>li>a{
	padding-top: 12px;
	padding-bottom: 16px;
	border: 0;	
	font-size: 12px;
	font-weight: bold;	
	color: #2d2d2d;
}
.bulletin .nav-tabs>li>a:hover{
	background: #2d2d2d;
	color: #FFD439;
}
.bulletin .nav-tabs>li.active>a,.bulletin .nav-tabs>li.active>a:hover{
	border: 0;
	color: #2d2d2d;
}
.bulletin .nav-tabs>li.active>a:hover{
	background: #ffffff;
}
.bulletin .tab-content{
	margin-left:-12px;
	margin-right:-12px; 
	padding: 0 12px;
}
.isospan3.bulletin.vybrane .module-title {
  text-indent: -5000px;
} 
/* Footer */
#footer {}

#footer ul {margin:0;}


/* Bootstrap hacks */
.isospan1 {
  width: 69px;
}
.isospan2 {
  width: 150px;
}
.isospan3 {
  width: 231px;
}
.isospan4 {
  width: 312px;
}
.isospan5 {
  width: 393px;
}
.isospan6 {
  width: 474px;
}
.isospan7 {
  width: 555px;
}
.isospan8 {
  width: 636px;
}
.isospan9 {
  width: 717px;
}
.isospan10 {
  width: 798px;
}
.isospan11 {
  width: 879px;
}
.isospan12{
  width: 960px;
}
.isospan-full{
  width: 100%;
}



/* Isotope styles */  
.item-contentdetail,
.item-article,
.item-module,
.item-article-slider {
	background-color: #ffffff;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}                       
.item-article-slider:hover,
.item-article-slider:hover .item-article,
.item-article-slider,
.item-article-slider .item-article {
  background-color: #FFD439;
}
.item-article-slider .item-article .contentheading a {
    color: #000000;
}
.item-article-slider .item-article .article-info,
.item-article-slider .item-article .article-info a {
    color: #262626;
}
.item-article-slider .item-article {
  -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
/*  transition: none;
/*  -moz-transition: none; /* Firefox 4 */
/*  -webkit-transition: none; /* Safari and Chrome */
/*  -o-transition: none; /* Opera */
}
.item-inner {
	margin: 12px;
}
.item-article {
  cursor: pointer;
/*  transition: background-color 1s;
/*  -moz-transition: background-color 1s; /* Firefox 4 */
/*  -webkit-transition: background-color 1s; /* Safari and Chrome */
/*  -o-transition: background-color 1s; /* Opera */
}
.item-article:hover {
  z-index: 3;
  background-color: #FFD439;
}
.item-article:hover .article-info,
.item-article:hover .article-info a{
	color: #262626;
}
.item-article:hover .article-info a:hover{
	color: #FFD439;
}
.item-article.item-article-leading {
  z-index: 4;       
}
.item-article,
.item-article p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.item-article p {
  margin: 0;
}
.item-article .article-imtrotext {
  margin-top: 12px;
}
.item-article img {
  margin: 0 0 10px 0 !important;
}

.item-article .article-image-wrap img {
  margin: 0 !important;
}
[class*="isospan"] {
  float: left;
  margin: 0 12px 12px 0;
}
.isotope-item[class*="isospan"] {
  float: none;
}
#isotope-container {
  
}   
#isotope-detail-container {
  padding-bottom: 30px;
}
/*Isotope dark*/
.isotope-item.dark{
	background: #262626;
}
.isotope-item.dark{
	color: #F2F1ED;
}
.isotope-item.dark a,
.isotope-item.dark h1,
.isotope-item.dark h2,
.isotope-item.dark h3,
.isotope-item.dark h4,
.isotope-item.dark h5,
.isotope-item.dark h6
{
	color: #FFD439;
}
.isotope-item.dark .module-title{
	background: #FFD439;
	color: #262626;
}

.isotope-item.dark .bulletin-info a{
	color: #F2F1ED;
}
.isotope-item.dark .bulletin-info a:hover{
	background: #FFD439;
	color: #262626;
	text-decoration: none;
}
/* Isoitems */
.item-article .contentheading {
	font-size: 19px;
  line-height: 22px;
}
.item-article:hover .contentheading a {
	color: #000000;
  text-decoration: none;
}
.item-article .img_wrapper{
	margin-bottom: 12px;
}
.item-article.item-article-leading .contentheading {
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 5px;
} 
.item-article.item-article-leading .article-content {
  float: left;
}
.item-article.item-article-leading img {
  float: left !important;
  margin: 0 10px 0 0 !important;
}   
.item-article.item-article-leading .article-float {
  float: right;
  width: 233px;
}

.item-article.item-article-common .article-info { margin: 0; }

.article-share { height: 20px; padding: 3px 0 7px 0; }
.item-article-leading .article-share { margin-bottom: 5px; }
.article-share .single_social_button { float: left; padding-right: 5px; margin: 0 !important; }
.article-share div[id*="plusone"] { float: left !important; padding-right: 5px !important; margin: 0; width: 67px !important; overflow: hidden; } 
.article-share div.fb-like { float: left; width: 110px !important; overflow: hidden; }
.item-article.item-article-leading .article-share .single_social_button { margin: 0 !important; }
.space-holder-one,
.space-holder-two {
  /*display: none; 
  height: 15px;*/
  
  display: block;
  height: 10px;
}
/*facebook*/
.item-article .content_rating img, .item-article.item-article-leading img {
	margin-bottom:0 !important;
	margin-right:0 !important;
}
.item-article.item-article-leading img {
	margin-top:3px !important;
}
.item-article.item-article-leading img:last-child {
	margin-right:3px !important;
}
/* slideshow */
.item-article-slider {
  height: 336px;
}
.item-article-slider ul#leading_slider {
  height: 312px;
  overflow: hidden;
}
.item-article-slider .item-article {
  width: 693px;
  height: 312px;
  overflow: hidden;
}                        
.item-article-slider .article-image-wrap {
  width: 450px;
  height: 312px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  background: #dddddd;
}
.item-article-slider .article-image-wrap img {
  width: 450px;
  height: 312px;
  margin: 0 !important;
}
.item-article-slider div.anythingSlider {
  padding: 0;
} 
.item-article-slider div.anythingSlider .anythingWindow {
  border: none;
}
.item-article-slider div.anythingSlider .anythingControls {
  position: absolute;
  bottom: 10px;
  right: 250px;
}
.item-article-slider div.anythingSlider .anythingControls ul a {
  background: black;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  font: 11px/18px Georgia,Serif;
  height: auto;
  margin: 0 5px 0 0;
  outline: 0 none;
  padding: 4px;
  text-align: center;
  text-decoration: none;
}
.item-article-slider div.anythingSlider .anythingControls ul a span {
  display: block;
  width: 60px;
  height: 40px;
  overflow: hidden;
}
.item-article-slider div.anythingSlider .anythingControls ul a span img {
  width: 60px;
  height: 40px;
}
.item-article-slider div.anythingSlider.activeSlider .anythingControls ul a {
  background: #262626 ;
}
.item-article-slider div.anythingSlider.activeSlider .anythingControls ul a.cur {
  background: #FFD439;;
}

/* Content styles */
.article-info {
  margin: 5px 0;
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
  color: #808080;
}
.article-info dd {
  line-height: 12px;
}
.article-info a {
  color: #808080;
}
.article-info small{
	text-transform: none;	
}
.article-info .divider {
	margin: 0 3px;	
}
.article-info .article-info-term { display: none; }
.article-info dd { margin-left: 0; float: left; }
.article-info a:hover {
  text-decoration: none;
  background: #262626;
  color: #ffffff;
}                          

.item-article .category-path {
	width: 100%;
}
.item-contentdetail .article-info {
  font-size: 14px;
  line-height: 16px;
}
.item-contentdetail .article-info dd {
	line-height: 16px;
}
.item-contentdetail .category-path {
  float: left;
}
.item-contentdetail .article-share {
  margin: 5px 0; 
  height: auto;
  padding: 0;
}
.item-contentdetail,
.item-contentdetail p {
  font-size: 14px;
  line-height: 20px;
}
.item-contentdetail .f2c-introtext,
.item-contentdetail .f2c-introtext p {
  font-size: 16px;
  line-height: 24px;
  margin: 24px 0;
  font-style: italic;
}
.item-contentdetail .ja-thumbnailwrap {
  /*background: #dddddd;
    background: #ffd439;*/
  background: #2d2d2d;
  padding: 12px 0 12px 0;
  margin: 0 0 12px 12px;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.item-contentdetail .ja-thumbnailwrap.fullgallery {
  width: 693px !important;
}
.item-contentdetail .ja-thumbnailwrap .ja-thumbnail {
  padding: 0 12px;
}
.item-contentdetail .ja-thumbnailwrap .thumbnail {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;  
  border-radius: 0;
  box-shadow: none;
  display: block;
  width: 288px;
  height: 192px;
  line-height: 192px;
  padding: 0;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 1px;
  color: #f5f5f5;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.item-contentdetail .ja-thumbnailwrap.fullgallery .thumbnail {
  width: 693px;
  height: 462px;
  line-height: 462px;
}
.item-contentdetail .ja-thumbnailwrap .thumbnail:after {
  content: ".";
}
img {
  border: medium none;
  float: none;
  vertical-align: middle;
}
#phoca-facebook-comments .pfbcs { width: 60px; }
#phoca-facebook-comments .pfbcl {
  clear: none;
  float: left;
  width: 280px;
  display: block;
  float: left;
  padding: 2px;
  position: relative;
  text-align: left;
}
#phoca-facebook-comments .pfbcl iframe { width: 280px !important; }
#phoca-facebook-comments .pfbcc {
  clear: both;
  float: none;
  padding: 2px 0;
  width: 100%;
}
ul#thumbnail-slider {margin: 0; list-style-type: none;}
.item-contentdetail div.anythingSlider {padding: 0; height: auto !important;}
.item-contentdetail div.anythingSlider div.anythingWindow {background: #262626; border: none; width: 288px; height: 192px; margin-bottom: 6px;}
.item-contentdetail .fullgallery div.anythingSlider div.anythingWindow {width: 573px; height: 382px;}
.item-contentdetail div.anythingSlider .anythingBase .panel {position: relative;}
.item-contentdetail div.anythingSlider .arrow {display: block; position: absolute; bottom: 0; top: auto;}
.item-contentdetail .fullgallery div.anythingSlider .arrow {bottom: auto; top: 0;}
.item-contentdetail div.anythingSlider .back {left: -10px;}
.item-contentdetail .fullgallery div.anythingSlider .back {left: -60px;}
.item-contentdetail div.anythingSlider .forward {right: -10px;}
.item-contentdetail .fullgallery div.anythingSlider .forward {right: -60px;}
.item-contentdetail div.anythingSlider .arrow a {
  background: url("../images/art-gallery-next.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 50px;
  margin: 0;
  outline: 0 none;
  text-align: center;
  width: 30px;
}
.item-contentdetail .fullgallery div.anythingSlider .arrow a {
  background: url("../images/art-gallery-next.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 382px;
  margin: 0;
  outline: 0 none;
  text-align: center;
  width: 60px;
}
.item-contentdetail div.anythingSlider .back a {background: url("../images/art-gallery-prev-small.png") no-repeat scroll 50% 50% transparent;} 
.item-contentdetail div.anythingSlider .forward a {background: url("../images/art-gallery-next-small.png") no-repeat scroll 50% 50% transparent;}
.item-contentdetail .fullgallery div.anythingSlider .back a {background: url("../images/art-gallery-prev.png") no-repeat scroll 50% 50% transparent;} 
.item-contentdetail .fullgallery div.anythingSlider .forward a {background: url("../images/art-gallery-next.png") no-repeat scroll 50% 50% transparent;}
.item-contentdetail div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover {background-position: 50% 50%;}
.item-contentdetail div.anythingSlider .anythingControls {margin: 0 20px; padding: 0 5px 0 9px; overflow: hidden;}
.item-contentdetail .fullgallery div.anythingSlider .anythingControls {margin: 0 -60px; padding: 0 5px 0 9px; overflow: hidden;}
.item-contentdetail div.anythingSlider .anythingControls ul a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 4px 4px 0;
  outline: 0 none;
  padding: 4px;
  text-align: center;
  text-decoration: none;
}          
div.anythingSlider.activeSlider .anythingControls ul a.cur {background: #272727;}
.item-contentdetail .ja-thumbnailwrap div.anythingSlider .thumbnail {
  height: 192px;
  line-height: 192px;
  width: 288px;
}
.item-contentdetail .ja-thumbnailwrap.fullgallery div.anythingSlider .thumbnail {
  height: 382px;
  line-height: 382px;
  width: 573px;
}


/* pagination */
#pagination {
  background: #d9d7d0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}
#pagination .counter {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  /*
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); 
  */
}
#pagination .pagination {
  margin: 0;
  float: left;
  
}
.pagination ul {
  margin: 0;
  background: #262626;
  
}
.pagination a {
	border-color: #262626;
	color: #ffd439;
}
.pagination a:hover, .pagination .active a {
    background-color: #ffd439;
    color: #262626;;
}

.disclamer{
	padding: 0 12px;
	position: relative;
}
.disclamer p{
	/*font-family: "ronnia",sans-serif;*/
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #666666;
}


.ftr{
	float: left;
	width: 100%;
	text-align: center;
}
.ftr p{
	margin-bottom: 0;
	/*font-family: "ronnia",sans-serif;*/
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.ftr a{
	margin-bottom: 0;
	/*font-family: "ronnia",sans-serif;*/
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}


/* System message */
#system-message {
  position: relative;
  padding: 12px;
  margin: 12px 12px 12px 0;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0); 
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
#system-message p {
  margin: 0;
}
#system-message ul {
  margin: 0 0 0 20px;
}
#system-message li {
}
#system-message dt {
  font-size: 16px;
  line-height: 22px;
}
#system-message dd {
  margin: 0;
}
#system-message .danger,
#system-message .danger li {
  color: #b94a48 !important;
}
#system-message .error,
#system-message .error li {
  color: #b94a48 !important;
}
#system-message .success,
#system-message .success li {
  color: #468847 !important;
}
#system-message .notice,
#system-message .notice li {
  color: #3a87ad !important;
}
#system-message .info,
#system-message .info li {
  color: #3a87ad !important;
}
#system-message a,
#system-message li a,
#system-message .danger a,
#system-message .danger li a,
#system-message .error a,
#system-message .error li a,
#system-message .success a,
#system-message .success li a,
#system-message .notice a,
#system-message .notice li a,
#system-message .info a,
#system-message .info li a {
  font-weight: bold;
  color: #404040 !important;
}

/* OSE kredity */
.oseapp button,
.x-btn button, .ext-gecko .x-btn button, .ext-webkit .x-btn button,
.x-btn-over button, .x-btn-text-icon .x-btn-icon-small-left .x-btn-text,
.x-window-tc
{
	background: none repeat scroll 0 0 #6699CC;
	font-weight: bold;
}
.msgtononmembers {
  margin: 20px 0;
  padding: 12px;
  background: #ffd439;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  clear: both;
  line-height: 36px;
  
}

/* Registrace */
#member-registration legend{
	line-height: 36px;
	font-size: 24px;
}
#member-registration .item1 dd{
	margin-left: 0;
}
#member-registration .item1 dt{
	float: left;
	width: 210px;
	clear: both;
}
#member-registration .item1 dt label{
	line-height: 36px;
	margin-bottom: 0;
}
#member-registration .item1 dt.email1 label{
	line-height: 48px;
}
#member-registration .item1 .spacer{
	float: none;
	width: inherit;
}
#member-registration .item1 input{
	
}
#member-registration .item1 .spacer .text{
	text-align: right;
}
#member-registration .item1 .email1 input{
	height: 48px;
	line-height: 48px;
	width: 420px;
	font-size: 24px;
}
#member-registration .item1 dd.email1{
	margin-bottom: 12px;
}
#member-registration .buttons{
	padding-left: 210px;
}
#member-registration .buttons button {
	width: 220px;
	padding: 6px 0;
	margin-right: 100px;
}
/* VM */

.option-com-virtuemart .item-contentdetail.isospan9{
	width: 1200px;
	margin-right: 0;
}
.option-com-virtuemart .item-contentdetail .orderby-displaynumber{
	display: none;
}
.option-com-virtuemart .item-contentdetail .row{
	margin-left: 0;
	margin-bottom: 12px;
}
.option-com-virtuemart .item-contentdetail .row .product .spacer {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  background-color: #FFD439;
	margin-right: 6px;
	padding: 6px;
}
.option-com-virtuemart .item-contentdetail .row .product+.product .spacer{
	margin-left: 6px;
	margin-right: 0px;
}
.option-com-virtuemart  .item-contentdetail .row .product .modal{
	display: none;
}
.option-com-virtuemart  .item-contentdetail .row .product h2{
	font-size: 24px;
	padding: 12px 0;
}
.option-com-virtuemart .item-contentdetail .row .product .PricesalesPrice{
	visibility: hidden;
}
.option-com-virtuemart .item-contentdetail .row .product .PricesalesPrice .PricesalesPrice{
	visibility: visible;
	float: left;
	color: #2d2d2d !important;
	font-size: 15px !important;
}
.option-com-virtuemart .item-contentdetail .row .product .product-price{
	margin: 0;
	line-height: 30px;
	height: 30px;
}
.option-com-virtuemart .item-contentdetail .row .product .js-recalculate{
	margin: 0;
}
.option-com-virtuemart .item-contentdetail .row .product .addtocart-button{
	margin: 0;
	background-color:#
}
.option-com-virtuemart .cart-summary input{
	width: 24px;
}
.option-com-virtuemart .cart-summary tr:nth-of-type(2n+1) td {
	background-color:white;
}
.option-com-virtuemart .cart-summary .vm2-remove_from_cart{
	float: left;
}
.option-com-virtuemart .cart-summary tr td{
	margin: 0;
	line-height: 24px;
	height: 24px;
	padding: 12px 0px !important;
	border-bottom:1px solid #eee;
}
.option-com-virtuemart .cart-summary tr.subtotal td{
	margin: 0;
	line-height: 1px;
	height: 1px;
	padding: 0px !important;
}
.option-com-virtuemart .cart-summary tr.subtotal td{
	margin: 0;
	line-height: 1px;
	height: 1px;
	padding: 0px !important;
}
.option-com-virtuemart .cart-summary tr.subtotal td hr{
	margin: 0;
	padding: 0;
}
.option-com-virtuemart .cart-summary tr.subtotal ~ tr.sectiontableentry1 + tr.sectiontableentry1{
	display: none;
}
.option-com-virtuemart .cart-view .customer-comment{
border-top:0 none;
}
.option-com-virtuemart .cart-view .terms-of-service{
	/*display: none;*/
}
.option-com-virtuemart .cart-view .billto-shipto a{
	float:right;
	margin-right: 24px;
  margin-top:-20px;
}
.option-com-virtuemart .cart-view .billto-shipto .shipto{
	display: none;
}

/*.productdetails-view .modal {
display:none;
} */
.productdetails-view input.quantity-input {
	padding:5px;
}
.productdetails-view span.quantity-controls {
	padding-top:5px;
	padding-left:5px;
}
.button.vm-button-correct, .button.vm-button-correct:link, .button.vm-button-correct:visited, .button.vm-button-correct:hover, #register_stretcher .control-buttons #continue, #register_stretcher .control-buttons #withRegButton, #login_stretcher #com-form-login-remember .default, #register_stretcher #withoutRegButton, #member-profile .validate, .ose-item-button a, #topup, .step-3 .shipment_payment_buttons button{
  display:block;
  text-align:center;
	font-size: 15px;
	letter-spacing: inherit;
 border-radius: 4px 4px 4px 4px;
     text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
	color: #2d2d2d;
	border-color: #2d2d2d;
	border-width:0px;
	width: 300px;

	line-height: 58px;
	vertical-align: middle;
	font-weight:bold;
	background-color: #FFD439;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffdf47), to(#ffcf32));
  background-image: -moz-linear-gradient(top, #ffdf47, #ffcf32);
  background-image: -ms-linear-gradient(top, #ffdf47, #ffcf32);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdf47), color-stop(100%, #ffcf32));
  background-image: -webkit-linear-gradient(top, #ffdf47, #ffcf32);
  background-image: -o-linear-gradient(top, #ffdf47, #ffcf32);
  background-image: linear-gradient(top, #ffdf47, #ffcf32);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf47', endColorstr='#ffcf32', GradientType=0)
  
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* fancy popup */
#fancy_wrap #fancy_inner{
	background: #2d2d2d;/*url(../images/loginbg.png);*/
	border: none;
	color: #2d2d2d !important;
	/*
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	*/
}
div#fancy_overlay{
	background: #f2f1ed !important;
	opacity: 0.9 !important;
}
#fancy_wrap #fancy_bg{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#fancy_wrap #fancy_inner #fancy_div{
	background: #FFD439;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
#fancy_wrap #modlgn-passwd, #fancy_wrap #modlgn-username, .acymailing_form .acyfield_email input{ 
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	width: 390px; 
	/*border: 1px solid #2d2d2d;*/
}
#fancy_wrap #form-login-remember{
	float: left;
	width: 200px;
}
#fancy_wrap #form-login-remember+input{
	width: 200px;
	height: 36px;
}
#fancy_wrap #form-login-remember label{
	width: 90%;
	float: right;
}
#fancy_wrap #fancy_close{
	top: 20px;
	right: 20px;
}
#fancy_wrap .module{
}
#fancy_wrap .module .module-title{
	padding: 12px;
	background: #2d2d2d;
	color: #FFD439;
}
#fancy_wrap .module .module-body{
	padding: 12px;
	/*background: url(../images/Locked.png) 280px 30px no-repeat;*/	
}	
#login-form ul, .login+div>ul{
	margin: 0;
	padding: 0;
	margin-top: 36px;
}
#login-form ul li, .login+div>ul li{
	list-style: none;
	float: left;
	margin: 0;
}
#login-form ul li a, .login+div>ul li a{
	font-weight: bold;
	font-size: 10px;
	padding: 3px 3px;
}
#login-form .userdata{
	
}

/* feedback */
.feedback-btn-container {
  bottom: 0;
  right: 12px;
  position: fixed;
  z-index: 29;
  width: 246px;
	height: 51px;
	background: url(../images/feedback.png);
}
.feedback-btn-container #feedback-btn { 
	
	/*font-family: "ronnia",sans-serif;*/
	font-weight: 700;
	font-size: 15px;
	line-height: 51px;
	margin-left: 48px;
	margin-top: 3px;
}

#foxfeedback{

}
#foxfeedback h2{
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;	
}
#foxfeedback button{
	float: right;
	margin-right: 0px !important;
	padding: 0;
	margin-top: -43px;
}
#foxfeedback button span{
	display: block;
	width: 150px;
	height: 24px;
	line-height: 24px;	
}
.feedbacktext p{
	/*font-family: "ronnia",sans-serif;*/
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding: 0 12px;
}
.feedbacktext{
	padding-top: 96px;
	width: 30%;
	float: left;	
	text-align: left;
}
.foxform {
    margin-bottom: 12px !important;
}

/* donate popup*/
/*
#fancy_wrap .fancyDonate #fancy_inner #fancy_div{
	background: #2D2D2D;
	color: #FFD439;
}
*/
.jcommodule{
	background: url('../images/donate-but-bg.jpg');
	height: 120px;
	overflow: hidden;
	display: block;
	margin-bottom: 24px;
}
.jcommodule:hover {
	text-decoration:none;
}
.jcommodule h3 span{
	display: block;
	line-height: 24px;
	font-size: 18px;
	letter-spacing: -0.048em;
	width: 100px;
	float: right;
	text-align: center;
	margin-right: 12px;
	background-color: #262626;
	padding:12px 24px;
	border-radius:6px;
	color:#ffd439;	
}
.jcommodule h3{
	display: block;
	line-height: 80px;
	height: 36px;
	padding-left: 136px;
	padding-top: 24px;
	font-size:24px;
}
.donateBlog .jcommodule{
	margin-bottom: 0;
}
#fancy_wrap #fancy_inner #fancy_div .module-body table{
	margin-top: 24px;
}
#fancy_wrap #fancy_inner #fancy_div .module-body h3{
	/*margin: 0;*/
}
#fancy_wrap #fancy_inner #fancy_div form h3{
	margin: 0;
}
#fancy_wrap #fancy_inner #fancy_div{
	color: #2D2D2D;
}
#fancy_wrap #fancy_inner #fancy_div .info p{
	font-size: 18px;
	line-height: 24px;
}
#fancy_wrap #fancy_inner #fancy_div .info p+p{
	font-size: 16px;
	line-height: 24px;
}
#fancy_wrap #fancy_inner #fancy_div .donate{
	/*margin-top: 0px;*/
}
#fancy_wrap #fancy_inner #fancy_div .donate .don form	{
	margin-top: 48px;
}
#fancy_wrap #fancy_inner #fancy_div .donate select	{
	margin-top: 9px;
	margin-bottom: 0;
}
#fancy_wrap #fancy_inner #fancy_div .donate>div{
	float: left;
	margin-left: 24px;
}
#fancy_inner #fancy_div td{
	background: transparent;
	padding: 0;
}
/* clutter */
.clutter{
	background: #D9D7D0;
	margin-right: 12px;
	margin-bottom: 12px;
	height: 69px;
	width:69px;
}
.clutter.size1{
	height:69px;
	width: 69px;
}
.clutter.size2{
	height:140px;
	width:140px;
}

/*menu polozky */
.menu-koupit-kredity .category_description{
	display: none;
}

.category_description {
	margin-top: 18px;
}
/* category colors*/
.category-path{
	margin: 0 -12px !important;
	padding: 0px 12px; 
	/*position: relative;*/
	margin-bottom: 3px;
}

.category-path:before,.category-path:after{
	width: 7px;
	height:7px;
	margin-left:3px;
	border: 2px #fff solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	display: block;
	position:absolute;
	top: 3px;
	content: "";
}
.category-path:before{right:3px;}
.category-path:after{display: none;}

.item-article-leading .category-path:before, .item-article-leading .category-path:after{
	display: none;
}

.isoelement.category-parent-z-domova .category-path:before{background-color: #0066cc;}
.isoelement.category-parent-svet .category-path:before{background-color: #cc0033;}
.isoelement.category-parent-doporuujeme .category-path:before{background-color: #99cc00;}
.isoelement.category-parent-specialy-cfp .category-path:before{background-color: #ff9966;}
.isoelement.category-parent-audiovizualy-cfp .category-path:before{background-color: #000000;}

.isoelement.category-politika .category-path:after{background-color: #99ccff;}

/*module newcfp */
.module.newcfp{
	margin: 0 12px 12px 12px;
	padding: 12px;
	color: #2d2d2d;
	background: #FFD439;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


.module.newcfp h2{
	margin: 0;
	text-align: center;
}
.module.newcfp .module-body{
	padding: 0;
}
/* Bootstrap override */ 
legend{
	margin-bottom: 0px;
}

#isotope-detail-container input.default {
background-color:#FFD43;
border-radius:0 none;
}
.browse-view .product .width70.floatright {
float:left;

}

.cart-view #com-form-login-remember input#remember, .cart-view #com-form-login-remember label, .vmlogin #com-form-login-remember label{
float:left;
}

.cart-view #com-form-login-remember input.default, .vmlogin #com-form-login-remember input.default{
float:left;
margin-right:10px;
}
.cart-view #com-form-login-remember label, .vmlogin #com-form-login-remember label{
line-height: 28px;
margin-right: 5px;}
.cart-view #com-form-login-remember #remember, .vmlogin #com-form-login-remember #remember {
margin-top:8px;
}
.cart-view #com-form-login-username, .cart-view  #com-form-login-password, .vmlogin #com-form-login-password, .vmlogin #com-form-login-username {
width:20%;
margin-bottom:0;
}

.vmlogin a {
text-decoration:underline;
}
a.continue_link,  .shipment_payment_buttons .default.shipment {
    background-color: #FFD439;
    background-image: -moz-linear-gradient(center top , #FFDF47, #FFCF32);
    background-repeat: repeat-x;
    border-color: #2D2D2D;
    border-radius: 4px 4px 4px 4px;
    border-width: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #2D2D2D;
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: inherit;
    line-height: 69px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    width: 300px;
    height: 69px !important;
    margin-bottom: 12px;
}
.shipment_payment_buttons .default.shipment {
    line-height: 60px;

}
a.continue_link:hover, .shipment_payment_buttons .default.shipment:hover {
    text-decoration: none
}
.item-inner input[type="image"],.item-inner  input[type="checkbox"],.item-inner  input[type="radio"] {
  float: left;                                                                                                    
                                                                                                     }
.product.floatleft.width50 .width30.floatleft.center{

}
.product.floatleft.width50 .width70.floatright {

}
.cart-view .lostname, .cart-view .lostpass, .vmlogin .lostpass, .vmlogin .lostname{
width:auto;
margin-right:25px;
text-decoration:underline;
}
input.addtocart-button {
float:right;
}

.additional-images img{
width:100px;
}
.productdetails-view h1{
	line-height: 27px;
}
.productdetails-view .addtocart-button {
background-color:#FFD439 !important;
border-radius:3px !important;
width:207px !important;
height:70px !important;
background-image:none !important;
margin: 0 !important;
float: right;
line-height:70px;
}
.productdetails-view .product-price{
	float: left;
	margin-right: 24px;
	margin-top: 28px;
}
.productdetails-view .product-price .PricesalesPrice{
	float: right;
}
.productdetails-view .addtocart-bar .quantity-box, .productdetails-view .addtocart-bar .quantity-controls{
	margin-top: 20px;
}
.productdetails-view .addtocart-bar .quantity-controls .quantity-controls {
	margin-top: 0; 
}
.productdetails-view .product-description .title{
	font-size: 18px;
	line-height: 24px;
}
.productdetails-view .addtocart-button input, .productdetails-view .addtocart-button a{
	background-color:#FFD439 !important;
	border-radius:3px !important;
	width:325px;
	height:70px;
	background-image:none !important;
	border:0px !important;
	color:#2D2D2D !important;
	font-weight:bold;
	display:block;
}
.productdetails-view .addtocart-area form{
	margin-bottom: 0;
}
.productdetails-view .addtocart-bar{
	padding: 0; 
}
.browse-view .product-price .PricesalesPrice, .productdetails-view .product-price .PricesalesPrice {
	font-size:18px;

}
.browse-view .product-price .PricesalesPrice {
	line-height:28px;
}  
.product-price strong {
display:block;
float:left;
margin-right:5px;
}
.spacer-buy-area {
padding-left:0 !important;
}
.userfields_info {
font-weight: bold;
margin-bottom: 10px;
display: block;
margin-left: 5px;
}
.cart-summary .PricesalesPrice {
width:250px;
}
body.option-com-virtuemart .container #isotope-detail-container {
  
}
.checkoutStep {
display:none;
}
.cart-view .billto-shipto a.details, a.shipment {
float: left;
clear: both;
margin-top: 0;
}          
.billto br {
display:none;
}
.billto .output-billto br {
display:block;
}
a.shipment {
line-height:15px;
}

.form-validate.chooseShipmentRate input{
float:left;
margin-right:5px;
}
.module.vmcat {
background-color:#fff;
border-radius:3px;
margin:0 12px 12px 12px;
padding-top:20px;
}
.module.vmcat ul{
overflow:hidden;
}
.module.vmcat li a{
float:left;
width: 24%;
text-align: center;
font-weight: bold;
font-size: 14px;
background: transparent url(../images/noimage.gif) no-repeat center bottom !important;
height:80px;

}
.module.vmcat li.VmOpen a {
text-decoration:underline;
}
.category-view {
	width:1176px;
	position:relative;
	z-index:1;
}
.category-view .row {
	padding-left:12px;
}
.category-view .category {
	position:relative;
	text-align:center;
}
.category-view .category .catdesc {
	display:none;
}
.category-view .category .catdesc a {
	display:block;
}
.category-view .category .spacer:hover .catdesc{
	display:block;
	position:absolute;
	left:0;
	top:80px;
	width:250px;
	background:#ffd439;
	padding:24px;
	border-radius:4px;
	z-index:100;
}
.category-view .category .spacer:hover .catdesc a {
	color:black;
	text-align:left;
}
.category-view .category .spacer:hover .catdesc a:hover {
	text-decoration:none;
}
.category-view .category .spacer:hover .catdesc p {
	width:250px;
	white-space:normal;
	text-align:left;
	margin-bottom:0;
}
.browse-view .isoelement.product{
	background-color: #ffffff;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.browse-view .isoelement.product .spacer{
	padding: 12px;
}
.browse-view .isoelement.product .headplusdesc h2{
	text-align: center;
	height: 48px;
	margin: 6px 0;
}
.browse-view .isoelement.product .headplusdesc .product_s_desc{
	height: 54px;
	margin-bottom: 6px;
	overflow:hidden;
}

.headplusdesc {
height: 118px;
overflow: hidden;
margin-bottom: 10px;
}
.headplusdesc a {
	color:black;
}
.browse-view .orderby-displaynumber.isoelement{
	padding: 0;
	margin: 0;
  width: 100%;
  border: none;
  margin-bottom: 12px;
  z-index: 3;
}
.browse-view .orderby-displaynumber.isoelement .inner{
	background-color: #FFFFFF;
  border-radius: 3px 3px 3px 3px; 
	margin-right: 12px;
	padding: 12px;
}
.browse-view .orderby-displaynumber.isoelement .orderlist{
	z-index: 999;
}
.browse-view .orderby-displaynumber.isoelement .inputbox{
	width: 60px;
	margin-bottom: 4px;
	margin-left: 12px;
}
.browse-view .orderby-displaynumber.isoelement .orderby{
	padding-top: 4px;
	margin-right: 24px;
}
.browse-view .orderby-displaynumber.isoelement .display-number{
}
.browse-view .orderby-displaynumber.isoelement .orderby .title{
	float: left;
	margin-top: 3px;
	
}
.browse-view .orderby-displaynumber.isoelement .orderby .activeOrder{
	float: right;
	margin-left: 12px;
	margin-bottom: 4px;
	width: 100px;
}
.browse-view .orderby-displaynumber.isoelement .orderby .orderlistcontainer{
	position: relative;
}
.browse-view .orderby-displaynumber.isoelement .orderby .orderlist{
	right: 0px;
	border-radius: 4px 4px 4px 4px;
}
.browse-view .orderby-displaynumber.isoelement .orderby .orderlist>div{
	width: 100px;
	padding: 2px 24px 1px 12px;
}
.browse-view .orderby-displaynumber.isoelement h1{
	margin-bottom: 0;
	line-height: 24px;
}
.browse-view.knihy .product-price{
margin-bottom:0;
}
.browse-view.knihy .addtocart-button {
margin-bottom:0;
}
.browse-view.knihy h2 {
height: 50px;
overflow: hidden;
}
.browse-view.knihy h2 a {
	font-size:20px;
}
.browse-view.knihy .imageth {
	height:120px;	
}
.browse-view.knihy .imageth img {
	max-height:120px;
}
.productdetails-view .isoelement{
	background-color: #FFFFFF;
  border-radius: 3px 3px 3px 3px; 
}
.productdetails-view .isoelement .spacer{
	padding: 12px;
}
.productdetails-view .product-description{
	margin: 0 12px 12px 0;
}
/*.productdetails-view .product-image .spacer{
	padding-top: 48px;
	padding-bottom: 48px;
} */
.module.breads {
background-color:#fff;
margin-left:12px;
padding:12px;
margin-right:12px;
}
.module.breads a {
text-decoration:underline;

}
#ui-tabs ul#tabs, #ui-tabs .tabs {
padding:0;
}
#ui-tabs .tabs {
padding:20px 0;
}

.option-com-search #searchForm .word label{
	display: none;
}
.option-com-search #searchForm .word #search-searchword{
	padding: 12px;
	width: 500px;
	margin-bottom: 0;
}
.option-com-search #searchForm .word .button{
	padding: 12px;
	width: 163px;
}
.option-com-search #searchForm legend{
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: auto;
	border: none;	
}
.option-com-search #searchForm .phrases{
	margin-top: 12px;
	float: left;
	width: 60%;
}
.option-com-search #searchForm .phrases .phrases-box{
	padding: 9px 0;
}
.option-com-search #searchForm .phrases .phrases-box input{
	float: left;
	margin-left: 12px;
}
.option-com-search #searchForm .phrases .phrases-box label{
	float: left;
	margin-left: 6px;
}
.option-com-search #searchForm .only{
	margin-top: 12px;
	float: left;
	width: 40%;
}
.option-com-search #searchForm .only .only-box{
	padding: 9px 0;
}
.option-com-search #searchForm .only .only-box input{
	float: left;
	margin-left: 12px;
}
.option-com-search #searchForm .only .only-box label{
	float: left;
	margin-left: 6px;
}
.option-com-search #searchForm .searchintro{
	clear:both;
	text-align: center;
	padding: 12px 0;
}
.option-com-search #searchForm .ordering-box, .option-com-search #searchForm .form-limit{
	float: left;
	margin-right: 12px;
}
.option-com-search #searchForm .ordering-box label, .option-com-search #searchForm .form-limit label{
	float: left;
	margin-top: 5px;
}
.option-com-search #searchForm .ordering-box select, .option-com-search #searchForm .form-limit select{
	margin-left: 6px;
}
.option-com-search #searchForm .form-limit+.counter{
	line-height: 28px;
	font-size: 12px;
}
.option-com-search .search-results .result-title{
	margin-top: 12px;
	line-height: 24px;
}
.option-com-search .search-results .result-created{
	float: left;
	font-size: 12px;
	line-height: 24px;
}
.option-com-search .search-results .result-category{
	text-align: right;
	font-size: 12px;
	line-height: 24px;
}
.option-com-search .search-results .highlight{
	background: #FFD439;
	padding: 3px;
	border-radius: 2px;
}

#ui-tabs #tab-2 table {
width:100%;
}

#ui-tabs #tab-2 table th {
text-align:left;
}
#register_stretcher .control-buttons #continue  {
margin-left: -3px;
    margin-right: 12px;
    float:right;
}
#register_account_row td #register_account{
text-align:right;
width:30px;
}
.stretcher.editace#register_stretcher #continue{
 margin-left:0;
}
#withoutRegButton {
margin-left:0;
}
.step-4 .button.btn.vm-button-correct, .step-1 .button.btn.vm-button-correct{
height:60px !important;
float: right;
margin-bottom: 12px;
}
.vmorder-done {
width:600px;
}
.option-com-virtuemart .item-inner {

}
.option-com-virtuemart .icons {
	display:none;
}
.step-3 {
overflow:hidden;
}
.lightbutton.button.shipment-cancel {
margin-top:20px
}
.orderdone {
display:block;
margin-bottom:-30px;
}
.module.profile_menu {
  background-color:#FFD439;
  overflow:hidden;
  margin: -12px -12px 0 -12px;
  -webkit-border-radius: 3px 3px 0 0; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
  border-radius: 3px 3px 0 0;
}
.module.profile_menu * {
-webkit-transition: all 0.3s ease-out;
}
.module.profile_menu ul {
list-style:none;
margin-left:10px;
}
.module.profile_menu ul li {
float:left;
margin-right:7px;
background-color:#262626;
-webkit-border-radius: 3px 3px 0 0; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
  border-radius: 3px 3px 0 0;
}
.module.profile_menu ul li a {
color:#FFD439;
font-weight:bold;
color: #FFD439;
display: block;
font-weight: bold;
padding: 6px 8px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size:13px;
}
.profile-edit{
float:left;
width:100%;
}
.profile-edit h1 {
margin-top:25px;
}
.profile-edit label {
float:left;
width:30%;
}
.profile-edit span.optional {
display:none;
}
.profile-edit legend {
  margin-bottom:15px;
}
#member-profile a {
  text-decoration:underline;
}
#users-profile-core dt{
  clear: left;
  float: left;
  font-weight: bold;
  line-height: 22px;
  padding-right:5px;
}
.profile a {
text-decoration:underline;
}
#users-profile-core dd{
  
  line-height: 22px;
}
.module.profile a {
text-decoration:none;
}
.module.profile a:hover {
text-decoration:underline;
}
.f2c_buttons.forms td div{
margin-top:8px;
margin-bottom:8px;
}

.adminlist.f2c_list .f2c_header {
width:auto !important;
}
.filter-search.fltlft label{
float: left;
margin-bottom: 0;
padding-bottom: 0;
margin-top: 5px;
margin-right: 5px;
}
#filter-bar {
width:444px;
float:right;
}
.filter-search,
.filter-select {
	float: rigth;
}
.filter-search.fltlft button {
margin-top:-10px;
}
.adminlist.f2c_list th{
text-align:left;
}
.filter-search.fltlft {
float:right;
}
.adminlist.f2c_list .list-footer .limit #limit{
margin-left:5px;
}
#f2c_form {
position:relative;
} 
#f2c_form .absolbuts {
position:absolute;
right:12px;
top:-20;
}
#f2c_form .key.f2c_field_label label {
text-align:left
}
#f2c_form .f2c_field_label label {
line-height:30px;
}
.orders.option-com-virtuemart .item-contentdetail.isospan9, .option-com-virtuemart.view-user .item-contentdetail.isospan9, .option-com-virtuemart.view-orders .item-contentdetail.isospan9{ 
width:717px;
}
.step-2 {
  background-color: #FFFFFF;
  margin: -10px 10px 10px 0;    
  width: 1190px;  
   border-radius: 0 3px 3px 3px;
    
    
    margin: -12px 0 -12px;
    
}
#ui-tabs ul#tabs li.current {
text-decoration: none;
background-color: #E5B422;
color: #262626;
font-weight:bold;
}
#ui-tabs ul#tabs li {
background-color:#262626;
color:#FFD439;
font-weight:bold;
} 

.menu-prehled-kreditu h1{
margin-top:25px;
float:left;
}
.menu-prehled-kreditu .userForm {
float:left;
}
.menu-adresa-a-kontaktni-udaje.orders h1{
float:left;
margin-top:25px;
}
.menu-adresa-a-kontaktni-udaje.orders #adminForm {
float:left;
clear:both;
width:690px;
}
.order-item-table tr td{
padding-left:0px !important;
padding-bottom:5px !important;
}
.ose-item-button tr, .ose-item-button td {
padding-left:0 !important;
}
.order-item-table {
float:left;
clear:both;
width:500px;
}
.bottomlinks {
float:left;
margin-bottom:12px;
}
.f2c-article {
float:left;
margin-top:25px;
}
.adminform.user-details2 {
display:none;
}
#ui-tabs #tabs li:first-child{
margin-left:0;
}
.userfields_info {
margin-left:0;
}
.option-com-virtuemart.view-user #isotope-detail-container {
overflow:visible !important;
}

.order-detail {
float: left;
margin-top: 25px;
}
#f2c_form textarea{
width:538px !important;
}

#com-form-login-remember #remember {
    float: right;
    margin-left: 10px;
    margin-top: 23px;
}
.button.vm-button-correct.shipment.button {
float:right;
}
.payment-delimiter {
height: 48px;
border-bottom: 1px solid #999;
margin-bottom: 5px;
}
.online-payments {
color: #646464;
float: left;
}
.payment-radio.relative {
position: relative;
}

.gopay-checkout {
position: absolute;
right: 0;
}
.nodisplay {
 display:none          
           }
a.cart-paymentchange.change, a.cart-shipmentchange.change {
  font-size:12px !important;
  text-decoration:underline;
}           
.reklama.google {
	overflow: hidden;
	border-radius: 3px;
	background: transparent;
}
.reklama.google .item-inner{
	margin: 0;
}
.reklama .adPlaceholder{
	background: #262626;
}
.reklama.google.article-ad-inside{
	float: right;
	clear: right;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.reklama.google.bann .item-inner{
	margin: 3px;
}
.reklama.google.smlsqr .item-inner{
	margin: 15px;
}
#invisible{
	display: none;
}
table tbody td{
	padding: 6px;
}
table tbody tr:nth-of-type(2n+1) td{
	background: #f0f0f0;
}
table+h4,table+h3{
	margin-top: 12px;
}
table{
	margin-bottom: 12px;
}
table+h2{
	margin-top: 24px;
}
.item-page p.cta{
	padding: 12px;
	background: #FFD439;
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px 3px 3px 3px;
}
/*-------------------------  #jc #comments */
#jc{
	margin-top: 24px;
}
#jc #comments .refresh,#jc #comments-footer, #jc #comments .comment-anchor{
	display: none;
}
#jc #comments h4{
	background: none;
	color: #333;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	border-top: 1px solid #CCC;
	border-bottom-color: #CCC;
	padding: 8px 0 7px;
	white-space: nowrap;
}
#jc #comments .comments-list {
	font-size: 11px;
	line-height: 14px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	margin-left: 0;
	padding-left: 10px;
}

#jc #comments .even,#jc #comments .odd{
	margin-bottom: 0;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}
#jc #comments .even:first-child,#jc #comments .odd:first-child,#jc #comments .even:first-of-type,#jc #comments .odd:first-of-type{
	border-width: 0;
	padding-top: 0;
}
#jc #comments .comments-list .comment-body{
	margin: 5px 28px 10px 0;
	line-height: 14px;
	color: #1A1A1A;
	
}
#jc #comments .comment-author,#jc #comments .author-homepage{
	color: #3B5998;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}
#jc #comments .avatar-indent {
	padding-left: 61px;
}
#jc #comments .comment-avatar {
	float: left;
	width: 50px;
	height: 50px;
}
#jc #comments .comment-avatar img{
	text-align: right;
	width: 50px;
	height: 50px;
}

.reklama .fancyboxgroupDonate{
	margin-bottom: 0;
	height: auto;
	background: none;
}

.step-3 .payment-radio{
	margin-top:20px;	
}
.step-3 .payment-radio label, .step-3 .shipment-radio label {
	line-height:32px;
}
.step-3 .payment-radio input, .step-3 .shipment-radio input {
	margin: 9px 5px 0 0;
}
.step-3 + .gopay-checkout {
	display:none;
}
.step-3 .payment-radio label[for="payment_id_10"]{
	background:url(../images/payment-cards-uc.png) no-repeat left top;
	padding-left:277px;
}


.step-3 .payment-radio label[for="payment_id_15"]{
	background:url(../images/kb.png) no-repeat left top;
	padding-left:100px;
}
.step-3 .payment-radio label[for="payment_id_16"]{
	background:url(../images/raiffeisenbank.png) no-repeat left top;
	padding-left:118px;
}
.step-3 .payment-radio label[for="payment_id_17"]{
	background:url(../images/mbank.png) no-repeat left top;
	padding-left:120px;
}
.step-3 .payment-radio label[for="payment_id_18"]{
	background:url(../images/ge.jpg) no-repeat left top;
	padding-left:112px;
}
.step-3 .payment-radio label[for="payment_id_19"]{
	background:url(../images/fio.jpg) no-repeat left top;
	padding-left:180px;
}
.step-3 .payment-radio label[for="payment_id_20"]{
	background:url(../images/volksbank.jpg) no-repeat left 4px;
	padding-left:180px;
}
.step-3 .payment-radio label[for="payment_id_22"]{
	background:url(../images/supercash.jpg) no-repeat left top;
	padding-left:74px;
}

.step-4 td{
	background-color:#fff !important;
}
.view-cart .shipment_payment_buttons {
	overflow:hidden;
}

.module.shopmenu {
	float:right;
}
.podportenas .item-inner {
	margin:0;
}
.podportenas p {
	margin-bottom:0;
}
.podportenas {
	overflow:hidden;
	background-color:#f2f1ed;
	
	
}
.podportenas .module-body {
background-color:#f2f1e;
}

.podportenas img:hover {
	opacity:0.8;
	cursor:pointer;
}
.checkout-button-top .linkonly .continue_link, .control-buttons .default-reset, .shipment_payment_buttons .shipment-cancel {
	background-color:transparent;
	font-size:12px;
	text-decoration:underline;
	border:0 none;
	font-weight:bold;
	background-image:none;
	box-shadow:none;
}
.checkout-button-top .linkonly .continue_link:hover {
	text-decoration:none;
}

.adminform.user-details tbody tr:nth-of-type(2n+1) {
	background: #f0f0f0;
}
.adminform.user-details tbody td.key {
	padding-top:12px;
}
.step-2 .control-buttons .infotext .butts {
	width: 58.5%;
}

.module.shopaction, .aboutcfp {
	background-color:#fff;
	border-radius:3px;
	margin:0 14px 12px 12px;
	padding:12px;
}

.aboutcfp {
	margin-bottom:-25px;
}

.module.shopaction li {
	list-style:none;
	text-align:center;	
}
.module.shopaction li a {
	
}
.module.shopaction li img {
	max-height:120px;
	text-align:center;
}
.module.shopaction .featureimg {
	display:block;
	height:120px;
}
.category p{
	text-align:center;
}

/* translator */

.module.translator {
    float:right;
    margin-right:12px;
}
.module.translator select {
    padding-top:2px;
    padding-bottom:2px;
    margin-top:4px;
    width:150px;
}

ul.stitky li:first-child, ul.stitky li:first-child + li, ul.stitky li:first-child, ul.stitky li:first-child + li + li {
    display:none;
}
ul.stitky li:first-child, ul.stitky li:first-child + li + li + li {
	display:block;
}

.stitky li {
	list-style:none;
 	float:left;
 	margin-right:0px;
 	clear:none;
 	padding:6px;
}
.stitky li:hover {
	margin-right:0 !important;
	padding:6px !important;
}
.stitky p {
	margin:0;
}


.view-archive .filter-search select{
	width:204px;
}
.view-archive .filter-search button {
	float:right;
}
.view-archive ul#archive-items {
	margin-left:0;
}
.view-archive ul#archive-items li {
	list-style:none;
}
.view-archive ul#archive-items li .intro {
	clear:both;
}

.category-view .category .spacer{
	white-space: nowrap;
	display:inline-block;
	height:150px;
}
.category-view h1 {
	margin-bottom:0;
}


#main-content .category-view .category .spacer h2 {
	margin-bottom:12px;
}

.category-view .category .spacer a:before{
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
  }

    
.category-view .category .spacer a img{
      max-height: 100%;
  }
.prodshop {
	margin-right:10px;
	margin-left:0;
}
.prodshop img {
 float:right;
 padding-bottom:12px;
}
.prodshop .anythingSlider {
	padding:0 !important;
	margin:0 !important;
}
.prodshop .anythingSlider h3 {
	float:left;
	width:110px;
	text-align:center;
	font-size:16px;
	vertical-align:center;
}

.prodshop .anythingSlider a {
	 cursor:pointer;
	 display:block;
	 overflow:hidden;
}
.prodshop .anythingWindow {
    border:0 none !important;
}


/* AcePoll */

.option-com-acepolls input {
	margin-top:2px;
	margin-right:3px;
}
.anketa form {
	margin-bottom:10px;
}
.anketa a, .option-com-acepolls .item-contentdetail a {
	color:black;
	text-decoration:underline;
	font-size:12px;
}
.anketa a:hover, .option-com-acepolls .item-contentdetail a:hover {
	text-decoration:none;
}
.option-com-acepolls .item-contentdetail thead td {
	padding-right:6px;
}

/* voting */
.content_vote input {
	float:none !important;
	margin:-3px 3px 0 0px;
}
.content_vote input:first-child {
    margin:-3px 3px 0 3px;
}
a.flag img {
	padding-top:22px;
}

/* jcomments */
#comments-form > p {
	margin-left:0 !important;
}
#comments-form textarea {
	max-width:none !important;
	width:690px;
	height:100px;
}
#comments-form .grippie {
	max-width:none !important;
	width:690px !important;
}
#comments-form #comments-form-subscribe {
	margin-right:6px;
}
#comments-form #comments-form-buttons {
	float:right;
	margin-top:-42px;
}