#search fieldset {
	border: none;
	padding: 10px 0;
	margin-bottom: 20px;
}

#search .search_main input {
	width:141px;
	float:left;
	border-right:0px;
}

#search  {
	width: 440px;
	margin: 20px 0 0 0;
	padding: 0 10px;
}

#search .search_mode {
	font-weight: bold;
	text-decoration: underline;
	margin-left: 15px;
}

#search .extended {
	clear: left;
	float: left;
	margin: 15px 0 5px 0;
}
#search .extended div {
	margin-bottom: 10px;
	float: left;
	width: 140px;
	margin-top: 3px;
}

#search .extended div label {
	margin-left: 5px;
}

#search .advanced {
	clear: both;
	margin-top: 5px;
}
#search .advanced div{
	margin-bottom: 10px;
	clear: left;
	float: left;
	vertical-align: middle;
}

#search .advanced label {
	float: left;
	width: 110px;
}
#search .advanced select {
	width: 110px;
	margin-left: 30px;
	border:solid 1px #999;
	vertical-align: middle;
	float: left;
}
#search .init_text {
	margin: 20px 0;
}
#search .init_text span {
	padding: 0 5px;
	color: white;
	background-color: #17b9e7;
}
#search .content_text img.search_arrow {
	float: right;
}

#search .content_text {
	border-bottom: 1px solid black;
	margin-top: 20px;
	padding-bottom: 20px;
}

#search .content_text p{
	margin-top: 5px;
}

#search .content_text a{
	text-decoration: none;
}


/* SLIDER */

.ui-slider-1 .ui-slider-handle,
.ui-slider-2 .ui-slider-handle {
	position: absolute; 
	z-index: 10; 
	height: 14px; 
	width: 12px; 
	top: 0; 
	left: 0; 
	background: url(../images/slider-handle.gif) no-repeat;
}

.ui-slider-1 .ui-slider-handle-active,
.ui-slider-2 .ui-slider-handle-active {
	border: 1px dotted black;  
}

.ui-slider-disabled .ui-slider-handle {
	opacity: 0.5; 
	filter: alpha(opacity=50);
}

.ui-slider-range {
	position: absolute; 
	background: #50A029; 
	opacity: 0.3; 
	filter: alpha(opacity=30); 
	width: 100%; 
	height: 100%; 
}

.ui-slider-1,
.ui-slider-2 {
	float: left;
	width: 404px;
	/* evtl. 400px; */
	
	height: 14px;
	position: relative;
}



/* start animation */


#start_ani_box {
	margin-top:60px;
	border-top:solid #FFFFFF 10px;
}
.cycle_ani {  
    padding: 0;  
    margin:  0;  
    width:  460px; 
    height: 259px; 
} 
 
.cycle_ani img {  
    width:  460px; 
    height: 259px; 
    top:  0; 
    left: 0;
}

#cycle_nav {
	height: 30px;
	position:absolute;
	top:290px;
	left:10px;
	z-index:10;
	/* 30px */

}

#bg_cycle_nav {
	width:223px;
	height:41px;
	background-image:url(../images/bg_cycle_nav.gif);
	position:absolute;
	top:288px;
	left:0px;
	z-index:10;
	opacity: 0.5; 
	filter: alpha(opacity=50);
	/* 30px */

}

#cycle_nav a {
	border: none;
	/*
	font-size: 0;
	line-height: 0;
	*/
	margin-right: 5px;
	margin-top: 4px;
	display: block;
	width: 46px;
	height: 30px;
	float: left;
}

#ani_0 {	background: transparent url(../images/but_startani_01_lo.png) no-repeat; }
#ani_1 {	background: transparent url(../images/but_startani_02_lo.png) no-repeat; }
#ani_2 {	background: transparent url(../images/but_startani_03_lo.png) no-repeat; }
#ani_3 {	background: transparent url(../images/but_startani_04_lo.png) no-repeat; }
#ani_4 {	background: transparent url(../images/but_startani_05_lo.png) no-repeat; }
#ani_5 {	background: transparent url(../images/but_startani_06_lo.png) no-repeat; }
#ani_0.activeSlide {	background: transparent url(../images/but_startani_01_hi.png) no-repeat; }
#ani_1.activeSlide {	background: transparent url(../images/but_startani_02_hi.png) no-repeat; }
#ani_2.activeSlide {	background: transparent url(../images/but_startani_03_hi.png) no-repeat; }
#ani_3.activeSlide {	background: transparent url(../images/but_startani_04_hi.png) no-repeat; }
#ani_4.activeSlide {	background: transparent url(../images/but_startani_05_hi.png) no-repeat; }
#ani_5.activeSlide {	background: transparent url(../images/but_startani_06_hi.png) no-repeat; }




/* SOCIAL BOOOKMARKING */
#akst_form {
	background: #999;
	display: none;
	border: 1px solid #ddd;
	position: absolute;
	margin-left: 35px;
	margin-top: -100px;
	width: 207px;
	z-index: 999;
}
#akst_form a.akst_close {
	color: #fff;
	float: right;
	margin: 5px;
}
#akst_form ul.tabs {
	border: 1px solid #999;
	list-style: none;
	margin: 10px 10px 0 10px;
	padding: 0;
}
#akst_form ul.tabs li {
	background: #ccc;
	border-bottom: 1px solid #999;
	cursor: pointer;
	float: left;
	margin: 0 3px 0 0;
	padding: 3px 5px 2px 5px;
}
#akst_form ul.tabs li.selected {
	background: #fff;
	border-bottom: 1px solid #fff;
	cursor: default;
	padding: 4px 5px 1px 5px;
}
#akst_form div.clear {
	clear: both;
	float: none;
}
#akst_social, #akst_email {
	background: #fff;
	border: 1px solid #fff;
	padding: 10px;
}
#akst_social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#akst_social ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}

#sb_form {
	margin-top: 20px;
	margin-bottom: 10px;
}

#sb_form ul {
	list-style: none;
}
#sb_form ul li {
	float: left;
}
#sb_social ul li a {
	background-position: 0px 2px;
	background-repeat: no-repeat;
	height: 20px;
	padding: 4px 0 0 22px;
	display: block;
	vertical-align: middle;
	float: left;
	/*
	display: block;
	float: left;
	height: 24px;
	padding: 4px 0 0 22px;
	vertical-align: middle;
	*/
}

#sb_wong {
	background-image: url(../images/wong.gif);
}
#sb_yigg {
	background-image: url(../images/yigg.gif);
}
#sb_technorati {
	background-image: url(../images/technorati.gif);
}
#sb_delicious {
	background-image: url(../images/delicious.gif);
}
#sb_webnews {
	background-image: url(../images/webnews.gif);
}
#sb_digg {
	background-image: url(../images/digg.gif);
}
#sb_googlebookmarks {
	background-image: url(../images/google.gif);
}
#sb_netvibes {
	background-image: url(../images/netvibes.gif);
}
#sb_bloglines {
	background-image: url(../images/bloglines.gif);
}
#sb_googlereader {
	background-image: url(../images/googlereader.gif);
}
#sb_feed {
	background-image: url(../images/feed.gif);
}
#sb_feedadd {
	background-image: url(../images/feedadd.gif);
}


#akst_email {
	display: none;
	text-align: left;
}
#akst_email form, #akst_email fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#akst_email fieldset legend {
	display: none;
}
#akst_email ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#akst_email ul li {
	margin: 0 0 7px 0;
	padding: 0;
}
#akst_email ul li label {
	color: #555;
	display: block;
	margin-bottom: 3px;
}
#akst_email ul li input {
	padding: 3px 10px;
}
#akst_email ul li input.akst_text {
	padding: 3px;
	width: 95%;
}
.akst_share_link {
}



