
p						{
						clear: both;
						}
						
ul 						{
						margin: 0 0 10px 10px;
						list-style-position: outside !important;
						}
						
#tabNav ul 				{
						list-style-type: none;
						margin: 0px;
						}
						

						
#tabNav ul li a			{
						margin: 0px;
						padding: 7px;
						background-image: url('../../images/tabs-off.png');
						background-repeat: repeat-x;
						border-width: 0px;
						border-color: red;
						border-style: solid;
						color: #ffffff;
						font-weight: bold;
						}
						
#tabNav ul li a:hover,
#tabNav ul li#first a,
#tabNav ul li.off a:hover	{
							background-image: url('../../images/tabs-on.jpg');
							}	
						
#tabNav ul li#first		{
						border-width: 1px 1px 0px 1px;
						}
						
#tabNav ul li.off a		{
						background-image: url('../../images/tabs-off.png');
						}
						
.infoBox				{
						display: none;
						}
						
ul.left					{
						float: left;
						width: 50%;
						margin-right: 20px;
						}	
						
ul.noIcon				{
						list-style-type: none;
						}
						
ul.checks				{
						list-style-image: url('../../images/check.jpg');
						}
						
.adjust					{
						margin-left: 20px;
						}
						
.imageSet img			{
						border-width: 1px;
						border-color: #333333;
						border-style: solid;
						margin: 2px;
						display: block;
						}	
						
.imgBox					{
						float: left;
						text-align: center;
						margin: 15px;
						}
						
h3						{
						margin: 10px 0;
						clear: both;
						}
