html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
table, tr, th, td,
input, select, option, textarea {
    margin: 0;
    padding: 0;
    font: 13px "Comic Sans MS", "Arial", "Trebuchet MS", "Georgia", "Verdana", "Tahoma", "Times New Roman";
    text-align: left;
}
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
    cursor: text;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block }

*:active, object:focus, embed:focus, a { outline: none }
label { cursor: pointer }
fieldset { border: none }
input, select, option, textarea { font-size: 100% }
.bug { border: 1px solid red }

body {
	background: #e8e8eb url(/gfx/gfx128_color1/bg_top.gif) repeat-x center top;
    color: #968086;
}
/*
** container
**/
div#container {	
	background: transparent url(/gfx/gfx128_color1/bg_top_img.jpg) no-repeat center top;
	float: left;	
	width: 100%;
}
div#content {	
	float: left;
	width: 100%;
}
div#header {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	position: relative;	
}
div#footer_container {		
	width: 980px;
	margin: 0 auto;
	height: 70px;
}
div#footer {
	float: left;
	width: 500px;
	margin-left: 200px;
	height: 70px;
	padding: 0;
	font-size: 12px;
	color: #968086;
	border-top: 1px solid #f37295;
}
div#footer span {
	float: left;
	font-size: 12px;
	color: #968086;
	text-align: left;
	width: auto;
	margin-left: 20px;
	line-height: 30px;
}
div#footer div.bottom_menu {
	float: right;
	text-align: right;
	width: auto;
	margin-right: 20px;
	color: #968086;
	font-size: 12px;
}
div#footer div.bottom_menu a {
	color: #968086;
	line-height: 30px;
	text-decoration: none;
	font-weight: normal;
}

div#data {
	float: left;	
	width: 482px;
	min-height: 370px;
	padding: 25px;
	position: relative;
}
div#side_right {
	float: left;
	width: 253px;
	min-height: 200px;
	position: relative;
}
div#side_left {
	float: left;
	width: 195px;
	min-height: 200px;
}
div#side_right img.left_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
}
div#site {	
	width: 980px;
	min-height: 334px;
	margin: 0 auto;
}
div#frame {
	float: left;
	width: 980px;
}
div#side_right p {
	line-height: 24px;
}
div#side_right h1 {
	font-size: 24px;
}

/*
** menu
**/ 
div.menu {	
	width: 195px;
}
div.menu a {
	float: left;
	display: block;
	width: 177px;
	padding-right: 18px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	color: #673e4b;
	text-decoration: none;
	font-weight: bold;
}
div.menu a:hover,
div.menu a.hover {
	color: #dc5b7e;
}
div.menu_right {
	width: 260px;
	min-height: 237px;
}
div.menu_right a {
	display: block;
	background: transparent url(/gfx/gfx128_color1/bg_menu_right.gif) no-repeat right bottom;
	height: 40px;
	width: 225px;
	line-height: 40px;
	padding-left: 35px;
	color: #313131;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;	
}
div.menu_right a:hover,
div.menu_right a.hover {
	text-decoration: none;
	color: #000;
}
div.contact {
	float: left;
	width: 233px;	
	padding: 0 20px 0 0;
	text-align: left;
	line-height: 16px;
	color: #2f2e35;
	margin: 315px 0 0 20px;
}
div.contact a {
	color: #99100a;
}
div.contact h1 {
	text-align: left;	
	color: #fff;
	margin-bottom: 15px;
	font-size: 14px;
}

/*
** logo
**/
div.logo {
	text-align: left;
	width: 450px;
	height: 85px;
	padding: 5px 20px;
	text-align: left;
	margin: 0 0 0 210px;
}
div.logo table td {
	width: 450px;
	height: 85px;
	text-align: left;
}
div.logo a,
div.logo a:hover {
	background: none;	
	text-decoration: none;
	padding: 0;
}
div.logo span {
	color: #ed6a8c;
	font-size: 30px;
	cursor: pointer;
}
div.logo strong {
	font-size: 20px;
	font-weight: normal;
	color: #f6f6f9;
	margin-left: 7px;
}
div.logo span,
div.logo strong {
	position: relative;
	width: auto;
	padding: 0 5px;
}
div.logo span img,
div.logo strong img {
	position: absolute;
	right: 0;
	top: 0;
}
div.img {
	position: absolute;
	right: 5px;
	top: 14px;
	width: 248px;
	height: 374px;
}
div.img img.img {
	position: absolute;
	right: 0;
	top: 0;
}

/*
** form
**/
form#form {
	margin-top: 10px;
}
form#form label {
	float: left;
	display: block;
	width: 100px;
	text-align: right;
	padding-top: 5px;
	margin-right: 10px;
	color: #000;
}
form#form input,
form#form textarea {
	border: 1px solid #99100a;
	background-color: #fff;
	width: 300px;
	height: 20px;
	margin-bottom: 2px;
	padding: 2px 3px 0 3px;
	color: #99100a;
}
form#form textarea {
	height: 150px;
}
form#form input:hover,
form#form textarea:hover,
form#form input:focus,
form#form textarea:focus {
	background-color: #fff;
	border: 1px solid #99100a;
}
form#form input.readonly,
form#form input.readonly:hover,
form#form input.readonly:focus {
	border: 1px solid #99100a;
	background-color: #fff;
}
form#form input.btn {
	float: left;
	display: block;
	background-color: #99100a;
	width: 105px;
	height: 28px;
	margin-left: 110px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #fff;
	text-align: center;	
	cursor: pointer;
	border: none;
}
h1.error {
	margin: 10px 0 0 0;
}
div.error {
	background-color: #fff;
	color: #000;
	border: 1px solid #99100a;
	padding: 10px;
}

/*
** Box
**/
div.box {
	float: left;
	width: 490px;
	height: 95px;
	margin: 10px 5px 5px 0;
	position: relative;	
	padding-bottom: 8px;
}
div.details {
	margin-top: 10px;
}
span.date {
	float: right;
}
div.box_long {
	width: 520px;
}
div.cat,
div.gallery {
	width: 122px;
	text-align: center;
	height: auto;
	padding: 0 13px;
	margin: 10px 2px 10px 2px;
	font-size: 11px;
}
div.cat span {
	font-size: 11px;
}
div.gallery {
	height: 110px;
}
div.box img,
div.details img {
	margin-right: 5px;
}
div.box div.lead {
	margin: 3px 0;
}
div.params {
	width: 360px;
}
div.price {
	margin-top: 5px;
}
div.box div.price {
	font-weight: bold;
	margin-top: 0;
}
div.box a.btn,
div.box a.btn2 {
	position: absolute;
	left: 125px;
	bottom: 13px;
}
div.box a.btn2 {
	left: 195px;
}
div.box a.title {
	background: none;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
}
div.box a.title:hover {
	text-decoration: none;
}

/*
** Back
**/
a.back,
a.more {
	clear: both;
	float: right;
	margin-top: 10px;
	text-decoration: none;
}
a.back span,
a.more span {
	text-decoration: none;
	cursor: pointer;
}
a.back:hover span,
a.more:hover span {
	text-decoration: none;
}
a.more {
	margin-bottom: 10px;
}

/*
** ul
**/
ul {
	margin: 0 0 10px 30px;
}

/*
** Border
**/
img.border {
	border: 1px solid #dc5b7e;
}
img.margin {
	margin: 10px 20px;
}
/*
** Box border
**/
div.box_border {
	border-bottom: 1px solid #dc5b7e;
}
/*
** button
**/
a.btn,
a.btn2 {
	float: left;
	background-color: #99100a;
	text-decoration: none;
	padding: 3px;
	color: #fff;
}
a.btn2 {
	background-color: #99100a;
	color: #fff;
}

/*
**	additional
**/
.marked { font-weight: bold }
.pointer { cursor: pointer }
.fleft { float: left }
.fright { float: right }
.clear { clear: both }
div { line-height: 20px }
p {
	padding: 5px 0;
}

/*
** ul
**/
ul {
	margin: 0 0 10px 30px;
}

/*
**	links
**/
a {
    color: #dc5b7e;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/*
** headers
**/
h1, h2 {
	font-size: 18px;
	margin-bottom: 10px;	
}
h2 a {
	background: none;
	padding: 0;
	text-decoration: underline;
}
h2 a:hover {
	text-decoration: none;
}
h1.title {
	text-align: left;
	color: #673e4b;
	font-size: 17px;
	margin: 0 0 20px 0;
	font-weight: bold;
	padding-bottom: 5px;
}

/*
** Table
**/
table.table {
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.table td,
table.table th {
	border: 1px solid #99100a;
	padding: 5px;
}
table.table td.tright,
table.table th.tright {
	text-align: right;
}
table.table th {
	background-color: #962044;
	font-weight: bold;
	color: #fff;
}
table.table td div.desc {
	margin: 5px 2px;
	font-size: 11px;
}

/*
** ref
**/
div.ref div.params {
	width: 100%;
}
div.ref a.btn {
	left: 0;
}

/*
** lang
**/
div#header div.lang {
	top: 13px;
	right: -25px;
}
div#footer div.webgenerator {
	bottom: 0;
	right: 0;
}
