/* CSS Document */


#mplproduct {
font-size: 100%;
line-height: 100%;	
font-family: Arial, Helvetica, sans-serif;	
}



#mplproduct h1{
margin: 0px 0px 10px 0px;
color: #B7BBC7;
line-height: 1.25em;
font-size: 1.7em;
font-weight: normal;
}

#mplproduct h2{
font-size: 1.15em;
margin: 0px 0px 10px 0px;
}

#mplproduct h3{
font-size: 1em;
margin: 0px 0px 10px 10px;
}


p.left{
float: left;
}
p.right {
float: right;	
}


#mplproduct p{
color: #727990;	
font-size: 1.1em;
line-height: 1.4em;
margin: 0px 0px 10px 0px;
}


#mplproduct ul{
font-size: 1em;
margin: 0px 0px 20px 40px;
padding: 0px 0px 0px 0px;
color: #727990;
width: 75%;
}

#mplproduct ul li{
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.25em;
}



table.dimensions {
margin: 0px 0px 25px 10px;
}
table.dimensions td,
table.dimensions th {
margin: 0px 0px 0px 0px;
height: 25px;
vertical-align: middle;
}
table.dimensions td {
font-size: .9em;
border-bottom: 1px solid #B7BBC7;
color: #727990;
text-align: left;
padding: 0px 10px 0px 10px;
}

table.dimensions th {
border-bottom: 2px solid #727990;
color: #727990;
font-size: .75em;
text-transform: uppercase;
padding: 0px 0px 0px 0px;	
text-align: center;	
}

table.dimensions th[colspan="2"],
table.dimensions th.left{
text-align: left;	
}

table.dimensions td.label{
font-weight: bold;
min-width: 150px; 
text-align: left;	
}

#photo {
width: 300px;
float: right;
text-align: center;	
}

ul#breadcrumbs{
list-style: none;
margin: 0px 0px 10px 0px;
padding: 0;
font-family: Verdana, Geneva, sans-serif;
font-size: 1em;	
}
ul#breadcrumbs li {
display: inline;
margin: 0;	
padding: 0;

}
ul#breadcrumbs li:after{
content: ' \2192';	
}
ul#breadcrumbs a{
text-decoration: underline;	
}


ul#breadcrumbs li.last:after {
content: '';
}