/*
   __              __                                             
  /\ \  __        /\ \                                            
  \_\ \/\_\    ___\ \ \/'\     ___ ___      __      ___     ____  
  /'_` \/\ \  /'___\ \ , <   /' __` __`\  /'__`\  /' _ `\  /',__\ 
 /\ \L\ \ \ \/\ \__/\ \ \\`\ /\ \/\ \/\ \/\ \L\.\_/\ \/\ \/\__, `\
 \ \___,_\ \_\ \____\\ \_\ \_\ \_\ \_\ \_\ \__/.\_\ \_\ \_\/\____/
  \/__,_ /\/_/\/____/ \/_/\/_/\/_/\/_/\/_/\/__/\/_/\/_/\/_/\/___/ design.com
  
*/

/* GENERAL
----------------------------------------------------------------------------- */

* {margin:0; padding:0;}
a{ text-decoration:none;}
a:hover{ text-decoration:none;}
a img {border: 0;}
ul, ol {list-style:none;}
.img_left img{float:left;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.over {overflow:hidden;}
.over1 {overflow:hidden; height:1px;}
.over0 {overflow:hidden; height:0px;}
.block {display:block;}
.del{display:none;}
.null{visibility:hidden;}

/* BASE
----------------------------------------------------------------------------- */

body { margin:0; background: #4F0B22 url(images/bg.gif); font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:1.3em; color:#000; }
.main { position:relative; margin:0 auto; width: 850px; border-left: 4px solid #20201F; border-right: 4px solid #20201F; background: #5D0D29; }

.console { position: relative; }
.console .title { font-size: 26px; line-height: 26px; position: absolute; top: 36px; left: 0px; width: 850px; text-align: center; color:#FFFFFF; padding: 11px 0 0 0; }
.console .title strong { color: #F5CA00; }
.console .images { position: absolute; top: 89px; left: 50px;}
.console .images li { float: left; padding: 0 3px 3px 0; }
.console .images li img { float: left; border: 2px solid #F7387C; }
.console .images dl dt { float: left; width: 370px; }
.console .images dl dt img { display: block; border: 2px solid #F7387C; }
.console .images dl dd { float: left; width: 368px; padding: 0 0 0 7px; }
.console .images dl dd .flash { display: block; width: 368px; height: 311px; overflow: hidden;}
.console .images dl dd .info { width: 348px; padding: 10px 10px 0 10px; }
.console .images dl dd .info strong { float: left; color: #F5CA00; }
.console .images dl dd .info span { float: right; } 
.console .images dl dd .info p { display: block; font-weight: bold; color:#FFFFFF; font-size: 15px; padding: 15px 0 0 0; !padding: 5px 0 0 0; line-height: 15px; }
.console .images .bt1 { position: absolute; top: 617px; left: 408px; }
.console .images .logo { width: 98px; height: 116px; background:url(images/home_console-logo1.png) no-repeat; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home_console-logo1.png', sizingMethod='scale'); _background: transparent; position: absolute; top: 563px; left: 8px; }