/* $Id$ */
@import url('product_single.css');
@import url('group_action.css');
@import url('product_action.css');
@import url('product_addons.css');
@import url('product_home_groups.css');
@import url('../../news/css/news_menu.css');

.product {

}

.Line {
	width:97%;
	height: 1px;
	overflow: hidden;
	background: #a3d3f7;
	margin-bottom: 20px;
	margin-top: 20px;
}
.product a.title {
	display:block;
	font-weight:bold;
	font-size:1.1em;

}

.product div.original-price {
	margin-top: 0.3em;
	font-size: 1.1em;
	font-weight: bold;
	color: #3f8bad;
}
.product div.normal-price {
	margin-top: 0.3em;
	font-size: 1.1em;
	font-weight: bold;
	color: #8e8e8e;
	text-decoration: line-through;
	line-height: 1.2em;
}
.product div.price {
	margin-top: 0.3em;
	font-size: 1.1em;
	font-weight: bold;
	color: #e51111;
}


.product .add-to-basket {
	margin-top: 2em;
	display: block;
}
	.product .add-to-basket a.cart {
		float: left;
		background: url('../dsg/cart.jpg') no-repeat center center;
		width: 33px;
		height: 25px;
	}
	.product .add-to-basket a.button {
		float: left;
		background: url('/plugins/basket/dsg/summer-button.gif') no-repeat center center;
		width: 132px;
		height: 20px; /*27*/

		padding-top: 7px;
		margin-left: 20px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
	}
		.product .add-to-basket a.button:hover {
			text-decoration: underline;
		}



.product .group-info {
	border-bottom: 1px solid #a6d6fa;
	margin-bottom: 2em;
}
	.product .group-info .main-content {
		margin-bottom: 0;
	}
.product .group-info img.picture {
	float: right;
	margin: 0 0 0.5em 1em;
}
.product .price {
	font-weight: bold;
	font-size: 1.0em;
}


.product .product-list {
	padding-bottom: 1em;
	border-bottom: 1px solid #a3d3f7;
	margin-bottom: 2em;
}
.product .product-list h1 {
	font-size: 0.5em;
}
.product .product-list .info{
	margin-top: 2px;
	color: #4a8daa;
	font-size: 1.1em;
}
.product .product-list .product-box {
	float: left;
	width: 140px !important;
	text-align: center;
	margin: 0 0 0 13px;
	padding: 0 0 2em 0;
}
.product .product-list .product-box-first {
	margin-left: 0;
}
.product .product-list .product-box .pictures-holder {
	height: 120px;
	overflow: hidden;
}
.product .product-list .product-box  .content {

}


.product .scale {
	margin-top: 1em;
	font-size: 1.1em;
}
.product .scale th {
	padding: 4px;
	background: #76BEDD;
}
.product .scale td {
	padding: 4px;
	background: #B1E0FE;
}
.product .scale td.scaleDiscount,
.product .scale td.scalePrice {
	text-align: right;
}