/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

#content .left-wrapper {
	float: left;
	width: 700px;
}

#content .right-wrapper {
	float: left;
	width: 210px;
}

#content .left {
	padding: 0 20px 0 0;
}

#content .left h1 {
	color: #00c1f3;
	font-size: 24px;
}

#content .left h2 {
	margin-top: 15px;
	color: #322826;
	font-size: 18px;
}

#content .left table {
	width: 600px;
	border-collapse: collapse;
	margin-top: 15px;
}

#content .left table thead th, #content .left table tbody th, #content .left table tbody td {
	padding: 7px 7px;
	text-align: left;
	font-size: 12px;
}

#content .left table thead th {
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
}

#content .left table tbody tr.total {
	background-color: #ececec;
}

#content .left table tbody th {
	font-weight: normal;
}

#content .left h2 {
	margin-top: 15px;
	color: #322826;
	font-size: 16px;
}

#content .left h3 {
	margin-top: 15px;
	color: #322826;
	font-size: 12px;
	font-weight: bold;
}

#content .left p {
	margin-top: 7px;
	font-size: 12px;
	line-height: 18px;
}

#content .left ol {
	list-style-type: decimal;
	margin-left: 23px;
}

#content .left ol li {
	margin-top: 7px;
	font-size: 12px;
	line-height: 16px;
}

#content .left ol ol {
	list-style-type: upper-alpha;
	margin-left: 23px;
}

#content .right {
	padding-left: 10px;
}

#content .right .flower {
	margin: 0 auto;
	width: 64px;
	height: 21px;
}

#content .right .text-wrapper {
	margin: 8px 0;
	border-top: 1px solid #bcbbba;
	border-bottom: 1px solid #bcbbba;
}

#content .right .text {
	margin: 3px 0;
	padding: 10px 0;
	background-color: #f8f4dc;
}

#content .right .text p {
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}

#content .right .text a, #content .right .link a:hover {
	color: #404040;
}

#content .right .link a:hover, #content .right .link a:active {
	text-decoration: underline;
}

#content .right .text a.current, #content .right .link a.current:visited {
	color: #00c1f3;
	text-decoration: underline;
}
