@charset "utf-8";
/* CSS Document */

@import "/css/category.css";

#detail {
	height: auto;
}


#mainPicture {
	width: 350px;
	height: 279px;
	float: left;
	border:0;
	margin-left: 10px;
}

#teaser, #description {
	float: left;
	height: auto;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	width: 97%;
	margin-left:10px;
}

#teaser {
	width: 350px;
	margin-top: 20px;
}

#description {
	font-weight: normal;
	font-size: 11px;
	height: auto;
}

#wideskyscraper {
	margin-top: 0px;
}

#detail {
	width: 590px;
}

#shield {
	width: 205px;
	height: 288px;
	float: right;
	background: url("/skin/prosonic/images/shield.png") no-repeat;
	margin-right: 10px;
}

p.path {
	margin-bottom: 0px;
	width: 600px;
}

#price {
	text-align: center;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin:10px 0;
	color: #A0272D;
}

#info, #code, #warranty, #stock, #delivery, #manufacturer, #review {
	font-size: 12px;
	font-family:Arial,  Helvetica, sans-serif;
	margin:5px 0 12px 30px;
}

#manufacturer A, #review A {
	text-decoration: none;
	color: black;
}

#code {
	text-align: center;
	font-size: 10px;
	margin-right:0px;
	margin-left: 0px;
	margin-top: 0px;
}

#specs {
	float: left;
	width: 97%;
	margin-left:10px;
}

#specs .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#specs .descriptorSectionBlock, #specs .descriptorSectionBlock .descriptorSection {
	width: 97%;
	float: left;
	margin-bottom: 10px;
}

#specs .descriptorSectionBlock .descriptorSection {
	background: #ddd;
	padding: 4px;
	width: 99%;
}

.descriptorSection {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	float: left;
}

.descriptorDefinition {
	margin-bottom: 7px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
}

.descriptorDefinition .label, .descriptorDefinition .value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: left;
}

.descriptorDefinition .label {
	width: 29%;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
.descriptorDefinition .value {
	width: 70%;
}
