/**
* @author       	http://www.jseblod.com
* @copyright		Copyright (C) 2009-2010 jSeblod. All Rights Reserved.
* @package			jSeblod CCK ( Content Construction Kit )
**/

/**
 * Class Label / Field
 **/

label.cck_label {
}

td.cck_field {
	vertical-align: middle;
	padding-bottom: 4px;
}

td.cck_field input[type="text"] {
	width: 151px;
}

/**
 * Fix
 **/

.moveable {
	height:113px;
	width:113px;
	float:left;
	background-image:url("../../../images/stories/contact/15a.jpg");	
}

#move-1{background-position:0px 0px; margin-left:0px}
#move-2{background-position:-121px 0px;}
#move-3{background-position:-242px 0px;	}
#move-4{background-position:-363px 0px; margin-left:0px}
#move-5{background-position:-363px -121px; margin-left:0px}
#move-6{background-position:-363px -242px; margin-left:0px}
#move-7{background-position:-363px -363px; margin-left:0px}
#move-8{background-position:-484px -242px; margin-left:0px}
#move-9{background-position:-605px -242px;}
#move-10{background-position:-726px -242px;}
#move-11{background-position:-847px -242px;}
#move-12{background-position:-484px -363px;margin-left:0px}
#move-13{background-position:-605px -363px;}
#move-14{background-position:-726px -363px; }


.full-text{
	float:left;
	padding: 8px;
	height: 218px;
	overflow: hidden;
	background-color: #f9f9f9;
	margin-bottom: 8px;
	width: 460px;
	
	
}
div#content_left div.left-text {
	float:left;	
	padding: 8px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 339px;
	width: 339px;
	background-color: #f9f9f9;
	
}
#content_left{
	float:left;
	width: 355px;
}
#content_middle{
	float:left;
	width: 121px;
	margin-left: 8px;
}
#content_right{
	float:left;
	width: 476px;
}
div.moveable a {
	font-size:115%;
	text-decoration:none;

}

div#pagination_sec{
	width: 113px;
	height: 113px;
	position:absolute;
	top:363px;
	right:0;
}

div#pagination_sec span.hide{
	display: none;
}
div#pagination_sec div.mail{
	position: relative;
	left: 78px;
	top: 35px;	
	height: 21px;
	width: 18px;	
}
div#pagination_sec div.mail a{
	background-image:url(../../15a/images/mailto.png);
	display: block;
	text-decoration:none;
	height: 21px;
	width: 18px;
}	
div#pagination_sec div.home{
	position: relative;
	left: 12px;
	top: 12px;	
	height: 18px;
	width: 21px;
}
div#pagination_sec div.home a{
	background-image:url(../../15a/images/up.gif);
	display: block;
	text-decoration:none;
	height: 18px;
	width: 21px;
}
div#pagination_sec div.next{
	position: absolute;
	left: 78px;
	top: 12px;	
	height: 21px;
	width: 18px;
}
div#pagination_sec div.next a{
	background-image:url(../images/next.gif);	
	height: 21px;
	width: 18px;
	display: block;
	text-decoration:none;
}
	
div#pagination_sec div.prev a{
	position: relative;
	left: 12px;
	top: 55px;	
	background-image:url(../images/prev.gif);
	height: 21px;
	width: 18px;
	display: block;
	background-color: red;
}