/* ************************************************ List CSS Styling **************************************************/



.itemholder	{
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #EAEAEA;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #EAEAEA;
		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: #EAEAEA;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #EAEAEA;
		background-color: #FFFFFF;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		}

.boatname	{
		font-family: verdana,arial,helvetica,sans serif;
		font-size: 13px;
		color: #004992;
		font-weight: bold;
		line-height: 18px;
		}

.boatlength	{
		font-family: verdana,arial,helvetica,sans serif;
		font-size: 12px;
		color: #000000;
		line-height: 16px;
		}

.boatcost	{
		font-family: arial,verdana,helvetica,sans serif;
		font-size: 12px;
		color: red;
		font-weight: bold;
		line-height: 16px;
		}

.boatdesc	{
		font-family: verdana,arial,helvetica,sans serif;
		font-size: 11px;
		color: #000000;
		line-height: 16px;
		}

.boatdescname	{
		font-family: arial,verdana,helvetica,sans serif;
		font-size: 12px;
		color: #000000;
		font-weight: bold;
		line-height: 16px;
		}

.pagetab	{
		border-top-style: solid;
		border-top-width: 2px;
		border-top-color: #FFFFFF;
		border-bottom-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: #FFFFFF;
		}

/* Ed Page CSS Styling ***************************************************/

.section	{
		font-family: verdana,arial,helvetica,sans serif;
		font-size: 14px;
		color: #004992;
		font-weight: bold;
		line-height: 18px;
		}

.specs		{
		font-family: arial,verdana,helvetica,sans serif;
		font-size: 11px;
		color: #004992;
		font-weight: bold;
		line-height: 18px;
		padding-left: 5px;
		background-color: #F8F8F8;
		}

.specsdesc	{
		font-family: arial,verdana,helvetica,sans serif;
		font-size: 11px;
		color: #2D2D2D;
		font-weight: bold;
		line-height: 18px;
		background-color: #F4F4F4;
		}

.specsname	{
		font-family: arial,verdana,helvetica,sans serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		line-height: 18px;
		background-color: #004992;
		}