/* -----------------------------------------------------------------------------------------
   File: product_presentation.css   

   Jan Schöne - Web &design;
   http://www.web-und-design.net

   Copyright (c) 2008-2009 Web &design; 
   -----------------------------------------------------------------------------------------
   Version 1.0.0 (public)
   
   Contains complete styling product-listing and product-info and some little things
   that belong to these things.
   ---------------------------------------------------------------------------------------*/

/* Design product-info */

.product_info {

}

.product_info_left {
	float: left;
	width: 49%;
}

.product_info_right {
	float: right;
	width: 49%;
	text-align: right;
}

.product_info_right p {
	line-height: 1.5em;
}

.product_info h1 {
	font-size: 150%;
	width: 100%;
	padding-bottom: 3px;
	background: url(img/product_listing_bottom.jpg) left bottom no-repeat;
	/* border-bottom: 1px solid #845E51; */
	margin-bottom: 1em;
}

.product_info_price {
	font-size: 120%;
	font-weight: bold;
}

.product_info_img {
	padding: 10px;
	margin: 5px;
	border: 1px solid #845E51;
}

.product_info_content {
	clear: both;
	text-align: justify;
	margin-bottom: 1em;
}

/* Design print_product_info */

#print_product_info_container {
	margin: auto;
	width: 600px;
	padding-top: 20px;
}

#print_product_info_container h1 {
	font-size: 150%;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #845E51;
	margin-bottom: 1em;
}

.print_product_info_left {
	float: left;
	width: 290px;
	height: 600px;
}

.print_product_info_right {
	float: right;
	width: 290px;
}

.print_product_info_price {
	font-size: 100%;
	font-weight: bold;
}

.print_product_info_img {
	margin: 10px 10px 10px 0;
}
	

/* Design product-listing */

.product_listing {
	padding: 5px;
	margin-bottom: 10px;
	background: url(img/product_listing_bottom.jpg) bottom center no-repeat;
	/* background: url(img/product_listing_bg.jpg) bottom left no-repeat; */
	/* border-bottom: 1px solid #845E51; */
	/* border-left: 1px solid #845E51; */
}

.product_listing_left {
	float: left;
	width: 39%;
}

.product_listing_right {
	float: right;
	width: 59%;
	text-align: right;
}

.product_listing_right p {
	line-height: 1.5em;
}

.product_listing_price {
	font-size: 100%;
	font-weight: bold;
}

.productOldPrice {
	color: #C4240A;
	text-decoration: line-through;
}

.product_listing_img {
	padding: 3px;
	margin: 5px;
	border: 1px solid #845E51;
}

/* Design navbar product-listings */

.navbar_left {
	float: left;
}

.navbar_right {
	float: right;
	text-align: right;
}
