﻿
/* CSS Document */

.externalwidget
{
height:507px;
width:360px;
background:url(../../images/elwidget_bg.gif) no-repeat 0 0 ;
display:block;
padding:0 10px;
}

.externalwidget .header 
{
padding: 5px;
}

.exwidget ul
{

	margin:0px;
	padding:0px;
	list-style-type: none;

	display:block;
	width:auto;
}
.exwidget ul li
{
	clear:both;
	margin:0;
	padding:0;
	font-size:15px;
	color:#666;
	text-align:left;
	font-weight: bold;
}

.exwidget ul li.listleft {
	line-height:35px;
	height:55px;
	margin-left:10px !important;
}

.exwidget ul li.listright {
	line-height:35px;
	height:55px;
	padding:0 15px 0 10px;
	margin:0 15px 0 0px;
	float: right;
	display:block;
}

.exwidget ul li.listleft img
{
	padding-right:5px;
}
.exwidget ul li.listright img
{
	padding-right:5px;
}

.excontent
{
display:block;
padding: 0px 15px 15px 15px;
font-size:14px;
color: #666;
text-align:left;
}

.excontent span
{

color: #ff9d06;
font-weight: bold;
}
.btnnomore
{
clear:both;
margin: 20px 0 0 108px;

}

.listL
{
 background:url(../../images/list_left_img.gif) no-repeat;
 float:left;
 width:4px;
 height:55px;
}
.listR
{
  background:url(../../images/list_right_img.gif) no-repeat;
 float:left;
 width:4px;
 height:55px;

}
.listM
{
 background:url(../../images/list_center_img.gif) repeat-x top left;
 float:left;
 height:55px;
 display:inline;
 width:auto;
 line-height:35px;
 padding-right:5px;
 }
.bottomCenter
{
 background:url(../../images/list_right_bottom_img.gif) no-repeat bottom center;
 height:55px;
 
}
.bottomLeft
{
  background:url(../../images/list_left_bottom_img.gif) no-repeat ;
  height:55px;
  background-position:48px 40px;
}
