

/**
 * Liste von Produkten als Tabelle...
 */

.products_table td {
	color: #555;
	font-size: 11px;
}

.products_table .product_price {
	vertical-align: top;
	color: #dc0000;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #eaeced 0px 0px 2px;
	white-space: nowrap;
}


/**
 * PRODUCT DETAILS
 */

.product_details {
	margin-bottom: 20px;
	width: 540px;
	/* background-color: orange; */
}

.product_details_image {
	float: right;
	margin: 0;
	margin-bottom: 1px;
	margin-left: 5px;
	width: 150px;
}

.product_details_name {
	font-size: 16px;
}

.product_details_attributes .label {
	font-weight: bold;
	color: #888;
}

.product_details_shopping {
}

.product_details_price {
	float: right;
	margin-bottom: 10px;
	padding-right: 30px;
	color: red;
	font-size: 26px;
	font-weight: bolder;
}

.add_to_basket {
	float: right;
}

.product_details_description {
	margin: 10px 10px 10px 30px; /* top right bottom left */
}

/**
 * Tooltip mit einer größeren Ansicht des Produkt-Bilds...
 */

.product_image_tooltip {
	width: 220px;
	padding: 5px;
	font-size:11px;
	background-color:#3d7483;
}

.product_details_image_tooltip {
	width: 480px;
	padding: 5px;
	font-size:11px;
	background-color:#3d7483;
}


/*****************************************************************************************************************pagebeam**/