﻿@import url("../common.css");
@import url("colorbox/colorbox.css");

a,
a:link
{
	color: #3A73C2;
}

a.moreInfo
{
	font-weight: bold;
}

body
{
	background: #4193F4;
	font: small Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}

h1
{
	background-color: transparent;
	border-bottom: 1px solid #100700;
	color: #3974C2;
	font-size: 200%;
	margin: 0 0 0.25em 0;
	padding: 0 0 2px 0;
}

h2, h3, h4, h5, h6
{
	background-color: transparent;
	color: #3974C2;
	font-size: 140%;
	font-weight: bold;
	margin: 1.5em 0 0.25em 0;
	padding: 0;
}

h3
{
	font-size: 110%;
}

h4
{
	font-size: 100%;
}

hr
{
	background-color: #CCC;
	border: 0;
	color: #CCC;
	height: 1px;
	width: 100%;
}

ol, ul
{
	margin: 0 0 1em 0;
	padding: 0 0 0 3em;
}

p
{
	margin: 0 0 1em 0;
}

td, th
{
	font-size: small;
}

th
{
	text-align: left;
}

.altrow,
.altrow td
{
	background-color: #D7D4CF;
	color: #000;
}

.banners
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.banners li
{
	margin: 0 0 1em 0;
}

.button,
.button:link
{
	background: transparent url("images/btn_l.png") left top no-repeat;
	color: #2E240A;
	display: block;
	float: left;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	padding: 0 0 0 5px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.button span
{
	background: transparent url("images/btn_r.png") right top no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 28px;
	padding: 0 15px 0 8px;
}

.button img
{
	float: left;
	margin: 4px 4px 0 0;
	vertical-align: middle;
}

.buttonHelp
{
	margin: 0;
}

.buttonHelp a
{
	font-size: 90%;
	font-weight: bold;
}

.buttonList
{
	line-height: 28px;
	overflow: hidden;
	width: 100%;
}

.buttonList .button
{
	float: left;
	margin-right: 1em;
}

.contentList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.contentList h2
{
	font-size: 120%;
}

.contentList h2 a,
.contentList h2 a:link,
.contentList h3 a,
.contentList h3 a:link
{
	text-decoration: none;
}

.contentList h2 a:hover,
.contentList h3 a:hover
{
	text-decoration: underline;
}

.contentList li
{
	clear: both;
	display: block;
}

.contentList dt
{
	font-weight:bold;	
	margin-bottom:1em;
}

.error, .required
{
	background-color: transparent;
	color: #900;
	font-weight: bold;
}

.exchange-rate
{
    font-size: 120%;
}

.exchange-rate .currency
{
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.exchange-rate .ca
{
    background-image: url("../../images/icons/flags/ca.gif");
}

.exchange-rate .us
{
    background-image: url("../../images/icons/flags/us.gif");
}

.instruction
{
	background-color: transparent;
	color: #666;
}

.meta
{
	background-color: transparent;
	color: #666;
	font-weight: bold;
}

.numeric
{
	text-align: right;
}

.photo
{
	float: right;
	margin: 0 0 1em 1em;
}

.photo img
{
	border: 0;
}

.price-higher
{
    color: #090;
}

.price-lower
{
    color: #900;
}

.prices
{
	margin: 0 0 1em 0;
}

.prices .canola
{
	font-size: 120%;
	font-weight: bold;
}

.product .picture
{
	text-align: center;
}

.purchase
{
	border: 1px solid #333;
	float: right;
	padding: 10px;
	width: 180px;
}

.purchase .textbox
{
	width: 178px;
}

.report h2,
.report h3
{
	margin: 0;
}

.report td
{
	vertical-align: top;
}

.report th
{
    white-space: nowrap;
    vertical-align: top;
}

.report .date
{
    text-align: left;
    white-space: nowrap;
}

.report .price
{
    text-align: right;
}

.report-comparison th
{
    text-align: center;
}

.report-container
{
    margin: 0 0 1em 0;
    width: 100%;
}

.report-overflow
{
    margin: 0 0 1em 0;
    overflow: auto;
    width: 100%;
}

.store td
{
	vertical-align: top;
}

.success
{
	background-color: transparent;
	color: #090;
}

.summary ul
{
	font-weight: normal;
}

.thumbnails
{
	padding-left: 92px;
}

.thumbnails img
{
	border: 0;
	display: inline;
	float: left;
	margin: 4px 0 0 -92px;
}

.units label
{
	display: inline;
	margin: 0 0.5em 0 0;
}

@media print
{
	#Content .tools,
	#Footer,
	#Header,
	#Sidebar
	{
		display: none;
	}
	
	.noprint
	{
	    display: none;
	}
}

@media screen
{
    .report-container
    {
        overflow: auto;
    }
    
    .update-bookmark
    {
        background: #FCC;
        border: solid 1px #900;
        margin: 1em 0;
        padding: 1em;
        padding-bottom: 0;
    }
    
	#Container
	{
		margin: 0 auto;
		text-align: left;
		width: 960px;
	}

	#ContainerOuter
	{
		background: #4193f4 url("images/bg.jpg") no-repeat left top;
		text-align: center;
	}

	#Content
	{
		float: right;
		padding: 0;
		width: 560px;
	}

	#Content .tools
	{
		float: right;
		margin: 10px 0 1em 1em;
	}

	#Content .tools a,
	#Content .tools a:link
	{
		margin: 0 0 0 5px;
		text-decoration: none;
	}

	#Content .tools a:hover
	{
		text-decoration: underline;
	}

	#Content .tools .print
	{
		background: url("../../images/icons/printer.gif") left top no-repeat;
		padding: 1px 5px 5px 22px;
	}

	#ContentContainer
	{
		background: url("images/content_bg.png") left top repeat-y;
		clear: both;
		overflow: hidden;
		padding: 0 26px;
		width: 908px;
	}

	#ContentContainerInner
	{
		background: url("images/contentarea_bg.jpg") left bottom repeat-x;
		overflow: hidden;
		padding: 25px 50px 0 14px;
		width: 844px;
	}

	#Footer
	{
		background: transparent url("images/content_bottom.png") left top no-repeat;
		color: #FFF;
		margin: 0;
		text-align: center;
		padding: 35px 0 20px 0;
	}

	#Footer a,
	#Footer a:link
	{
		background-color: transparent;
		color: #FFF;
		text-decoration: none;
	}

	#Footer a:hover
	{
		color: #CCC;
	}

	#Footer .footerLinks
	{
		display: block;
		list-style-type: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}

	#Footer .footerLinks li
	{
		border-right: 1px solid #FFF;
		display: inline;
		margin: 0;
		padding: 0 10px;
	}

	#Footer .footerLinks li.last
	{
		border: 0;
	}

	#Footer .footerLogin
	{
		text-align: right;
	}

	#Footer .footerNote
	{
		margin-top: 1em;
	}

	#Header
	{
		background: transparent url("images/content_top.png") left bottom no-repeat;
		color: #FFF;
		margin: 0;
		padding-bottom: 12px;
		position: relative;
		text-align: left;
		width: 100%;
	}

	#Header h1
	{
		border: 0;
		margin: 0;
		padding: 0;
	}

	#Header h1 a,
	#Header h1 a:link
	{
		background-color: transparent;
		color: #FFF;
		display: block;
		padding: 0;
		text-decoration: none;
	}

	/* Header menus */

	#Header li.hover ul
	{
		visibility: visible;
	}

	#Header .icons
	{
		background-color: transparent;
		color: #FFF;
		left: 230px;
		list-style-type: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		right: 0px;
		top: 81px;
	}
	
	#Header .icons li
	{
	    float: left;
	    margin: 0 4px 0 0;
	}
	
	#Header .icons li a
	{
	    background-position: top left;
	    background-repeat: no-repeat;
	    display: block;
	    height: 32px;
	    overflow: hidden;
	    text-decoration: none;
	    text-indent: -1000em;
	    width: 32px;
	}
	
	#Header .icons li a.facebook
	{
	    background-image: url("images/facebook_32.png");
	}

	#Header .icons li a.twitter
	{
	    background-image: url("images/twitter_32.png");
	}
		
	#Header .icons li a.youtube
	{
	    background-image: url("images/youtube_32.png");
	}

	#Header .links
	{
		background: url("images/navbg.png") left top repeat-x;
		font-weight: bold;
		height: 48px;
		line-height: 48px;
		list-style-type: none;
		margin: 0 0 0 2px;
		padding: 0 0 0 20px;
	}
		
	#Header .links li
	{
		background: url("images/nav_divider.jpg") left 13px no-repeat;
		display: inline;
		float: left;
		padding: 0 1px 0 0;
		position: relative;
		white-space: nowrap;
	}
		
	#Header .links li.first
	{
		background-image: none;
	}
		
	#Header .links li a,
	#Header .links li a:link
	{
		background: transparent;
		color: #FFF;
		display: block;
		font-size: 13px;
		padding: 0 12px;
		text-decoration: none;
	}
		
	#Header .links li a:hover,
	#Header .links li.selected a
	{
		background: transparent url("images/nav_hover.jpg") no-repeat scroll 0 10px;
		color: #2E240A;
		text-decoration: none;
	}
		
	#Header .links ul
	{
		background: #FFF;
		border: 1px solid #9C0701;
		border-top-style: none;
		color: #999;
		left: -1px;
		line-height: normal;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 45px;
		visibility: hidden;
		width: auto;
		z-index: 5;
	}
		
	#Header .links ul li
	{
		background-image: none !important;
		border-top: 1px solid #4B4B4B;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
		
	#Header .links ul li a,
	#Header .links ul li a:link
	{
		background-image: none !important;
		border-style: none;
		color: #900;
		margin: 0;
		padding: 5px 15px;
	}
		
	#Header .links ul li a:hover
	{
		background-color: #C00 !important;
		color: #FFF;
	}
		
	#Header .linksCon
	{
		background: url("images/nav_left.png") left top no-repeat;	
		margin: 0 0 0 10px;
		padding-left: 3px;
		width: 936px;
	}

	#Header .tools
	{
		background-color: transparent;
		color: #FFF;
		float: right;
		list-style-type: none;
		margin: 40px 0 0 0;
		overflow: hidden;
		padding: 0 0 0 20px;
		position: absolute;
		right: 0px;
		top: 0px;
	}

	#Header .tools fieldset
	{
		line-height: normal;
		margin-top: 7px;
	}

	#Header .tools h2
	{
		display: none;
	}

	#Header .tools input
	{
		background-color: #FFF;
		border: 1px solid #676767;
		color: #676767;
		font-size: 16px;
		height: 20px;
		width: 275px;
	}

	#Header .tools label
	{
		display: none;
	}

	#Header .tools li
	{
		display: inline;
		float: left;
		margin-right: .5em;
		padding-right:.5em;
	}

	#Header .tools li a,
	#Header .tools li a:link
	{
		background-color: Transparent;
		color: #FFF;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}

	#Header .tools p
	{
		display: inline;
		float: left;
		line-height: 2em;
		margin: 0;
	}

	#Header .tools strong
	{
		font-size:125%;
	}

	#Header .tools .button span
	{
		background-color: transparent;
		color: #2E240A;
	}

	#Header .tools .contact,
	#Header .tools .phone
	{
		height:2em;
		line-height:2em;
	}

	#Header .tools .searchBox
	{
		clear: both;
		display: block;
	}

	#Sidebar
	{
		float: left;
		overflow: hidden;
		width: 252px;
	}

	#Sidebar h2
	{
		background: transparent url("images/sidebar_heading.png") left top no-repeat;
		color: #FFF;
		font-size: 120%;
		font-weight: bold;
		line-height: 30px;
		margin: 0 0 10px 0;
		padding: 1px 15px 4px 15px;
	}

	#Sidebar .submenu
	{
		list-style-type: none;
		overflow: hidden;
		padding: 0;
		width: 235px;
	}

	#Sidebar .submenu li
	{
		background: transparent url("images/sidebar_heading.png") left top no-repeat;
		color: #FFF;
		font-size: 120%;
		font-weight: bold;
		line-height: 30px;
		margin: 0;
		padding: 0;
	}

	#Sidebar .submenu li a,
	#Sidebar .submenu li a:link
	{
		background-color: Transparent;
		color: #FFF;
		display: block;
		padding: 1px 15px 3px 15px;
		text-decoration: none;
	}

	#Sidebar .submenu li li
	{
		background-color: transparent;
		background-image: none;
		border-top: 1px solid #EBEBEB;
		color: #000;
		font-size: 83%;
		font-weight: normal;
		line-height: 24px;
		padding: 3px 0 1px 0;
	}

	#Sidebar .submenu li li a,
	#Sidebar .submenu li li a:link
	{
		background: transparent url("images/sidebar_link.jpg") left top no-repeat;
		color: #000;
		line-height: 24px;
		padding: 1px 0 3px 15px;
	}

	#Sidebar .submenu li li a.selected,
	#Sidebar .submenu li li a.selected:link
	{
		background-image: url("images/sidebar_link_active.jpg");
		font-weight: bold;
	}

	#Sidebar .submenu li li.first
	{
		border: 0;
		padding: 0;
	}

	#Sidebar .submenu li li li
	{
		font-size: 100%;
	}

	#Sidebar .submenu ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#Sidebar .submenu ul ul
	{
		padding-left: 2em;
	}
	
	#Sidebar .upcomingEvents
	{
	    padding-right: 10px;
	}
}