/* CSS Document */



 h1{
 margin-top:5px;
color:white;
background:black;
font-weight:bold;
padding-left:10px;
font-family:serif, georgia;
}
h2 {
border:1px solid black;
border-left: 5px solid black;
padding:5px 0px 5px 10px;
color:black;
font-weight:bold;
width:550px;
}
h3 {
color:black;
font-weight:bold;
margin:10px;
}

.devSec {
margin:20px 0px 0px 0px;
clear:both;
background:white;
}
.devSec h2 {
font-size:16px;

}
#bottomCont li {
list-style:square;
}

#bottomCont ul {
margin-left: 20px;
font-size:1.3em;
font-weight:normal;
}
#bottomCont p{
line-height:1.4em;
padding:0px 50px 0px 0px;
}
.bottomCont li {
list-style:square;
}

.bottomCont ul {
margin-left: 20px;
font-size:1.3em;
font-weight:normal;
}
.bottomCont p{
line-height:1.4em;
padding:0px 50px 0px 0px;
}
.img{
float:left;
font-style:italic;
font-size:.9em;
margin:15px 50px 15px 15px;
}
.img img{
border:1px solid black;
padding: 3px;
background:white;
}
.info {
}
.price {
font-size:1.1em;

}
.price td {
border-top:1px #d7d7d7 solid;
padding-left:5px;
padding:5px 0px;
}
.price:hover {
background:#eceaea;
color:#666666;
}
table {
width:160px;
margin:25px 0px;
}