/************************************************** shop trolley *******************************************************/
.objednavka-adress
	{
	width:		98%;
	margin-left:	auto;
	margin-right:	auto;
	}
.objednavka-adress tr td
	{
	width:		50%;
	vertical-align:	top;
	border:		1px #cccccc solid;
	padding:	3px;
	}
.objednavka-tovar
	{
	width:		98%;
	margin-left:	auto;
	margin-right:	auto;
	font-size:		11px;
	border:		1px #cccccc solid;
	padding:	3px;
	}
.objednavka-tovar tr td
	{
	vertical-align:	top;
	padding:	3px;
	}
/************************************************** registration *******************************************************/
.formular
	{
	width:	100%;
	}

.formular tr
	{
	height:		30px;
	background-color:	#cccccc;
	}


.formular tr th
	{
	text-align:		left;
	font-size:		11px;
	padding-left:	7px;	
	}

.formular tr td input
	{
	width:			230px;
	text-align:		left;
	padding-left:	7px;
	}
.formular tr th.nadpis
	{
	text-align:		left;
	padding-left:	7px;
	font-size:		17px;
	height:			40px;
	font-weight: bold; 
	font-variant: small-caps; 
	}
/*********************************** vseobecne **************************************************/
h2
	{
	text-align:		left;
	padding-left:	7px;
	font-size:		21px;
	height:			40px;
	font-weight: bold; 
	font-variant: small-caps; 
	}
	
.button
	{
	width:		120px;
	height:		25px;
	border:		1px #b5b5b5 solid;
	font-weight:	bolder;
	}
/***************************************produkty zaciatok*************************************************************/
.prod-obrazok{float:left;margin-right:5px;border:1px #9D9B9B solid;}
.prod-normal{font-weight:normal;}
.prod-bolder{font-weight:bolder;}
.prod-kupit{color:#E24E52;padding-left:3px;cursor:hand;}
.prod-pocet{width:40px;text-align:right;}
.prod-kosik{width:68px;height:20px;border:0;cursor:hand; border-style:none;vertical-align:bottom;}
.prod-cena{font-weight:bolder;font-size:8pt;color:#E24E52;}
.prod-pozadie{text-align:right;background-color:#E5E5E5;background-image:url('/img/skin1/kosik_pozadie.gif');background-repeat:no-repeat;background-position:top left;font-size:10px;}
/***************************************produkty koniec***************************************************************/
.strankaactiv
	{
	font-weight:	bolder;
	text-decoration:none;
	color:			#505050;
	}

.strankanoactiv
	{
	font-weight:	normal;
	text-decoration:underline;
	color:			#000000;
	}