
/*-------- Transaction Styles ------------*/
div#resAvail {
min-height: 300px;
height: 300px;
}

div#resCol {
min-height: 75px;
height: 75px;
}
html>body div#resCol {
height: auto;
}

div#resCol p {
padding: 5px 14px 5px 14px;

}


div#availContainer {
width: 95%;
margin: 10px 0 0 5px;
padding: 0 0 0 5px;
}
.availColLeft {
float: left;
width: 100px;
}

.discountContainer {
width:385px;

}
.availColRight {
float: left;

}
div#evpLayer {
text-align: right;
}

div#evpLayer h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
}
div#evpLayer a { 
text-decoration: none;
}
div#evpLayer a:hover {
color: #CC3300;
}

.UnitDisplay { 
margin-bottom: 15px;
}
.UnitDisplay ul li{
line-height: 6px 
}
.UnitImage {
float: right;
margin-right: 5px;
border: 1px solid #333333;
}

/* ------ new add --------- */

.siteDisplayWrapper {
width: 100%;
margin-bottom: 5px;
padding-bottom: 20px;
border-bottom: 1px solid #525634;
}

.siteItemName h1 {
margin: 0;
width: 500px;
}

.siteDisplayRight {
width: 200px;
float: right;
}

.siteDisplayLeft {
float: left;
width: 300px;

}
.siteDisplayLeft p {
font-size:14px
}

.siteDisplayLeft ul li {
line-height: 6px;
}

.siteDisplayButtons {
padding-left: 20px;
width: 500px;
clear: both; 
}
