﻿.noshop-product {
				max-width: 100%;
				max-height: 100%;
				min-height: 180px;
				margin: 8px;
				margin-bottom: 25px;
				clear:both;
}

.noshop-product-imagebox {
				float: left;
}

.noshop-product-textbox {
				float: left;
				margin-left: 5px;
				padding-left: 20px;
}

.noshop-product-image {
}

.noshop-product-title {
				font-size: large;
				font-weight:bold;
				padding-bottom: 10px;
}

.noshop-product-desc {
				padding-bottom: 10px;
				padding-left: 1px;
}

.noshop-product-spec {
				padding-top: 2px;
				vertical-align:top;
				clear:both;
}

.noshop-product-spec-var {
				font-weight:bold;
				float:left;
				vertical-align:top;
				padding-right: 10px;
				min-width: 150px;
}

.noshop-product-spec-val {
				float:left;
				vertical-align:top;
				min-width: 200px;
}

