a, a:visited {
	text-decoration: none; 
	color: rgb(0,64,128);	
}
a:hover {
	text-decoration: underline;
	color: rgb(0,64,128);	
}
p {
	margin: 0 0 19px 0;		
}
h1 { 
	font-size: 16px; 
	color: #000; 
	font-weight: bold;	
	text-align: center;
	margin: 0 0 19px 0;
	text-decoration: underline;	
}
h2 { 
	font-size: 14px; 
	color: #ff0000;	 
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 19px 0;	
}
h3 {
	font-size: 12px;
	font-weight: normal;	 
	color: rgb(0,0,0);	 
	margin: 0px auto 19px auto;
	width: 95%;		
}
ul, ol {
	margin: 19px 0 19px 40px;
}
.content-info {
	font-size: 10px; 
	color: gray;
	text-align: center;
	line-height: 16px;
}
.content-red { 
	/*font-family: Tahoma; 
	font-size: 11px;*/
	color: rgb(255,0,0); 
	font-weight: normal; 
}
/*
.content-table-nadpis {
	background-color: rgb(251,202,149);
	font-family: verdana, tahoma, arial;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.content-table-data { 
	background-color: rgb(240,240,240);
	font-family: verdana, tahoma, arial;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
.content-table-over { 
	background-color: rgb(255,213,213);
	font-family: verdana, tahoma, arial;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
.content-table-active { 
	background-color: rgb(221,255,221);
	font-family: verdana, tahoma, arial;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
*/

/***** FORM *****/
.form-text { 
	font: normal 12px verdana, arial, helvetica, sans-serif;
	background: rgb(255,255,255);	
	/*color: #2B3999;*/ 
	color: rgb(0,0,0);	
	padding: 2px;
	border: 1px solid silver; 
}
.form-text:hover {
	border: 1px solid rgb(201,33,33);	
} 
.form-submit { 
	font: bold 11px verdana, arial, helvetica, sans-serif;
	background: rgb(201,33,33);
	color: rgb(255,255,255); 
	margin: 0;
	padding: 2px 7px 2px 7px;	
	width: 150px;
	border: 1px solid rgb(201,33,33);		
	cursor: pointer;
}
.form-submit:hover {
	color: rgb(255,255,0);
}

/***** SHOP *****/
.content-box { 
	display: block; 
	float: left;
	margin: 3px;
	padding: 0px;
	width: 138px;
	height: 138px;
	border: 1px solid rgb(235,235,235);
	cursor: pointer;	
		/*border: 1px solid silver;*/	
}
.layout-middle-home a:hover, .layout-middle a:hover { 
	text-decoration: none;
}
.content-box:hover {
	border: 1px solid rgb(255,0,0);
}
.content-box-image {
	margin: 10px auto 2px auto;
	padding: 0;
	width: 90px; 
	height: 90px; 
		/*border: 1px solid red;*/
} 
.content-box-tovar {
	margin: 0px auto;
	text-align: center;	
	width: 130px;
	height: 40px;
	overflow: hidden;
	font-size: 11px;
	line-height: 15px;		
		/*border: 1px solid black;*/	
}
.content-box-novinka {
	background: url(./pic/bg-novinka.png); 
	width: 50px;
	height: 50px; 
	position: absolute;
	z-index: 10;
	margin-left: 88px;
		/*border: 1px solid red;*/	
}
.content-box-vypredaj {
	background: url(./pic/bg-vypredaj.png); 
	width: 50px;
	height: 50px; 
	position: absolute;
	z-index: 10; 
	margin-left: 88px;
}
.content-box-outlet {
	background: url(./pic/bg-outlet.png); 
	width: 50px;
	height: 50px; 
	position: absolute;
	z-index: 10; 
	margin-left: 88px;
}
.content-tovar-detail-image {
	border: 1px solid rgb(235,235,235);
	width: 250px;
	text-align: center;
}
.content-tovar-detail-tien {
	background: url(./pic/shadow_bottom.png) top center no-repeat;
	width: 250px;	
	height: 10px;
}
#table-tovar-detail {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 1px;
		/*border-color: rgb(221,221,221);*/
	border-color: rgb(255,255,255);			
}

#table-tovar-detail {
	/*background: url(./pic/roh33.png) -65px top no-repeat;*/
}
#table-tovar-detail td.head {
		/*background: rgb(245,245,245);*/
		/*background: rgb(251,202,149);*/
	background: rgb(220,220,220) url(./pic/shadow_bottom.png) top left no-repeat;
		/*background: rgb(206,234,168);*/
		/*background: rgb(206,234,168);*/			
	text-align: left;
	padding: 3px 3px 3px 5px;
	height: 25px;
	border-width: 1px;
		/*border-color: rgb(221,221,221);*/
	border-color: rgb(255,255,255);	
	border-style: solid;
	color: rgb(100,100,100);
}
#table-tovar-detail td.body {
	background: rgb(245,245,245);
	/*background: url(./pic/roh22.png) left top no-repeat;*/	
	text-align: left;
	padding: 3px 3px 3px 5px;
	border-width: 1px;	
	/*border-color: rgb(221,221,221);*/
	border-color: rgb(255,255,255);	
	border-style: solid;
	text-align: justify;
	/*font-weight: bold;*/	
}
#table-kosik-ico tr td {
	font-size: 11px;
	line-height: 20px;
	color: rgb(50,50,50);
}


#table-kosik-tovar {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 1px;
	border-color: rgb(255,255,255);			
}
#table-kosik-tovar tr.head td {
	font-size: 11px;
	background: rgb(251,202,149);
	text-align: center;
	padding: 3px;	
	height: 20px;
	border-width: 1px;
	border-color: rgb(255,255,255);	
	border-style: solid;
	color: rgb(0,0,0);
	font-weight: bold;		
}
#table-kosik-tovar tr.body td {
	font-size: 11px;
	background: rgb(245,245,245);
	padding: 3px;
	height: 20px;	
	border-width: 1px;	
	border-color: rgb(255,255,255);	
	border-style: solid;			
}
#table-kosik-tovar tr:hover.body td {
	background: rgb(255,255,255);
}
.table-kosik-tovar-active td {
	font-size: 11px;
	background: rgb(221,255,221);	
	padding: 3px;
	height: 20px;	
	border-width: 1px;	
	border-color: rgb(255,255,255);	
	border-style: solid;
	background: rgb(221,255,221);	
}

.content-podmienky {
	padding: 5px;
	width: 680px;
	height: 125px;
	overflow: auto;
	text-align: left;
	padding-top: 5px;
	background: rgb(245,245,245);	
	border: 1px solid rgb(230,230,230);
}
.content-error {
	background: rgb(255,255,0);
	border: 1px solid rgb(255,149,14);
	color: rgb(0,0,0);
	font-size: 12px;
	padding: 3px;
	line-height: 16px;	
	width: 95%; 
	margin: 0px auto 10px auto;	
}
#path {
	margin: 0 0 10px 0;
}
#path a {
	margin: 0 0 0 3px;
	text-decoration: none;
	color: rgb(100,100,100);	
}
#path a:hover {
	/*font-size: 11px;*/
	text-decoration: underline;
	color: black;
}
.content-oznam {
	margin: 10px 0 5px 0; 
	padding: 5px; 
	text-align: center; 
	background: rgb(255,0,0); 
	color: rgb(255,255,255);
	font-weight: bold;
}

/***** Velkosti *****/
table.velkosti {
	border-color: rgb(150,150,150);
	border-width: 0 0 1px 1px;
	border-style: solid;
	margin: 0 0 19px 0;	
}
table.velkosti td.thead {
	background-color: rgb(251,202,149);
	color: #000000;
	font-weight: bold;	
}
table.velkosti td {
	padding: 3px;
	border-color: rgb(150,150,150);
	border-width: 1px 1px 0 0;
	border-style: solid;		
}

