/**
 * GLOBAL DEFINITIONS - background, font colors, etc.
 **/

#toolBar {
	height: 22px;
	color: #89480E;
	
	font-family: Verdana;
	font-size: 8pt;
}

.leftSideEnding {
	width: 6px;
	height: 22px;

	background-image: url('../images/listing_bar/bgleft_ending.gif');
	background-repeat: repeat-x;
	background-position: right center;
}

.rightSideEnding {
	width: 6px;
	height: 22px;
		
	background-image: url('../images/listing_bar/bgright_ending.gif');
	background-repeat: repeat-x;
	background-position: left center;
}

.toolBarBcg  {
	background-image: url('../images/listing_bar/bar_bcg.gif');
	background-repeat: repeat-x;
	background-position: center;
}

/**
 * LOCAL DEFINITIONS - links A
 **/
.groupListingDisplays { /* links on change listing templates - SPAN */
	float: right;
	margin-right: 7px;
	margin-bottom: 3px;
	
	font-size: 7pt;
	font-family: Verdana;
	color: #808080;
}

.groupListingDisplays a {
	color: #808080;
}

.groupListingDisplays a:hover {
	text-decoration: underline;
	color: #808080;
}	
.contentGrey {
	font-weight: normal;
	text-decoration: none;
	
	color: #808080;
}

.contentGrey-current {
	font-weight: bold;
	text-decoration: none;
	
	color: #808080;
}

/**
 * LOCAL DEFINITIONS - element groups
 **/

.sortHeaderType {
	float: right;
}
.headerBarPages {
	border: 0;
	float: right;
	margin-right: 14px;
}
.headerBarPages img {
	margin: 0px -2px 0px -2px;
}

.listingChangeDisplays {
	float: right;
	margin-right: 4px;
}

a.pagesResult {
	color: #89480E;
	padding: 0px 3px 0px 3px;
}
a.pagesResult-current {
	color: #89480E;
	background-color: #FFFFFF;
	padding: 0px 3px 0px 3px;

}
a:hover.pagesResult {
	color: #89480E;
	background-color: #FFFFFF;
	padding: 0px 3px 0px 3px;
}
/* LISTING - LIST */

.listingProductDescription div{
	text-align: justify;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}

.listingProductName {
	border-top: 1px solid #F2E5AF;
	height: 18px;
	font-size: 8pt;
}
.listingPriceTax {
	border-top: 1px solid #F2E5AF;
	width: 100px;
  background-image: url('../images/listing_bar/list_price_background.gif');
	background-repeat: repeat-y;
	background-position: right;
	text-align: center;
}

.listingPriceTax b {
  color: #89480E;
}

td.listingProductImage {
	border-top: 1px solid #F2E5AF;
	width: 110px;
}

.listingProductIcons {
	border-top: 1px solid #F2E5AF;
	width: 66px;
	float: left;
}

.listingProductIcons img {
	padding: 5px 0px 5px 5px;
}

.listingProductIcons-bg {
	border-top: 1px solid #F2E5AF;
	background-image: url('../images/listing_bar/list_p_ico_sepparator.gif');
	background-repeat: repeat-y;
	background-position: center center;
	width: 2px;
}

.productGrey {
	color: #89480E;
}

/** LISTIN MINIATURES **/

.miniaturesBorderBG {
	background-image: url('../images/listing_bar/miniatures_border.gif');
	background-repeat: no-repeat;
	width: 1px;
	height: 127px;
}

.miniaturesProductIcons {
	background-image: url('../images/listing_bar/miniatures_bottom_bcg.gif');
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	text-align: center;
}

.miniaturesProductMore {
	background-image: url('../images/listing_bar/minatures_bottom_bcg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.miniaturesProductPrice {
	text-align: center;
}

.miniaturesProductModel {
}

.miniaturesMore {
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 4px;
}

.productPrice {
	font-size: 9pt;
	font-weight: bold;
	
}

.miniaturesIcons {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 4px;
}

.miniaturesProductName h2 {
	padding: 0px 3px 0px 3px;
	margin: 0px;
  font-size: 10pt;
	color: #AB0000;
	font-family: Verdana;
}

/*uprava listingu*/

.miniatureProduct { 
  float: left;
  width: 182px;
  height: 227px;
  margin: 1px;
  position: relative;
}

.miniatureProductInside{
  position: absolute;
  width: 182px;
  overflow: hidden;
  bottom:0px;
}
  
.miniaturesProductName {
  text-align: center;
}

  
.miniaturesProductImage {
  height: 96px;
  padding: 1px;
  text-align: center;
  margin: 0px;
} 

span .action, div .action{
  color: red;
  font-size: 10pt;
}

span .oldprice, div .oldprice{
  font-size: 7pt;
  color: gray;
  text-decoration: line-through;
  font-weight:normal;
}

