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

a:link { color: #0388d9; }
a:visited { color: #0388d9; }

.bodyContent {
    text-align: left;
    width: 750px;
    margin: 50px auto;
    border:1px solid black;
    background:url('../images/background.jpg') top repeat-x;
    background-color: #999;
}
.mainContent { padding-left: 1em; }

.login { background: #f1f2f6; }


.productPrice { color: #000; }
.productPriceList { color: #666; }

.productChart th { background: #f1f2f6; }

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

.orders th { background: #f1f2f6; }
.orderCart th { background: #f1f2f6; }
.orderCart #totalRow { background: #ffc; }

.note { text-align: center; }

.checkoutStage { color: #ee3300; }

.closed { background: #edf2f2; }


.foot_navigation a{
    color:black !important;
}
.foot_navigation a:hover{
    color:#3366ff !important;
}

