/*   All CSS code is Copyright 2009 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

.webLast {
	border-bottom: 0 !important;
}

.webLeft, .webRight {
	background-color: #FFF;
	border: 4px solid #355E3B;
	display: block;
	width: 48%;
	min-width: 280px;
	margin-bottom: 10px;
	padding-bottom: .5em;
}

.webLeft, .packageLeft {
	float: left;
}

.webRight, .packageRight {
	float: right;
}

/* @group Package Styles */

.packageInfo {
	background-color: #FFF;
	border: 4px solid #355E3B;
	display: block;
	width: 35%;
	margin-top: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	float: right;
}

.packageDescription {
	display: block;
	width: 60%;
	padding-top: 1em;
}

.packageEntry {
	display: block;
	height: 1.5em;
	line-height: 1.6em;
	border-bottom: 1px solid #355E3B;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 2px;
}

.packageTitle {
	float: left;
	padding-left: 5px;
	padding-right: 3px;
	color: #355E3B;
	font-weight: bold;
}

.packageAmount {
	float: right;
	padding-right: 5px;
	padding-left: 3px;
	font-weight: bold;
}

/* @end */

.webLeft p, .webRight p {
	margin-left: 10px;
	margin-right: 10px;
}

.webNote {
	font-size: 90% !important;
	font-style: italic !important;
	text-indent: 0px !important;
	margin-left: 10px;
	margin-right: 10px;
}

.entryTitle {
	height: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 120%;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #355E3B;
	text-align: left;
}

.entryDesc {
	border-bottom: 1px solid #355E3B;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
