﻿/* Buy Me's */
#smallProducts
{
	margin: 0px 0px 10px 2px;
	display: block;
	height: 201px;
}

#smallProducts div.itemBlue,
#smallProducts div.itemPurple,
#smallProducts div.itemGreen,
#smallProducts div.itemRed
{
	display: block;
	float: left;
	width: 185px;
	height: 201px;
}

#smallProducts div.description h3
{
	margin: 5px;
}

#smallProducts div.description div.content
{
	font-size: 11px;/*0.7em;*/
	margin: 0px 5px;
	height: 141px;
	display: block;
	overflow: hidden;
	line-height: 17px;/*1.5em;*/
}

#smallProducts div.itemBlue,
#smallProducts div.itemPurple,
#smallProducts div.itemGreen,
#smallProducts div.itemRed
{
    position: relative; /* MT: NEW 09/02/2010 */
	background-repeat: no-repeat;
	background-position: top left;
	margin-right: 5px;
	background-color: #999; /* MT: NEW 09/02/2010 */
}

#smallProducts div.itemRed
{
    margin-right: 0px;
}

#smallProducts div.itemRed div.description div.content
{
    height: 118px;
}

#smallProducts div.itemBlue
{	
	background-image: url('/images/products/Business-Insurance-Sm.jpg');
}

#smallProducts div.itemBlue div.content
{
	min-height: 140px;
	text-align: right;
}

#smallProducts h3 a
{
    text-decoration: none;
}

#smallProducts div.itemBlue div.description h3,
#smallProducts div.itemBlue div.description h3 a
{
	color: #3182A3;
}

#smallProducts div.itemPurple
{	
	background-image: url('/images/products/Landlords-Insurance-Sm.jpg');
}

#smallProducts div.itemPurple div.content
{
	min-height: 140px;
}

#smallProducts div.itemPurple div.description h3,
#smallProducts div.itemPurple div.description h3 a
{
	color: #70004E;
}

#smallProducts div.itemGreen
{	
	background-image: url('/images/products/Personal-Insurance-Sm.jpg');
}

#smallProducts div.itemGreen div.content
{
	min-height: 140px;
	text-align: right;
}

#smallProducts div.itemGreen div.description h3,
#smallProducts div.itemGreen div.description h3 a
{
	color: #268106;
}

#smallProducts div.itemRed
{	
	background-image: url('/images/products/Financial-Advice-Sm.jpg');
	margin-right: 0px;
}

#smallProducts div.itemRed div.content
{
	min-height: 123px;
}

#smallProducts div.itemRed div.description h3,
#smallProducts div.itemRed div.description h3 a
{
	color: #8D0017;
}

#smallProducts a.getQuote
{
	float: right;
    height: 18px;
    width: 170px;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 15px;
    line-height: 15px;/*1.5em;*/
	font-size: 9px;/*0.6em;*/
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    background-image: url('/Images/Products/sbtn_get-a-quote-sml.png');
    background-repeat: no-repeat;
    background-position: 9px 0px;
}

#smallProducts a.getQuote:hover
{
    color: #F0970B;
    background-color: inherit;
    background-position: 9px -21px;
}

/* Overrides */
#contentInner
{
    min-height: 0px;
}