
/**********************************************************************
 **************** ADMINISTRACE ESHOPU *********************************
 *********************************************************************/


#list #shopproducts .galeryla{ display: block; }
#list #shopproducts .tablela{ display: none; }
.pagebarnew .filter{ display: none;}  /*skryje prepinani vypisu*/

#list #shopproducts{ padding-top: 25px; }

#list .path{ display: none;} 		/*zobrazuje cestu v shopu*/

/******************************/
/******GRAFICKY VYPIS**********/

.galeryla .product{	
}

.galeryla .productIN{ 	
}

/*****************************/
/******RADKOVY VYPIS**********/

#list .tablela table td{
	
}


/******************************/
/******DETAIL******************/

#detail{
 display: block;
}

#detail h1{

}
#detail .mainimgOUT{
	border: 1px solid #370305;
	padding: 1px;
	height: 227px;
	width: 200px;
  float: left;
	margin: 18px 20px 10px 0 ;
}

#detail .mainimg{
	height: 227px;
	width: 200px;
  float: left;
}

#detail .fleft{
	width: 300px;
}


#detail table{
	margin: 5px 0;
	border-collapse: collapse;
}

#detail table th,
#detail table td{
	padding: 2px 8px 2px 0;
}


/*****************************/
/*********PAGEBAR*************/

.pagenav{
	padding-top: 10px;
}

.pagebarnew select{
	font-size: 11px;
}

.pagebarnew .order{
	float: left;
	width: 50%;
}
.pagebarnew .filter{
	float: left;
	width: 50%;
}

.pagebarnew .ppcounts{
	float: right;
	padding-right: 25px;
}

.pagenav .next-box{
	float:right;
	padding:2px 0 0;
	text-align:center;
	width: 20%;
}
.pagenav .prev-box{
	float:left;
	padding:2px 0 0;
	text-align:center;
	width: 20%;
}

.pagenav .next-box a,
.pagenav .prev-box a{
	text-decoration: none;
	color: #008AC8;       /*color*/
}

/*.nonext, .noprev{display: none;}*/

.pagenav .pages{
	text-align: center;
	border: medium none;
	padding: 2px 5px;
  margin-bottom: 10px;
}

.ppcounts a,
.pagenav .pages a{
	display: inline-block;
	padding: 2px 3px;
	width: 15px; height: 15px;
  text-align: center;
  margin-left: 1px;
  text-decoration: none;
	border: 1px solid #CCC;
  background-color: #DEDEDE;
  color: #008AC8;     /*color*/
}

.ppcounts a.active,
.pagenav .pages a.active{
	color: #666;
  font-weight: bolder;
}



/***/

form ul.errorwin{
	display:inline;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	list-style: none;

}
form ul.errorwin li{
	float: left;
	padding: 0 0 0 19px;
  margin: 0 0 0 5px;
	vertical-align: middle;
	background: url('/img/common/arrow-left-red.gif') no-repeat left 4px;
	font-size: 11px;
	background-color: none;
  color: red;
  font-weight: bold;
}
form input.notvalid{
	background-color: #FFCCCC;
}


#user-details input{
	background :transparent url('/img/common/input.gif') no-repeat scroll right top;
	border: 0 none;
	float: left;
	height: 20px;
	margin-bottom: 4px;
	padding: 4px 7px 0;
	width: 209px;
}

#user-details dt{
	display: block;
	height: 20px;
	width: 95%;
  clear: both;
}

#user-details dd{
	height: 24px;
	display: block;
	width: 85%;
}
