@charset "UTF-8";
/* CSS Document */
.wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 520px;
	background: #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
.wrapper2 { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 450px;
	background: #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
.imgwrap {
	float: left;
	width: 300px;
}
.texwrap {
	float: right;
	width: 300px;
}
.prodbm {
	clear: both;
	width: 100%;
}
.productimg {
	padding-top: 10px;
	padding-bottom: 3px;
}
.productimg2 {
	padding-bottom: 3px;
}
.productspec{
	font-size: 10px;
	color: #333333;
	border: 1px solid #333333;
	text-align: left;
	background-color: #FFFFFF;
}
.productstext {
	padding: 10px;
}
.producttex {
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 16px;
	padding-bottom: 10px;
}
#menu_left {
	text-align: left;
	width: 170px;
	z-index: auto;
	position: relative;
	float: left;
}
.prowrap {
	width: 170px;
	float: left;
	height: 500px;
}
#menu_left .linkname  {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/gradient_17.gif);
	text-align: center;
	height: 20px;
	width: 170px;
	padding-top: 7px;
	margin-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.pricep {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	line-height: 16px;
	background-color: #000000;
	padding: 10px;
}
.mcm {
	font-size: 10px;
	line-height: 13px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	margin-top: 10px;
}
.imgwrap2 {
	width: 400px;
}

