table#cartTable {
	color: #ffffff;
    width : 100%;
    font-size : 11px;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}

form#languageSelect {
    float : left;
}

/* -------- cart -------- */
table#cart {
    font-size : 11px;
    width : 100%;
    
    margin-bottom:20px;
}

table#cart thead td {
    padding : 2px 0px 2px 2px;
    
    border-bottom:1px solid #E5E5E5;
    font-weight:bold;
}

table#cart tfoot td {
    padding : 5px 9px 2px 2px;
    
    border-top:3px double #8d8d8d;
    font-weight:bold;
    font-size:1.2em;
}

table#cart tbody td {
    height: 60px;
    
    border-bottom: 1px solid #E5E5E5;
}

table#cart thead td.image {
	width:60px;
	
	text-align:left;
}

table#cart tbody td.image {
	text-align:center;
	border-right:0px;
}

  table#cart thead td.name
, table#cart tbody td.name {
	padding-right:20px;
	
	font-size:1.2em;
}

  table#cart thead td.number
, table#cart tbody td.number {
	width:75px;
}

  table#cart thead td.price
, table#cart tbody td.price {
	width:75px;
	padding-right:20px;
	
	text-align:right;
}

  table#cart thead td.options
, table#cart tbody td.options {
	padding-right:10px;
	
	text-align:right;
	font-size:0.8em;
	border-right:0px;
}

table#cart tbody td.quantity input {
	text-align:center;
}

table#cart tbody td.options img {
	padding-right:5px;
}

table#cart tbody td a {
    font-weight : bold;
    text-decoration:none;
}

table#cart tbody td a:hover {
	text-decoration:underline;
}

.form_error {
    border : 1px solid #FF0000;
}

input.x10					{
						width: 30px;
						}
