.productrow {
	padding:2px;
	background-color:#FFFFFF;
	border-color:#DBDBDB;
	border-style:solid;
	border-width:1px;
	width:95%;
	height:76px;
	margin-bottom: 10px; 
}
#prodimg {
background-color:#FFFFFF;
border: 1px solid #DBDBDB;
margin:0px;
padding:5px;
}
.prodthumb {
border: 0px solid #DBDBDB;
margin:0px;
padding:5px;
}
.productrow div {
	float:right;
	border:1px solid #DBDBDB;
	margin:2px;
	padding:2px;
	height:70px;
	text-align:right;
}
.productrow form {
	margin-top:5px;
}
#article-tbl {
    width: 100%;
    margin-bottom: 10px;
}
#article-tbl th {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
	background-color: #A7A7A7;
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
}
#article-tbl td {
    border-bottom: 1px dotted #FFFFFF;
	padding: 2px;
	background-color: #E2E2E2;
}
.num {
    width: 30px;
    text-align: right;
}
#cart-right {
    width: 90%;
}
#cart-right th {
    border-bottom: 1px solid gray;
    font-weight: bold;
}
#cart-right .cart-total {
    border-top: 1px solid gray;
    padding-top: 2px;
    text-align: right;
    width:100%;
}
.cart-item-price {
    text-align: right;
}

#cart-tbl {
    width: 90%;
    margin-bottom: 10px;
}
#cart-tbl th {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
	background-color: #A7A7A7;
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
}
#cart-tbl td {
    border-bottom: 1px dotted #E2E2E2;
	padding: 2px;
}
#cart-tbl .cart-total {
    border-bottom: 0px dotted #FFFFFF;
    padding-top: 2px;
    text-align: right;
    width:100%;
}
#cart-tbl .cart-buttons {
    border-bottom: 0px dotted #FFFFFF;
    border-top: 1px solid #E2E2E2;
    padding-top: 2px;
    text-align: right;
    width:100%;

}