/*# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #	#	#	#
  #																																												#
  #		TEMPLATE	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-		#
  #		[ $tpl ]	site/template/default							#
  #																																												#
  #		IMAGES	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-		#
  #		[ $design ]		../images																					#
  #		[ $default ]	../../default/images															#
  #																																												#
  #		COLORS	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-		#
  #		[ $color['prva'] ]		Array											#
  #		[ $prva ]							#146494																	#
  #		[ $druga ]						#bae82e																#
  #		[ $tretja ]						#bae82e															#
  #																																												#
  #		USE 	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-	-		#
  #		#146494																			#
  #		#146494				 																			#
  #		#bae82e				 																			#
  #		#bae82e							 															#
  #																																												#
  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #	#	#	#*/

/*# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	#
																																				#
			1.	BODY - [ body ]																								#
																																				#
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	#
	# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #*/


/* 1. BODY -------------------------------------------------------------------------------*/

.container > .Body { }

/* Wrapper */
	.container > .Body > div { }
	
		/* Holders */
			.container > .Body > div > .Wrp { }


/* 1. LINKS	---------------------------------------------------------------------------------------*/

.win1, .win2 { display: block; margin: 5px; }
.win1 { border: #89b1c9 2px solid; }
.win2 { border: #dcf396 2px solid; }

.win1 .header, .win2 .header { height: 26px; display: block; }
.win1 .header { background: url(../images/2_Body/win1_back.png) repeat-x top; }
.win2 .header { background: url(../images/2_Body/win2_back.png) repeat-x top; }

.win1 .header h1,
.win2 .header h1
{
	display: block;
	margin: 0;
	padding: 0 8px; padding-top: 2px;
	
	color: #ffffff;
	font-size: 16px; line-height: normal; font-weight: bold;
	text-transform: uppercase; text-align: left;
	
	background: none;	
}
.win1 .header h2,
.win2 .header h2 {
	display: block;
	margin: 0;
	padding: 0 8px; padding-top: 4px;
	
	color: #ffffff;
	font-size: 14px; line-height: normal; font-weight: bold;
	text-transform: uppercase; text-align: left;
	
	background: none;	
}
.win1 .header h3,
.win2 .header h3 {
	display: block;
	margin: 0;
	padding: 0 8px; padding-top: 6px;
	
	color: #ffffff;
	font-size: 12px; line-height: normal;	font-weight: bold;
	text-transform: uppercase; text-align: left;
	
	background: none;	
}



.win1 .body, .win2 .body { padding: 6px; }






