/*-----------------------------------------------------------------
mycar-story
-----------------------------------------------------------------*/

#mycar-story {
}

/*----- primary -----*/

#mycar-story .primary {
width: 400px;
float: left;
}

#mycar-story .primary h2 {
font-size: 150%;
line-height: 100%;
font-weight: bold;
color: #CC6600;
border-left: #CC6600 8px solid;
padding-left: 10px;
margin: 5px 0 15px 0;
}

#mycar-story .primary h3 {
font-size: 100%;
color: #CC9900;
font-weight: bold;
margin: 25px 0 5px 0;
}

#mycar-story .primary p {
font-size: 90%;
line-height: 150%;
margin: 0 0 1em 0;
}

#mycar-story .primary p.lead {
font-size: 100%;
line-height: 150%;
margin: 1em 0;
}

#mycar-story .hp-link {
height: 16px;
background: #FFFFFF url("../images/icon-web.gif") no-repeat 0 2px;
padding-left: 40px;
font-size: 12px;
display: block;
margin: 1em 0 5px 0;
}

#mycar-story .map-link {
height: 16px;
background: #FFFFFF url("../images/icon-map.gif") no-repeat 0 2px;
padding-left: 40px;
font-size: 12px;
display: block;
}

#mycar-story table.line {
border-top: 1px solid #666666;
border-left: 1px solid #666666;
}

#mycar-story table.line th {
background-color: #EEEEBB;
padding: 5px;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
}

#mycar-story table.line td {
padding: 5px;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
vertical-align: top;
}

#mycar-story table.photo-table h3 {
font-size: 75%;
color: #CC9900;
font-weight: baold;
border: 0;
margin: 0 0 0.3em 0;
padding: 0;
}

#mycar-story table.photo-table p {
font-size: 75%;
line-height: 140%;
margin: 0;
}

#mycar-story em {
color: #999900;
font-style: normal;
}

#mycar-story strong.pink {
color: #CC3366;
font-weight: bold;
}

#mycar-story ul.local-navigation {
margin: 2em auto;
text-align: center;
font-size: 75%;
}


#mycar-story .item {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: #CCCCCC 1px dotted;
}



