body {
	background-color: #F6F8F7;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;}
h3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;}
a:link {color: #8E8457;
	text-decoration: none;}
a:visited {color: #8E8457;
	text-decoration: none;}
a:hover {color: #FF0000;
	text-decoration: underline;}
a:active {color: #FF0000;
	text-decoration: none;}
a {font-weight: bold;}

.required {
 	color: #8F1108;
 }

.borderit img{
border: 1px solid #000000;
}

.borderit:hover img{
border: 1px solid #FF0000;
}

.borderit:hover{
color: #FF0000; /* irrelevant definition to overcome IE bug */
}
.border{
	border-style:solid;
	border-color: #CCCCCC;
	border-width:1px;
      }
.soldLine{
    text-decoration:line-through;
    color: #8F3535; 
    }
.sold{
    color: #8F3535; 
    } 
.download
{
list-style: none;
padding: 0;
margin: 0;
}

.accordionButton {    
    width: 500px;
    float: left;
    _float: none;  /* Float works in all browsers but IE6 */
    
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    }
    
.accordionContent {    
    width: 500px;
    float: left;
    _float: none; /* Float works in all browsers but IE6 */
    border: 1px solid #ccc;
    padding: 15px;
    }

.on {
    background: #990000;
    color: #fff;
    }
    
.over {
    background: #CCCCCC;
    }
.left {
    float: left;
    width: 220px;
    margin: 0 auto;  
}
.left img {    
    padding-left: 30px;
}
.right {
    float: right;
    width: 550px;
}
.overlay {
    display:none;
    background: #fff;
    z-index:10000;
    border:1px solid #666; 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;    
} 
.overlay img {
    padding:40px 40px 10px 40px;

}
.overlay span {
    
    padding: 10px 10px 0 40px;
}

.overlay .close {
    background-image:url(images/overlay/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}  
 
