/**
 * game7 css 3.2
 **/
html {
  background-color:     #fff;
  background-repeat:    repeat-x;
}

body {
  background-position:  top center;
  background-repeat:    no-repeat;
  font-family:          Arial, Verdana, sans-serif;
  font-size:            0.75em;
}


form,
a img,
img
{
  border: 0px;
  margin: 0px;
}

ul,
ol {
  margin: 0em;
  padding: 0px;
}

ul li,
ol li {
  display: list-item;
  list-style-type: none;
  padding: 0px 0px 2px 12px;
}

form input,
form textarea {
  border: 1px solid #cccccc;
  font-family: Tahoma, Arial, Verdana;
  font-size: .95em;
  padding: 1px 2px 2px 2px;
}

form select {
  font-family: Tahoma, Arial, Verdana;
}

.submit
{
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-size: .9em;
  padding: 2px 2px 2px 15px;
}

.cb {
  clear: both;
}
.cn {
  clear: none;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.int {
  word-spacing: -1px;
}
.small {
  font-size: .9em;
}
.smaller {
  font-size: .8em;
}
.italic {
  font-style: italic;
}
.center {
  text-align: center;
}

.hiddenInfo
{
  position:absolute;
  display:none;
}


a:link,
a:visited {
  color: #06406D;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}
a:active {
  color: #800000;
}

a.visited:visited {
  color: #819EB6;
}

a.ext:link,
a.ext:visited {
  background: url(/images/minicons/extlink.png) right no-repeat;
  padding-right: 16px;
}

a.new:link,
a.new:visited
{
  padding-right:18px;
  background:url(/images/tpl/new.gif) no-repeat right;
}

a.top:link,
a.top:visited
{
  color:#600000;
}

a.button {
  border-top:1px solid #999;
  border-left:1px solid #999;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
  background:#eee url(/images/tpl/sl.span.bg.png);
  padding:1px 4px;
  color:#333;
}

a.button:hover {
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #999;
  border-bottom:1px solid #999;
  text-decoration:none;
}

#right a.button {
  display:block;
  margin:0px 0px 2px 0px;
  padding:2px 6px;
  font-size:.9em;
}

q,
.quote {
  border-left: 3px solid #bbb;
  color: #666;
  display: block;
  font-style: italic;
  margin: 15px 0px 15px 0px;
  padding: 0px 6px;
}


.author {
  color: #666;
  float: right;
  font-size: 10px;
  font-style: italic;
  margin-top: 4px;
}

.info {
  background: #f5f5f5 url(/images/tpl/menu.info.gif) no-repeat 4px 4px;
  border: 1px solid #ccc;
  font-family: Arial, Verdana, sans-serif;
  font-size: .9em;
  line-height:1.3em;
  margin:4px 0px 4px 0px;
  padding: 1px 6px 1px 15px;
}

/**
 * Shadows
 */
.shadowHead
{
  background-image:     url(/images/tpl/head.bg.png);
  background-position:  top center;
  background-repeat:    no-repeat;
  height:               178px;
}

.shadowBase
{
  background-image:     url(/images/tpl/base.bg.png);
  background-position:  top center;
  background-repeat:    repeat-y;
}


/**
 * head, menu
 */ 
#base {
  background:url(/images/tpl/content.bg.png);
  width:977px;
}


/**
 * head
 */ 
#menu
{
  height:37px;
}

#head {
    padding-top:23px;
}

#base,
#menu,
#head
{
  margin: 0px auto 0px auto;
  width: 977px;
}


/**
 * css/js menu
 */ 

.menuShadow {
  background-image:url(/images/tpl/menu/menu.bg.png);
  background-position:top center;
  background-repeat:no-repeat;
  height:37px;
  position:fixed;
  width:100%;
  left:0px;
  z-index:20;
}

.menu {  
  background:#888;
  background-image:url(/images/tpl/menu/menu.gif);
  height:27px;
  width:977px;
  margin:0px auto;
}

#menu { 
  padding:0px;
  margin:0px 0px;
  list-style-type:none;
  z-index:100;
  }
  ul#menu li {
    float:left;
    position:relative;
    background-image:url(/images/tpl/menu/menu.bg.gif);
    margin-right:1px;
    z-index:100;
    padding:0px;
  }
  #menu a, 
  #menu a:visited {
    display:block;
    text-decoration:none; 
    font-size:.8em;
    padding:7px 16px 8px 16px;
    font-weight:bold;
    color:#eee;
    text-transform:uppercase;
    z-index:100;
  }
  
  #menu ul {
    list-style:none;
    display:none;
    position:absolute;
    height:0;
    left:0;
  }
  
  /****************************/
  
  #menu ul.alignLeft {
    height:27px;
    -moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6)    
  }

  #menu ul.alignLeft li {
    float:left;
    margin:0px;
    border-right:1px solid #333;
  }
  #menu ul.alignLeft li a {
    height:10px;
  }
  
  /****************************/
  
  
  #menu ul ul {
    left:110px; 
    top:0px; 
  }
  #menu ul.alignLeft ul {
    left:0px;
    top:27px;
  }
  
  #menu.nojs ul.alignLeft ul {
    top:0px;
    left:120px;
  }
  
  
  #menu ul li {
    background-image:none;
    -moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6)    
  }
  
  #menu.nojs ul li {
    width:120px;
  }
  
  #menu ul a, 
  #menu ul a:visited {
    background:#000;
    white-space:nowrap;
    height:auto; 
    line-height:1em; 
    padding:8px 16px; 
    border:0px;
    font-size:.8em;
    border-top:1px solid #333;
  }
  
  #menu a:hover, 
  #menu ul a:hover{
    text-decoration:none;
    background-image:url(/images/tpl/menu/menu.hover.png);
    background-position: center 0px;
  }
  
  #menu :hover > a, 
  #menu ul :hover > a {
    background:#222;
    text-decoration:none;
  }
  
  
  #menu ul ul a, 
  #menu ul ul a:visited {
    padding:7px 16px;
  }
  #menu ul ul a:hover {
    background:#222;
  }
  
  
  #menu.nojs li:hover ul,
  #menu.nojs a:hover ul{
    /*visibility:visible;*/
    display:block;
  }
  #menu.nojs :hover ul ul {
    /*visibility:hidden;*/
    display:none;
    
  }
  #menu.nojs :hover ul :hover ul { 
    /*visibility:visible;*/
    display:block;
  }
  
 
  #menu .spacer {
    background:#000;
    width:141px;
    /*width:158px;*/
    /*margin-right:1px;*/
  }
  #menu .profile {
    width:172px;
    background:#000;
    margin-right:1px;
    padding:0px 0px;
  }
  #menu .register {
    
  }
  #menu .login {
    
  }
  
  
  #menu .shop {
    height:27px;
    width:49px;
    background:#000;
    margin-right:1px;
    padding:0px 0px;
  }

  #menu .spacer,
  #menu .profile,
  #menu .shop,
  #menu .community,
  #menu .mailbox {
    height:27px;
    background-image:url(/images/tpl/menu/menu.bg.gif);
  }

    
  #menu .community {
    width:49px;
    background:#111;
    text-align:center;
    margin-right:1px;
    background-image:url(/images/tpl/menu/community.jpg);
  }


  #menu .community img {
    visibility: hidden;
  }
  #menu .mailbox {
    height:27px;
    width:49px;
    background:#111;
    margin-right:1px;
    text-align:center;
    background-image:url(/images/tpl/menu/inbox.jpg);
  }
  #menu .mailbox img {
    display:none;
  }
  
  #menu .search {
    height:25px;
    width:206px;
    margin-right:0px;
    background:#000;
    padding:1px 8px;
    background-image:url(/images/tpl/menu/menu.bg.gif);
    margin-left:0px;
  }
  #menu .search form {
    float:left;
  }
  
  #menu .search input {
    border:1px solid #ccc;
    background:#ffffff;
    width:170px;
    font-size:.8em;
    padding:1px 2px 1px 2px;
    float:left;
    margin:4px 0px 0px 0px
  }
  #menu .search input.default {
    color:#666;
  }



#content,
#right {
  font-size: 1.0em;
}

h1 a {
	outline:		0;
}


/**
 * headlines
 **/ 

body, h1, h2, h3, h4, h5, h6 {
  clear:both;
  margin: 0px;
  padding: 0px;
}

h1,
.h1 {
  clear: none;
  color: #666;
  font-family: Calibri, Impact, Arial, Verdana, sans-serif;
  letter-spacing:-.02em;
  font-size: 1.2em;
  margin: .5em 0em .8em 0em;
  padding: .2em 2em .2em 0em;
  font-weight:normal;
  border-bottom:1px solid #dddddd;
}

h2,
.h3 {
  color: #333;
  font-family: Calibri, Arial, Verdana, sans-serif;
  margin: 0.1em 0px 0.6em 0px;
  font-size:1.7em;
  letter-spacing:-1px;
  line-height:1em;  
}

h2.block {
  background:#666;
  color:white;
  font-weight:bold;
  font-family:Arial, Verdana, sans-serif;
  font-size:1em;
  padding:3px 4px;
}

h3,
.h3 {
  font-family:Arial, Verdana, sans-serif;
  font-weight:normal;
  color: black;
  font-size: 1.1em;
  padding:0px 0px .2em 0px;
  margin: 2em 0em .6em 0em;
  border-bottom:1px solid #ddd;
  
}

#content h4,
#content .h4 {
  color: black;
  font-size: 1em;
  padding:0px;
  margin: 1em 0em 0em 0em;
  border:0px;
}

#right h4 {
  color:#222;
  padding:0px;
  font-size: .9em;
  margin: 1.4em 0em 0em 0em;
  border-bottom:1px solid #ccc;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span
{
  float: right;
  font-size: .9em;
  font-weight: normal;
}

.hot,
.mt,
.videos,
.patches,
.demos,
.downloads,
.list {
  padding-left: 14px !important;
}
.hot {
  background: url(/images/index/hot.png) no-repeat 0px;
}
.mt {
  background: url(/images/index/rss.png) no-repeat 0px;
}
.videos {
  background: url(/images/index/videos.png) no-repeat 0px;
}
.patches {
  background: url(/images/index/patches.png) no-repeat 0px;
}
.demos {
  background: url(/images/index/demos.png) no-repeat 0px;
}
.downloads {
  background: url(/images/index/downloads.png) no-repeat 0px;
}
.list {
  background: url(/images/index/list.png) no-repeat 0px;
}


/**
 * head
 **/  
.head {

}

a.headLogo {
  display:block;
  margin:45px 0px 10px 0px;
  width:244px;
  height:85px;
  float:left;
}


div.headBanner {
  width:728px;
  margin:40px 0px 9px 5px;
  height:90px;
  float:left;
  overflow:hidden;
  background:#fff;
}

a.fz { 
  float:right;
}

a.fz img {
  margin:0px 18px 0px 0px;
  position:relative;
}

/**
 * left
 **/  

#left 
{
  float:left;
  width:196px;
  min-height:200px;
  overflow:hidden;
}

#left .feature
{
  padding:0px 20px 0px 16px;
}


#left div.banner {
  width:160px;
  min-height:600px;
}

#left .feature div.h,
#left .feature div.hs {
  color:#303030;
  border-bottom:1px solid #cccccc;
  font-weight:bold;
  margin:20px 0px 5px 0px;
  padding:3px 0px;
  font-size:.9em;
}

#left .feature div.c {
  font-size:.9em;
  color:#666;
}

/**
 * scrollable
 */ 
div.scrollable { 
  /* required settings */ 
  position:relative; 
  overflow:hidden; 
  width: 196px; 
  height:95px; 
  background:#fff;
} 
div.scrollable div.items { 
  height:2000em;
  width:196px;
  position:absolute; 
}

div.scrollable div.items div.item { 
  float:left;
  margin:0px;
  padding:6px 5px 0px 18px;
  width:172px;
  height:90px;
  overflow:hidden;
}

div.scrollable div.items div.item div.pshot {
   float:left;
   width:55px;
   height:80px;
   padding-top:4px;
}

div.scrollable div.items div.item img {
}

div.scrollable div.items div.item span.t {
  font-weight:bold;
  color:#333;
  font-size:.9em;
  display:block;
  padding-top:4px;
  width:100px;
  float:left;
}

div.scrollable div.items div.summary  {
  margin:0px;
  padding:4px 0px 0px 0px;
  font-size:1em;
  width:100px;
  height:35px;
  font-size:.9em;
  float:left;
}

div.scrollable div.item div.summary p {
  padding:0px;
  margin:0px;
  width:90px;
  color:#666;
}

div.scrollable div.item label {
  font-weight:bold;
  display:block;
  color:#333;
  font-size:.9em;
}

div.scrollable div.channelItem {
  padding:0px;
  width:196px;
  height:95px;
}

div.scrollable div.channelText {
  position:relative;
  bottom:0px;
  margin:0px;
  padding:5px 10px 5px 14px;
}
div.scrollable div.channelText p {
  margin:0px;
  color:#fff;
  font-weight:bold;
  font-size:.9em;
}
div.scrollable div.channelText a {
  font-size:.9em;
  color:#ddd;
}
 
div.items div.active { 
  border:1px inset #ccc; 
  background-color:#fff; 
}

#left .scrollNavi {
  background:#222222;
  width:184px;
  height:25px;
  margin-bottom:10px;  
  padding:0px 0px 0px 13px;
}

.navi { 
  margin-left:0px; 
  width:183px; 
  height:17px;
  text-align:center;
  padding:4px 0px;
  text-align:center;
  overflow:hidden; 
} 
/* items inside navigator */ 
.navi a { 
  width:11px; 
  height:11px; 
  float:left; 
  margin:3px 4px; 
  display:block; 
  font-size:1px;
  background:url(/images/tpl/sys/def.11.png) no-repeat 0px 0px;
}

/** PC **/
.navi a.sys11 {
  background:url(/images/tpl/sys/11.11.png) no-repeat 0px 0px;
  width:14px; 
}

/** Wii **/
.navi a.sys15 {
  background:url(/images/tpl/sys/15.11.png) no-repeat 0px 0px;
  width:21px; 
}
/** PS3 **/
.navi a.sys13 {
  background:url(/images/tpl/sys/13.11.png) no-repeat 0px 0px;
  width:39px; 
}
/** Xbox 360 **/
.navi a.sys12 {
  background:url(/images/tpl/sys/12.11.png) no-repeat 0px 0px;
  width:18px;
}

/** PSP **/
.navi a.sys14 {
  background:url(/images/tpl/sys/14.11.png) no-repeat 0px 0px;
  width:33px; 
}

.navi a:hover,
.navi a.active {
  background-position:0px -11px 
} 
 
/* mouseover state */ 
.navi a:hover { 
} 
 
/* active state (current page state) */ 
.navi a.active { 
}


div.channelText {
  background:url(/images/tpl/channel.png);
}

/**
 * subMenu
 */ 
ul.subMenu {
  font-size:.9em;
  margin:5px 0px 0px 0px;
}

ul.subMenu li {
  background:url(/images/tpl/doublearrow.gif) no-repeat 0px 6px;
  font-weight:bold;
  padding:2px 11px;
}

ul.subMenu li a.active {
  color:#000000;
}

/**
 * content
 **/ 

div.contentHead {
  height:120px;
  background:url(/images/heads/bg.jpg) repeat-x;
}

div.error {
  background: url(/images/lay/message/error.png);
  border-bottom: 2px solid #a00000;
  color: #a00000;
  float: left;
  font-weight: bold;
  overflow: hidden;
  padding: 8px 15px 6px 15px;
  margin-bottom:15px;
  width: 751px;
}

div.message {
  background: url(/images/lay/message/message.png);
  border-bottom: 2px solid #008000;
  color: black;
  float: left;
  font-weight: bold;
  overflow: hidden;
  padding: 8px 15px 6px 15px;
  margin-bottom:15px;
  width: 751px;
}

div#bar {
  background: #444;
  border-bottom: 1px solid #eee;
  bottom: 0px;
  color: white;
  height: 20px;
  padding: 2px 4px;
  position: fixed;
  width: 100%;
}

/**
 * content
 **/ 

/**
 * pagination
 **/ 

div.pagination {
  color: black;
  float: right;
  font-size: .9em;
  text-align: right;
  white-space: nowrap;
  margin:0px 20px 6px 0px;
  padding:0px 0px 5px 0px;
  word-spacing:.1em;
  border-bottom:1px solid #ddd;
  width:260px;
}
div.pagination {
  color: #666;
}
div.pagination .bl {
  background: url(/images/tpl/back.png) no-repeat 3px 4px;
  padding-left: 10px;
}

div.pagination .nl {
  background: url(/images/tpl/next.png) no-repeat 34px 4px;
  padding-right: 10px;
}

div.pagination span {
  color: #aaa;
}


div.paginationBottom {
  clear: both;
  color: #888;
  font-size: .95em;
  margin: 0px 0px 0px 213px;
  padding:10px 0px;
  text-align: center;
  width: 745px;
}

div.paginationBottom a:link,
div.paginationBottom a:visited {
  border:1px solid #999;
  padding:1px 6px;
  margin-right:1px;
  color:#666;
}

div.paginationBottom a.act:link,
div.paginationBottom a.act:visited,
div.paginationBottom a:hover,
div.paginationBottom a:active {
  border-color:#666;
  color: #ffffff;
  background:#999;
  font-weight: bold;
  text-decoration:none;
}



/**
 * breads
 **/ 

ul.breads {
  padding:3px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  height:26px;
  font-size:.9em;
  clear:left;
  width:575px;
  overflow:hidden;
  float:left;  
}

ul.breads li {
  float:left;
  padding:0px;
  margin:0px;
}

ul.breads li.h {
  background:url(/images/tpl/menu/bread.home.png) no-repeat 5px 0px;
  padding-left:16px;
}

ul.breads a:link,
ul.breads a:visited {
  padding:4px 16px 5px 8px;
  background:url('/images/tpl/menu/bread.li.png') no-repeat right;
  float:left;
  font-size:1em;
  color:#cccccc;
}
ul.breads a.current:link,
ul.breads a.current:visited {
  color:#ffffff;
  font-weight:bold; 
}


ul.breads a:hover,
ul.breads a:active {
}

ul.breads span {
  display:block;
  padding:4px 2px 5px 2px;
  color:#ccc;
  float:left;
}

div.pages {
  float:left;
  width:175px;
  color:#cccccc;
  padding:8px 0px 8px 0px;
  font-size:.9em;
  text-align:right;
}

div.pages a:link,
div.pages a:visited {
  color:#aaa;
  padding:0px 3px 0px 3px;
}

div.pages a.b {
  color:#fff;
  font-weight:bold;
}

div.pages a:hover,
div.pages a:active {
  background:#fff;
  color:#000;
  text-decoration:none;
}

/**
 * content
 **/ 

div.contHead {
  float: left;
  width: 781px;
  margin-bottom:15px;
}

#content {
  float: left;
  line-height: 1.2em;
  margin: 0px 0px 20px 16px;
  border-right:1px solid #f0f0f0;
  width: 444px;
  padding-right:20px;
  min-height:600px;
}

#largeContent {
  float: left;
  width: 745px;
  min-height: 400px;
  margin: 0px 10px 10px 16px;
  line-height: 1.4em;
}

div#content.noMargin {
  margin: 0px 20px 0px 0px;
  width: 480px;
}
div#largeContent.noMargin {
  margin: 0px 0px 0px 0px;
  width: 781px;
}

#content p,
#largeContent p {
  line-height: 1.6em;
  margin: 0.2em 0px 1em 0px;
}

#content ul li,
#largeContent ul li
{
  background-image:url(/images/tpl/arrow-9E9E9E.gif);
  background-repeat:no-repeat;
  background-position: 2px 7px;
  line-height: 1.6em;
}

#content ul,
#largeContent ul
{
  margin:0px 0px 1em 0px;
  overflow:auto;  
}

#content ul li p {
  margin:0px 0px .4em 0px;
  padding:0px;
  font-size:.9em;
}

#content div.thumb {
  border:1px solid #ccc;
  padding:4px;
  float:right;
  overflow:hidden;
  margin:2px 4px 10px 10px;
}

#content div.thumb a {
  outline:0;
}



/**
 * right
 **/ 

#right {
  float: left;
  margin: 2px 0px 20px 0px;
  width: 261px;
  padding-left:20px;
}

#right h3
{
  border-bottom: 1px solid #ddd;
  font-size: 1.2em;
  margin: 2em 0em .5em 0em;
  padding:6px 1em 0px 0px;
  text-align:right;
  font-family: Calibri, Arial, sans-serif;
}

#right h3 a {
  font-size:1em;
}

#right h3 ul {
  margin:0px;
  padding:0px;
}

#right h3:first-child,
#right h4:first-child {
  margin: 0em;
  margin-top:1px;
  padding-top:6px;
}

#right h3.block
{
  font-size:        0.9em;
  background:       #6A6B6A url(/images/lay/h2.gif) no-repeat 5px;
  color:            #fff;
  padding:          1px 0px 1px 16px;
  margin:           0px 0px 5px 0px;
  font-weight:      bold;
  border:0px;
}

#right p {
  line-height: 1.5em;
  margin: 4px 0px 12px 0px;
  color:#333;
  font-size:.9em;
}

#right .newsHead {
  border-bottom: 1px solid #aaa;
  color: #ccc;
  color: black;
  font-size: 0.90em;
  margin: 0px 0px;
  padding: 2px 0px 3px 0px;
  word-spacing: 0.6em;
}

#right .newsHead a {
  word-spacing: 0em;
}

#right .newsHead span {
  color: #888;
}

#right div ul li a:link,
#right div ul li a:visited {
  font-size: 0.9em;
}

#right div.search {
  background: url(/images/index/search.png) no-repeat 0px;
  padding-left: 14px;
}

#smallNews {
  overflow:hidden;
  position:relative;
}

#newsItems {
  position:relative;
  padding:10px 0px;
}

a#moreNews:link,
a#moreNews:visited {
  border-top:1px solid #ddd;
  background:fefefe;
  text-decoration:none;
  display:block;
  text-align:center;
  text-transform:lowercase;
  padding:4px;
  color:#666;
  font-size:1em;
}

a#moreNews:hover,
a#moreNews:active {
  color:#000;
  background:#eee;
  outline:0;
}


/**
 * news items
 **/ 
div.newsItem {
  clear: both;
  margin: .5em 0em 3em 0em;
}

div.newsItem span.date
{
  color: #666;
  font-size: .75em;
  line-height: 1em;
}

div.newsItem a {
  white-space: nowrap;
  font-weight:bold;
}

div.newsItem div.img {
  float:left;
  width:40px;
  padding:4px;
  border:1px solid #ccc;
  margin:2px 10px 15px 0px;
  height:120px;
}

div.newsItem div.img {

}

div.newsItem h2
{
  background: none;
  line-height: .7em;
  margin: .1em 0em 0em 0em;
  padding:.1em 0em .3em 0em;
  word-spacing: 0em;
  clear:none;
}

div.newsItem h2 a:link,
div.newsItem h2 a:visited
{
  white-space: normal;
  line-height:.9em;
  color:#333;
}

div.newsItem h2 a:hover,
div.newsItem h2 a:active
{
  color:#06406D;
}

div.newsItem h2 span
{
  color: #666;
  display: block;
  float: none;
  font-family: Arial, Tahoma, sans-serif;
  font-size: .7em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing:-1px;
  margin: 0em 0px 0.4em 0px;
}
div.newsItem h2 span a:link,
div.newsItem h2 span a:visited {
  color:#666;
}

#content div.newsItem p {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0em;
}


div.newsItem div.options 
{
  color: #666;
  font-size: .9em;
}

/**
 * newslist
 **/ 

ul.news {
  clear: both;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#accordion ul.news {
  margin:10px 0px;
}

ul.news li {
  background-image: none;
  background-position: 0px 8px;
  clear: both;
  margin-bottom: 0px;
  padding: 0px;
}

ul.news li div {
  border: 0px;
  float: left;
  margin: 0px 0px 6px 0px;
  padding: 0px;
  width: 219px;
}

ul.news div.d,
ol.news div.d {
  color: #666;
  font-size: 0.8em;
  margin: 1px 0px 2px 0px;
  width: 42px;
}

ul.news li div a:link,
ul.news li div a:visited {
  font-size: 0.9em;
  font-weight: bold;
}
ul.news li a span {
 font-weight: normal;
 color: #333;
}

ul.news li.head {
  border-bottom: 1px solid #aaa;
  font-size: 11px;
  margin-bottom: 6px;
  padding: 0px;
}
ul.news li.head p {
  clear: both;
  color: #666;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  word-spacing: 2px;
}

ul.news li.head div a:link,
ul.news li.head div a:visited {
  font-weight: normal;
}

/**
 * Comments
 */ 
.comments div.comment {
  border-top:1px solid #eee;
  padding:10px 8px;
  width:400px;
  clear:left;  
}
.comments div.comment:first-child {
  border-top:0px;
}
.comments div.comment div.a {
  color:#888;
  overflow:hidden;
  font-size:.9em;
  font-weight:bold;
  margin:0px 0px 2px 0px;
}
.comments div.comment div.c {
  color:#333;
  width:430px;
  font-size:1em;
}
#content .comments div.comment div.c p { 
  margin:0px;
  line-height:1.5em;
}
.comments textarea {
  width:409px;
  height:73px;
  font-size:1em;
  padding:4px 4px;
  float:left;
  border-right:0px;
  margin:0px 0px 4px 0px;  
}

.comments input.submit {
  background-position:0px;
  color:#fff;
  padding:2px;
}
.comments input.submit:active {
  position:relative;
  margin:0px 1px 0px -1px;
}




/**
 * tagCloud
 */ 

#tagCloud {
  float: left;
  width:720px;
  height:70px;
  margin: 4px 10px;
  line-height:1.5em;
  font-size:1.1em;
  word-spacing:1.5em;
}

#tagCloud a:link,
#tagCloud a:visited {
  word-spacing:0em;
  white-space:nowrap;
}

.tagCloud10,
.tagCloud11

{
  font-size:.9em;
}

.tagCloud12,
.tagCloud13
{
  font-size:1em;
}

.tagCloud14,
.tagCloud15
{
  font-size:1.2em;
}

.tagCloud16,
.tagCloud17
{
  font-size:1.3em;
  font-weight:bold;
}

.tagCloud18
{
  font-size:1.3em;
  font-weight:bold;
}

ul.intLinks
{
  width:190px;
  background:none;
  float:left;
}

ul.intLinks li
{
  background:none;
}

/**
 * overwrite used styles
 */ 
.row1 {
  background-color: #f5f5f5;
}

.row2 {
}

a.del:link,
ul li a.del:link,
a.del:visited,
ul li a.del:visited,
.del {
  color: #CC0000;
}

.nw {
  white-space: nowrap;
}

.np {
  padding: 0px;
}

ul.tree, 
ul.tree ul { 
  background: url(/images/lay/sitemap/vline.png) repeat-y; 
  list-style-type: none; 
  margin: 0px; 
  padding: 0px; 
} 

ul.tree {
  margin: 2px 0px 0px 10px;
}

ul.tree ul { 
  margin-left: 10px; 
} 

ul.tree li { 
  background: url(/images/lay/sitemap/node.png) no-repeat; 
  color: #369; 
  font-weight: bold; 
  line-height: 20px; 
  margin: 0px; 
  padding: 0px 12px; 
} 

ul.tree li.last { 
  background: #fff url(/images/lay/sitemap/lastnode.png) no-repeat; 
}

span.isodate
{
  display:none;
}

a.forward
{
  background:url(/images/lay/menu.arrow.gif) no-repeat 3px 4px;
  padding-left:10px;
  white-space:nowrap;
}

a.download {
  background:url(/images/tpl/download.gif) no-repeat 3px 4px;
  padding:3px 0px 0px 22px;
  display:block;
  white-space:nowrap;
}


/**
 * Slider
 */
 
#slider {
  width: 781px;
  height: 120px;
  position: relative;
  overflow:hidden;
	z-index:0;
}
#sliderContent {
  width: 781px;
  position: absolute;
	top: 0px;
	margin: 0px;
}
.sliderImage {
  float: left;
  position: relative;
	display: none;
  margin:0px; 
  padding:0px; 
  list-style:none; 
  background:none;
}
.sliderImage span {
  position: absolute;
  font: 10px Arial, Helvetica, sans-serif;
  padding: 5px 0px 7px 14px;
  width: 768px;
  background: url(/images/bg/black.40.png);
  color: #fff;
  display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
  font-size: 14px;
}
.top {
	top: 0px;
	left: 0px;
}
.bottom {
	bottom: 0px;
    left: 0px;
}
 
 
/**
 * footer
 **/ 

#footer {
  background-repeat:no-repeat;
  background-position:0px 0px;
  font-family: Arial, Tahoma, Verdana;
  font-size: .9em;
  margin:0px auto 0px auto;
  padding:0px 0px 0px 0px;
  height:160px;
  color:#666666;
}

#footer .footerBG {
  background-image:url(/images/tpl/footer.bg.sub.png);
  background-repeat:no-repeat;
  background-position:top;
  height:160px;
  margin:0px auto;
}

#footer .c {
  background:#fff url(/images/tpl/content.bg.png);
  width:977px;
  height:15px;
  margin:0px auto;
  padding-top:10px;
}

#footer .fl {
  margin:10px auto;
  padding:5px 0px;
  width:977px;
}

#footer ul
{
  float:left;
  width:178px;
  height:50px;
  padding-left:17px;
  margin:10px 0px;
}

#footer ul li
{
  background:none;
  padding:0px;
  line-height:1.4em;
}


#footer a:link,
#footer a:visited {
  color:#666;
  font-size:1em;
}


#footer address,
#footer address a,
#footer address a:link,
#footer address a:visited {
  clear:left;
  font-style: normal;
  text-align:center;
  font-size:1em;
  padding-top:20px;
}

#footer div.cb {
}
#footer img
{
  float:right;
}
#footer div.ivw {
  float:left;
  width:1px;
  height:1px;
}

.ui-widget-overlay {  position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000000; opacity: .60;filter:Alpha(Opacity=60); z-index:100; }


.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index:2000;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}


/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:30px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/tpl/delete.gif) no-repeat 0 -32px}
div.star-rating,div.star-rating a {background:url(/images/tpl/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a {display:block;width:16px; height:50px;background-position:0px 0px;border:0px}
div.star-rating-on a{background-position:0 -32px!important}
div.star-rating-hover a{background-position:0 -64px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */