html>body {
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	background-color: #290022;
}

body {
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	background-color: #290022;
}

.left_menu {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.txt_field {
	width: 150px;
	border: 1px solid #636363;
	color: #636363;
	font-family: Tahoma;
	font-size: 12px;
}

.txtarea_field {
	width: 210px;
	border: 1px solid #636363;
	color: #636363;
	font-family: Tahoma;
	font-size: 12px;
}

#main {
	margin: 0px auto;
	width: 1000px;
}

#how2use {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	width: 145px;
	padding-top: 15px;
	padding-left: 35px;
}

/* MODELS */
#models .element {
	width: 655px;
	margin-left: 35px;
	font-family: Tahoma;
	font-size: 12px;
}
#models .element .header {
	font-size: 14px;
	font-weight: bold;
}
#models TD {
	font-family: Tahoma;
	font-size: 12px;
}
.order_count_field {
	width: 55px;
	border: 1px solid #636363;
	color: #636363;
	font-family: Tahoma;
	font-size: 12px;
}
/* MODELS */

/* CART */
.cart {
	font-family: Tahoma;
	font-size: 10px;
	color: #000;
}
.cart .tr_header {
	background-color: #D5B1BB;
	color:#FEFFFD;
	height:30px;
}
.cart .td_header {
	border-right: 1px solid #A0858C;
}
.cart .td_item {
	border-right: 1px solid #BFBFBF;
	font-family: Tahoma;
	font-size: 12px;
}
/* CART */