﻿#modellineup .rounded
{
    padding: 0 0 0 11px;
    margin: 10px 5px 10px 5px;
    background: url(../images/model_bg_l.gif) top left no-repeat;
    width: 246px;
    float: left;
    cursor: pointer;
}

#modellineup .rounded h1,
#modellineup .rounded h2
{
    /*font-family: Tahoma, Verdana, Arial, Sans-Serif;*/
    font-size: 12pt;
    text-align: center;
    background: transparent url(../images/model_bg_r.gif) top right no-repeat;
    margin: 0;
    padding: 0.6em 0 0.5em 0;
    line-height: 1.1em;
    text-transform: none;
    white-space: nowrap;
}

#modellineup .rounded h1
{
    padding-bottom: 20px;
}

#modellineup .rounded h1 span
{
    font-size: 8pt;
}

#modellineup .rounded .roundedEnd 
{
    display: block;
	margin: 0 0 0 -11px;
	padding-left: 11px;
	background: url(../images/model_bg_l.gif) bottom left no-repeat;
}

#modellineup .rounded .roundedEnd span 
{
    display: block;
	padding: 0 10px 10px 0;
	background: url(../images/model_bg_r.gif) bottom right no-repeat;
	height: 6px;
}

* html #modellineup .rounded .roundedEnd span
{
    margin: 0;
    padding: 0;
}

#modellineup .rounded .roundedMain
{
    display: block;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 70px;
    text-align:center;
}

#modellineup .rounded .roundedMain
{
    border-style: solid;
	border-color: #d8d8d8;
	border-width:0 1px 0 0;
}

#modellineup .rounded .roundedMain
{
    margin: 0 0 0 -11px;
    padding: 0 0 0 11px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    background: #fff;
}

#modellineup .rounded .roundedMain p
{
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
}

#modellineup .rounded img
{
    border: 0;
}

a.modellink
{
    text-decoration: none;
    color: #000;
}

a:hover.modellink
{
    text-decoration: underline;
}