.green {
	color: #80b000 !important;
}

.market-podnadpis {
	background-color: #f4f2f3;
	padding: 4px 6px;
	color: #666;
}
.market-podnadpis a {
	text-decoration: none;
	color: #80B000;
}
.market-podnadpis a:hover {
	text-decoration: underline;
}

.market-podnadpis.test {
	margin: 10px 0;
}

.blocktable h3 {
    background-color: #80B000;
}

#quick-search-form {
	background-color: #f4f2f3;
	float: left;
	padding: 10px;
}
#quick-search-form h2 {
	margin-bottom: 1em;
}
#quick-search-form input[type=text] {
	width: 250px;
}

.brands-list {
	border-top: 0;
	margin-top: 8px;
	border-left: 1px solid #eee;
	margin-bottom: 2em;
}
.brands-list .row {
	
}
.brands-list .row .brand-item {
	border-right: 1px solid #eee;
	float: left;
	width: 25%;
	height: 100px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.brands-list .brand-item:hover {
	background-color: #eee;
}

.brands-list .first-row .brand-item {
	border-top: 1px solid #eee;
}


.brands-list .brand-item img {
	margin-top: 10px;
}
.brands-list .brand-item a.link {	
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 100%;
    
	color: #555555;
    text-decoration: none;    
}

.brands-list span.small {
	font-weight: normal;
	font-size: 0.8em;
}

.brands-list-quick {
	background-color: #F4F2F3;
	padding: 7px 7px 15px;
	color: #333;
	margin-bottom: 2em;
}

.brands-list-quick a {
	color: #333;
}

.brands-list-quick h3 {
	color: #333;
	margin-top: 0;
	font-size: 1em;
}

#guide {
	color: #666;
}

#guide.test {
	color: #000;
}

#guide.test .market-podnadpis {
	color: #000;
}

#guide strong {
	color: #000;
}
.label-year {
	color: #666;
	font-weight: normal;
	font-size: 12px;
	margin-left: 1em;
}

.kzpravy h3 {
	background: #fff url(../images/frontend/grad-green-left.png) repeat-y;
}

h2.default, h3.default, #heading strong {
	color: #80b000;
	font-size: 1.1em;
	margin: 0;
	padding: 3px;
	font-weight: bold;
	line-height: 1.3em;
}

#guide h2 {
	float: left;
	margin-top: 5px;
	margin-bottom: 8px;
}

#guide .box h2 {
	float: none;
}

#guide h2 a {
	color: #80b000;
	text-decoration: none;
}
#guide h2 a:hover {
    text-decoration:underline;
}
#guide .skies {
	margin-bottom: 3px;
	padding-left: 6px;
}

h3 {
	 font-size: 14px;
	 margin: 5px 0;
}

.rally-ski-detail h3 a {
	color: #80b000;
	text-decoration: none;
}

.skupina {
	color: #ffffff;
	background-color: #999999;
}

.podnadpis {
	color: #999999;
}

.article-about {
	background: url('../images/frontend/sipky-oranzove.png') left center no-repeat;
	color: #ff7800;
}

.article-about a, .article-coments a {
	font-size: 10px;
	color: #ff7800;
}

.oldest-articles h2 {
	color: #ff7800;
}

.market-table {
	border-collapse: collapse;
}

.market-table.inner {
	border: 0px;
}

.market-table td.inner-container {
	padding: 0;
	border: 0px;
	border-style: hidden;
}

.market-table {
	border: 1px solid #ffffff;
	width: 100%;
	font-size: 11px;
}

.market-table th {
	background-color: #80b000;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 4px 5px;
	border: 2px solid white;
}

.market-table td {
	padding: 0px 5px;
	border: 2px solid white;
}

.market-table td.dblue-bg {
	background-color: #d2dee3;
}

.market-table td.lblue-bg {
	background-color: #ecf1f4;
}

.market-table td.year input{
	width: 10px;
	margin-right: 2px;
}

.market-table select {
	font-size: 11px;
	padding: 1px 0 1px 2px;
}

.market-table select option {
	padding: 0px 5px;
}

.market-table select#subcategories {
	font-size: 12px;
}

.market-table input {
	/*background-color: #ffffff;*/
	width:75px;
}

.filterSubmit {
	float: right;
}

#filterPorovnani {
	float:right;
	font-size:11px;
	margin-top:0;
	padding:5px;
}

.market-table input#fulltext {
	width: 100px;
	background-color: #ffffff;
}

.market-table select#orderby {
	width: 60px;
}

.market-table .small {
	font-size: 10px;
}

.market-table .porovnani {
	display: block;
	width: 130px;
	height: 20px;
	background-image: url('../images/frontend/market-porovnat.png');
	text-decoration: none;
	float: right;
}

.market-table .porovnani span {
	visibility: hidden;
}

.market-table .vyhledat {
	cursor: pointer;
	display: block;
	width: 81px;
	height: 20px;
	background-image: url('../images/frontend/market-vyhledat.png');
	float: left;
	margin-right: 10px;
	font-size: 0; /* skryti napisu na tlacitku */
}

.market-table .zrusit {
	cursor: pointer;
	display: block;
	width: 81px;
	height: 20px;
	background-image: url('../images/frontend/market-zrusit.png');
	float: left;
	font-size: 0; /* skryti napisu na tlacitku */
}

div.add-to-compare {
	float: right;
}

div#search-form {
	margin-bottom: 5px;
}
div#search-form h2 {
	padding-left: 10px;
}
#search-form.skiselector-filter {
	margin: 15px 0;
	border: 1px dashed #777;
	padding: 10px;
}

div#znacky {
	margin-bottom: 5px;
}

div#znacky a {
	color: #80b000;
	text-decoration: none;
	text-transform: uppercase;
}

div.market-product {
	border-top: 2px solid #d2dee3;
	margin-top: 10px;
	padding-top: 5px;
}

div.market-product a {
	text-decoration: none;	
}
div.market-product a:hover {
	text-decoration: underline;	
}

div.market-product h2 {
	/*
	display: block;
	float: left;
	width: 385px;
	*/
}

div.market-product img {
	margin: 10px 0;
	max-width: 555px;
}

div.market-product a.submit {
	background-color: #80B000;
	float: right;
	font-weight: normal;
	padding: 2px 9px;
}

div.skies a, div.skies .product-category {
	text-decoration: none;
	color: #000;
}

div.market-product .advertisement a img {
	vertical-align: -85%;
}

div.skies table {
	font-size: 12px;
	text-align: left;
}

div.skies table th {
	background-color: #f0f7de;
	padding: 2px 3px;
}

div.skies table td {
	background-color: #e4e9eb;
	padding: 2px 3px;
}

div.skies table td.bila {
	background-color: #ffffff;
}

.product-detail h1 a, .product-detail h2 a {
	color: #80b000;
	text-decoration: none;
}

.product-detail .photo img {
	width: 100%;
}

.product-detail .info {
	margin-bottom: 10px;
}

.product-detail.square .photo {
	width: 35%;
	height: 280px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}

.product-detail.square .info {
	float: left;
	width: 60%;
}

table.compare {
	text-align: left;
	font-size: 11px;
	border-spacing: 1px;
	border-collapse: inherit;
}

table.compare th {
	background-color:#80B000;
	width:105px;
	color: #fff;
	border: none;
	
}

table.compare td {
	background-color: #f2f2f2;
	width: 150px;
	border: none;
}

table.compare .bila {
	background-color: #ffffff;
}

table.compare th, table.compare td {
	padding: 5px 4px;
}

table.compare a {
	text-decoration: none;
	color: #000;
}
table.compare a:hover {
	color: #4a4a4a;
}


table.compare a.submit {
	background-color: #000;
	color: #fff;
}

#hledej-v-bazaru {
	float: right;
}

#hledej-v-bazaru #fulltext {
	background-color: #888888;
	color: #ffffff;
	padding: 2px;
}

#bazar-inzeraty a {
	color: #80b000;
	text-decoration: none;
}
#bazar-inzeraty a:hover {
	text-decoration: underline;
}
#bazar-inzeraty .yellow {
	background-color: #f8f2d0;
}
#bazar-inzeraty .data {
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	width: 130px;
	line-height: 1.3em;
}
#bazar-inzeraty .price {
	font-size: 1.1em;
	font-weight: bold;
}
#bazar-inzeraty .price .number, #bazar-inzeraty .detail-price .number {
	color: #80b000;
}

#bazar-inzeraty .product-description {
	margin-top: 30px;
}
#bazar-inzeraty .detail-price {
	background-color: #f4f2f3;
	color: #666;
	float: left;
	padding: 6px 12px 6px 6px;
}
#bazar-inzeraty .detail-price .number {
	font-size: 1.4em;
	font-weight: bold;
}


.submit {
	background-color: #80b000;
	color: #fff;
}

.product-detail a.submit {
	text-decoration:none;
	font-size: 11px;
}

.box .product-detail a.submit {
	font-size: 10px;
}

.product-detail {
	margin: 4px 10px 0 0;
}

#odpovedet-na-inzerat {
	width: 150px;
}

.bazar-product {
	width: 100%;
	margin-bottom: 10px;
}

.bazar-product table {
	border-collapse: collapse;
	width: 100%;
}

.bazar-product td {
	font-size: 12px;
}

.bazar-product td a {
	color: #80b000;
	text-decoration: none;
}

.bazar-product td a:hover {
	color:#4A4A4A;
}

.bazar-product table h2 {
	font-size: 14px;
}

.bazar-product td.left-column {
	vertical-align: top;
	width: 539px;
}

.bazar-product td.right-column {
	vertical-align: bottom;
	width: 16px;
}

.bazar-product .column1-buy {
	background: #f4eae1 url('../images/frontend/bazar-koupe-bckg.png') top left repeat-x;
}

.bazar-product .column1-sell {
	background: #f0f7de url('../images/frontend/bazar-prodej-bckg.png') bottom left repeat-x;
}

.bazar-product td.column2-buy {
	background-color: #ff7802;
}

.bazar-product td.column2-sell {
	background-color: #80B000;
}

.bazar-product td.left-column .info {
	width: 300px;
	padding: 10px;
}

.bazar-product .data {
	float: right;
	width: 180px;
	padding: 10px;
}

.bazar-detail {
	padding: 10px;
}

.bazar-detail-page h2 {
	font-size: 1.4em;
}

.bazar-detail-page p {
	margin-bottom: 1em;
}

.photo-camera {
	float:left;
	margin-right:10px;
	margin-top:6px;
}

/**
 * recenze
 */

#reviews-heading {
	font-size: 1.9em;
	margin-bottom: 10px !important;
}

#reviews-heading small, .review-container h2 small {
	color: #aaa;
	font-size: 0.6em;
}

#review-categories-list {
	margin: 10px 0;
	list-style-type: none;
}

#review-categories-list li {
	float: left;	
	margin-left: -23px;
	margin-right: 50px;
}

.review-magnifier-link {
    background-image: url("/images/frontend/review-category-icon.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    display: block;
    font-size: 14px;
    line-height: 2em;
    padding-left: 22px;
}

#filter-form hr {
	background-color: #eee;
	margin: 8px 0;
}

#Reviews_Form_Filter_Reviews th {
	text-align: left;
	font-weight: normal;
	width: 90px;
	padding: 0;
}

#Reviews_Form_Filter_Reviews th.right {
	width: 50px;
}

#Reviews_Form_Filter_Reviews td {
	height: 25px;
	width: 180px;
}

.review-photo-left {
	float: left;
	margin: 5px 10px 0 0;
}

.review-container h2 {
	margin-top: 0;
}

.review-content-right {
	margin-left: 95px;
}

.review-content-right h2 {
	margin-top: 0px;
}

.review-content-right .review-magnifier-link {
	font-weight: bold;
	text-decoration: none;
	float: right;
}

.review-content-holder {
	width: 265px; 
}

.review-content-attributes {
	float: right;
	margin-left: 10px;
}

.review-container {
	margin-left: 90px;
}
.review-container .button.smaller {
	margin-top: -10px;
}

.review-main-attributes td, .review-attributes td {
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
}

.review-main-attributes .left-column {
    width: 260px;
}

.report .review-attributes td {
 	padding: 3px 10px 3px 0;
 	font-weight: bold;
}

#content-center .report h2 a{
    color: #3399ff;
}

#content-center .review-main-attributes h3 a, #content-center .report h3 a {
    color:#666;
    text-decoration: none;
}
#content-center .review-main-attributes h3 a:hover, #content-center .report h3 a:hover {
    color: #4a4a4a;
    text-decoration: none;
}
#content-center .review-main-attributes h3 span, #content-center .report h3 span {
    background: none;
    color: #666;
    margin:0;
}
.report .reports-link {
    text-decoration: none;
}

.skicentre-reviews-info a { margin-left: 15px;}

ul.review-attributes {
	margin:0;
	padding:0;
	list-style: none;
}
#content-center ul.review-attributes { margin: 0;}
ul.review-attributes li {
	margin: 0 0 5px;
	padding:0;
	position: relative;
	font-weight: bold;
}
@media( min-width: 700px) and (max-width: 760px) {
	ul.review-attributes li { float: left; width: 50%;}
}
@media( min-width: 1150px) {
	ul.review-attributes li { float: left; width: 50%;}
}
ul.review-attributes.no-break li { float: none; width: auto;}

.review-attributes h3 { margin:0; }
.review-attributes span.attrib-heading { font-weight: normal; color: #eee; background-color: #aaa; padding: 3px 6px; margin-right: 8px; display: inline-block; }
.review-attributes span.star-rating-control {
	position: relative;
	top: 5px;
	display: inline-block;
}
.review-attributes div.clear.star-rating-readonly { display: none;}
.review-attributes a{ text-decoration: none; color:#80b000; }
.review-attributes p { font-weight: normal; }
.report .review-attributes a { color:#000; }
.review-attributes .newest a { margin-right: 15px; }
.review-content-attributes td { padding-right: 0px; }

.review-links {
	margin: 15px 0;
}

#review .block {
	margin-bottom: 25px;
}

#review .minus h2 {
	color: #f00;
}

#review hr {
	background-color: #bbb;
	height: 2px;
}

#market_links {
	border: 1px solid #CECDCD;
	padding: 10px;
}
#market_links a {
	text-decoration: none;
}
#market_links img {
	vertical-align: sub;
}

#content-center ul.attributes {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul.attributes li {
	margin-bottom: 5px;
}

ul.attributes li span {
	font-weight: bold;
	color: #000;
}

table.attributes { width: auto; }
.attributes a { color: #000; }
.attributes th {
	color: #666666;
    font-weight: normal;
    padding: 2px;
    text-align: left;
	border: 0;
}

.attributes td {
	font-weight: bold;
	padding-right: 2em;
	border: 0;
}
.attributes td .note {
	color: #666666;
	font-weight: normal;
}

.price-holder {
	margin: 2em 0;
}
.price-container {
	background-color: #F5F5F5;
    color: #777777;
    font-size: 1.2em;
    margin-bottom: 2px;
    padding: 5px;
}
.price {
	color: #80B000;
	font-size: 1.3em;
	font-weight: bold;
}

.article .box {
	width: 47%;
	float: left;
	font-size: 0.9em;
}
@media( max-width: 620px) {
	.article .box {
		width: 100%;
		float: none;
		clear: both;
	}
	.article .box.left {
		padding-right: 0;
	}
	.article .box.right {
		background: none;
		padding-left: 0;
	}
}

.article .box.left {
	padding-right: 15px;
}
.article .box.right {
	padding-left: 15px;
	text-align: left;
	background: #fff url('../images/frontend/market-box-border.gif') -1px center no-repeat;
}

.article .box .photo{
	display: block;	
	float: left;
	margin: 0 10px 10px 0;
	width: 35%;
	height: 120px;
	overflow: hidden;
}
.article .box .photo img{
	max-height: 120px;
	margin: 0 9px;
}

.article .box .info {
	float: left;
	width: 60%;
	height: 120px;
	position: relative;
	text-align: right;
}

.article .box .bottom {
	width: 100%;
	bottom: 0px;
}
.article .box .submit {
	padding: 5px 10px;
}

#guide .info .skies {
	padding-left: 0;
}

.product-detail .submit {
	background-color: #80B000;	 
}

.article .product-detail {
	float: right;
}
.article .box .bottom .product-detail {
	margin: 10px 0 0 0;	
}

.image-left {
	float: left;
	width: 256px;
	margin-right: 15px;
}

#compare-bar {
    background: none repeat scroll 0 0 #494B4B;
    bottom: 0;
	left: 0;
    height: 30px;
    position: fixed;
    width: 100%;
    z-index: 10000;
}


#compare-bar div {
    margin: 0 auto;
    position: relative;
    width: 1164px;
}

@media( max-width: 1164px) {
	#compare-bar div {
		width: 100%;
	}
}

.compare-products:after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #AFEAAA;
    border-top: 15px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 0;
}

#compare-bar a.compare-products {
    color: #494B4B;
}
.compare-products {
    background: url("../images/frontend/ico_comparebar.png") no-repeat 13px 8px #AFEAAA;
    color: #494B4B;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 37px;
    position: relative;
}

.compare-num {
    background: none repeat 0 0 #AFEAAA;
    border-radius: 50px 50px 50px 50px;
    color: #494B4B;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;

	position: absolute;
	top: 6px;
	left: 230px;
}

.compare-category {
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 30px;
	display: block;
    position: absolute;
	right: 5px;
}

.compare-category > span.compare-category-label {
	font-weight: bold;
}

@media( max-width: 500px) {
	.compare-category-text {
		display: none;
	}
}

.compare-remove {
    background: url("../images/delete.png") no-repeat;
    display: inline-block;
	margin: 0 4px;
	width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.spaceman {
    left: -5000px;
    position: absolute;
    top: -5000px;
}

.market_item_eshop img {
	margin-bottom: -5px;
}

.market_item_eshop {
	line-height: 1.5em;
}

.attribute-category-description {
	background-color: #F3f3f3;
	float: right;
	padding: 5px 12px;
	width: 50%;
	font-size: 0.9em;
}

.attribute-category-description h4 {
	margin: 5px 0;
}

.subtitle-container {
	background-color: #F3F3F3;
    padding: 5px 12px;
	color: #777;
	margin-bottom: 10px;
	float: left;
}

.test_icons {
	margin: 10px 0;
}

.test_icons img {
	padding-right: 5px; 
}
#content-center .market_item_tests {
	list-style: none;
	margin-top: 5px;
	margin-left: 0;
}
.market_item_tests li {
	list-style: none;
	font-weight: bold;	
}
.review-titles { margin-bottom: 10px;}
.article .review-titles h3 {margin-top: 2px;}