/* $Id: product.css 43 2009-04-21 09:11:25Z edin.coralic $ */

.product {

}

div.compare_title {
	background: url('../dsg/compare_arrow.gif') no-repeat bottom left;
	padding: 0 0 2px 22px;
	margin-bottom: 4px;
}
div.compare_select {
	border-top: 1px solid #e0e6d5;
	border-bottom: 1px solid #e0e6d5;
	padding: 10px 0;
	margin-bottom: 1em;
}
div.compare_select p {
	float: left;
	margin: 0;
}
div.compare_select p input {
	position: relative;
	top: 2px;
}
div.compare_select input.submit {
	margin-left: 100px;
	border: none;
	background: url('../dsg/compare_button.gif') no-repeat top left;
	width: 160px;
	height: 22px;
	color: #787567;
	font-size: 0.923em;
	cursor: pointer;
}

ul.products_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.products_list li {
	clear: both;
	margin: 0 0 1em 0;
	padding: 0;
	border-top: 1px solid #e0e6d5;
}
ul.products_list li .compare {
	float: left;
	width: 18px;
	overflow: hidden;
	background: #fff;
	position: relative;
	top: -1px;
}
ul.products_list li .compare input {
	position: relative;
	top: -1px;
}
ul.products_list li a.thumb {
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	background: no-repeat center center;
	border: 1px solid #e0e6d5;
	border-top: none;
}
ul.products_list li .description {
	margin: 7px 0 0 153px;
}
ul.products_list li .description .icon {
	float: right;
	margin-left: 10px;
}
ul.products_list li .title {
	margin-bottom: 0.5em;
}
ul.products_list li a.spare_part,
ul.products_list li a.inquiry,
ul.products_list li a.basket {
	float: right;
}
ul.products_list li a.basket {
	position: relative;
	top: -3px;
	padding: 3px 28px 3px 0;
	background: url('../dsg/add_to_basket.gif') no-repeat center right;
}
ul.products_list li .price span {
	text-decoration: line-through;
}


.product .discount_product {
	margin: 0 0 2em 0;
}
.product .discount_product .thumb {
	float: left;
	width: 145px;
}
.product .discount_product .title {
	margin-bottom: 0.5em;
}
.product .discount_product .price {
	margin-bottom: 0.5em;
	font-weight: bold;
}
.product .discount_product .price span {
	text-decoration: line-through;
	font-weight: normal;
}

.product .randoms_list {
	margin: 0.5em 0 2em 0;
}
ul.products_list_big {
	list-style-type: none;
	margin: 0;
}
ul.products_list_big li {
	margin: 0 0 0 27px;
	float: left;
	width: 155px;
	overflow: hidden;
	text-align: center;
}
ul.products_list_big li.spacer {
	clear: both;
	margin: 0;
	float: none;
	width: auto;
	overflow: hidden;
	text-align: center;
	height: 1em;
}
ul.products_list_big li.first {
	margin-left: 0;
}
ul.products_list_big li a.thumb {
	display: block;
	height: 155px;
	background: no-repeat center center;
	margin-bottom: 5px;
}
ul.products_list_big li a.title {
	font-weight: bold;
}
ul.products_list_big li .price {
	font-weight: bold;
}
ul.products_list_big li .price span {
	text-decoration: line-through;
	font-weight: normal;
}
ul.products_list_big li .form_add {
	padding-top: 5px;
}
ul.products_list_big li .form_add .add input {
	border: none;
	background: none;
	cursor: pointer;
	padding: 3px 30px 3px 0;
	background: url('../dsg/add_to_basket.gif') no-repeat center right;
	overflow: visible;
}
.page_green ul.products_list_big li .form_add .add input {
	color: #80c700;
}
.page_orange ul.products_list_big li .form_add .add input {
	color: #ff9a00;
}
.page_blue ul.products_list_big li .form_add .add input {
	color: #1a6cc0;
}
.page_gray ul.products_list_big li .form_add .add input {
	color: #a8a8a0;
}

