
div.component_webshop_product_highlight {
	overflow: hidden;
	/*margin: 0 -20px 0 0;*/
}

/* specials block */
div.component_webshop_product_highlight div.specialblock {
	overflow: visible;
	position: relative;
	min-height: 40px;
	padding: 0 6px 10px 0;
}

/* Internet Explorer *
/*\*/
* html div.component_webshop_product_highlight div.specialblock  {
	height: 40px;
}
/**/


div.component_webshop_product_highlight div.specialblock div.text {
	clear: both;
	font-weight: bold;
	color: #696969;
	text-align: right;
	
	padding: 0 0 32px 0;
}

div.component_webshop_product_highlight div.specialblock div.amount {
	float: left;
}

div.component_webshop_product_highlight div.specialblock div.prices {
	text-align: right;
	
	position: absolute;
	bottom: 11px;
	right: 6px;	
	padding: 0;	
}

div.component_webshop_product_highlight div.specialblock dl.fromprice dt {
	background: 0;
}
 
div.component_webshop_product_highlight div.specialblock dl.fromprice dd strike {
	display: inline-block;
	text-align: right;
	text-decoration: none;
	background: 0;
}

div.component_webshop_product_highlight div.specialblock dl.fromprice dd strike span {
	background: url('../images/strikeThrough.gif') no-repeat 50% 50%;
}

div.component_webshop_product_highlight  div.specialblock div.amount ul {
	margin: 0;
	padding: 0;
}

div.component_webshop_product_highlight  div.specialblock div.amount ul li {
	color: #696969;
	background: 0;
}

div.component_webshop_product_highlight div.specialblock dl  {
	margin: 0;
	padding: 0;
}

div.component_webshop_product_highlight div.specialblock dl dt {
	display: inline;
	padding: 0 2px 0 0;
	color: #f00;
	font-weight: bold;
	background: 0;
}

div.component_webshop_product_highlight div.specialblock dl dd {
	display: inline;
	color: #f00;
	/*font-weight: bold;*/
}

div.component_webshop_product_highlight div.specialblock dl.fromprice {
	text-align: right;
}

div.component_webshop_product_highlight div.specialblock dl.fromprice dt {
	color: #696969;
} 

div.component_webshop_product_highlight div.specialblock dl.fromprice dd {
	color: #696969;
}


div.component_webshop_product_highlight h1.title {
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
}

div.component_webshop_product_highlight table {

	empty-cells: hide;
	margin: 0 0 20px;
}


div.component_webshop_product_highlight table tr td {
	width: 200px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	vertical-align: top;
}

div.component_webshop_product_highlight table tr.img td{
	border-top: 1px solid #666;
}

div.component_webshop_product_highlight table tr.txt td {
}

div.component_webshop_product_highlight table tr.opt td{
}

div.component_webshop_product_highlight table tr.last td{
	border-bottom: 1px solid #666;
	vertical-align: bottom;
}

div.component_webshop_product_highlight table tr td.s {
	border: 0;
	width: 20px;
}

div.component_webshop_product_highlight table tr.txt td h2 {
	height: 30px;
	overflow: hidden;
	padding: 15px 5px 5px;
}

div.component_webshop_product_highlight table tr.txt td h2 a,
div.component_webshop_product_highlight table tr.txt td h2 a:visited {
	color: #666;
	text-decoration: none;
}

div.component_webshop_product_highlight table tr.last td div.c {
	position: relative;
	padding: 0 6px 7px 0;
	height: 40px;
}

div.component_webshop_product_highlight table tr.last td div.c a,
div.component_webshop_product_highlight table tr.last td div.c a:visited,
div.component_webshop_product_highlight table tr.last td div.specialblock a,
div.component_webshop_product_highlight table tr.last td div.specialblock a:visited {
	position: absolute;
	bottom: 10px;
	left: 6px;
	width: 58px;
	height: 23px;
	margin: 0;
	padding: 2px 0 0 ;
	text-align: center;
	font-size: 0;
	line-height: 0;
	background: url('../images/button.info2.gif') no-repeat left top;
}

div.component_webshop_product_highlight table tr.last td a span {
	display: none;
}

/*div.component_webshop_product_highlight table tr.last td span,*/
div.component_webshop_product_highlight table tr.last td span.price {
	display: block;
	padding: 15px 2px 0 0;
	color: #f00;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

/* special */
/*div.component_webshop_product_highlight table tr td.special {
	background-color: #fff;
	border-color: #ccc;
}

div.component_webshop_product_highlight table tr.img td.special {
	border-top: 1px solid #ccc;
}

div.component_webshop_product_highlight table tr.opt td.special strike {
	display: inline-block;
	float: right;
	padding: 3px 5px 3px 0;
	text-align: right;
	text-decoration: none;
	background: 0;
}

div.component_webshop_product_highlight table tr.opt td.special strike span {
	font-size: 12px;
	font-weight: bold;
	background: url('../images/strikeThrough.gif') no-repeat 50% 50%;
}

div.component_webshop_product_highlight table tr.last td.special {
	border-bottom: 1px solid #ccc;
}

div.component_webshop_product_highlight table tr.last td.special span {
	color: #f00;
}*/

