/* Start of CMSMS style sheet 'SUSHI-DESIGN' */
body {
  margin: 8px 4px 8px 4px;
  padding: 0;
  vertical-align: top;
  text-align: center;
  font: normal 11px verdana, helvetica, sans-serif;
  line-height: 1.5;
  color: #333;
}

div {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-weight: normal;
  font-family: times, serif;
  color: #663300;
}

h1 {font-size: 2.4em; font-weight: bold;}
h2 {font-size: 1.9em; font-weight: bold;}
h3 {font-size: 1.4em; }
h4 {font-size: 1.2em; font-weight: bold;}

a {
  text-decoration: none;
  color: steelblue;
}
a img {
  border: none;
}

#pagewrapper
{
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 1000px;
}

#logoline
{
  position: relative;
  width: 100%;
  height: 70px;
}

#sitetitle
{
  position: relative;
  display:inline-block;
  zoom:1;
  *display:inline;
  width: 300px;
  height: 60px;
  text-align: left;
  overflow: hidden;
}

#sitelogo
{
  position: relative;
  display:inline-block;
  zoom:1;
  *display:inline;
  width: 100px;
  height: 60px;
  text-align: center;
  overflow: hidden;
}

#topbanner
{
  display:inline-block;
  width: 468px;
  height: 60px;
  float: right;
}

#textline
{
    width: 100%;
}

#sitemotto
{
  position: relative;
  display:inline-block;
  zoom:1;
  *display:inline;
  width: 450px;
  text-align: left;
  overflow: hidden;
}

#sitemotto-inner
{
  padding: 1pt;
  text-align: right;
}

#quicknav
{
  display:inline-block;
  zoom:1;
  *display:inline;
  width: 500px;
}

#quicknav-inner
{
  padding: 1pt;
}

#navline
{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    height: 100px;
}

#navline .navblock
{
  display:inline-block;
  zoom:1;
  *display:inline;
  width: 195px;
  text-align: center;
}

#navline .navblock .navimg
{
  display: block;
  width: 90px;
  height: 50px;
  margin: 2px;
  background-color: #ffc5ff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#navline .navblock img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#navline .navblock a.dotted
{
  font-size: 13px;
  color: #663300;
  border-bottom: dotted 1px steelblue;
}

#navline .navblock.current a.dotted
{
  font-weight: bold;
}

#mainwrapper
{
  position: relative;
  float: left;
  clear: none;
  width: 740px;
}

#mainbar
{
  position: relative;
  float: right;
  clear: none;
  width: 520px;
  overflow: hidden;
}

#sidebar1
{
  position: relative;
  float: left;
  clear: none;
  width: 200px;
  overflow: hidden;
/*  background: transparent url(/uploads/images/Sushi/misc/sushi-bamboo-bg.jpg) repeat-y scroll right top; */
}

#sidebar2
{
  position: relative;
  float: right;
  clear: none;
  width: 240px;
  overflow: hidden;
 /* background: transparent url(/uploads/images/Sushi/misc/sushi-bamboo-bg.jpg) repeat-y scroll left top; */
}

#clearer
{
  display: block;
  clear: both;
  height: 20px;
}

#footer
{
  display: block;
  width: 100%;
  padding-top: 10px;
  clear: both;
}

.footer_wrapper
{
  margin: 15px;
  padding: 5px;
  border-top: solid 1px #c7645f;
}
.footer_text
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  width: 400px;
  overflow: hidden;
}
.footer_buttons
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  width: 540px;
  overflow: hidden;
}

.sideblock {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 15px;
}

.sideblock-nm {
  width: 100%;
  margin-bottom: 15px;
}

.sidehdr {
  width: 100%;
  padding: 3px 0 3px 0;
}
.sidehdr-c
{
  margin: 0 5% 0 5%;
}
.sidehdr h3, .sidehdr-c h3
{
  font-family: verdana;
  font-size: 15px;
  font-weight: bold;
}

.mainblock { display: block; clear: both; }
.col130 {width: 130px;}
.col150 {width: 150px;}
.col250 {width: 250px;}
.col370 {width: 370px;}
.col350 {width: 350px;}
.colf-l {display: block; float: left; overflow: hidden;}
.colf-r {display: block; float: right; overflow: hidden;}

.mhw
{
  display: block;
  position: relative;
}
.mh
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  padding: 0 15px 10px 15px;
  text-align: center;
}
.mh h1, .mh h2, .mh h3, .mh h4
{
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.mhl {
  width: 95%;
  height: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent url(/uploads/images/Sushi/misc/sushi-board-black-left-long.gif) no-repeat scroll left bottom;
}
.mhr {
  width: 95%;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent url(/uploads/images/Sushi/misc/sushi-board-black-right-long.gif) no-repeat scroll right bottom;
}

.fbw
{
  display: block;
  padding: 15px 0 15px 0;
  position: relative;
}
.fr
{
  display: block;
  position: relative;
  /* background: transparent url(/uploads/images/Sushi/misc/sushi-morepaper.jpg) repeat-y scroll left top; */
  border: solid 1px #ffcc99;
}
.fc
{
  display: block;
  position: relative;
}
.fh
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: auto;
  position: absolute;
  left: -1px;
  top: -16px;
  /*background: transparent url(/uploads/images/Sushi/misc/sushi-lightpaper.jpg) no-repeat scroll left top;*/
  background: #fff;
  color: #663300;
  font-size: 14px;
  font-weight: bold; 
  padding: 2px 5px 0 5px;
}
.fh-r
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: auto;
  position: absolute;
  right: -1px;
  top: -16px;
  /* background: transparent url(/uploads/images/Sushi/misc/sushi-lightpaper.jpg) no-repeat scroll left top; */
  background: #fff;
  color: #663300;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 5px 0 5px;
}
.fci
{
  padding: 15px 5px 5px 5px;
}

.column
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 250px;
  overflow: hidden;
}
.column-sep
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 19px;
  overflow: hidden;
}

.papb
{
  display: block;
  padding: 5px;
  /* background: transparent url(/uploads/images/Sushi/misc/sushi-morepaper.jpg) repeat-y scroll left top; */
  margin-bottom: 15px;
}
.papbh
{
  display: block;
  padding: 0 0 5px 0;
  color: #663300;
  font-size: 16px;
  font-weight: bold;
}
.papbh-r
{
  display: block;
  padding: 0 0 5px 0;
  color: #663300;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.papbс
{
  display: block;
}

.tag_actions_block
{
  padding: 5px;
  margin-bottom: 10px;
  background-color: #ffeecc;
  height: 8em;
  overflow: hidden;
}
.tag_actions_block .name
{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tag_actions_block .name a
{
  color: #cc3300;
}
.tag_actions_block .restaurant
{
  margin-top: 3px;
}

.tag_newitems_block
{
  padding: 5px 0 10px 0;
  margin-bottom: 10px;
  position: relative;
}
.tag_newitems_block .name
{
  font-size: 12px;
  font-weight: bold;
}
.tag_newitems_block .thumb
{
  text-align: center;
  position: relative;
  height: 120px;
}
.tag_newitems_block .price
{
  display: block;
  width: auto;
  height: 20px;
  color: red;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.tag_promoitem_block
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 250px;
  overflow: hidden;
  padding: 5px 0 10px 0;
  margin-bottom: 10px;
  position: relative;
}
.tag_promoitem_block .name
{
  font-size: 12px;
  font-weight: bold;
}
.tag_promoitem_block .thumb
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  position: relative;
  height: 120px;
}
.tag_promoitem_block .price
{
  display: block;
  width: auto;
  height: 20px;
  color: red;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tag_promoitem_block .params
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 20px;
  width: 100px;
}

.tag_promorest_block
{
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
  /* background: transparent url(/uploads/images/Sushi/misc/sushi-morepaper.jpg) repeat-y scroll left top; */
  /* background-color: #ffeecc; */
  position: relative;
}
.tag_promorest_block .name
{
  font-size: 12px;
  font-weight: bold;
}
.tag_promorest_block .thumb
{
  float: left;
  margin: 10px 10px 10px 5px;
  position: relative;
}

.leftmenublock{ padding: 1px 6px 2px 6px; font-size: 13px; }
.leftmenublockactive{ padding: 1px 6px 2px 6px; font-weight: bold; font-size: 12px; background-color: #ffeecc; }
.leftmenu2block{ padding: 1px 6px 2px 12px; font-size: 11px; }
.leftmenu2blockactive{ padding: 1px 6px 2px 12px; font-weight: bold; font-size: 11px; background-color: #ffeecc; }

.dictitem_block {margin-bottom: 10px;}
span.termin {font-weight: bold;}

.tag_sushiorder_block
{
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
  background: transparent url(/uploads/images/Sushi/misc/sushi-morepaper.jpg) repeat-y scroll left top;
}
.tag_sushiorder_block .thumb
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100px;
  overflow: hidden;
}
.tag_sushiorder_block .info
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 380px;
  overflow: hidden;
  margin-left: 20px;
}
.tag_sushiorder_block .city
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 140px;
  overflow: hidden;
}
.tag_sushiorder_block .phone
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 230px;
  overflow: hidden;
}

.tag_sushirest_block
{
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
  background: transparent url(/uploads/images/Sushi/misc/sushi-morepaper.jpg) repeat-y scroll left top;
}
.tag_sushirest_block .thumb
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100px;
  overflow: hidden;
}
.tag_sushirest_block .info
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 380px;
  overflow: hidden;
  margin-left: 20px;
}
.tag_sushirest_block .city,
.tag_sushirest_block .district
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 140px;
  overflow: hidden;
}
.tag_sushirest_block .phone,
.tag_sushirest_block .address
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 230px;
  overflow: hidden;
}

.fe_actions_block
{
  padding: 5px;
  margin-bottom: 10px;
  position: relative; 
/*  border: solid 1px #c7645f; */
}
.fe_actions_block .name
{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.fe_actions_block .name a
{
  color: #cc3300;
}
.fe_actions_block .thumb
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.fe_actions_block .info
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 380px;
  overflow: hidden;
}
.fe_actions_block .restaurant
{
  margin-top: 3px;
}

.buslunches_pricelinks
{
  margin-bottom: 15px;
  text-align: right;
}
.buslunches_pricelinks a.active
{
  font-weight: bold;
}

.fe_recipes_block
{
  padding: 5px;
  margin-bottom: 10px;
  position: relative; 
}
.fe_recipes_block .name
{
  font-size: 16px;
  font-style: italic;
  text-align: left;
  margin-bottom: 10px;
}
.fe_recipes_block .thumb
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 120px;
  overflow: hidden;
}
.fe_recipes_block .description
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 380px;
  overflow: hidden;
}

.fe_buslunches_block
{
  padding: 5px;
  margin-bottom: 10px;
  position: relative; 
}
.fe_buslunches_block .name
{
  font-size: 16px;
  font-style: italic;
  text-align: left;
  margin-bottom: 10px;
}
.fe_buslunches_block .thumb
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.fe_buslunches_block .price
{
  display: inline-block;
  width: auto;
  height: 20px;
  color: red;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fe_buslunches_block .info
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 360px;
  overflow: hidden;
  margin-left: 20px;
}
.fe_buslunches_block .restaurant
{
  margin-top: 10px;
}

.fe_deliveries_block
{
  padding: 5px;
  margin-bottom: 20px;
  position: relative;
}
.fe_deliveries_block .name
{
  font-size: 16px;
  font-style: italic;
  text-align: left;
  margin-bottom: 10px;
}
.fe_deliveries_block .thumb
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100px;
  overflow: hidden;
}
.fe_deliveries_block .info
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 380px;
  overflow: hidden;
  margin-left: 20px;
}
.fe_deliveries_block .city
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 140px;
  overflow: hidden;
}
.fe_deliveries_block .phone
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 230px;
  overflow: hidden;
}
.fe_deliveries_block .description
{
  overflow: hidden;
  height: 6em;
  margin-top: 5px;
}

.fe_restaurants_block
{
  padding: 5px;
  margin-bottom: 20px;
  position: relative;
}
.fe_restaurants_block .name
{
  font-size: 16px;
  font-style: italic;
  text-align: left;
  margin-bottom: 10px;
}
.fe_restaurants_block .thumb
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100px;
  overflow: hidden;
}
.fe_restaurants_block .info
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 380px;
  overflow: hidden;
  margin-left: 20px;
}
.fe_restaurants_block .city,
.fe_restaurants_block .district
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 140px;
  overflow: hidden;
}
.fe_restaurants_block .phone,
.fe_restaurants_block .address
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 230px;
  overflow: hidden;
}
.fe_restaurants_block .description
{
  overflow: hidden;
  height: 6em;
  margin-top: 5px;
}

.fe_buslunch_block
{
  width: 519px;
  overflow: hidden;
}
.fe_buslunch_block .info
{
  position: relative;
}
.fe_buslunch_block .picture
{
  float: left;
  padding: 0 20px 5px 0;
}
.fe_buslunch_block p
{
  clear: both;
}
.fe_buslunch_block .price
{
  color: red;
  font-size: 12px;
  font-weight: bold;
}
.fe_buslunch_block .weight,
.fe_buslunch_block .nutrients,
.fe_buslunch_block .comment,
.fe_buslunch_block .restaurant
{
  font-size: 12px;
}

.fe_restaurant_block
{
  width: 519px;
  overflow: hidden;
}
.fe_restaurant_block .info
{
  margin-bottom: 15px;
}
.fe_restaurant_block .picture
{
  float: left;
  padding: 0 20px 15px 0;
}
.fe_restaurant_block p
{
  clear: both;
}
.fe_restaurant_block .city,
.fe_restaurant_block .district,
.fe_restaurant_block .address,
.fe_restaurant_block .phone,
.fe_restaurant_block .worktime,
.fe_restaurant_block .bltime,
.fe_restaurant_block .site
{
  font-size: 13px;
}
.fe_restaurant_block h1
{
  margin-bottom: 10px;
}

.fe_delivery_block
{
  width: 519px;
  overflow: hidden;
}
.fe_restaurant_block .info
{
  margin-bottom: 15px;
}
.fe_delivery_block .picture
{
  float: left;
  padding: 0 20px 15px 0;
}
.fe_delivery_block p
{
  clear: both;
}
.fe_delivery_block .city,
.fe_delivery_block .district,
.fe_delivery_block .address,
.fe_delivery_block .phone,
.fe_delivery_block .worktime,
.fe_delivery_block .bltime,
.fe_delivery_block .site
{
  font-size: 13px;
}
.fe_delivery_block h1
{
  margin-bottom: 10px;
}
.fe_delivery_block .phone
{
  font-weight: bold;
}

.fe_restmenu_restblock
{
  width: 519px;
  overflow: hidden;
  margin-bottom: 15px;
}
.fe_restmenu_restblock .thumb
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100px;
  overflow: hidden;
}
.fe_restmenu_restblock .info
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 380px;
  overflow: hidden;
  margin-left: 20px;
}
.fe_restmenu_restblock .restname,
.fe_restmenu_restblock .menuname
{
  font-size: 13px;
  font-weight: bold;
}
.fe_restmenu_restblock .restname
{
  text-align: right;
}
.fe_restmenu_block
{
  padding: 5px;
  margin-bottom: 10px;
  position: relative; 
}
.fe_restmenu_block .name
{
  font-size: 16px;
  font-style: italic;
  text-align: left;
  margin-bottom: 10px;
}
.fe_restmenu_block .thumb
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.fe_restmenu_block .price
{
  display: inline-block;
  width: auto;
  height: 20px;
  color: red;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fe_restmenu_block .info
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 360px;
  overflow: hidden;
  margin-left: 20px;
}

.fe_restitem_block
{
  width: 519px;
  overflow: hidden;
}
.fe_restitem_block .info
{
  position: relative;
}
.fe_restitem_block .picture
{
  float: left;
  padding: 0 20px 5px 0;
}
.fe_restitem_block p
{
  clear: both;
}
.fe_restitem_block .price
{
  color: red;
  font-size: 12px;
  font-weight: bold;
}
.fe_restitem_block .weight,
.fe_restitem_block .nutrients,
.fe_restitem_block .comment,
.fe_restitem_block .restaurant
{
  font-size: 12px;
}

.tag_randrecipe_block {margin-bottom: 15px;}
.tag_randrecipe_block .name {font-size: 13px; font-weight: bold;}

.fe_delivery_menublock
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 160px;
  overflow: hidden;
  margin-bottom: 15px;
}
.fe_delivery_menublock a
{
  font-size: 13px;
}
.fe_delivery_actsblock
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 330px;
  overflow: hidden;
  margin-bottom: 15px;
}
.fe_delivery_actsblock a
{
  font-size: 13px;
  color: #cc3300;
}
.fe_delivery_newitemsblock .newitemblock
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 170px;
  overflow: hidden;
  margin-bottom: 15px;
}
.fe_delivery_newitemsblock .price
{
  font-weight: bold;
  color: red;
}
.fe_delivery_specialsblock .specialblock
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 170px;
  overflow: hidden;
  margin-bottom: 15px;
}
.fe_delivery_specialsblock .price
{
  font-weight: bold;
  color: red;
}

.fe_restaurant_menublock
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 160px;
  overflow: hidden;
  margin-bottom: 15px;
}
.fe_restaurant_menublock a
{
  font-size: 13px;
}
.fe_restaurant_actsblock
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 330px;
  overflow: hidden;
  margin-bottom: 15px;
}
.fe_restaurant_actsblock a
{
  font-size: 13px;
  color: #cc3300;
}
.fe_restaurant_newitemsblock .newitemblock
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 170px;
  overflow: hidden;
  margin-bottom: 15px;
}
.fe_restaurant_newitemsblock .price
{
  font-weight: bold;
  color: red;
}
.fe_restaurant_specialsblock .specialblock
{
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 170px;
  overflow: hidden;
  margin-bottom: 15px;
}
.fe_restaurant_specialsblock .price
{
  font-weight: bold;
  color: red;
}

/* End of 'SUSHI-DESIGN' */

