/* Shop price styles
--------------------------------------------------*/
.price_normal {
	font-weight: bold;	
	font-size: 16px;
	height: 18px;
}
.price_oldprice {
	text-decoration: line-through;
	font-size: 16px;
	color: #ffb632;
	height: 18px;
}
.price_newprice {
	font-weight: bold;
	font-size: 16px;
	height: 18px;
}
.price_dealerprice {
	font-style: italic;
	font-size: 16px;
	height: 18px;	
}

/**
 * title used when not using the box model
 */
.shoptitle {
	padding: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

/**
 * master styles
 */
.master-box {
	float: left;
	width: 110px;
	height: 130px;
	margin: 0 10px 0 10px;
	padding: 0;
	text-align: center;
}

.master-table {
	width: 102px;
	border: 0;
	text-align: center;
}

.master-image {
	width: 98px;
	height: 99px;	
	margin: 0 auto;
	padding: 0;
	display: table;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}

	.master-image img {
		padding: 0;
		margin: 0;
		display: block;
	}

.master-link {
	margin: 0;
	padding: 0;
	text-align: center;
}

/**
 * subgroup styles
 */
.subgroup {
	min-height: 170px;
	float: left;
	padding: 0 0 4px 0;
}

.subgroup_col1 {
	width: 344px;
	margin: 0 0 0 0;
}

.subgroup_col2 {
	width: 344px;
	margin: 0 2px 0 0;
	clear: both;
}

.subgroup-left {
	width: 220px;
	padding: 0 4px 0 0;
	margin: 0 0 0 0;
	border-right: 1px dashed #c0c0c0;
	height: 130px;
	vertical-align: top;
}

	.subgroup-title {
		font-weight: bold;
	}
	
	.subgroup-title h1 a {
		font-size: 11px;
	}
	
	.subgroup-description {
		min-height: 65px;
	}
	
	.subgroup-prices {
		text-align: right;		
	}


.subgroup-right{
	width: 112px;
	padding: 0 0 0 14px;
	margin: 0;
	vertical-align: top;
}

	.subgroup-right-button {
		text-align: center;
		padding: 0;
		margin: 0;
		display: block;
		width: 103px;		
	}
	
	.subgroup-right button {
		color: #003;
		background-color: #fff;
		border: 0;
		padding: 0;
		margin: 0;		
		width: 103px;
	}

	.subgroup-cart {
		min-height: 20px;
		padding: 4px 2px 0 2px ;
	}

	.subgroup-cart-text {
		float: left;
		width: 40px;
		height: 20px;	
		line-height: 22px;
	}
	
	.subgroup-cart-input {
		float: left;
		height: 20px;	
		width: 26px;
	}
	
	.subgroup-cart-input input {
		height: 14px;
		width: 20px;	
		padding: 1px;
		margin: 0 0 0 0;
		border: 1px solid #000;
	}
	
	.subgroup-cart-button {
		float: left;
		width: 40px;
		height: 20px;	
		padding: 1px 0 0 0;
	}
	
.subgroup-cart-subproduct {
	padding: 1px 0 0 0;
}

.subgroup-cart-button button {
	
}

/**
 * Product or cat image in the shop
 */
.product-image {
	width: 102px;
	height: 104px;
	background-color: #fff;
	text-align: center;	
	vertical-align: middle;
	border: 1px solid #fff;
}

	.product-image a {
		width: 102px;
		display: block;
		border-style:none;
		line-height:0;
	}
	
	.product-image img {
		border-style:none;		
		line-height:0;		
	}


/**
 * product styles
 */
.productdetail-left {
	width: 700px;
	padding: 0 20px 0 0;
	margin: 0;
	border-right: 1px dashed #c0c0c0;
	vertical-align: top;
}

	.productdetail-left p {
		padding: 0 0 0 0;		
		margin: 0 0 10px 0;
	}

	.productdetail-cart {
		width: 100%;
	}
	
	.productdetail-cart-text {
		float: left;
		padding: 0 3px;
		height: 20px;
		line-height: 20px;
	}

	.productdetail-cart-input input {
		float: left;
		padding: 0 2px;				
		height: 16px;
	}
	
	.productdetail-subproduct {
		float: left;
		padding: 0 2px;						
		height: 20px;
	}

	.productdetail-cart-button {
		float: left;
		padding: 0 2px;			
		height: 20px;
	}

.productdetail-right {
	width: 135px;
	padding: 0 0 0 0;
	margin: 0;
	vertical-align: top;
}

	.productdetail-image {
		float: right;
		margin: 0;
		padding: 0 0 0 0;
	}

	.productdetail-image-links {
		float: right;
		margin: 0;
		padding: 0 0 0 0;
		width: 108px;
	}

		.productdetail-image-links ul {
			margin: 0;
			padding: 0;
		}

		.productdetail-image-links li {
			width: 10px;
			height: 12px;
			line-height: 12px;
			float: left;
			text-align: center;			
		}

	.productdetail-links {
		float: right;
		padding: 10px 0 0 0;
		min-height: 140px;
		text-align: right;
	}

	.productdetail-techdata {
		float: right;
		padding: 0 0 10px 0;
		min-height: 10px;
		min-height: 140px;		
	}

	.productdetail-prices {

	}


/**
 * Search menu
 */
.search-left {
	float: left;
	width: 400px;
	padding: 0 10px 0 0;
	border-right: 1px dashed #c0c0c0;
	height: 120px;
}

.search-desc {
	height: 86px;
}

.search-right {
	float: left;
	width: 100px;
	padding: 0 0 0 10px;
	text-align: center;
}

.search-right button {
	color: #003;
	background-color: #fff;
	border: 0px;
	width: 100px;
}
