body {
    background: #edefee url('/images/computer/bg.png') top center no-repeat;
    margin: 0;
    padding: 0;
    font: 12px arial;
    line-height: 1.5;
    color: #333;
}

#page {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

#content {
    margin-top: 50px;
    _margin-top: 70px;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

p {
    text-indent: 25px;
    margin: 0 0;
}

.fleft{float:left;}
.fright{float:right;}

img {border: none;}
hr {clear:both; visibility: hidden;}
.box {
    width: 300px;
    margin: 0 15px;
    _margin: 0 10px;
    float: left;
}

/** MENU **/
.menu{width: 450px; position: absolute; right: 240px; top: 20px; overflow: hidden;}
.menu-left{height:36px;background:url('/images/computer/bg_menu_red.png') left 0 no-repeat;}
.menu-right{height:36px;background:url('/images/computer/bg_menu_red.png') right -36px no-repeat; }
.menu-body{height:36px;background:url('/images/computer/bg_menu_red.png') 0 -72px repeat-x;margin:0 9px 0 9px;}
.menu ul {padding: 3px 10px; *margin: 0;}
ul#menu li {float: left;list-style: none; }

ul#menu li.backLava {border: 0px; background: url('/images/computer/bg_menu_red_active.png') no-repeat right -30px;width: 5px; height: 30px;z-index: 8;position: absolute;_background: none;}
ul#menu li.backLava .leftLava {background: url('/images/computer/bg_menu_red_active.png') no-repeat top left;height: 30px; margin-right: 7px; _background: none;}

ul#menu li a {
    font: bold 13px Arial;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 7px;
    _top: 30px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    _line-height: 30px;
    position: relative;
    _position: static;
    overflow: hidden;
    margin: auto 10px;
    _margin: auto 5px;
}
ul#menu li a:hover, ul#menu li a:active, ul#menu li a:visited {border: none;}

.menu-detail{width: 210px; position: absolute; right: 15px; top: 20px; overflow: hidden;}
.menu-detail .menu-left{height:36px;background:url('/images/computer/bg_menu.png') left 0 no-repeat;}
.menu-detail .menu-right{height:36px;background:url('/images/computer/bg_menu.png') right -36px no-repeat; }
.menu-detail .menu-body{height:36px;background:url('/images/computer/bg_menu.png') 0 -72px repeat-x;margin:0 9px 0 9px;}

.menu-detail ul {padding: 3px 10px;*margin: 0;}
.menu-detail ul li {float: left;list-style: none;}
.menu-detail ul li a {font: bold 13px Arial;text-decoration: none;color: #fff;outline: none;text-align: center;top: 7px;letter-spacing: 0;z-index: 10;display: block;float: left;height: 30px;position: relative;overflow: hidden;margin: auto 10px;}

/** LOGO **/
#logo{position:relative;top:20px;left:10px;width:200px;height:66px;background:url('/images/computer/logo.png') no-repeat;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/computer/logo.png', sizingMethod='image');}
#logo a{width:200px;height:66px;display:block;text-decoration:none;}
#logo span{visibility:hidden;}

#copyright{width:200px;_width: 250px;line-height:20px;margin:0 auto;}
#copyright a{width:97px; _width: 150px;height:20px;display:block;text-decoration:none;background:url('/images/front/logo_mini.png') 0 0 no-repeat;_background:none;_color:#000;_text-decoration: underline;}
#copyright a:hover{background:url('/images/front/logo_mini.png') 0 -20px no-repeat;_background:none;}
#copyright span{visibility:hidden;_visibility: visible;}
#copyright div{float:right;}

#footer {
    border-top:1px dashed #70bbfd;
    margin:30px 0 0;
    padding:15px 0 0;
}

/******************************************************************************/
h1,h2,h4 {
    font-family:'Molengo', Arial, serif; 
    font-weight: normal;
}

h1 {
    font-size: 24px;
    color: #CC0000;
}

h2 {
    font-size: 28px;
    color: #026DA6;
}

h3 {
    margin: 10px 0 0 0;
    padding: 0 0 0 5px;
    border-bottom: 1px solid #CC0000;
    color: #CC0000;
}

h4 {
    margin: 15px 0 -5px;
    font-size: 22px;
    color: #026DA6;
}

.button-style{font: bold 11px Arial;text-align:center;line-height:22px;float:right; margin: 0 5px; _width: 80px; _margin: 10px 5px 0;}
.button-style a{text-decoration: none; color:#fff;}
.button-red-left{height:22px;background:url('/images/computer/button_red.png') left 0 no-repeat;}
.button-red-right{height:22px;background:url('/images/computer/button_red.png') right -30px no-repeat;}
.button-red-body{height:22px;background:url('/images/computer/button_red.png') 0 -60px repeat-x;margin:0 9px 0 9px;}

/******************************************************************************/
#main-category{
    width:1000px;
    overflow:hidden;
    margin: 10px auto 0;
}

/* Menu */
#main-category #navi{
    height:140px;
}

#main-category ul{
    margin:0px;
    padding:0px;
}

#main-category li{
    padding: 10px;
    width: 135px;
    display:inline-block;
    *float: left;
    list-style:none;
    height:110px;
    overflow:hidden;
    text-align: center;
}

#main-category #navi li a{
    display:block;
    font-family:'Molengo', Arial, serif;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
}

#main-category #navi li {
    *display: inline;
}

#main-category #navi li strong{
    display:block;
    cursor: pointer;
    font-size: 26px;
}

#main-category a img{
    border:none;
    margin: 5px 10px;
}
/*//////*/


#main-category #slides{
    width:920px;
    overflow:hidden;
}

#main-category .slide{
    float:left;
}



#main-category .content{
    margin: 10px;
    width: 980px;
}

#main-category li.act,li.act:hover{
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    background-color:#9bd1fd;
}

#main-category li.act a{
    cursor:default;
    color: #026DA6;
}

#main-category .fbar{
    /* The left-most vertical bar, next to the first thumbnail */
    width:2px;
    /* background:url('/temp/img/divider.png') no-repeat right; */
}



#main-category .box{
    width: 270px;
}

/*////////////////////////////////////////////////////////////////////////////*/
#basket, #transport {
    width:550px;
}

#basket table, #transport table{
    width:100%;
}

#order table, #basket table {
    border-collapse:collapse;
    margin: 20px;
}

#order th {
    text-align: left;
    font-size: 16px;
    color: #026DA6;
}

#basket th {
    text-align: left;
    border-bottom: 1px solid #333;
}

#order td, #basket td   {
    margin: 3px 0;
}

#order .summary-border td, #basket .summary-border td, #transport .summary-border td {
    border-top: 1px solid #333;
    padding-top: 10px;
}

#order .summary, #basket .summary {
    font-weight: bold;
}

#order .select, #transport .select{
    width: 30px;
}

#order .count, #basket .count{
    width: 45px;
    padding-left: 10px;
}

#order .name, #order .description, #transport .name {
    width: 400px;
    padding-right: 15px;
}

#basket .name {
    width: 250px;
    padding-right: 15px;
}

#order .price, #transport .price{
    width: 85px;
    text-align: right;
}

#basket .price {
    width: 100px;
    text-align: right;
}

#order .empty {
    height: 10px;
    font-size: 5px;
}

#basket .buttons, #transport .buttons{
    text-align: right;
}

#basket .item td {
    padding-top:10px;
}

#basket-mini {
    overflow:hidden;
    position:absolute;
    right:15px;
    top:80px;
    width:210px;
}

#basket-mini .basket-left {
    background:url('/images/computer/bg_menu.png') no-repeat scroll left 0 transparent;
    height:36px;
}

#basket-mini .basket-right {
    background:url('/images/computer/bg_menu.png') no-repeat scroll right -36px transparent;
    height:36px;
}

#basket-mini .basket-body {
    background:url('/images/computer/bg_menu.png') repeat-x scroll 0 -72px transparent;
    height:36px;
    margin:0 9px;
    text-align: center;
    line-height: 36px;
    font-family: Arial;
    color: #FFF;
}

#basket-mini .basket-body a {
    font-family: Arial;
    color: #FFF;
}

#basket-mini .basket-body a:hover {
    text-decoration: none;
}


.product-add {
    border: 4px solid #99cc33;
    background: #ccff33;
    text-align: center;
    width: 300px;
    padding: 10px 5px;
    margin: 15px auto;
}

.content img{
    float: left;
    margin: 0 10px;
}

#document {
    float: right;
    width: 350px;
}

/* HOME */
.home-news {
    float: left;
    width: 500px;
    margin: 0 10px;
}

.home-news h2{
    font-size: 18px;
    margin-left: 70px;
}

.home-news p {
    text-indent: 0px;
}

.home-news a {
    font-weight: bold;
}

.home-news span.date {
    font-weight: bold;
    float: left;
    margin: -35px 0 0 0;
}

.try-software {
    text-align: center;

    margin: 10px;
    /*    -webkit-border-radius:20px;
        -moz-border-radius:20px;
        border-radius:20px;
    background-color:#6cbafc;
    */
}

.try-software h1{
    margin: 0;
    font-size: 22px;
}


.home-info, .home-products {
    width: 240px;
    float: left;
}

.home-products a {
    text-decoration: none;
}

.home-products a:hover {
    text-decoration: underline;
}

.home-products ul {
    margin: 0px;
    padding: 0px;
}

.home-products li {
    font-size: 16px;
    list-style: none;
    line-height: 22px;
    display: block;
    clear: both;
    min-height: 80px;
    _height: 80px;
}

.home-products img {
    float: left;
    margin: -10px 5px;
    _margin: 0 5px;
}

.product {
    width: 740px;
    float: left;
    margin: 0 20px 0 0;
}

.order-navigation {
    width: 100%;
    _width: 900px;
    height: 100px;
    margin:80px 80px 0;
    _margin: 80px 50px 0;
}

.order-navigation a {
    color: #fff;
}

.order-navigation .item{
    width: 110px;
    height: 50px;
    float: left;
    background: #9BD1FD;
    margin: 0 10px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    color: #026DA6;
    font-weight: bold;
    font-size: 13px;
}

.order-navigation .active {
    background: #026DA6;
}

.order-navigation .separator {
    background: url('/images/computer/separator.png') center left no-repeat;
    _background: none;
    _margin-top: 20px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/computer/separator.png', sizingMethod='image');
    width: 110px;
    height: 60px;
    float: left;
}

#check {
    float: left;
    width: 650px;
}

#check p {
    text-indent: 0;
}

#check fieldset.info {
    width: 270px;
    *width: 260px;
    height: 140px;
    float: left;
    *padding: 5px;
    border: 1px solid #000;
}

#check legend {
    font-weight: bold;
}

#client {
    width: 350px;
    float:left
}