/* CSS ALGIRA CATALOG */

/***************** sorting ************************/

div.pager {
  background: url("../images/catalog_line.png") repeat-x left top;
  padding: 0 0 0 0;
  position: relative;
}

div.filter{
  padding: 6px 0 3px 40px;
  margin-bottom: -23px;
}


div.filter_bottom {
  clear: both;
  padding: 0 0 0px 0;
  background: url("../images/catalog_line.png") repeat-x left 5px;
  margin: 0 0 25px 0;
}

div.filter select{
width: 122px;
margin: 0 0 2px 3px;
font-size: 9pt;
color:#000000;
vertical-align:middle;
}

div.filter span.razeni {
  position: absolute;
  margin: 5px 0 0 -40px;
}

div.pager span.per_page {
  position: absolute;
  margin: 2px 0 0 -98px;
  width: auto;
  background: none;
  font-size: 12px;
}

div.pager .per_page_holder {
  margin-top: -3px;
}

div.filter span.kategorie {
  position: absolute;
  margin: -20px 0 0 132px;
}

div.filter span.catmenu_value {
  position: absolute;
  margin: -42px 0 0 196px;
  z-index: 1000;
  font-size: 11px;
  cursor: pointer;
}



div.page{
float: right;
text-align:right;
margin: 9px 0 0 0px;
}

div.page_bottom {
  margin-top: 5px;
}

div.page a, div.page span{
margin: 0 2px;
display: block;
padding: 3px 0 2px 0;
text-align: center;
width: 20px;
float:left;
vertical-align:middle;
background: #f1f1f1;
text-decoration: none;
color: #525252;
font-size: 11px;
}

div.page_bottom a, div.page_bottom span{
  padding-top: 2px;
  padding-bottom: 1px;
}

div.page a:hover{
  background: #e3e3e3;
}

div.page a.active, div.page span.active{
  background: #e3e3e3;
  font-weight: bold;
}


div.page a.prev{
border: 0;
display:block;
height: 19px;
width: 19px;
padding: 0 0 0 0;
background: url("../images/catalog_ico_arrow_left.png") no-repeat 0 0;
margin: 0 2px 0 0;
}

div.page a.next{
border: 0;
display:block;
height: 19px;
width: 19px;
padding: 0 0 0 0;
background: url("../images/catalog_ico_arrow_right.png") no-repeat 0 0;
margin: 0 0 0 2px;
}

div.page a.prev:hover, div.page a.next:hover{ background-position: -19px 0; }


/***************** catalog item ************************/


.content_catalog .catalog_item {
  float: left;
  width: 220px;
  padding: 10px 0 0 30px;
  background: url("../images/home_border_shadow.png") no-repeat left 10px;
}

.content_catalog .catalog_item_first {
  padding-left: 0;
  background: none;
}

.catalog_dotted {
	clear: both;
  background: url("../images/catalog_line.png") repeat-x left bottom;
	height: 14px;
	font-size: 0pt;
	line-height: 0pt;
	position: relative;
}
.content_catalog .catalog_item .catalog_perex {
  padding-right: 20px;
}

.content_catalog .catalog_price {
  padding: 0;
  margin-left: -5px;
  line-height: 1.5em;
}

.content_catalog .catalog_price span{
  font-size: 10px;
  padding: 0;
}

.content_catalog .catalog_price strong.old {
  text-decoration: line-through;
}

.content_catalog div.action_info_item {
  display: block;
  position: absolute;
  width: 38px;
  height: 21px;
  margin: -23px 0 0 -5px;
  background: url("../images/catalog_ico_akce.png") no-repeat left top;
}

.content_catalog .action_info_item span {
  visibility: hidden;
}

.content_catalog a.detail {
  margin-left: -8px;
}

/***************** catalog detail ************************/

.content_catalog div.action_info {
  display: block;
  position: absolute;
  width: 720px;
  height: 21px;
  margin: 12px 0 0 0;
  background: url("../images/catalog_ico_akce2.png") no-repeat right top;
}

.content_catalog .action_info span {
  visibility: hidden;
}

table.catalog_detail {
  clear: both;
  padding: 0 0 40px 0;
  width: 100%;
}

table.catalog_detail td{
vertical-align: top;
padding: 0;
}

table.catalog_detail td.image{
width: 333px;
padding: 31px 0 0 0;
}

table.catalog_detail td.image .catalog_detail_image .big {
  width: 260px;
  height: 302px;
  background: url("../images/catalog_border_big.png") no-repeat left top;
  vertical-align: middle;
  text-align: center;
}

table.catalog_detail td.image .catalog_detail_image .big img {
  margin: -10px 0 0 -15px;
}

table.catalog_detail td.image .catalog_detail_image .image_thumb {
  width: 73px;
  height: 91px;
  margin: 0 0 12px 0;
  background: url("../images/catalog_border_small.png") no-repeat left top;
}

table.catalog_detail td.image .catalog_detail_image .image_thumb img {
  margin: 9px 0 0 11px;
}


table.catalog_detail td.describe{
padding: 31px 0 0 30px;
}


table.catalog_detail td.describe .catalog_description{
padding: 0px 0 0 0;
margin: 0 0 20px 0;
line-height: 1.45em;
}

table.catalog_detail td.describe .catalog_price {
  font-size: 13px;
  font-weight: bold;
  margin: 15px 0 0 0;
}

table.catalog_detail td.describe .catalog_price strong {
  font-size: 18px;
}

table.catalog_detail td.describe .catalog_price span {
  color: #9e9e9e;
  font-weight: normal;
  font-size: 11px;
  padding: 0 0 0 1px;
}

table.catalog_detail td.describe .detail_desky { border-collapse: collapse; }
table.catalog_detail td.describe .detail_desky td,
table.catalog_detail td.describe .detail_desky th {
  vertical-align: top;
  border: 1px solid #ececec;
  padding: 6px;
}

a.zpet {
  display: block;
  margin: 10px 0 0 0;
  height: 22px;
  width: 93px;
  text-decoration: none;
  background: url("../images/catalog_btn_zpet.png") no-repeat 0 0;
}

a.zpet:hover {
  background-position: -93px 0; 
}

a.zpet span {
  visibility: hidden;
}

a.dotaz {
  display: block;
  float: right;
  margin: 10px 0 0 0;
  height: 21px;
  width: 111px;
  text-decoration: none;
  background: url("../images/catalog_btn_dotaz.png") no-repeat 0 0;
}

a.dotaz:hover {
  background-position: -111px 0; 
}

a.dotaz span {
  visibility: hidden;
}






table.tech_list{
  margin: 3px 0 10px 0;
  padding: 0;
  width: 100%;
  background: url("../images/catalog_line.png") repeat-x left top;
}

table.tech_list td, table.tech_list th{
  padding: 8px 0;
  background: url("../images/catalog_line.png") repeat-x left bottom;
  vertical-align: top;
}

table.tech_list th{
  text-align: left;
  width: 30%;
}

table.tech_list th.price{
  width: 40%;
}

table.tech_list td.price {
  text-align: right;
}

table.tech_list td.big {
  font-size: 16px;
  font-weight: bold;
}

table.tech_list td.blank {
  width: 38%;
}

table.tech_list td.line {
  text-decoration: line-through;
}

table.tech_list td.download a{
  font-size: 11px;
  font-weight: bold;
}

table.tech_list td.download a {
  display: block;
  padding: 0 0 0 18px;
  margin: 0;
  font-weight: bold;
  text-decoration: none;

}

table.tech_list td.download a span {
  background: url("../images/catalog_ico_download.png") no-repeat 0 0;
  width: 11px;
  height: 11px;
  margin: 3px 0 0 -18px; 
  font-size: 1px;
  display: block;
  position: absolute;
  text-decoration: none;
}


table.tech_list td.download a:hover span {
  background-position: -11px 0;
}

table.tech_list td.download a:hover {
  text-decoration: underline;
}  


