/* #################################################################### 
[Layout Stylesheet]

Project:	REMI.com
Version:	0.1
Last change:	05/14/08 []
Assigned to:	Brian Hayes bh
Primary use:	REMI.COM typography


[Color codes]
------------------------------------------------------------------------
Red:		#8c172c
Grey:		#464646 *default
Lt. Blue: 	#accecb
Tan:		#d5cfbc




/*
=Products
#################################################################### */
.product {
	float:left;
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #8c172c;
}
	.productImg {
		float:left;
		width:127px;
		height:120px;
		margin-top:20px;
	}
		.productImg img {border:1px solid #8c172c;}
		
		.productName {
			float:left;
			width:303px;
			margin-bottom:8px;
		}
		.productText {
			float:left;
			width:303px;
			margin-left:15px;
			margin-top:20px;
		}
		.productText p {float:left; margin-top:0px;}
#product {
	float:left;
	width:460px;
	border-bottom:1px solid #8c172c;
	padding-bottom:20px;
}
*html #product {
	width:450px;
}
	#ProductImage {
		float:left;
		width:100%;
		margin-bottom:40px;
	}
	#productDescText {
		float:left;
		width:100%;
	}
	
	
#TB_window{
	background-color:#e8d7ba !important;
}
