html, body {
	background:black;
	padding:0;
	margin:0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}

a {
	color:#c5c4a5;
	text-decoration:none;
}
	
a:hover {
	font-weight:bold;
}

h1 {
    text-align: center;
    font-size: medium;
    font-weight: bold;
}

#leftArea {
    width: 25%;
    vertical-align: top;
}

#mainArea {
    width: 50%;
    vertical-align: top;
}

td#categorie {
    vertical-align: top;
}

#categorie h1 {
    padding-left: 5px;
    text-align: left;
}

#categorie {
	margin:0 0 0 15px;
	padding:0;
	color: #c5c4a5;
}
	
#categorie ul {
	padding:2px;
	margin: 2px 0 2px 20px;
    list-style-type: square;
}

#categorie ul li .current {
    color: #ff9900;
	font-weight: bold;
}

.photo {
    text-align: center;
}

.photo img {
    border: solid 1px #c5c4a5;
}

.photoTitle {
}

.cart {
    color: White;
}

.cart a {
    font-weight: normal;
}

table.cart {
    width: 100%;
}

.cart .name {
    text-align: center;
}

.cart .name img {
    width: 40%;
    height: 40%;
}

.cart .type {
    text-align: center;
    color: Orange;
}

.cart .qty {
    text-align: center;
}

.cart .price {
    text-align: right;
    white-space: nowrap;
}

.cart .divider {
    text-align: right;
}

.cart .tot {
    text-align: center;
    white-space: nowrap;
}

.cart .delete {
    text-align: center;
}

.cart .update {
    text-align: center;
}

.cart td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: Red;
}

.cart th {
    color: White !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.cart input {
    font-size: 80%;
}

.cart .qty input {
    text-align: right;
}

.button {
    background-color: White;
    border-style: outset;
    color: Black;
    padding: 5px;
    border-width: 2px;
    font-size: 110%;
}

a.button {
    font-weight: normal;
}

.button a {
    font-weight: normal;
}

.error {
    color: Red;
    font-size: large;
}

.loginBox {
    margin:0px auto;
    width: 400px;
}

.date {
    font-style: italic;
}

