.rmbutton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #7d7d7d;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 4px 5px 3px;
  margin: 0;
  border: 1px solid #dbdbdb;
  border-radius: 1px; 
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}

.rmbutton:active {
    box-shadow: inset rgba(0,0,0,0.2) 0px 0px 4px;
}

.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 3px 5px;
  border-radius: 4px;
  box-shadow: inset rgba(255,255,255,0.3) 1px 1px 0;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}

.button:active {
    box-shadow: inset rgba(0,0,0,0.4) 0px 0px 4px;
}

.btn-read-more,
#searchButton {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

.btn-read-more:hover,
#searchButton:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
  }

.btn-move-top {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #e3e3e3 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #e3e3e3 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #e3e3e3 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #e3e3e3 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #e3e3e3 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 );
  }
  
.btn-move-top:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

.icon_right {
background: url(../images/circle_triangle_right.gif) no-repeat;
display:inline-block;
height: 13px;
vertical-align:middle;
width: 11px;
}
.icon_right_orange {
	display:inline-block;
	height: 13px;
	vertical-align:middle;
	width: 11px;
	background-image: url(../images/icon_orange_play.gif);
	background-repeat: no-repeat;
	margin-left:2px;
}

.icon_up {
	background: url(../images/circle_triangle_up.gif) no-repeat;
	display:inline-block;
	height: 13px;
	vertical-align:middle;
	width: 11px;
}

.subscribe {
  color: #333;
  background: rgb(253,166,111);
  background: -moz-linear-gradient(top,  rgba(253,166,111,1) 0%, rgba(253,126,24,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,166,111,1)), color-stop(100%,rgba(253,126,24,1)));
  background: -webkit-linear-gradient(top,  rgba(253,166,111,1) 0%,rgba(253,126,24,1) 100%);
  background: -o-linear-gradient(top,  rgba(253,166,111,1) 0%,rgba(253,126,24,1) 100%);
  background: -ms-linear-gradient(top,  rgba(253,166,111,1) 0%,rgba(253,126,24,1) 100%);
  background: linear-gradient(to bottom,  rgba(253,166,111,1) 0%,rgba(253,126,24,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda66f', endColorstr='#fd7e18',GradientType=0 );
  border: 1px solid #ce6510;
}
  
.subscribe:hover {
    background: rgb(255,187,119);
    background: -moz-linear-gradient(top,  rgba(255,187,119,1) 0%, rgba(255,140,17,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,187,119,1)), color-stop(100%,rgba(255,140,17,1)));
    background: -webkit-linear-gradient(top,  rgba(255,187,119,1) 0%,rgba(255,140,17,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,187,119,1) 0%,rgba(255,140,17,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,187,119,1) 0%,rgba(255,140,17,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,187,119,1) 0%,rgba(255,140,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc7a', endColorstr='#ff8c11',GradientType=0 );
}

.silver {
	color: #333;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1));
    background: -webkit-linear-gradient(top,  #f2f2f2 0%, #e1e1e1 100%);
    background: -o-linear-gradient(top,  #f2f2f2 0%, #e1e1e1 100%);
    background: -ms-linear-gradient(top,  #f2f2f2 0%, #e1e1e1 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%, #e1e1e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e1e1e1',GradientType=0 );
	border: 1px solid #a3a3a3;
}
  
.silver:hover {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(227,227,227,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
}

.tagbutton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #fff;
  background-color:#b2b2b2;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 4px 6px;
  margin: 0;
  border: 1px solid #EAEAEA;
  border-radius: 5px; 
  cursor: pointer;
}
.tagbutton:hover {
  background-color:#EAEAEA;
}