td.price {
	font-size: 100%;
	text-align: right;

}
td.model {
	font-size: 100%;
	font-weight: bold;
	color: #000033;
}
td.total {
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}
th.cart {
	font-weight: bold;
	text-align: center;
	font-size: 100%;
	color: #000000;

}
.cart_table {
	margin: 0px;
	padding: 0px;
}
fieldset {
    overflow:hidden;
    padding:5px 10px;
	margin:10px 0;
    border:1px solid #ccc;
    _zoom:1;
}
fieldset .field {
    width:60%;
    margin-bottom:15px;
    font:.83em Arial;
}
.field input {
    width:95%;
}

div.biggest-select {width:80%}
div.big-select {width:65%;}
div.big-input {width:65%; margin-right:4px;}
div.medium-select {width:48%;}
div.medium-input {width:50%}
div.small-select {width:32%; margin-right:5px;}
div.small-input {width:33%;}
div.tiny-input {width:19%;}
div.micro-input {width:10%}

.biggest-select select {width:100%;}
.big-select select {width:100%;}
.big-input input {width:99%;}
.medium-select select {width:100%;}
.medium-input input {width:95%}
.small-select select {width:99%;}
.small-input input {width:95%;}
.tiny-input input {width:95%}
.micro-input input {width:90%}