
/**********************************************  FONTS  ***********************************************/

h1 {
	color: #266132;
	font-size: 2.25em;
	margin: 0 0 .5em 0;
	line-height: 1.2em;
}
h2 {
	color: #266132;
	font-size: 1.125em;
	line-height: 1.2em;
	margin: 0 0 .75em 0;
}
p {
	color: #242424;
	font-size: .75em;
	line-height: 1.2em;
	margin: 0 0 1.5em 0;
}
a {
	color: #266132;
}


/********************************************  DB OUTPUT  *********************************************/

.contentBlock p {
	line-height: 1.5em;
}
.contentBlock a:hover {
	text-decoration: none;
}
.contentBlock ul,
.contentBlock ol {
	color: #242424;
	font-size: .75em;
	line-height: 1.2em;
	margin: 0 0 1.5em 0;
}
.contentBlock ol {
	list-style-type: decimal;
	margin-left: 20px;
}
.contentBlock ul li {
	background: url('/images/icons/ico-bullet.gif') no-repeat left .25em;
	padding: 3px 0 3px 20px;
	margin: 0 0 10px 0;
}
.contentBlock ol li {
	padding: 3px 0 3px 6px;
	margin: 0 0 10px 0;
}
.contentBlock .indentList {
	margin: 0 0 0 5px;
}
.contentBlock .indentList li {
	border-left: 2px #5e9a6a solid;
	background: none;
	padding: 0 0 0 7px;
	margin: 0 0 20px 0;
}
.contentBlock .indentList h3 {
	color: #266132;
	font-size: 16px;
}
.contentBlock h2.icoShoppingCart,
.contentBlock h2.icoDelivery,
.contentBlock h2.icoTime,
.contentBlock h2.icoDollars,
.contentBlock h2.icoNotHome,
.contentBlock h2.icoGlobal {
	padding: 6px 0 4px 37px;
	background: url('/images/icons/content-icons.gif') no-repeat;
	font-size: 18px;
}
.contentBlock h2.icoDelivery { background-position: 0 -50px; }
.contentBlock h2.icoTime { background-position: 0 -100px; }
.contentBlock h2.icoDollars { background-position: 0 -150px; }
.contentBlock h2.icoNotHome { background-position: 0 -200px; }
.contentBlock h2.icoGlobal { background-position: 0 -250px; }

.contentBlock .DDetails td{
	font-size: .75em;
	padding:3px;
}
.contentBlock table.DDetails {
	margin-bottom:20px;
}
.contentBlock dl {
	width: 900px;
	overflow: hidden;
	clear: both;
	margin: 0 0 20px 0;
}
.contentBlock dt {
	width: 110px;
	float: left;
	clear: left;
	padding: 3px 0;
}
.contentBlock dd {
	width: 190px;
	float: left;
	clear: right;
	font-weight: bold;
	padding: 3px 0;
}
#main .fourCols {
	overflow: hidden;
	font-size: 1em;
	width: 748px;
}
#main .fourCols li {
	float: left;
	width: 177px;
	padding: 0 5px;
	background-image: none !important;
}
#main .fourCols li ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
}
#main .fourCols li li {
	float: none;
	width: auto;
	text-transform: capitalize;
}


/**********************************************  COMMON  **********************************************/

.contentImgRight {
	float: right;
	display: inline;
	margin: 0 30px 30px 30px;
}
.contentImgLeft {
	float: left;
	display: inline;
	margin: 0 30px 30px 30px;
}



p.error, p.info, p.success {
	border: 1px #000 solid;
	padding: 10px 10px 10px 30px;
}
p.error {
	background: #ffdada url('/images/icons/ico-error-small.gif') no-repeat 5px center;
	border-color: #891212;
}
p.success {
	background: #f0f4e4 url('/images/icons/ico-success-small.gif') no-repeat 5px center;
	border-color: #5c9600;
}
p.info {
	background: #e0edfa url('/images/icons/ico-info.gif') no-repeat 5px center;
	border-color: #82a3c0;
}

