/*********************************************************************************/
@charset "utf-8";
/*********************************************************************************/
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/* # #																										 									 # # */
/* # #  Copyright (c) PLAN e d.o.o., 2007-2009															 # # */
/* # #  Vse pravice pridržane. All rights reserved.													 # # */
/* # #  info@plan-e.si | www.plan-e.si  																		 # # */
/* # #  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  # # */
/* # #  Template variables:																									 # # */
/* # #  Array														 # # */
/* # #  Array											 # # */
/* # #  plane												 # # */
/* # #  ../images																					 # # */
/* # #  ../../../../../template/plane/images						 # # */
/* # # 																																			 # # */
/* # #  How to:																															 # # */
/* # #  #419ace										 # # */
/* # #  #000000									 # # */
/* # # 																																			 # # */
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/*********************************************************************************/

div.teamWrp {
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	
}

/**************************************/
/*** SHORT	 												***/
/**************************************/
div.teamWrp div.shortWrp {
	width: 260px;
	display: inline-block;
	float:left;
	vertical-align:top;
	padding: 15px;
	margin: 0px 6px;
	border: #cccccc 1px solid;
}
/*## INFO	 ##*/
div.teamWrp div.shortWrp div.info {
	display: block;
	color: #4d94be;
	text-align:right;
	position: relative;
	margin-top: -14px;
	
}
div.teamWrp div.shortWrp div.info span { /* Info povdarek*/
	color: #828c93;
	font-style:italic;
	
}
/*## CONTENT	 ##*/
div.teamWrp div.shortWrp div.content,
div.teamWrp div.shortWrp div.grey {
	width: auto; display: block;
	padding: 0 2px;
	text-align:left; line-height: 16px;
}
div.teamWrp div.shortWrp div.content {
	margin-top: 15px; margin-bottom: 2px;
	color: #67aed7;
	font-weight: bold;
}
div.teamWrp div.shortWrp div.content span {
	color: #a0cce6;
	font-weight: normal;
}
div.teamWrp div.shortWrp div.grey {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}
div.teamWrp div.shortWrp div.grey span {
	color: #999999;
	font-weight: normal;
}
/*## IMAGE	 ##*/
div.teamWrp div.shortWrp div.image2 {
	
}
div.teamWrp div.shortWrp div.image2 img {
	border: #d8d8d8 10px solid;
}


