
/* here is .hover class for IE6 */
.sort
{
	behavior: url(styles/hover.htc);
}

#contentPanel .breadcrumb
{
	width: 400px;
	height: 15px;
	position: absolute;
	left: 20px;
	top: 230px;
	z-index: 10;
}

#contentPanel .breadcrumb a
{
	float: left;
	color: #4ddafd;
}

#contentPanel .breadcrumb span
{
	width: 15px;
	height: 15px;
	float: left;
	text-align: center;
	color: #7794a4;
	overflow: hidden;
}

#contentPanel .breadcrumb strong
{
	float: left;
	color: #7794a4;
	font-weight: normal;
}

#contentPanel #actionPanel
{
	width: 746px;
	height: 273px;
	margin: 0 0 10px 0;
	position: relative;
	background: transparent url(images/action-background.png) no-repeat left top;
	overflow: hidden;
}

#contentPanel #actionPanel ul
{
	width: 500px;
	height: 220px;
	position: absolute;
	left: 110px;
	top: 35px;
	list-style-type: none;
}

#contentPanel #actionPanel ul li
{
	text-align: center;
}

#contentPanel #actionPanel #next,
#contentPanel #actionPanel #next span
{
	width: 27px;
	height: 68px;
	display: block;
	position: absolute;
	left: 41px;
	top: 94px;
	overflow: hidden;
}

#contentPanel #actionPanel #next span
{
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/action-left.png) no-repeat left top;
}

#contentPanel #actionPanel #prev,
#contentPanel #actionPanel #prev span
{
	width: 27px;
	height: 68px;
	display: block;
	position: absolute;
	left: 662px;
	top: 94px;
	overflow: hidden;
}

#contentPanel #actionPanel #prev span
{
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/action-right.png) no-repeat left top;
}

#contentPanel #actionPanel #nav
{
	width: 200px;
	height: 11px;
	position: absolute;
	right: 50px;
	top: 250px;
	overflow: hidden;
	z-index: 10;
	text-align: right;
}

#contentPanel #actionPanel #nav a
{
	padding: 0 5px;
	text-indent: -999px;
	background: url(images/action-pager-item.png) no-repeat left top;
	color: #e5e5e5;
	font-size: 0.9em;
}

#contentPanel #actionPanel #nav a.activeSlide
{
	background-image: url(images/action-pager-active.png);
	color: #51dcfe;
}

#contentPanel #actionPanel #nav2
{
	width: 25px;
	height: 11px;
	position: absolute;
	right: 20px;
	top: 250px;
	color: #a0a0a0;
	overflow: hidden;
	z-index: 10;
	text-align: right;
}

#contentPanel .box
{
	margin: 0 0 10px 0;
	padding: 8px 7px 0 7px;
	border-bottom: 1px solid #a8b0b4;
	background: #ffffff;
}

#contentPanel .box .header
{
	width: 708px;
	height: 67px;
	margin: 0;
	padding: 0 0 0 38px;
	position: relative;
	top: -8px;
	left: -7px;
	background: url(images/box-header-background.png) repeat-x left top;
}

#contentPanel .box form p span.table {
  width:150px;
  float:left;
  margin: 5px;
  font-weight: bold;
}

#contentPanel #dimension_own_input {
  display:none;
margin-left:0px;
text-align:left;
float:left;
width:80px;
}
#contentPanel #dimension_own_input span.c {
  float:left;
  width:30px;
}
#contentPanel #dimension_own_input input {
  border:1px solid gray; 
  vertical-align:middle;
  font-size:10px;
  float:none;
  margin:0px;
  
}
#contentPanel #dimension_own_input span {
  vertical-align:middle;
}
#contentPanel #dimension_own_input .owndiminput { 
  width:70px;
}
#contentPanel #dimension_own_input .owndiminput_width,
#contentPanel #dimension_own_input .owndiminput_height
{
  width:30px;
}

#contentPanel .table_x1 {
  width:100%;
}
#contentPanel .table_x1 tr td {
  padding:5px 10px 5px 10px;
}
#contentPanel .table_x1 tr.header  {
  font-weight:bold;
  height:10px !important;
  background-position:bottom;
  margin:0;
  top:0;
  left:0;
}
#contentPanel .table_x1 tr.header td {
  padding:15px 10px 15px 10px !important;
}
#contentPanel .table_x1 tr.header td.shrt {
  width:120px;
}
#contentPanel .table_x1 tr.header td.shrt2 {
  width:70px;
}
#contentPanel .table_x1 tr.header td.action {
  width:80px;
}

.sort
{
	width: 104px;
	height: 25px;
	position: absolute;
	right: 25px;
	top: 25px;
	background: url(images/content-sort.png) no-repeat right top;
	cursor: pointer;
	z-index: 20;
}

.sort span
{
	position: absolute;
	top: 6px;
	left: 12px;
	color: #7d7d7d;
	font-size: 10px;
	cursor: pointer;
}

.sort:hover,
.sort.hover
{
	background-image: url(images/content-sort-hover.png);
}

.sort:hover span,
.sort.hover span
{
	color: #ffffff;
}

.sort .editSort
{
	width: 145px;
	height: 134px;
	padding: 10px;
	display: none;
	position: absolute;
	top: 19px;
	right: 0;
	background: url(images/content-sort-background.png) no-repeat left top;
	cursor: auto;
}

.sort:hover .editSort,
.sort.hover .editSort
{
	display: block;
}

.sort .editSort label
{
	margin: 3px 2px 0 0;
	padding: 0 5px 0 0;
	float: left;
	color: #ffffff;
	font-size: 10px;
}

.sort .editSort .sortSelect
{
	width: 44px;
	height: 20px;
	margin: 0 0 8px 0;
	padding: 2px;
	background: #ffffff;
	color: #636363;
	border: 1px solid #c1c1c1;
	font-size: 0.9em;
}

.sort .editSort .sortSelect.long
{
	width: 116px;
	margin: 0 0 8px 27px;
}

.sort .editSort .sortButton
{
	width: 56px;
	height: 20px;
	margin: 15px 0 0 45px;
	padding: 0 0 2px 0;
	background: #2c414c;
	color: #ffffff;
	clear: both;
	border: 1px solid #415662;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.sort .editSort a
{
	padding: 0 12px 0 0;
	float: right;
	background: url(images/content-sort-up.png) no-repeat right center;
	color: #3ad1f6;
	font-size: 0.9em;
	font-weight: bold;
}

#contentPanel .box .header h1,
#contentPanel .box .header h2
{
	line-height: 75px;
	color: #2c5063;
	font-size: 1.9em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

#contentPanel .textBox
{
	padding: 25px 35px;
	background: #324955;
	color: #ffffff;
}

#contentPanel .textBox p
{
	line-height: 1.8em;
}

#contentPanel .textBox h2
{
	margin: 0 0 15px 0;
	color: #4b7c97;
	font-size: 1.9em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

.productList .productItem,
.productList .productItemEven
{
	width: 361px;
	height: 160px;
	margin: 0 6px 8px 0;
	float: left;
	border: 1px solid #e7e7e7;
	overflow: hidden;
}

.productList .productItemEven
{
	margin: 0 0 8px 0;
}

.productList .productItem .text,
.productList .productItemEven .text
{
	width: 168px;
	height: 82px;
	padding: 18px 0 20px 0;
	float: right;
	display: inline;
	overflow: hidden;
}

.productList .productItem .text h2,
.productList .productItemEven .text h2
{
	margin: 0 0 10px 0;
	color: #26c7f0;
	font-size: 1.7em;
	text-transform: uppercase;
}

.productList .productItem .text h2 a,
.productList .productItemEven .text h2 a
{
	color: #26c7f0;
	text-decoration: none;
}

.productList .productItem .text h2 a:hover,
.productList .productItemEven .text h2 a:hover
{
	text-decoration: underline;
}

.productList .productItem .img,
.productList .productItemEven .img
{
	width: 180px;
	height: 120px;
	margin: 0 12px 0 0;
	float: left;
	overflow: hidden;
}

.productList .productItem .img table,
.productList .productItemEven .img table
{
	width: 180px;
	height: 120px;
	overflow: hidden;
}

.productList .productItem .img table tr td,
.productList .productItemEven .img table tr td
{
	width: 180px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
}

.productList .productItem .info,
.productList .productItemEven .info
{
	width: 336px;
	height: 40px;
	margin: 0;
	padding: 0 0 0 25px;
	float: left;
	position: relative;
	background: #e7e7e7;
}

.productList .productItem .info .discount,
.productList .productItem .info .discount span,
.productList .productItemEven .info .discount,
.productList .productItemEven .info .discount span
{
	width: 48px;
	height: 49px;
	margin: -21px 12px 0 0;
	float: left;
	display: block;
	line-height: 49px;
	position: relative;
	overflow: hidden;
}

.productList .productItem .info .discount span,
.productList .productItemEven .info .discount span
{
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/ico-discount.png) no-repeat left top;
}

.productList .productItem .info .news,
.productList .productItem .info .news span,
.productList .productItemEven .info .news,
.productList .productItemEven .info .news span
{
	width: 48px;
	height: 49px;
	margin: -21px 12px 0 0;
	float: left;
	display: block;
	line-height: 49px;
	position: relative;
	overflow: hidden;
}

.productList .productItem .info .news span,
.productList .productItemEven .info .news span
{
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/ico-news.png) no-repeat left top;
}

.productList .productItem .info .price,
.productList .productItemEven .info .price
{
	width: 100px;
	height: 20px;
	position: absolute;
	left: 164px;
	top: 9px;
	color: #26c7f0;
	font-size: 1.7em;
	overflow: hidden;
}

.productList .productItem .info strong.price_discount,
.productList .productItemEven .info strong.price_discount  
{
	width: 100px;
	height: 20px;
	position: absolute;
	left: 164px;
	top: 9px;
	color: #26c7f0;
	font-size: 1.7em;
	overflow: hidden;
	color: #ff0042;
}

.productList .productItem .info .button,
.productList .productItemEven .info .button
{
	width: 75px;
	height: 23px;
	display: block;
	position: absolute;
	left: 275px;
	top: 9px;
	line-height: 23px;
	background: #40d4f8 url(images/product-detail-button.png) no-repeat left top;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
}

#paging
{
	width: 200px;
	margin: 10px 0 0 0;
	padding: 0 22px 0 0;
	float: right;
	text-align: right;
}

#paging a
{
	width: 25px;
	height: 25px;
	margin: 0 5px 0 0;
	float: left;
	position: relative;
	line-height: 23px;
	background: url(images/paging-item.png) no-repeat left top;
	color: #727272;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#paging a.left span
{
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/paging-left.png) no-repeat left top;
}

#paging a.right span
{
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/paging-right.png) no-repeat left top;
}

#paging a.active
{
	background-image: url(images/paging-active.png);
	color: #ffffff;
}

.productDetail
{
	padding: 10px;
}

.productDetail .images
{
	width: 287px;
	float: left;
	overflow: hidden;
}

.productDetail .images table
{
	width: 287px;
	height: 180px;
	overflow: hidden;
}

.productDetail .images table tr td
{
	width: 287px;
	height: 180px;
	vertical-align: middle;
	text-align: center;
}

.productDetail .images .imagesList
{
	margin: 0 0 10px 0;
}

.productDetail .images .imagesList a
{
	margin: 0 5px 5px 0;
}

.productDetail .images .imagesList a img
{
	border: 2px solid #ececec;
}

.productDetail .images .properties table,
.productDetail .images .properties table tr td
{
	width: 287px;
	height: 65px;
	vertical-align: middle;
	text-align: center;
}

.productDetail .images .properties img
{
	margin: 0 10px 0 0;
}

.productDetail .detail
{
	width: 391px;
	margin: 0 10px 0 0;
	padding: 5px 0 0 0;
	float: right;
	overflow: hidden;
}

.productDetail .detail p
{
	margin: 0 0 25px 0;
}

.productDetail .detail table
{
	width: 391px;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

.productDetail .detail table tr th,
.productDetail .detail table tr td
{
	padding: 0 20px;
	height: 26px;
	vertical-align: middle;
	border-bottom: 1px solid #ececec;
	color: #4a4a4a;
}

.productDetail .detail table tr th
{
	height: 24px;
	border-bottom: none;
	background: #e4f6ff url(images/detail-table-header.png) repeat-x left center;
	color: #38d0f6;
	font-weight: normal !important;
}

.productDetail .detail table tr:hover td
{
	background: url(images/detail-table-active.png) repeat-x left center;
}

.productDetail .detail table .col0
{
  width:20px;
  margin:0;
  padding:0;
  padding-left:20px;
}
.productDetail .detail table .col1
{
	/*text-align: center;*/
	text-align:left;
	padding-left:5px;
}

.productDetail .detail table .col2,
.productDetail .detail table .col3
{
	padding: 0 30px;
	text-align: right;
}

.productDetail .detail table .col4
{
	padding: 0 0 0 20px;
	height: 40px;
	padding-left:5px;
}

.productDetail .detail table tr:hover td.col4 strong
{
	color: #4a4a4a;
}

.productDetail .detail table tr td strong
{
	color: #3ed3f8;
}

.productDetail .detail table tr td input
{
	height: 14px;
	float: left;
	margin: 0 10px 0 0;
	border: none;
}

.productDetail .detail table tr td label
{
	float: left;
}

.productDetail .infoCart
{
	width: 706px;
	height: 40px;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	float: left;
	position: relative;
	overflow: hidden;
	background: #ececec;
}

.productDetail .infoCart .cart
{
	width: 95px;
	height: 35px;
	margin: 0 5px 0 265px;
	padding: 0 0 0 50px;
	float: left;
	display: inline;
	background: url(images/detail-cart-background.png) no-repeat left center;
	overflow: hidden;
}

.productDetail .infoCart .cart input
{
	width: 20px;
	height: 24px;
	margin: 0 5px 0 0;
	padding: 10px 0 0 20px;
	float: left;
	background: url(images/detail-cart-input.png) no-repeat left top;
	color: #7f7f7f;
	border: none;
	font-size: 1.0em;
}

.productDetail .infoCart .cart label
{
	margin: 10px 0 0 0;
	float: left;
	color: #b5b5b5;
	font-weight: bold;
}

.productDetail .infoCart strong
{
	margin: 3px 5px 0 0;
	float: left;
	font-size: 1.7em;
	color: #26c7f0;
}

.productDetail .infoCart strong.discount
{
	color: #ff0042;
}

.productDetail .infoCart .price_common {
  font-size:15px;
  text-decoration:line-through;
  vertical-align:bottom;
  line-height:27px;
  padding-left:15px;
}

.productDetail .infoCart .button
{
	width: 89px;
	height: 23px;
	padding: 0 0 2px 0;
	position: absolute;
	right: 22px;
	top: 14px;
	border: none;
	background: #42d5f9 url(images/detail-cart-button.png) no-repeat left top;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	cursor: pointer;
}

#contentPanel .buttons
{
	width: 200px;
	height: 25px;
	margin: 10px 0 15px 0;
	float: right;
	overflow: hidden;
}

#contentPanel .buttons a.prev,
#contentPanel .buttons a.next
{
	width: 65px;
	height: 23px;
	margin: 0 10px 0 0;
	padding: 0 0 0 24px;
	float: left;
	line-height: 22px;
	background: url(images/detail-button-prev.png) no-repeat left top;
	color: #727272;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

#contentPanel .buttons a.next
{
	width: 55px;
	background-image: url(images/detail-button-next.png);
}

#contentPanel .buttons a:hover
{
	text-decoration: underline;
}


#contentPanel #reg input
{
	border: 1px solid #C5C5C5;
	margin-bottom: 5px;
	padding: 5px;
}

#contentPanel #reg input.submit
{
/*	width: 75px; */
/*	height: 23px; */
/*	padding: 0 0 3px 0; */
  border: none;
	background: #3dd3f7;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

#contentPanel #reg table {
	border-collapse: collapse;
}

#contentPanel #reg table th 
{
  padding: 5px;
  margin: 0;
}
#contentPanel #reg table td 
{
  padding: 1px 5px;
  margin: 0;
  border-bottom: 1px solid #ECECEC;
}

#contentPanel #reg table td a 
{
  font-weight: bold;
}

#contentPanel #reg table td a.zmenit 
{
  color: #59FF02;
}

#contentPanel #reg table td a.odebrat 
{
  color: #FF0101;
}

#contentPanel #reg table th
{
	background: #E1F5FE;
	color: #36D0F4;
	font-weight: bold;
	text-align: left;
}

#contentPanel #reg hr
{
  margin: 15px 0;
  color: #CACACA;
  background-color: #CACACA;
}

#contentPanel #reg .cena 
{
  text-align: right;
  font-size: 120%;
  line-height: 1.5em;
}

#contentPanel #reg .cenacelkem 
{
  text-align: right;
  font-size: 180%;
  line-height: 1.5em;
}

#contentPanel #reg .cenacelkem span 
{
  color: #1FC6F3;
}

/*======================================================================================*/
/* EASY TOOL TIP                                                                        */
/*======================================================================================*/

#easyTooltip
{
	height: 22px;
	padding: 3px 5px 0 5px;
	background: url(images/tooltip-background.png) no-repeat left top;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
  z-index:30;
}

/*======================================================================================*/
/* MEGAAKCE                                                                       */
/*======================================================================================*/
#martanDoporucujeImg {
  position: relative;
  top:-20px;
  left:5px;
  z-index:20;
}
#martanMegaAkceImg {
  width:380px;
  height:205px;
}

#slider li a {
  /*background-color:#E8E8E8;*/
}

