/* $Id: products.css 162 2009-02-27 12:31:46Z edin.coralic $ */
.products .img_container {
	float: left;
}
.products #over_img_flash{
	z-index:10;
	position: absolute;
	left: 0;
}

.products .main_description {
	font-size: 1.4em;
	font-style: italic;
	margin-bottom: 2em;
}

.products .certificate {
  float: right;
}

.products .attributes {
	position: relative;
	border: 1px solid #c0865b;
	border-left: none;
	border-right: none;
	padding: 1.4em 0;
	margin: 1.4em 0;
}
.products .attributes img.main_picture {
	border: 1px solid #c0865b;
	float: left;
}

	.products .attributes ul {
		float: right;
	  list-style-type: none;
	  margin: 0;
	  width: 212px;
	}

		.products .attributes ul li {
		  margin: 0;
		}

			.products .attributes ul li select {
		  	font-family: Verdana, Arial, Tahoma, sans-serif;
			  font-size: 1.1em;
			  width: 180px;
			  border: 1px solid #999;
			  padding: 3px;
			}

			.products .attributes ul li * {
			  vertical-align: middle;
			}

			.products .attributes ul li a {
			  margin-left: 5px;
				cursor: pointer;
				visibility: hidden;
			}

.attribute_text {
	font-size: 1.2em;
	padding: 10px;
}

.attribute_text h1 {
	margin-bottom: 1em;
}

.products .no_attributes .certificate {
	float: none;
	clear: both;
	border-bottom: 1px solid #c0865b;
	text-align: right;
	padding-top: 2em;
	margin-bottom: 1em;
}

.products .min_order {
	font-size: 1.4em;
	padding-bottom: 1em;
}

.products .not_logged {
	font-size: 1.4em;
	font-weight: bold;
}

.products div.add_cart {
	border: 1px solid #c0865b;
	border-left: none;
	border-right: none;
	padding: 1.4em 0;
	margin-bottom: 1.4em;
}

.products .price {
	padding-bottom: 0;
}
.products .price_per_item {
	padding: 1em 0 0 0;
}
.products .price em,
.products .price_per_item em {
	font-size: 1.8em;
	font-style: normal;
	line-height: 1.2em;
}

.products form {
	font-size: 1em;
}

	.products form input.amount {
		width: 3em;
	}

	.products form span.amount {
		margin-right: 1em;
		line-height: 25px;
	}

	.products form .amount {
		font-size: 1.4em;
	  float: left;
	}

	.products form input.cart_add,
	.products form input.favorite_add {
	  font-size: 1.4em;
	  font-weight: bold;
	  color: #fff;
	  border: none;
	  background-repeat: no-repeat;
	  background-position: top left;
	  background-color: transparent;
	  height: 22px;
	  line-height: 20px;
	  text-align: center;
	  cursor: pointer;
	  padding: 0 10px 2px 27px;
	  float: right;
	}

	.products form input.cart_add {
	  background-image: url(/dsg/add_cart.gif);
	  width: 117px;
	  height: 1%;
	}

	.products form input.favorite_add {
	  background-image: url(/dsg/add_favorite.gif);
	  width: 157px;
	  margin-left: 15px;
	}

.products .buttons a {
	margin: 3em 0 0 40px;
}

.products ul.list2 {
	list-style-type: none;
	margin: 0 0 2em 0;
}
.products ul.list2 li {
	margin: 0;
	padding: 0;
	float: left;
	width: 33%;
	overflow: hidden;
	height: 1%;
}
.products ul.list2 li.spacer {
	clear: both;
	float: none;
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #c0865b;
	margin-bottom: 20px;
	overflow: hidden;
}
.products ul.list2 li a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.products ul.list2 li a * {
	cursor: pointer;
}
.products ul.list2 li .thumb {
	margin: 0 auto;
	display: block;
	width: 140px;
	height: 210px;
	border: 1px solid #c1aa79;
	background: #fff no-repeat center center;
}
.products ul.list2 li a img {
	border: 1px solid #c1aa79;
}
.products ul.list2 li a span.title {
	display: block;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 8px;
}
.products ul.list2 li a span.attribute {
	display: block;
	margin-top: 5px;
	color: #554F43;
	font-size: 1.1em;
	line-height: 1.2em;
}

.products .list {
	list-style-type: none;
	margin: 0 0 2em 0;
}

	.products .list li {
		margin: 0;
		padding: 15px 0;
		clear: both;
		border-bottom: 1px solid #c0865b;
	}

		.products .list li .thumb {
		  display: block;
		  text-align: center;
		  width: 140px;
		  height: 140px;
			float: left;
			margin: 0 0 0.5em 0;
			border: 1px solid #c1aa79;
			background-position: center center;
			background-repeat: no-repeat;
		}
		.products .list li .thumb_img {
			width: 140px;
			float: left;
			margin: 0 0 0.5em 0;
			border: 1px solid #c1aa79;
			overflow: hidden;
		}
		.products .list li .thumb_img img {
			float: left;
		}

		.products .list li .thumb img {
			display: none;
		}

		#center .products .list li h2 {
		  font-size: 1.8em;
		  font-weight: normal;
		  margin: 0;
		  padding: 0;
		}

		#center .products .list li p {
		  font-size: 1.4em;
		  line-height: 1.4em;
		}

		#center .products .list li p.foot strong {
		  float: left;
		}

		#center .products .list li p.foot a {
		  float: right;
		}


		#center .products .list li h2,
		#center .products .list li p {
		  margin-left: 150px;
		}

			#center .products .list li p img {
			  margin-right: 0.5em;
			}

/* login */
#center .products .login .box {
	margin-top: 2em;
}

/* scale table */
.products table.scale {
	float: right;
	border: 1px solid #c1aa79;
}
.products table.scale th,
.products table.scale td {
	padding: 2px 4px;
	font-size: 1.1em;
}
.products table.scale th {
	border-bottom: 1px solid #c1aa79;
	padding-bottom: 4px;
}
.products table.scale td {
	text-align: right;
}

/* home categories */
	.products .home_categories {
		list-style-type: none;
		margin: 0;
	}

		.products .home_categories li {
		  float: left;
			margin: 13px 27px 0 0;
			width: 142px;
		}

		.products .home_categories li.last_col {
			margin-right: 0;
		}

			.products .home_categories li h2,
			.products .home_categories li .thumb {
				text-align: center;
			}

			.products .home_categories li .thumb_img {
			}
			.products .home_categories li .thumb_img img {
			 	display: block;
				width: 140px;
				border: 1px solid #c1aa79;
			}

			#right .products .home_categories li {
				width: 220px;
			}

			.products .home_categories li h2 {
			  font-weight: normal;
			  margin: 0.5em 0;
			  padding: 0;
			}

	.products .home_categories li h2 {
	  font-family: Verdana, Arial, Tahoma, sans-serif;
	  font-size: 1.1em;
	}


@import('products_random.css');
