#jqnews {
  height: 420px;
  overflow: hidden;
  text-align: center;
  font-size:12px;
  width:300px;
  margin-left:0px;
  margin-top:-2px;
  padding-left:0px;
  background-image:url('../tp_widget_bg_300x250.png');
}

#jqnews div {
  display: block;
  height: 105px;
  margin: 0px;
  width:300px;
  overflow: hidden;
  margin-left:0px;
  padding-left:0px;
}

#jqnews .main {
  background-image: -moz-linear-gradient(center bottom , #CCCCCC 0%, #FFFFFF 52%);
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 80%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#eaeaea), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 80%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 80%,#cccccc 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 80%,#cccccc 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ffffff 0%,#eaeaea 80%,#cccccc 100%); /* W3C */
  width:300px;
  margin-left:0px;
  padding-left:0px;
}


.gadgetimages {
  max-height: 30px;  
  max-width: 180px;    
  padding: 10px 0 5px;
}

#jqnews a:link, a:visited {
    color:black;
    text-decoration:none;
}
#jqnews a:hover{
    color:black;
}

.gold{
	width:10px !important;
	background-color:#C5BE08;
	height:100px;
	float:left;	
}
.silver{
	width:10px !important;
	background-color:#C6C6C6;
	height:100px;
	float:left;			
}
.bronze{
	width:10px !important;
	background-color:#B9782A;
	height:100px;
	float:left;			
}
.default{
	width:10px !important;	
	height:100px;
	float:left;			
}
.tp_logo{	   
    text-align: center;
    font-size:12px;
    width:300px;    
    height: 128px;
    margin-left:0px;
    padding-left:0px;
}
.tp_logo img{
	border:none;
}
body{
	margin:0 0 0 3px;
	padding:0px;
	font-family:Arial;
	
}
