/* CSS Document */

body{
	background-color:#CCCCCC;
	background-image:url(images/bkgr.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	line-height:1.7em;
	margin:0 0 0 .5em;
	font-weight: normal;
	}
	
/* =============================MAIN TEXT STYLES================================ */

p {
	margin-bottom:.5em;
	}

a {
	text-decoration:underline;
	color:#330066;
	}
	
a:hover{
	color:#990000;
	}
	
h1	{
	font-size: 1.6em;
	font-weight: bold;
	}
	
h2	{
	font-size:1.2em;
	line-height:1.4em;
	font-weight: bold;	
	}
	
h3	{
	font-size: 1.1em;
	font-style:italic;
	font-weight:normal;
	}
	
h4	{
	font-size: 1.2em;
	font-weight: bold;	
	}

ul {
	list-style-position: outside;
	list-style-image:url(images/bullet.gif);
	margin-top:-.6em;
	}
	
li{
	position: relative;
	left: 6px;
	line-height:1.6em;
	margin-bottom:.35em;
	margin-left:-2em;
	}		
	
.attribute{
	font-size:.9em;
	line-height: 1.25em;
	margin-top:-.7em;
	}
	
.priceSpecial{
	font-weight:bold;
	color:#990000;
	}
	
.productRightStayaway{
	margin-right:16px;
	}
	
.recommended	{
	font-size: 1.4em;
	font-weight: bold;
	font-style:italic;
	color:#339999;
	text-align:left;
	padding: 6px;
	border-top:dotted thin #339999;
	}
	
.legal{
	font-size:.7em;
	line-height:1.5em;
	}

/* =============================TOP NAV BAR================================ */

.topNavBar		{
	position:relative;
	width:100%;
	height:2em;
	border-bottom: 2px solid  #009933;
	border-top:2px solid #009933;
	background-color:#006666;
	}

.topNavBar a {
	font: bold 10.5px Verdana, Arial, Helvetica, sans-serif;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#fff;
	padding: 0.6em 1.2em;
	border-left: solid 1px  #009933;
	}

.topNavBar a:hover {
	background-color:#6600CC;
	}
	
.topNavBar a:active{
	background-color:#990000;}
	
.topNavBarSP{
	position:relative;
	text-decoration:none;
	background-color: #075259;
	}
	
.topNavBarSP a:hover{
	background-color:#6600CC;
	}

/* =============================GEOMETRY================================ */

.header{
	width:100%;
	height:120px;
	background-color: #006666;
	background-image:url(images/header-bkgr.gif)	
	}

.mainContainer{
	position:absolute;
	width:95%;
	margin: 24px;
	border: 3px solid  #99cccc;
	background-image:url(images/swish-bkgr.jpg);
	background-position:center;
	background-color:#FFF;
	}
	
.mainContent{
	position: relative;
	margin: 36px;
	}

.rightContent{
	position: relative;
	clear: right;
	float:right;
	width: 25%;
	margin-left: 36px;
	margin-bottom:18px;
	background-color: #EDFEF4;
	padding: 12px;
	border:dotted thin #339999;
	}
	
.rightSpecial{
	position: relative;
	clear: right;
	float:right;
	width: 25%;
	margin-left: 36px;
	margin-bottom:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	line-height:1.5em;
	font-weight:bold;
	color:#330066;
	background-color: #B7C1FF;
	padding: 12px;
	border:dotted thin #330066;
	}

.prodPhoto{
	position:relative;
	clear:right;
	float:left;
	margin-right: 42px;
	margin-bottom: 42px;
	}

.prodContent{
	position: relative;
	}
	
.bottomContent{
	position: relative;
	clear: both;
	width:100%;
	margin-bottom:-12px;
	}
	
#zebratable table{
	width:100%;
	background-color:#E2FFE8;
	}	
	
#zebratable tbody td{
	vertical-align:middle;
	padding:12px;
	}
	
#zebratable tbody tr.evenrow{
	background: #E2FFE8;
	}

#zebratable tbody tr.oddrow{
	background: #E7FFEF;
	}
	
#zebratable thead td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	background-color: #006666;
	color:#fff;
	vertical-align:middle;
	text-align:center;
	padding:8px;
	}	

	
.rightpix {
	margin-top:0;
	margin-bottom:6px;
	margin-left:12px;
	float:right;
	}

.tableHeader{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	background-color: #330066;
	color:#fff;
	vertical-align:middle;
	text-align:left;
	padding:8px;
	}	
	
.breadcrumb{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	background-color: #EDFEF4;
	border-bottom:dotted thin #339999;
	border-top:dotted thin #339999;

	color:#000;
	vertical-align:middle;
	text-align:left;
	padding:1px;
	}
	
.breadcrumb a{
	text-decoration:none;
	}