/* Remove gap underneath images and fix for IE */
img {overflow: hidden; -ms-interpolation-mode: bicubic;}


/* EXPRESSION FIXES */

#idEdit_ifr{
background-image: none;
background-color: #ffffff;
color: #000000;
text-align: left;
font-size: 12px;
font-family: arial, verdana;
}

#tinymce{
background-image: none;
background-color: #ffffff;
color: #000000;
text-align: left;
font-size: 12px;
font-family: arial, verdana;
}



/* GENERAL STYLES */

html{
padding: 0;
margin: 0px;
text-align: center;
}

body{
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
text-decoration: none;
text-align: center;
background: #333;
padding: 0px 0px 30px 0px;
color: #333333;
}

body td{
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
text-decoration: none;
}

#fsmContainer img{
border: none;
display: block;
-ms-interpolation-mode: bicubic;
}

body p{
margin: 0px;
padding: 0px;
}

body h1{
margin: 0px;
padding: 0px;
}

body h2{
margin: 0px;
padding: 0px;
}


/* LAYOUT STYLES */

img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
			z-index: -1;
			
			/* Transparency 
			filter: alpha(opacity=50);
			opacity: 0.5;
*/		}
		
@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}

#fsmContainer{
position: relative;
width: 1004px;
margin: 20px auto 20px auto;
padding: 9px;
border: 1px solid #999999;
background: #ffffff;
z-index: 2;
}

#fsmContainerTable{
width: 1004px;
}

#fsmContainerTable td{
}

.right-column{
/* border-left: 1px dashed #999999; */
height: 1150px;
}

.middle-column{

}

#fsmSubTable{
/* border-top: 1px dashed #696868; */
}

/* FOOTER SQ STYLES */
#fsmFooter
{
border-top: 1px dashed #696868;
width: 1004px;
padding: 15px 0px 30px 0px;
font-size: 11px;
}

#footercopy {
float:left;
height:15px;
margin-top:3px;
font-family:Verdana;
font-size:0.8em;
color: #888888;
 }
 
#footersq {
float:right;
height:15px;
margin-top:3px;
}

a.sqsymbol img {
opacity:0.5;
filter:alpha(opacity=50);
}

a.sqsymbol img:hover{
opacity:0.8;
filter:alpha(opacity=80);
}



/* MAIN MENU STYLES */

#fsmMainMenu
{
width: 740px;
margin-top: 5px;
padding-top: 5px;
margin-bottom: 10px;
padding-bottom: 5px;
border-top: 1px dashed #999999;
border-bottom: 1px dashed #999999;
}

#fsmMainMenu img
{
display: inline-block;
border: none;
filter: alpha(opacity=85);
opacity: 0.85;
}

#fsmMainMenu img:hover
{
display: inline-block;
filter: alpha(opacity=100);
opacity: 1.0;
}

#fsmMainMenu .activelink img
{
display: inline-block;
filter: alpha(opacity=100);
opacity: 1.0;
}


/* MAIN MENU STYLES

#fsmMainMenu
{
margin-top: 10px;
margin-bottom: 20px;
}

#fsmMainMenu table
{
width: 716px;
height: 48px;
background-image: url(/media/fsmMenuBGnew.gif);
background-repeat: no-repeat;
background-position: center center;
}

#fsmMainMenu td
{
}

#fsmMainMenuItem img
{
border: none;
filter: alpha(opacity=0);
opacity: 0.0;
}

#fsmMainMenuItem:hover img
{
border: none;
filter: alpha(opacity=100);
opacity: 1.0;
}

 */

/* ADVERT STYLES */

#fsmTopBannerAdvert
{
height: 138px;
}

#fsmRightAdverts img
{
margin-bottom: 20px;
width: 200px;
}

#fsmBottomAdvert
{
margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
border-top: 1px dashed #696868;
}

#fsmBottomAdvert table{
margin: auto;
}

#fsmBottomAdvert td
{
padding: 4px;
}

#fsmBottomAdvert .first
{
padding-right: 4px;
padding-left: 0px;
}

#fsmBottomAdvert .last
{
padding-left: 4px;
padding-right: 0px;
}

#fsmBottomAdvert img
{
margin: auto;
width: 194px;
}

/* BLAH BLAH BOX STYLES */

#fsmBlahBox
{
margin-bottom: 20px;
width: 252px;
background: #f1f1f1; 
/*
border-top: 1px dashed #999999;
padding-top: 2px;
*/
}

#fsmBlahBoxTitle
{
/* padding: 7px 0px 7px 0px; */
text-align: center;
background: #949599;
}

#fsmBlahBoxTitle img
{
margin: auto;
}

#fsmBlahBoxBody
{
height: 1100px;
overflow: hidden;
border-top: 1px dashed #999999;
/*
border-bottom: 1px dashed #555555;
*/
margin-top: 2px;
}

#fsmBlahBoxBody table
{
background: #f1f1f1; 
width: 252px;
}

#fsmBlahBoxBody td
{
color: #222222;
padding: 8px 10px 13px 10px;
margin-right: 0px;
border-bottom: 1px dashed #999999;
border-left:1px dashed #999999;
border-right:1px dashed #999999;
font-size: 12px;
}

#fsmBlahItem
{
text-align: left;
color: #333333;
line-height: 18px;
}

#fsmBlahItem a
{
text-align: left;
color: #333333;
text-decoration: underline;
font-weight: bold;
}

#fsmBlahItem a:hover
{
text-align: left;
color: #ffffff;
text-decoration: underline;
font-weight: bold;
background: #e13335;
}


#fsmBlahItem a:hover h1, #fsmBlahItem a:hover h2 
{
text-align: left;
color: #333333;
text-decoration: underline;
/*
background: #d1241e;
*/
}

#fsmBlahItem img
{
float: left;
margin-right: 8px;
clear: both;
border: 1px solid #999999;
}

#fsmBlahItem h1
{
display: inline-block;
font-size: 11px;
color: #dc3836;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: left;
font-weight: bold;
/* background: #999999; */
}

#fsmBlahItem h2 
{
font-size: 16px;
margin: 0px 0px 5px 0px;
padding: 0px 2px 3px 0px;
text-align: left;
/* background: #eeeeee; */
}

#fsmBlahBoxFooter
{
background: #333333;
padding: 10px 12px 10px 12px;
color: #ffffff;
text-align: left;
margin-top: 2px;
}

#fsmBlahBoxFooter a
{
color: #ffffff;
text-decoration: underline;
}





/* HOME PAGE FEATURE STYLES */

.clear{
clear: both;
}

#fsmLogo
{
margin-top: 10px;
}

#fsmCurrentIssue
{
margin-top: 13px;
margin-bottom: 12px;
height: 50px;
padding-left: 10px;
border-top: 1px dashed #999999;
border-bottom: 1px dashed #999999;
}

#fsmCurrentIssue a{
cursor: pointer; 
cursor: hand;
position: relative;
float: left;
margin: 2px 18px 0px 0px;
color: #999999;
text-decoration: none;
font-weight: bold;
}

#fsmCurrentIssue a:hover{
color:#666666;
text-decoration: underline;
}

#fsmCurrentIssue a img{
float: left;
margin: 7px 5px 0;
}

#fsmCurrentIssue a span{
position: relative;
display: inline-block;
padding: 10px 0px 10px 0px;
margin-top: 5px;
}


#fsmHomePageFeature1
{
position: relative;
margin-top: 0px;
width: 520px;
background: #333333;
border-top: 5px solid #333333;
overflow: hidden;
/*
border-bottom: 10px solid #333333;
*/
}

#fsmHomePageFeature1 span
{
position: absolute;
left: 10px;
bottom: 16px;
font-size: 24px;
font-weight: normal;
text-align: left;
}

#fsmHomePageFeature2
{
position: relative;
margin-top: 20px;
width: 530px;
}

#fsmHomePageFeature2 span
{
position: absolute;
right: 10px;
bottom: 16px;
font-size: 24px;
font-weight: normal;
text-align: right;
}

#fsmHomePageFeature3
{
position: relative;
margin-top: 20px;
width: 502px;
text-align: left;
line-height: 20px;
color: #333333;
clear: both;
border-top: 1px dashed #696868;
padding: 20px 14px 0px 14px;
}

#fsmHomePageFeature3 img
{
float: left;
margin-right: 16px;
clear: both;
margin-bottom: 11px;
overflow: hidden;
}

#fsmHomePageFeature3 a
{
text-decoration: none;
clear: both;
}

#fsmHomePageFeature3 p
{
margin:0px;
padding: 0px;
}

#fsmHomePageFeature3 a h1
{
font-size: 24px;
font-weight: normal;
display: block;
margin-bottom: 16px;
line-height: 24px;
color: #333333;
text-decoration: underline;
}

#fsmHomePageFeature3 a:hover h1
{
font-size: 24px;
font-weight: normal;
display: block;
margin-bottom: 16px;
line-height: 24px;
color: #000000;
text-decoration: underline;
}

#fsmHomePageFeature4
{
position: relative;
margin-top: 20px;
width: 502px;
text-align: left;
line-height: 20px;
color: #333333;
clear: both;
border-top: 1px dashed #696868;
padding: 20px 14px 0px 14px;
}

#fsmHomePageFeature4 img
{
margin-bottom: 12px;
}


/* CURRENT ISSUE - SECTION FEATURE STYLES */

#fsmCurrentIssueSub
{
margin: 24px 0px 32px 0px;
color: #ffffff;
font-size: 16px;
}

#fsmCurrentIssueSub a
{
color: #ffffff;
text-decoration: none;
}

#fsmCurrentIssueSub a:hover
{
color: #ffffff;
text-decoration: underline;
}

#fsmCurrentSection
{
text-align: center;
margin-top: 10px;
/*
color: #ffffff;
font-size: 42px;
padding: 4px 0px 4px 0px;
background-color: #464344;
text-transform: uppercase;
*/
}

#fsmCurrentSectionImg
{
color: #ffffff;
font-size: 42px;
padding: 8px 0px 4px 0px;
text-align: center;
text-transform: uppercase;
}


#fsmBrosbox
{
font-weight: bold;
font-size: 12px;
color: #c9222c;
line-height: 18px;
}

#fsmBrosbox a
{
color: #333333;
text-decoration: underline;
font-size: 12px;
font-weight: normal;
}

#fsmBrosbox a:hover
{
color: #333333;
text-decoration: underline;
font-size: 12px;
font-weight: normal;
}

#fsmBrosSpacer
{
height: 25px;
}





/* CONTACT US STYLES */

#fsmContactForm
{
border: 1px dashed #999999;
padding-bottom: 20px;
text-align: center;
font-size: 14px;
line-height: 18px;
padding: 20px;
background: #e3e3e3;
}

#fsmContactForm table
{
margin: auto;
}

#fsmContactTitleBar{
line-height: 36px;
}

#fsmContactForm td
{
color: #333333;
font-size: 14px;
}

#fsmContactForm span
{
color: #df332a;
padding-left: 6px;
}

#fsmContactSub
{
border-bottom: 1px dashed #696868; 
padding-bottom: 15px; 
margin-bottom: 15px;
color: #333333;
text-align: left;
line-height: 18px;
}

#fsmContactForm input[type=text]
{
border: 1px solid #999999;
padding: 3px;
}









/* DEFAULT ARTICLE */

#fsmDefaultArticle
{
color: #333333;
padding: 0px 20px 0px 0px;
line-height: 18px;
}

#fsmDefaultArticle embed{
margin: 20px;	
}

#fsmDefaultArticle p
{
padding: 0px 15px 20px 15px;
line-height: 22px;
}

#fsmDefaultArticleIssues
{
color: #333333;
padding: 10px 20px 0px 0px;
line-height: 18px;
}

#fsmDefaultArticleIssues img
{
float: left;
margin: 0px 14px 14px 0px;
clear: both;
}

#fsmDefaultArticle a, #fsmDefaultArticleIssues a
{
color: #333333;
text-decoration: underline;
}

#fsmDefaultArticle a:hover, #fsmDefaultArticleIssues a:hover
{
color: #000000;
text-decoration: underline;
}

#fsmDefaultArticle h1, #fsmDefaultArticleIssues h1
{
color: #ffffff;
margin: 0px 0px 20px 0px;
font-size: 30px;
padding: 16px 10px 16px 10px;
background: #2a2a2a;
}

#fsmDefaultArticle h2, #fsmDefaultArticleIssues h2
{
color: #333333;
margin: 0px 0px 0px 10px;
}

#fsmDefaultArticle img, #fsmDefaultArticle p img
{
/*
display: inline;
float: none;
*/
float: left;
margin: 10px;
max-width: 690px;
width: expression( this.width > 689 ? "690px" : "auto" );
}

/* DEFAULT SUB ARTICLE */

#fsmDefaultSubArticle
{
color: #333333;
padding-right: 20px;
line-height: 18px;
position: relative;
}

#fsmDefaultSubArticle a
{
color: #333333;
text-decoration: underline;
}

#fsmDefaultSubArticle a:hover
{
color: #000000;
text-decoration: underline;
}

#fsmDefaultSubArticle img
{
margin: 10px;
}

#fsmDefaultSubArticle h1
{
color: #333333;
margin: 20px 20px 20px 0px;
font-size: 26px;
font-weight: normal;
}

#fsmBrosbox
{
font-weight: bold;
font-size: 12px;
color: #c9222c;
line-height: 18px;
}

#fsmBrosbox a
{
color: #333333;
text-decoration: underline;
font-size: 12px;
font-weight: normal;
}

#fsmBrosbox a:hover
{
color: #000000;
text-decoration: underline;
font-size: 12px;
font-weight: normal;
}

#fsmBrosSpacer
{
height: 25px;
}

#fsmBrosTable
{
width: 730px;
margin: 0px 0px 30px 40px;
}

#fsmBrosTable td
{
width: 50%;
color: #dd1c0e;
font-weight: bold;
}



/* CONTACT US STYLES */

#fsmContactForm
{
/*
border-bottom: 1px dashed #696868;
*/
padding-bottom: 20px;
text-align: center;
font-size: 14px;
line-height: 18px;
}

#fsmContactForm table
{
margin: auto;
}

#fsmContactForm td
{
color: #333333;
font-size: 14px;
text-align: left;
}

#fsmContactForm span
{
color: #df332a;
padding-left: 6px;
}

#fsmContactSub
{
border-bottom: 1px dashed #696868; 
padding-bottom: 15px; 
margin-bottom: 15px;
color: #333333;
text-align: left;
line-height: 18px;
}

#captchaImg img{
	margin:0px;
margin-bottom:7px;
 }






/* VIDEO PLAYER STYLES */

#fsmVideoTitle
{
color: #ffffff;
margin: 0px 0px 0px 0px;
font-size: 30px;
padding: 16px 10px 16px 10px;
background: #2a2a2a;
font-weight: bold;
/*
color: #ffffff;
font-size: 24px;
text-align: left;
padding-top: 10px;
*/
}

#wrapper 
{ 
position: relative;
display: block;
text-align: center;
height:560px; 
margin: auto;
z-index: 200;
margin-top: 0px;
background: #000000;
}

#placeholder1
{
margin: auto;
}


/* VIDEO MENU STYLES */


#fsmVideoMenu
{
color: #333333;
width: 714px;
margin: 20px auto 0px auto;
overflow: auto;
padding: 1px;
}

#fsmVideoMenu table
{
width: 714px;
border-bottom: 1px dashed #999999;
}

#fsmVideoMenu td
{
color: #333333;
text-align: left;
border-top: 1px dashed #999999;
padding-bottom: 10px;
}

a.fsmVideoMenuItemOff
{
color: #333333;
display: block;
padding: 10px 14px 0px 0px;
text-decoration: none;
}

a:hover.fsmVideoMenuItemOff, a.fsmVideoMenuItemOn, a:hover.fsmVideoMenuItemOn
{
color: #000000;
display: block;
padding: 10px 14px 0px 0px;
text-decoration: underline;
}

a.fsmVideoMenuItemOff h1, a.fsmVideoMenuItemOn h1
{
font-size: 18px;
}

#fsmVideoMenuImage
{
float: left;
width: 70px;
height: 56px;
background: #000000;
margin-right: 10px;
}

#fsmVideoMenuImage
{
border: 1px solid #696868;
}







#fsmDefaultArticleMenu
{
width: 784px;
margin-top: 0px;
/*
border-top: 1px dashed #999999;
*/
}

#fsmDefaultArticleMenu table
{
width: 784px;
}

#fsmDefaultArticleMenu td
{
color: #333333;
padding: 0px 15px 0px 0px;
text-align: left;
border-bottom: 1px dashed #888888;
line-height: 20px;
}

#fsmDefaultArticleMenuItem
{
padding: 10px 0px 10px 0px;
border-bottom: 1px solid #ffffff;
position: relative;
height: 100%;
}

#fsmDefaultArticleMenuItem img
{
float: left;
margin-right: 20px;
padding: 0px 0px 10px 0px;
}

#fsmDefaultArticleMenuItem a
{
text-decoration: none;
}

#fsmDefaultArticleMenuItem p
{
display: block;
}

#fsmDefaultArticleMenuItem p a
{
text-decoration: underline;
color: #e13335;
font-size: 12px;
padding: 0px 1px 1px 1px;
margin-top: 5px;
}

#fsmDefaultArticleMenuItem p a:hover
{
text-decoration: underline;
/*
color: #c9222c;
*/
color: #ffffff;
background: #e13335;
}


#fsmDefaultArticleMenuItem h1
{
font-size: 24px;
font-weight: normal;
padding: 0px;
margin-bottom: 16px;
line-height: 24px;
color: #333333;
text-decoration: underline;
}

#fsmDefaultArticleMenuItem a h1
{
font-size: 24px;
font-weight: normal;
padding: 0px;
margin-bottom: 16px;
line-height: 24px;
color: #333333;
text-decoration: underline;
}

#fsmDefaultArticleMenuItem a:hover h1
{
font-size: 24px;
font-weight: normal;
padding: 0px;
margin-bottom: 16px;
line-height: 24px;
color: #000000;
text-decoration: underline;
}

a#fsmMore
{
color: #ffffff;
text-decoration: underline;
float: right;
}


/* RIGHT MENU STYLES */

#fsmMenuRight{
margin: 0px 0px 20px 0px;
text-align: left;
width: 200px;
}

#fsmMenuRightTitle{
font-size: 30px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

#fsmMenuRightBody{
margin-top: 15px;
}

#fsmMenuRightItem, #fsmMenuRightItemActive{
display: block;
color: #ffffff;
padding: 0px 0px 0px 0px;
}

#fsmMenuRightItem a
{
display: block;
font-size: 16px;
font-weight: normal;
color: #ffffff;
text-decoration: none;
background: #2a2a2a;
padding: 5px 9px 5px 9px;
margin-bottom: 2px;
}

#fsmMenuRightItem a:hover, #fsmMenuRightItemActive a, #fsmMenuRightItemActive a:hover
{
display: block;
font-size: 16px;
font-weight: normal;
color: #ffffff;
text-decoration: none;
background: #343434;
padding: 5px 9px 5px 9px;
margin-bottom: 2px;
}

/* PAGING STYLES */

#pageNumbersBtm
{
color: #ffffff;
margin: 10px 0px;
font-size: 14px;
}

#pageNumbersBtm a
{
color: #c9222c;
text-decoration: underline;
padding: 0px 2px 2px 2px;
}

#pageNumbersBtm a:hover
{
color: #ffffff;
background: #c9222c;
}

#pageNumbersBtm td
{
border: none;
}









/*
    AnythingSlider v1.4

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
	width: 510px;
	height: 320px;
	margin: 0 auto;
	overflow: hidden;
}

div.anythingSlider img{
	width: 510px;
	height: 320px;
	margin: 0 auto;
	overflow: hidden;
}

div.anythingSlider  span{
background: #555555;
/* Transparency */
filter: alpha(opacity=50);
opacity: 0.5;
width: 100%;
height: 50px;
left: 0px;
margin-left: -10px;
bottom: 0px;
margin-bottom: -20px;
}

div.anythingSlider p{
position: absolute;
color: #000000;
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	background: #777;
}
div.anythingSlider .anythingWindow {
	border-bottom: 3px solid #777;
}

/* Active State */
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
	background-color: #999999;
}

div.anythingSlider.activeSlider .anythingWindow {
	border-color: #999999;
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for naviagation */
div.anythingSlider {
	position: relative;
	padding: 0px 0px 32px 0px;
}
/* anythingSlider base UL */
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0; 
	left: -40px;
	*left: 0px;
	margin: 0;
	height: 320px;
	overflow: hidden;
}
ul.anythingBase li.panel {
	background: transparent;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 50%;
	position: absolute;
	display: block;
}
div.anythingSlider .arrow a {
	display: block;
	height: 120px;
	margin-top: -60px;
	width: 45px;
	text-align: center;
	outline: 0;
	background: url(/media/arrows.png) no-repeat;
	text-indent: -9999px;
}
div.anythingSlider .forward { right: 0; }
div.anythingSlider .back { left: 0; }
div.anythingSlider .forward a { background-position: 0 -40px; }
div.anythingSlider .back a { background-position: -88px -40px; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: 0 -240px; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: -88px -240px; }

/* Navigation Links */
div.anythingSlider .thumbNav { margin: 0px 0px 0px -40px; *margin-left: 0px; text-align: left;}
div.anythingSlider .thumbNav li { display: inline; }
div.anythingSlider .thumbNav a {
	color: black;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background-image: url(/media/cellshade.png);
	background-repeat: repeat-x;
	text-align: center;
	outline: 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
div.anythingSlider .thumbNav a:hover { background-image: none; }

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .thumbNav { float: left; }    /* move nav link group to left */
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	z-index: 10;
	background: green url(../images/cellshade.png) repeat-x center top;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
div.anythingSlider .start-stop.playing { background-color: red; }
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; color: #ff0 }




