/* ************************************************ MODULE Services *** */

/* ****************************** box */
/*
.xxx_box .box_container .name {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: navy;
	margin-top: 6px;
	margin-bottom: 3px;
}
.Services_box .box_container .images {
	text-align: center;
}
.Services_box .box_container .images img {
	border: 1px solid navy; 
	width: 90px; 
	height: 60px; 
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 8px;
}
*/
/* ****************************** content */


	/* table for simple shop */
	.ShopSimple table {
		margin-top: 18px;
	}
	.ShopSimple tr {
		height: 60px;
	}
	
	.ShopSimple .w_shopsimple_list_image {
		width: 110px; min-width: 110px; max-width: 110px;
		text-align: center;
		vertical-align: middle;
		padding: 0px 0px 0px 0px;
	}
		.ShopSimple .w_shopsimple_list_image img {
			margin-top: 2px;
			margin-bottom: 3px;
			border: 1px solid gray;
		}
	.ShopSimple .w_shopsimple_list_name {
		text-align: left;
		vertical-align: middle;
		font-size: 11px;
		padding-left: 10px;
	}
	.ShopSimple .w_shopsimple_list_unit {
		width: 80px;
		text-align: center;
		vertical-align: middle;
	}
	.ShopSimple .w_shopsimple_list_price {
		width: 80px;
		text-align: right;
		vertical-align: middle;
		padding-right: 4px;
	}

	/* group list */
	.ShopSimple .w_shopsimple_list_groupname {
		font-size: 14px;
		color: #888;
		padding-left: 8px;
	}
		.ShopSimple .w_shopsimple_list_groupname a {
			color: #888;
			text-decoration: none;
		}
		.ShopSimple .w_shopsimple_list_groupname a:hover {
			color: #f00;
		}
	
	

	/* product page for simple shop */
	.ShopSimple .product_image_main {
		width: 144px;
		text-align: center;
		border: 1px solid silver;
		background-color: #f8f8f8;
		margin-top: 18px;
		float: left;
	}
	.ShopSimple .product_image_main:hover {
		background-color: #e0e0e0;
	}
		.ShopSimple .product_image_main img {
			margin-top: 12px;
			margin-bottom: 12px;
			border: 1px solid gray;
		}

	.ShopSimple .product_short_text {
		width: 370px;
		float: left;
		margin-left: 18px;
		margin-top: 18px;
	}
		.ShopSimple .product_name {
			font-family: xImpact, "xArial Black", "Futura", Verdana, sans-serif;
			font-size: 24px;
		}
	
		.ShopSimple .product_short_description {
			font-size: 11px;
			margin-top: 8px;
		}
	
		.ShopSimple .product_price {
			font-family: Impact, "Times New Roman", Times, serif;
			font-size: 18px;
			text-align: left;
			color: #ff0000;
			margin-top: 8px;
			margin-right: 20px;
		}

		.ShopSimple .product_price_type {
			font-size: 9px;
			font-style: italic;
			color: gray;
			text-align: left;
			margin-top: 3px;
			margin-right: 20px;
		}
		
		.ShopSimple .product_price_rabat {
			font-size: 9px;
			color: gray;
			margin-top: 6px;
		}
		.ShopSimple .product_order {
			font-size: 10px;
			margin-top: 4px;
			border-top: 1px dotted silver;
			border-bottom: 1px dotted silver;
			background-color: #ffd;
		}
		.ShopSimple fieldset.product_order {
			font-size: 10px;
			margin-top: 4px;
			border: 1px dotted silver;
			background-color: #ffd;
		}
			.ShopSimple fieldset.product_order legend {
				font-size: 11px;
				xfont-weight: bold;
				color: red;
			}
		
/*
			.ShopSimple .w_product_order_label {
				width: 200px;
				color: black;
			}
*/

			.ShopSimple .w_product_order_field {
				xwidth: 100px;
				width: 240px;
				text-align: right;
				float: left;
			}
			
			.ShopSimple .w_product_order_unit {
				width: 40px;
				color: black;
			}
			
			.ShopSimple .w_product_order_button {
				width: 60px;
				text-align: right;
				float: left;
			}

	.ShopSimple .product_long_description {
		font-size: 10px;
		margin-top: 8px;
		border-top: 1px dotted silver;
	}
	



