/* CSS Document */

div.vam{
width: 710px;
height: 440px;
border-color: #EBF4DF;
border-style: solid;
border-width: 5px;
}

div.lclose{
position: relative; left: 699px; bottom: -29px;
}

div.header{
width: 710px;
height: 50px;
text-indent: 75px;
padding-top: 10px;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
position: relative; left: 0px; top: 0px;
background:#AAD44D;
color:#FFF;
text-align: left;
}

div.mainContent{
height: 350px;
padding-left: 15px;
overflow-x: hidden;
overflow-y: auto;
}

div.item{
float: left;
width: 132px;
}

div.phone{
width: 89px;
padding-left: 24px;
padding-top: 10px;
padding-bottom: 10px;
background: url(../img/vam/boxGrey.jpg) no-repeat;
cursor:pointer;
}

/*div.phone a{
background: url(../img/vam/boxGrey.jpg) no-repeat;
text-decoration: none;
}*/

div.phone:hover{
background: url(../img/vam/boxYellow.jpg) no-repeat;
text-decoration: none;
}

div.model{
width: 94px;
font-size: 12px;
text-align: center;
text-indent: -18px;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 19px;
background: url(../img/vam/boxGrey.jpg) no-repeat;
background-position: 0 -15px;
border-color: #A4A4A4;
border-style: solid;
border-width: 1px;
border-left: 0px;
border-right: 0px;
border-top: 0px;
cursor:pointer;
}

div.model:hover{
background: url(../img/vam/boxYellow.jpg) no-repeat;
background-position: 0 -25px;
}