#gallery {
height:112px;
width:1000px;
background-image:url(../images/tmp/bg.png);
background-repeat:repeat-x;
overflow:hidden;
-moz-border-radius:10px;
border-radius:10px;
border:1px solid #eceded;
margin-top:1em;
}

#gallery li {
display:inline-block;
float:left;
}

#gallery li a {
float:left;
}

.specs {
margin-top:2em;
margin-bottom:1em;
}

.product_nav {
height:25px;
padding-left:30px;
background-image:url(../images/tmp/product-bar-bg.png);
border:1px solid #eceded;
-moz-border-radius:10px;
border-radius:10px;
width:400px;
margin:2em 0 1em;
}

.product_nav li {
display:inline-block;
padding-right:20px;
}

.product_title {
font-size:2em;
font-weight:400;
margin-bottom:1em;
}

.product_description p {
line-height:1.75em;
}

.tagline {
display:block;
margin-bottom:1em;
font-style:italic;
}

td.specs,.specs td {
border:1px solid;
padding:5px;
}

table.specs,.specs table {
margin-bottom:2em;
font-size:1em;
}