/* ////////////////  widget text shells ////////////// */

.widgetTextShell {
	width: 700px;
	height: auto;
	background: #fff;
    }

.widgetTextShellRight {
	width: 300px;
	height: auto;
	background: #fff;
	float:right;
	padding: 20px;
    }

.widgetTextPluginWP {
	font-size:16px;
	color: #414142;
	margin:3px 3px 3px 3px;
	}

.widgetTextPluginBorder {
	padding:20px;
	font-size:12px;
	width:260px;
	background-color:#f7f8f8;
	}

.widgetTextShellLeft {
	width: 340px;
	height: auto;
	background: #fff;
	float:left;
	padding: 15px 0px;
    }

.widgetTextShellLeftLeft {
	width: 10px;
	height: auto;
	background: #fff;
	float:left;
	margin-left: 10px;
    }

.widgetTextShellLeftRight {
	width: 305px;
	height: auto;
    float: right;
    }

.widgetTextShellLeftRightA {
	width: 305px;
	height: 100px;
	background: url(http://www.dandyid.org/code/images/miscellaneous/badges/badgea.jpg) left no-repeat;
    float: right;
    }

.widgetTextShellLeftRightB {
	width: 305px;
	height: 45px;
	background: url(http://www.dandyid.org/code/images/miscellaneous/badges/badgeb.jpg) left no-repeat;
    float: right;
    }
	
.widgetTextShellLeftRightC {
	width: 305px;
	height: 40px;
	background: url(http://www.dandyid.org/code/images/miscellaneous/badges/badgec.jpg) left no-repeat;
    float: right;
    }

.widgetTextShellLeftRightD {
	width: 305px;
	height: 55px;
	background: url(http://www.dandyid.org/code/images/miscellaneous/badges/badged.jpg) left no-repeat;
    float: right;
    }

.widgetTextShellLeftRightE {
	width: 305px;
	height: 120px;
	background: url(http://www.dandyid.org/code/images/miscellaneous/badges/badgee.jpg) left no-repeat;
    float: right;
    }

.widgetTextShellLeftRightF {
	width: 305px;
	height: 40px;
	background: url(http://www.dandyid.org/code/images/miscellaneous/badges/badgef.jpg) left no-repeat;
    float: right;
    }

.widgetTextSearch {
	width: 305px;
	height: 310px;
	background: url(http://www.dandyid.org/code/images/miscellaneous/searchwidgetcapture.png) left no-repeat;
    float: right;
    }	
	
	
/* ////////////////  Radio // select a badge ////////////// */	

	.widgetRadio input {
		margin: 0px 3px 0 0;
		padding: 0 0 0 0;
		width: 15px;
		height: 15px;
	    }

	#widgetRadioLabel {
		margin: 0 15px 0 0;
		width: 20px;
		color: #333;
		float: none;
		display: inline;
		}

/* ////////////////  alternate Section Body Widget Text ////////////// */

.alternateSectionBodyWidgetText2 h1, .alternateSectionBodyWidgetText2 h1 a { 
	color:#444444;
	font-family:arial,'Lucida Grande',sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:0 0 18px;
	padding:0 0 3px;
	width:100%;
        }

.alternateSectionBodyWidgetText2 p { 
	font-family: 'Lucida Grande', sans-serif;
	font-size: 11px;
	color: #666;
	padding: 0;
	line-height: 1.3em;
	margin: 10px 0 0 0;
    }

.alternateSectionBodyWidgetText2 textarea {
	width: 270px;
	height: 100px;
	overflow: auto;
	padding: 15px 15px 0px 15px;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 1.3em;
	border: none;
	background: #f7f8f8;
	margin-top: 10px;
	}

/* ////////////////  public service widget ////////////// */

.dandyid_publicserviceswidget
		{
		width: 100%;
		}


.dandyid_publicserviceswidget img
	{
	margin: 3px;	
	}

.widgetIcon
	{
	padding: 0 0 0 0;
	width:16px;
	height:16px;
	text-align:left;
	margin-right: 5px;
	margin-bottom: 5px;
	float:left;
	}

.widgetImg
	{
	}


	

