body {
	margin: 0;
	padding:0;
	background-color: #FCF9F2;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial;
}
h1 {
	display: inline;
}
/* ---- cellpadding=0 cellspacing=0 ------- */
table {
	border-collapse: collapse;
	width: 100%;
	border: none;
}
table td {
	padding:0px;
	font-size: 75%;
	color: #5B0C13;
}

/* ------- top part ------- */
h1.menu {
	font-family: Arial Narrow;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
A.lang {
	color: #D89A93;
	text-decoration: underline;
}
A.lang:hover {
	color: #D89A93;
	text-decoration: none;
}
td.lang {
	color: #C38A7D;
}
td.menu_part {
	background-color: #B3383B;
	height: 35px;
	background-image: url(../images/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
/* content part */
td.main_part {
	background-image: url(../images/cont_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.title, .infoBoxHeading, .pageHeading {
	color: #AF3241;
	font-family: Arial Narrow;
	font-size: 20px;
	font-weight: normal;
	
}
td.pageHeading {
    padding:12px 0px 20px 0px
}
a.left {
	color:#AF3241;
	text-decoration: underline;
}
a.left:hover {
	color:#AF3241;
	text-decoration: none;
}
td.title_text {
	height: 33px;
	padding-left: 11px;
}
td.left_text {
	height: 20px;
	padding: 33px 11px;
}
/* autorization */
td.login_form {
	height:10px;
	padding: 12px 0px 12px 11px;
}
input.login {
	width:107px;
	height:21px;
	border:solid 1px #E3BAB5;
	font-size: 11px;
	color: #A3A2A2;
	padding: 2px 3px 0px 3px;
}
input.login2 {
	border:solid 1px #E3BAB5;
	font-size: 11px;
	color: #A3A2A2;
	padding: 2px 3px 0px 3px;
}

input.button {
	background-image: url(../images/button_back.gif);
	background-repeat: no-repeat;
	background-position: top;
	border:none;
	width: 107px;
	height:19px;
	color: #84131C;
}
select.search {
	font-size:12px;
	color: #84131C;
	width: 107px;
	heigght: 21px;
	border: solid 1px #E3BAB5;
}
/* --- content part --- */
td.cont_part {
	padding: 21px 20px;
}
div.bag {
	background-color: #FAF8F2;
	height: 21px;
}
/* bottom part */
a.bottom {
	color:#AF3241;
	text-decoration: underline;
}
a.bottom:hover {
	color:#AF3241;
	text-decoration: none;
}

#nound {
	text-decoration: none;
}
.smallText a, .boxText a{
	color:#AF3241;
	text-decoration: underline;
}
.boxText {text-align:left; line-height:20px}
.boxText input {}
.smallText a:hover{
	color:#AF3241;
	text-decoration: none;
}
.product_name {
color: #B3383B;
}
.price {
font-weight: bold;
font-size: 18px;
color: #841112;
text-decoration:none;
}
.price_dollar {color:#E7B4BA; font-size:12px; font-weight:bold}
.description {
font-size: 11;
color: #841112;
text-decoration:none;
}
A{
text-decoration:underline;
color: #B3383B;
}
A:hover{
text-decoration:none;
color: #B3383B;
}
/* dinamic menu * /

.menu {
	padding: 5 25 7 25;
	background-color: #DA251E;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
.menuActive {
	padding: 5 25 7 25;
	background-color: #DA251E;
	font-weight: bold;
	text-align: center;
	cursor: auto; 
}
.menuOn {
	padding: 5 25 7 25;
	background-color: #DA251E;
	color: #505050;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
.menuActiveOn {
	padding: 5 25 7 25;
	background-color: #DA251E;
	font-weight: bold;
	color: #505050;
	text-align: center;
	cursor: auto; 
}



div.subMenu {
   visibility: hidden;
	position: absolute;
	width: 300;
	background-color: #EDEDED;
	padding: 30 30 30 30;
}
.subMenuItem {
	width: 100%;
	color: #C40700;
	cursor: pointer;
	cursor: hand;
}
.subMenuItemActive {
	color: #737373;
	width: 100%;
	cursor: auto; 
}
table.book {width:450px}
table.book td input {
width:300px
}

table.infoBoxContents td.boxText table.left_search td {padding:2px 0px;}
