body{
	font: normal 0.8em/1.6em Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #663300;
	text-align:center;
	background:#edfbe4 url(images/SGS_theme_spring.jpg) no-repeat fixed center top;

}

/* images */
img{ border-color: #f1d9c2;}

img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 10px;
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

ul { margin: 0; padding : 0; list-style : none; }

a{ text-decoration:none; color: #006600;}
a:hover{ text-decoration:underline; color: #008800; background-color: #f7fee6}

h1,h2,h3,h4,h5{
 	font-family: Helvetica, Arial, Tahoma, sans-serif;
 	font: normal 1.8em;
	color: #663300;
}

h1{ font-size: 1.8em;}
h2{ font-weight: bold; font-size: 1.6em;}
h3{ font-size: 1.4em;}
h4{ font-weight: bold; font-size: 1.3em;}
h5{ font-size: 1em;}

.game{
	line-height:1.2em;
}

.fgame a, .game a{
	font-weight:bold;
	padding:0px;
}

.game span{/* used for numbers or date */
	font-weight:bold;
	line-height:1.4em;
	color: #996600;
}

.sidebartext{
	padding:5px 5px 0px 5px;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	border:2px solid #28a918;
	border-top:0px;
	border-bottom:0px;
}

TD.TD_Text {
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

A.A_MenuItemsMain 
{
   color : #000000;
   font-size : 13px;
   text-decoration : none;
   text-transform : none;
}
 
A.A_MenuItemsMain:hover 
{
   color : #000000;
   text-decoration : underline;
   text-transform : none;
}

A.A_MenuItemsMain:visited 
{
   color : #000000;
   text-decoration : none;
   text-transform : none;
}

A.A_GameList 
{
   color : #006600;
   font-size : 10px;
   text-decoration : none;
   text-transform : none;
}
 
A.A_GameList:hover 
{
   color : #008800;
   text-decoration : underline;
   text-transform : none;
}

A.A_GameList:visited 
{
   color : #006600;
   text-decoration : none;
   text-transform : none;
}

.maintext
{
   color : #000000;
   font-size : 10px;
}

/* anchor buttons */
a.btn{
	margin:10px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
    position: relative;
    float: left;
    font-weight: bold;
    color: #ffffff;
    background: transparent url(images/btn_right.gif) top right no-repeat;
    text-decoration:none;
}

a.btn:hover{
    background-position: right bottom;
    text-decoration:none;
    cursor:pointer;
}

a.btn span{
    display: inline;
    position: relative;
    float: left;
    background-position: top left;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #ffffff;
}

a.btn span{
    height: 25px;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 0px 0px 40px;
    background-image: url(images/btn_arrow.gif);
}

a.btn_download span{
    background-image: url(images/btn_download.gif);
}

a.btn_cart span{
    background-image: url(images/btn_cart.gif);
}

a.btn:hover span{
    background-position: left bottom;
}

#tab_Gameinfo .controls {
    background: url( /images/bg_controls.gif );
    overflow:hidden;
    width:430px;
}

#tab_Gameinfo .controls li {
    float:left;
    padding:0 10px 0 8px;
    font-weight:bold;
    line-height:30px;
    height:30px;
    background:url( /images/bg_tabcontrols.gif ) no-repeat 100% 50%;
    white-space:nowrap;
}

#tab_Gameinfo .controls .key {
    width:16px;
    height:18px;
    display:block;
    float:left;
    font-weight:bold;
    background:url( /images/icon_c_character.gif ) no-repeat 50% 50%;
    line-height:12px;
    padding:0 0 0 1px;
    text-align:center;
    margin:6px 3px 0 0;
    color:#5d5e4f;
}

#tab_Gameinfo .controls img {
    float:left;
    margin:7px 2px 0 0;    
}

