body {
	font: 12px "Trebuchet MS", "Geneva CE", lucida, sans-serif; 
	color: #2C2C2C;
	background-color: #f0f0f0;
	margin: 0px;
	width: 100%;
	min-width: 800px;
}

h1 {
	font-size: 150%;
	color: #165ca3;
}

h2, h3{
	color: #43589a;
}
img {
	border: 0px;
}
a img:hover{
	opacity: 0.5;
}
a{
	color: #43589a;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}
table td{
	margin: 0px;
	padding: 2px;
}
a[href^="error:"] {
	background: red;
}
.warning{
	font-size: 13px;
	background-color: red;}
	
/* hlavicka (div) */	
#header{
	background: url("http://www.digimarket.sk/images/css/header.jpg") no-repeat;
	height: 82px;
	display: block;
}
#header h1{
	display: none;
}
#header h2{
	display: none;
}

/* vsetko obsahujuci element (div) */
#container{
	background-color: #fff;
	width: 90%;
	max-width: 1136px;
	margin: auto;
	border: 1px solid #e0e0e0;
}
/* obsahuje left, content a right (div) */
#main{
	clear: both;
	overflow: hidden;
}
/* lavy panel (div) */
#left{
	width: 170px;
	float: left;
	
}
/* stredny panel (div) */
#content{
	margin: 0px 175px 0px 175px;
	padding-top: 5px;
}
/*pravy panel  (div) */
#right{
	width: 170px;
	float: right;
}

.cleaner {
	clear:both;
	height:1px;
	margin:0; padding:0;
}

/* paticka (div) */
#footer{
	font-size: 11px;
	color: #a0a0a0;
	clear: both;
	text-align: center;
}
#header form{
	float: right;
	padding: 0px;
}
#header form input{
	background-color: #B8B8B8;
	margin-top: 5px;
}
#header form a{
	color: black;
	padding: 0px 0px 0px 3px;
	text-decoration: underline;
}
/* horna navigacia (ul) */
.navigation{
	font-size: 11px;
	margin: 2px 0px 0px 0px;
	padding: 10px 0px 0px 5px;
	display: block;
	overflow: auto;
	line-height:19px;
	background-color: #B8B8B8; 
}
.navigation a{
	text-decoration: none;
	color: #000;
}
.navigation a:hover{
	text-decoration: none;
	color: black;
}
.navigation li{
	list-style: none;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 15px 0px 5px;
	background:#B8B8B8 url("http://www.digimarket.sk/images/css/separator.png") no-repeat 100% 100%;
}
/* navigacia v hierarchii zaradenia produktov (div) */
.product-navigation{
	margin: 5px;
	font-size: 13px;
	text-transform: capitalize;
}



/* element v lavom alebo pravom paneli (div) */
.box{
	margin-top: 2px;
	width: 95%;
	padding: 4px 4px 4px 6px;
	background: transparent;
}
#left .box{
	background: #ddd url("http://www.digimarket.sk/images/css/separator-left.png") no-repeat 100% 0%;
	border-left: 4px solid #43589a ;
}
#left .box a{
	color: black;
}
#left .box ul li{
	border-bottom: 1px solid #8E9BC4;
	padding: 3px 0px 3px 2px;
	background: #ddd;
}

#right .box{
	background: #ddd url("http://www.digimarket.sk/images/css/separator-right.png") no-repeat 0% 0%;
	margin-right: 0px;
}
.box ul{
	padding: 0px 0px 5px 0px;
	list-style: square;
	list-style: none;
	margin-left: 2px;
}

/* zobrazovanie chyb a hlaseni (p, span, div..) */
.error{
	display: block;
	min-height: 38px;
	background: transparent url("http://www.digimarket.sk/images/css/error.png") no-repeat 0% 0%;
	padding-left: 40px;
}
.info{
	display: block;
	min-height: 38px;
	background: transparent url("http://www.digimarket.sk/images/css/info.png") no-repeat 0% 0%;
	padding-left: 45px;
}

/**   menu v lavom paneli (ul)   **/
#left .menu{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
}
#left .menu{
	padding-left: 0px;
	margin-left: 0px;
	line-height: 20px;
	font-size: 12px;
}
#left .menu ul{
	padding-left: 2px;
	font-size: 12px;
}
#left .menu li{
	list-style: none;
	margin-left: 0px;
	padding-left: 2px;
	background: #43589a /*#8E9BC4*/ url("http://www.digimarket.sk/images/css/separator-left.png") no-repeat 100% 0%;
	display: block;
}

#left .menu li a{
	text-decoration: none;
	color: #fff;
	padding-left: 2px;
	font-weight: bold;
	
}

#left .menu li ul li{
	border-top: 1px solid #8E9BC4;
	padding: 3px 0px 3px 2px;
	background: #ddd;
}
#left .menu li ul li:hover{
	background: #f2f2f2;
}
#left .menu li ul li a{
	font-weight: normal;
	color: #000;
}
/* sposoby platieb v lavom paneli (ul) */
.payments{ border-left: 4px solid #43589a  /*#8E9BC4*/; margin-top: 0px;}
.payments li{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
}

#index {
	width: 100%;
	overflow: hidden;
	padding: 0px 20px 0px 20px;
}

#index .item{
	float: left;
	margin-top: 0px;
	border-top: 1px solid #dddddd;
	width: 350px;
	padding: 0px;
	/* background: url("../images/css/item-border.png") 0% 0% no-repeat; */
}
#index .item-bottom{
	width: 350px;
	/* background: transparent url("../images/css/item-border-bottom.png") 0% 100% no-repeat; */
	display: block;
	height: 18px;
}
#index .item h3{
	margin-left: 15px;
	margin-top: 3px;
	display: block;
	font-size: 16px;
}
#index .item img{
	margin-left: 15px;
	margin-bottom: 5px;
}
#index .item .action{
	clear: both;
	margin: 2px;
}
#index .new{
	/*width: 180px;*/
	height: 34px;
	display: block;
	/*background: url("../images/help/new1.png") no-repeat; */
	/* float: left; */
	font-weight: bold;
	margin: 2px;
	
}
#index .stock{
	
}
#index .separator {
	
	border-right: 1px solid #dddddd;
}
#index .popis {
	margin-left: 160px;
	margin-top: 2px;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
	width: 150px;
	font-size: 11px;
	
}
.banner-index{
	overflow: hidden;
	width: 100%;
	margin: 0px 0px 10px 0px;
}


.indextext{font-weight: bold; margin: 2px;}
/* obsahuje ceny produktov a formulare pre pridanie do kosika (div) */
.price td{
	padding-right: 10px;
}
.price .right-td{
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	verical-align: middle; 
}
/*  jeden produkt v prehlade  */
.item{
	border-top: 1px solid #B8B8B8;
	padding: 5px 5px 0px 15px;
	margin-top: 5px;
	
}

.item h3{
	font-size: 15px;
	margin: 0px;
}

.item img{
	float: left;
	margin: 5px;
}
.item .price{
	font-size: 12px;
	display: block;
}
.item .insert{
	margin-left: 10px;
	width: 100px;
	display: block;
}
.item .insert .infotext{
	display: none;
}
.item ul li{
	margin-left: 100px;
	padding: 0px 0px 0px 5px;
}
.item table .action{
	color:#7F8AAF; /* sivomodra */
	font-weight: bold; 
	display: inline;
	margin-right: 2px;
	margin-bottom: 5px;
	float: none;
	font-size: 130%;
}
.item .action{
	color:#7F8AAF; /* sivomodra */
	font-weight: bold; 
	display: inline;
	float: none;
	font-size: 130%;
	margin-right: 2px;
}

#prislusenstvo{ 
	margin-top: 5px;
}
#prislusenstvo .item h3{
	display: block;
	width: 500px;
	/*float: left;*/
	margin: 0px;
	font-size: 12px;
	
}
#prislusenstvo .item{
	border-top: 1px solid #B8B8B8;
	margin-top: 2px;
	overflow: visible;
}


.hide {
	display: none;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}


.price-index {
	display: block;
}
.big {
	font-size: 15px;
}
/* jedna polozka pri vyhladavani */	
.search{
	border-width: 0px 0px 1px 0px;
	border-color: #B8B8B8;
	padding: 1px;
	font-size: 14px;
	padding-top: 3px;
}
/* strankovanie (div) */
.pagination{
	text-align: right;
}
/* prehlad produktovych serii (div) */
.series img{
	
}
.series li{
	list-style: none;
	margin-bottom: 2px;
}
.series a{
	text-decoration: none;
}
/* obsahuje informacie o produktena jeho samostatnej stranke (div) */
.product{
	
}
.product h2{
	font-size: 18px;
}
.product img{
	float: left;
}
.product .price{
	border: 0px;
	vertical-align: top;
	width: 650px;
}
.product .price img{
	float: none;
}
.product .price b{
	font-size: 120%;
}
.product .action{ /*akcia */
	color: #fff;
	background-color: #8E9BC4; /* sivomodra */
	font-weight: bold; 
	margin: 0px 0px 20px 0px;
	display: inline;
	float: none;
	font-size: 130%;
	padding: 2px;
	margin-right: 2px;
}	
.product .pack{ /*obsah balenia */
	width: 300px;
	display: block;
	float: right;
	color: #7F8AAF;
	border-left: 1px solid #8E9BC4;
	margin-left: 10px;
	padding: 3px;
}

.pack b{
	font-size: 120%;
}
.product .reviews{ /*recenzie */
	
	padding: 0px;
}
.product .reviews li{
	list-style: none;
}
.product .related{ /* suvisiace produkty */
	padding: 0px;
	background: white;
}
.product .related li{
	list-style: none;	
}
.product hr{
	width: 300px;
}
/* zoznam prislusenstva k produktu (div) */
#acc {
	border-top: 1px solid #B8B8B8;
}
#acc form{
	display: inline;
}
#acc div{
	display: inline;
}
.odd{
	background: #f0f0f0;
}


input{
	border: 1px solid #e0e0e0;
	background: transparent;
}
input[type^="submit"]:hover{
	background:  #e0e0e0;
}


/* v kosiku suhrn (tr) */
.summary{
	border-top: 1px solid #B8B8B8;
	font-weight: bold;
}
input .center{
	text-align: center;
}
form{
	padding: 0px;
}
.admin .new tr{
border: 1px black;
}

a .button{
	border: 1px solid #e0e0e0;
	padding: 2px;
	color: #2C2C2C;
	display: block;
	font-size: 13px;
	width: 200px;
	overflow: visible;
}

.ordered-items{
	border: 1px solid #B8B8B8;
	padding: 10px;
	line-height: 20px;
}

.insert .cartsubmit{
	border: 1px solid #e0e0e0;
	background: url("http://www.digimarket.sk/images/help/kosik-small.gif") no-repeat 10% 50%;
	background-color: #ddd;
	padding-left: 30px;
	padding-right: 5px;
}
.insert .cartsubmit:hover{
	background: #fff url("http://www.digimarket.sk/images/help/kosik-small.gif") no-repeat 10% 50%;
	
}
.insert .cartsubmit-mini{
	border: 1px solid #e0e0e0;
	background: url("http://www.digimarket.sk/images/help/kosik-small.gif") no-repeat 50% 50%;
	background-color: #ddd;
	width: 40px;
}
.insert .cartsubmit-mini:hover{
	background: #fff url("http://www.digimarket.sk/images/help/kosik-small.gif") no-repeat 50% 50%;
	
}
#frm-orderForm .required input{
	background-color: #FAFF9D; /* bledozlta */
}
#frm-orderForm table{
	width: 500px;
	text-align: left;
}
#frm-orderForm table th{
	width: 180px;
	text-align: left;
}
