a.shop-link1:link, a.shop-link1:visited { 
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
}
a.shop-link1:hover, a.shop-link1:active { 
	text-decoration: none; 
	font-size: 11px; 
		/*color: rgb(218,46,44);*/ 
	font-weight: bold; 
}

#shop-cena { 
	font-size: 13px; 
	color: black; 
}
#shop-popis { 
	text-align: justify; 
	line-height: 16px; 
	margin: 1px;
}
#shop-form-text { 
	font-family: Arial, Verdana,Tahoma;
	font-size: 11px;  
}
#shop-form-button { 
	font-family: Arial, Verdana,Tahoma;
	/*border: none;
	border: 1px solid silver;*/ 
	padding: 1px 25px 1px 25px;
	font-size: 12px;
	background: rgb(225,225,225);	
	font-weight: bold;
	cursor: pointer;		
}
#shop-form-button:hover {
	color: #fff;
	background: rgb(218,46,44);		
}
#shop-text-info { 
	font-size: 10px; 
	color: gray; 
	line-height: 15px; 
}
/* toolbar v kosiku */
table p { 
	margin: 0px;
	padding: 0px;
}


