body  { 
  text-align: center;
}

body,input,table,select,textarea {
  font: normal 13px/170% Tahoma, Verdana;
  color: #333;
}


label,input.submit,button {
	cursor: pointer;
}


div.cleaner {
  display: block;
  width: 100%;
  height: 0;
  visibility: hidden;
  float: none;
  clear: both;
  _line-height: 0;
  margin: 0;
}

noscript {
	color: white;
	background-color: red;
	font-size: 25px;
	line-height: 30px;
	display: block;
	padding: 20px; 	
}

input.checkbox {
	width: auto !important;	
}

#container {
	width: 950px;
	margin: 0 auto 20px auto;
}


#container .appBtn1 {
	padding: 5px 15px;
	color: #555;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	background-color: #eee;
	border: 1px dashed #aaa;	
	display: block;
	margin: 0 0 10px 0;
}

#container div.appMsgOk {
	padding: 11px 0 11px 55px;
	color: #045300;
	font-weight: bold;
	text-align: left;
	background: #caffc7 url("../../img/_common/icons/icon_ok25.png") no-repeat 13px 8px;
	border: 1px dashed #65c95f;	
	margin-bottom: 10px;
}

#container div.appMsgError {
	padding: 11px 0 11px 55px;
	color: #600;
	font-weight: bold;
	text-align: left;
	background: #ffadad url("../../img/_common/icons/icon_error25.png") no-repeat 13px 8px;
	border: 1px dashed #bf4545;	
	margin-bottom: 10px;
}





/*** HEADER ***/

#header {
	height: 100px;
	width: 970px;
	position: relative;
	border-bottom: 1px dashed #888;
	margin-bottom: 10px;
}

	#header a.logo {
		display: block;
		width: 150px;
		height: 80px;
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: left;
		background-color: #eee;
	}


	#header #cart {
		width: 210px;
		height: 90px;
		position: absolute;
		background-color: #eee;
		right: 0;
		top: 0;
	}
	
		#header #cart p {
			position: absolute;
			width: 200px;
			top: 32px;
			left: 0px;
			text-align: right;
			color: #555;
			font-weight: bold;
		}
		
			#header #cart p span {
				font-weight: normal;
			}
	
		#header #cart a {
			display: block;
			position: absolute;
			width: 80px;
			height: 20px;
			font-size: 70%;
			line-height: 100%;
		}
		
		#header #cart a.title {
			font-size: 100%;
		}
		
		#header #cart a.btn-cart {
			background-color: #fff;
			bottom: 5px;
			left: 5px;
			/*
			/www/img/_common/btn_cart_w80.jpg
			*/
			
		}
		
		#header #cart a.btn-order {
			background-color: #fff;
			bottom: 5px; 
			right: 37px;
			/*
			/www/img/_common/btn_cart_w80.jpg
			*/
			
		}
		
		#header #cart h3 {
			color: #000;
			font-size: 14px;
			position: absolute;
			top: 5px;
			left: 10px; 
		}
		
			#header #cart h3 a {
				position: static;
				display: inline;
				width: auto;
				height: auto;
				color: #000;
			}
			
			#header #cart h3 a:hover {
				text-decoration: none;  
			}
	






/*** FOOTER ***/

#footer {
	padding-top: 5px;
	padding-bottom: 25px;
	border-top: 1px dashed #ccc;
	text-align: center;	
	color: #888;
}

#footer a {
	color: #888;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;	
}







/*** LEFTNAV ***/

#leftnav {
	width: 220px;
	text-align: left;
	float: left;	
	margin-bottom: 10px;
}

	#leftnav ul li {
		display: block;
		border-top: 1px solid #ccc;
	}
	
	#leftnav ul li a {
		background: url(../../img/_common/icons/icon_arrow_grey_right.png) no-repeat 5px 5px;
		display: block;
		padding: 2px 5px;
		color: #333;
		text-decoration: none;
	}
	
	#leftnav ul li.level0 a {
		padding-left: 5px;
		background-position: 9999px 9999px;
		font-size: 110%;
		font-weight: bold;
	}
	
	#leftnav ul li.level1 a {
		padding-left: 25px;
		background-position: 5px 5px;
		font-size: 100%;
		font-weight: normal;
	}
	
	#leftnav ul li.level2 a {
		padding-left: 45px;
		background-position: 23px 5px;
		font-size: 85%;
		font-weight: normal;
	}
	
	#leftnav ul li.level3 a {
		padding-left: 75px;
		background-position: 45px 5px;
		font-size: 75%;
		font-weight: normal;
	}
	
	

	#leftnav ul li a:hover {
		background-color: #ddd;
		text-decoration: underline;
	}
	
	#leftnav ul li.active a {
		background-color: #eee;
		color: #000;
	}
	





	 	
	
/*** CONTENT ***/

#content {
	margin: 0;
	text-align: left;	
	width: 700px;
	float: right;
}


	#content h1 {
		color: #000;
		margin-bottom: 10px;	
		font-size: 170%;		
	}
	
	#content h1.title-catalog {
		border-bottom: 1px dashed #aaa;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	
	#content h1.title-other {
		color: #777;
	}

	#content h2 {
		color: #333;
		margin-bottom: 10px;	
		font-size: 130%;
	}
	
	#content h3 {
		/*
		color: #07a;
		*/
		color: #555;
		font-size: 110%;
		margin-bottom: 10px;	
	}
	
	#content ul {
		list-style: square outside;
		margin-left: 1.5em;	
	}
	








/** items grid **/
#content table#itemgrid {
	width: 100%;
	margin-bottom: 15px;
}

	#content table#itemgrid td.col1 { padding: 15px 15px 15px 0; 	width: 204px; border-width: 0 1px 1px 0; text-align: left; } 
	#content table#itemgrid td.col2 { padding: 15px 15px 15px 15px;	width: 220px; border-width: 0 0 1px 0; text-align: center; } 
	#content table#itemgrid td.col3 { padding: 15px 0 15px 15px;	width: 204px; border-width: 0 0 1px 1px; text-align: right; }
	
	#content table#itemgrid td.row1 { padding-top: 0; }

	#content table#itemgrid td.item {
		vertical-align: top;
		border-color: #ccc;
		border-style: solid;
		text-align: center !important;
	}
	
		#content table#itemgrid td.item a.name {
			display: block; 
			font-size: 115%; 
			line-height: 18px; 
			/*color: #b33333; */
			text-align: left;
			font-weight: bold;
			text-decoration: none;
			padding: 5px 0;
		}
		
			#content table#itemgrid td.item a.name:hover {
				text-decoration: underline;
			}
	
	
		#content table#itemgrid td.item .price {
			/*color: #b33333;*/
			font-size: 120%;
			line-height: 120%;
		}
		
		#content table#itemgrid td.item a.open-item {
		}
	
	#content table#itemgrid td.empty {
		padding: 25px;
		color: #555;
		text-align: center;
		width: 100%;
		background-color: #ffd1d1;  
	}
	
	#content table#itemgrid td.pagination {
		padding-top: 10px;
		color: #777;
		font-size: 14px;
		font-weight: bold;
	}
	







/**** OTVORENA POLOZKA ***/


/** fotogaleria k polozke **/
#content .item-images {
	margin-bottom: 10px;
}

	#content .item-images a {
		display: block;
		border: 1px solid #ccc;
		padding: 2px;
		margin: 0 10px 10px 0;
		float: left;
	}
	
		#content .item-images a:hover {
			border-color: black;
		}




/** dlhy popis **/
#content .item-long-desc {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #eee;
}

#content .item-detail-buy {
	/*background-color: #def5c5; */
	background-color: #eee;
	padding: 15px; 
	margin-bottom: 10px;
}

	#content .item-detail-buy p {
		/*color: #54782d; */
		color: #555;
		font-size: 115%; 
		margin-bottom: 5px;
	}




#content .item-detail-info {
	/*background-color: #C2EFF4; */
	background-color: #eee;
	padding: 15px;
}

	#content .item-detail-info .desc1 {
		font-weight: bold; 
		font-size: 115%;
		margin-bottom: 1em; 
	}
	
	#content .item-detail-info table.attributes {
		width: 100%; 
		font-size: 13px; 
		margin-bottom: 1em;
	}

		#content .item-detail-info table.attributes th,
		#content .item-detail-info table.attributes td {
			/*
			color: darkgreen;
			background-color: #ddf7fa;
			*/
			background-color: #ddd;
			color: #555; 
			padding:2px 6px;
		}	
		
		
#content .item-detail-info .block-price {
	/*color:#B33333*/
	color: #000;
	font-size: 115%;
	text-align: right;
}


#content .btn-buy-w115 {
	width: 115px;
	height: 28px;
	cursor: pointer;
	display: block; 	
}









#content table.order3-customer-type-select {
	width: 100%;	
}

	#content table.order3-customer-type-select td {
		padding: 20px;
		width: 50%;
	}
	
	#content table.order3-customer-type-select td.col1 {
		text-align: right;
	}
	
	#content table.order3-customer-type-select td.col2 {
		text-align: left;
	}










/*
#content .btn1-green {
	background: url("../../img/_common/btn1_green.png") no-repeat top left !important;
	width: 85px !important;
	text-align: center;
	cursor: pointer;
	line-height: 18px;
	font-size: 12px;
	color: #fff !important;
	padding-top: 3px;
	height: 22px;
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 10px;
}


#content .btn2-green {
	background: url("../../img/_common/btn2_green.png") no-repeat top left !important;
	width: 150px !important;
	text-align: center;
	cursor: pointer;
	line-height: 18px;
	font-size: 15px;
	color: #fff !important;
	height: 34px;
	padding-top: 16px;
	display: block;
	float: left;
	margin:20px 20px 0 auto;
	text-decoration: none;
	font-weight: bold;
}

#content input.btn2-green {
	padding-top: 0;
	height: 50px;	
}
*/

/*
#content .btn2-grey {
	background: url(../img/btn2_grey.png) no-repeat top left;
	width: 150px;
	text-align: center;
	cursor: pointer;
	line-height: 18px;
	font-size: 15px;
	color: #fff !important;
	height: 34px;
	padding-top: 16px;
	display: block;
	float: left;
	margin:20px 20px 0 auto;
	text-decoration: none;
	font-weight: bold;
}

#content a.btn1-red {
	background: url(../img/btn1_red.png) no-repeat top left;
	width: 85px;
	text-align: center;
	cursor: pointer;
	line-height: 18px;
	font-size: 12px;
	color: #fff !important;
	padding-top: 3px;
	height: 24px;
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 10px;
}


#content a.btn1-orange {
	background: url(../img/btn1_orange.png) no-repeat top left;
	width: 85px;
	text-align: center;
	cursor: pointer;
	line-height: 18px;
	font-size: 12px;
	color: #fff !important;
	padding-top: 3px;
	height: 24px;
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 10px;
}

*/

/*
#content .btn1-175x28 {
	vertical-align: middle;
	text-align: center;
	background: url("../../img/_common/btn_bg1_175x28.jpg") no-repeat top left;
	color: #333;
	width: 175px;
	height: 28px;
	cursor: pointer;
}


*/




#content table.list1 {
	width: 100%;
	border: 1px solid #ddd;
}

	#content table.list1 tr.hover {
		background-color: #eee !important;
	}
	
	#content table.list1 th,
	#content table.list1 td {
		padding: 4px 6px;
		border-bottom: 1px solid #ddd;
		vertical-align: middle;	
	}
	
	#content table.list1 th {
		background: url("../../img/_common/bg1.jpg");
	}
	
	#content table.list1 td {
	}
	
	#content table.list1 td a {
		color: #444;	
	}
	
	#content table.list1 th.pagination {
		color: #555;
		text-align: center;
	}
	
	#content table.list1 td input,
	#content table.list1 td textarea {
		/*border: 0px solid #bbb;*/
		width: 340px;	
		padding: 2px 4px;
		/*background: url(../img/form_textarea_781x117.png) no-repeat top left;*/
	}
	
	#content table.list1 td input.checkbox {
		width: auto;
		/*
		margin:0;
		padding:0;
		border:0;
		background: none;
		*/	
	}
	






#content table.list2 {
	width: 100%;
	border: 1px solid #ccc;
}

	#content table.list2 td,
	#content table.list2 th {
		padding: 4px 6px;
		vertical-align: top;
	}	


	#content table.list2 th {
		background: #eee url("../../img/_common/bg1.jpg");
		border-bottom: 1px solid #ccc;
	}
	
	#content table.list2 td {
		border-bottom: 1px solid #ddd;
	}









#content table.list3 {
	width: 100%;
	/*border: 2px solid #aaa;*/
}

	#content table.list3 td,
	#content table.list3 th {
		padding: 8px 6px;
		vertical-align: top;
		border: 0px solid #aaa;
	}	


	#content table.list3 th {
		/*
		background: #eee url(../img/bg1.jpg);
		border-bottom: 1px solid #ccc;
		*/
	}
	
	#content table.list3 td {
	}




#content table.list4 {
	width: auto;
	border: 0;
	margin-left: 2em;
}

	#content table.list4 td,
	#content table.list4 th {
		padding: 0;
		vertical-align: top;
	}	


	#content table.list4 th {
	}
	
	#content table.list4 td {
	}









/*
#content div.simpleblock1 .noticeicon {
	float:right;
	color:#333;
	background-color:#EAD790;
	font-size:10px;
	font-weight:bold;
	padding:4px 10px;	
}

#content div.simpleblock1 .content {
	background-color: #fff6d5;
	border: 1px solid #ead790;
	border-top-width: 0;
	padding: 5px;
}

#content div.simpleblock1 .content .info {
	background-color: #ffefb6;
	padding: 2px 5px;
	margin-bottom: 10px;	
	border: 1px dashed #d8b63a;
}


#content div.simpleblock1 .title {
	background: url(../img/bg2.jpg);
	padding: 7px 0px 5px 8px;	
	padding: 3px 0px 4px 8px;	
	border: 1px solid #ead790;
	border-bottom-width: 0;
	margin-bottom: 0;
	color: #4d3e00;
}


#content div.simpleBlockColorGreen .content {
	background-color: #d5ffbe;	
	border-color: #92ec61;
}

#content div.simpleBlockColorGreen .title {
	background: url(../img/bg3.jpg);
	border-color: #92ec61;
	color: darkGreen;
}
*/




#content table.form1 {
	width: 100%;	
}

	#content table.form1 th,
	#content table.form1 td {
		padding: 5px 10px;	
	}
	
	#content table.form1 th {
		text-align: right;
		width: 150px;
		vertical-align: top;
			
	}
	
	#content table.form1 td input,
	#content table.form1 td textarea {
		
		/*
		background: url(../img/form_textarea_1200x1500.png) no-repeat top left;
		border: 0px solid #bbb;
		padding: 3px 5px;
		*/
		width: 340px;	
	}
	
	#content table.form1 td select {
		/*
		background-color: #f8e28a;
		height: 25px;
		*/
		cursor: pointer;
		width: 352px;	
	}
	
	#content table.form1 td textarea {
		height: 100px;	
	}
	
	



#content table.form2 {
	width: 100%;
	margin-bottom: 15px;	
	/*
	padding: 10px 15px;
	background-color: #fff3c4;
	*/
}

	#content table.form2 th,
	#content table.form2 td {
		padding: 3px 5px;	
	}
	
	#content table.form2 th {
		text-align: left;
		width: 150px;
		vertical-align: top;
		padding-left: 0;
		color: #333;
	}
	
	#content table.form2 td input,
	#content table.form2 td textarea {
		/*
		background: url(../img/form_textarea_1200x1500.png) no-repeat top left;
		border: 0px solid #bbb;
		padding: 1px 3px;
		*/
		width: 190px;	
	}
	
	#content table.form2 td select {
		/*
		border: 1px solid #cfb896;
		background-color: #f8e28a;
		height: 22px;
		*/
			
		cursor: pointer;
		width: 190px;
	}
	
	#content table.form2 td textarea {
		height: 100px;	
	}
	
	






#content table.small1 {
	font-size: 11px;	
}

#content table.small1 td,
#content table.small1 th {
	padding: 2px 4px;	
}
















#content #orderProgressBar {
	width: 100%;
	background: #eee url("../../img/_common/bg_btn1.png") repeat-x 0 0;
	margin: 0 0 10px 0;	
	font-size: 105%;
	line-height: 145%;
	padding: 5px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 	
}

#content #orderProgressBar td {
	color: #000;
	text-align: center;
	width: 25%;
	vertical-align: top;
}

	#content #orderProgressBar td a,
	#content #orderProgressBar td span.a {
		padding: 8px 5px 5px 5px;
		color: #555;
		display: block;
		text-align: center;
		text-decoration: none;
	}
	
		#content #orderProgressBar td a:hover {
			background: #fff url("../../img/_common/bg_btn1.png") repeat-x 0 -80px;
		}
	
	#content #orderProgressBar td span.a span,
	#content #orderProgressBar td a span {
		font-size: 26px;
		line-height: 26px;
		font-weight: bold;
		display: block;	
		color: #777;
	}
	

#content #orderProgressBar td.active a {
	background: #fff url("../../img/_common/bg_btn1.png") repeat-x 0 -160px;
	color: #fff;
}

#content #orderProgressBar td.active a span {
	color: #eee;
}







