/* logo image */
#head img {
	text-align: left;
	margin: 0px 0px -3px 3px;
	float: left;	
}
/* slogan text */
#head em {
	font-family: Georgia, Arial;
	font-size: 20px;
	font-style: italic;
	color: #008080;
	text-align: left;
	margin-top: 3px;
	margin-left: 2px;
	width: 100%;
}
/* Top-Right menu */
#misc ul {
	list-style-type: none;
	margin-bottom: 3px;
}
#misc li {
	margin-left: 5px;
	float: right;
}
#misc a {
	text-decoration: none;
	color: #008080;
}
#misc a:hover {
	text-decoration: underline;
}
#misc li a {
	font-size: 94%;
}
/* N A V I G A T I O N */
#nav ul {
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 3px;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	padding: 4px 15px;
	color: #018000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5em;
	border: 1px solid transparent;
	white-space: nowrap;
}
#nav li a:hover {
	color: #016000;
	border: 1px solid #7CBC1C;
	background: #AEE166 url(../../images/button.png) repeat-x left 50%;
}
/* Vertical Drop-down Menu */
#nav .vmenu {
	background-color: #eee;
	border: 1px solid #666;
	display: none;
	padding: 0;
	white-space: nowrap;
	z-index:10;
}
#nav .vmenu li {
	float: none;
	text-transform:lowercase;
}
#nav .vmenu a {
	border: 1px solid #eee;
	/*color:#666;*/
}
#nav .vmenu a:hover {
	background: #008000 none;
	color: #FFFCD1;
	border: 1px solid #158701;
}
/* W I D E   C O N T E N T   W I T H   B O R D E R*/
#contcenter {
	background-color: #FFF6DD;	
	border-left: solid 7px #CFEA7C;
	border-right: solid 7px #CFEA7C;
}
/* L O G I N */
#login {
	margin: 0 auto;
	background: url(../../images/blue_back400x180.gif) top left no-repeat;
	width: 390px;
	height: 170px;
	padding: 5px;
}
#login table {
	margin: 0 auto;
}
.dialog {
	margin: 5px auto;
}
.dialog fieldset {
	width: 45%;
	margin: 5px auto;
}
.dialog fieldset legend {
	padding: 3px;
	font-family: Georgia;
	font-size: 120%;
	background-color: #b5e5ff;
}
.dialog table {
	margin: 0 auto;
}
/* S H O P P I N G  C A R T */
#shoppingcart {
	width:71%;
}
#shoppingcart td {
	vertical-align: top;
}
#shoppingcart td input[type="image"] {
	width: 1.6em;
	height: 1.6em;
}
.planinfo {
	font-size: 90%;
	font-style: italic;
	color: Navy;
	padding-left: 30px;
	background: transparent url(../../images/icons/icon_money16x16.gif) no-repeat 10px center;
}
#addbutton {
	float: right;
	clear: right;
	margin: 10px;
}
.addtocart {
	padding-left: 23px;
	background: url(../../images/addtocart.gif) no-repeat left 50%;
	float: left;
	margin-left: 5px;
}
#cartsidenav {
	float: right;
	clear: right;
	width: 25%;
	margin-left: 20px;
	padding: 5px;
}
#cartsidenav ul li {
	margin-bottom: 6px;
}
#cartsidenav ul, #addToCartOptions ul {
	list-style-type: none;
}
#product {
	float: left;
	clear: left;
	width: 170px;
}
#addToCartOptions {
	padding-left: 190px;
}
.tblOptions {
	border-collapse:separate;
	border-spacing: 10px;
	width:100%;
}
.option {
	width:47%;
	margin: 0 10px 10px 0;
	padding: 5px 0 0 5px;
	border-left: solid 3px #d8f1ff;
	border-top: solid 3px #d8f1ff;
	vertical-align:top;
}
.option h4 {
	margin: 0 0 5px 0;
}
.option label {
	margin-left: 4px;
}
/* C S S   M O U S E   H O V E R   P O P U P */
.gotInfo, a.gotInfo, acronym, abbr {
	border-bottom:1px dotted #919191;
	cursor:help;
	text-decoration:none;
	color:#445566;
}
.infobox {
	width:163px;
	padding:5px;
	border:solid 0.3em #A3CEE0;
	background-color:#E0F4FF;
	display:none;
	color: #237399;
	font-style:normal;
	font-size:smaller;
	z-index: 1000;
	overflow:hidden;
}
.infobox h4 {
	color: #237399;
}
.infobox th {
	white-space: nowrap;
	padding: 0;
}
/* S E R V I C E   P L A N S   A N D   F E A T U R E S */
#welcometext {
	text-align: justify;
	margin: 15px 0;
}
#services {
	text-align: left;
	float: left;
	width: 45%;
}
#services dt, #features dt, .services dt {
	font-weight: bold;
	font-style: italic;
	color: Navy;
	margin-left: 1em;
}
#services dd, #features dd, .services dd {
	color: Gray;
	margin: 3px 0px 8px 2.4em;
}
#features {
	text-align: left;
	float: right;
	width: 45%;
}
/* A P P L I C A T I O N S   A N D   D E V I C E S */
.reasonsheader, .waysheader, .stepsheader {
	overflow:hidden;
	text-indent: -3000px;
	background-position:center center;
	background-repeat:no-repeat;
	height:67px;
	margin:0px !important;
	padding:0px !important;
	border:none !important;
}
.reasonsheader {
	background-image:url(../../images/reasonstextwide.gif)
}
.waysheader {
	background-image:url(../../images/waystextwide.gif)
}
.stepsheader {
	background-image:url(../../images/getconnected123.gif)
}
.topimage {
	display: block;
	margin: 0 auto;
}
.featurebox {
	margin:5px;
	padding:7px;
	background-color:#FFFBEF;
	border:solid 1px #ffeb9b;
}
.appdevbox {
	float: left;
	width: 33.3%;
}
.appdevbox div {
	margin:10px auto;
	padding-bottom:5px;
	width:226px;
}
.appdevbox h2 {
	margin:0px;
	padding:0px;
	border:none;
	text-align:center;
	font-size:1.6em;
	line-height:2.1em;
}
.appdevbox img {
	display: block;
	margin: 10px auto 4px auto;
}
.appdevbox p {
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding: 4px 4px 4px 9px;
}
#getconnected {
	font-family: Arial Black;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
    margin:0;
    padding: 5px 20px 5px 0px;
    clear: both;
	color: #99cc00;
}
#getconnected a {
	color: #99cc00;
	text-decoration: none;
}
#personal, #handheld {
	background-color: #F4DEE0;
}
#vehicle, #business {
	background-color: #e8f7d9;
}
#special, #professional {
	background-color: #ddf0f8;
}
#personal p, #business p, #professional p {
	text-align:center;
}
.handheld, .vehicle, .special, .apppersonal, .appvehicle, .appprofessional {
	overflow: hidden;
}
.handheld, .apppersonal {
	color:#E81E17;
	background-color:#F7B4BC;
}
.vehicle, .appbusiness {
	color:#4B911C;
	background-color:#B7F481;
}
.special, .appprofessional {
	color:#006699;
	background-color:#BADDEE;
}
/* G E T   C O N N E C T E D */
#stepbox {
	margin-top: 15px;
	font-weight: 500;
}
#stepbox li {
	float: left;
	width: 33.3%;
	color: #333;
	min-height: 320px;
}
#stepbox li div {
	width: 230px;
	margin: 0px auto;
	padding-bottom:5px;
}
#stepbox div li {
	float: none;
	list-style-type: disc;
	padding: 4px;
	width: 200px;
	min-height: 0px;
}
#stepbox img {
	display: block;
	margin: 5px auto;
}
#stepbox h2 {
	overflow: hidden;
	margin-bottom: 10px;
	border:none;
	padding:0px;
	text-align:center;
	font-size:1.6em;
	line-height:2.1em;
}
#stepbox li p {
	padding: 4px;
}
#step1 {
	background-color: #ddf0f8;
}
#step2 {
	background-color: #e8f7d9;
}
#step3 {
	background-color: #ffeb9b;
}
#step3 h2 {
	color:#cc6600;
	background-color:#ffd52d;
}
#step2 h2 {
	color:#4B911C;
	background-color:#B7F481;
}
#step1 h2 {
	color:#006699;
	background-color:#BADDEE;
}
/* I N P U T    B O X */
.inputbox {
	border: 1px solid #999;
	border-bottom: 4px solid #237399;
	padding: 10px 5px 5px 20px;
	width: 44em;
	max-width: 96%;
	margin: 10px auto;
}
.inputbox table, .inputbox tr, .inputbox td {
	width: 100%;
	margin: 0;
	padding: 0;
}
.inputbox h3 {
	color: #237399;
	font-weight: bold;
	margin: 3px 0;
}
.inputbox p {
	padding: 2px 0;
	margin: 2px 0;
	line-height: 1.8em;
}
.inputbox label {
	display: inline-block;
	width: 14em;
	clear: left;
	padding: 0 5px;
	text-align: right;
	vertical-align: bottom;
}
.reg label {
	width: 12em;
}
.services label {
	display: inline;
	text-align:left;
	clear:none;
	vertical-align: top;
	padding-left: 2px;
}
.inputbox span.error {
	display: inline-block;
	width:37%;
	font-size:smaller;
	line-height:1em;
	color: #ab0000;
}
.inputbox p.dialogcheckbox input[type="checkbox"] {
	margin-left: 25.6%;
	vertical-align:middle;
}
.inputbox p.dialogcheckbox label {
	clear:none;
	text-align:left;
	width:60%;
	vertical-align:top;
}
.inputbox p.dialogcheckbox span.error {
	margin-left:30%;
}
.inputbox input[type="text"], .inputbox input[type="password"], .inputbox select, .inputbox textarea {
	width: 11em;
}
.reg .inputbox input[type="text"], .inputbox select {
	width: 12em;
}
.inputbox hr
{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Contact Us Page */
.cus label  {
	width: 14em;
}
.cus input[type="text"], .inputbox textarea {
	width: 50%;
}
/* L O G I N   P A G E */
.signInForm {
	float: left;
	border-right: solid 1px #ccc;
	padding-right: 7px;
	width: 48%;
}
.signInForm label {
	display: inline-block;
	width: 7em;
	float: left;
	clear: left;
	padding: 0 5px;
	text-align: right;
	vertical-align: middle;
}
.signInForm p.rememberMe label {
	display: inline;
	float: none;
	text-align: left;
}
.signInOptions {
	float: right;
	padding-left: 7px;
	width: 48%;
}
/* A C C O U N T   D A S H B O A R D */
#dashboard h4 a {
	display: inline-block;
	line-height: 2.4em;
}
/* P R O D U C T   P A G E*/
#servplans {
	margin-top:5px;
}
/* product context menu */
ul.prodmenu {
	margin-top: 10px;
	font-size: 90%;
}
ul.prodmenu li {
	margin-bottom: 3px;
}
.accprod {
	text-align: left;
}
.accprod h5, .accprod p {
	margin: 0 0 8px 60px;
	font-size: 0.9em;
}
.accprod p a.addcarticon {
	color: #99cc00;
	text-decoration: none;
	font-weight: bold;
}
.accprod img {
	float: left;
}
.simprod {
	text-align: left;
}
.simprod h4, .accprod h4 {
	padding: 2px;
	margin: 6px 0 1px 0;
	border: solid 1px #A3CEE0;
}
.simprod ul, .accprod ul {
	border: solid 1px #A3CEE0;
	border-top: solid 1px #bae6ff;
	background: url(../../images/HeadingBelowBlue.gif) top left repeat-x;
	padding: 10px 5px;
}
.simprod li {
	width: 32%;
	display:inline-block;
	/* IE hack for display:inline-block */
	zoom: 1;
	*display:inline;
}
/* P R O D U C T   L I S T */
.prodlist td {
	vertical-align:top;
}
.prodlist li {
	margin-bottom: 5px;
}
/* C A T E G O R Y   L I S T */
.catlist ul {
	padding-top: 2px;
	list-style-type: none !important;
}
.catlist ul li {
	margin-bottom: 6px;
	margin-left: 0 !important;
}
.catlist h4 {
	margin-top: 6px;
	padding-left: 4px;
	color: #fff;
	background: #237399 url(../../images/HeadingBelow.gif) repeat-x bottom left;
	padding-bottom: 10px;
}
/* C H E C K O U T   P A G E */
#items {
	clear: both;
	margin-top: 8px;
}
#items table, #totals table {
	width: 100%;
}
table tfoot th {
	text-align: right;
	padding-right: 20px;
}
#address, #shipmethod {
	margin-top: 8px;
	float: left;
	width: 48%;
}
#address {
	clear: left;
}
#shipmethod {
	margin-left: 29px;
	clear: right;
}
#address h4, #shipmethod h4 {
	padding-left: 4px;
	color: #fff;
	background: #237399 url(../../images/HeadingBelow.gif) repeat-x bottom left;
	padding-bottom: 10px;
}
#shipmethod select {
	width: 100%;
}
#payment {
	clear: both;
	background-color: #d8f1ff;
	padding: 5px;
	margin: 10px 0;
}
#payment input, select {
	width: 11em;
}
#payment p label {
	display: block;
	width: 17em;
	text-align: right;
	margin-right: 5px;
	float: left;
}
#payment p {
	margin-bottom: 6px;
}
/* P R O F I L E   P A G E */
.showForm {
	line-height: 1.8em;
	margin: 4px 0;
}
.showForm p {
	clear: both;
}
.showForm label {
	width: 11em;
	text-align: right;
	display: block;
	margin-right: 5px;
	float: left;
}
.showForm span {
	text-align: left;
	display: block;
	width: 20em;
	border: 1px solid #7f9db9;
	margin-bottom: 3px;
	padding: 0 3px;
	float: left;
}
/* P A Y M E N T   D E T A I L S  */
.paymentDetails table {
	background-color: #d8f1ff;
}
.paymentDetails th, .invoicePD th {
	font-weight: normal;
}
.invoicePD, .deviceServices table {
	margin-left: 6px;
	padding: 3px;
	background-color: #d8f1ff;
}
/* S E R V I C E   D E T A I L S  */
.deviceServices {
	margin-left: 20px;
}
/*  F A Q  */
.faq dt {
	padding-top: 10px;
	padding-bottom: 6px;
	font-weight: 600;
	color: #237399;
}
.faq dd {
	padding-left: 15px;
	color: #444;
}
/*  A R T I C L E  */
.article ul {
	list-style-position: inside;
	list-style-type: square;
}
.article #contleft ul {
	list-style-type: none;
}
.article li {
	margin: 0 0 6px 25px;
}
.article ol.l1 > li {
	color: #237399;
	font-size:1.2em;
	font-weight:bold;
	list-style-position:outside;
	list-style-type:decimal;
	margin-left: 35px;
}
.article ol.l1 p, .article ol.l1 ul {
	color:#000;
	font-size:0.9em;
	line-height:1.3em;
	font-weight:normal;
	margin-left: -30px;
}
.thumbright {
	display:block;
	float:right;
	margin-left:20px;
}
.thumbright img {
	height:100px;
	border:none;
}
/*   S I T E M A P   */
.sitemap li {
	float: left;
	width: 49%;
}
.sitemap td {
	padding: 0;
}
.home {
	padding: 0 8px;
}
.home h1, .home h2 {
	border:none;
	padding:5px;
}
.home p.intro {
	font-family:Georgia,Sans-Serif;
	font-size:1.5em;
	line-height:1.5em;
	margin:5px;
	padding:10px 7px;
	background-color:#FFFCF2;
	border:solid 1px #ffeb9b;
}
.home #getconnected {
	text-align:center;
	border-bottom:dotted 1px;
	padding-bottom:10px;
}
#banner {
	position:relative;
	height:200px;
	width:732px;
	margin:3px auto;
	border:solid 1px #ffeb9b;
}
#banner a img {
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	border:none;
	text-align:center;
}
#promo {
	margin-top:10px;
	text-align:center;
	background:#fff url(../../images/banners/spring_back.jpg) no-repeat center 0;
	height:85px;
}
#promo img {
	border:none;
	text-decoration:none;
}
/* M I S C E L L A N E O U S */
.errmsg, .successmsg {
	margin: 10px 0 !important;
	padding: 0 3px !important;
	line-height: 2em;
	color: #ab0000;
	background-color: #FFC4C4;
}
.successmsg {
	color: #009900;
	background-color: #99ff66;
}
.infoMsg {
	line-height:1.6em;
	margin:8px 0;
	padding:5px 3px;
	background-color:#edf9ff;
	border:solid 1px #99dbff;
}
#oops {
	padding-left: 80px;
	background: transparent url(../../images/icons/warning36x36.gif) no-repeat left center;
}
.hidbtn {
	display: none;
}
.headerButton {
	float: right;
	display: block;
	margin: 0 0 5px 10px;
	padding: 6px 0;
}
.lookup { 
	text-transform: lowercase;
	font-family: Arial;
	font-size: 0.88em;
	font-weight: 600;
	text-decoration: none !important;
	border: #dfead2 3px double;
	color: #fff !important;
	background: transparent url(../../images/ltgreen_grad_back.gif) repeat-x left center;
	padding: 2px 10px;
	vertical-align: middle;
}
.lookup:hover {
	background: transparent url(../../images/green_grad_back.gif) repeat-x left center;
}
.welcome {
	text-transform: capitalize;
	line-height: 1.7em;
}
.divider {
	height: 1px;
	background: url(../../images/divider.gif) repeat-x left;
}
.footerdivider {
	padding: 0;
	margin: 2px 0 0 0;
	height: 2px;
	background-color: #237399;
}
.devicetable {
	width:100%;
	background-color:#fff;
}
.price {
	color: #369303;
	font-weight: 700;
	line-height:1.7em;
}
.listPrice {
	color:#777;
	text-decoration:line-through;
}
.save {
	color:#777;
	text-decoration:none;
	font-style:italic;
}
.alignRight {
	text-align: right;
}
.moneycol {
	width: 6em;
	text-align: right;
}
table.widetable, table.items {
	width: 100%;
}
.unwatermarked {
}
.watermarked {
	background-color:#F0F8FF;
	color:gray;
	padding:1px 0pt 0pt 1px;
	border:1px solid #7f9db9;
}
/* B U T T O N S */
.linkButton {
}
.greybluebutton, .button {
	padding: 4px 10px;
	text-align: center;
	font-weight: bold;
	text-transform: lowercase;
	white-space: nowrap;
	background: transparent url(../../images/button.png) repeat-x left center;
}
.greybluebutton a, a.greybluebutton, .button a {
	text-decoration: none;
}
input[type="submit"].greybluebutton {
	padding-bottom: 2px;
	padding-top: 2px;
}
.greybluebutton {
	color: #445566;
	border: 1px solid #A3CEE0;
	background-color:#C9ECFF;
}
.greybluebutton:hover {
	border-color:#42BCFF;
	background-color:#8ED7FF;
}
/* Yellow Button */
.button {
	color: #237399;
	border: 1px solid #F5D05E;
	background-color:#FFF54C;
}
.button:hover {
	border-color:#ff9900;
	background-color:#FFC605;
}
/* C L E A R F I X */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* AJAX Progress Panel */
#modalprogress, .loading {
	z-index: 10000;
	cursor: wait;
}
#modalprogress {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
#modalback {
	z-index: 100001;
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #eee;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#progressMsg {
	z-index: 100002;
	background: #fff url(../../images/loading32.gif) 9em center no-repeat;
	cursor: wait;
	padding: 8px;
	line-height: 3em;
	width: 12em;
	color: #666;
	font-weight: 600;
	position: fixed;
	top: 45%;
	left: 45%;
	border: #00cc00 5px solid;
}
.loading {
	color: #fff;
	background: #666 url(../../images/loading.gif) center center no-repeat;
	line-height: 2em;
	padding-left: 5px;
}
.build {
	color:#ffffff;
}
/* M O N E Y   T A B L E */
tfoot hr {
	border-top: solid 2px #237399;
	height: 2px;
}
td.money {
	text-align: right;
}
/* T A B s   S C H E M E */
.prodTabs .ajax__tab_header {font-family:verdana,tahoma,helvetica;background:url(../../images/tabs/tab-line.gif) repeat-x bottom;}
.prodTabs .ajax__tab_outer {height:2em;padding-right:4px;background:url(../../images/tabs/tab-right.gif) no-repeat right top;}
.prodTabs .ajax__tab_inner {padding-left:3px;background:url(../../images/tabs/tab-left.gif) no-repeat;}
.prodTabs .ajax__tab_tab {height:2em;line-height:1.8em;padding:0 4px;margin:0!important;background:url(../../images/tabs/tab.gif) repeat-x;}
.prodTabs .ajax__tab_hover .ajax__tab_outer {background:url(../../images/tabs/tab-hover-right.gif) no-repeat right top;}
.prodTabs .ajax__tab_hover .ajax__tab_inner {background:url(../../images/tabs/tab-hover-left.gif) no-repeat;}
.prodTabs .ajax__tab_hover .ajax__tab_tab {background:url(../../images/tabs/tab-hover.gif) repeat-x;}
.prodTabs .ajax__tab_active .ajax__tab_outer {background:url(../../images/tabs/tab-active-right.gif) no-repeat right top;}
.prodTabs .ajax__tab_active .ajax__tab_inner {background:url(../../images/tabs/tab-active-left.gif) no-repeat;}
.prodTabs .ajax__tab_active .ajax__tab_tab {background:url(../../images/tabs/tab-active.gif) repeat-x;}
.prodTabs .ajax__tab_body {font-family:verdana,tahoma,helvetica;border:1px solid #A3CEE0;border-top:0;padding:8px;background-color:#fff;}
.prodTabs .ajax__tab_body ul {list-style-type:disc;line-height:1.5em;padding-left:1em;}
.prodTabs .ajax__tab_body ul ul {list-style-type:square;}
.prodTabs .ajax__tab_body p {text-indent:1em;line-height:1.3em;margin-bottom:1em;}
/* Blog by feedburner */
.feed {
	margin:5px;
	padding:7px;
	background-color:#FFFBEF;
	border:solid 1px #ffeb9b;
}
.feed .headline {
	font-weight:normal;
}
.feed .headline a, .feed .headline a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#237399;
}
.feed .date {
	font-size:80%;
	color:#777;
}
.feed li div {
	margin-bottom:5px;
	font-family:Trebuchet MS, Sans-Serif;
}
.feedicon img {
	border:none;
	vertical-align:middle;
}

div#gsfn_search_widget img { border: none; }
div#gsfn_search_widget { font-size: 12px; width: 100%; border: none; padding: 10px;}
div#gsfn_search_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_search_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; } 
div#gsfn_search_widget .powered_by a { color: #333; font-size: 90%; }      
div#gsfn_search_widget form { margin-bottom: 8px; }
div#gsfn_search_widget form label { margin-bottom: 5px; display: block; }
div#gsfn_search_widget form #gsfn_search_query { width: 60%; }
div#gsfn_search_widget div.gsfn_content { }
div#gsfn_search_widget div.gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_search_widget div.gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_search_widget div.gsfn_content span.time { font-size: 90%; padding-left: 3px; }
div#gsfn_search_widget div.gsfn_content p.gsfn_summary { margin-top: 2px }
div#gsfn_list_widget img { border: none; }
div#gsfn_list_widget { font-size: 12px; width: 100%; border: none; padding: 10px; }
div#gsfn_list_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_list_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; }
div#gsfn_list_widget .powered_by a { color: #333; font-size: 90%; }
div#gsfn_list_widget div#gsfn_content { }
div#gsfn_list_widget div#gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_list_widget div#gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_list_widget div#gsfn_content span.time { font-size: 90%; padding-left: 3px; }
div#gsfn_list_widget div#gsfn_content p.gsfn_summary { margin-top: 2px }
