/* CSS Document */


h1 {
	margin: 0 0 10px 0;
	}

#product_wrapper {
	min-height: 1px;
	}
	
	* html #product_wrapper {
		height: 1px;
		}
		
	#product_wrapper:after {
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
		}

/* [ Product Images ] */

#product_details {
	width: 360px;
	float: left;
	position: relative;
	}
	
	#product_images img {
		display: block;
		border: 1px solid #ccc;
		}
	
	
/* [ Product Info ] */

#product_info {
	width: 170px;
	float: left;
	padding: 0 10px;
	}
	
	#product_info .description {
		font-size: 12px;
		line-height: 16px;
		}
		
	#product_specs {
		border-top: 1px solid #dfd6d0;
		border-bottom: 1px solid #dfd6d0;
		padding: 10px 0;
		margin: 10px 0;
		font-size: 10px;		
		}
		
		#product_specs span {
			text-transform: uppercase;
			color: #777;
			width: 100px;
			text-align: left;
			float: left;
			margin-right: 10px;
			}
			
	#product_flags {
		padding: 0;
		margin: 0;
		color: #603314;
		list-style: none;
		font-size: 11px;
		}
		
			#product_flags li {
				background: url(flag.gif) no-repeat 0 center;
				padding: 0 0 0 10px;
				}
	
	
/* [ Product Tools ] */
#product_tools {
	width: 200px;
	float: left;
	position: relative;
	}
	
/* [ Category List ] */

.category_list {
	background: #e7ddd4;
	border: 1px solid #582108;
	position: relative;
	min-height: 1px;
	margin: 0 0 10px 0;
	}

	.category_list h4 {
		height: 28px;
		padding: 0 0 0 10px;
		line-height: 28px;
		background: #855a43 url(category_list_h4.gif);
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		margin: 0;
		border-bottom: 1px solid #582108;
		}
		
	.category_list ul {
		margin: 0;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}
		
	.category_list li {
		margin: 0 0 5px 0;
		padding: 0;
		line-height: 14px;
		}
	
	.category_list li a em {
	  color: #9f7f6e;
	}	
		
/* [ Cart Tools ] */
		
#product_cart_tools {
	width: 360px;
	height: 60px;
	background: url(product_cart_tools.gif);
	float: left;
	margin: 10px -5px;
	position: relative;
	}
	
	#product_cart_tools .message {
	  text-align:center;
	  padding-top: 15px;
	}
	
	
	#product_cart_tools .price {
		font-size: 26px;
		display: block;
		position: absolute;
		top: 15px;
		left: 15px;
		line-height: 30px;
		}
		
		#product_cart_tools .price .currency_symbol {
			font-size: 18px;
			position: relative;
			top: -5px;
			}
			
		#product_cart_tools .price small {
			font-size: 16px;
			position: relative;

			}			
	
	.add_to_cart_button {
		display: block;
		width: 135px;
		height: 40px;
		background: url(add_to_cart_button.gif) no-repeat;
		position: absolute;
		top: 10px;
		right: 10px;
		}
		
	.add_to_cart_button:hover {
		background-position: 0 -40px;
		}
		
	.add_to_cart_button strong {
		display: none;
		}
		
	.back_to_wholesale_button{
	    display: block;
		width: 160px;
		height: 40px;
		background: url(back_to_wholesale_button.gif) no-repeat;
		position: absolute;
		top: 10px;
		right: 10px;
		}
		
	.back_to_wholesale_button:hover {
		background-position: 0 -40px;
		}
		
	.back_to_wholesale_button strong {
		display: none;
		}
		
	/* [ Cart Tools Quantity ] */

	#cart_tools .quantity {
		background: url(cart_quantity.gif) no-repeat right top;
		width: 100px;
		height: 35px;
		position: absolute;
		top: 10px;
		right: 145px;
		margin: 5px 0;
		}
		
		#cart_tools .quantity label {
			font-size: 10px;
			font-weight: normal;
			text-transform: uppercase;
			position: absolute;
			top: 8px;
			left: 0;
			width: auto;
			color: #603314;
			padding: 0;
			}
	
		#cart_tools .quantity input {
			width: 30px;
			height: 26px;
			padding: 4px 5px 0 0;
			text-align: right;
			border: none;
			background: none;
			font-size: 16px;
			font-weight: bold;
			position: absolute;
			top: 0;
			right: 5px;
			}
			
/* [ Button View All ] */

#button_view_all {
	height: 30px;
	background: #855a43 url(category_list_h4.gif) repeat-x top;
	border: 1px solid #582108;
	display: block;
	margin: 0 0 10px 0;
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
	}	
			
