/* ============================================================== */
/* BRAND STYLES
/* 2009 Michael B. Mitchell
/* Copyright Economy Furniture, 2009 - All Rights Reserved
/* ============================================================== */

/* Main Page Pod */
#POD_Brands {
	border: 1px solid rgb( 133, 0, 0 );
	border-left: 0;
	border-right: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Brands pod title */
#POD_Brands h3 {
	font-size: 15px;
	color: #ffffff;
	background-color: rgb( 133, 0, 0 );
	border: 1px solid rgb( 103, 0, 0 );
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Brands link list table */
#POD_Brands table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* Brands table intro text */
p.BrandsIntro {
	font-size: 13px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0;
	font-style: italic;
}

/* Brands link list */
#POD_Brands ul {
	border: 0;
	list-style-type: disc;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}

/* Brands link list line items */
#POD_Brands li {
	padding: 2px;
}
