/* Set all margins to default zero */

* {
	margin: 0px;
}

p {
	margin-bottom: 10px;
}

ul {
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/shhh/layout/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/*
h1 {
	font-size: 24px;
	color: #1B1B1B;
	letter-spacing: -1px;
	line-height: 30px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align: middle;
	background-image: url(/shhh/layout/images/heading-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	border: 0px solid black;
}
*/
h1 {
	font-size: 24px;
	color: #5A8740;
	letter-spacing: -1px;
	line-height: 23px;
	padding-bottom: 20px;
	margin: 0px;
	/* padding-top: 6px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 20px;
	vertical-align: middle;
	background-image: url(/shhh/layout/images/heading-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px; */
	border: 0px solid black;
}
h2 {
	font-size: 24px;
	color: #5A8740;
	letter-spacing: -1px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	/* padding-top: 6px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 20px;
	vertical-align: middle;
	background-image: url(/shhh/layout/images/heading-bg.png);
	background-repeat: no-repeat;
	background-position: left top; 
	height: 75px; */
	border: 0px solid black;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: -1px;
	background-image: url(/shhh/layout/images/top-search-bg.png);
	height: 23px;
	width: 195px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
}

h4 {
	font-size: 20px;
	color: #1B1B1B;
	letter-spacing: -1px;
	margin-top: 5px;
	padding-top: 6px;
	padding-top: 15px;/*  */
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 40px;
	border: 0px solid black;
	text-align: center;
	vertical-align: middle;
	width: 80%;
	background-color: #C5C5C5;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	/* css for Safari and Chrome */
	-webkit-background-clip:border;
	-webkit-background-inline-policy:continuous;
	-webkit-background-origin:padding;
	-webkit-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomright:10px;
	-webkit-border-radius-topleft:10px;
	-webkit-border-radius-topright:10px;
	-x-system-font:none;

}

hr {
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
}
#wrapper {
	margin: auto;
	padding: 0px;
	width: 900px;
}
#header {
	float: left;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 90px;
}
#header img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu {
	float: right;
	width: 200px;
	margin-top: 70px;
}
#menu a {
	font-size: 14px;
	color: #252525;
	text-decoration: none;
	float: right;
	margin-left: 20px;
}
#menu a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 675px;
	margin-top: 0px;
	margin-right: 0px;

	margin-left: 0px;
	font-size: 14px;
	color: #333333;
	padding: 0px;
	padding-bottom: 50px;
}

#priceResults-left {
	float: left;
	width: 675px;
}

#searchbox {
	float: left;
	width: 880px;
	margin-top: 10px;
	background-image: url(/shhh/layout/images/search-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 10px;
}

#space {
	height: 15px;
}
#content a {
	text-decoration: none;
	color: #4D9D3A;
}
#content a:hover {
	text-decoration: underline;
}
#sub-menu img {

}

#content-left {
	float: left;
	width: 200px;
	margin-left: 25px;
	color: #333333;
}

#content-left img{
	margin-top: 5px;
	margin-bottom: 15px;
}

#content-right {
	float: right;
	width: 200px;
	margin-left: 25px;
	color: #333333;
}
#content-right a {
	color: #666666;
	text-decoration: none;
	width: 190px;
}

#Content-SubSection {
	width: 100%;
	/* height: 200px;
	position: relative; */
}

#Content-SubSection table {
	width: 100%;
	border: 0px;
	
}

#searchbox p {
	font-size: 12px;
	color: #666666;
}

#searchbox strong {
	font-size: 16px;
	letter-spacing: -1px;
	color: #252525;
}

#searchbox	select:focus {
		background-color: #ffffff;
		border: 1px solid #353535;
		color: #353535;
	}			

#searchbox	input:focus {
		background-color: #ffffff;
		border: 1px solid #353535;
		color: #353535;
	}			

#footerWrapper {
	/* background-color: #353535; */
	padding: 0px;
	width: 100%;
	height: 40px;
	margin: 0px;
	margin-top: 15px;
	float: left;
	bottom: 0px;
	/*position: absolute;*/
	margin: auto;
	padding: 0px;
}
#footer {
	width: 880px;
	color: #777777;
	font-size: 12px;
	height: 100%;
	padding: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
/*
*/
}
#sub-menu-right {
	float: right;
	width: 500px;
	text-align: right;
}
#sub-menu-left {
	float: left;
	width: 350px;
	text-align: left;
}

#footer a {
	font-size: 12px;
	color: #777777;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
#footer a:hover {
	color: #333333;
}


#footer img {
	margin-bottom: -12px;
}

#ProductSearchResults {
	background-image: url(/shhh/layout/images/results-heading-bg3.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	color: #333333;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	
}
/*
#ProductSearchResults a {
	text-decoration: none;
	color: #4D9D3A;
	font-weight: bold;
}
#ProductSearchResults a:hover {
	text-decoration: underline;
}
*/

#ProductSearchResults .heading {
	/*
	background-image: url(/shhh/layout/images/results-heading-bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;	
	*/
	color: #BBBBBB;
	
}

#ProductSearchResults th {
	padding-left: 2px;
	height: 40px;
	color: #BBBBBB;
	overflow: crop;
	
}

#ProductSearchResults td {
	padding-left: 2px;
}

#ProductSearchResults td a {
	text-decoration: none;
	/* color: #4D9D3A;
	color: #FFFFFF; */
	font-weight: normal;

}
#ProductSearchResults td a:hover {
	text-decoration: none;
	font-weight: normal;
	/* color: #FFFFFF; */
}


#ProductSearchResults .winner {
	
}

#ProductSearchResults button {
	-x-system-font:none;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	/* CSS for safari */
	-webkit-background-clip:border;
	-webkit-background-inline-policy:continuous;
	-webkit-background-origin:padding;
	-webkit-border-radius-bottomleft:2px;
	-webkit-border-radius-bottomright:2px;
	-webkit-border-radius-topleft:2px;
	-webkit-border-radius-topright:2px;
	color:#F5F5F5;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-top:0px;
	padding:0px;
	background-color: #404040;
	
}

#ProductSearchResults button:hover {
	color:#F5F5F5;
	background-color: #5FA529;
	cursor: pointer;
	
}

/*----- Product Searche Results ----- */
.product {
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.price {
	font-size: 14px;
	color: #333333;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.vessel {
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.productRow0 {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #F5F5F5;
	padding-right: 5px;
}

.productRow0 td {
	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
		
}

.productRow1 {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 5px;

}
.productRow1 td {
	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
		
}


/*----- Top Product Searches Right Column ----- */
.Uberrow1 {
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 195px;
	padding-right: 5px;
}
.Uberrow0 {
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 195px;
	background-color: #F5F5F5;
	padding-right: 5px;
}

#PagingBlock {
	float: right;
	font-size: 12px;
	
}

.CollapsyHeading {
	/* font-family: Myriad, Verdana, Arial, "Lucinda Console";
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;  */
	color: #666666;
	width: 100%;
	border: black solid 0px; 
	padding-top:10px; 
	text-align: left;
	display: inline;
	
}

.CollapsyBlock {
	display: none;
	width: 100%;
}
.CollapsyShow {
	display: block;
	
}

.CollapsyClicky {
	/* font-family: Myriad, Verdana, Arial, "Lucinda Console";
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal; */
	color: #666666;
	display: inline;
	
}

.CollapsyBorder {
	padding-top:1px; 
	width: 100%;
	border: black solid 0px; 
}


.displayPointer {
	cursor: pointer;
}


			#LabelWrapper {
				border: 0px solid black;
				float: left;
				padding-right: 10px;
				margin-top: 5px;
			}
			
			#LabelRow {
				border-bottom: 0px dashed #CCCCCC;
				height: 28px;
			}

			#LabelHeader {
				border: 0px solid red;
				height: 25px;
				padding-top: 10px;
				padding-bottom: 10px;
			}

			#ElementWrapper {
				border: 0px solid black;
				float: left;
				margin-top: 5px;
				width: 400px;
				align: left;
			}
			
			#ElementRow {
				border-bottom: 0px dashed #FFFFFF;
				height: 28px;
				align: left;
			}
			
			#ElementRow img {

				margin-bottom: -5px;
			}
			
			#ElementHeader {
				border: 0px solid green;
				height: 25px;
				padding-top: 10px;
				padding-bottom: 10px;
				font-size: 20px;
				font-weight: bold;
			}

			input {
				background-color: #F5F5F5;
				-moz-background-clip:border;
				-moz-background-inline-policy:continuous;
				-moz-background-origin:padding;
				-moz-border-radius-bottomleft:5px;
				-moz-border-radius-bottomright:5px;
				-moz-border-radius-topleft:5px;
				-moz-border-radius-topright:5px;
	/* CSS for safari */
	-webkit-background-clip:border;
	-webkit-background-inline-policy:continuous;
	-webkit-background-origin:padding;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
				-x-system-font:none;
				border:1px solid #C3C3C3;
				color:#333333;
				font-size-adjust:none;
				font-stretch:normal;
				font-style:normal;
				font-variant:normal;
				font-weight:normal;
				line-height:normal;
				padding:2px;
			}

			textarea {
				background-color: #F5F5F5;
				-moz-background-clip:border;
				-moz-background-inline-policy:continuous;
				-moz-background-origin:padding;
				-moz-border-radius-bottomleft:5px;
				-moz-border-radius-bottomright:5px;
				-moz-border-radius-topleft:5px;
				-moz-border-radius-topright:5px;
				-x-system-font:none;
	/* CSS for safari */
	-webkit-background-clip:border;
	-webkit-background-inline-policy:continuous;
	-webkit-background-origin:padding;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
				border:1px solid #C3C3C3;
				color:#333333;
				font-size-adjust:none;
				font-stretch:normal;
				font-style:normal;
				font-variant:normal;
				font-weight:normal;
				line-height:normal;
				padding:2px;
			}
			
			
			select {
				background-color: #F5F5F5;
				-moz-background-clip:border;
				-moz-background-inline-policy:continuous;
				-moz-background-origin:padding;
				-moz-border-radius-bottomleft:5px;
				-moz-border-radius-bottomright:5px;
				-moz-border-radius-topleft:5px;
				-moz-border-radius-topright:5px;
				-x-system-font:none;
	/* CSS for safari */
	-webkit-background-clip:border;
	-webkit-background-inline-policy:continuous;
	-webkit-background-origin:padding;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
				border:1px solid #C3C3C3;
				color:#333333;
				font-size-adjust:none;
				font-stretch:normal;
				font-style:normal;
				font-variant:normal;
				font-weight:normal;
				line-height:normal;
				padding:2px;
			}			

			select:focus {
				background-color: #404040;
				border: 1px solid #000000;
				color: #F5F5F5;
			}			

			input:focus {
				background-color: #404040;
				border: 1px solid #000000;
				color: #F5F5F5;
			}			

.ValueMissing {
			/*	background-color: red; */
				border: 1px dotted red;
			/*	color: #000000; */
}

#red {
	color: red;
}
		
button {
	-x-system-font:none;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	/* CSS for safari */
	-webkit-background-clip:border;
	-webkit-background-inline-policy:continuous;
	-webkit-background-origin:padding;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	color:#FFFFFF;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-top:5px;
	padding:3px;
	/* background-color: #404040; */
	background-color: #7A7A7C;
}

button:hover {
	color:#FFFFFF;
	background-color: #5FA529;
	cursor: pointer;
}

.ValidationMessage {
	color: red;
	font-size: 16px;
	font-weight: bold;
}

#hundredPercentWide {
	width: 100%;
}

#hundredPercentWide select{
	width: 100%;
}

#hundredPercentWide input{
	width: 100%;
}

.RowNumber {
    /* font-size: 14px; */
    color: #333333;
    /* background-color: #F5F5F5; */
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
}

ol.lower-alpha {
	list-style-type:lower-alpha;
}
ol.lower-roman {
	list-style-type:lower-roman;
}

.clickablePrice {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.clickablePrice a {
	text-decoration: none;
	color: #4D9D3A;
	font-weight: bold;
	text-align: center;
}

.buttonPrice1 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	*/
	border-width: 1px;
	border-style: outset;
	border-bottom-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #F5F5F5;
}

.buttonPrice0 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	*/
	border-width: 1px;
	border-style: outset;
	border-bottom-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #E6E6E6;
}

.buttonPrice0:hover {
	border-width: 1px;
	border-style: inset;
	border-bottom-color: #DDDDDD;
	background-color: #C8C8C8;
}

.buttonPrice1:hover {
	border-width: 1px;
	border-style: inset;
	border-bottom-color: #DDDDDD;
	background-color: #D7D7D7;
}



.noPrice {
	font-size: 14px;
	color: #333333;
	/* */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;

}

.noPrice img {
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
}

.fadeout {
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	cursor: default;
	
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */

}

#PagingBlock {
	border: 0px solid red;
	width: 100%;
	text-align: right;
}

#PagingBlock a {
	/* color: #FFFFFF; */
}

#PagingBlock a:hover {
	text-decoration: none;
}

#pgElement {
}

#pgElement a {
	color: #000000;
}
#pgElement_active {
}


#pgElement_active a {
	color: #FFFFFF;
}

a.btnPager {
	background-image: url(/shhh/layout/images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	font-size:10px !important;
	height:auto;
	padding:2px 4px;
	border:1px solid #928E8B;
	color:#000000;	
}

a.btnPager:hover {
	border:1px solid #333333;
}

span.btnPager_active {
	background-image: url(/shhh/layout/images/button_bg_active.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	font-size:10px !important;
	height:auto;
	padding:2px 4px;
	border:1px solid #928E8B;
	color:#FFFFFF;	
	cursor: default;
}

a.btnPager_active:hover {
	border:1px solid #333333;
}

#pgeResultSummary {
	float: left;
	text-align: left;
}



/* ================================================= */

#PriceSearchResults {
	background-image: url(/shhh/layout/images/results-heading-bg4.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	color: #333333;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	
}

#PriceSearchResults .heading {
	color: #BBBBBB;
}

#PriceSearchResults th {
	padding-left: 2px;
	height: 25px;
	color: #e5e5e5;
}

#PriceSearchResults td {
	padding-left: 2px;
}

#PriceSearchResults td a {
	text-decoration: none;
	font-weight: normal;

}
#PriceSearchResults td a:hover {
	text-decoration: none;
	font-weight: normal;
}

#survey {
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
}

#myAccount_Nav {
	margin-bottom: 20px;
}

#PostMessageFail {
	width: 100%;
	background-color: #ffb7b7;
	color: #c10000;
	padding: 5px;
}

#PostMessageSuccess {
	width: 100%;
	background-color: #87fe7a;
	color: #15bf02;
	padding: 5px;
}

/* ================================================= */

#MyAccountContainer table {
	font-size: 14px;
	color: #333333;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	
}

#MyAccountContainer th {
	padding-left: 0px;
	height: 25px;
	color: #e5e5e5;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	background-color: #404040;

}

#MyAccountContainer .sectionHeading {
	padding-left: 0px;
	width: 100%;
	height: 25px;
	color: #e5e5e5;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	background-color: #404040;

}

#MyAccountContainer td {
	padding-left: 2px;
}

#MyAccountContainer td a {
	text-decoration: none;
	font-weight: normal;

}
#MyAccountContainer td a:hover {
	text-decoration: none;
	font-weight: normal;
}

#MyAccountContainer .productRowClicky {
	background-color: #e2e2e2;