﻿/*-- Forms --*/
.button {
	background-color:#FFFFFF;
	color:#666666;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	word-spacing: normal;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

/*-- User menu bar --*/
ul#menubar {
	color: #fff;
}

ul#menubar a {
	background-color:#999999;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #D20524;
	color:#fff;
}	

ul#menubar a:hover, ul#menubar a.this {
	color: #FFFFFF;
	background-color:#D20524;
}

/*-- Menu --*/
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 00885b;
	background-color: 000000;
	text-align: right;
	text-indent: 12pt;
	height: 20px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 999999;
	vertical-align: middle;
}

/* set the colour here to override the legends in print4media forms */
.fieldsetheadline {
}


/*-- Styles for Hayward homepage : 2 columns with list of products in column 2 --*/

div.column1 {
    float:left;
    width:350px;
    margin-right:50px;
}
div.column2 {
    float:left;
    width:400px;
}

.hiproductrow td {
    padding-top:6px;
}    
.hiproductrow .name {
    font-size:14px;
    color:#c00;
    font-weight:bold;
} 
.productrow .name {
    padding-left:10px;
}    
tr.mouseover {
    background-color:#eee;
}
.cartsummary {
	color:#fff;
	font-weight:bold;
}

