/* 
    Document   : models
    Created on : Oct 28, 2009, 2:21:17 PM
    Author     : g2
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



div.modelbody{
    background-position:top right;
    background-repeat:no-repeat;
}
div.modelhead{
    width: 836px;
    height: 111px;
}
div.flashcontent{
    display: inline;
    width: 836px;
    height: 504px;
    margin: 0;
    padding:0;
}
div.mowertext{
    display:inline;
    padding: 600px 248px 0 0;
    background-position:left;
    width:249px;
    height: 249px;
    background-repeat:no-repeat;
}
div.mowerinformation{
    clear:both;
    width:702px;
    height:564px;
    background-repeat:no-repeat;
}
div.modelspecs {
    width:836px;
    height:49px;
    clear:both;  
}

div.modelspecs a{
    cursor:pointer;
}
div.quicktimebutton {
    background-image:url(../../media/images/models/quicktime.jpg);
    height:49px;
    width:137px;
    float:left;
}
div.flashbutton {
    background-image:url(../../media/images/models/flash.jpg);
    height:49px;
    width:137px;
    float:left;
    margin: 0 0 0 150px;
}
div.pdfbutton {
    background-image:url(../../media/images/models/pdf.jpg);
    height:49px;
    width:137px;
    float:left;
    margin: 0 70px 0 0px;
}