body, div, td {
	font-family: Verdana;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

body {
/*	background-color: #C4B4A5;*/
	background-color: #CDC4BB;
	background-image: url(html_images_en/html_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#logo_div {
	background-image: url(html_images_en/auto-los.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	left: 80px;

	width: 280px;
	height: 136px;
}

#woman_div {
	background-image: url(html_images_en/lady-los.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 220px;
	left: 80px;
	width: 142px;
	height: 353px;
}

#payment_div {
	position: absolute;
	top: 600px;
	left: 100px;
}

#title_div {
	background-image: url(html_images_en/titel-los.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	left: 335px;
	width: 296px;
	height: 55px;
}

#category_div {
	position: absolute;
	top: 220px;
	left: 230px;
}

#my_account_div {
	position: absolute;
	background-image: url(html_images_en/myaccount-los.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 635px;
	width: 116px;
	height: 122px;
}
#shoppingcart_div {
	position: absolute;
	background-image: url(html_images_en/shoppingcart-los.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 741px;
	width: 130px;
	height: 103px;
}

#shoppingcart_link_div {
	position: absolute;
	left: 751px;
	top: 10px;
	z-index: 2;
}

#shoppingcart_status_div {
	position: absolute;
	left: 795px;
	top: 65px;
	width: 70px;
	height: 35px;
	text-align:right;
	font-weight: Bold;
}

#cars_for_sale_div {
	position: absolute;
	background-image: url(html_images_en/car-sale-los.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 890px;
	width: 142px;
	height: 123px;
}

#language_btns {
	position: absolute;
	left: 940px;
	top: 125px;
}

#main_menu_div {
	position: absolute;
	top: 150px;
	left: 420px;
}

#search_div {
	position: absolute;
	top: 150px;
	left: 860px;
	width:150px;
	height: 23px;
}

#search_div input {
	width: 127px;
	border: 1px solid black;
	height: 19px;
	border-right: none;
}

#search_div img {
	cursor: pointer;
}

#back_button_div {
	position: absolute;
	top: 200px;
	left: 420px;
}

#back_button {
	border: 0;
	cursor: pointer;
}

#content_container_div {
	position: absolute;
	top: 220px;
	left: 420px;
	width: 590px;
	background-color: White;
}

#main_content_div {
	border: 2px solid #E0E2E1;
}

#footer_div {
	width: 100%;
	/*background-color: #C4B4A5;*/
	background-color: #CDC4BB;
	font-size: 8pt;
	text-align: center;
}

#category_div img {
	border: 0;
}

#subcat_table {
	width: 100%;
}

.subcat_cell {
	width: 33%;
}

.subcat_cell div {
	text-align: center;
	font-weight: bold;
}

#subcat_table td.right_border {
	border-right: 2px solid #E0E2E1;
}

div.hr_line {
	width: 100%;
	border-top: 2px solid #E0E2E1;
	font-size: 0px;
}

.subcat_cell img {
	border: 0px;
}

.subcat_cell a {
	color: black;
	text-decoration: none;
	font-weight: Bold;
}
.subcat_cell a:hover {
	text-decoration: underline;
}

#products_table {
	width: 100%;
}

.product_cell {
	width: 33%;
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 19px;
}

.product_cell div {
	text-align: left;
	font-size: 11px;
}

.product_cell .price {
	color: Gray;
}

#products_table td.right_border {
	border-right: 2px solid #E0E2E1;
}

.product_cell img {
	border: 0px;
}

.product_cell a {
	color: black;
	text-decoration: none;
}
.product_cell a:hover {
	text-decoration: underline;
}

div.product_price {
	font-size: 14pt;
}

div.product_price span {
	font-weight: Bold;
}


div.product_name {
	font-size: 14pt;
	font-weight: Bold;
}

div.product_container {
	padding: 10px;
}

div.product_number {
	font-family: Courier;
}

div.padding_page {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
}

a.incdec_amount {
	text-decoration: none;
	color: Black;
}

a {
	text-decoration: none;
}

div.co_header {
	font-size: 14pt;
	font-weight: Bold;
	font-style: italic;
}

#footer_div a {
	color: black;
	text-decoration: none;
}

a img {
	border: 0px;
}

#page_title {
	position: absolute;
	left: 420px;
	top: 200px;
	width: 520px;
	font-size: 11pt;
	font-weight: Bold;
	text-align: right;
}

#super_container {
	position: relative;
	left: 50px;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

div.success {
	color: Green;
	font-weight: Bold;
}

div.failed {
	color: Red;
	font-weight: Bold;
}
