/****  -  Resets   ****/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****    Text Styles    ****/
body {
	min-width: 1040px;
	font-family: "helvetica", "arial", "verdana", "sans-serif";
	font-size: 13px;
	color: #333;
}

h1 {
	margin-bottom: 10px;
	font-size: 2.143em;
	font-weight: bold;
	color: #133822;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.571em;
	font-weight: bold;
	line-height: 24px;
	color: #133822;
}

.leftNavh2{
    margin-bottom:5px;
    color:#ff8500;
}

.leftNavh2:hover{
    color:#133822;
}

h3 {
	margin-bottom: 0px;
	font-size: 1.286em;
	font-weight: bold;
	line-height: 20px;
	color: #133822;
}

h4 {
	margin-bottom: 5px;
	font-size: 1.286em;
	font-weight: normal;
	color: #ff8500;
}

h5 {
	margin-bottom: 10px;
	font-size: 1.000em;
	font-weight: bold;
	color: #133822;
}

.innerPageh2 {
	font-weight: normal;	
}

.innerPageh3 {
	padding-bottom:5px;
	border-bottom:1px solid #dedede;
	width:100%;	
	float:left;
}

.column h1, 
.column h2,
.column h3,
.column h4,
.column h5 {
	font-weight: bold;
}

p {
	line-height: 18px ;
}

a {
	color: #ff8500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre {
	color: #999;
}

/****    Button Styles    ****/
.button {
	height: 40px;
	background: #ff8500;
	color: #fff;
	font-size: 1.071em;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	line-height: 40px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	cursor:pointer;
}

.button:hover {
	background: #ffa94c;
	text-decoration: none;
}

.rightColumnButton
{
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 45px;
    text-align: center;
    width: 110px;
}

.innerPageButton
{
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 10px;
    text-align:center;
    min-width:100px;
}
.innerPageSmallButton
{
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 10px;
    font-size:12px;
}

 .wizardButton{float:right; height:15px; margin:10px 5px; padding:5px 0px; text-align:center; min-width:100px;}
 .wizardButtonimg{padding:0px !important; height:25px !important;}
.view-details {
	position: absolute;
	width: auto;
	height: 40px;
	left: 10px;
	bottom: 50px;
	line-height: 40px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	padding:0 15px;
}

span.view-details a{color:#fff;}
/****    Image Styles    ****/
div.inner img {
	position: relative; 
	left:-50%; 
}

div.outer {
	width: 300px; 
	margin: 0 auto; 
	overflow: visible;
}

div.inner {
	display: inline-block; 
	position:relative; 
	right: -50%;
}

img {
	border: 0px solid #d4d4d4;
}

/****    Form Element Styles    ****/
input[type="text"]{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #eaeaea;
	color: #858585;
}

input[type="text"]:focus {
	border: 1px solid #ff8500;
}

input[type="password"]{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dbe3e8;
	color: #858585;
}

input[type="password"]:focus {
	border: 1px solid #ff8500;
}

.styled-select {
	width: 200px;
	height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
	background: url("/Design/images/CRTImages/dropdown-arrow.png") no-repeat 174px center #fff;
	border: 1px solid #dbe3e8;
	border-radius: 2px;
}

.styled-select select {
	background: transparent;
	width: 228px;
	padding: 5px;
	color: #858585;
	font-size: 0.857em;
	line-height: 1;
	border: 0;
	border-radius: 2px;
	height: 30px;
	-webkit-appearance: none;
}

/****    Pagination Styles    ****/
#pagination {
	margin: 10px 0;
	overflow: hidden;
}

#pagination a {
	display: inline-block;
	height: 32px;
	width: 32px;
	float: left;
	margin-right: 1px;
	color: #333;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}

#pagination a.number {
	background: #d4d4d4;
}

#pagination a.number:hover {
	background: #ff8500;
	color: #fff;
	text-decoration: none;
}

#pagination a.number.current {
	background: #ff8500;
	color: #fff;
}

.pagination-left {
	background: url("/Design/images/CRTImages/pagination-left.png") 0 0 no-repeat;
}

.pagination-left:hover {
	background: url("/Design/images/CRTImages/pagination-left-hover.png") 0 0 no-repeat;
}

.pagination-right {
	background: url("/Design/images/CRTImages/pagination-right.png") 0 0 no-repeat;
}

.pagination-right:hover {
	background: url("/Design/images/CRTImages/pagination-right-hover.png") 0 0 no-repeat;
}

.pagination-left,
.pagination-right {
	text-indent: -9999px;
}

/****    Universal Styles    ****/
#content-container {
	max-width: 1900px;
	margin: 0 auto;
}

.right {
	float: right !important;
}

.left {
	float: left !important;
}

.ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.section-wrapper {
	margin-bottom: 20px;
}

.section-container {
	position: relative;
	width: 940px;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.generic-content {
	padding: 30px 0;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0;
}

.no-border {
	border: none !important;
}

.column {
	position: relative;
	width: 220px;
	float: left;
	margin-right: 20px;
	text-align: left;
}

.megamenuColumn{
    width:auto;
}
.megamenuColumn ul {
	float:left;
	width: 220px;	
}
ul.seperatedUL{margin-left:20px;}

.slideshow-control-left,
.slideshow-control-right {
	position: absolute;
	width: 40px;
	height: 40px;
}

.slideshow-control-left {
	left: 0;
}

.slideshow-control-right {
	right: 0;
}

/****    Header Styles    ****/
#header-wrapper {
	position: relative;
	height: 140px;
	max-width: 1900px;
	margin: 0 auto;
	border-top: 8px solid #ff8500;
}

#header-wrapper.section-wrapper {
	margin-bottom: 0;
}

/***   Logo   ***/
#header-wrapper #logo {
	float: left;
	margin: 20px 0 0;
}

#header-wrapper #logo img {
	width: 224px;
	height: 103px;
}

#header-wrapper img {
	border: none;
}

/***   Header Navigation Wrapper   ***/
#header-navigation-wrapper {
	position; relative;
	width: 710px;
	float: right;
}

/***   Header Section Top   ***/
#header-section-top {
	margin-bottom: 10px;
	overflow: hidden;
}


/***   Social   ***/
#social {
	float: right;
	margin-top:10px;
}

#social a {
	display: inline-block;
	height: 34px;
	width: 34px;
	margin-left: 14px;
}

#social a:hover {
	text-decoration: none;
	background-position:0 -34px !important;
}


#facebook {
	background: url("/Design/images/CRTImages/facebook.png") 0 0 no-repeat;
}

#facebook:hover {
	background: url("/Design/images/CRTImages/facebook-hover.png") 0 0 no-repeat;
}

#twitter {
	background: url("/Design/images/CRTImages/twitter.png") 0 0 no-repeat;
}

#twitter:hover {
	background: url("/Design/images/CRTImages/twitter-hover.png") 0 0 no-repeat;
}

#linkedin {
	background: url("/Design/images/CRTImages/linkedin.png") 0 0 no-repeat;
}

#linkedin:hover {
	background: url("/Design/images/CRTImages/linkedin-hover.png") 0 0 no-repeat;
}

#youtube {
	background: url("/Design/images/CRTImages/youtube.png") 0 0 no-repeat;
}

#youtube:hover {
	background: url("/Design/images/CRTImages/youtube-hover.png") 0 0 no-repeat;
}

/***   Header Menu   ***/
#header-menu {
	float: right;
	margin-top: 20px;
	color: #666;
	font-size: 0.857em;
}

#header-menu ul {
	display: inline;
}

#header-menu ul li{
	display: inline;
}

#header-menu ul li a {
	color: #666;
	font-size: 1em;
	text-decoration: none;
}

#header-menu ul li a:hover {
	color: #ff8500;
	text-decoration: none;
}
#header-menu span.loggedinUserName
{
    color:#ff8500;
}

/***   Search   ***/
#search-wrapper {
	position: relative;
	float: right;
	clear: both;
}

#search-wrapper input {
	height: 32px;
	line-height:16px;
	width: 192px;
	padding: 0 20px 0 10px;
}

#search-wrapper .search-button {
	border: 0 none;
    display: block;
    height: 17px;
    position: absolute;
    right: -5px;
    top: 10px;
    width: 15px;
	background: url("/Design/images/CRTImages/search-icon.png") center center no-repeat;
	background-position:0px 0px;
}

#search-wrapper .search-button:hover {
	background-position:0px -17px; 
}

/* Remove delete button from IE inout box. Not required by customer */
::-ms-clear {
	display: none;
}

/***   Mega Menu   ***/

#menu-wrapper {
	float: right;
	clear: both;
	margin-top: 5px;
}

#menu-wrapper .menu li {
	display: block;
	height: 45px;
	float:left;
}

#menu-wrapper .menu li a {
	display: inline-block;
	color: #133822;
	padding: 0 15px;
	line-height: 45px;
	border-top: 1px solid #fff;
}

#menu-wrapper .menu li a.selected {
	color: #ff8500;
	text-decoration: none;
	background: #f6f6f6;
	border-top: 1px solid #ff8500;
}

#menu-wrapper .menu li a:hover {
	color: #ff8500;
	text-decoration: none;
	background: #f6f6f6;
	border-top: 1px solid #ff8500;
}

div.section-container a.mainMenuLink
{
    top:-45px;
    position:relative;
    display: inline-block;
	color: #133822;
	padding: 0 15px;
	line-height: 45px;
	border-top: 1px solid #fff;
}
div.section-container a.mainMenuLink
{
    color: #ff8500;
	text-decoration: none;
	background: #f6f6f6;
	border-top: 1px solid #ff8500;
}
div.section-container a.mainMenuLink .selected
{
    color: #ff8500;
}
ul.menu{
    float:left;
}

.dropdown_fullwidth {
	position: absolute;
	width: 100%;
	min-height: 250px;
	top: 138px;
	padding-bottom: 50px;
	background: #f6f6f6;
	border-top: 0px solid #ff8500;
	z-index: 999;
	display: none;
}

#products-services-dropdown {
	display: block;
}

.dropdown_fullwidth h2 {
	display: none;
}

.dropdown_fullwidth .column > a {
	display: block;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #ff8500;
	color: #133822;
	font-size: 1.143em;
	font-weight:bold;
}

.dropdown_fullwidth .column > a:hover {
	color: #ff8500;
	text-decoration: none;
}

.dropdown_fullwidth .column li 
{
    padding: 10px 0;
}
.dropdown_fullwidth .column li a {
	display: block;
	height: 14px;
	padding: 5px 5px 5px 5px;
	color: #133822;
   	word-wrap: break-word;
}

.dropdown_fullwidth .column li a.MegaMenuLinkItem{
    padding: 5px 5px 5px 0px
 }

.dropdown_fullwidth .column li a.has-image {
	padding: 5px 5px 5px 35px;
}

.dropdown_fullwidth .column li a.MegaMenuLinkItem:hover
{
    background-position:0px -24px !important; 
}

.dropdown_fullwidth .column li a:hover {
	color: #ff8500;
	text-decoration: none;
}

/**  Mega Menu individual images and hover states  **/
.dropdown_fullwidth .column li a.fuel {
	background: url("/Design/images/CRTImages/fuel.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.fuel:hover {
	background: url("/Design/images/CRTImages/fuel-hover.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.horticulture {
	background: url("/Design/images/CRTImages/horticulture.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.horticulture:hover {
	background: url("/Design/images/CRTImages/horticulture-hover.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.finance {
	background: url("/Design/images/CRTImages/finance.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.finance:hover {
	background: url("/Design/images/CRTImages/finance-hover.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.realestate {
	background: url("/Design/images/CRTImages/realestate.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.realestate:hover {
	background: url("/Design/images/CRTImages/realestate-hover.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.grainseed {
	background: url("/Design/images/CRTImages/grainseed.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.grainseed:hover {
	background: url("/Design/images/CRTImages/grainseed-hover.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.nutrition {
	background: url("/Design/images/CRTImages/nutrition.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.nutrition:hover {
	background: url("/Design/images/CRTImages/nutrition-hover.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.lubricants {
	background: url("/Design/images/CRTImages/lubricants.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.lubricants:hover {
	background: url("/Design/images/CRTImages/lubricants-hover.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.livestock {
	background: url("images/livestock.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a.livestock-hover {
	background: url("/Design/images/CRTImages/livestock-hover.png") 0 center no-repeat;
}

.dropdown_fullwidth .column li a img {
	float: left;
	margin-right: 15px;
}

.dropdown_fullwidth .column li a span {
	display: inline-block;
}

/****    Home page Styles    ****/

/***   Login Box   ***/
.login-section-wrapper {
	top: -320px;
}

#login-wrapper {
	position: absolute;
	right: 10px;
	top: 25px;
	width: 220px;
}

#login-container {
	background: rgba(247, 246, 238, 0.9);
	padding: 10px 20px;
}

#login-container h2 {
	margin-bottom: 10px;
	font-size: 1.3em;
}

#login-container input {
	width: 169px;
	height: 30px;
	line-height:15px;
	margin-bottom: 10px;
	padding: 0 5px;
	float:left;
	margin-right:0px;
}

#login-container input[type="submit"] {
	height: 40px;
	width: 180px;
	margin-bottom: 0;
	line-height: 40px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#login-container table td span  
{
    color: #FF0000;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 13px;
}
.button-grey {
	display: inline-block;
	float: left;
	background: rgba(255, 255, 255, 0.7);
	height: 32px;
	padding: 0;
	margin: 3px 4px 0 0;
	color: #133822;
	font-size: 1.071em;
	font-weight: 400;
	text-decoration: none;
	text-align:center;
	line-height: 32px;
}

a.logcontrolbtnsmall{
	width: 108px;
	text-decoration:none;
	color: #133822;
}

a.rightbutton {
	margin-right: 0;
}

a.logcontrolbtnlarge {
	width: 220px;
	text-decoration:none;
	color: #133822;
}


a.logcontrolbtnsmall:hover,
a.logcontrolbtnlarge:hover {
	color: #ff8500;
	text-decoration: none;
}

/***   Hero Image Styles   ***/
#hero-image-wrapper {
	position: relative;
	height: 300px;
	max-width: 100%;
	overflow: hidden;
	width:100%;
}

#hero-image-featured-list {
	max-height: 100%;
}

#hero-image-wrapper .section-container {
	position: absolute;
	height: 300px;
	top: 0;
	left: 50%;
	margin-left: -480px;
}

#hero-image-wrapper .slideshow-control-left {
	top: 130px;
	background: url("/Design/images/CRTImages/left-arrow-transparent.png") 0 0 no-repeat;
}

#hero-image-wrapper .slideshow-control-left:hover {
	top: 130px;
	background: url("/Design/images/CRTImages/left-arrow-transparent-hover.png") 0 0 no-repeat;
}

#hero-image-wrapper .slideshow-control-right {
	top: 130px;
	background: url("/Design/images/CRTImages/right-arrow-transparent.png") 0 0 no-repeat;
}

#hero-image-wrapper .slideshow-control-right:hover {
	top: 130px;
	background: url("/Design/images/CRTImages/right-arrow-transparent-hover.png") 0 0 no-repeat;
}

#hero-image-wrapper .featured-item {
	text-align: center;
	max-height: 100%;
}

#hero-image-wrapper .featured-item a {
	text-decoration: none;
}

#hero-image-wrapper .featured-item img {
	border: none;
}

#hero-image-wrapper .featured-item p {
	max-width: 580px;
	margin-top: 50px;
	color: #fff;
	font-size: 3.429em;
	text-align: left;
	text-shadow: 2px 2px 2px rgba(50, 50, 50, 1);
	line-height: 44px;
}

/***   Promo styles   ***/
#promo-wrapper {
	position: relative;
	height: 240px;
}

#promo-wrapper .section-container {
	height: 240px;
}

#promo-wrapper .section-container a {
	position: relative;
	display: inline-block;
	height: 240px;
}

#promo-wrapper .section-container a img {
	border: 0;
}

#promo-wrapper .section-container a:hover {
	-webkit-box-shadow:inset 3px 3px 3px 3px rgba(0,0,0,0.5);
	box-shadow:inset 3px 3px 3px 3px rgba(0,0,0,0.5);
}

#promo-wrapper .slideshow-control-left {
	top: 100px;
	background: url("/Design/images/CRTImages/left-arrow-orange.png") 0 0 no-repeat;
}

#promo-wrapper .slideshow-control-left:hover {
	top: 100px;
	background: url("/Design/images/CRTImages/left-arrow-orange-hover.png") 0 0 no-repeat;
}

#promo-wrapper .slideshow-control-right {
	top: 100px;
	background: url("/Design/images/CRTImages/right-arrow-orange.png") 0 0 no-repeat;
}

#promo-wrapper .slideshow-control-right:hover {
	top: 100px;
	background: url("/Design/images/CRTImages/right-arrow-orange-hover.png") 0 0 no-repeat;
}

#promo-wrapper .section-container a .hover-shadow-left-top,
#promo-wrapper .section-container a .hover-shadow-right-bottom {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}

#promo-wrapper .section-container a:hover .hover-shadow-left-top {
	-webkit-box-shadow: inset 7px 7px 5px -3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    inset 7px 7px 5px -3px rgba(50, 50, 50, 0.5);
	box-shadow:         inset 7px 7px 5px -3px rgba(50, 50, 50, 0.5);
}

#promo-wrapper .section-container a:hover .hover-shadow-right-bottom {
	-webkit-box-shadow: inset -7px -7px 5px -3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    inset -7px -7px 5px -3px rgba(50, 50, 50, 0.5);
	box-shadow:         inset -7px -7px 5px -3px rgba(50, 50, 50, 0.5);
}

/***   Products Styles   ***/
#products-wrapper {
	background: url("/Design/images/CRTImages/products-bg.png") 0 0 repeat;
	padding: 25px 0 20px 0;
	overflow: hidden;
}

#products-wrapper h2 {
	margin-bottom: 20px;
	text-align: center;
}

.product-container {
	width: 117px;
	float:left;
	text-align: center;
}

.product-container a {
	position: relative;
	display: block;
	height: 85px;
	width: 100%;
	color: #133822;
	font-size: 1.143em;
}

.product-container a img {width:59px; height:59px;}
.product-container a.fuel-products {
	background: url("/Design/images/CRTImages/fuel-products.png") center 0 no-repeat;
	
}

.product-container a.fuel-products:hover {
	background: url("/Design/images/CRTImages/fuel-products-hover.png") center 0 no-repeat;
}

.product-container a.horticulture-products {
	background: url("/Design/images/CRTImages/horticulture-products.png") center 0 no-repeat;
}

.product-container a.horticulture-products:hover {
	background: url("/Design/images/CRTImages/horticulture-products-hover.png") center 0 no-repeat;
}

.product-container a.finance-products {
	background: url("/Design/images/CRTImages/finance-products.png") center 0 no-repeat;
}

.product-container a.finance-products:hover {
	background: url("/Design/images/CRTImages/finance-products-hover.png") center 0 no-repeat;
}

.product-container a.realestate-products {
	background: url("/Design/images/CRTImages/realestate-products.png") center 0 no-repeat;
}

.product-container a.realestate-products:hover {
	background: url("/Design/images/CRTImages/realestate-products-hover.png") center 0 no-repeat;
}

.product-container a.grain-products {
	background: url("/Design/images/CRTImages/grain-products.png") center 0 no-repeat;
}

.product-container a.grain-products:hover {
	background: url("/Design/images/CRTImages/grain-products-hover.png") center 0 no-repeat;
}

.product-container a.nutrition-products {
	background: url("/Design/images/CRTImages/nutrition-products.png") center 0 no-repeat;
}

.product-container a.nutrition-products:hover {
	background: url("/Design/images/CRTImages/nutrition-products-hover.png") center 0 no-repeat;
}

.product-container a.lubricants-products {
	background: url("/Design/images/CRTImages/lubricants-products.png") center 0 no-repeat;
}

.product-container a.lubricants-products:hover {
	background: url("/Design/images/CRTImages/lubricants-products-hover.png") center 0 no-repeat;
}

.product-container a.livestock-products {
	background: url("/Design/images/CRTImages/livestock-products.png") center 0 no-repeat;
}

.product-container a.livestock-products:hover {
	background: url("/Design/images/CRTImages/livestock-products-hover.png") center 0 no-repeat;
}

.product-container a span {
	height:60px;
	width: 100%;
	bottom: 0;
	left: 0;
	float:left
}

.product-container a span.productbackImg{
    background-repeat:no-repeat !important;
    background-position:center 0px !important;
}

.product-container a:hover,
.product-container a:hover span {
	text-decoration: none;
	font-weight: bold;
}

.product-container a:hover span.productbackImg{
    background-repeat:no-repeat !important;
    background-position:center -60px !important;
}

.product-container img {
	display: block;
	margin: 0 auto 10px;
	border: none;
	text-align: center;
}

/***   Generic Content   ***/
.generic-content {
	position: relative;
	text-align: center;
	width: 100%;
	overflow: hidden;
	
}
.news-content {
	position: relative;
	text-align: center;
	max-width: 100%;
	overflow: hidden;
	height:235px;
	margin-top:20px;
}

.section-container.has-background-image {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -480px;
}

.generic-content.no-padding .section-container h2,
.generic-content.no-padding .section-container h3 {
	position: relative;
	top: 30px;
	max-width: 380px;
	text-align: left;
	font-weight: bold;
}

.generic-content.no-padding .section-container h3 {
	margin-top: 20px;
}

.generic-content.no-padding .view-details {
	top: auto;
	bottom: 30px;
}

/**  Tabs  **/
.tab-header {
	height: 32px;
	margin-bottom: 20px;
	text-align: left;
}

.tabs a {
	display: inline-block;
	float: left;
	width: 55px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #ff8500;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	/*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);*/
	font-size:1.2em;
}

.tabs a:hover,
.tabs a.selected {
	/*background: #ff8500;*/
	color: #133822;
	text-decoration: none;
}

.viewall a {
	background: url("/Design/images/CRTImages/right-arrow-orange-small.png") 0 center no-repeat #fff;
	padding-left: 25px;
	font-size: 1.000em;
	line-height: 32px;
}

span.newsEventSep{border-right: 1px solid #133822;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 25px 0 15px;}

.news-event a:hover {
	text-decoration: none;
}

.news-event a:hover h5 {
	color: #ff8500;
	text-decoration: none;
}

.newsItemRow a:hover{color: #ff8500;
	text-decoration: none;}
.newsItemRow a:hover h3{color: #ff8500;}

span.date {
	display: block;
	padding: 0 0 5px 0;
	color: #b4b4b4;
}

/****    Footer    ****/
#footer-wrapper .section-wrapper {
	position: relative;
	width: 100%;
	max-width: 1900px;
	min-height: 150px;
	margin: 0 auto;
	border-top: 1px solid #ff8500;
}

#footer-wrapper .section-container {
	width: 960px;
	height: 176px;
	padding: 0;
}

#footer-wrapper div.footerColumns a.footerLinkItem{
    padding: 5px 5px 5px 0px
 }

#footer-wrapper div.footerColumns a.has-image {
	padding: 5px 5px 5px 35px;
}

#footer-wrapper div.footerColumns a.footerLinkItem:hover
{
    background-position:0px -24px !important; 
}

#footer-wrapper div.footerColumns a:hover {
	color: #ff8500;
	text-decoration: none;
}


/***   Weather   ***/
:root {
  --light-orange-color: #fc9621;
  /*--light-orange-color: #ff8500;
  --dark-orange-color: #ef8714;*/
  --dark-orange-color: #ff8500;
}

#weather-search-wrapper .section-wrapper {
	position: relative;
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
}

#weather-search-wrapper .section-container {
	width: 960px;
    min-height: 26px;
	padding: 0;
}

#weather-search-wrapper #weather-search-inner {
    padding: 5px;
    width: 350px;
    min-height: 26px;
    background: #d4d4d4;
}

#weather-search-wrapper #weather-search-label {
    padding: 7px 5px;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

#weather-search-wrapper #weather-search-inner label {
    color: #333;
}

#weather-search-wrapper .weather-ddl-wrapper
{ 
    width: 260px;
    height: 26px;
    margin-bottom: 0;
    background: url("/Design/images/CRTImages/dropdown-arrow.png") no-repeat scroll 235px center #FFFFFF;
}
#weather-search-wrapper .weather-ddl-wrapper .weather-ddl
{
    width: 285px; 
    height: 26px;
    font-size: 12px;
    font-weight: normal;
}

#weather {
	position: relative;
	height: 150px;
	width: 730px;
	float: left;
    padding: 0;
	background: rgba(255,133,0,0.8);
}

article.weather-accordion
{
	display: block;
	width: 730px;
	margin: 0 auto;
	background-color: #ff8500/*var(--dark-orange-color)*/;
	overflow: auto;
}

article.weather-accordion section
{
	position: relative;
	display: block;
	float: left;
	width: 110px;
	height: 150px;
	margin: 0;
	color: #ff8500/*var(--dark-orange-color)*/;
	background-color: #ff8500/*var(--dark-orange-color)*/;
	overflow: hidden;
}

article.weather-accordion section .center
{
	text-align: center;
}

article.weather-accordion section .weather-divider-center
{
    width: 90px;
    float: left;
    padding-top: 10px;
}

article.weather-accordion section .weather-top
{
	position: relative;
	font-size: 16px;
	font-weight: normal;
	width: 90px;
	height: 30px;
	color: #fff;
}

article.weather-accordion section .weather-top.black
{
	font-weight: bold;
}

article.weather-accordion section .weather-top a
{
	display: block;
	width: 100%;
	line-height: 32px;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
}

article.weather-accordion section .weather-left
{
	position: absolute;
	font-size: 16px;
	font-weight: normal;
	width: 90px;
	height: 150px;
	color: #fff;
}

article.weather-accordion section .weather-left a
{
	display: inline-block;
	width: 90px;
	line-height: 32px;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
    vertical-align: top;
}

article.weather-accordion section .weather-right {
    color: #ff8500/*var(--dark-orange-color)*/;
    width: 170px;
	font-size: 14px;
    padding-left: 100px;
}

article.weather-accordion section:target,
article.weather-accordion section.istarget
{
	width: 290px;
	color: #fff;
	background-color: #fc9621/*var(--light-orange-color)*/;
}

article.weather-accordion section:target .weather-divider-center,
article.weather-accordion section.istarget .weather-divider-center
{
    width: 270px;
    float: left;
    padding-top: 10px;
}

article.weather-accordion section:target .weather-top,
article.weather-accordion section.istarget .weather-top
{
	position: static;
	font-size: 16px;
    /*width: 270px;*/
    width: 90px;
}

article.weather-accordion section:target .weather-top.black,
article.weather-accordion section.istarget .weather-top.black
{
	font-weight: bold;
}

article.weather-accordion section:target .weather-left,
article.weather-accordion section.istarget .weather-left
{
	position: absolute;
    float: left;
}

article.weather-accordion section:target .weather-right,
article.weather-accordion section.istarget .weather-right 
{
    color: #fff;
	position: absolute;
    float: left;
}

article.weather-accordion section .weather-top.black,
article.weather-accordion section .weather-left.black,
article.weather-accordion section .weather-right.black,
article.weather-accordion section:target .weather-top.black,
article.weather-accordion section:target .weather-left.black,
article.weather-accordion section:target .weather-right.black,
article.weather-accordion section.istarget .weather-top.black,
article.weather-accordion section.istarget .weather-left.black,
article.weather-accordion section.istarget .weather-right.black
{
    color: #000;
}

article.weather-accordion section,
article.weather-accordion section .weather-divider-left,
article.weather-accordion section .weather-divider-center,
article.weather-accordion section .weather-divider-right
{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

article.weather-accordion section .weather-left .weather-icon {
    position: absolute;
    left: 25px;
}

article.weather-accordion section .weather-left .weather-temp {
    padding-top: 40px;
    font-size: 20px;
}

article.weather-accordion section .weather-left .weather-temp .weather-low {
    color: rgba(255, 255, 255, 0.8);
}

article.weather-accordion section .weather-left .weather-temp .weather-high {
    font-weight: bold;
}

article.weather-accordion section .weather-right .weather-additional {
    display: inline-block;
    vertical-align: top;
}

article.weather-accordion section .weather-right .label,
article.weather-accordion section .weather-right .value {
    float: left;
}

article.weather-accordion section .weather-right .weather-rain,
article.weather-accordion section .weather-right .weather-wind,
article.weather-accordion section .weather-right .weather-snow {
    padding-top: 8px;
}

article.weather-accordion section .weather-right .label {
    width: 50px;
}

article.weather-accordion section .weather-right .value {
    width: 120px;
}

article.weather-accordion section .weather-divider-left,
article.weather-accordion section .weather-divider-right,
article.weather-accordion section:target .weather-divider-left,
article.weather-accordion section:target .weather-divider-right,
article.weather-accordion section.istarget .weather-divider-left,
article.weather-accordion section.istarget .weather-divider-right 
{
    background: #ff8500/*var(--dark-orange-color)*/;
    width: 10px;
    height: 150px;
    display: inline-block;
    float: left;
}

article.weather-accordion section .weather-divider-left .triangle 
{
    border-color: #ff8500/*var(--dark-orange-color)*/;
}

article.weather-accordion section:target .weather-divider-left .triangle, 
article.weather-accordion section.istarget .weather-divider-left .triangle 
{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fc9621/*var(--light-orange-color)*/ transparent transparent;
    margin-top: 50px;
}
article.weather-accordion section .weather-divider-right .triangle
{
    border-color: #ff8500/*var(--dark-orange-color)*/;
}

article.weather-accordion section:target .weather-divider-right .triangle,
article.weather-accordion section.istarget .weather-divider-right .triangle 
{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fc9621/*var(--light-orange-color)*/;
    margin-top: 50px;
}

article.weather-accordion section:target .weather-divider-left.light-orange-target,
article.weather-accordion section:target .weather-divider-right.light-orange-target,
article.weather-accordion section.istarget .weather-divider-left.light-orange-target,
article.weather-accordion section.istarget .weather-divider-right.light-orange-target
{
    background-color: #fc9621/*var(--light-orange-color)*/;
}

article.weather-accordion .weather-no-data {
    color: #fff;
    text-align: center;
    height: 150px;
}

article.weather-accordion .weather-no-data .weather-heading {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 5px;
}

article.weather-accordion .weather-no-data .weather-details {
    font-size: 14px;
    padding: 5px 0;
}

article.weather-accordion .weather-no-data .weather-details a {
    color: #133822;
}

article.weather-accordion .weather-no-data .weather-details a:hover {
    text-decoration: underline;
}

article.weather-accordion .weather-no-data .weather-icons-bar img {
    padding: 5px 10px;
}

#weather-fader {
    text-align: center;
    width: 730px;
    height: 150px;
    background: rgba(255,133,0,0.7);
    position: absolute;
    top: 0px;
    display: none;
}

#weather-fader .weather-fader-inner {
    padding-top: 30px;
}

#weather-fader .weather-fader-inner img {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

#weather-fader .weather-fader-inner div {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(255,255,255,0.8);
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*
#weather-bg-logo {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 460px;
    pointer-events: none;
    opacity: 0.3;
}
*/

/*
#weather-by {
    position: absolute;
    top: 110px;
    left: 640px;
    color: #fff;
    font-size: 10px;
    z-index: 99;
}
*/

#weather-by {
    padding: 5px;
    width: 360px;
    min-height: 26px;
    background: #d4d4d4;
    position: absolute;
    left: 360px;
    top: 0;
}

#weather-by-link {
    float: right;
}

#weather-by-logo {
    float: right;
    opacity: 0.8;
}

/***   Card Partner   ***/
#card-partner {
	background: url("/Design/images/CRTImages/cardpartner-bg.png") no-repeat scroll 10px 45px rgba(255, 255, 255, 0.8);
    float: right;
    height: 205px;
    padding: 20px;
    position: relative;
    width: 280px;
}

.notbold{font-weight:normal;}
/*#card-partner .left {
	padding: 20px 0 0 20px;
	max-width: 350px;
}*/

#card-partner .right {
	
	
}

#card-partner input,
#card-partner .styled-select {
	float: right;
}

#card-partner input{
	width: 200px;
	cursor: pointer;
}


/***   Footer Nav   ***/
#footer-nav-wrapper {
	position: absolute;
	width: 100%;
	max-width: 1900px;
	min-height: 100px;
	margin: 0 auto;
	top: 115px;
}

#footer-nav-wrapper-top {
	position: relative;
	width: 100%;
	height: 65px;
	background: url("/Design/images/CRTImages/footer-nav-bg-top.png") center 0 no-repeat;
}

#footer-nav-wrapper-bottom {
	position: relative;
	width: 100%;
	min-height: 65px;
	background: #d4d4d4;
	overflow: hidden;
}

#footer-nav-wrapper-bottom .section-container {
	height: auto;
	overflow: auto;
}

#footer-nav-container {
	float: left;
	width: 960px;
}

#footer-nav-container .nav-section {
	float: left;
	margin-left: 20px;
}

#footer-nav-container .footerColumns {
	width:168px;
	float:left;
}
#footer-nav-container .footerColumns >ul
{
    float: left;
    width: 100%;
}

#footer-nav-container .nav-section .nav-section-header {
	display: block;
	margin-bottom: 15px;
	color: #333;
	font-size: 1.231em;
}

#footer-nav-container .nav-section ul li {
	width: 100%;
	float:left;
	padding: 0px 0px;
}

#footer-nav-container .nav-section ul li:last-child {
	margin-bottom: 10px;
}

#footer-nav-container .nav-section ul li a {
	color: #333;
	font-size: 1em;
	word-wrap: break-word;
	line-height: 14px;
	float:left;
}

#footer-nav-container .nav-section a:hover {
	color: #ff8500;
	text-decoration: none;
}

/**  Contact Us  **/
#contact-us-container {
	float: left;
    width: 200px;
    height: 150px;
    padding: 20px 10px;
    position: relative;
	background: rgba(255,255,255,0.4);
    text-align: center;
}

#contact-us-container .contact-us-header {
	display: block;
	margin-bottom: 10px;
	color: #4D4D4D;
	font-size: 1.571em;
}

.button.darkgrey {
    background-color: #808080;
    padding: 10px 20px;
}

.button.darkgrey:hover {
	background-color: #ff8500;
	text-decoration: none;
}

/** Contact Us Links **/
#contact-us-links {
	height: 34px;
}

#contact-us-links a {
	display: inline-block;
	height: 34px;
	width: 34px;
	margin-left: 5px;
}

#contact-us-links a:hover {
	text-decoration: none;
	background-position:0 -34px !important;
}

/***   Copyright   ***/
#copyright-wrapper {
	position: relative;
	max-width: 1900px;
	margin: 0 auto;
	background: #d4d4d4;
	padding:5px 0px;
}

#copyright-wrapper .section-container {
	height: auto;
}
#copyright-wrapper .section-container p{
	line-height:18px;
}

#copyright-wrapper #copyright span,
#copyright-wrapper #copyright a {
	float: left;
	color: #333;
	font-size: 0.857em;
	line-height: 18px;
}

#copyright-wrapper #copyright a:hover {
	color: #ff8500;
	text-decoration: none;
}

/****    Internal Page    ****/
#inner-content {
	position: relative;
	display: table;
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
	border-top: 3px solid #ff8500;
}

#inner-content #header-content-wrapper {
	display: none;
}

#inner-content.has-header-image #header-content-wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 35px;
	background: #e9e9e9;/* url("/Design/images/CRTImages/internal-header.jpg") 0 0 no-repeat*/
}

#header-content-container {
	position: relative;
	height: inherit;
}

#header-content-wrapper #header-content-container #area-title {
	position: absolute;
	display: block;
	bottom: 42px;
	color: #fff;
	font-size: 3.692em;
	text-shadow: 2px 2px 2px rgba(50, 50, 50, 1);
}

/***   Breadcrumbs   ***/
#header-content-wrapper #header-content-container .breadcrumbs {
	position: absolute;
	font-size: 1.0em;
	bottom: 10px;
}

#main-content-wrapper .breadcrumbs {
	position: relative;
	font-size: 1.0em;
	margin: 5px 0 30px 0;
}

.breadcrumbs .breadcrumb-divider {
	color: #ff8500;
}

.breadcrumbs .breadcrumb-divider.selected {
	color: #333;
}

#header-content-wrapper #header-content-container .breadcrumbs span a.current,
#main-content-wrapper .breadcrumbs span a.current {
	color: #333;
}

#inner-content.has-header-image #main-content-wrapper .breadcrumbs {
	display: none;
}

/***   Main Content   ***/
#main-content-wrapper {
	padding: 30px 0;
}

/**  Side Nav  **/
#side-nav-wrapper {
	display: table-cell;
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-bottom:20px;
}

#side-nav-wrapper a {
	display: block;
	color: #133822;
	float:left;
	padding: 10px 10px 10px 0;
	width:210px;
}

#side-nav-wrapper a:hover {
	text-decoration: none;
}

#side-nav{float:left; width:100%;}
#side-nav > li > a:hover {
	color: #ff8500;
}

#side-nav-wrapper #side-nav-heading {
	padding: 0;
	border-bottom: 1px solid #ff8500;
	float:left;
	width:100%;
}

#side-nav-wrapper #side-nav-heading h3 {
	margin:0;
}

#side-nav-wrapper #side-nav-heading:hover h3 {
	color: #ff8500;
}

#side-nav-wrapper #side-nav > li {
	border-bottom: 1px solid #d4d4d4;
	float:left;
	
}

/*#side-nav-wrapper #side-nav > li:last-child {
	border-bottom : none;
}
*/
#side-nav-wrapper #side-nav > li > a {
	font-size: 1.231em;
	font-weight: bold;
	background: url("/Design/images/CRTImages/side-nav-closed.png") 210px center no-repeat #fff;
	cursor:pointer;
}


#side-nav-wrapper #side-nav > li.open > a {
	background: url("/Design/images/CRTImages/side-nav-open.png") 205px center no-repeat #fff;
}

/* Second Level */
#side-nav-wrapper #side-nav  li ul {
	display: none;
	float:left;
}
#side-nav-wrapper #side-nav  li ul li{float:left;}
#side-nav-wrapper #side-nav  li.open ul li ul{float:left;display:none !important;}
#side-nav-wrapper #side-nav  li.open ul li.open ul{float:left;display:block !important;}
#side-nav-wrapper div.itemList p#P1{float:left; width:100%;}

#side-nav-wrapper div.itemList {float:left; width:100%;}
#side-nav-wrapper div.itemList {float:left; width:100%;}
#side-nav-wrapper div.itemList>table{float:left; border-bottom:1px solid #dedede !important; width:220px;}
#side-nav-wrapper div.itemList table a{float:left; width:100%; font-size:1.231em !important; font-weight:bold; color:#133822;}
#side-nav-wrapper div.itemList table a:hover{color:#ff8500;}
#side-nav-wrapper div.itemList table tr td img{width:0px; display:none;}
li.open ul{
	display: block !important;
}

#side-nav-wrapper #side-nav  li ul li a {
	padding-left: 10px;
	width:200px;
	cursor:pointer;
}

#side-nav-wrapper #side-nav li ul li ul li a{width:190px;}

#side-nav-wrapper #side-nav  li ul li a:hover,
#side-nav-wrapper #side-nav  li ul li a.selected {
	padding-top: 9px;
	border-top: 1px solid #d4d4d4;
	background: #e9e9e9;
}

li.open ul li ul.subitems{float:left; display:none !important;}
li.open ul li.open ul.subitems{display:block !important;}
ul.subitems li{float:left}
ul.subitems li.open{background:#e9e9e9; border-top: 1px solid #d4d4d4;}
ul.subitems li a {float:left;margin-left:10px; width:190px !important;}
ul.subitems li a{cursor:pointer;}
ul.subitems li a.selected{cursor:pointer;background:none !important; border:0px !important;}
ul.subitems li:hover{background:#e9e9e9 !important; border-top: 1px solid #d4d4d4 !important;}
ul.subitems li a:hover{background:none !important;border:0px !important;}

ul#side-nav>li.open>ul li a.hasChild {background: url("/Design/images/CRTImages/side-nav-closed-small.png") 210px center no-repeat #fff !important;}
ul#side-nav>li.open>ul li a.hasChild:hover {background: url("/Design/images/CRTImages/side-nav-closed-small.png") 210px center no-repeat #e9e9e9 !important;}


ul#side-nav>li.open>ul li.selected a.selected.hasChild {background: url("/Design/images/CRTImages/side-nav-open-small.png") 200px center no-repeat #e9e9e9 !important;}
ul#side-nav > li.open > ul li.open a.hasChild {
    background: url("/Design/images/CRTImages/side-nav-open-small.png") no-repeat scroll 205px center #fff !important;
}
ul#side-nav>li.open>ul li.open a.hasChild:hover {background: url("/Design/images/CRTImages/side-nav-open-small.png") 205px center no-repeat #e9e9e9 !important;}
/**  Terms and Conditions popup Content  **/
.termsandconditions-popup {
	padding: 10px;line-height: 18px;float: left;margin-left: 35px;list-style-type: lower-alpha;
}

/**  Main Content  **/
#main-content {
	display: table-cell;
}

#main-content strong{
font-weight:bold;
}

#main-content .content-section {
	margin-top: 30px;
}

#main-content .content-section .link-container-wrapper {
	overflow: hidden;
}

#main-content .content-section .link-container {
	display: relative;
	float: left;
	margin: 10px 30px 0 0;
}

#main-content .content-section .link-container a {
	display: block;
	line-height: 18px;
}

#main-content div#middleColumn{float:left; margin-right:20px; width:460px; }
#main-content div.checkoutPage{float:left; margin-right:20px; width:100%;}
#main-content div.rightColumn{float:left; width:220px;}
.loginName
{
    color:#FF8500;
}
.failuretext{color:#ff0000; margin-bottom:5px; font-size:11px;}

.ShortForecast{float:left;padding:10px 0px;}
.ShortForecastDetail{float:left;padding:10px 0px;}
.LongForecast{float:left;padding:10px 0px;}
ul.ShortForecastTable {float:left;width:100%;list-style:none;padding:5px 0px;}
ul.ShortForecastTable li{float:left;width:100%;}
ul.ShortForecastTable li div.heading 
{
    background-color: #A9A9A9;
    float: left;
    font-weight: bold;
    padding: 10px 0;
}
ul.ShortForecastTable li div img{ border: 0 none;
    float: left;
    height: 50px;
    width: 50px;}
ul.ShortForecastTable li div.weatherItems{float:left;width:115px;}
ul.ShortForecastTable li div.max{color:#db0000}

ul.twoColumn li div{width:345px; padding:5px 0px; float:left;}
ul.threeColumn li div{width:230px;padding: 5px 0px;float:left;}
ul.sevenColumn li div{width:98px;padding: 5px 0px; float:left;}
ul.sevenColumn li div.heading{height:20px;}
/*.altRow {background: #e3e3e3;}*/
.lastUpdated{float: left;margin-top: 5px;padding: 10px 0;}
.weatherItems.textDisplay {
    width: 200px !important;
}
/*
#side-nav-wrapper div.side-nav{float:left; width:100%;}
#side-nav-wrapper div.side-nav  table 
{
    float:left;
    width:220px;
	border-bottom: 1px solid #d4d4d4 !important;
	
}
#side-nav-wrapper div.side-nav  table tr td{float:right; width:5px;}
#side-nav-wrapper div.side-nav  table  tbody tr td{float:right;width:5px;}
#side-nav-wrapper div.side-nav  table  tbody tr td.node{float:left;width:180px;}
#side-nav-wrapper div.side-nav  table  tbody tr td.node a{float:left; width:180px;}
#side-nav-wrapper div.side-nav  table  tbody tr td img{width:10px;}
#side-nav-wrapper div.side-nav  table:last-child {
	border-bottom: : none;
}






*/



/* Browse Supplier css*/

div.LeftMenuOptions{float:left; padding:5px; border:1px solid #dddddd; width:210px}
div.LeftMenuOptions div.printButton{width:100%; float:left; text-align:center; padding:5px 0px;}
div.LeftMenuOptions div.printButton .button{ height:25px;width: 125px; cursor:pointer; line-height:25px;}
#side-nav-wrapper div.LeftMenuOptions div.printButton a.button{ height:25px;width: 125px;line-height:23px; color:#fff; padding:0px;margin:0 40px; cursor:pointer;}
div#SupplierAreaButton a.button
{  color: #FFFFFF;
    float: left;
    height: 15px;
    line-height: 15px;
    margin: 5px 0 0 10px;
    width: 69px;
}
div#SupplierAreaButton
{
    border-top: 1px solid #CCCCCC;
    padding: 0 10px;
}

div.SuplierViewOptions{float:left; width:100%;margin-bottom:20px;}
div.SuplierViewOptions div.row{float:left;}
div.SuplierViewOptions div.row span.label{float:left; width:95px; margin:5px;font-weight:bold; }
div.SuplierViewOptions div.row span.control{float:left; width:100px; margin:5px 5px 5px 0px; line-height:15px;}
div.SuplierViewOptions div.row span.styled-select
{
    background: url("/Design/images/CRTImages/dropdown-arrow.png") no-repeat scroll 40px center #FFFFFF;
    border: 1px solid #DBE3E8;
    border-radius: 2px;
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 60px;
}
div.SuplierViewOptions div.row span.styled-select select
{
    width:85px;
}
#side-nav-wrapper div.SuplierViewOptions div.row span.control a{padding:0px; color:#ff8500; }
#side-nav-wrapper div.SuplierViewOptions div.row span.control a:hover{text-decoration:underline;}
div.SuplierViewOptions h2{padding-left:5px;}
#side-nav-wrapper div.SuplierViewOptions a
{
    float:left;
    width:100%;
}
#side-nav-wrapper .clsSupplierViewOptionsRegion a {
    display: inline;
    color:#133822;
    float: none;
    padding: 5px;
}

#side-nav-wrapper .clsSupplierViewOptionsRegion td a:hover {
   color:#ff8500;
   text-decoration:none;
}
#side-nav-wrapper .clsSupplierViewOptionsRegion td img{border:0px;}
/*  end Browse Supplier css*/
div.modalPopup{background-color:#ccc; opacity:0.5;}
div#divBrowseControl{float:left; width:100%;}
div.clsBrowseSupplierControl{float:left; width:100%;}
div#divBrowseControl div.findCardControlls{float:left; width:100%; padding:10px 0px; }
div.findCardControlls{float:left; width:100%; }

div.findCardControlls input.button{ height:25px; line-height:23px; background-color: #ccc; width:100px; float:left;cursor:pointer;}
div.findCardControlls input.orange {background-color: #ff8500;}
div.findCardControlls a.button{ height:25px; line-height:25px; background-color: #ccc; width:100px; float:left;cursor:pointer; text-align:center;}
div.findCardControlls input.findBtn{background-color:#ff8500; margin-right:0px; float:left;}

div.findCardControlls input[type="text"]{height:20px; line-height:21px; width:208px; float:left;}
div.findCardControlls span.leftbuttons{float:left;float:left; width:100px;}
div.findCardControlls span.leftbuttons input.button{width:83px;}
div.findCardControlls span.rightButtons{float:right; width:100px;}
div.findCardControlls span.rightButtons input.button{width:83px; float:right; margin-right:0px; margin-left:15px;}

div.CategoryitemList{float:left; width:700px;padding:10px 0px;}
div.CategoryitemList td img{border:0px;}
div.CategoryitemList td a{color:#383838;}
div.CategoryitemList td a:hover{color:#ff8500; text-decoration:none;}
span.SupplierSubHeading{ float:left;width:30%; padding-left:5px; font-size:18px; line-height:25px;}
div.CategoryitemList div.rowContainer{padding:10px 0px; float:left; }
div.CategoryitemList div.itemRow{float:left; width:100%; border-bottom: 1px dotted #ccc;padding:10px 0;}
div.CategoryitemList div.itemRow a{cursor:pointer;color:#333333;}
div.CategoryitemList div.itemRow a:hover{cursor:pointer;color:#ff8500; text-decoration:none;}
div.CategoryitemList div.itemRow span.nameLabel{float:left; width:70%;}
div.CategoryitemList div.itemRow span.phoneLabel{float:left;width:20%;}
div.CategoryitemList div.itemRow span.emailLink{float:left;width:5%;}
div.CategoryitemList div.itemRow span.mapLink{float:left;width:5%;}

/* search css*/
    div.searchHeader{float:left; width:100%;}
    div.searchHeader h1{float:left;}
    div.searchHeader p{float:left; padding:5px; margin-left:20px;}
    div#search {float:left; width:100%;}
    div#search div.SearchRow{float:left; width:100%; border-top:2px solid #dedede; padding:10px 0px 2px;}
    div#search div.SearchRow div.searchFilters{float:left; padding:15px 0px; margin-right:20px;}
    div#search div.SearchRow div.searchFilters input{float:left;}
    div#search div.SearchRow div.searchFilters input.button{float:left;border-radius: 0px; height:46px; width:150px;}
    div#search div.SearchRow div.searchFilters input[type=text]{padding: 0 20px 0 10px; width:200px; height:44px; line-height:20px;border-radius: 0px; width:445px; font-size:1.5em;}
    div#search div.SearchRow div.searchFilters span.ControlText{padding:0 0 1px;}
    div#search div.SearchRow div.searchFilters div.styled-select{}
    div#search div.SearchRow div.searchItem{float:left; padding:10px 0px; border-top:1px solid #dedede; width:100%;}
    div#search div.contentArea{float:left; width:100%;}
    div#search div.contentArea div.searchItem {float:left; width:100%;border-top:1px solid #dedede; padding:15px 0px;}
    div#search div.contentArea div.searchItem div.searchResult{float:left; width:75%;}
    div#search div.contentArea div.searchItem div.searchResultImage{float:left; width:20%; margin-left:5%;}
     
    div#search div.contentArea div.searchContent span{float:left; width:100%; line-height:20px;}
    
    div#search div.contentArea div.searchResult a{float:left; width:100%; margin:5px 0px;}
    div#search div.contentArea div.searchResult h3{float:left; width:100%;}
    div#search div.contentArea div.searchResult h3 a{float:left; width:100%;color:#133822; cursor:pointer;}
    div#search div.contentArea div.searchResult h3 a:hover{color:#ff8500; text-decoration:none;}
    div#search div.contentArea tr.searchPager{margin:0px;float:left;}
    div#search div.contentArea tr.searchPager td a{border: 1px solid #ccc;float: left;margin: 5px 2px;padding: 10px; background-color:#dedede;color:#133822;}
    div#search div.contentArea tr.searchPager td>span{border: 1px solid #ccc;float: left;margin: 5px 2px;padding: 10px; background-color:#ff8500; color:#fff;}
    div#search div.contentArea tr.searchPager td a:hover{color:#ff8500}
   
    
/**/

/* Shoping cart */
div.ShopCart{float:left; width:198px; padding:10px; border:1px solid #ff8500; margin-bottom:20px; border-radius:2px;}
div.crt-ui-panel{border:1px solid #dedede;}
div.ShopCart div.row span{float:left; width:100%; padding: 5px 0; font-size:12px;}
div.ShopCart div.row{float:left; width:100%;}
div.ShopCart div.row span.widgetLabel{width:75px; }
div.ShopCart div.row span.widgetControl{width:120px; padding:0px;}
div.ShopCart div.row span.styled-select{background: url("/Design/images/CRTImages/dropdown-arrow.png") no-repeat scroll 100px center #FFFFFF;}
div.ShopCart div.row span.styled-select select{width:145px;}
div.ShopCart div.ViewCartLink span {float: left; width: 99px;}
.nopadding{padding:0px !important;}
div.ShopCart div.ViewCartLink{float:left; width:100%;}
div.ShopCart div.ViewCartLink a.button{float: left;height: 30px;line-height: 30px;text-align: center;width: 75px;}
/* Shoping cart */

/*Search product*/
div.SearchProductBackGround{float:left; width:198px; padding:10px; border:1px solid #ccc; background-color:#dedede; margin-bottom:20px;}
div.SearchProductBackGround span.row{float:left; width:100%;padding: 10px 0 0;}
div.SearchProductBackGround span.row input[type="text"] {border: 1px solid #DBE3E8; border-radius: 2px; color: #858585; width:185px; height:30px; line-height:30px; padding:0px 5px;}
div.SearchProductBackGround span.row input.button {float: left;height: 30px; margin: 0px 45px 0px; width: 110px; line-height:30px; cursor:pointer;}
/*Search product*/

/* shop product details*/

/*div.subCategoryMenu{float:left; width:100%; border-bottom:1px solid #dedede; margin-bottom:10px;}
div.subCategoryMenu h3{float:left; width:100%; padding:5px 0px; border-bottom:1px solid #dedede;}*/


/*shop cart items*/


div.shopCartItems{float:left; width:700px; padding:10px 0;}
div.shopCartItems ul{float:left; list-style:none; width:100%;}
div.shopCartItems li.CartColumnHeading{ float:left; width:100%; background-color:#dedede; border-bottom:1px solid #ccc; font-weight:bold;}
div.shopCartItems li.CartColumn{float:left; width:100%; line-height:15px;border-bottom:1px solid #ccc;}
div.shopCartItems li.CartColumn div.cartCol{ float:left; width:150px;padding:10px 5px; }
div.shopCartItems li.CartColumn div.sml{width:100px;}
div.shopCartItems li.CartColumn div.lrg{width:200px;}
div.shopCartItems li.CartColumn div.last{text-align:right;}
div.shopCartItems li.CartColumn div.cartCol span{float:left;width:100%;}
div.shopCartItems li.CartColumn div.cartCol a{color:#133822; float:left; width:100%;}
div.shopCartItems li.CartColumn div.cartCol a:hover{color:#133822; float:left; width:100%;}
div.shopCartItems li.CartColumn div.cartCol a.button{float:left; width:70px; text-align:center; height:20px; line-height:20px; cursor:pointer; color:#fff;margin: 5px 0; font-size:12px;}
div.shopCartItems li.CartColumn div.cartCol a.button:hover{background-color:#ffa94c;color:#fff;}
div.shopCartItems li.altCartRow{background-color:#e5e5e5;}
div.shopCartItems li.CartColumn div.Subtotal{font-weight:bold;}
div.shopCartItems li.totalRow{background-color:#ececec; font-weight:bold;}

div.right a.button{float:left; width:auto; padding:0 5px; }

/*shop cart items*/

div#checkoutPage div.shopCartItems{float:left; width:100%; padding:10px 0;}
div#checkoutPage div.shopCartItems ul{float:left; list-style:none; width:100%;}
div#checkoutPage div.shopCartItems li.CartColumnHeading{ float:left; width:100%; background-color:#dedede; border-bottom:1px solid #ccc; font-weight:bold;}
div#checkoutPage div.shopCartItems li.CartColumn{float:left; width:100%; line-height:15px;border-bottom:1px solid #ccc;}
div#checkoutPage div.shopCartItems li.CartColumn div.cartCol{ float:left; width:100%; width:145px;padding:10px 5px; }
div#checkoutPage div.shopCartItems li.CartColumn div.sml{width:70px;}
div#checkoutPage div.shopCartItems li.CartColumn div.lrg{width:180px;}

div#checkoutPage div.shopCartItems li.CartColumn span.styled-select{float: left;width: 170px;}
div#checkoutPage div.shopCartItems li.CartColumn span.styled-select select{width:195px; float:left; background: url("/Design/images/CRTImages/dropdown-arrow.png") no-repeat scroll 150px center #FFFFFF; }
div#checkoutPage div.shopCartItems li.CartColumn div.cartCol a{color:#133822; float:left; width:100%;}
div#checkoutPage div.shopCartItems li.CartColumn div.cartCol a:hover{color:#133822; float:left; width:100%;}
div#checkoutPage div.shopCartItems li.CartColumn div.cartCol a.button{float:left; width:70px; text-align:center; height:20px; line-height:20px; cursor:pointer; color:#fff;margin: 5px 0; font-size:12px;}
div#checkoutPage div.shopCartItems li.CartColumn div.cartCol a.button:hover{background-color:#ffa94c;color:#fff;}

div#checkoutPage div.shopCartItems li.CartColumn div.Subtotal{font-weight:bold;}

div#checkoutPage div.right a.button{margin: 5px;}
div#checkoutPage div.right a.button:hover{background-color:#ffa94c;color:#fff;}

div#checkoutPage div.shopCartItems div.section{float:left; width:100%; margin:10px 0;}
div#checkoutPage div.shopCartItems div.section div.row{float:left; width:100%; padding:5px 0;}
div#checkoutPage div.shopCartItems div.section div.row span.label{float:left; width:150px; padding:5px 0;}
div#checkoutPage div.shopCartItems div.section h4{ padding-top:5px; border-top:1px solid #dedede;}

div#checkoutPage div.shopCartItems div.section ul.delivery{float:left; width:100%; border-bottom:1px solid #dedede; margin:5px 0;}

div#checkoutPage div.shopCartItems div.section ul.delivery li{float:left;}

div#checkoutPage div.shopCartItems div.section ul.delivery li.deliveryTableHeading{float:left; width:100%; background-color:#dedede; padding:5px 0;margin:10px 0;}
div#checkoutPage div.shopCartItems div.section ul.delivery li div.deliveryColumn{float:left;padding:5px 5px; width:260px;}
div#checkoutPage div.shopCartItems div.section ul.confirm li div.deliveryColumn{width:130px;}
div#checkoutPage div.shopCartItems div.section ul.confirm li.confirmColumn{border-bottom:1px solid #dedede;}
div#checkoutPage div.shopCartItems div.section ul.delivery li div.sml{ width:150px;}
div#checkoutPage div.shopCartItems div.section ul.delivery li a{float: left;line-height: 20px;padding: 5px 0; width: 100%;}
div#checkoutPage div.shopCartItems div.section ul.delivery li div.deliveryColumn span{float: left; padding: 0px 0px 5px 0; width: 100%;}    
ul.TitleDescription li.newsItemRow{border-bottom:1px solid #D4D4D4; padding:10px 0px; float:left; width:100%;}


ul.TitleDescription li.newsItemRow a:hover{color:#133822; float:left; width:100%;}
ul.TitleDescription li.newsItemRow div.description{line-height:20px; float:left; padding-right: 5px;width: 570px;}
div#titleDescription span.genericcontent{float:left; width:100%; padding:10px 0;}
ul.TitleDescription li.newsItemRow a.button{float: right;height: 25px;line-height: 25px;text-align: center;width: 125px; cursor:pointer;}
ul.TitleDescription li.newsItemRow a.button:hover{float: right;width: 125px; cursor:pointer;background-color:#ffa94c;color:#fff;}

.ClientSideCustomValidationError{background-color: #EDDEDE;
    border: 1px solid #B87A7A;
    color: #FF0000;
    display: block;
    float: left;
    min-height: 10px;
    margin: 5px 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

a.disabled{ cursor: none;font-weight: normal;padding-left: 10px; background-color:#fff;}
a.disabled:hover{ cursor: none;font-weight: normal;padding-left: 10px; background-color:#fff;}

div.SearchByPriceButton input.button {float: left;height: 30px; margin: 0px 45px 0px; width: 110px; line-height:30px; cursor:pointer;}
div.SearchByPointsRange input[type="text"] {
    border: 1px solid #DBE3E8;
    border-radius: 2px;
    color: #858585;
    float: left;
    height: 25px;
    margin: 0 0 0 5px;
    padding: 0 5px;
    width: 148px;
}


/*choices styles*/


div#main-content div.TopColumn{float:left; width:100%;}
div#main-content div.TopColumn div#TopColLeft{float: left; margin-right: 20px;width: 460px;}
div#main-content div.TopColumn div#TopColRight{float: left;width: 220px;}

div#main-content div.TopColumn div.ShoppingCartPanel{float:left; width:440px; padding:10px; border:1px solid #eaeaea; margin-bottom:20px; background-color:#eaeaea; border-radius:2px;}
div#main-content div.TopColumn div.ShoppingCartPanel input[type="text"]{height: 28px;line-height: 28px; margin:0 0 7px;padding: 0 10px; float:left;}
div#main-content div.TopColumn div.ShoppingCartPanel span.SearchByPriceButton{float:right; height:32px;}


/*
div.ChoicesShoppingCartPanel{ border: 1px solid #ff8500;float: left;margin-bottom: 20px;padding: 10px; width: 200px; border-radius:2px;}
div.ChoicesShoppingCartPanel div.row span{float: left;padding: 10px 0; width:100%; }
div.ChoicesShoppingCartPanel a.button{float: left;height: 30px;line-height: 30px;text-align: center;width: 110px; margin: 0 45px;cursor:pointer;}
div.ChoicesShoppingCartPanel a.button:hover{cursor:pointer;background-color:#ffa94c;color:#fff;}
div.shopCartButtons input.button{height:30px; line-height:30px; cursor:pointer;}    
div#main-content div.TopColumn h2{font-weight:normal; text-decoration:none;}

div#RightColCRTCart{float:left; width:100%;}

div.rightColDiv{width:200px; float:left;margin-bottom:20px;padding:10px;}
div.rightColDiv img{max-width:200px; float:left; text-align:center;}
h2.TitleText{font-weight:normal; }*/
div.BackToShop {
border-bottom: 1px solid #FF8500;
line-height: 20px;
margin-bottom: 10px;
float: left;
width: 100%;
}

div.BackToShop a{margin: 0 0 9px 0;
float: left;
width: 100%; cursor:pointer;}
div.HighlightedText{color:#333; font-size:18px; margin:10px 0;}

div.styleSelectorPanel{float:left;background-color: #EAEAEA;border: 0px solid #CCCCCC;border-radius: 2px; margin: 10px 0;padding: 10px; width:440px;}
div.styleSelectorPanel div.row{float:left; width:100%;}
div.styleSelectorPanel div.qty{margin:5px 0;}
div.styleSelectorPanel div.row select{border:1px solid #DBE3E8; border-radius:2px; background-color:#fff;padding:5px;}
div.styleSelectorPanel div.row span{width:80px; float:left; padding:10px;}
div.styleSelectorPanel div.qty input[type=text]{padding:0px 10px; height:30px; line-height:30px;}

div.productDetailTab{margin:15px 0;} 
div.productDetailTab span.productDetailTab{margin:0 10px; float:left; width:100%;} 

div#productDetail{margin:15px 0;} 
div#productDetail div.productDetailTab{margin:5px 0; float:left; width:100%;} 
div#productDetail div.productDetailTab b{font-weight:bold;} 
div#productDetail div.productDetailTab ul{ width:100%; float:left; list-style: disc outside; padding:0px 10px;  line-height: 18px;  margin-left: 10px;} 
div#productDetail div.productDetailTab ul li{  list-style: disc outside; line-height: 18px;}
div#productDetail div.productDetailTab h3{padding-top:10px;}

div.section-container table tr td{ vertical-align:top;}
div.section-container table div.tblmain-content {float: left;width: 700px;}

div#side-nav-wrapper table.SideNavItems tr td div a{color: #133822;display: block;float: left;padding: 10px 10px 10px 0; width: 210px;border-bottom: 1px solid #D4D4D4; font-size:1em; cursor:pointer;}
div#side-nav-wrapper table.SideNavItems tr td div a:hover{background:#e9e9e9; padding-top:10px;}
div#side-nav-wrapper table.SideNavItems tr td.active div a {background: none repeat scroll 0 0 #E9E9E9;padding-top: 10px;}

div#deliveryForm{float: left;padding: 10px 0;width: 100%;}
div#deliveryForm div.section{float: left;width: 100%;}
div#deliveryForm div.section div.row{float: left;width: 100%;}
div#deliveryForm div.section div.row span.label{float: left;width:120px; padding:5px 10px; line-height:20px;}
div#deliveryForm div.section div.row span.control{float: left;width:370px; line-height:20px;}
div#deliveryForm div.section div.row span.control input[type=text]{width:350px; line-height:20px; height:20px; padding:0 5px; margin-right:5px;}
div#deliveryForm div.section div.row span.control select{border: 1px solid #DBE3E8;color: #858585;float: left;height: 20px; line-height: 20px;padding: 0 0 0 5px; width: 362px;}
div#deliveryForm div.section div.row span.textarea{width:370px; float:left;}
div#deliveryForm div.section div.row span.textarea textarea { width:350px; border:1px solid #DBE3E8;}
div#deliveryForm div.section div.row span.validator{float: left; padding:5px;line-height:20px; width:180px;}
div#deliveryForm div.section div.row table{float:left; }

div.ShopCartaItemsContainer{float: left;width: 100%;}
.tileView{padding: 10px; text-align: center; width: 150px; display:inline-block; min-height:190px;margin:10px 0;}
#tileNameOuter, #tilePricingOuter{float: left;font-size: 12px;line-height: 20px;padding: 5px 0 0;width: 100%; font-weight:bold;}
#tileNameOuter b{font-weight:bold;}
.displayNone{display:none;}
.paddingRight{padding-right:10px;}
.marginRight{margin-right:10px;}
div#AddtoCartPanel a.button{padding:5px; line-height:20px; height:20px; text-align:center; }
/*choices styles*/

/*MY CRT*/
div.MyCrtContent div.section{float:left; width:100%; margin:10px 0;}
div.MyCrtContent div.section div.row{float:left; width:100%; padding:5px 0;}
div.MyCrtContent div.section div.row span.label{float:left; width:150px; padding:5px 0;}
div.MyCrtContent div.section h4{ padding-top:5px; border-top:1px solid #dedede;}
.SubTitleCRT{margin-bottom: 10px;font-size: 1.286em;font-weight: bold;line-height: 20px;color: #133822;padding-bottom:5px;border-bottom:1px solid #dedede;width:100%;}
.ChangePasswordPanel{float:left; width:100%;margin:10px 0;}
.ChangePasswordLabel{float:left; width:150px;float: left;  font-family: "helvetica", "arial", "verdana", "sans-serif";  font-size: 12px;  padding: 10px 0;    width: 150px;}
.ChangePasswordBtn{float: left; height: 15px;margin: 5px 5px 0 0; padding: 5px 15px; line-height:15px;}
.ChangeUserName{float:left; width:100%;margin:10px 0; line-height:15px;}
.inputCRT{height:20px; border:1px solid #787878; padding:0 5px;}
input.watermark{line-height:20px; height:20px; border:1px solid #DBE3E8; padding:0 5px;}
.dropDownAccount{background:url("/Design/images/CRTImages/dropdown-arrow.png") no-repeat scroll 280px center #FFFFFF; float:left; height:30px; width:310px;}
.MYCRTLink{float:left; padding:5px 0; cursor:pointer; width:100%;}
#accordionPanel{margin:10px 0;}

#side-nav-wrapper .MyCrtNav table {
	float:left;
	width:100%;
	}
	
#side-nav-wrapper .MyCrtNav > table {
	border-bottom: 1px solid #d4d4d4 !important;
	float:left;
	width:100%;
	}

#side-nav-wrapper .MyCrtNav > table:last-child {
	border-bottom : none;
}

#side-nav-wrapper .MyCrtNav > table a {
	font-size: 1.231em !important;
	font-weight: bold;
	background: url("/Design/images/CRTImages/side-nav-closed.png") 210px center no-repeat #fff;
	cursor:pointer;
}
#side-nav-wrapper .MyCrtNav > table a:hover {
	color:#ff8500;
}

#side-nav-wrapper .MyCrtNav > table span {
	font-size: 1.231em;
	font-weight: bold;
	background: url("/Design/images/CRTImages/side-nav-open.png") 205px center no-repeat #e9e9e9;
	cursor:pointer;
	width:210px;
	float:left;
	padding: 10px 10px 10px 0;
}

ul.myCRTServicesTable{float:left; width:100%;}
ul.myCRTServicesTable li{float:left;}
ul.myCRTServicesTable li span{float:left;}
ul.myCRTServicesTable li span div.section{float:left; width:680px; margin:10px;}
ul.myCRTServicesTable li span div.section div.row{float:left; width:100%; padding:5px 0; min-height:35px;}
ul.myCRTServicesTable li span div.section div.row div.label{float:left; width:200px;}
ul.myCRTServicesTable li span div.section div.row div.label span{float:left; }

ul.myCRTServicesTable .validator{float:left; width:5px; line-height:18px; padding:0 5px; color:#ff0000; }
ul.myCRTServicesTable li span div.section div.row div.label span.validator{float:left; width:5px; padding:0 5px; color:#ff0000; }
ul.myCRTServicesTable li span div.section div.row span.control{float:left; width:460px; margin:0 10px;  }
ul.myCRTServicesTable li input.longText{width:300px;}
ul.myCRTServicesTable li span div.section div.row input[type="text"] {
    border: 1px solid #787878;
    height: 20px;
    padding: 0 5px;
}
ul.myCRTServicesTable li span div.section div.row span.small{min-width:50px;height: 20px;font-size:11px;}
ul.myCRTServicesTable li span div.section div.row ul.paymentTable{float:left; width:520px;}
ul.myCRTServicesTable li span div.section div.row ul.paymentTable li{float:left;}


ul.myCRTServicesTable li span div.section div.row ul.paymentTable li span.small{min-width:43px;height: 20px;padding: 5px 0px; font-size:11px; }
ul.myCRTServicesTable li span div.section div.row ul.paymentTable li span.mid{width:63px;height: 20px;padding: 5px 0px;font-size:11px;}
ul.myCRTServicesTable li span div.section div.row ul.paymentTable li span.long{width:137px;height: 20px;padding: 5px 0px;font-size:11px; margin:0 5px;}

ul.myCRTServicesTable li span div.section div.row ul.paymentTable li input[type="text"].small{width:25px;border: 1px solid #787878;height: 20px;padding: 0 5px;margin-right:5px;}
ul.myCRTServicesTable li span div.section div.row ul.paymentTable li input[type="text"].mid{width:50px;border: 1px solid #787878;height: 20px;padding: 0 5px;}
ul.myCRTServicesTable li span div.section div.row ul.paymentTable li input[type="text"].long{width:125px;border: 1px solid #787878;height: 20px;padding: 0 5px;margin:0 5px;}
ul.myCRTServicesTable li span div.section div.row .TandC{float:left;} 
ul.myCRTServicesTable li span div.section div.row .TandC a{float:left; line-height:18px; } 
ul.myCRTServicesTable li span div.section div.row span input.ddTandC{float:left; width:15px; margin:0px; padding:0px;}
ul.myCRTServicesTable li span div.section div.row a.MYCRTLink{width:300px;}
.arrow{display:none;}

ul.myCRTServicesCardsTable li span div input.btnInactive {
  background: none repeat scroll 0 0 #ccc;
  color: #737776;
}

ul.myCRTServicesCardsTable li span input.active {
  background: none repeat scroll 0 0 #ff8500;
  color: #fff;
}

ul.myCRTServicesCardsTable li span div.section div.row div.errorMsg ul{float:left; width:100%;}
ul.myCRTServicesCardsTable li span div.section div.row div.errorMsg ul li{float:left; width:100%; line-height:18px;}
.pageStatusLabel{float:left; width:100%; text-align:center;}
span.genericcontent{float: left;line-height: 18px;padding: 10px 0; width: 100%;}

/* css for issue fixing*/

span.NewsContentHome{height:90px;line-height:18px; float:left;}
div.BulkFuelSubmitButton a{float:right; text-align:center; cursor:pointer; width:100px; color:#fff !important;}

div#main-content div#TemplateTitle{float:left; width:100%;}
div#main-content div#TemplateTitle ul {list-style: disc outside;
padding: 0px 10px 10px 10px;
line-height: 18px;
margin-left:10px;
}
div#main-content div#TemplateTitle h2{margin:10px 0 0 0;}
div#main-content div#TemplateTitle ul li {line-height: 18px;
}
div#main-content div#TemplateTitle ol {list-style-type: decimal;
padding: 10px;
line-height: 18px;
margin: 10px 0 10px 20px;
}
div#main-content div#TemplateTitle ol li {line-height: 18px; padding:5px;
}



div.DescriptionText p{line-height:18px; padding:5px 0;}
div.DescriptionText strong{font-weight:bold;}
div.DescriptionText ul {
width: 100%;
float: left;
list-style: disc outside;
padding: 10px;
margin-left: 10px;
}
div.DescriptionText ul li {
list-style: disc outside;
line-height: 18px;
float: left;
width: 100%;
}



div#TemplateTitle p{padding:5px 0;}
div#TemplateTitle p strong{font-weight:bold;}
div#TemplateTitle span strong{font-weight:bold;}
div#TemplateTitle table{float:left; width:100%;}

.ContentUl {
list-style: disc outside;
padding: 10px;
line-height: 18px;
float:left;
margin-left:10px;
}
.ContentUl li {
list-style: disc inside;
line-height: 18px;
float:left;
}
.innerTable {
float: left;
margin: 0px;
padding: 0px;
width: 100%;
}
.innerTable tr {
margin: 0px;
width: 100%;
padding: 5px 0;
line-height: 30px;
height:30px;
}
.innerTable tr td {
vertical-align:middle !important;
}
div.BulkFuelSubmitButton a{color:#fff; cursor:pointer;}
div.BulkFuelSubmitButton a:hover{color:#fff;}
.innerTable tr a{color:#133822; cursor:pointer; text-decoration:none;}
.innerTable tr a:hover{color:#ff8500;}
.leftNavButton{padding: 0 !important;margin: 10px 0;text-align: center;width: 220px !important;color: #fff !important;}
.orange{background-color:#ff8500 !important;}
.orange:hover{background-color:#ffa94c !important;}
.grey{background-color:#ccc;}
.disabledButton{ background: none repeat scroll 0 0 #FFA94C;cursor: none;}
ul#side-nav > li.open > ul li a.SelectedAndHasChild{background: url("/Design/images/CRTImages/side-nav-open.png") no-repeat scroll 190px center #e9e9e9 !important;}
textarea{   color: #333333;
    font: inherit;
    min-height: 70px;
    padding: 5px;}
span.productDetailTab ul{list-style: disc outside;line-height: 18px;}
span.productDetailTab ul li{margin-bottom:5px; line-height:18px;}
.DetailsBoxMinHeight{/*min-height:81px;*/ float:left; width:100%;}

.BasicTable{float: left;
margin: 0px;
padding: 0px;
}
.BasicTable tr {
margin: 5px;
width: 100%;
padding: 5px 0;
line-height: 25px;
height:25px;
}
hr{float:left; width:100%; border:1px solid #d4d4d4;}
div.col2Wrap{float:left; width:100%;}
div.CustomContent Ul {
list-style: disc outside;
padding: 10px;
line-height: 18px;
float:left;
margin-left:10px;
}
div.CustomContentUl li {
line-height: 18px;
float:left;
}

ul.fullwidthUL { width:100%;float:left;}
ul.fullwidthUL li{ width:100%;float:left;}
div#Payment table.paymentTable input.inputCRT{ border:1px solid #787878;}
div#Payment table.paymentTable input[type="text"]:focus{border:1px solid #ff8500;}
div#Payment h3.innerPageh3{padding-bottom:0px; line-height:30px;}
p sup{font-size: smaller;
vertical-align: super;}

span.paymentlogoimg{float:right;} 
span.visamaster{background: url("/Design/images/CRTImages/VisaMaster.png") no-repeat; width:80px; height:30px;}
span.poli{background: url("/Design/images/CRTImages/poli.jpg") no-repeat;width:80px; height:30px;}


/* AIRNZ page css*/

div.airNzManagementContainer{ float:left;}
div.airNzManagementContainer div.section{ float:left; width:100%;}
div.airNzManagementContainer div.section div.shareholderInfo{ float:left; width:100%; background-color:#e4e4e4; border:1px solid #dedede; padding:5px 0;}
div.airNzManagementContainer div.section div.shareholderInfo p{float:left; width:100%;}
div.airNzManagementContainer div.section div.shareholderInfo .lblinfo{margin-left:15px; padding:5px 10px; font-weight:bold; float:left;}
div.airNzManagementContainer div.section div.shareholderInfo .lblinfoValue{margin-left:15px; padding:5px; float:left;}
div.airNzManagementContainer div.section div.shareholderInfo .tandc {margin-left: 15px;padding: 5px;float:left;}
div.airNzManagementContainer div.section div.shareholderInfo .tandc input {line-height:20px;float:left;}

div.airNzManagementContainer div.section div.AddRecipientPanel{float:left; width:100%; background-color:#e4e4e4; border:1px solid #dedede;}
div.airNzManagementContainer div.section div.AddRecipientPanel .active{background: no-repeat scroll 15px 0 rgba(0, 0, 0, 0); color: #ff8500;cursor: pointer;float: left;height: 40px;line-height: 40px;padding: 0 10px;text-decoration: none;}
div.airNzManagementContainer div.section div.AddRecipientPanel .inactive{background:  no-repeat scroll 15px 0 rgba(0, 0, 0, 0); color: #737776;cursor: default;float: left;height: 40px;line-height: 40px;padding: 0 10px;text-decoration: none;}
div.airNzManagementContainer div.section div.buttonsRow{float:left; text-align:right;}
div.airNzManagementContainer div.section div.AddRecipientPanel .active .addRecipientBtn{background: url("/Design/images/CRTImages/AddRecipientActive.png") no-repeat scroll 15px 0 rgba(0, 0, 0, 0);border: 0 none;color:#ff8500; cursor:pointer; padding:0px 5px 0px 55px;}
div.airNzManagementContainer div.section div.AddRecipientPanel .inactive .addRecipientBtn{background: url("/Design/images/CRTImages/AddRecipientInactive.png")no-repeat scroll 15px 0 rgba(0, 0, 0, 0);border: 0 none; color:#737776;cursor:default;padding:0px 5px 0px 55px;}
div.airNzManagementContainer div.section .button {
    background: none repeat scroll 0 0 #FF8500;
    border: 0 none;
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.071em;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    width:auto; 
    padding:0 20px;   
}
div.airNzManagementContainer div.section .btnInactive{background: none repeat scroll 0 0 #ccc;color: #737776;}

div.airNzManagementContainer div.section .farmlandstcPanel{float: left;width: 100%;}
div.airNzManagementContainer div.section .totalAllocationPanel {float: left; margin-left: 10px;padding: 5px 15px;}
div.airNzManagementContainer div.section .stopReceivingAirPoints {float: right;padding: 5px;}

div.bannerContent h2{text-align:center;}
div.bannerContent p{text-align:center;}
        
div.bannerContent div.row .optInPut{float:left;}
div.bannerContent div.row .optInPut tr{float:left; width:50px;}

div.bannerContent div.row{float:left; width:100%; padding:5px;}
div.bannerContent div.row span{float:left;}
div.bannerContent div.row .lblinfo{float:left; width:165px; line-height:25px;}
div.bannerContent div.row span.styled-select {
    background: url("/Design/images/CRTImages/dropdown-arrow.png") no-repeat scroll 335px center #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 2px;
    float: left;
    height: 25px;
    overflow: hidden;
    width: 360px;
    margin-bottom:0px !important;
}
div.bannerContent div.row span.styled-select select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 2px;
    color: #858585;
    font-size: 0.857em; 
    height: 25px;
    line-height: 1;
    padding: 5px;
    width: 385px;
}
div.bannerContent  div.row input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #858585;
    height: 25px;
    line-height: 25px;
    padding:0 5px;
}
div.bannerContent div.row input.small{
    width: 35px;
}
div.bannerContent div.row input.large{
    width: 350px;
}
div.bannerContent div.row input.medium{
    width: 75px;
}
div.bannerContent div.row input.dtpic{
    width: 85px;
}
div.bannerContent div.row span.validator{line-height:25px; color:#ff0000; padding:5px; float:left;}
div.bannerContent .modalSubmit{background: none repeat scroll 0 0 #FF8500;
    border: 0 none;
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.071em;
    font-weight: bold;
    height: 30px;
    line-height: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    width:auto; 
    padding:5px 20px;  
    float:right;
    margin:0px 30px;}

a.toolTipLink span p{background-color: #FFFFFF;
    border: 1px solid #dedede;
    opacity: 0.8;
    padding: 10px;
    width:180px;
    text-align:center;
    color:#333333;} 	
div.airNzManagementContainer div.section div.ItemRow {
    background: none repeat scroll 0 0 #e4e4e4;
    border: 1px solid #ccc;
    float: left;
    margin: 5px 0;
    width: 100%;
}


div.airNzManagementContainer div.section div.ItemRow div.leftRow {
    float: left;
    padding: 5px 5px 5px 5px;
    width: 80px;
    text-align:center;
}

div.airNzManagementContainer div.section div.ItemRow div.rightrow {
    float: left;
    padding: 5px;
    width: 570px;
}
div.airNzManagementContainer div.section div.ItemRow div.rightrow a{ cursor:pointer;}
div.airNzManagementContainer div.section div.ItemRow div.rightrow a[disabled]{
  background-color: #e4e4e4;
  color:#a0a0a0;
}
div.airNzManagementContainer div.section div.ItemRow div.leftRow input[type="text"][disabled] {
  background-color: #e4e4e4;
  border: solid 1px #a0a0a0;
  color:#a0a0a0;
}
div.airNzManagementContainer div.section div.ItemRow div.rightrow div.headRow{float:left; width:100%; font-weight:bold; border-bottom:1px solid #ccc; padding-bottom:5px;}
div.airNzManagementContainer div.section div.ItemRow div.rightrow div.headRow div.editLink{float:right;}
div.airNzManagementContainer div.section div.ItemRow div.rightrow div.headRow div.namePanel{float:left; width:400px;}
div.airNzManagementContainer div.section div.ItemRow div.leftRow input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    width: 40px;
    font-size:x-large;
    font-weight:bold;
}

div.airNzManagementContainer div.section div.ItemRow div.rightrow div.leftContent {
    float: left;
    width: 275px;
    padding-right:5px;
}
div.airNzManagementContainer div.section div.ItemRow div.rightrow div.leftContent p{padding:1px 0;}
div.airNzManagementContainer div.section div.ItemRow div.rightrow div.rightContent {
    float: left;
    width: 275px;
    padding-left:1px;
}
div.airNzManagementContainer div.section div.ItemRow div.rightrow div.rightContent p{padding:1px 0;}
    
div.bannerContent .modalCancel{float:left; padding:5px;}
div.airNzManagementContainer div.airNZPoints{ float:left; width:100%;}
div.airNzManagementContainer div.airNZPoints div.AirPointsGroupContainer{ float:left; width:100%; overflow:auto; max-height:270px;}

div.airNzManagementContainer div.airNZPoints div.row span.crtlData{width:100%; float:left;}
div.airNzManagementContainer div.airNZPoints input.alignRight{/*margin-right:50px;*/}
div.airNzManagementContainer div.section a.toolTipLink{cursor:pointer; text-decoration:none;}
div.airNzManagementContainer div.section a.toolTipLink:hover{cursor:pointer; text-decoration:underline;}
div.airNzManagementContainer div.section span.toolTip{display:none; border:1px solid #ccc; color:#000; background-color:#fff; padding:5px; position:absolute;}

div#main-content div.AirPointsmiddleContent{  width: 100%; margin-right:20px;}
div#main-content div.AirPointsrightContent{ }
div#main-content div.AirPointsrightContent #divShoppingCartPanel {width: 200px; float:left;}
div#main-content div.AirPointsrightContent #divShoppingCartPanel span{border:0px !important;}
div#main-content div.AirPointsrightContent #divShoppingCartPanel span.lblName {width:auto; float:left;}
div#main-content div.AirPointsrightContent #divShoppingCartPanel span.lblControl {width:auto; float:left;}
div#main-content div.AirPointsmiddleContent div.AirPointsMiddleContentContainer{ min-height:140px;}
div#main-content div.AirPointsmiddleContent div.AirPointsMiddleContentContainer div.section{ float:left; width:100%; margin:5px 0; background-color:#e4e4e4; border:1px solid #dedede; padding:5px 0;}
div.airNzManagementContainer select{width:175px; border:1px solid #ccc; line-height:25px; height:25px;}
div.airNzManagementContainer .firstNameDropDown{margin-left:152px;}
.errorMsg{background-color: #EDDEDE;
    border: 1px solid #B87A7A;
    color: #FF0000;
    display: block;
    float: left;
    min-height: 10px;
    margin: 5px 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;}
    
    .AirNZContentUl {
    float: left;
    line-height: 18px;
    list-style: outside none disc;
    margin-left: 10px;
    padding: 5px 10px;
    text-decoration:none !important;
}

div.StepInformation{float:left; width:100%;}
div.StepInformation span.StepNo h3{float:left; width:70px; color:#ff8500}
div.StepInformation span.StepTitle{float:left; width:auto; color:#133822;}

/*Register Myfarmlands*/
div.registerMyfarmlands{float:left; width:700px;}
div.registerMyfarmlands .label {width: 150px;}    
div.registerMyfarmlands .label-long {width: 375px;}
div.registerMyfarmlands .label-long span{float:left;}
div.registerMyfarmlands .label,.label-long, .input {float:left;line-height: 28px;}
div.registerMyfarmlands .username-label {font-weight: bold; }
div.registerMyfarmlands .submit-validation {float:right;}
div.registerMyfarmlands .label label{float:left;}
div.registerMyfarmlands .row { float:left; width:100%; padding:5px 0px; }
div.registerMyfarmlands .row input[Type=text]{width:350px; border:1px solid #b6b6b6;height:25px; line-height:25px;padding:0 5px;}
div.registerMyfarmlands .row .input-date{width:70px !important;}
div.registerMyfarmlands .row input[type="password"] {width:350px; border:1px solid #b6b6b6;height:25px; line-height:25px;padding:0 5px;}
div.registerMyfarmlands .row span.validator{float:left; padding:0 5px 0px 0px; line-height:28px;color:#ff0000;}
div.registerMyfarmlands .row input.button{width:100px; height:30px; line-height:25px;}
a.validateformButton{float: left;height: 25px;line-height: 25px;padding: 0px 15px;margin: 5px 0px;}
div.registerMyfarmlands div.row span.styled-select {background: url("/Design/images/CRTImages/dropdown-arrow.png") no-repeat scroll 330px center #FFFFFF; border: 1px solid #ccc;float: left;height: 25px;overflow: hidden; width: 360px; margin-bottom:0px !important;}
div.registerMyfarmlands div.row span.styled-select select {background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border: 0 none; border-radius: 2px;color: #858585; font-size: 0.857em; height: 25px;line-height: 1; padding: 5px; width: 385px;}
div.registerMyfarmlands h3{float:left; width:97%; padding:5px; background-color:#dedede;}

div.registerMyfarmlands div.headrRow{float:left; width:100%; border:1px solid #ccc; background-color:#e4e4e4;padding:5px 10px; width:490px;}
div.registerMyfarmlands div.headrRow span{float:left;}


.greyPanel{float:left; width:100%; background-color:#e4e4e4; border:1px solid #ccc; margin:5px 0;}
.greyButton{background-color:#ccc;}
.greyButton:hover{background-color:#ccc; cursor:default;}

a.hint{float:left;width:10px; font-weight:bold;}
a.hint div.hintText{display:none; float:left; width:280px; color:#000; background-color:#fff; border:1px solid #ccc; padding:5px; position:absolute; }
a.hint:hover div.hintText{display:block;}
a.hint:hover div.hintText p{float:left; width:100%;}

div.AuthCodeVerificationMessage strong{font-weight:bold;}
div.AuthCodeVerificationMessage ul{float:left; width:100%;}
div.AuthCodeVerificationMessage ul li{float:left; width:100%; list-style: outside none disc;margin: 5px 20px;}

.modal-inner-wrapper
{
} 
.confirm-inner-wrapper{}
.modal-inner-wrapper .content
{ 
    width:580px; 
   /* height:645px; */
    background-color:#fff; 
    border: solid 2px #999999;
    z-index:9999;
    float:right; 
}
.modal-inner-wrapper .content .close
{
    float:right;
    width: 40px;
} 

.modal-inner-wrapper .content .close a {
    background: url("/Design/images/CRTImages/Closeicon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    float: right;
    height: 25px;
    width: 25px;
}

.modal-inner-wrapper .content .body
{ 
	/*float: left;*/
    overflow: auto;
    padding: 10px;
}
.rounded-corners
{
    /*FOR OTHER MAJOR BROWSERS*/-moz-border-radius: 2px;
     -webkit-border-radius: 2px; 
    -khtml-border-radius: 2px;
    border-radius: 2px;
    /*FOR IE*/
    behavior: url(border-radius.htc);
}
.rel 
{
    position: relative;
    z-index: inherit;
    zoom: 1; /* For IE6 */
} 
.modal-bg
{
    background-color:Gray;
    filter:alpha(opacity=50); 
    opacity:0.6;
    z-index:999;
} 
.modal
{
    position:absolute;
}

.AirNzFarmlandsLogo
{
    background: url("/Design/images/CRTImages/airNz.png")  no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size:contain;
    float: right;
    height:80px;
    width:260px;
}

.AirDollarIcon
{
    background: url("/Design/images/CRTImages/AirNZDollar.png")  no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size:contain;
    display: inline-block;
    height:15px;
    width:15px;
    vertical-align: middle;
}

#FarmlandsFooterAppDetails{background-color: #808080;color: #fff;height: 70px;width: 100%;overflow: hidden; position: relative;border-top: 2px solid #ff8500;}
#FarmlandsFooterAppDetails div.section-container{height: 70px;overflow: hidden;}
#FarmlandsFooterAppDetails div.section-container div.leftContent{float:left;}
#FarmlandsFooterAppDetails div.section-container div.leftContent div.ImageWrapper{float:left;}
#FarmlandsFooterAppDetails div.section-container div.leftContent div.ImageWrapper a{cursor:pointer; float:left; height:50px; width:50px; margin:10px 10px 10px 0px; /*background: url("/Design/images/CRTImages/Welcome.png");*/ background-position:0px 0px; background-repeat:no-repeat; background-color: #808080; }
#FarmlandsFooterAppDetails div.section-container div.leftContent div.ImageWrapper a.imgMainDownload:hover{background-position: 0px -50px !important;}
#FarmlandsFooterAppDetails div.section-container div.leftContent div.ContentSection{float:left; max-width:395px;}
#FarmlandsFooterAppDetails div.section-container div.leftContent div.ContentSection a{padding: 2px 0;float: left; width: 100%;color: #fff; text-decoration:none; cursor:pointer;}
#FarmlandsFooterAppDetails div.section-container div.leftContent div.ContentSection a:hover{padding: 2px 0;float: left; width: 100%; color: #ff8500; text-decoration:none;}
#FarmlandsFooterAppDetails div.section-container div.leftContent div.ContentSection a.mainDownload{}
#FarmlandsFooterAppDetails div.section-container div.leftContent div.ContentSection div.OtherLinks{float:left; width:100%;}
#FarmlandsFooterAppDetails div.section-container div.leftContent div.ContentSection div.OtherLinks span.sideArrow{float:left; line-height:22px; padding:0 5px;}
#FarmlandsFooterAppDetails div.section-container div.leftContent div.ContentSection div.OtherLinks span{float:left;}
#FarmlandsFooterAppDetails div.section-container div.leftContent div.ContentSection div.OtherLinks p{float:left; line-height:18px; width:auto !important;}
#FarmlandsFooterAppDetails div.section-container div.leftContent div.ContentSection div.OtherLinks p a{float:left; width:auto !important; padding:0px;}
#FarmlandsFooterAppDetails div.section-container div.RightContent{float:right;}
#FarmlandsFooterAppDetails div.section-container div.RightContent a{float:left;}
#FarmlandsFooterAppDetails div.section-container div.RightContent div.appIcon{float:left;}
#FarmlandsFooterAppDetails div.section-container div.RightContent div.appIcon a{float:left; cursor:pointer; float:left; height:40px; width:153px; margin:15px 0px 15px 15px; /*background: url("/Design/images/CRTImages/WindowsStore.png"); */background-position:0px 0px; background-repeat:no-repeat; background-color: #808080; }
#FarmlandsFooterAppDetails div.section-container div.RightContent div.appIcon a.imgAppStoreLink:hover{background-position:0px -40px !important; } 
#FarmlandsFooterAppDetails div.section-container div.RightContent div.appIcon a.imgGooglePlayLink:hover{background-position:0px -40px !important; } 
#FarmlandsFooterAppDetails div.section-container div.RightContent div.appIcon a.imgWindowsStoreLink:hover{background-position:0px -40px !important; } 

a.LinkInOrangeBackground{color:#fff; text-decoration:none; cursor:pointer;}
a.LinkInOrangeBackground:hover{color:#133822; text-decoration:none; cursor:pointer;}

a.LinkInWhiteBackground{color:#4D4D4D; text-decoration:none; cursor:pointer;}
a.LinkInWhiteBackground:hover{color:#ff8500; text-decoration:none; cursor:pointer;}

/*Card details Panel Css - Amila*/
.validatorSpan {color: #ff0000;line-height: 30px;height: 30px;padding: 0 2px;}
div.cardholdersummaryText{float:left; width:100%;}
div#CardAccordionPanel{float:left;}
div#CardAccordionPanel a.accordionHeaderLink{color:#133822 !important;}
div#CardAccordionPanel a.accordionHeaderLink:hover{color:#ff8500 !important;}
div#CardAccordionPanel .ui-widget-content {border: 1px solid #ccc;background: #ededed;color: #666666;}
div#CardAccordionPanel .ui-state-active, .ui-widget-content .ui-state-active{border: 1px solid #ccc;background: #dedede}
div#CardAccordionPanel .ui-state-default, .ui-widget-content .ui-state-default{border: 1px solid #ccc;background: #dedede}
div#CardAccordionPanel .ui-accordion .ui-accordion-header{margin-top:10px !important;}    

div#CardAccordionPanel div.row{} 
div#CardAccordionPanel div.cardDetails {font-family:"helvetica", "arial", "verdana", "sans-serif"; font-size:12px;}
div#CardAccordionPanel div.cardDetails div.section{float:left; width:100%; margin-bottom:10px;}
div#CardAccordionPanel div.cardDetails div.section h3.cardDetailsh3{ color:#133822; font-size:14px;width:100%; border-bottom:2px solid #ccc; padding:5px 0; margin-bottom:10px;}
div#CardAccordionPanel div.cardDetails div.section div.passwordpanel{float:left; width:100%;}
div#CardAccordionPanel div.cardDetails div.section div.passwordpanel div.left{float:left; width:75%}
div#CardAccordionPanel div.cardDetails div.section div.passwordpanel div.left div.lblTitle{float:left; width:30%;}
div#CardAccordionPanel div.cardDetails div.section div.passwordpanel div.left div.formCtrl{float:left; width:70%;}
div#CardAccordionPanel div.cardDetails div.section div.passwordpanel div.left input[type=password]{float:left; border:1px solid #a9a9a9 !important;height: 30px !important; width:320px; margin:0px;}
div#CardAccordionPanel div.cardDetails div.section div.passwordpanel div.right{float:left; width:24%; padding:15px 0px;}
                     
div#CardAccordionPanel div.cardDetails div.section div.sectionRow{float:left; width:100%; padding:5px 0;}
div#CardAccordionPanel div.cardDetails div.section div.sectionRow div.chkContainer{float:left; width:100%;}
div#CardAccordionPanel div.cardDetails div.section div.sectionRow div.lblTitle{float:left; width:23%;}
div#CardAccordionPanel div.cardDetails div.section div.sectionRow span.required{float:left; width:1%;}
div#CardAccordionPanel div.cardDetails div.section div.sectionRow div.formCtrl{float:left; width:76%;}
div#CardAccordionPanel div.cardDetails div.section div.sectionRow div.formCtrl input[type=text],input[type=password]{float:left; border:1px solid #a9a9a9 !important;height: 30px !important;
    line-height: 30px;
    margin-right: 15px;
    padding: 0 5px !important;
    width: 425px;}
div#CardAccordionPanel div.cardDetails div.section div.leftPanel{float:left;width:70%; line-height:25px;}
div#CardAccordionPanel div.cardDetails div.section div.leftPanel a{float:left;}
div#CardAccordionPanel div.cardDetails div.section div.rightPanel{float:right; width:30%; text-align:right;}
div#CardAccordionPanel div.cardDetails div.buttonPanel{float:left;border-top: 2px solid #ccc;border-bottom: 0px solid #ccc;padding: 10px 0px;}
div#CardAccordionPanel div.cardDetails div.buttonPanelUpdate{float:left;border-top: 2px solid #ccc;padding: 10px 0px 0px 0px;margin-bottom: 0px;}
div#CardAccordionPanel div.cardDetails div.errorPanel{display:none;}
.mgnLeft{margin-left:-3px;}
/*---*/

/*css by zahid*/

span.lbltxt
{
    width:auto;
    line-height:30px;
    margin-left:80px;
}        


.RadioButtonList1
{
    float:left;
}
.RadioButtonList1 input
{
    float:right;
}

.optCheck
{
    float:right; margin-right:20px; margin-top:5px;
}


.row span
{
    float:left;    
}

.row span.label
{
    width:160px;    
}

.row span input[type="text"]
{
    width:320px;    
}

.validatorSpan
{
    color:#ff0000; line-height:30px; height:30px; padding:0 2px;
}

div.row span.validation {
    float: left;
    margin-left: 150px;
    padding: 5px 0;
}

.stepInfo{background: none repeat scroll 0 0 #dedede;
    color: #000;
    font-weight: bold;
    padding: 0 10px;
    width: 465px;}
    
.submitRequest
{
    float:right;
    margin-right:215px;
    width: 207px;
    height: 30px;
    line-height: 25px;
}

.buttonsubmit
{
    float:right;
    padding-top:9px;
    height:58px;
}

.emailvalidation
{
    margin-left:-54px;      
}

.validemailvalidation
{
    margin-left:40px;
}

.lblheading
{
    font-weight: bold;
}

.checkboxsettings
{
    padding-left: 87px;
}

.registerbuttonwidth
{
    width: 160px !important;
    margin-right: 188px;
}

.emaildescription
{
    width: 160px;
    font-size: 11px;
    line-height: 15px;
    margin-left: 520px;
    margin-top: -30px;
}

.radiobuttons
{
    float:right;
    margin-right:18px;
}
div.headerRow {
    background-color: #e7dfde;
    padding: 10px;
}
span.lblText {
    float: left;
    width: 208px;
}
span.lblVal {
    float: left;
    width: 200px;
}
.bodyRow {
        float: left;
    width: 98%;
    padding: 10px 0px;
}
div.poliitemRow{float: left;
    width: 95%;
    padding: 5px;}
    
    
    .mypointsLabel{    width: 115px !important;}
    .ViewCartSpan {width: 80px !important;}