/* CSS Document */

/* ################################################ */
/* ##### BOF Borek - CSS pro zobrazeni MYCOLS ##### */
/* ################################################ */

.productCard {
	width: 190px;
	height: 280px;
	float: left;
	margin: 3px 2px;
}

.topCard {
	background-image:url(../images/pl_2top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 100%;
	height: 26px;
}

.imgBG {
	background-image:url(../images/pl_2back.gif);
	background-repeat:repeat-y;
	height: 125px;
	text-align: center;
}

.textBG {
	background-image:url(../images/pl_2backw.gif);
	background-repeat:repeat-y;
	font-size: 1.3em;
	font-weight: bold;
	color: #444444;
	height: 40px;
	padding: 3px 5px;
	text-align:center;
}

.priceBox {
	background-image:url(../images/pl_2backw.gif);
	background-repeat:repeat-y;
	height: 65px;
	padding: 5px 5px;
	text-align: center;
}

.cena {
	font-size: 1.2em;
	font-weight: bold;
	color:#FF0000;
}

.cenaSDPH {
	font-size: 1.2em;
	font-weight: bold;
	color:#444444;
}

.botCard {
	background-image:url(../images/pl_2bot.gif);
	background-repeat:no-repeat;
	height:10px;
}

.pImgCenter {
	margin: 0px auto;
}

.productCard2 {
	width: 295px;
	height: 166px;
	float: left;
	margin: 3px 1px;
	font-size: 10px;
}

.topCard2 {
	background-image:url(../images/pl_3top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 100%;
	height: 26px;
}

.CardBody2 {
	background-image:url(../images/pl_3back.gif); 
	background-repeat:repeat-y; 
	width: 100%;
	height: 130px;
}

.imgBG2 {
	width: 130px; 
	height:130px; 
	text-align:center; 
	float:left;

}
.textBG2 {
	width:159px; 
	float:left; 
	height:36px; 
	padding: 0 3px;
	color: #c00000;
}
.popisBG2 {
	width:159px; 
	float:left; 
	height:41px; 
	padding: 0px 3px;
}
.priceBox2 {
	width:159px; 
	float:left; 
	height:30px; 
	padding: 0 3px;
}
.toBasket2 {
	width: 159px; 
	float:left; 
	height:20px; 
	text-align:center;
}
.botCard2 {
	background-image:url(../images/pl_3bot.gif);
	background-repeat:no-repeat;
	height:10px;
}
