﻿/* 
====================================
 Styles for WSI.SimpleCatalog Module
====================================
*/

.img_box 
{
	width: 250px;
	margin: 0px 0px 5px 5px; 
	float: right;
	background-color: #767676;
	border: solid 2px #767676;
}

.text_item 
{
	margin: 10 0 10 0;
}

.label_item
{
	font-size:12px;
	font-weight:bold;
	color:#e70a1b;
	text-align: left;
}

.tree_header 
{
	background-image: url(Images/tree_header.png);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 235px;
	height: 26px;
	vertical-align: middle;
	padding-bottom: 5px;
}
