/*      Seven Seas Seating      */
/* Thursday - November 18, 2004 */


body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input, select
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	}

body 	{
	color: #000000;
	background-color: #FFFFFF;
	/* background-image: url("../images/background.gif"); */
	/* background-repeat: repeat; */
	/* background-attachment: fixed; */
	margin-top:0px;
	margin-left:10px;
	margin-right:0px;
	margin-bottom:0px;
	}

hr	{
	color: #60778B;
	}

fieldset
	{
	background-color: #EEEEEE;
	}

input, select
	{
	text-transform: capitalize;
	background-color: #EEEEEE;
	}

input.lowercase
	{
	text-transform: lowercase;
	background-color: #EEEEEE;
	}

input.uppercase
	{
	text-transform: uppercase;
	background-color: #EEEEEE;
	}

table.white {background-color: #FFFFFF}


/* Link properties MUST be in this order to work properly!!! */
a:link		{color: #3E5A7D; text-decoration: none}
a:visited	{color: #999999; text-decoration: none}
a:hover 	{color: #0000CC; text-decoration: none}
a:active	{color: #F8F8F8; text-decoration: none}


a.red:link	{color: #AD1410; text-decoration: none}
a.red:visited	{color:#8F1410; text-decoration: none}
a.red:hover	{color:#D61410; text-decoration: none}
a.red:active	{color:#D61410; text-decoration: none}


.sm-bluetext
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #60778B;
	}

.sm-blacktext
	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	}

.bottomborder
	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABABAB
	}

.bottomrightborder
	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABABAB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ABABAB;
	}

.header
	{
	font-weight: bold;
	background-color: #DDDDDD;
	}

.header0
	{
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #DDDDDD;
	}

.header1
	{
	font-size: 10pt;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #DDDDDD;
	}

.bluetitle
	{
	font-size: 10pt;
	font-weight: bold;
	color: #006699
	}
	
.bg-blue	
	{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699
	}

.bg-gray
	{
	background-color: #DDDDDD;
	}

.boldred
	{
	font-weight: bold;
	color: #FF0000
	}

.alert
	{
	color: #FF0000	
	}

.motd
	{
	font-weight: bold;
	color: #006699;
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
	background-color: #DDDDDD;
	}

.productThumbArt
	{
	position: absolute;
	height: 140px;
	width: 190px;
	left: 310px;
	top: 160px;
	border: 1px solid #999999;
	padding: 4px;
	}