/*
	Theme Name: Desen
	Theme URL: http://newwpthemes.com/wordpress-theme/desen/
	Description: Desen is a free premium WordPress theme suitable for any niche. Theme Options at admin panel.
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 1.0
	Tags: Grey, Technology, Ads Ready, Two Columns, Left Sidebar, Fixed Width, Blogging, Dark, Options Page
*/

/* LAYOUT */

body {
	background: #EFF5D9 url(images/background.jpg) center top repeat-x;
	}

#wrapper {
    /*background: url(images/wrapper.png) left 200px repeat-x;*/
	}

#container {
	}

#contentwrap { background-image:url(images/nav_bk.jpg);
			  background-position:0 100%;
			 background-repeat:repeat-y;
			 margin:0 20px;
			 padding:0 0 80px 0;
    		/*background: #fff url(images/contentwrap.png) 150px top repeat-y*/;
	}

.clear{ clear:both;}

a {
	color: #FF3300;
	}

a:hover {
	color: #cdcdcd;
	}
/* HEADER */

#header {
	height: 124px;
	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 0 0 0 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 48px;
	}

#header h1 a, #header h1 a:visited {
	color: #2C3D47;
	text-decoration: none;
	}


#header h2 {
	color: #69757C;
    font-family: Times New Roman, Times, Serif;
    font-style: italic;
	font-size: 15px;
	font-family: Arial;
	}

.feedtwitter {
    /*height: 38px;*/
	text-align: right;
	}
.feedtwitter img {
    margin: 8px 10px 0 0px;
}

.logoimg {
    margin: 0px 0 0 0px;
	border:none;
}
/* NAVIGATION MENUS */

#pagemenucontainer {

   	height: 32px;
    float: left;
    padding: 0px /*10px*/;
    margin-top: 4px;
	margin-left:15px;
   	}
	
#pagemenu {
   	height: 32px;
    float: left;
   /* background: url(images/pagenav-background.png) left top repeat-x;
    border: 1px solid #ECF1F3;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
	}

.care_bk {
	background-image:url(images/care_01_bk.jpg);
	background-repeat:no-repeat;
	padding:10px;
/*	margin-top:80px;*/
}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	/*line-height: 1;*/
	}
#pagemenu {
  	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
      background: url(images/pagenav-seperator.png) left center no-repeat;
	}
#pagemenu li:first-child {
      background: none;
	}



#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #536B78;
	display: block;
    margin: 0 1px;
	padding:10px;
	text-decoration: none;
	font-weight: normal;
/*	text-transform: uppercase;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#pagemenu li a:hover, #pagemenu li a:active{
	color: #000000;
	display: block;
    text-decoration: none;
	}
	
#pagemenu  li.current_page_item a {
	color: #5A8B49;
font-weight: bold;
text-decoration: underline;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}


#navcontainer {
	height: 38px;
	display: block;
	overflow: hidden;
    background: url(images/nav-bg.png) left top repeat-x;
    border-bottom: 1px solid #416374;
    border-top: 1px solid #fff;
	}
	
#navcontainer .current-cat a {
	background: url(images/nav-hover.png) left top repeat-x;
	color: #FFFFFF;
   	}
	
/* CONTENT */

#content {
	padding: 0px /*15px 15px 5px*/;
    margin: 0 0 10px 0px;
    color: #FFFFFF;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.post {
	padding-bottom: 15px;
	margin-bottom: 15px;
   /* border-bottom: 1px solid #3B454B;*/
	}

.post p {
	margin-bottom: 10px;
/*	color:#666666;
*/	line-height:20px;
	color:#494444;
	font:normal 12px Arial, Helvetica, sans-serif;
	/*width:130px;*/
	}
	
.post p strong	{ color:#666;}

.title {
	margin: 0 0 2px 0;
	padding: 0px;
	font-size: 24px;
	font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
	color: #fff;
	}

	
.title a {
	text-decoration: none;
	color: #fff;
	}

.title a:hover {
	text-decoration: none;
	color: #81CCEB;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: underline;
    color: #fff;
}

.readmorecontent {
	text-align: right;
	}

a.readmore {
	padding: 5px 15px;
	color: #FFFFFF;
	text-decoration: none;
    font-size: 12px;
    background: #232B30;
	}

a.readmore:hover {
    color: #fff;
    background: #C43D22;
	}

.postdate {
	font-size: 12px;
	padding: 2px 0;
	font-family: Arial, Helvetica, Sans-serif;
    color: #fff;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Helvetica, Sans-serif;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}

.post_thumbnail {
    background: #2E3A41;
    padding: 6px;
    border: 1px solid #778E94;
    margin: 0 10px 10px 0;
}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 0px;
	font-family: Arial, Verdana;
	font-size: 14px;
	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}

/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #fff !important;
    background:none !important;
    border: 0 !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    color: #fff !important;
    background:#232B30 !important;
    border: 0 !important;
    
}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #fff !important;
    background: none !important;
    border: 0 !important;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #fff !important;
    background:#C43D22 !important;
    border: 0 !important;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #fff !important;
    background: none !important;
    border: 0 !important;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 6px;
	}


.sidebar {
	margin: 0;
    font-size: 13px;
    color: #FFFFFF;
	padding:0;
	}
	
.sidebar a {
	text-decoration: none;
	color: #fff;
	}

.sidebar a:hover {
	text-decoration: none;
	color:#fff;
 	}
	
#search {
  /*  border: 1px solid #ccc;*/
    height: 26px;
    padding: 0;
    background: #fff;
    text-align: right;
    margin-top: 15px;
	/*width:170px;*/
}

#search input {
	border: 0;
    background: none;
    color: #666;
}
	
	
#s {
	width: 240px;
	padding: 0;
    margin:0px 0 0 0;
    background: none;
}

#topsearch #search {
    margin-top: 12px;
    padding-right: 4px;
    }
    
#topsearch #s {
    width: 144px;
	border:1px solid #ccc;
    }

		
/* Social icons */
.addthis_toolbox {
    padding-top: 15px;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.90;
}


.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 14px 0 10px 10px;
	background: url(images/sidebar-tab.png) left top repeat-x;
	font-size: 16px;
    line-height: 16px;
	font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
	text-transform: uppercase;
	color: #F0F4F7;
   	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding:0 0 0 0px;
	width:150px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 0 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 2px;
    }


.sidebar ul li ul li, .sidebar ul li li {
	padding: 0px 0px 0px 10px;
	margin: 0 0 0 4px;
   /* background: url(images/arrow.png) left 5px no-repeat;*/
	}
.sidebar ul li ul li:hover, .sidebar ul li li:hover {
	padding: 0px 0px 0px 10px;
	margin: 0 0 0 4px;
    /*background: url(images/arrow-hover.png) left 5px no-repeat;*/
	}



#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #fff;
	background: none !important;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: none !important;
    color: #fff;
	}

#wp-calendar td {
	color: #fff;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #C43D22;
	color: #fff;
	}
    
#wp-calendar td:hover a, #wp-calendar #today a {
	color: #fff;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}

/* FOOTER */

#footer {
	background: #fff;
	padding:20px 0;
	text-align: left;
	color: #666;
	font-size: 13px;
    margin-top: 30px;
	border-top:1px solid #ccc;
	/*width:775px;*/
	
	}
	

#footer .leftcopyrights{ float:left; padding: 0px 10px 10px; }

#footer .rightcopyrights{ float:right;  }


#footer a {
	color: #FF3300;
	} 

#footer a:hover {
	text-decoration: none;
    color: #666;
	} 
	
#footercredits {
	color: #222A2E;
	font-size: 11px;
	text-align: right;
	padding: 10px;
	}
    	
#footercredits a {
	color: #222A2E;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	

.blog {
	background-position:left top;
	background-repeat:repeat-y;
	width:560px;
	float:left;
 }
 
.feature {
margin:0;
padding:0;
width:560px;}

.feature  h1{ font:bold 14px Arial, Helvetica, sans-serif; color:#b01a59; padding:0; margin:0;}


.feature .article {
float:left;
margin:0;
padding:0;
width:224px;
}


.feature .designer {
float:right;
margin:21px 2px 0;
padding:0;
text-align:right;

}


.descript {
margin:10px auto 0;
width:560px;
float:left;
}


#movieArea2, #movieArea, .floatR {
border-top:1px solid #CCCCCC;
margin:20px 0 0;
padding:10px 0 0;
}


.floatR dl {
float:right;
margin:0 0 0 10px;
padding:0;
width:220px;
}



/*start-sdmenu*/


div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(http://www.sunparasol.net/growers/wp-content/themes/Desen/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(http://www.sunparasol.net/growers/wp-content/themes/Desen/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(http://www.sunparasol.net/growers/wp-content/themes/Desen/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 20px;
	font-weight: bold;
	color: white;
	background: url(http://www.sunparasol.net/growers/wp-content/themes/Desen/expanded.gif) no-repeat 10px center;
	cursor: default;
	/*border-bottom: 1px solid #ddd;*/
}

div.sdmenu div strong { padding:0 0 0 20px; margin:0;}


div.sdmenu div.collapsed span {
	background-image: url(http://www.sunparasol.net/growers/wp-content/themes/Desen/collapsed.gif);
}
div.sdmenu div a {
	padding:2px 0 2px 28px;
	/*background: #eee;*/
	display: block;
/*	border-bottom: 1px solid #ddd;*/
	color: #fff;
}
div.sdmenu div a.current {
	/*background : #EEE;*/
}
div.sdmenu div a:hover {
	/*background : #ca709a url(http://www.sunparasol.net/growers/wp-content/themes/Desen/linkarrow.gif) no-repeat right center;*/
	color: #fff;
	text-decoration: none;
}


div.sdmenu ul{ padding:0; margin:0;}
div.sdmenu ul li{ padding:6px 0 0 20px; margin:0;}

/*end-sdmenu*/







/*Varieties-images*/
div.step_4ple{
	clear: both;
	width: 100%;
	padding-bottom:20px;
}

div.step_4ple div {
	float:left;
	padding-right:5px;
	_padding-right:2px;
	width: 24%;
}


.thumb img.prize{
	border:0;
	float:right;
	vertical-align:bottom;
	/*margin-top:0.7em;*/
}

.thumb img{
	float:left;
	border:1px solid #D1D1D1;
	padding:2px;
}

.thumb p{
	text-align:center;
	margin:0;
	padding:0;
}

.thumb p.float_left{
	margin-left:0.1em;
	text-align:left;
}

.float_left{
	float:left;
}

.float_left2{
	float:left;
	margin-left:15px;
	margin-right:10px;
}

.float_left3{
	float:left;
	margin-left:5px;
	margin-right:5px;
	padding-top:1.0em;
}
.thumb p.float_left{
	margin-left:0.1em;
	text-align:left;
	
}

br.blockend{
	clear:both;
	font-size:1px;
}

.blockend{
	height:1px;
	clear:both;
}
.thumb .blockend2{
	float:left;
	border:0;
	
}

/*end-Varieties-images*/


#image_box{
	margin:0px auto;
	padding:0;
	width:565px;
	background:#fff;
	}
	
	
	
ul.flipMenu ul, ul.flipMenu li{margin-left:0px;!important;
padding-top:4px;}	


#searchform{ padding:0; margin:5px 0 0 0;}


.box_left img {
border:1px solid #999999;
margin-bottom:5px;
padding:3px;
}


.box_left {
float:left;
margin:0px 15px 0 0;
width:269px;
}

.box_left2 {
float:left;
margin:10px 35px 0 0;
}


.ttl {
font-size:100%;
font-weight:bold;
color:#666;
}

.featuresList {
z-index:1;
}

.featuresList ul {
margin-top:5px;
}

.featuresList li {
float:left;
width:170px;
}


.featuresList li a {
display:block;
margin-right:10px;
font:normal 12px Arial, Helvetica, sans-serif;
}


/*---------------------------------- additional style sheet for sunparasol------------------------------------*/
.ttl_2 {
    border-bottom: 1px solid #B7D48E;
    margin-top: 10px;
    width: 100%;
}
.ttl_3 {
    font-size: 120%;
    font-weight: bold;
    padding-top: 1em;
}
/*.float_left3 {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
	color:#494444;
}
*/
.pagetop {
    clear: both;
    margin:0;
    padding-right: 10px;
    text-align: right;
	padding-top:15px;
}
.care_box {
    clear: both;
    margin: 10px 0;
    text-align: center;
}
.care_box img {
    margin: 5px 10px;
}
.gray_b2 {
    border: 1px solid #999999;
    padding: 3px;
}

div.step_4ple {
    clear: both;
    padding-bottom: 20px;
    width: 99%;
}
.thumb p.float_left {
    margin-left: 0.1em;
    text-align: left;
	padding-top:15px;
}
#content p {
    /*margin-top: 10px;*/
    padding-left: 0;
    text-indent: 0;
}
h2 {
   /* border-bottom: 1px solid #B7D48E;*/
    clear: both;
    margin-bottom: 10px;
	padding-top:10px;
}


#maincontents_b {
    background: url(images/bg_1b.jpg) no-repeat scroll 0 0 #fff;
    margin: 0 auto;
    padding: 0;
    width: 560px;
}

#photobox {
    /*clear: both;*/
    float: none;
    margin: 0;
    padding: 0;
}

#photobox #double_l {
    clear: both;
    color: #003300;
    float: left;
    font-size: 1.5em;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 280px;
}
#photobox #double_r {
    clear: none;
    color: #003300;
    float: right;
    font-size: 1.5em;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 280px;
}

p.font_xsmall {
    font-size: 80%;
    margin: 10px;
    text-align: justify;
}

#textbox dl dd {
    clear: none;
    color: #000000;
    float: left;
    font-size: /*1.5em*/ 17px;
    line-height: 150%;
    margin: 0;
    padding: 20px 0;
    text-align: justify;
    width: 370px;
}
#textbox dl dt {
    clear: both;
    float: left;
    margin: 0;
    padding: 10px 0 0 20px;
    width: 156px;
}
#photobox #single {
    clear: both;
    /*float: left;*/
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 540px;
}
#maincontents {
	background: url( images/bg_1.jpg) no-repeat scroll 0 0 #fff;
    margin: 0 auto;
    padding: 0;
    width: 560px;
}
.txt_margin1 {
    margin-top: 230px;
}
.txt_margin6 {
    /*margin-top: 90px;*/
}
.txt_margin2 {
    margin-top: 280px;
}
.txt_margin4 {
    margin-top:180px;
}
.txt_margin3 {
    margin-top: 230px;
}

.txt_margin5 {
    margin-top: 40px;
}

#maincontents2 {
    background: url(images/bg_2.jpg)  no-repeat scroll 0 0 #fff;
    margin: 0 auto;
    padding: 0;
    width: 560px;
}

.photo_detail {
    margin: 20px 0 10px;
    text-align: center;
}

.box_img {
    border: 1px solid #999999;
    margin-bottom: 5px;
    padding: 3px;
	width:180px;
}

dl.line1 {
/*    width: 100%;*/
margin:0 10px;
}
dl.line1 dt {
    float: left;
    font-weight: bold;
    list-style-type: none;
    margin-top: 1px;
}
dl.line1 dd.d1 {
    margin: 0 5px 0;
    padding-bottom: 5px;
    padding-left: 10em;
    padding-top: 7px;
}
/*---------------------------------- arun new add------------------------------------*/
.picup {
	background-image:url(images/topics_newvarieties_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fde3e3;
	margin:0;
	padding:0;
	width:557px;
}

.picuptop {
	background-image:url(images/topics_newvarieties_bgtop.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}


.picupbottom {
	background-image:url(images/topics_newvarieties_bgbottom.jpg);
	background-repeat:no-repeat;
	background-position:0 100%;
	padding:10px 15px 0px;
}

.picup dl {
	float:left;
	margin:0;
	padding:0;
}

.picup dl dt,
.picup dl dd{
	margin:0 0 5px;
	padding:2px 13px 6px 0;
	font-size: 80%;
	color:#fff;

}

.picupbottom a img{
	border:2px solid #FFF;
}

.picup dl dt img,
.picup dl dd img{
	margin:0;
	padding:0;
	vertical-align:top;
	border:1px solid #fff;
}

.newvarieties {
    clear: both;
	padding:0;
	margin:0 0 10px 0;
}
.detail p {
    text-align: center;
    width: 500px;
}

 /*---------------- vedios-setting-------------------*/
 .page_videos{ margin:0; padding:20px 0 0;}
  .page_videos h4{ margin:0; padding:0 0 5px; color:#494444; font-size:1.2em;}
 .page-video_align{ margin:0; padding:0 10px 0 0; float:left; width:130px;}
   .page-video_align p{ margin:0; padding:2px 0 0; font:11px Arial, Helvetica, sans-serif;}
 /*----------------end-vedios-setting-------------------*/


  /*---------------slide-box-----------------------*/



/*#mainvisual {width:752px;float:right;background:url(http://www.sunparasol.net/growers/wp-content/themes/images/common/bg_mainvisual.gif) 0 0 repeat-y;}
*/


#mainvisual .mv_upper {clear:both;height:4px;font-size:0.1em;line-height:0;}

	

#mainvisual #back_img {background:url(http://www.sunparasol.net/growers/wp-content/themes/images/common/bg_mainvisual_backimg.jpg) 0 bottom repeat-x;margin:0 3px;}

		

#ajax_area {width:568px;position:relative;height:138px;}

			

#mainvisual #ajax_area {padding:2px 0 2px 0px;border-bottom:1px solid #CCCCCC;}

#scrollInBg{padding:0 0 28px;}

#scrollInBg #overflowBox {margin-left:40px;}

#scrollInBg #overflowBox{position:absolute;width:500px;height:140px;overflow:hidden;}





#scrollWrap{position:absolute;top:0;left:1;z-index:1;width:3000px;min-height:140px;}

		*html #scrollWrap {height:140px;} /* IE6 only */



	#scrollWrap{margin-left:1px;}

	

	.oneItem{width:250px;float:left;}

	

	/* posi */

	.oneItem {padding-top:5px;}

	

	br.blockend{content:" "; display:block; visibility:hidden; clear:both; height:0.1px; font-size:0.1em; line-height:0;}





	#scrollBtn #back,

	#scrollBtn #next{width:27px;position:absolute;top:0;}

	

		#scrollBtn #next{right:2px;_right:-4px;z-index:2;}

		#scrollBtn #back{left:2px;z-index:3;}

	

		#scrollBtn #next a,

		#scrollBtn #back a{width:27px;height:112px;}

	

	

	/* ===== #scrollInBg */

	#scrollInBg{padding:0 0 28px;}

	

	/* #overflowBox */

	#scrollInBg #overflowBox {margin-left:34px;}

	

	/* #scrollWrap */

	#scrollWrap{margin-left:1px;}

	

	/* #back,#next */

	#scrollBtn #back,

	#scrollBtn #next{background-color:#ffffff;}

	

	/* bg */

	#scrollBtn #next a,

	#scrollBtn #back a {background-repeat:no-repeat;display:block;width:30px;height:140px;}

	

	#scrollBtn #next a {background: url(images/btn_ajaxnavi_right.gif) left 0px no-repeat;}

	#scrollBtn #back a {background: url(images/btn_ajaxnavi_left.gif) left 0px no-repeat;}

	#scrollBtn #next a.on {background: url(images/btn_ajaxnavi_right_on.gif) left 0px no-repeat;}

	#scrollBtn #back a.on {background: url(images/btn_ajaxnavi_left_on.gif) left 0px no-repeat;}

	.oneItem dd a {
    font-size: 12px;
    line-height: 1.2;
    padding-right: 10px;
}


.page_videos-main {
    clear: both;
    margin: 0;
    padding: 10px 0 0 10px;
	overflow:hidden;
}

.page-videos {
    float: left;
    margin: 0;
    padding: 0 28px 0 0;
    width: 245px;
}




/*---------------slide-box_end-----------------------*/


#picupbottom {
	background-image:url(images/topics_newvarieties_bgbottom.jpg);
	background-repeat:no-repeat;
	background-position:0 100%;
	padding:10px 0 10px 25px;
}

#picupbottom dl dt,
#picupbottom dl dd{
	margin:0;
	padding:0 25px 2px 0;
	font-size: 80%;
	color:#fff;

}
#menu-item-1218 > a {
background: url(../../uploads/2016/12/Line-ups.png) no-repeat !important;
    text-indent: -555px;
    width: 135px;
    height: 30px;
}