/*
*****************************************
* produktside
*****************************************
*/

.proInfoLeft {
	background-color: whitesmoke;
	font-weight: bold;
	font-family : calibri;
	font-size: 12px;
	width: 130px;
	float: left;
	clear: none;
	display: inline;	
	white-space: nowrap;
	overflow: visible;
	padding-left: 3px;
}

.proLeft {
	width: 300px; 
	overflow: visible;
}
.proLeftText {
	overflow: visible;
	clear: both;
	margin-right: 10px;
}
p.product {
	font-family: 'tahoma', 'helvetica';
	font-size: 11px;
	line-height: 13px;
}
.productImage {
	text-align: center;
	float:right;
	clear:right;
	width: 499px;
	overflow: hidden;
}

.productPriceBox {
	display: block;
	clear: both;
	float: left;
	width: 93%;
	white-space: nowrap;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
	padding-left: 10px;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	background-color:  rgb(24,89,129);
}
span.productPriceText {
	font-weight: bold;
	font-family: verdana;
	color: white;
	background-color: transparent;
}
	
.proHidden {
	display: none;
}
table.productVariants {
	margin-top: 10px;
	width: 100%;
	clear: both;
	display: block;
	padding-right: 10px;
	float: left;	
}
td.productVariant {
	/*background-color: mistyrose;*/
	vertical-align: middle;
}
.proVariantOptionComment {
	width: 90%;
	margin-bottom: 8px;
	clear: both;
	float: left;
}
.proVariantOptionCommentHeader {
	background: url('images/commentarrow.jpg') 210px 0 no-repeat; 
	padding-left: 158px;
	line-height: 10px;
}
.proVariantOptionCommentText {
	background-color: #ececec;
	width: 250px;
	padding: 5px;
}

a.readmore {
	font-weight: bolder;
	font-size: 11px;
	color: darkslategray;
	padding: 0px;
	margin: 0px;
	display: inline;
	float: none;
	clear: none;
	font-family : 'trebuchet ms', 'helvetica';
	border-bottom: 1px solid rgb(24,89,129);
	margin-right: 15px;
}

a.readmore:hover {
	color: black;
	border-bottom: 1px solid blue;
	text-decoration: none;
}

ul.product {
	text-indent: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 11px;
}

/*
*****************************************
* product properties
*****************************************
*/

span.prop_desc {
	clear: left;
	float: left;
	line-height:25px;
	height: 20px;
	font-size:80%;
	background-color: whitesmoke;
	width: 120px;
	border-bottom: 1px dashed silver;
	padding-left: 4px;
}

span.prop_content {
	line-height:22px;
	height: 20px;
	float: left;
	font-size:110%;
	font-weight:bold;
	background-color: whitesmoke;
	width: 165px;
	border-bottom: 1px dashed silver;
	display: inline;
	white-space: nowrap;
}

span.prop_sub_content {
	position: relative;
	float: left;
	top: -2px;
	font-size:85%;
	background-color: whitesmoke;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px dashed #dadada; /*silver;*/
	display: inline;
	text-align: right;
	color: darkslategray;
	white-space: nowrap;
}

