.scrollContainer { 
	border-right: 4px solid #3F2211;
	height:	320px;
    width:	350px;
	overflow: auto;
	padding: 0px 0px 0px 0px;  
}

.scrollContent, .scrollContent td {
	font-size: 11px;
	color: #B6A79B;
}

.scrollContent {
	padding: 0px 15px 5px 10px;
}

.root {
	position: relative;
	height:	320px;
    width:	350px;
    margin:	10px 15px 8px 40px; 
}

.scrollContainer1 { 
	border-right: 4px solid #3F2211;
	height:	100px;
    width:	360px;
	overflow: auto;
	padding: 0px 0px 0px 0px;  
}

.scrollContent1, .scrollContent1 td {
	font-size: 11px;
	color: #B6A79B;
}

.scrollContent1 {
	padding: 0px 15px 5px 0px;
}

.root1 {
	position: relative;
	height:	100px;
    width:	360px;
}

.top_cell {
	height: 90px;
	padding: 40px 20px 10px 65px;
	font-size: 12px;
	color: #CDC3BC;
}

.products_list {
	background-image: url(../images/p_07.jpg);
	width: 417px;
	height: 552px;
	vertical-align: top;
}

.category_cell a:link, .category_cell a:visited {
	color: #b48f74;
	font-size: 12px;
	text-decoration: underline;
}

.category_cell a:hover {
	text-decoration: none;

}

.category_cell_sel {
	color: 1px solid #86674F;
	font-size: 12px;
	font-weight: bold;
}

.product_table {
	margin: 50px 100px 0px 70px;	
}

.product_title_cell {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0px 10px 0px;
	color: #CDC3BC;
	
}

.product_desc_cell {
	font-size: 12px;
	color: #CDC3BC;
}