body {
	text-align: center;
	font: normal 12px/130% Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #c3ecb6;
}

#shadowWrapper {
	background: url(../gfx/main_side_shadows.gif) 50% 0 repeat-y;
}

#mainWrapper {
	width: 774px;
	margin: 0 auto;
	background: #fff;
}

#header {
	background: url(../gfx/green_bg.gif) bottom left repeat-x;
	text-align: left;
}

img#logo {
	float: left;
	margin: 5px 0 0 3px;
}

#notowaniaBanner {
	float: right;
	padding: 5px 30px 0 0;
}

#header ul {
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	list-style: none;
}

#header ul li {
	display: inline;
	float: left;
	margin-right: 14px;
}

#header ul li a {
	color: #701b18;
	text-decoration: underline;
}

#header ul li a:link { text-decoration: underline; }
#header ul li a:visited { text-decoration: underline; }
#header ul li a:hover { text-decoration: none; }
#header ul li a:active { text-decoration: none; }

#contactInfo {
	float: right;
	font: normal 10px/130% Arial, Helvetica, sans-serif;
	clear: none !important;
	width: 400px;
	margin-top: 5px;
}

#header ul#contactInfo li {
	margin: 2px 5px;
	float: right;
}

#contactInfo a {
	color: #5ba236;
	text-decoration: none;
}

#contactInfo a:hover {
	text-decoration: underline;
}

#contactBox {
	margin: 5px 3px 0 0;
	float: right;
	background: url(/gfx/contact-box-bg.gif) repeat-x;
	width: 422px;
	height: 72px;
}

#contactBoxLeft {
	height: 72px;
	padding-left: 17px;
	background: url(/gfx/contact-box-bg-left.gif) no-repeat;
}

ul#contactBoxRight {
	height: 72px;
	font-size: 10px;
	line-height: 125%;
	background: url(/gfx/contact-box-bg-right.gif) top right no-repeat;
	padding: 13px 0 0 0;
}

#email {
	clear: left;
	width: 400px;
}

#header #quotationMenu {
	text-align: center;
	height: 36px;
	padding: 4px 10px 0;
	margin: 0 auto;
	width: 600px;
	min-height: 36px;
}

#header #quotationMenu li {
	height: 18px;
	margin: 0 20px;
}

#header #quotationMenu a {
	color: #5ba236;
	font: bold 11px/11px Verdana, sans-serif;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	background: url(../gfx/quotation_menu_left.gif) bottom left no-repeat;
}

#header #quotationMenu a span {
	display: block;
	padding: 10px 10px 7px;
	background: url(../gfx/quotation_menu_right.gif) bottom right no-repeat;
}

#header #quotationMenu a:hover, #header #quotationMenu li.itemActive a {
	color: #fff;
	background: url(../gfx/quotation_menu_left.gif) top left no-repeat;
}

#header #quotationMenu a:hover span, #header #quotationMenu li.itemActive a span {
	display: block;
	background: url(../gfx/quotation_menu_right.gif) top right no-repeat;
}

#header #mainMenu {
	text-align: center;
	height: 28px;
	padding: 0 0 0 40px;
	margin: 0;
}

#header #mainMenu li {
	margin-right: 5px;
}

#header #mainMenu a {
	color: #fff;
	font: normal 10px/10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	background: url(../gfx/main_menu_left.gif) top left no-repeat;
}

#header #mainMenu a span {
	display: block;
	padding: 8px 10px 10px;
	background: url(../gfx/main_menu_right.gif) top right no-repeat;
}

#header #mainMenu a:hover, #header #mainMenu li.itemActive a {
	color: #5ba236;
	background: url(../gfx/main_menu_left.gif) bottom left no-repeat;
}

#header #mainMenu a:hover span, #header #mainMenu li.itemActive a span {
	display: block;
	background: url(../gfx/main_menu_right.gif) bottom right no-repeat;
}

#header #mainMenu li.lastItem {
	margin-right: 0;
}

#content {
	text-align: left;
	clear: both;
	margin-top: 5px;
	background: url(../gfx/dotted_horizontal.gif) 203px 0px repeat-y;
}

#leftColumn {
	float: left;
	width: 200px;
	padding-left: 1px;
}

.box {
	border: 1px solid #f0f2f0;
	background: url(../gfx/grey_bg_top.gif) top left repeat-x;
}

.box .innerBox {
	background: url(../gfx/grey_bg_bottom.gif) bottom left repeat-x;
	padding: 0 5px 8px;
}

#leftColumn .box {
	margin-bottom: 8px;
}

#leftColumn h1 {
	font: bold 12px/12px Arial, sans-serif;
	margin: 0 0 8px;
	padding: 5px 0 2px;
	border-bottom: 1px solid #cfd2ce;
	color: #333;
}

#leftColumn ul {
	margin-top: 4px;
}

#leftColumn ul li {
	font: normal 11px/120% Arial, sans-serif;
	letter-spacing: 1px;
	background: url(../gfx/medium_grey_bullet.gif) 3px 4px no-repeat;
	margin-bottom: 4px;
	padding-left: 10px;
	color: #333;
}

#leftColumn ul li a {
	color: #32ad00;
	text-decoration: none;
}

#leftColumn ul li a:hover {
	text-decoration: underline;
}

#leftColumn p {
	font: normal 11px/120% Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
}

#leftColumn p a {
	color: #5ba236;
	text-decoration: underline;
}

#leftColumn p a:hover {
	text-decoration: none;
}

#leftColumn p.loading {
	color: #333;
	background: url(/gfx/loading.gif) 5px 10px no-repeat;
	padding: 10px 0 5px 25px;
}

#leftColumn p.seeAllQuotations {
	color: #333;
	font-size: 11px;
	line-height: 125%;
}

#quotationsBlend {
	width: 188px;
	min-width: 188px;
	height: 20px;
	min-height: 20px;
	position: absolute;
	margin-top: -24px;
	background: url(../gfx/blend.png) repeat-x;
	border-bottom: 1px solid #d8d8d8;
}

#quotationsContainer {
	font-size: 11px;
	height: 180px;
	overflow: hidden;
	margin-bottom: 5px;
}

#currencies {
	display: block;
	padding-bottom: 5px;
}

#currencies dt, #currencies dd {
	font: normal 11px/120% Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
	padding: 7px 0 5px;
}

#currencies dt {
	clear: left;
	text-align: right;
	width: 110px;
	font-weight: bold;
	float: left;
}

#currencies dd {
	float: right;
	text-align: left;
	width: 70px;
}

dt.usd {
	background: url(../gfx/usd.jpg) 35px 2px no-repeat;
}

dt.euro {
	background: url(../gfx/euro.jpg) 35px 2px no-repeat;
}

#rightColumn {
	width: 567px;
	float: right;
	padding-right: 1px;
}

#navigation {
	margin: 2px 0 5px;
	padding: 4px 0 2px;
	font: normal 9px/12px Verdana, sans-serif;
	border-bottom: 1px solid #cfd2ce;
}

#navigation li {
	display: inline;
	padding: 0 0 0 8px;
	margin:  0 5px 0 0;
	background: url(../gfx/green_arrow.gif) 0px 4px no-repeat;
}

#navigation li.noArrow {
	padding: 0;
	background: none;
}

#navigation li a {
	color: #5ba236;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
}

#rightColumn h1 {
	margin: 0 0 10px;
	padding: 10px 0 0;
	font: bold 16px/16px "Trebuchet MS", sans-serif;
}

#rightColumn h2 {
	color: #343434;
	font: bold 13px/13px "Trebuchet MS", sans-serif;
	padding: 8px 0 2px;
	margin: 0 8px;
	border-bottom: 1px solid #d8d8d8;
}

#rightColumn #previousNews h2 {
	font: bold 12px/12px Arial, sans-serif;
	margin: 10px 10px 0;
	padding: 5px 0 2px;
	border-bottom: 1px solid #cfd2ce;
	color: #333;
}

#rightColumn #searchResults h2 {
	font: bold 12px/12px Arial, sans-serif;
	margin: 10px 0 0;
	padding: 5px 0 2px;
	border-bottom: 1px solid #cfd2ce;
	color: #333;
}

#rightColumn #searchResults {
	padding: 12px 0 0;
}

#rightColumn h3 {
	margin: 12px 8px 5px;
	padding: 0;
	font: bold 13px/13px "Trebuchet MS", sans-serif;
}

#rightColumn .content {
	padding: 0 12px 24px;
	font: normal 11px/130% Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
}

#rightColumn p {
	font: normal 11px/130% Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
	margin: 0 10px 10px;
}

#rightColumn .content p {
	font: normal 11px/130% Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
	margin: 0 0 10px;
}

#rightColumn .content p.commentsFooter {
	margin-top: 32px;
	border-top: 1px solid #d8d8d8;
	font-size: 10px;
}

#rightColumn .content h2 {
	color: #343434;
	font: bold 13px/13px Arial, sans-serif;
	padding: 12px 0 2px;
	margin: 0 0 10px;
	border-bottom: 1px solid #d8d8d8;
	letter-spacing: 0px;
}

#rightColumn .content ul {
	font: normal 11px/130% Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
	padding: 0 0 10px;
}

#rightColumn .content ul li {
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: transparent url(../gfx/medium_grey_bullet.gif) no-repeat scroll 5px 5px;
}

.content #offerForm .description {
	float: left;
	width: 160px;
	text-align: right;
	padding-top: 3px;
}

.content #offerForm label {
	margin: 0 20px 10px 0;
}

.content #offerForm .field {
	float: right;
	width: 342px;
	text-align: left;
}

.content #offerForm .clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 12px;
}

.content #offerForm input, .content #offerForm textarea {
	border: 1px solid #ddd;
	padding: 2px;
	width: 250px;
	clear: right;
}

#rightColumn .content .error {
	border: 1px solid #ff8285;
	background-color: #ffd9da;
	padding: 10px 20px;
	margin: 0 auto;
}

#rightColumn .content .error p, #rightColumn .content .error ul li {
	font: normal 10px/130% Arial, sans-serif;
	
}

#rightColumn .content .success {
	border: 1px solid #89cc66;
	background-color: #d3ecc6;
	padding: 10px 20px;
	margin: 0 auto;
}

#rightColumn .content .success p {
	font: normal 10px/130% Arial, sans-serif;
	
}

#rightColumn .content .error ul li {
	background: transparent url(../gfx/medium_grey_bullet.gif) no-repeat scroll 5px 4px;
}

#rightColumn div.content ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 26px;
}

#rightColumn div.content ol li, #rightColumn div.content ul li {
	margin: 0 0 10px;
}

#rightColumn a {
	color: #32ad00;/*#5ba236*/
	text-decoration: none;
}

#rightColumn a:hover {
	text-decoration: underline;
}

#rightColumn a.title {
	color: #000000;/*#5ba236*/
	text-decoration: none;
}

#rightColumn a.title:hover {
	text-decoration: underline;
}

#rightNestedBox {
	margin: 0 0 0;
	float: right;
	width: 200px;
	border-left: 8px solid #fff;
	border-bottom: 8px solid #fff;
	background: #fff;
}

#rightNestedBox h3 {
	font: bold 12px/12px Arial, sans-serif;
	margin: 0 0 8px;
	padding: 5px 0 2px;
	border-bottom: 1px solid #cfd2ce;
	color: #333;
}

div#applicationTeaser p#phoneNumber {
	color: #701b18;
	font: bold 13px/130% Arial, Helvetica, sans-serif !important;
	padding: 4px 0 4px 20px;
	background: url(../gfx/phone.jpg) 26px 1px no-repeat;
}

#searchForm {
	margin: 0 0 1px;
	padding: 5px 5px 12px;
	clear: both;
	border: 1px solid #f0f2f0;
	background: transparent url(../gfx/grey_bg_top.gif) repeat-x scroll left top;
}

#searchForm input {
	display: inline;
	font: normal 11px/11px Verdana;
	padding: 3px 2px 2px;
	border: 1px solid #d8d8d8;
	float: left;
}

#searchForm .text {
	margin: 0 0 0 5px;
	width: 400px;
}

#searchForm input#search {
	width: 120px;
	border: 0;
	background: url(../gfx/search_field_bg.gif) top left repeat;
}

#searchForm input#searchSubmit {
	width: 50px;
	border: 0;
	letter-spacing: 1px;
	font: normal 11px/11px Tahoma, sans-serif;
	float: right;
}

#search #searchForm {
	margin: 10px 0;
	padding: 10px;
	background: transparent url(../gfx/grey_bg_top.gif) repeat-x scroll left top;
	float: none;
	width: auto;
	border: 1px solid #f0f2f0;
}

#search #searchForm input {
}

#search #searchForm input#search {
	float: none;
}

#search #searchForm input#searchSubmit {
	float: none;
}

#applicationTeaser {
	padding: 8px 0 0;
}

#applicationTeaser p {
	color: #343434;
	text-align: center;
	font: bold 12px/145% Arial;
	margin: 0 0 4px;
}

#archives {
	clear: both;
	margin: 20px 0 1px;
	padding: 8px 2px 5px;
	background: transparent url(/beta/gfx/green_bg.gif) repeat-x scroll left top;
	height: 18px;
	font-weight: bold;
	color: #fff;
}

div#archives a {
	font-weight: bold;
	color: #fff;
}

#previousNews {
	width: 567px;
	background: url(../gfx/dotted_horizontal.gif) 283px 0px repeat-y;
}

#grainNews {
	float: left;
	width: 281px;
}

#meatNews {
	float: right;
	width: 281px;
}

.clearFix {
	clear: both;
}

.datePosted {
	font: normal 8px/130% Arial;
	color: #cfd2ce;
	white-space: nowrap;
}

a#seeAllAnouncements {
	font: normal 10px/120% Verdana;
	color: #5ba236;
	float: right;
	text-decoration: none;
}

a#seeAllAnouncements:hover {
	text-decoration: underline;
}

#footer ul {
	clear: both;
	font: normal 9px/130% Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin: 0 1px;
}

#contactInfoBottom {
	color: #333;
	padding: 5px 0 2px;
	margin-top: 1px
}

#contactInfoBottom a {
	color: #333;
	text-decoration: underline;
}

ul#bottomMenu {
	background: transparent url(/beta/gfx/green_bg.gif) repeat-x left top;
	padding: 10px 0 6px;
	color: #fff;
	margin-bottom: 2px;
	height: 12px;
}

ul#bottomMenu li {
	padding: 0 5px;
	border-right: 1px solid #fff;
	margin: 0;
}

ul#bottomMenu li.active {
	text-decoration: underline;
}

ul#bottomMenu li.last {
	border-right: none;
}

#bottomMenu a {
	color: #fff;
	text-decoration: none;
}

#copyright {
	color: #333;
	font: normal 9px/120% Arial, Helvetica, sans-serif;
}

#copyright a {
	color: #5ba236;
}

.small {
	font-size: 9px;
}

.smaller {
	font-size: 8px;
}

.green {
	color: #5ba236;
}

.bold {
	font-weight: bold;
}

.topMargin {
	margin-top: 24px;
}

#rightColumn table {
	margin: 0 auto;
	border: 1px solid #aaa;
}

#rightColumn table td, #rightColumn table th {
	padding: 5px 8px;
	vertical-align: middle;
}

#rightColumn table th {
	text-align: center;
	background: #ddd;
}

#rightColumn table.quotationsTable, #rightColumn #advertisingsTable {
	margin: 0 20px 30px 10px;
	border: 1px solid #f0f2f0;
	border-collapse: collapse;
	table-layout: fixed;
}

#rightColumn table.quotationsTable th, #rightColumn #advertisingsTable th {
}

#rightColumn table.quotationsTable tr.even td, #rightColumn #advertisingsTable tr.even td {
	background: #fff;
}

#rightColumn table.quotationsTable tr.odd td, #rightColumn #advertisingsTable tr.odd td {
	background: #f4f4f4;
}

#rightColumn table.quotationsTable td, #rightColumn #advertisingsTable td {
	border: 1px solid #f0f2f0;
	font: normal 11px/120% Arial, sans-serif;
	letter-spacing: 1px;
}

.widest {
	width: 100%;
}

#rightColumn .content ul.inlineItems {
	display: block;
	padding-bottom: 10px;
}

#rightColumn .content ul.inlineItems li {
	display: inline;
	list-style: none;
	background: none;
	padding: 0;
	font: normal 10px/130% Tahoma, sans-serif;
	letter-spacing: 0;
	margin: 0;
	padding-bottom: 10px;
}

#rightColumn .content ul#yearsList li {
	padding-right: 10px;
}

#rightColumn .content ul#monthsList li {
	padding-right: 10px;
}

#rightColumn .content ul#daysList li {
	padding-right: 6px;
}

#rightColumn .content ul#yearsList li .active {
	text-decoration: underline;
}

#rightColumn .content ul#monthsList li .active {
	text-decoration: underline;
}

#rightColumn .content ul#daysList li .active {
	text-decoration: underline;
}

#rightColumn .content ul#yearsList li .inactive {
	color: #999;
}

#rightColumn .content ul#monthsList li .inactive {
	color: #999;
}

#rightColumn .content ul#daysList li .inactive {
	color: #999;
}

#rightColumn .content table {
	margin: 0 20px 30px 10px;
	border: 1px solid #f0f2f0;
	border-collapse: collapse;
	margin: 0 auto;
}

#rightColumn .content table tbody tr th {
}

#rightColumn .content table tbody tr td {
	border: 1px solid #f0f2f0;
	font: normal 11px/120% Arial, sans-serif;
}

.center {
	text-align: center;
}

#rightColumn .content ul.pagination li {
	display: block;
	float: left;
	border: 1px solid #ddd;
	padding: 3px 5px;
	margin: 0 1px;
	background: none;
}

#rightColumn .content ul.pagination li.shortcut {
	display: block;
	float: left;
	border: none;
	padding: 3px 5px;
}

div#advertisingDetails {
	margin: 0 20px 30px 10px;
}

ul#advertisingMetadata {
	font: normal 11px/130% Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
	padding: 0 10px 10px;
}

ul#advertisingMetadata li {
	overflow: hidden;
}

div#advertisingDescription {
	overflow: hidden;
	font: normal 11px/130% Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
	padding: 0 10px 10px;
}

div#questionFormBasic, div#newAdvertisingFormBasic, div#advertisingsSearchForm {
	font: normal 11px/130% Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
	padding: 12px 10px 10px;
}

div#questionFormBasic input, div#questionFormBasic textarea, div#newAdvertisingFormBasic input,
div#newAdvertisingFormBasic textarea, div#newAdvertisingFormBasic select, div#advertisingsSearchForm input,
div#advertisingsSearchForm textarea, div#advertisingsSearchForm select {
	font: normal 11px/130% Arial, sans-serif;
	letter-spacing: 1px;
	color: #000;
	border: 1px solid #ccc;
	padding: 2px;
}

div#newAdvertisingForm ol li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: square;
	padding: 0 0 12px;
}

#rightColumn #addAdvertismentWrapper {
	border: 1px solid #5ba236;
	background: #8ccd69;
	color: #fff;
	font-weight: bold;
	margin: 0 20px 20px 10px;
	padding: 5px 8px;
}

#rightColumn #addAdvertismentWrapper a {
	color: #fff;
}