/* BOXES */

   .box_inside{padding:10px;background-image:url(../images/design/box_shadow.jpg);background-repeat:repeat-x;margin-left:10px;}
   
   .box_160,
   .box_240,
   .box_320,
   .box_400,
   .box_480,
   .box_560,
   .box_640,
   .box_700{margin-right:10px;margin-bottom:10px;position:relative;}
   
   .box_160{width:160px;}
   .box_240{width:240px;}
   .box_320{width:320px;}
   .box_400{width:400px;}
   .box_480{width:480px;}
   .box_560{width:560px;}
   .box_640{width:640px;}
   .box_700{width:700px;}
   
   .box_top{height:10px;background-repeat:no-repeat;overflow:hidden;}
   .box_middle{background-repeat:repeat-y;overflow:hidden;}
   .box_bottom{height:20px;background-repeat:no-repeat;overflow:hidden;}
   
   .box_160 .box_top{background-image:url(../images/design/box160top.png);width:160px;}
   .box_160 .box_middle{background-image:url(../images/design/box160middle.png);}
   .box_160 .box_inside{width:110px;}
   .box_160 .box_bottom{background-image:url(../images/design/box160bottom.png);width:160px;}
   
   .box_240 .box_top{background-image:url(../images/design/box240top.png);width:240px;}
   .box_240 .box_middle{background-image:url(../images/design/box240middle.png);}
   .box_240 .box_inside{width:190px;}
   .box_240 .box_bottom{background-image:url(../images/design/box240bottom.png);width:240px;}
   
   .box_320 .box_top{background-image:url(../images/design/box320top.png);width:320px;}
   .box_320 .box_middle{background-image:url(../images/design/box320middle.png);}
   .box_320 .box_inside{width:270px;}
   .box_320 .box_bottom{background-image:url(../images/design/box320bottom.png);width:320px;}
   
   .box_400 .box_top{background-image:url(../images/design/box400top.png);width:400px;}
   .box_400 .box_middle{background-image:url(../images/design/box400middle.png);}
   .box_400 .box_inside{width:350px;}
   .box_400 .box_bottom{background-image:url(../images/design/box400bottom.png);width:400px;}
   
   .box_480 .box_top{background-image:url(../images/design/box480top.png);width:480px;}
   .box_480 .box_middle{background-image:url(../images/design/box480middle.png);}
   .box_480 .box_inside{width:430px;}
   .box_480 .box_bottom{background-image:url(../images/design/box480bottom.png);width:480px;}
   
   .box_560 .box_top{background-image:url(../images/design/box560top.png);width:560px;}
   .box_560 .box_middle{background-image:url(../images/design/box560middle.png);}
   .box_560 .box_inside{width:510px;}
   .box_560 .box_bottom{background-image:url(../images/design/box560bottom.png);width:560px;}
   
   .box_640 .box_top{background-image:url(../images/design/box640top.png);width:640px;}
   .box_640 .box_middle{background-image:url(../images/design/box640middle.png);}
   .box_640 .box_inside{width:590px;}
   .box_640 .box_bottom{background-image:url(../images/design/box640bottom.png);width:640px;}
   
   .box_700 .box_top{background-image:url(../images/design/box700top.png);width:700px;}
   .box_700 .box_middle{background-image:url(../images/design/box700middle.png);}
   .box_700 .box_inside{width:650px;}
   .box_700 .box_bottom{background-image:url(../images/design/box700bottom.png);width:700px;}

