




/* black Green */

body {
	font: normal 12px 'lucida sans unicode','lucida sans',arial;
	color: #999999;
	margin: 0px;
	padding: 0px;
	background: #1f1f1f url('http://images.freewebs.com/Members/Generationz/CSSStyles/Black/Green/bg.gif') repeat-x top left;
}


/*
 * Container surrounding all content on the page
 */
 
.fw-container {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 780px;
	background: #000;
}

a,
a:visited {
	color: #fff;
	text-decoration: none;
}


a:hover,
a:visited:hover {
	color: #7ec864;
	text-decoration: none;
}

code,pre {
	font-size:12px
}

fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #CCC
}

legend {
	color:#000;
	font-weight:bold;
}

label {
	cursor:pointer
}

/*
 * This can be used to decorate around any advertisements that appear on the page (non-premium users only)
 * It is STRICTLY forbidden to modify this code as to obstruct the view of the advertisement
 */
.fw-advertisement {
	margin: 0 auto;
	padding: 10px;
	border: 0 ;
	text-align: center;
	background: #000;
}
 

/*
 * Container surrounding Site Title, Small Title, Logo, and home-link
 */
.fw-head {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 181px;
	overflow: hidden;
	position: relative;
	background: #222;
}

/*
 * Site Title
 */
.fw-head h1 {
	font: normal 30px arial;
	letter-spacing: -2px;
	color: #fff; 
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
}

/*
 * Site Small Title
 */
.fw-head h3 {
	font: normal 14px arial;
	color: #7ec864; 
	position: absolute;
	top: 58px;
	left: 20px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.fw-logo {
	width: 780px;
	height: 181px;
	overflow: hidden;
	font-size: 0px;
	margin: 0px;
}


.fw-home-link {
	width:0px;
	height:0px;
	display:none;
}

hr {
	display:none;
}

/*
 * NavBar
 * UL containing all the NavBar links
 */
 
.fw-nav-menu {
	padding: 36px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	background: transparent url('http://images.freewebs.com/Members/Generationz/CSSStyles/Black/Green/bg-nav.gif') no-repeat top left;
	width: 178px;
	float: left;
	overflow: hidden;
}

.fw-nav-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	cursor: default;
	overflow: hidden;
	width: 168px;
}

/*
 * Individual NavBar LI's
 */
 
.fw-nav-menu li {
	margin: 0px;
	padding: 2px 0px 1px 0px;
	overflow: hidden;
}

/*
 * Individual NavBar links
 */
.fw-nav-menu a,
.fw-nav-menu a:visited {
	text-decoration: none;
	overflow: hidden;
	font: normal 10px arial;
	text-transform: uppercase;
	background: transparent url('http://images.freewebs.com/Members/Generationz/CSSStyles/Black/Green/bullet.gif') no-repeat center left;
	padding: 0px 0px 0px 22px;
	display: block;
	color: #7082A0;
} 


.fw-nav-menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background: transparent url('http://images.freewebs.com/Members/Generationz/CSSStyles/Black/Green/bullet2.gif') no-repeat center left;

}

/*
 * This is the container that holds the main content (paragraphs) of the page.
 */
.fw-with-mini {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	width: 602px;
	float: right;
}

/*
 * The fw-no-mini class is applied to the fw-content DIV
 *     when there are no mini-paragraphs on the page.
 * This statement must remain in the css even if there are mini paragraphs.
 * If there are mini paragraphs on the page, this will be ignored.
 */
.fw-content {
}

.fw-content h2 {
	border: 0px solid red;
	font: normal 18px arial;
	color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 5px 20px 5px 20px;
	background: transparent url('http://images.freewebs.com/Members/Generationz/CSSStyles/Black/Green/bg-h2.gif') no-repeat top right;
}

h2 a {
	padding: 0px;
}

.fw-paragraph {
	border: 0px red solid;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}

.fw-text {
	margin: 0px 0px 0px 3px;
	padding: 0px 20px 0px 17px;
	overflow: hidden;
	height: 100%;
	background: transparent url('') no-repeat bottom left;
	clear: both;
	border-left: dotted 1px #383838;
}

.fw-text-right {
	margin: 0px 0px 30px 3px;
	padding: 0px 20px 0px 17px;
	overflow: hidden;
	height: 100%;
	background: transparent url('') no-repeat bottom left;
	clear: both;
	border-right: dotted 1px #383838;
}


.fw-content ul,.fw-content ol,.fw-content dd {
	margin-left:2em;
}

.fw-mini-pars {
	float:right;
	width:30%;
}

.fw-mini-pars dt {
	color:#000;
	font-weight:bold;
	margin-top:1em;
	border-bottom:.3em solid #EEE;
}

.fw-mini-pars dd {
	margin-top:.2em;
	color:#333;
}

.fw-footer {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color: #404040;
	text-align: left;
	border-top: solid 1px #1f1f1f;
	border-bottom: solid 1px #1f1f1f;
}

.fw-footer p {
	padding: 4px 20px 4px 20px;
	margin: 0px;
}


.fw-tracker {
	margin: 0px 0px 0px 0px;
	padding: 8px 20px 8px 20px;
	font-size: 10px;
	clear: both;
	color: #404040;
	text-align: left;
}

/* forms */

label,button,input[type="submit"] {
	cursor:pointer;
}

input,textarea {
	padding:.1em;

}

textarea {
	font:1em verdana,arial,sans-serif;
}

.formSpan {
	display:block;
	margin:1em 0 0
}

Form {
	padding: 0px;
	margin: 0px;
}

/* The following styles are for the blog.
* Remember, if a CSS property is already defined in blog.css,
* you must use the !important rule.
*/

/* 
* blog entry container 
*/
.fwBlogEntryDisplay {
	border-bottom: 0 !important;
	margin: 10px 0px 14px 0px !important;
	padding: 0px !important;
	border-top: solid 6px #191919;
}

/* 
* blog entry title
*/
.fwBlogEntryTitle {
	font: normal 18px arial !important;
	color: #7ec864 !important;
	margin: 0px 0px 0px 0px !important;
	padding: 15px 0px 0px 0px !important;
}

/* 
* blog entry date
*/
.fwBlogEntryDate {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	color: #fff;
}

.fwBlogEntryDate BR {
	display: none;
}

/* 
* blog entry body
*/
.fwBlogEntryBody {
	padding: 0px 0px 5px 0px !important;
	margin: 0px 0px 5px 0px !important;
}


/* 
* blog comments
*/
.fwBlogCommentContainer{
	border: 0 !important; 
	padding: 8px !important;
	margin: 10px 0px 0px 0px !important;
	background: #191919 !important;
}

/* Google ad colors */

#googlecolors1 {
background-color: #000; /*bg*/
color: #999999; /*text*/
}
#googlecolors1 a, #googlecolors1 a:visited {
color: #7ec864; /*link*/
}
#googlecolors2 {
background-color: #000; /*border*/
color: #7ec864; /*url*/
}

.stocklist {
text-align: center;
border: 1px solid #222;
margin: 10px;
}
.stocklist tr{
border-bottom: 1px solid #888;
}
.stocklist th{
text-align: center;
padding: 3px;
border-bottom: 2px solid #444;
}
.stocklist td{
text-align: center;
padding: 4px;
border-bottom: 1px solid #444;
border-right: 1px solid #444;
}

.lft {
text-align: left;
}

.fpbanner {
clear: both;
float: left;
width: 100%;
text-align: center;
font-weight: bold;
font-style: italic;
}



.fpofferbox {
margin-top: 60px;
clear: both;
float: left;
width: 100%;
text-align: center;
font-weight: bold;
font-style: italic;
}

.fptext {
float: left;
width: 57%;
padding: 7px;
border: 0px solid #F00;
}

.fpoffer {
float: left;
width: 37%;
padding: 7px;
border: 0px solid #F00;
text-align: center;
}

.indexwhite {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: white;
font-style: normal;
font-weight: bold;
text-align: center;
text-decoration: none;
margin-top: 10px;
}

.indexwhitesmall {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: white;
font-style: normal;
font-weight: bold;
text-align: center;
text-decoration: none;
margin-top: 10px;
}

.fpdesc {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: white;
font-style: italic;
font-weight: normal;
text-align: center;
text-decoration: normal;
}

.fpmultiimage {
width: 65px;
height: 65px;
float: left;
margin: 4px;
}

.both {
clear: both;
}

.rulesheading {
font-family: Arial, Helvetica, sans-serif;
font-size: 15pt;
color: silver;
font-style: normal;
font-weight: bold;
text-align: left;
text-decoration: normal;
}

.rulessub {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: silver;
font-style: normal;
font-weight: bold;
text-align: left;
text-decoration: underline;
}

.rules {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: silver;
font-style: normal;
font-weight: normal;
text-align: left;
text-decoration: normal;
}

.rulesname {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: silver;
font-style: italic;
font-weight: bold;
text-align: left;
text-decoration: normal;
}

#fptextbox {
background-image: url('http://www.lalunedargent.com/siteimages/fptextimg.jpg');
border: 0px red solid;
width: 300px;
height: 170px;
}

.basketbuttons {
background-image: url('http://www.lalunedargent.com/siteimages/button_25.png');
float: right;
clear:right;
display: block;
margin:  7px 0px 0px 0px ;
padding:  0px ;
width: 130px;
height: 25px;
border: 0px solid red;
}

.basketbuttons a {
display: block;
background: transparent;
width: 100%;
height: 25px;
line-height: 25px;
font-family: Arial, sans serif;
text-align: center;
font-weight: bold;
color: #344E7F;
}
.basketbuttons a:hover {
color: #fff;
}

