/* everything is constructed with a single background image */

/* root element for tabs */
#vesti {
	border: 1px solid #CCC;
	background-color:#EBEBEB;
}
#flowtabs {
	
	/* dimensions */
	width:240px;
	height:290px !important;
	margin:10px 0 0 0 !important; 
	padding:0;
	float:right;	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin-bottom:4px;
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url(/tools/img/tabs/blue_panes.jpg) no-repeat;
	float:left;
	display:block;
	height: 50px;   
	width: 220px; 		
	/* font decoration */
	color:#000;
	font-size:10px;
	text-align:left;
	text-decoration:none;
	border: 1px solid #CCC;

}
#flowtabs img {float:left; margin-right:10px; 	padding:1px;}
/* mouseover state */
#flowtabs a:hover 		{ color:#00C;	 }
/* currently selected tabs */
#flowtabs a.current		{
	cursor:default;
	color:#fff;
	background-color:#09C
}
/* panes */
#flowpanes {
	background: url(/tools/img/tabs/blue_panes.jpg) no-repeat 0 -100px;		
	width:400px;
	height:290px;	
	float:left;
	position:relative;
	overflow:hidden;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:0 15px 10px 15px;
    float:left;
	display:block;
	width:380px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#333;
	letter-spacing:1px;
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
}

#flowpanes a {
	font-size:12px;
}

#flowpanes p, #flowpanes samp {
	color:#000;
	font-family:verdana;
	font-size:11px;
	line-height:1.5em;	
}

#flowpanes div.narrow {
	padding-right:160px;		
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

/*------popup-------*/

#popup_container{

    height: 355px;
    left: 30%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 616px;
    z-index: 1001;

}
#close_popup{
    background: url("../img/btn_close.jpg") no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 84px;
    position: absolute;
    right: 0px;
    top: 0px;

}


#popup_overlay {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    z-index: 101;
}
#btn_1{
        background: url("../img/btn_1.png") no-repeat scroll 0 0 transparent;
    height: 139px;
    width: 268px;
    position: absolute;
    right: 318px;
    top: 180px;
    
}
#btn_1:hover{
    background: url("../img/btn_1_hover.png") no-repeat scroll 0 0 transparent;

}
#btn_2{
        background: url("../img/btn_2.png") no-repeat scroll 0 0 transparent;
    height: 139px;
    width: 268px;
    position: absolute;
    right: 30px;
    top: 180px;
    
}
#btn_2:hover{
    background: url("../img/btn_2_hover.png") no-repeat scroll 0 0 transparent;

}
