/**
*	-- Even more rounded corners with CSS: Base stylesheet --
*	Original: http://www.schillmania.com/content/projects/even-more-rounded-corners/
*
*	Modified: 2009 - Evgeniy "RUff" Khoroshilov
*	Webway company - 2009
*/

/*main menu back*/
.dialog {
 min-width:118px;
 _width: 118px;
 max-width:200px; /* based on image dimensions - not quite consistent with drip styles yet */
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

/*content back*/
.dialog2 {
 min-width:508px;
 _width: 508px;
 max-width:800px;
 margin-left:12px;
 margin-bottom:0.5em;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
	background: transparent url(/_pic/misc/jmenu.png) no-repeat top right;
	_background: transparent url(/_pic/misc/jmenu.gif) no-repeat top right;
}


.dialog2 .content,
.dialog2 .t,
.dialog2 .b,
.dialog2 .b div {
	background: transparent url(/_pic/back/spec_back.png) no-repeat top right;
}

.dialog .content, .dialog2 .content {
 position:relative;
 zoom:1; /*for ie 7 also!*/
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}
	.dialog2 .content {padding:22px 12px 0 16px;}

.dialog .t, .dialog2 .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:175px; /* arbitrary long height, IE 6 *//*141*//*158*/
 background-position:top left;
}
	.dialog2 .t {_height:800px;}
	
.dialog .b, .dialog2 .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b, 
.dialog .b div  {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}
	.dialog2 .b, .dialog2 .b div {
		 height:70px;
		 font-size:1px;
	}

.dialog .b, .dialog2 .b {
 background-position:bottom right;
}

.dialog .b div, .dialog2 .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}
