@import url(../common.css);

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #ef4035;
	text-decoration: underline;		
}

a:hover, a:active {
	color: #f16a60;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	margin: 10px 0;
	width: 400px;
}

.emailform .formfieldlabel {
	font-weight: normal;
	padding: 0 8px 15px 0;
	width: 172px;
	text-align: right;
}

.emailform .formfielddescr {
	color: #666;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

.emailform .formfieldtext,
.emailform .formfieldarea,
.emailform .formfieldlist,
.emailform .formfieldselect,
.emailform .formfieldoption,
.emailform .formfieldfile,
.emailform .formfieldbutton {
	width: 210px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 80px;
	width: 180px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.emailform .formfieldtext input {
	width: 180px;	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formfieldlistitem {
	padding: 0 0 0 20px;
}

.emailform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.emailform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.formfieldlistitem input {
	margin: 0 0 0 -20px;
}

.emailform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.emailform .formfieldmandatory .formfieldtext,
.emailform .formfieldmandatory .formfieldarea,
.emailform .formfieldmandatory .formfieldlist,
.emailform .formfieldmandatory .formfieldselect,
.emailform .formfieldmandatory .formfieldfile,
.emailform .formfieldmandatory .formfieldoption {
	background: url(../../graphics/cox/system/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	font-size: 17px;
	font-weight: bold;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	font-weight: normal;	
}

/*-- form divider line --*/
.emailform .formfieldseparator div {
	margin: 0 0 15px 0;
	height: 1px;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	font-size: 0;
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
	margin: 0 5px;
}

/*----- login box styles -----*/
.loginbox,
.logintable {
	margin: 10px 0;
}

.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color: #B00;
	font-weight: bold;
	margin-bottom: 2px;
}

.loginbox .formfieldtext,
.logintable .formfieldtext {
	margin: 0 5px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 11px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

/* --------- navigation styles --------- */
/* ---- nav style 0 (flowing text - footer nav) ---- */
.navi0 {
	/* common font face, size, formatting */
	padding: 3px 0 0 0;
	color: #FFF;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	display: inline;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: none;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
}

/* ---- nav style 1 (flowing text - main nav) ---- */
.navi1 {
	/* common font face, size, formatting */
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 851px;
	height: 36px;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: #231f20;
}

.navi1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi1 li {
	display: block;
	float: left;
}

.navi1divider {
	position: absolute;
	margin: 0 0 0 -1px;
	width: 1px;
	height: 31px;
	font-size: 1px;
	line-height: 1px;
	background: url(../../graphics/cox/system/cox_mainnav_divider.gif) no-repeat left top;
}

.navi1 a {
	display: block;
	padding: 8px 43px 0 42px;
	height: 28px;
	white-space: nowrap;
	width: 20px;
}

html>body .navi1 a {
	width: auto;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #231f20;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #ef4035;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #808285;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #808285;
}

/* ---- nav style 5 (Drop Down Menu, Lv 1) ---- */
.navi5 {
	position: absolute;
	z-index: 100;
	display: none;
	margin: 1px 0 0 -1px;
	padding: 6px 10px;
	border: 1px solid #FFF;
	border-top: none;
	width: 164px;
	font-size: 13px;
	color: #FFF;
	background: #231f20;
}

.navi1 .navi5 ul {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	list-style: none;
}

.navi1 .navi5 ul li {
	position: relative;
	list-style: none;
	clear: both;
	display: block;
	margin: 0;
	padding: 2px 0;
	background: none;
}

html>body .navi5 ul li {
	height: auto;
}

.navi1 .navi5 ul li a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	width: 164px;
	white-space: normal;
	clear: both;
	float: none;
}

* html .navi1 .navi5 ul li a {
	display: inline-block;
	height: auto;
}

html>body .navi5 ul li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.navi5 {
	top: auto;
}
/* end Mac IE 5 hack */

.navi5 a:link, .navi5 a:visited {
/* normal link: colour, style */
	position: relative;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navi5 a:hover, .navi5 a:active {
/* normal link rollover: colour, style */
	color: #ef4035;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.navc5 a:link, .navc5 a:visited {
/* normal link: colour, style */
	color: #ef4035;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.navc5 a:hover, .navc5 a:active {
/* normal link rollover: colour, style */
	color: #ef4035;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

/* ---- nav style 2 (vertical text - subnav 1) ---- */
.navi2 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.navi2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi2 li {
	display: block;
	padding: 3px 0;
}

.navi2 a {
	display: block;
	padding: 0 0 0 14px;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: url(../../graphics/cox/system/cox_subnav1_normal.gif) no-repeat 0 2px;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
	background: url(../../graphics/cox/system/cox_subnav1_normal.gif) no-repeat 0 2px;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: url(../../graphics/cox/system/cox_subnav1_current.gif) no-repeat 0 4px;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	background: url(../../graphics/cox/system/cox_subnav1_current.gif) no-repeat 0 4px;
}

li.navh2 {
	/* header text */
	padding: 0 0 10px 13px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #FFF;
	color: #ef4135;
	font-size: 12px;
	font-weight: bold;
	background: url(../../graphics/cox/system/cox_home_featurepara_titlebg.gif) no-repeat 0 2px;
}

/* ---- nav style 3 (vertical text - subnav 2) ---- */
.navi3 {
	/* common font face, size, formatting */
	padding: 5px 0 10px 38px;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi3 li {
	display: block;
	padding: 2px 0;
}

.navi3 a {
	display: block;
	padding: 0;
}

.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
	color: #f16a60;
	text-decoration: none;
	background: none;
}

.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
	color: #f16a60;
	text-decoration: underline;
	background: none;
}

.navc3 a:link, .navc3 a:visited {
	/* current link: colour, style */
	color: #f16a60;
	text-decoration: underline;
	background: none;
}

.navc3 a:hover, .navc3 a:active {
	/* current link rollover: colour, style */
	color: #f16a60;
	text-decoration: underline;
	background: none;
}

/* ---- nav style 4 (flowing text - quicklinks nav) ---- */
.navi4 {
	/* common font face, size, formatting */
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 852px;
	height: 61px;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

.navi4 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi4 li {
	display: block;
	float: left;
}

.navi4 li.findadealer a {
	display: block;
	padding: 19px 20px 0 75px;
	border-right: 1px solid #FFF; 
	width: 189px;
	height: 42px;
}

.navi4 li.findadealer a:link, .navi4 li.findadealer a:visited {
	color: #FFF;
	text-decoration: none;
	background: url(../../graphics/cox/system/cox_findadealer_normal.gif) no-repeat left top;
}

.navi4 li.findadealer a:hover, .navi4 li.findadealer a:active {
	color: #FFF;
	text-decoration: none;
	background: url(../../graphics/cox/system/cox_findadealer_rollover.gif) no-repeat left top;
}

.navc4 li.findadealer a:link, .navc4 li.findadealer a:visited,
.navc4 li.findadealer a:hover, .navc4 li.findadealer a:active {
	color: #FFF;
	text-decoration: none;
	background: url(../../graphics/cox/system/cox_findadealer_normal.gif) no-repeat left top;
}

.navi4 li.mowermatch a {
	display: block;
	padding: 19px 20px 0 79px;
	border-right: 1px solid #FFF;
	width: 184px;
	height: 42px;
}

.navi4 li.mowermatch a:link, .navi4 li.mowermatch a:visited {
	color: #FFF;
	text-decoration: none;
	background: #414142 url(../../graphics/cox/system/cox_quicklinks_normal.gif) no-repeat 60px 22px;
}

.navi4 li.mowermatch a:hover, .navi4 li.mowermatch a:active {
	color: #FFF;
	text-decoration: none;
	background: #ef4035 url(../../graphics/cox/system/cox_quicklinks_rollover.gif) no-repeat 60px 22px;
}

.navc4 li.mowermatch a:link, .navc4 li.mowermatch a:visited,
.navc4 li.mowermatch a:hover, .navc4 li.mowermatch a:active {
	color: #FFF;
	text-decoration: none;
	background: #414142 url(../../graphics/cox/system/cox_quicklinks_normal.gif) no-repeat 60px 22px;
}

.navi4 li.watchcommercials a {
	display: block;
	padding: 10px 74px 0 71px;
	border-right: none;
	width: 138px;
	height: 51px;
}

.navi4 li.watchcommercials a:link, .navi4 li.watchcommercials a:visited {
	color: #FFF;
	text-decoration: none;
	background: #414142 url(../../graphics/cox/system/cox_quicklinks_normal.gif) no-repeat 52px 22px;
}

.navi4 li.watchcommercials a:hover, .navi4 li.watchcommercials a:active {
	color: #FFF;
	text-decoration: none;
	background: #ef4035 url(../../graphics/cox/system/cox_quicklinks_rollover.gif) no-repeat 52px 22px;
}

.navc4 li.watchcommercials a:link, .navc4 li.watchcommercials a:visited,
.navc4 li.watchcommercials a:hover, .navc4 li.watchcommercials a:active {
	color: #FFF;
	text-decoration: none;
	background: #414142 url(../../graphics/cox/system/cox_quicklinks_normal.gif) no-repeat 52px 22px;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	color: #ef4135;
	font-size: 20px;
	margin: 0;
	padding: 0 0 12px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	font-size: 17px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 14px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
}

.t3 a:link, .t3 a:visited {
	font-weight: normal;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 10px;
}

.t4 a:link, .t4 a:visited {
}

.t4 a:hover, .t4 a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------- custom style settings --------- */


/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #94c6e9 url(../../graphics/cox/system/cox_pagebg_grass_r1.jpg) repeat-x center bottom;
}

#clouds {
	width: 100%;
	background: url(../../graphics/cox/system/cox_pagebg_sky.jpg) no-repeat center top;
}

#toplevel {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 853px;
	text-align: left;
}

#headerlogo {
	float: left;
	padding: 10px 0 6px 0;
}

#headerflag {
	float: right;
	padding: 13px 0 0 0;
}

#header {
	clear: both;
	border: 1px solid #FFF;
	width: 851px;
	height: 167px;
	background: #ef4035 url(../../graphics/cox/system/cox_header_red.jpg) no-repeat left top;
}

#homelink {
	position: absolute;
	margin: -1px 0 0 -36px;
	border: 1px solid #FFF;
	border-right: none;
	width: 35px;
	height: 36px;
	background: #231f20;
}

#main {
	clear:both;
	float: none;
	width: 853px;
	background: #FFF url(../../graphics/cox/system/cox_mainbg.gif) repeat-y left top;
}

#column1 {
	padding: 10px 10px 10px 12px;
	width: 262px
}

#column2 {
	padding: 20px 27px 22px 27px;
	width: 515px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#footer {
	padding: 0 0 10px 0;
}

#footerdeco {
	border: 1px solid #FFF;
	padding: 0 0 0 12px;
	width: 839px;
	height: 50px;
	background: #414142;
}

#footertagline {
	float: left;
	padding: 16px 0 0 0;
	font-size: 0;
	line-height: 0;
}

#footerlogo {
	float: right;
	font-size: 0;
	line-height: 0;
}

/* --- product search --- */
.productdividerline,
.productdividerlinesearchend {
	clear: both;
	float: none;
	margin: 11px 0 12px 0;
	height: 1px;
	border-bottom: 1px solid #ef4135;
	line-height: 1px;
	font-size: 1px;
}

.productdividerlinesearchend {
	position: relative;
	margin: 0 0 12px 0;
	border: none;
	border-top: 1px solid #ef4135;
}

.productsearchform {
	width: 515px;
}

.productsearchform .productsearch {
	width: 515px;
}

.productsearchform span {
	font-weight: bold;
}

.productsearchform .productsearch .landsize {
	padding: 6px 11px 0 0;
	width: 161px;
}

.productsearchform .productsearch .grasstype {
	padding: 6px 11px 0 0;
	width: 161px;
}

.productsearchform .productsearch .budget {
	padding: 6px 0 0 0;
	width: 171px;
}

.productsearchform .productsearch .landsize select,
.productsearchform .productsearch .grasstype select,
.productsearchform .productsearch .budget select{
	width: 160px;
}

.productsearchform .formfieldbuttonimage {
	float: right;
	padding: 16px 0 0 0;
	line-height: 1px;
	font-size: 1px;
}

/* --- product listing --- */
.productresults td {
	padding: 0 0 12px 0;
}

.productimage {
	padding: 0 10px 0 0;
	width: 93px;
}

.productdescrshort {
	padding: 0 10px 0 0;
	width: 198px;
}

.productdescrshort span {
	display: block;
	padding: 0 0 3px 0;
	font-weight: bold;
}

.productdescrlong {
	width: 204px;
}

.productdescrlong span {
	display: block;
	padding: 0 0 3px 0;
	font-weight: bold;
}

.productdescrlong ul.list1 {
	list-style-image: url(../../graphics/cox/system/cox_productdescr_bullet.gif);
	position: relative;
	z-index: 0;
	left: 1.7em; /* (1.2em + X) */
	margin: 0 1.7em 0 -1.7em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 5px 0;
}

.productdescrlong ul.list1 li {
	margin: 0 0 0 1.7em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html .productdescrlong ul.list1 {
	left: 0;
	margin: 0;
	height: 0;
}

/* DEALER DIRECTORY LISTING */

.dealer-list {
	width: 100%;
}

.dl-divider {
	height: 15px;
	line-height: 0;
	font-size: 0;
	border-bottom: 1px solid #ef4135;
}

.dl-name {
	padding: 15px 5px 0 5px;
}

.dl-address {
	padding: 0 5px 15px 5px;
}

.dl-email,
.dl-phone,
.dl-fax,
.dl-web {
	padding: 0 5px;
	width: 5em;
}


