/* CSS for TOPGAL eshop  ////////// by NOBARRIER.info */
	#content.katalog h1 {
		padding-bottom: 10px;
	}
	
	#content.katalog div#types {
		margin-bottom: 15px;
	}
	#content.katalog div#types h5 {
		border: solid 1px #797979;
		border-bottom-color: #CECECE;
		background: #FFF5E5;
		padding: 1px 5px;
		width: 18em;
		font-size: .93em;
		color: #5C5C5C;
		position: relative;
		top: 1px;
		font-weight: normal;
	}
	#content.katalog div#types p {
		border: solid 1px #797979;
		background: #FFF5E5;
		padding: 2px 5px 4px 5px;;
	}
		#content.katalog div#types p a {
			color: #000;
		}
		#content.katalog div#types p a:visited {
			color: #767676;
		}
		#content.katalog div#types p a:hover {
			color: #FE4110;
			text-decoration: none;
		}

		#content.katalog div#types p span {
			color: #AEAEAE;
		}


#content.katalog div.product {
	width: 230px;
	height: 240px;
	border: solid 1px #EAE1FF;
	float: left;
	text-align: center;
	margin: 0 20px 20px 20px;
	_margin: 0 10px 20px 20px;
	position: relative;
}
	#content.katalog div.product h3 {
		background: #E1F6FF;
		color: #FFF;
		font-size: .95em;
		padding: 4px;
		text-align: center;	
		border-bottom: solid 1px #EAE1FF;

	}
		#content.katalog div.product h3 a:link, #content.katalog div.product h3 a:visited {
			color: #4B0082;
			text-decoration: underline;
		}
		#content.katalog div.product h3 a:visited {
			color: #414141;
		}
		#content.katalog div.product h3 a:hover {
			color: #FE4110;#000;
			text-decoration: none;
		}		

div.product a span.np-ico {
	display: block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0.5em;
	top: 2.2em;
	background: transparent url(../images/np-ico.gif) top left no-repeat; 
}
div.product a span.np-ico, div.product a span.akce-ico {
	display: block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0.5em;
	top: 2.2em;
	background: transparent url(../images/np-ico.gif) top left no-repeat; 
}
	div.product a span.akce-ico {
		background-image: url(../images/icons/akce-ico.gif);
		height: 48px;
	}


div.product a.vesta-link {
	display: block;
	text-decoration: none;
	width: 52px;
	height: 78px;
	position: absolute;
	left: 0.2em;
	top: 2.2em;
	background: transparent url(../images/vesta-ikona.gif) top left no-repeat; 
}
		

		#content.katalog div.product a.fotolink img {
			border: none;
			margin: 15px 5px;
		}
		#content.katalog div.product	p.popis-kratky {
			text-align: left;
			border-top: solid 1px #DDD;
			padding: .1em 5px;
			font-size: .85em;
			line-height: 1.2em;
		}
		#content.katalog div.product	p.bottom {
			background: #FDF5E6;
			text-align: left;
			position: absolute;
			height: 28px;
			width: 220px;
			bottom: 0;
			left: 0;
			border-top: solid 1px #DDD;
		}
		#content.katalog div.product p.bottom strong.price, #content.katalog div.product p.bottom strong.oldprice {
			font-size: 1.07em;
			position: absolute;
			right: 5px;
			top: 5px;
			color: #FE4110;
		}
		#content.katalog div.product p.bottom strong.oldprice {
			
			top: 0;
			color: #000;
			text-decoration: line-through;
			font-weight: normal;
		}
		#content.katalog div.product p.bottom strong.posun {
			top: 14px;
		}
			div.product p.bottom a.add2basket {
				background: transparent url(../images/add2basket-ico.gif) 0 1px no-repeat;
				color: #FE4110;
				padding: 4px 0 4px  30px;
				position: absolute;
				left: 5px;
				height: 25px;
			}
				div.product p.bottom a.add2basket:hover {
					color: #000;
				}
	div.foto {
		width: 192px;
		float: right;
	}
		div.foto h5 {
			padding: 1px 5px;
			background: #CCEFFC;
			font-size: .93em;
			font-weight: normal;
			border-top: solid 1px #00AEEF;
			border-top-width: 3px;
		}
			div.foto h5.otherf {
				margin-top: 5px;
				font-size: .83em;
				width: auto;
			}
				div.foto a span.zoom-ico {
					background: transparent url(../images/zoom-ico.gif) top left no-repeat;
					display: block;
					position: relative;
					top: -22px;
					left: 2px;
					height: 19px;
					width: 20px;
				}
				
	div#prod-detail {
		margin-right: 200px;
		margin-top: 10px;
	}
		div.foto a {
			text-decoration: none;
		}
		 div.foto a img {
			border: solid 1px #CCEFFC;
		}
			div.foto a:hover img {
				border-color: #00AEEF;
			}
		
	#photos a.fotodetail {
		width: 80px;
		float: left;
		margin: 10px 0 0 10px;
	}
	div#prod-detail #souhrn {
		border-color: #DDDDDD;
	}
		#souhrn table#short-info {
			margin: 8px 5px;
			font-size: .87em;
			border-collapse: collapse;
			width: 340px;
			_width: 325px;
		}

			#short-info th, #short-info td {
				padding: 2px 5px;
				border-top: solid 1px #F3F3F1;
			}
			#short-info th {
				font-weight: normal;
				width: 100px;
			}
			#short-info th.noborder, #short-info td.noborder {
				border-top: none;
			}
				#short-info td strong.price {
					color: #FE4100;
				}
			#short-info tr.akce td {
				color: #000;
				background: #FFF url(../images/icons/sleva.gif) top right no-repeat;
				height: 36px;
				min-height: 36px;
			}
			
			#short-info tr.pricetr th, #short-info tr.pricetr td {
				border: solid 2px #FE4110;
				border-width: 2px 0;
				background: #FEECE1;
			}
			#short-info tr.akce td.pictotd {
				padding: 0 3px 0 3px;
				text-align: left;
			}
			
			#short-info a.pictoimg img {
				border: solid 1px #FFF;
				padding: 0;
				padding-top: 1px;
			}
				#short-info a.pictoimg:hover img {
					border-color: #CACACA;
				}


		#prod-detail #souhrn h5 {
			background: #DDDDDD;
			color: #000;
			border-top: solid 3px #404040;
		}
	div#colors {
		font-size: .87em;
		margin: 5px 0;
		border-top: solid 1px #DDD;

	}
	div#colors h6 {
		font-size: .9em;
		padding-bottom: 3px;
		background: #F3F3F1;
	}
	
		#colors ul, #colors ul li {
			margin: 0;
			padding: 0;
			list-style: none;
		} 
		
	div#prod-detail #detail-info, #prod-detail #souhrn {
		margin: 35px 0 5px 0;
		border: solid 1px #F9B2DC;
		border-top-width: .2em;
		position: relative;
		padding: 10px 0;
	}
		#detail-info h5, #souhrn h5 {
			position: absolute;
			top: -1.6em;
			left: -1px;
			color: #FFF;
			background: #EC008C;
			padding: .1em 5px;
			font-size: 1em;
			font-weight: bold;
		}
		 #prod-detail #souhrn {
		 	padding-top: 5px;
			margin-top: 1.2em;
		 }
		#detail-info p {
					line-height: 1.35em;
		}
			#souhrn p.popis-kratky {
				font-style: italic;
			}

/* vlastnosti pro kosik */
	#basketin h3, #checkcode h3 {
		font-size: .9em;
		padding: 5px;
		margin: 2px 0 3px 0;
		border: solid 1px Gray;
		background: #E4E4E4;
		border-top: solid 3px #696969;
		color: #696969;
	}
	table#basketcontent {
		border-collapse: collapse;
		border: solid 1px #ddd;
		margin-bottom: 5px;
		font-size: .87em;
		width: 100%;
	}	
	#zpusob-dopravy {
		width: 175px;
		border-collapse: collapse;
		border: solid 1px #ddd;
		font-size: .87em;

	}
		#basketcontent	thead {
			background-color: #F5F5F5;
			font-weight: normal;
			border-bottom: solid 1px #DDD;
		}
			#basketcontent	thead th {
				font-weight: normal;
				font-style: italic;
				font-size: .9em;	
			}
		#basketcontent	th, #basketcontent td, #zpusob-dopravy td, #zpusob-dopravy th {
			padding: 2px 5px;
		}
			#basketcontent	td.name {
				width: 346px;
			}
				#basketcontent	td.name a:link, #basketcontent td.name a:visited {
					color: #FE4110;
					text-decoration: underline;
				}
					#basketcontent	td.name a:hover {
						color: Black;
						text-decoration: none;
					}
			#basketcontent	td.pocet-ks {
				width: 30px;
			}
				#basketcontent	td.pocet-ks input.ks {
					width: 1em;
					text-align: right;
				}
			#basketcontent	td.cena {
				width: 5em;
			}
			#basketcontent	td.remove a img {
				border: none;
			}
			#basketcontent tr.recount {
				border-top: solid 1px #DDD;
			}
			
		#basketcontent	tfoot, #zpusob-dopravy tr.vysledek, #basketcontent tr.bonus {
			background-color: #FFE7CA;
			color: #000;
			border: solid 3px #FE4100;
			font-weight: bold;
		}
			#basketcontent tr.bonus {
				border: none;
			}
			#basketcontent tr.vysledek {
				border-top: solid 1px #007199;
			}
			#basketcontent tr.vysledek td {
				background: #DFF6FF;
				color: #005675;
				font-weight: bold;
				font-size: 1.1em;
				padding: 3px;
			}
			#basketcontent	tfoot tr, #zpusob-dopravy tfoot tr {
				margin-top: 5px;
				border-top: solid 1px #CCC;
			}
			#basketcontent	tfoot td, #zpusob-dopravy tfoot td  {
			font-weight: bold;
			padding: 2px 5px;
			}	
			#zpusob-dopravy tr.trdoprava {
				font-weight: normal;
			}
			#zpusob-dopravy tr.trdoprava 	td.radio {
				padding: 2px 5px ;
				width: 20px;
			}
			#zpusob-dopravy tr.trdoprava 	td.label {
				padding: 2px 5px ;
				width: 356px;
			}
			#basketcontent td.cena, #zpusob-dopravy td.cena-dopravy {
				text-align: right;
				width: 5em;
			}
			form#checkcode {
				margin: 20px 0 10px 0;
			}			
			#checkcode fieldset {
				padding: 5px 10px;
				border: solid 1px #DDD;
				background: #F5F5F5;
			}
			tr.slevaradek {
				background: #FE4100; color: #FFF; border: solid 3px #FE4100;
				border-top-color: #DDD;
			}
			tr.buttons td {
				padding-top: 15px;
			}
			
	#basketin {
		position: relative;
	}
	#basketin p.poznamka {
			font-size: .87em;
			color: #696969;
			padding-top: 10px;
			padding-bottom: 10px;
			border-top: solid 1px #696969;
	}
	
	table#zpusob-dopravy td.doprcol1 {
		width: 378px;
		border-right: solid 1px red;
	}

	form#zakaznik_form, form#billingmethod, form#transportform {
		background: #F5F5F5;
		width: 375px;
	}	
		zakaznik_form fieldset {
			border: solid 1px #F5F5F5;
			width: 375px;
		}
		#zakaznik_form input {
			width: 180px;
		}
			#zakaznik_form input#fa_checkbox, #zakaznik_form input.check {
				width: 15px;
			}
	table .right {
		text-align: right;
	}
	
	hr.basketbottom {
		height: 1px;
		border: none;
		border-top: solid 1px #FE4100;
		margin: 5px 30px 10px 30px;
	}
	div.strankovani {
		font-size: .83em;
		margin: 3px 10px 15px 10px;
		height: 2em;
	}
		div.strankovanibottom {
			clear: both;
		}

		.strankovani a.page {
			display: block;
			float: left;
			width: 17px;
			text-align: center;
			background: #FFF url(../images/paging-link-bckgr.gif) top left no-repeat;
			height: 17px;
			text-decoration: none;
			margin-right: 5px;
			padding-top: 2px;
		}
			.strankovani a.page:link, .strankovani a.page:visited {
				color: #000;
			}
			.strankovani a.page:hover {
				color: #F00;
			}	
		.strankovani a.actual:link, .strankovani a.actual:visited, .strankovani a.actual:hover {
			color: #8F8F8F;
			background-image: none;
			cursor: text;		
		}
			.strankovani a.page span.numero {
				padding-top: 2px;
			}
			.strankovani span.nodisp {
				display: none;
			}
			 .strankovani div.paging span.float {
			 	float: left;
			 }
			 .strankovani hr.hrpageing {
			 	clear: left;
				color: #FFF;
				border: solid 1px #FFF;
				margin: 0;
				padding: 0;
				background: #FFF;
			 }
			.strankovani .order {
				float: right;
				text-align: right;
			}
				p.barvy {
					background: #F3F3F1;
					margin: 0;
					font-size: .93em;				
					margin-top: 5px;
					padding: 2px 5px;
				}

			ul#barvy {
				list-style: none;
				font-size: .93em;
				margin: 5px;
				margin-left: 20px;
				
			}
				#barvy li {
					list-style: disc;
				}
				#souhrn ul#barvy a:link {
					color: #505050;
					text-decoration: underline;
				}
				#souhrn #barvy a:visited {
					color: #5C5C5C;
				}
				#souhrn #barvy a:hover {
					color: #FE4110;
				}
/* td.kolekce */
	table#short-info td.kolekce {
		height: 28px;
		background: transparent url(../images/icons/chilli.gif) right 2px no-repeat;
	}
	table#short-info td.EAS {
		background-image: url(../images/icons/easy.gif);
	}
	table#short-info td.CHI {
		background-image: url(../images/icons/chilli.gif);
	}
	table#short-info td.HIT {
		background-image: url(../images/icons/hit.gif);
	}
	table#short-info td.VDB {
		background-image: url(../images/icons/vdb.gif);
	}
	table#short-info td.NHL {
		background-image: url(../images/icons/nhl.gif);
	}
	table#short-info td.BFL {
		background-image: url(../images/icons/bfl.gif);
	}
	table#short-info td.RB {
		background-image: url(../images/icons/rb.gif);
	}
	table#short-info td.ELI {
		background-image: url(../images/icons/eli.gif);
	}
	table#short-info td.BAG {
		background-image: url(../images/icons/bag.gif);
	}
.smaller {
	font-size: smaller;
}
#content.katalog #stav {
	padding-bottom: 30px;
}
 #stav span {
	display: block;
	width: 100px;
	height: 18px;
	margin-right: 10px;
	float: left;
	background: transparent url(../images/icons/skladem.gif) top left no-repeat;
}
	#stav span#skladem {
		background-image: url(../images/icons/skladem.gif);
	}
	#stav span#doporucujeme {
		background-image: url(../images/icons/doporucujeme.gif);
	}
	#stav span#novinka {
		background-image: url(../images/icons/novinka.gif);
	}
	#stav span#akce {
		background-image: url(../images/icons/akce.gif);
	}
	
	a.likebutton, form button.likebutton, form input.likebutton, button.likebutton {
		background: #E8E8E5;
		font-weight: bold;
		text-decoration: none;
		padding: 0;
		cursor: pointer;
		border: solid 2px #515151; /*#515151;*/
		border-style: outset;
		font-size: 1em;
		margin-left: 8px;
		color: #000;
	}
		a.likebutton {
			padding: 1px 3px;
			display: block; 
			width: 3em;
		}
		button.likebutton a {
			color: #000;
			text-decoration: none;
		}
		form input.order {
			font-weight: bold;
			border-color: #FE4110;
			background-color: #FFE7CA;
		}
	
/* styly pro komentare k vyrobkum */
		#diskuse {
			margin-top: 15px;
			padding-top: 15px;
			border-top: solid 1px #FE4110;
		}
			#diskuse h5 {
				padding-bottom: 10px;
			}
			#diskuse form#disscussform fieldset {
				border: solid 1px #DFDFDF;
				background: #F8F8F8;
			}
			#diskuse form#disscussform table {
				margin: 10px; 
			}
			#diskuse form#disscussform th {
				font-size: .87em;
			}
			#diskuse form p.pozn {
				margin: 8px 5px;
				font-size: .87em;
			}

			
			#diskuse div.quest {
				margin: 15px 7px;
				padding: 5px;
				border-bottom: dashed 1px #DDD;
			}
			#diskuse div.answear {
				margin: 10px;
				border: solid 1px #CCC;
			}
				#diskuse div.answear h4 {
					padding: 2px 5px;
					background: #FEBFAF; /*#DEDEDE;*/
				}
			

/* podekovani za objednavku */
	div#thnx {
		margin: 0 180px 5px 10px;
		padding: 10px;
		line-height: 1.4em;
	}		
		div#thnx h3 {
			margin: 0 0 5px 0;
			padding: 0 0 0 3px;
			font-size: .93em;
		}
		#thnx p {
			margin: 10px 0;
			padding-bottom: 10px;
			border-bottom: solid 1px #DDD;
		}	
		
	strong.DB_msg {
		font-size: 1.03em; padding: 3px 5px; background: #FFF; border: solid 1px #F00; color: #F00;
		margin: 10px 10px 2px 10px;
	}
	
	div#summary {
		width: 175px;
		float: right;
		font-size: .83em;
		_font-size: 11px;
	}
		#summary h3 {
			background-color: #FE4110; color: #000; font-size: 1em; padding: 5px;
		}
		
		div#summary #summarytable {
			border-collapse: collapse;
		border: solid 1px #E2E2E2;
		}
			div#summary #summarytable td {
				padding: 2px 5px 2px 5px;
			}
			#summarytable tr.vysledek {
				background: #FEECE1;
				font-weight: bold;
				padding-top: 3px;
			}
				#summarytable td.brdrtop {
					border-top: solid 3px #FE8567;
					padding-top: 3px;
				}
			#summarytable td.price {
				padding-bottom: 3px;
				border-bottom: solid 1px #E2E2E2;
			}
	
	#zakaznik_table {
		margin: 10px; 
		font-size: .93em;
		_font-size: 11px;
		width: 360px;
	}
	#zakaznik_table h4 {
		font-size: 1em;
	}

		#zakaznik_table td.basket-hr {
			padding: 5px 0 5px 5px;
			background: #EBEBEB;
			border: solid 5px #F5F5F5;
			border-width: 8px 0 4px 0;
		}
	#zakaznik_table td.w100 {
		width: 160px;
		padding-left: 5px;
		padding-right: 0;
	}
			#fa_address td.w100 {
				font-size: 0.93em;
				padding-right: 0;
			}
		

		table#regmap {
			width: 100%;
			border-collapse: collapse;
			height: 65px;
			margin: 10px 5px;
		}
			#regmap a img {
				border: none;
			}
			#regmap tr td {
				text-align: center;
				vertical-align: middle;
			}
		
		.lightgrey {
			color: #7F7F7F;
		}
		strong#fa {
			text-decoration: underline;
		}
		table#fa_address {
	 		display: none; 
		}
		ul.regform_err {
			margin: 10px 10px 10px 30px;
			font-weight: bold;
			color: #FE4110;
		}
			#prod-detail #detail-info ul.descr {
				margin-left: 30px;
			}
				#prod-detail #detail-info ul.descr li {
					margin-top: 5px;
					list-style: square;
					padding: 0;
					margin: 0;
				}
				#prod-detail #detail-info ul.descr br {
					display: none;
				}
			#souhrn p.popis-kratky {
				font-style: italic;
			}

			
.product {
margin:0px 20px 30px 20px!important;
border-color: #FF4110 !important;
}
#types {display:none !important}
#prod-detail{padding-right: 20px !important}
.foto{margin-top: 15px !important}
.foto img{border:1px solid #00AEEF !important}
.foto h5 {display:none !important}
			
    div#barvy div.colthumb {width: 60px; float: left; margin: 5px; text-align: center;}
      .colthumb a {text-decoration: none;}
      .colthumb a img {border: none;}
      div#barvy div.colthumb span.colname {font-size: .83em;}
		
input.buttonback, input.buttoncontinue {
	width: 78px;
	height: 25px;
}
input.buttoncontinue {
	width: 85px;
}
		
/* clear classes */
	.orange {
		color: #FE4110;
	}
	.upper {
		vertical-align: top;
	}
	.center {
		text-align: center;
	}
