#yahoo_finance_main {
	width: 600px;
}
#yahoo_finance_inputarea { width: 600px; border: 1px solid #8AA40F; overflow: hidden; position: relative;}

#yahoo_finance_text { width: 520px;  float: left;}
#yahoo_finance_button { width: 80px; cursor: pointer; position: absolute; top: 100%; margin-top: -26px; right: 5px;}
.yahoo_finance_row{
	float: left;
	width: 120px;
	padding: 2px;
}
.yahoo_finance_row input { width: 100px; padding: 0px; margin: 0px; }
.yahoo_finance_row .remove_stock { cursor: pointer;  }
.stock_quote { text-transform: uppercase; }

#yahoo_finance_result { width: 600px; margin-top: 10px;}
.yahoo_finance_sort_area { width: 600px; height: 30px; padding: 5px;}
.yahoo_finance_sort_area h3 { font-size: 15px; font-weight: bold; display: inline; float: left; margin-left: 10px; margin-right: 10px;}

.yahoo_finance_sort_area ul {
  margin: 0;
  list-style: none;
  display: inline;
  float: left;
}

.yahoo_finance_sort_area ul ul {
  margin-left: 1.5em;
}

.yahoo_finance_sort_area li {
  float: left;
  margin-bottom: 0.2em;
}

.yahoo_finance_sort_area li a {
  display: block;
  padding: 0.2em 0.3em;
  background-color: #DDD;
  color: #222;
  font-weight: bold;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
}

.yahoo_finance_sort_area li a:hover {
  background-color: #5BF;
}

.yahoo_finance_sort_area li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

.yahoo_finance_sort_area li a {
	border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
	border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
    text-decoration: none !important;
}

.yahoo_finance_sort_area li:first-child a {
  border-radius: 7px 0 0 7px;
  border-left: none;
}

.yahoo_finance_sort_area li:last-child a {
  border-radius: 0 7px 7px 0;
}

.yahoo_finance_sort_area li a.selected {
  background-color: #13F;
  text-shadow: none;
  color: white;
}

/* Combination filter options*/

.yahoo_finance_sort_area .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.yahoo_finance_sort_area .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

.yahoo_finance_sort_area .option-combo h2,
.yahoo_finance_sort_area .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}




#yahoo_finance_box_area { width: 600px; height: 300px !important; border: 1px solid #8AA40F; overflow: hidden; margin-top: 10px; position: relative;}

.yahoo_finance_box {
	width: 140px; 
	height: 140px;
	margin: 5px;
	float: left;
	background-color: #0861a5;
	cursor: pointer;
	color: #fff;

}
.yahoo_finance_box_deatil {
	position: absolute;
	width: 140px; 
	height: 60px;
	top: 50%;
	margin-top: -30px;
	text-align: center;
}
.yahoo_finance_box p{font-size: 12px; font-weight: normal; padding:0px !important; margin: 1px !important;-webkit-margin-before: 0px !important; -webkit-margin-after: 0px !important; font-family: inherit !important; line-height: 18px !important;}

.yahoo_finance_box .yahoo_finance_box_title {font-weight: bold; font-size:14px; padding:7px 2px 5px 5px !important;}
.yahoo_finance_box .yahoo_finance_box_price { padding-left: 30px !important; margin: 0px !important;}
.yahoo_finance_box .yahoo_finance_box_volumn {padding-left: 5px !important; margin-top: 5px !important;}


#yahoo_finance_rss h3{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
}
#yahoo_finance_rss #rss_select_stock { color: #880015;}
#yahoo_finance_rss div{
	width: 600px; border: 1px solid #8AA40F; padding: 5px;
}
#yahoo_finance_rss ul li {
	list-style-type: disc;
	vertical-align: top;
	color: #999;
	margin: 7px 0;
	list-style-position: outside;
}
#yahoo_finance_rss  cite {
	padding-left: 5px;
	display: inline;
	font-weight: bold;
	color: #999;
}
#yahoo_finance_rss cite span {
	font-weight: normal;
	margin-left: 5px;
}