body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
}

img {
	border: none;
}

.box {
	background-color: #FFFFFF;
	background-image: url("../img/box.background.png");
	background-repeat: repeat-x;
	border: 1px solid #DFDFDF;
	padding: 5px;
}

.cart_fixed {
	position: fixed;
}
.cart {
	width:95%;
}
.cart_info{
	font-size:0.9em;
	margin-top:1em;
	width:95%;
}


.products table td {
	min-width: 100px;
}


.title {
	border-left: 1px solid #CCCCCC;
	color: #666666;
	font-size: 1.3em;
	font-weight: 700;
	height: 20px;
	margin: 0;
	padding: 0 0 0 5px;
}

table {
	border: 1px solid #CCC;
    border-collapse: collapse;
    margin-top: 5px;
}

table thead {
	background-color: #DDD;
	font-weight: bold;
}

table tr {
	border: 1px solid #CCCCCC;
}


.productTable tbody tr {
	height: 100px;
}



.line_1 {
	background-color: #FFF;
}

.line_2 {
	background-color: #EEE;
}

.cartlink {
	padding-left: 10px;
	font-size: 1.4em;
}

a {
	color: #009092;
	text-decoration: none;
}