BODY, HTML, TD {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	
	
}

BODY, HTML {
	margin: 0px;
	padding: 0px;
	background: #202020;
	color: #ffffff;
	height: 100%
}

IMG {
	border: none;
}

HR {
	width: 100%;
	color: #000000;
	background: #000000;
	height: 1px;
	border: 0px;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A {
	color: #666666;
	text-decoration: none;
}

A:hover {
	color: #999999;
	text-decoration: underline;
}

SPAN {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#leftColumn { 
	background-color: black;
}

#pageCaption {
	position: relative;
	height: 80px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}

/*#blockMain {
	padding: 0;
	margin: auto;
	text-align: left;
	background-color: #202020;
	width: 770px;
	background: url('../images/background.gif') repeat-y;
	height: 100%;
}*/

#leftColumn {
	float: left;
	width: 200px;
	height: 100%;
}

#rightColumn {
	float:left;
	background: #202020;
	// margin: 10px 0px 80px 15px;
	padding: 10px;
	width: 555px;
}

#footer {
	width: 555px;
	clear: both;
}

/*#footer {
	clear: both;
	position: relative;
	top: 50px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 555px;
	height: 50px;
	color: #000000;
}*/

.paddedSmall, A.paddedSmall {
	padding-left: 15px;
	font-size: 11px;
}

a.blue {
	color: #0099cc;
	text-decoration: none;
}

a.blue:hover {
	color: #0099cc;
	text-decoration: underline;
}

/* katalog hodiniek */

#itemDiv {
	visibility: hidden;
	position: absolute;
	background-color: #ffffff;
	width: 500px;
	xheight:500px;
	text-align: center;
	border: 5px solid #0099cc;
	padding: 5px;
}

#itemDivImage {
}

#itemDivCode {
	font-size: 12px;
	color: #000000;
	padding-bottom: 15px;
}

#itemDivName {
	font-size: 12px;
	color: #333333;
}

#closeItemDiv {
	padding: 5px 5px 0 0;
	float: right;
}

.cifernik {
	float: left;
	text-align: center;
	font-size: 10px;
	margin: 3px 3px;
}

.hodinkyItem {
	float: left;
	margin: 5px 5px;
	background-color: white;
	text-align: center;
	font-size: 10px;
	width: 240px;
	height: 260px;
}

.hodinkyItemText {
	margin: 8px 8px;
	text-align: center;
	font-size: 10px;
}

.hodinkyItemCode {
	margin: 4px 4px;
	text-align: center;
	font-size: 10px;
	color:#333333;
}

.itemImage {
	border: 2px solid white; // transparent nefungoval
	margin: 2px;
}

.submenu {
	padding-bottom:10px;
}

.submenuItem {
	padding:2px;
	padding-left:15px;
	font-size:12px;
}

a.submenu {
	color: silver;
	text-decoration: none;
}

a:hover.submenu {
	color: #0099cc;
	text-decoration: none;
}

a.katalog {
	color: #000000;
	text-decoration: none;
}

a.katalog:hover {
	color: #0099cc;
	text-decoration: none;
}

input, textarea {
	border: solid 0pt;
	margin: 3px;
	background-color: white;
	color: black;
}

.floatingBlock {
	padding: 3px; 
	float: left;
}

.sortimentItem {
	background-color: white;
	margin: 2px;
	padding: 3px; 
	float: left;
	text-align: center;
}

.sortimentKategoria {
	margin: 3px 3px;
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: center;
}

.Item {
	background-color: #ffffff;
}

.ItemHeader{
	color: #F70721;
	margin-top: 20px;
	padding: 2px;
	background-color: black;
	text-align: center;
	font-size: 20px;	
}

.ItemText{
	margin-top: 4px;
	font-size: 11px;
	border: 1px solid #000000;
	background-color: #333333;
	width: 98%;
	padding: 5px;
}

