#cart-products { 
	width: 100%; 
}

#cart-products td { 
	text-align: center; 
}

#cart-products td:nth-child(2), #cart-products td:nth-child(3) { 
	text-align: left; 
}

#cart-products td:nth-child(1) {
	width: 150px;
}

#cart-products td:nth-child(1) img { 
	height: 100px; 
}

#cart-products td:nth-child(3) { 
	width: 120px; 
}

#cart-products td:nth-child(4) { 
	width: 100px; 
}

#cart-totals td:nth-child(2) {
	text-align: right;
}

#cart-products .details {
	float: right; 
	background-color: #ffffff; 
	padding: 4px; 
	border: 1px solid #cccccc;
}

#address {
	background-color: #cccccc;
}

#order-comment {
	width: 250px; 
	height: 100px;
}

#checkout-submit {
	float: right; 
	text-align: center;
}

#office-search {
	width: 280px;
}

#offices-map {
	width: 100%;
}

#address-street-search {
	width: 180px;
}

#address-street-number {
	width: 30px;
}

#address-address {
	width: 430px;
}

#field-address-street-number {
	width: 50px;
}

.city-search {
	width: 180px;
}

#field-office-search {
	display: none; 
	width: 280px;
}

#button-order-submit {
	font-weight: bold; 
	font-size: 16pt; 
	border-radius: 5px;
}

#row-shipping-price {
	visibility: hidden;
}

.cart-product-delete {
	cursor: pointer;
}

.cart-product-quantity {
	cursor: pointer;
	padding: 10px 2px !important; 
	float: left; 
	font-size: 14pt; 
	margin-right: 5px; 
	border-radius: 10px;
}

.field {
	margin-bottom: 6px;
}

.field.left {
	float: left;
	width: 200px;
}

.field label {
	font-style: italic;
	display: block;
	margin-bottom: 2px;
}

.field label:after {
	content: ":";
}

.payment-method > label, .delivery-method > label {
	font-size: 11pt;
	font-weight: bold;
	display: block;
	cursor: pointer;
}

.payment-method > label > input[type="radio"], .delivery-method > label > input[type="radio"] {
	margin-right: 5px;
}

.payment-method > div, .delivery-method > div {
	display: none;
	margin-top: 10px;
}

.row {
	border: 1px solid #cccccc;
	padding: 12px 20px 12px 15px;
	border-radius: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
	color: #070a1b;
}

.row a {
	color: #070a1b !important;
}

.row:nth-child(even) {
	background-color: #f8f8f8;
}

.row:nth-child(odd) {
	background-color: #d9d9d9;
}

.row:hover {
	border: 1px solid #747474;
}

.row .image {
	float: left; 
	border: 1px solid #070a1b; 
	height: 68px; 
	margin-right: 10px;
}

.row .title {
	font-size: 10pt;
	font-weight: bold;
	line-height: 150%;
}

.row .action-buttons {
	float: right; 
	padding-top: 8px;
}