html, body, p, input, select, textarea
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #000000;
}

body 
{
    background: #660000;
}

#frame
{
    margin: 25px auto 0 auto;
    width: 800px;
    padding: 8px;
    background: white;
}

#body
{
    background: #fbefcd url(../images/bg.gif) repeat-y;
    padding: 15px;
}

#navigation_break
{
    background: #ffffff;
    height: 4px;
}

#navigation
{
    background: #660000;
    text-align: right;
    padding-top: 1px;
    padding-bottom: 6px;
    height: 18px;
    
}


#leftcol
{
    float: left;
    padding: 5px;
    width: 156px;
}

#rightcol
{
    float: right;
    padding: 5px;
    width: 580px;
}


h1
{
    color: #990000;
    font-weight: normal;
    font-size: 17px;
    margin: 0;
    line-height: 1.5;
    padding-bottom: 5px;
}

h2
{
    font-size: 15px;
    font-weight: normal;
    color: #990000;
    line-height: 1.5;
    padding-bottom: 5px;
}

h3
{
    font-size: 13px;
    font-weight: normal;
    color: #990000;
    line-height: 1.5;
}

strong {
    font-weight: bold;
    font-size: 105%;
    color: #CC3300;
}
a
{
    text-decoration:none;
    color: #660000;
}

a:hover
{
    text-decoration:underline;
    color: #660000;
}


.clear
{
    clear:both;
    font-size: 1px;  
}

/* Product quantity input field*/
.productTextInput{
width:28px;
}

#grouping
{
max-width: 600px;
}


#next{
margin-top: 10px;
}

#next a
{
    text-decoration:none;
    color: #660000;

}

#next a:hover
{
    text-decoration:none;
    color: #660000;

}


#product_description {
line-height: 1.5;
height: 300px;
}

#breadcrumbs
{
margin-bottom: 10px;
margin-top: 5px;
}

#breadcrumbs a
{
    text-decoration:none;
    color: #D1A585;
     font-size: 11px;
}

#breadcrumbs a:hover
{
    text-decoration:underline;
    color: #D1BBAB;
     font-size: 11px;
}

#product_name

margin-top: 5px;
}

#product_image
{
width: 285px;
float-left;
}

#shopping_cart
{
background: #fbefcd;
}

#checkout_name
{
width: 150px;
float: left;
}