@CHARSET "ISO-8859-1";

/*================== Widget box ====================*/


/* widget link */
.widget_link {
	text-align: right;
	margin: 30px 2px 10px 2px;
	padding-right: 10px;
}

.widget_link a {
	text-decoration: none;
}

.widget_link img {
	vertical-align: middle;
}



/* widget box in page featuredlisting.php */
#widget_listing
{
	width: 118px;
	float: right;
	display: inline-block;
}

/* Widget style */
.widget
{ 
	width: 100%;  /* inherit parent width */
	height: 100%;
	border: none;
	display: inline-block;
	margin: 3px 0px 3px 25px;
	padding: 0;
	vertical-align:top;
	text-align: left;
}


.widget .header { 
	margin:0;
	padding:0;
	background: transparent url('/images/widget2-header-left.gif') no-repeat top left;
	height:4px;
	display: block;
	padding-left: 4px;
	vertical-align:top;
}

.widget .header span{
	margin:0;
	padding:0;
	background: transparent url('/images/widget2-header-right.gif') no-repeat top right;
	display: block;
	padding: 2px 4px 2px 4px;
	height:4px;
	vertical-align:top;
}

	
.widget .content {
	margin: 0; 
	padding: 10px;
	border:none;
	border-left:1px solid #a2bed1; 
	border-right:1px solid #a2bed1; 
}

.widget .content div {
	line-height: 26px; 
}


.widget .content a {
	text-decoration: none;
}

.widget .content img {
	vertical-align: middle;
}


.widget .footer {
	margin:0;
	padding:0;
	background: transparent url('/images/widget2-footer-left.gif') no-repeat top left;
	height:4px;
	display: block;
	padding-left: 4px;
	vertical-align:top;
}

.widget .footer span {
	margin:0;
	padding:0;
	background: transparent url('/images/widget2-footer-right.gif') no-repeat top right;
	display: block;
	padding: 2px 4px 2px 4px;
	height:4px;
	vertical-align:top;
}



