/* 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: #EEECEC; border-bottom: 1px solid #FF6600; 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: #FF6600; }

.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:370px;
    /*background:url('/open2b/site/1/images/adv_search.png') top left no-repeat;*/
    background:url('/open2b/site/1/images/adv_search.jpg') top left no-repeat;
    height:180px;
    width:580px;
    margin:0 auto;
}
