/* Copyright (c) 2002-2007 Open2b Software Snc. */

a:link { color: #333; }
a:visited { color: #333; }

.bodyContent { text-align: left; width: 96%; margin: 0 auto; }
.content { padding-left: 1em; }

.header { border-bottom: 1px solid #0388d9; }
.searchBox { background: #f1f2f6; }



.products th { background: #EEECEd; border-bottom: 1px solid #2A3062; color: #333; font-weight: normal; }

.productPrice { color: #FF6600;  font-size:1.2em;}
.productPriceList { color: #666; }

.productChart th { background: #f1f2f6; }

.cart th { background: #f1f2f6; border-bottom: 1px solid #0388d9; }
.cartEmptyBox { background: #f1f2f6; }

.orders th {background: #eeecec; border-bottom:1px solid #ff6600;}
.orderCart th { background: #f1f2f6; }
.orderCart #totalRow { background: #ffc; }

.note { text-align: center; }

.checkoutStage { color: #2A3062; }

.closed { background: #edf2f2; }

/*header*/
.headerNavigation{
    font-size:1.1em;
    color: #919191;
    font-weight:bold;
}
.headerNavigation a{
    color: #919191;
    font-weight:bold;
    text-decoration:none;
}

.headerNavigation a:visited{
    color: #919191;
    font-weight:bold;
    text-decoration:none;
}

.search{
    padding-left:330px;
    background:url(../images/adv_search.png) top left no-repeat;
    background-color:#fe9900;
    height:137px;
}