body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
hr {
	height:1px;
	border:0px solid;
	border-bottom:dashed 1px #ccc;
	margin-bottom:10px;
	margin-top:10px;
}

table.container {
	/*border: 1px solid #000;*/
}
.menu {
	padding: 14px;
}
.menu td {
	font-size: 12px;
	border-bottom: 1px dotted #a08e9a;
}
.menu td a.link {
	padding: 3px;
	display: block;
	text-decoration: none;
	text-transform:uppercase;
	color: #bcbdc0;
}
.menu td a.link:hover {
	color: #d15836;
}
.menu td a.indented {
	padding:3px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	text-transform:uppercase;
	color: #411e3c;
}
.menu td a.indented:hover {
/*	padding: 3px;*/
	display: block;
	text-decoration: none;
	text-transform:uppercase;
	color: #411e3c;
}
.blog {
	padding: 0px 0px 15px 14px;
}

.blog a {
	color:#c75a3b;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
}

.blogDiv {

}
.top_mailing_list {
	background: url(resources/template/mailing_list_bg.gif) no-repeat;
	text-align: center;
}
.top_mailing_list a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 4px;
	display: block;
}
.top_basket {
	background: url(resources/template/basket_bg.gif) no-repeat;
	text-align: center;
}
.top_basket a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 14px;
	display: block;
}
.top_text {
	padding-top: 8px;
	font-size: 12px;
	color: #bcbdc0;
}
#footer {
	color: #bcbdc0;
	padding: 3px;
	font-size: 11px;
	text-align: center;
}
#footer a {
	color: #bcbdc0;
}
.main {
	padding: 5px;
	font-size: 12px;
	color: #bcbdc0;
}
.main td {
	color: #bcbdc0;
}
.main a {
	color: #c75a3b;
/*	text-decoration:none;*/
}
.main a:link {
	color: #c75a3b;
/*	text-decoration:none;*/
}
.main a:visited {
	color: #c75a3b;
/*	text-decoration:none;*/
}
.main a:active {
	color: #c75a3b;
/*	text-decoration:none;*/
}
.main td {
	font-size: 12px;
}
.main h1 {
	font-size: 16px;
	color: #411e3c;
}
#main h2 {
	font-size: 14px;
	color: #9a9b9e;
}
.divMenu {
	position: absolute;
	top: 0;
	left:0;
	visibility:hidden;
	}
.divMenu a {
	padding: 2px;
	display: block;
	width: 110px;
	border-bottom: 1px solid #003300;
	font-family: arial;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
	background: #666600;
	color: #FFFFFF;
	}
.divMenu a:hover {
	background-color: #004400;
	}
hr {
	clear: both;
	color: #000;
	}
.error {
	color: #f00
}
.mailInput
{
border:2px solid #dedfe1;
background-color:#ffffff;
}