﻿/* product-block */
#product-block .heading {
	overflow:hidden;
	width:100%;
	padding:0 0 11px;
}
#product-block h3 {
	margin:0 5px 0 0;
	color:#000;
	font:2.5em/1.1em HaettenschweilerRegular;
	float:left;
}
#product-block .star-rating-large
{
    height: 37px;
}

/* product-info */
.product-info {
	overflow:hidden;
	width:100%;
	margin:0 0 20px;
}
/* product-gallery */
.product-gallery {
	float:right;
	width:429px;
	padding:5px;
	border:1px solid #ccc;
}
.product-gallery img {display:block;}
.product-gallery .holder {
	float:right;
	width:370px;
	height:248px;
	overflow:hidden;
	position:relative;
}
.product-gallery .holder ul {
	list-style:none;	margin:0;	padding:0;
	width:99999px;
	overflow:hidden;
}
.product-gallery .holder li {
	float:left;
	width:370px;
	height:248px;
}
/* switcher */
.product-gallery .switcher {
	float:left;
	width:53px;
	list-style:none;	margin:0 0 -5px;	padding:0;
	overflow:hidden;
}
.product-gallery .switcher li {
	margin:0 0 5px;
	width:100%;
	float:left;
}
/* description */
.description {
	float:left;
	width:225px;
	background:#eaeaea;
	padding:4px 8px 0;
	position: relative;
	min-height: 256px;
}
.description h3 {
	color:#da0081;
	font-size:2em;
	line-height:1.167em;
	text-transform:uppercase;
	margin:0 0 7px;
}
.description img {display:block;}
.description ul {
	overflow:hidden;
	width:215px;
	margin:0 0 0 10px;
	padding:0 0 8px;
	font-weight:bold;
	line-height:1.5em;
	list-style: none;
}
.description ul li {
	float:left;
	clear:left;
	width:24px;
	margin:0 14px 0 0;
	padding:0 0 13px;
}
* html .description dt {margin-right:11px;}
.description ul li span {
	margin:7px 0 0;
	float:left;
	width:170px;
}
.description dd span {display:block;}
* html .description dd {float:none;}
*+html .description dd {float:none;}

.description ul li.ico-1 {
    background: url("../images/ico13.gif") no-repeat scroll 0 0 transparent;
    padding: 0 0 13px 30px;
}
.description ul li.ico-2 {
    background: url("../images/ico14.gif") no-repeat scroll 0 0 transparent;
    padding: 0 0 0 35px;
}
.description ul li.ico-3 {
    background: url("../images/ico15.gif") no-repeat scroll 0 0 transparent;
    padding: 0 0 11px 30px;
}
.description ul li.ico-4 {
    background: url("../images/ico16.gif") no-repeat scroll 0 0 transparent;
    padding: 2px 0 0 30px;
}
.description ul li.ico-5 {
    background: url("../images/ico14.gif") no-repeat scroll 0 3px transparent;
    padding: 0 0 10px 30px;
}

/* price-box */
.price-box {
	overflow:hidden;
	width:233px;
	padding:0 8px 0 0;
	margin:0 -8px;
	position:relative;
	background:#1c1e20;
	text-transform:uppercase;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	color:#fff;
	position: absolute;
	bottom: 0;
}
.price-box a.all {
	color:#fff;
	margin:9px 0 0;
	float:right;
}
.price-box .price {
	float:left;
	width:114px;
	height:31px;
	padding:2px 0 0 10px;
	line-height:27px;
	overflow:hidden;
	position:relative;
	background: url(../images/sprite.gif) no-repeat 0 -867px;
}
.price-box .price span {
	margin:1px 6px 0 0;
	float:left;
}
.price-box .price .number {
	font-size:25px;
	line-height:27px;
	margin:0;
}
/* about-box */
.about-box {
	overflow:hidden;
	width:100%;
	background: url(../images/bg-about-box.gif) repeat-y 459px 0;
}
/* about */
.about {
	float:left;
	width:440px;
}
.about-nav {
	list-style:none;	margin:0;	padding:0 0 15px;
	overflow:hidden;
	width:100%;
	font-size:12px;
	line-height:15px;
}
.about-nav li {
	float:left;
	margin:0 -2px 0 0;
}
.about-nav a {
	float:left;
	height:28px;
	color:#000;
	background: url(../images/bg-about-nav.gif) no-repeat 100% -66px;
	padding:0 7px 0 0;
}
.about-nav a strong {
	float:left;
	height:22px;
	padding:6px 4px 0 10px;
	background: url(../images/bg-about-nav.gif) no-repeat;
}
.about-nav li:first-child strong {
	background:#ccc;
	padding:6px 20px 0 25px;
}
.about-nav li:last-child strong {padding:6px 28px 0 35px;}
.about-nav li:last-child a {
	background:none;
	padding-right:0;
}
.about-nav a:hover,
.about-nav a.active {
	color:#fff;
	text-decoration:none;
}
.about-nav li:first-child a.active strong {background:#1c1e20;}
.about-nav a.active {background-position:100% -102px;}
.about-nav a.active strong {background-position:0 -33px;}
.about p {margin:0 0 15px;}
.about p em {font-weight: bold;}
/* tools-links */
.tools-links {
	list-style:none;	margin:0;	padding:0;
	font-weight:bold;
	clear: both;
}
.tools-links li {
	display:inline;
	padding:0 27px 0 0;
}
.tools-links a {color:#39a4ff;}
/* map-box */
.map-box {
	float:right;
	width:213px;
	padding:8px 1px 0 0;
}
.map-box h4 {
	margin:0 2px 4px;
	color:#eb008b;
	text-transform:uppercase;
	font-size:1em;
	line-height:1.25em;
	font-weight:bold;
}
.map-box ul {
	list-style:none;	margin:0;	padding:0 0 16px;
}
.map-box li {
	background: url(../images/bullet.gif) no-repeat 0 6px;
	text-indent:7px;
	padding:0 0 2px;
}
/* map */
.map {
	border:1px solid #ccc;
	padding:5px;
	margin:7px 0 0 2px;
}
.map img {display:block;}

.costs-discounts
{
	margin: 5px 0px;
}
	.costs-discounts table
	{
		width: 100%;
	}
