/* general tag styles */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#000000;
	color:#ccccff;
}
form {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
h1 {
	font-size:170%;
	padding:0px;
	color:#ffffff;
	margin:0px 10px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%
}
h2 {
	position:relative;
	float:left;
	font-size:120%;
	margin:7px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#ccccff;
	text-decoration:none;
}
a:visited {
/*	color:#9999ff;  */
}
a:hover {
	color:#ffffff;
	/*text-decoration:underline;*/
}
.floatLeft {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
.floatRight {
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}

/* page layout */
#pageSurround {
	position:relative;
	margin:0px auto 0px auto;
	width:970px;
}
#header {
	position:relative;
	float:left;
	height:100px;
	width:100%;
	background-image:url(../styleImages/el-search-bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	z-index:100;
}
#page {
	position:relative;
	float:left;
	background-color:#000000;
	display:block;
	background-image:url(../styleImages/el-page-bg.gif);
	background-repeat:repeat-y;
	padding:0px 10px 0px 10px;
}
#barOne {
	position:relative;
	float:left;
	width:930px;
	margin:0px 0px 0px 0px;
	height:38px;
	clear:both;
	background-image:url(../styleImages/el-top-bar-bg.gif);
	background-repeat:no-repeat;
	background-position:0px 28px;
	padding:0px 20px 0px 20px;
	z-index:100;
	background-color:#000000;
}
#barOne ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#barOne p {
	position:relative;
	float:left;
	clear:both;
	margin:0px;
	padding:6px 0px 0px 0px;
}
*html #barOne p {
	padding:0px;
}
.subTopNavOn {
	font-weight:bold;
}
#barTwo {
	position:relative;
	float:left;
	width:930px;
	margin:0px;
	padding:10px;
	clear:both;
}
#facebooklike {
	color:#ccccff;
	float:right;
}
#barThree {
	position:relative;
	float:left;
	margin:0px;
	width:930px;
	padding:0px 10px 10px 10px;
	clear:both;
}
#sideNavLeft {
	position:relative;
	float:left;
	width:190px;
	margin:0px;
}
#sideNavRight {
	position:relative;
	float:right;
	width:290px;
	margin:0;
   /*	background-color:#000033;   THIS COLORS BEHIND ALL THE R SIDE NAV BOXES WITH NO BREAKS */
}
#content-float-right {
	position:relative;
	float:right;
	width:720px;
}
#content {
	position:relative;
	float:left;
	margin:0;
	width:420px;
	line-height:130%;
	right:10px;
}
#content-float-right-a {
	position:relative;
	float:left;
	width:930px;
}
#content-a {
	position:relative;
	float:left;
	margin:0;
	width:420px;
	line-height:130%;
}
#content-b {
	position:relative;
	float:left;
	margin:0;
	width:720px;
	line-height:130%;
	right:10px;
}
#footer {
	position:relative;
	float:left;
	width:970px;
	background-image:url(../styleImages/el-bot-bar-bg.gif);
	background-repeat:no-repeat;
	height:50px;
	text-align:center;
	clear:both;
	padding:17px 0px 0px 0px;
}

#footertext {
	position:relative;
	float:left;
	width:970px;
	background-image:url(../styleImages/el-page-bg.gif);
	background-repeat:repeat-y;
	text-align:left;
	clear:both;
	padding:10px 0px 0px 20px;
}
#footertext a {

	text-decoration:underline;
	
}


/* image widths and heights */
.smallProductImage {
	/* width:135px; */
	max-height:135px;
	width:135px;
}
.featureProductImage {
	width:100px;
	/*height:65px;*/
}
.popularProductImage {
	width:50px;
	float:left;
	height:50px;
}

/* skin design */
.tabExpand {
	position:relative;
	width:100%;
	margin:0px 0px 10px 0px;
}
	/* ie6 hack to prevent tables dropping */
	*html .tabExpand {
		position:relative;
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
	}
#search {
	position:relative;
	float:right;
	top:35px;
	right:35px;
}
#search input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:180%;
}
.searchButton {
	position:relative;
	float:right;
	background-color:#006699;
	border:none;
	color:#FFFFFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	padding:0px;
	width:100px;
	height:40px;
	background-image:url(../styleImages/el-search-but.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
}
.searchButton:hover {
	background-image:url(../styleImages/el-search-but-hover.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
#searchbox {
	border:0px solid #ffffff;
	width:500px;
	padding:2px;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
}
#header h1 {
	position:absolute;
	top:10px;
	left:10px;
	margin:0px;
	line-height:120%
}
#header a {   /* I DON'T KNOW WHAT THIS NUMBER IS FOR */
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover {
	color:#E8EBEE;
	text-decoration:none;
}
#homeNav {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#homeNav li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	height:29px;
	list-style-type:none;
	text-align:center;
}
#homeNav li a {
	position:relative;
	float:left;
	padding:8px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	height:29px;
	display:block;
	font-weight:bold;
	text-align:center;
}
.topNavOn {
	background-image:url(../styleImages/el-top-but-l-on.gif);
	background-repeat:no-repeat;
}
.topLinkOn {
	background-image:url(../styleImages/el-top-but-r-on.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	color:#ccccff;
}
.topNavOff {
	background-image:url(../styleImages/el-top-but-l.gif);
	background-repeat:no-repeat;
}
.topLinkOff {
	background-image:url(../styleImages/el-top-but-r.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
}
#sideNavLeft p {
	position:relative;
	float:left;
	width:180px;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 10px;
	height:24px;
	color:#ccccff; /* THIS IS THE LABEL TXT ABOVE THE LEFT NAV MENU */
	background-image:url(../styleImages/boxTopBG.gif);
	background-repeat:no-repeat;
}
#sideNavLeft ul {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px;
	width:168px;
	border-bottom:1px solid #6666ff;
	border-right:1px solid #6666ff;
	border-left:1px solid #6666ff;
	background-color:#000033;  /* THIS IS THE BKG COLOR FOR THE PAGES L SIDE NAV */
/*	background-image:url(../styleImages/boxBotBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-repeat:repeat-y; */
}
#sideNavLeft li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:100%;
}
#sideNavLeft li a {
	position:relative;
	float:left;
	margin:0px;
	padding:5px 0px 0px 0px;
	width:170px;
	display:block;
	color:#9999ff;  /* THIS IS THE TXT COLOR FOR THE PAGES LIST ITEMS */
}
#sideNavLeft ul li ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	background-image:none;
	display:inline;
	font-size:90%;
}
#sideNavLeft ul li ul li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:inline;
}
#sideNavLeft ul li ul li a {
	position:relative;
	float:left;
	margin:0px;
	padding:0px 0px 3px 0px;
	color:#330099;   /* NO IDEA WHAT THIS ONE IS FOR YET  */
	width:auto;
}
#pageLinks ul li a {
	background-image:url(../styleImages/el-page-arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:0px 0px 0px 8px;
	width:auto;
}
#pageLinks ul li ul li a {
	background-image:none;
	padding:0px 0px 0px 8px;
	width:auto;
}
.boxborder {
	position:relative;
	float:left;
	padding:10px;
	width:168px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #6666ff;
	border-right:1px solid #6666ff;
	border-left:1px solid #6666ff;
	background-color:#000033; /* THIS IS THE BKG COLOR FOR THE CATEGORIES AND PRODUCTS BOXES */
/*	background-image:url(../styleImages/boxBotBG.gif);
	background-position:top;
	background-repeat:repeat-x;   */
}
#featureProduct ul {
	text-align:center;
/*	background-color:#6666ff; */
}
#featureProduct li a {
	background-image:none;
	margin:0px;
	padding:0px;
}
#pullDownNav {
	background-color:#6666ff;  /* THIS IS THE BKG COLOR FOR THE SORT BY BAR */
	padding:5px;
	margin:0px 0px 10px 0px;
}
#compareDisplay {
	position:relative;
	float:left;
	width:100%;
}
#productDisplay fieldset, #subBuiltNav fieldset, #subNav fieldset, #content fieldset, #content-b fieldset {
	position:relative;
	float:left;
	width:398px;
	border:1px solid #6666ff;  /* THIS IS THE BORDER AROUND THE REFINE SEARCH AREA  */
	line-height:150%;
	padding:10px;
	margin-bottom:10px;
}
#productDisplay legend, #subBuiltNav legend, #subNav legend, #content legend, #content-b legend  {
	color:#ccccff;  /*  THIS IS THE COLOR FOR THE REFINE SEARCH TITLE TXT  */
	font-weight:bold;
}
#productDisplay table {
	clear:left;
}
#productDisplay td, #compareDisplay td {
	position:relative;
	padding:10px 1px 10px 1px;
}
#singleProductDisplay {
	position:relative;
	float:left;
	width:420px;
	border-bottom:1px solid #cccccc;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
}
#singleProductDisplay ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}
#singleProductDisplay ul li {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	display:inline;
	list-style-type:none;
	width:100%;
}
#singleProductDisplay img {
	margin:10px 0px 10px 0px;
	padding:0px;
	max-width:430px;
	/*width:450px - DAVE */
}

#sideNavRight p, #newsItems p,#tagCloud p, #newsletter p {
	position:relative;
	float:left;
	width:268px;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:6px 10px 0px 10px;
	height:24px;
	color:#ccccff;   /* COLOR FOR THE HEADER TXT ON POPULAR PRODS, LATEST NEWS, POP SEARCHES */
	background-image:url(../styleImages/boxTopBGR.gif);
	background-repeat:repeat-x; 
	border-top:1px solid #6666ff;
	border-right:1px solid #6666ff; /*BORDER COLOR FOR TOP OF POP PRODS, NEWS, SEARCHES BOX*/
	border-left:1px solid #6666ff;
}

#RSSFeed {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px;
	width:268px;
	background-color:#000033;
	border-bottom:1px solid #6666ff;
	border-right:1px solid #6666ff; /*BORDER COLOR FOR BOTTOM OF POP PRODS, NEWS, SEARCHES BOX*/
	border-left:1px solid #6666ff;
	
}

#newnews {

	postition:relative;
	float:left;
	background-image:url(../styleImages/newstest2.png);
	width:290px;
	height:100px;
}

#newnews p {

	padding-left:20px;
}

#tshirtads p {
/*	position:relative;
	float:left;  */
	width:268px;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:6px 10px 0px 10px;
	height:24px;
	color:#ccccff;   /* COLOR FOR THE HEADER TXT ON POPULAR PRODS, LATEST NEWS, POP SEARCHES */
	background-image:url(../styleImages/boxTopBGR.gif);
	background-repeat:repeat-x; 
	border-top:1px solid #6666ff;
	border-right:1px solid #6666ff; /*BORDER COLOR FOR TOP OF POP PRODS, NEWS, SEARCHES BOX*/
	border-left:1px solid #6666ff;
}
#tshirtadsheader p {
	position:relative;
	float:left;
	width:268px;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:6px 10px 0px 10px;
	height:24px;
	color:#ccccff;   /* COLOR FOR THE HEADER TXT ON POPULAR PRODS, LATEST NEWS, POP SEARCHES */
	background-image:url(../styleImages/boxTopBGR.gif);
	background-repeat:repeat-x; 
	border-top:1px solid #6666ff;
	border-right:1px solid #6666ff; /*BORDER COLOR FOR TOP OF POP PRODS, NEWS, SEARCHES BOX*/
	border-left:1px solid #6666ff;
}
#featureProduct ul, #popularProd ul, #userHistory ul, #newsletter ul, #newsItems ul,#tagCloud div {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px;
	width:268px;
	background-color:#000033;
	border-bottom:1px solid #6666ff;
	border-right:1px solid #6666ff; /*BORDER COLOR FOR BOTTOM OF POP PRODS, NEWS, SEARCHES BOX*/
	border-left:1px solid #6666ff;
}

#newnews ul {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px;
	width:268px;
	background-color:#000033;
	border-bottom:1px solid #6666ff;
	border-right:1px solid #6666ff; /*BORDER COLOR FOR BOTTOM OF POP PRODS, NEWS, SEARCHES BOX*/
	border-left:1px solid #6666ff;
}
#tshirtads ul {
	position:relative; 
	float:left;  
	margin:0px 0px 10px 0px; 
	padding:10px 0px 0px 0px; 
	width:268px;
/*	background-color:#000033; */
/*	border-bottom:1px solid #6666ff; */
/*	border-right:1px solid #6666ff; BORDER COLOR FOR BOTTOM OF POP PRODS, NEWS, SEARCHES BOX*/
/*	border-left:1px solid #6666ff;  */
}
#tshirtadsheader ul {
	position:relative;
	float:left;
	margin:0px 0px 0px 0px;
	padding:10px;
	width:268px;
	background-color:#000033;
	border-bottom:1px solid #6666ff;
	border-right:1px solid #6666ff; /*BORDER COLOR FOR BOTTOM OF POP PRODS, NEWS, SEARCHES BOX*/
	border-left:1px solid #6666ff;
}
#tagCloud div {
	text-align:center;
}
#popularProd li, #newsletter li, #newsItems li {
	position:relative;
	float:left;
	margin:0px;
	padding:5px 0px 5px 0px;
	width:100%;
	list-style-type:none;
	border-top:1px dashed #6666ff;
}

#newnews li {
	position:relative;
	float:left;
	margin:0px;
	padding:5px 0px 5px 0px;
	width:100%;
	list-style-type:none;
	border-top:1px dashed #6666ff;
	
}
#featureProduct li, #userHistory li {
	list-style-type:none;
}
#newsItems li {
	border-top:none;
	padding:0px 0px 10px 0px;
}
#popularProd li a {
	position:relative;
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	display:block;
}
.popLink {
	color:#ccccff;  /* UNVISITED ITEM NAME LINKS IN POP PRODUCTS BOX */
	font-weight:bold;
}
.popProdPrice {
	color:#9999ff;  /* POP PRODUCT PRICE COLOR */
	font-weight:bold;
}

.styleProdName {
	font-size:120%;
	color:#ccccff;  /* THE TXT COLOR FOR PROD NAMES IN 2nd LEVEL OF SEARCH */
	font-weight:bold;
}
.styleProdPromo {
	font-size:100%;
	color:#ffffff;
	font-weight:bold;
}
.styleProdPrice {
	font-size:120%;
	color:#ffffff;
	font-weight:bold;
}
.styleProdMerchant {
}
.styleProdID {
}
.styleProdCategory {
	font-size:100%;
	color:#6666ff;
}
.styleProdBrand {
}
.styleProdDescription {
	font-size:100%;
	color:#9999ff;
}

.singleProdName {
	font-size:120%;
	color:#6666ff;
	font-weight:bold;
}
.singleProdPromo {
	font-size:100%;
	color:#ffffff;
	font-weight:bold;
}
.singleProdPrice {
	font-size:120%;
	color:#6666ff;
	font-weight:bold;
}
.singleProdBrand {
	font-size:120%;
	color:#9999ff;
	font-weight:bold;
}
.singleProdDesc {
	font-size:100%;
	color:#ccccff;
}
.singleProdId {
	font-size:100%;
	color:#6666ff;
	font-weight:normal;
}
.singleProdMerchant {
}
.singleProdCategory {
}

a.button, a.bigbutton {
	color:#ccccff;  /* VISIT STORE BUTTON TXT OFF */
	display:block;
	padding:9px 0px 0px 8px;
	font-weight:bold;
	background-image:url(../styleImages/butBg.jpg);
	background-repeat:no-repeat;
	width:77px;
	height:27px;
	margin:0px;
}
a:hover.button, a:hover.bigbutton {
	background-image:url(../styleImages/butBg-on.jpg);
	color:#ffffff;  /* VISIT STORE BUTTON TXT HOVER */
	text-decoration:none;
}
a.catNavOn {
	font-weight:bold;
	color:#9999ff;     /* Lefthand navbar active link color  */
}
a.catNavOff {
	font-weight:bold;
	color:#6666FF;  /* LIST ITEMS IN THE CATEGORIES AND PRODS BOXES */
}
a:hover.catNavOff {
	font-weight:bold;
	color:#e8ebee;     /* Lefthand navbar hover link color - DAVE */
}
a.brandNavOn {
	color:#ffffff;  /* TXT COLOR FOR THE CHOSEN REFINE SEARCH LIST ITEM  */
	font-weight:bold;
}
a.brandNavOff {
	color:#9999ff;  /* TXT COLOR FOR THE NOT SELECTED REFINE SEARCH LIST ITEMS  */
	font-weight:normal;
}
#linksDisplay {
	position:relative;
	float:left;
	width:100%;
}
#linksDisplay li{
	margin:0px 0px 10px 0px;
}
#catDisplay {
	position:relative;
	float:left;
	width:100%;
}
#catDisplay ul {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;
	margin:0px;
}
#catDisplay li {
	position:relative;
	float:left;
	width:260px;
	height:80px;
	padding:0px 10px 0px 0px;
	margin:0px;
	list-style-type:none;
	display:block;
}
#sideNavRight fieldset {
	position:relative;
	float:left;
	width:268px;
	border:1px solid #990000;  /* NO IDEA WHAT THIS IS */
	line-height:150%;
	padding:10px;
	margin-bottom:10px;
}
#sideNavRight legend {
	color:#990000;  /* NO IDEA WHAT THIS IS */
	font-weight:bold;
}
#pageContent {
	position:relative;
	float:left;
	width:100%;
}
.adminInput {
	width:300px;
}
#myLink {
	border:1px solid #6666ff;   /*  NOT SURE WHERE THIS IS  */
	background-color:#6666ff;
	font-family:'Courier New', Courier, mono;
	padding:10px;
	margin:10px 0px 10px 0px;
	clear:both;
}
#newsPage h1 {
	position:relative;
	width:100%;
	padding:0px;
	margin:0px;
	line-height:130%;
	clear:both;
}
#newsPage ul {
	padding:0px;
	margin:0px;
}
#newsPage li {
	position:relative;
	float:left;
	padding:0px 0px 30px 0px;
	margin:0px;
	width:100%;
	list-style-type:none;
}
#newsPage ul li ul {
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
}
#newsPage ul li ul li {
	position:relative;
	float:none;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 30px;
	width:auto;
	list-style-type:disc;
}
.botrowborder {
	border-top:1px solid #6666ff;
}
.comments {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px solid #6666ff;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}
.linkGroup {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 5px 0px;
	font-size:120%;
	font-weight:bold;
}

#bobnewnews {
	
	font-family:Verdana;
	font-size: x-small;
	position:absolute;
	bottom:0;
	left: 20px;
}

.newsletterfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size:x-small;
}

.newslettersubmit {
	font-family: Verdana;
	font-size: xx-small;
}

.newsletterformfield {
	font-family: Verdana;
	font-size: x-small;
}

#feed-control {

width: 290px;
position: relative;

}

.gfg-root {
  width : 260px;
  height : auto;
 /* position : relative; */
  overflow : hidden;
  text-align : center;
  font-family: "Verdana", sans-serif;
  font-size: 10px;
  border: 2px solid 6666ff;
  background-color: 000033;
}

.gfg-title {
  font-size: 12px;
  font-weight : bold;
  color : #ccccff;
  background-color: #330066;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color : #ccccff;
  text-decoration: none;
}

.gfg-title a:hover {
  color : #FFF;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : green;
  background-color: green;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color : #ccccff;
}

.gfg-entry {
  background-color : #000033;
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;

}

.gfg-entry a {
	
  color: #ccccff;
   	
}

.gfg-entry a:hover {
	color: #FFF;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : #000033;
  width : auto;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}


.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry a {
	color: #ccccff;
	text-decoration: none;
}

.gfg-listentry a:hover {
	color: #FFF;
}
	
.gfg-listentry-odd {
  background-color : #000033;
}

.gfg-listentry-even {
  background-color: #000033;
}

.gfg-listentry-highlight { 
  background-image : url('http://www.channelshirt.com/images/garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
  background-color: #330066;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 11px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #9999cc;
  margin-top : 3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Verdana", sans-serif;
  font-size: 10px;
  border: 1px solid #AAAAAA;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #000033;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #ccccff;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;

}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : #000033;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
 
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
 
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #ccccff;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;

}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('http://www.channelshirt.com/images/arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('http://www.channelshirt.com/images/arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}
