#BlockOrder{
	background:#F1C877 url(/include/images/back.jpg) repeat scroll 0 0;
	display:none;
	left:50%;
	top:50%;
	z-index:10000;		
	font-size:14px;
	margin:-20% 0 0 -20%;	
	position:fixed;
	width:450px;	
}
#BlockPanoram{
	background:#F1C877 url(/include/images/back.jpg) repeat scroll 0 0;
	display:none;
	left:50%;
	top:50%;
	z-index:10000;		
	font-size:14px;
	margin-top:-215px;
	position:fixed;
	height:433px;
}

#BlockOrder #block_body{padding:20px;}	
#BlockOrder #close, #BlockPanoram #close{position: absolute;top:10px;right:10px;cursor: pointer;border:0;z-index:1000;}

#BlockOrder  h2		{margin:00px 00px 20px 10px;}
#BlockOrder  p		{margin:20px 00px 10px 10px;}
#BlockOrder  p span	{margin:00px 00px 00px 05px; color:red;}
#BlockOrder  input		{margin:20px 00px 00px 20px; width:158px;  height:18px;}
#BlockOrder  small		{margin:-10px 00px 10px 20px; position:relative;}
#BlockOrder  img		{margin:00px 00px -10px 20px;}

#BlockOrder input.btn{
	position: absolute;
	bottom:30px;
	right:53px;
	cursor: pointer;
	border:0;
	width:139px;
	height:40px;
	}
	
#BlockPanoram div#block_body{padding:10px;}
#open{cursor:pointer;}

#BlockOrder div.c1	{background:transparent url(/include/images/top_left.gif) no-repeat scroll left top;display:block;height:100%;}
#BlockOrder div.c2	{background:transparent url(/include/images/top_right.gif) no-repeat scroll right top;display:block;height:100%;}
#BlockOrder div.c3	{background:transparent url(/include/images/bottom_left.gif) no-repeat scroll left bottom;display:block;height:100%;}
#BlockOrder div.c4	{background:transparent url(/include/images/bottom_right.gif) no-repeat scroll right bottom;display:block;height:100%;}

#BlockPanoram div.c1	{background:transparent url(/include/images/top_left.gif) no-repeat scroll left top;display:block;height:100%;}
#BlockPanoram div.c2	{background:transparent url(/include/images/top_right.gif) no-repeat scroll right top;display:block;height:100%;}
#BlockPanoram div.c3	{background:transparent url(/include/images/bottom_left.gif) no-repeat scroll left bottom;display:block;height:100%;}
#BlockPanoram div.c4	{background:transparent url(/include/images/bottom_right.gif) no-repeat scroll right bottom;display:block;height:100%;}

#BlockOrder input{background:#E8C274; border:1px solid;}

div#jquery-overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	background:#000;
	display:none;	
}
div#overlay_order{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	background:#000;
	display:none;
	z-index:1000
}
#BlockPanoram div#block_img{	
	display:block;
	height:393px;
	margin:10px;
	position:relative;
	overflow:hidden;
	}
#BlockPanoram div#block_img img{
	position:absolute;
	top:0;
	left:-1500px;
	}
#BlockPanoram span#toleft,
#BlockPanoram span#toright{
	height:363px;
	width:150px;
	position:absolute;
	top:35px;
	z-index:1000;
}
#BlockPanoram span#toleft{
	background:none;
	left:20px;
	}
#BlockPanoram span:hover#toleft{
	background:transparent url(/include/images/toleft.gif) no-repeat scroll left center;
	cursor: url(/include/images/cursor_left.gif), auto;
	}
#BlockPanoram span#toright{
	background:none;
	right:20px;
	}
#BlockPanoram span:hover#toright{
	background:transparent url(/include/images/toright.gif) no-repeat scroll right center;
	cursor: url(/include/images/cursor_right.gif), auto;
	}