@import url("/css/default.css");
@import url("/css/disp.css");
@import url("/css/thickbox.css");
@import url("/css/header.css");
@import url("/css/content.css");
@import url("/css/footer.css");

/* CSS Document */
html, body {
/*	font-family: "Monotype Corsiva", fantasy;*/
	font-size: 90%;
}
body {
	text-align: center;
/**/	background: url('/images/bg.jpg') #130d09;
}
*{
	font-size: 1em;
	line-height: 1.25em;
	color: #000000;
}

/*table { table-layout:fixed;}
tr td {vertical-align: top;}*/
input, select, textarea {
font-size: 1em;
line-height: 1.25em;
}
select option {padding: 1px 0;}

a {
	text-decoration: underline;
	font-family: Verdana, sans-serif;
	color: #810000;
}
a:hover, a.active {
	color: #b51a2c;
	text-decoration: none;
}
.container{
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.top {
	background: url('/images/top-line.png') no-repeat top center;
	width: 900px;
	height: 70px;
}
.top-left {
	width: 170px;
	margin: 30px 25px 0 25px;
}
.top-center {
	width: 300px;
	margin: 30px 0px 0 10px;
	color: #810000;
}
.top-right {
	width: 200px;
	height: 35px;
	background: url('/images/phone.png') no-repeat top center;
	margin: 22px 75px 0 0;
}
.left {
	background: url('/images/bg-left.png') repeat-y top right;
	width: 7px;
}
.center {
	width: 878px;
}
.body {
	margin: 0 auto;
	text-align: center;
	background: #dbccb2;
}
.right {
	background: url('/images/bg-right.png') repeat-y top left;
	width: 6px;
}
.bottom {
	background: url('/images/bottom-line.png') no-repeat top center;
	width: 900px;
	height: 46px;
}

/***** Global Classes *****/
.clear         { clear: both; float: none; }
.float-left    { float: left; }
.float-right   { float: right; }
.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }
.bold          { font-weight :bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }
.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }
.nopadding     { padding: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }
.td-middle	   { vertical-align: middle; }
.size	       { width: 99%; }
.hr			   { width: 100%; height: 1px; margin: 10px 0px; border-bottom: 1px dashed #b1b1b1; }
.font-min	   { font-size: 80%; }



#spinner, #spinner2 {
	position: absolute;
	z-index: 5;
	width: 30px;
	height: 30px;
	background: url('/images/loadinfo.gif') no-repeat center center;
}
#abs {
	position: absolute;
	z-index: 2;
}
.abs1 {
	position: absolute;
	z-index: 1;
}
.rel1 {
	position: relative;
	top: -12px; left: 0px;
}
.rel {
	position: relative;
	top: 0px; left: 0px;
}


.top, .left, .right, .bottom, .price-list, .zamer, .top-right, .bg-top, .bg-bot, .logo, .desing { behavior: url(/iepngfix.htc); }


div.fotoContainer{	width:100%;
	margin:0;
	padding:0;
	text-align:left;}

div.fotoContainer img{	float:left;
	margin:4px;
	cursor:pointer;
	width:200px;
	height:150px;}

div.LeftArrow{	width:20px;
	height:150px;
	background:url("images/LeftArrow.gif") no-repeat scroll center center transparent;
	cursor:pointer;
	float:left;
	margin: 0 0 0 67px;}
div.RightArrow{
	width:20px;
	height:150px;
	background:url("images/RightArrow1.gif") no-repeat scroll center center transparent;
	cursor:pointer;
	float:left;
}


/*-----------------------------------------------------------------------------------------*/
fieldset.Order{	width:93%;
	padding:20px;
	border:3px double black;}

fieldset.Order legend{	font-size:14px;}

span.Order{	font-size:12px;
	font-weight:bold;}

span.Order i{	font-weight:normal;
	text-decoration:none;}

input.Order{	color:black;
	margin-bottom:8px;}

fieldset.comment{	margin-right:25px;
	padding:15px;
	border:4px double #CFA99A;}
fieldset.comment legend{	font-family:Trebuchet MS;
	font-size:1.1em;
	font-weight:bold;
	-moz-border-radius:10px;
	padding:5px 15px;
	background:#CFA99A;
	margin-left:20px;}

h2.coomment_head{	width:99%;
	text-align:center;
	margin:15px 0;}
div.comment_text{	width:99%;
	margin:5px 0;}
hr.comment_delimiter{	width:99%;
	margin:10px 0;}
