/* Разделы */
   #nav .rim {
    position: absolute;
    right: 0;
    top: 78px;
   }
   #nav .rim img {
    background: url('/images/s/van.png') 0 0 no-repeat;
    -background-image: none;
    -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/s/van.png,sizingMethod=crop);
   }

   #dmenu {
    position: relative;
    z-index: 2;
    padding: 63px 450px 0 200px;
    min-width: 340px;
   }
   #dmenu ul li.name {
    font-weight: normal;
    font-size: 140%;
    padding: 0 0 20px 0;
    color: #008CDD;
   }

   #main .c_a {
    padding: 50px 375px 0 60px;
   }
   #main .c_b {
    float: right;
    width: 265px;
    //width: 300px;
    padding: 200px 20px 0 15px;
   }


/* Полезный совет */
   #alert {
    background: #FFFFFF url('/images/s/!.gif') no-repeat left top;
    padding: 0 20px 0 40px;
    min-height: 200px;
    // height: 200px;
   }
   #alert h4 {
    padding: 0;
   }
   #alert .link a:link ,
   #alert .link a:active ,
   #alert .link a:visited {
    text-decoration: underline;
    color: #383838;
   }
   #alert .link a:hover {
    text-decoration: underline;
    color: #383838;
   }




/* Коробка */
   #box {
    width: 100%;
   }
   #box .name {
    font-size: 140%;
    padding: 10px 30px 10px 30px;
    color: #383838;
   }

   #box .lt {
    background: #DBDADA url('/images/s/box/lt.gif') no-repeat left top;
   }
   #box .rt {
    background: url('/images/s/box/rt.gif') no-repeat right top;
   }

   #box .lb {
    background: #F2F2F2 url('/images/s/box/lb.gif') no-repeat left bottom;
   }
   #box .rb {
    background: url('/images/s/box/rb.gif') no-repeat right bottom;
   }
   #box .dmenu {
    padding: 20px 30px 20px 30px;
    //width: 100%;
   }
   #box .dmenu:after {
    content: '';
    display: block;
    clear: left;
   }
   #box .dmenu div {
    float: left;
    width: 49.9%;
   }
   #box .dmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
   }
   #box .dmenu ul li {
    padding: 0 0 3px 0;
   }
   #box .dmenu ul li.hover {
    font-weight: bold;

   }

   #box .dmenu a:link ,
   #box .dmenu a:active ,
   #box .dmenu a:visited {
    text-decoration: underline;
    color: #383838;
   }
   #box .dmenu a:hover {
    text-decoration: underline;
    color: #008CDD;
   }


