@CHARSET "UTF-8";

/*===============================
	Plugins shyrkaNews */
	
.shyrkaNews_title {}

.shyrkaNews_intro {}

.shyrkaNews_body {}

.shyrkaNews_createdAt {}


/* list */
.shyrkaNews_latest_news {}

	.shyrkaNews_latest_news .shyrkaNews_title {}

	.shyrkaNews_latest_news .shyrkaNews_intro {}
	
	.shyrkaNews_latest_news .shyrkaNews_body {}
	
	.shyrkaNews_latest_news .shyrkaNews_createdAt {}
	
	.shyrkaNews_latest_news .shyrkaNews_link {}
	
		.shyrkaNews_latest_news .shyrkaNews_link span{}
    
.shyrkaNews_list {
  float:left;
  padding-top:8px;
  padding-bottom:8px;
  width:640px;
  border-bottom:dotted 1px #e6e6e6;
  text-align:justify
}

.shyrkaNews_list .thumb{
  float:left;
  border:1px solid #e6e6e6;
  margin:0 8px 6px 0;
}
    

/*===============================
	Scrollable plugin jQueryTools */

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/

div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width:760px;
	height:257px;
  margin:0;
	padding:0;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	/*margin-left:10px;*/
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	width:189px;
  border-right:1px solid #fff;
  cursor:pointer;
}

.box-image{text-align:center; height:130px}
.box-image h4{font-size:1.167em;color:#e07b2d;}
    
.box-detail{background:#fff url(../images/bg-box-detail.gif) top left no-repeat; border-bottom:9px solid #b2b2b2;}
.box-label{background:#fff url(../images/bg-box-label.gif) top left no-repeat;}
  
.box-detail .order{text-align:center; height:18px; color:#fff; font-size:1.167em; font-family:'Arial Black', arial,helvetica,sans-serif;}
.box-detail .value{height:19px; width:181px; padding:0 0 0 8px; border-bottom:1px solid #b2b2b2; font-size:1.167em; color:#b2b2b2; line-height:1.4em;}


/* active item */
div.scrollable div.items div.active {
	/*background-color:red;*/
}

 div.scrollable div.items div.active .box-image h4{font-size:1.167em;color:#fff; background-color:#e07b2d;}
 div.scrollable div.items div.active .box-detail{background:#fff url(../images/bg-box-detail-active.gif) top left no-repeat; border-bottom:9px solid #e07b2d;}
 div.scrollable div.items div.active .value{border-bottom:1px solid #e07b2d; color:#e07b2d;}


/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
#content-slide a.prev, #content-slide a.next, #content-slide a.prevPage, #content-slide a.nextPage {
  position:absolute;
  left:0;
  top:48px;
	display:block;
	width:94px;
	height:45px;
	background:url(../images/scroll-prev.gif) no-repeat;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
#content-slide a.prev:hover, #content-slide a.next:hover, #content-slide a.prevPage:hover, #content-slide a.nextPage:hover {
	/*background-position:0px -18px;*/	
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

#content-slide a.prev, #content-slide a.prevPage{left:0;}

/* next button uses another background image */
#content-slide a.next, #content-slide a.nextPage {
  left:94px;
	background-image:url(../images/scroll-next.gif);
	clear:right;	
}


/* NEWS HOME SCROLLABLE CSS CONFIGURATION */
div.scrollablehome { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 350px; 
    height:80px;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollablehome div.items { 
    /* this cannot be too large */ 
    height:20000em;
    position:absolute;
} 
 
/* 
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollablehome div.items div {
    float:left;
    width:350px;
    height:96px;
}

/* prev, next, prevPage and nextPage buttons */
#slide-home a.prev, #slide-home a.next, #slide-home a.prevPage, #slide-home a.nextPage {
  position:absolute;
  right:10px;
  top:0;
	display:block;
	width:16px;
	height:10px;
	background:url(../images/btn-nav-top.gif) no-repeat;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
#slide-home a.prev:hover, #slide-home a.next:hover, #slide-home a.prevPage:hover, #slide-home a.nextPage:hover {
	/*background-position:0px -18px;*/	
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

#slide-home a.prev, #slide-home a.prevPage{right:10px;}

/* next button uses another background image */
#slide-home a.next, #slide-home a.nextPage {
  right:10px;
  top:60px;
	background-image:url(../images/btn-nav-bottom.gif);
	clear:right;	
}