/* DESIGN PREFERENCES */

#top-bg {
  width: 100%; height: 97px;
  position: absolute; top: 0; left: 0;
  background: url('../img/layout/top-bg.png') top center repeat-x;
}
#cup, #spoon {
  position: absolute;
  background: top left no-repeat;
}
#spoon {
  width: 75px; height: 215px;
  top: 83px; right: 831px;
  background-image: url('../img/layout/spoon.png');
}
#cup {
  width: 88px; height: 225px;
  top: 75px; left: 831px;
  background-image: url('../img/layout/cup.png');
}

/* LAYOUT OF WEBSITE */

#web {
  width: 831px; margin: auto; padding: 35px 0;
  position: relative; z-index: 10;
  background: transparent;
}

#grub {
  background: white;
}

#menu {
  height: 48px;
  background: url('../img/layout/menu-bg.png') top left no-repeat;
}
#menu table { height: 48px; border-collapse: collapse; margin: auto; }
#menu table td { width: 90px; text-align: center; color: white; font-size: 16px; cursor: pointer; }
#menu table td div { height: 27px; line-height: 27px; }
#menu table td.selected div { background: url('../img/layout/menu-bg-over.png'); }
#menu table .delimiter { width: 20px; background: url('../img/layout/menu-delimiter') center center no-repeat; }

#header {
  height: 136px; padding: 70px 50px 0 0; text-align: center;
  background: url('../img/layout/header.jpg') top left no-repeat;
  border-top: 2px solid #dd4844;
}

#title { 
  height: 29px; overflow: hidden;
  background: #fff url('../img/layout/header-bg.png') top left no-repeat;
}
#title h1 { float: right; margin: 0px 10px; width: 600px; height: 29px; line-height: 29px; color: white; text-align: center; font-weight: normal; font-size: 14px; font-style: italic; }

#container { width: 831px; overflow: hidden; background: white; }

#infopanel { height: 220px; }
#infopanel .introduce {
  width: 464px; height: 200px; float: left;
  background: url('../img/layout/coffe-bg.png') right bottom no-repeat;
}
#infopanel .introduce .text { padding: 5px 10px 5px 20px; color: #502900; line-height: 11px; }
#infopanel .introduce .text p { padding: 0px; margin: 0px;}
#infopanel .actions {
  width: 363px; height: 200px; float: right;
  background: url('../img/actions/coffe-break.png') left bottom no-repeat;
}

#pannels, #pann {
  float: right; position: absolute; top: 585px; left: 831px; z-index: 50;
  width: 83px; height: 137px; padding: 12px 0 0 0;
  background: transparent url('../img/layout/panels.png') top left no-repeat;
}
#pann { top: 365px; }
#pannels img, #pann img { margin: 0 0 1px 0; float: left; padding: 0px; cursor: pointer; overflow: hidden; }

#detail {
  height: 336px; margin: 0; padding: 10px 10px 0 40px;
  background: #fff url('../img/layout/detail-bg.png') 0 2px no-repeat;
}
#detail .title { float: left; width: 196px; height: 30px; line-height: 30px; margin: 10px 0 0 10px; font-size: 16px; text-align: center; }
#detail .image { 
  width: 206px; position: relative; clear: left;
  float: left; margin: 0; padding: 4px 0 3px 0; text-align: center;
  background: url('../img/layout/boxes/image-big-bg.png') top left repeat-y;
}
#detail .image .top, #detail .image .bottom { width: 100%; height: 5px; overflow: hidden; position: absolute; left: 0; z-index: 20; }
#detail .image .top { background: url('../img/layout/boxes/image-big-top.png') top left no-repeat; top: 0; }
#detail .image .bottom { background: url('../img/layout/boxes/image-big-bottom.png') top left no-repeat; bottom: 0; }
#detail .image img { position: relative; z-index: 30; }
#detail .info { 
  float: left; width: 349px; margin: 0 8px;
  overflow: hidden;
}
#detail .info .top, #detail .info .bottom { height: 2px; overflow: hidden; }
#detail .info .top { background: url('../img/layout/boxes/product-top.png') top left no-repeat; }
#detail .info .bottom { background: url('../img/layout/boxes/product-bottom.png') top left no-repeat; }
#detail .info table { width: 100%; border-collapse: collapse; }
#detail .info table td { padding: 2px 5px; }
#detail .info tr { background: #fafafa; }
#detail .info tr.sub { background: #f0f0f0; }
#detail .list {
  width: 208px; height: 313px; margin: 10px 0 0 -20px; float: right; overflow: hidden; clear: right; 
  background: url('../img/layout/index-list.png') top right no-repeat;
}
#detail .list ul { margin: 10px 10px 0 -25px; list-style-type: none; }
#detail .list ul li { text-align: right; line-height: 16px; font-size: 12px; background: url('../img/layout/icons/list.png') 100% 52% no-repeat; padding: 0 20px 0 0; }
#detail .list a { font-size: 12px; color: black; }
#detail .list a:hover, #detail .list { color: #830000; }
#detail .price {
  width: 206px; float: left; 
  color: #8e5a3b; font-style: italic; text-align: center; font-size: 18px;
}
#detail .buttons {
  width: 260px; float: left; margin: 30px 50px 0 50px;
}
#detail .buttons img { vertical-align: middle; }
#detail .buttons .ask, #detail .buttons .basket {
  float: left; width: 107px; height: 42px; line-height: 28px; padding: 3px 10px; display: block;
  background: url('../img/layout/buttons/button_a.png') top left no-repeat; color: #754c00;
  cursor: pointer; text-decoration: none;
}
#detail .buttons .ask span { background: url('../img/layout/icons/button-ask.png') top left no-repeat; padding: 6px 0 6px 30px; }
#detail .buttons .ask:hover, #detail .buttons .basket.over { background: url('../img/layout/buttons/button_a_over.png') top left no-repeat; color: #ab0000; }
#detail .buttons .ask:hover span { background-image: url('../img/layout/icons/button-ask-over.png'); }

#detail .buttons .basket .num { width: 20px; border: 0; background: url('../img/layout/buttons/button-input.png') 0 -6px; text-align: center; }
#detail .buttons .basket .submit { width: 24px; border: 0; background: url('../img/layout/icons/button-basket.png') 0 -6px; }
#detail .buttons .basket.over .num { background-image: url('../img/layout/buttons/button-input-over.png') }
#detail .buttons .basket.over .submit { background-image: url('../img/layout/icons/button-basket-over.png') }

#prewiev {
  margin: 0; padding: 10px 0 0 0;
  background: #fff url('../img/layout/prewiev-bg.png') 0 2px no-repeat;
}
#prewiev .text { padding: 0 15px; }
#prewiev .field { width: 159px; height: 310px; margin: 10px 1px 9px 0; float: left; text-align: center; }
#prewiev .field .title { height: 30px; line-height: 30px; font-size: 13px; text-align: center; }
#prewiev .field .image { display: table-cell; vertical-align: middle; text-align: center; width: 149px; height: 149px; background: url('../img/layout/boxes/image-small.png') center center no-repeat; }
#prewiev .field .price {
  width: 107px; height: 40px; line-height: 28px; padding: 3px 10px; margin: 6px auto 0 auto;
  background: url('../img/layout/buttons/button_b.png') top left no-repeat; color: #754c00;
  cursor: pointer; text-decoration: none; font-size: 16px; font-style: italic; letter-spacing: -1px;
}
#prewiev .ask, #prewiev .compare {
  width: 107px; height: 24px; line-height: 24px; display: block; margin: auto;
  cursor: pointer; text-decoration: none; #ab0000;
}
#prewiev .ask { background: url('../img/layout/icons/ask.png') left center no-repeat; padding: 0px 0 0px 20px; }
#prewiev .compare { background: url('../img/layout/icons/compare.png') left center no-repeat; padding: 0px 0 0px 20px; }

#foot {
  height: 30px; margin: auto;
  background: url('../img/layout/footer-bg.png') left bottom no-repeat;
}
#footer {
  width: 791px; overflow: hidden;
  margin: 0 20px; padding: 0 0 10px;
  position: relative;
}
#footer img { float: left; }

#footer .ad { padding: 0 0 10px 0; border-bottom: 1px dotted #ccc; text-align: justify; }
#footer .ad a { float: right; text-align: right; color: #555; padding: 3px 5px; margin: 5px 0; background: #efefef; }
#footer .keywords { margin: auto; width: 791px; overflow: hidden; padding: 10px 0; text-align: justify; border-bottom: 1px dotted #ccc; }

#footer .keywords span { display: inline; margin: 0 5px 0 0; }
#footer .keywords span.small { font-size: 12px; }
#footer .keywords span.bigger { font-size: 14px; }
#footer .keywords span.big { font-size: 16px; }

#footer .text { text-align: left; padding: 10px 0; line-height: 20px; }
#footer .links, #footer .info { float: right; }
#footer .info { clear: right; }
#footer .info img { margin: 6px 0 0 0; }
#footer .copyright { float: left; }
#footer .links a, #footer .copyright a { color: #555; text-decoration: underline; }
#footer .links a:hover, #footer .copyright a:hover { text-decoration: none; }

.header { height: 40px; line-height: 40px; padding: 7px 15px; }
.header #contact-panel { padding: 0 10px 0 0; margin: 0 -15px 0 0; background: url('../img/layout/contact-panel-bg.png') 0 4px repeat-x; color: white; font-style: italic; }
.header #contact-panel img { margin: 0 20px 0 0; vertical-align: middle; float: left}
.header #contact-panel a { color: #fff; text-decoration: underline; }
.header #contact-panel a:hover { text-decoration: none; }

#page {}
#page .text {
  padding: 15px 30px;
}



/********** TECHNOLOGY *******/

#technology { padding: 15px 30px; }
#technology h2 { text-transform: uppercase; color: #777; font-weight: normal; }
#technology p { text-align: justify; margin: 5px 0; }
#technology .del { height: 1px; border-bottom: 1px dotted #ccc; overflow: hidden; margin: 20px 0; }

/********** PRODUCTS *********/


#products .cats .title { padding: 20px; margin: 0; font-size: 18px; color: #333; font-weight: normal; }
#products .logo { float: right; position: absolute; top: 10px; right: 20px; }
#products .left, #products .right { width: 369px; position: relative; }
#products .left { clear: left; }
#products .right { clear: right; border-left: 1px dotted #ccc; }
#products ul { line-height: 16px; margin: 0 0 0 30px; padding: 0; list-style: none; }
#products ul li { padding: 0 20px; background: url('../img/layout/icons/list.png') 0% 52% no-repeat; }
#products ul li a { color: #555; }
#products ul li a:hover { color: #555; font-weight: bold }


/********** ORDERS ***********/

#orders .i { border: 1px solid #dec481; margin: 10px 0; padding: 10px; background: #e9dbad; }
#orders table { width: 100%; text-align: left; border-collapse: collapse; }
#orders table caption { font-size: 14px; text-align: left; margin: 0 0 10px 0; color: #333; }
#orders table td { vertical-align: middle; padding: 2px 5px; }
#orders table tr.item { border-bottom: 1px solid #eeeeee; }
#orders table tr.sum { border-top: 2px solid #; }
#orders table tr.sub { background: #f6f6f6; }
#orders table th { background-color: #efefef; padding: 2px 5px; font-weight: bold; }
#orders table td.free { padding: 15px; background: #f6f6f6; font-weight: bold; }
#orders .buttons { padding: 15px 0; text-align: right; }
#orders .small { width: 80px; }
#orders img { margin: 0 0 0 15px; }
#orders form { margin: 0; padding: 0; }
#orders form input { margin: 0 0 0 5px; padding: 0 2px; text-align: center; }
#orders form input.num { width: 30px; border: 0px solid black; }
#orders form .submit { width: 16px; height: 16px; border: 0px solid black; background: url('../img/icons/cart/cart_remove.png') center center no-repeat;}
#orders .info { border-top: 1px dotted #ccc; padding: 10px 0; }


/************ COMPARE ************/

#compare {  padding: 20px 20px 40px; }
#compare .opr { float: left; margin: 40px; }
#compare .opr select { border: 0px solid black; font-weight: bold; margin: 0 0 40px; }
#compare .opr a { display: block; }
#compare .cmpIMG { float: right; border-collapse: collapse; }
#compare .cmpIMG td { width: 200px; vertical-align: bottom; text-align: center; }
#compare .products { width: 100%; clear: both; border-collapse: collapse; }
#compare .products td, #compare .products th { padding: 2px 5px; }
#compare .products th.data { width: 200px; }
#compare .products tr.sub { background: #f0f0f0; }

/************ MOREINFO ***********/

#moreinfo { padding: 20px 40px 40px; }
#moreinfo .prod { background: #efefef; border: 1px solid #ccc; margin: 20px 0; padding: 20px; }
#moreinfo .prod input { vertical-align: middle; }
#moreinfo .cat { border-bottom: 1px dotted #ccc; text-transform: uppercase; color: #777; margin: 10px 0 10px 0; }
#moreinfo .subcat { margin: 0 20px 0 0; }
#moreinfo .subcat input { vertical-align: middle; }
#moreinfo table { background: #efefef; border: 1px solid #ccc; width: 100%; margin: 20px 0; }
#moreinfo table td { padding: 2px 5px; }
#moreinfo table td input {width: 300px; }


/********** CONTACT ************/
#contact .l { width: 150px; float: left; }
#contact .cleaner { clear: left; }
#contact .photo { margin: 0 1px 0 0; border: 5px solid #b1925e; }
#contact .gall-title { text-align:center; padding: 2px 10px; margin: 20px 0 0 0; line-height: 20px; color: #ac2021; font-weight: bold; text-transform: uppercase; }
#contact .gallery { text-align: center; padding: 10px; margin: 0 0 15px 0; }
#contact #map_canvas { position: relative; margin: 0 auto; float: right; width: 400px; height: 220px; border: 3px double #ccc; }


/********** AD **************/

#reg .cleaner { height: 24px; }
#reg .error { background: red; line-height: 16px; color: white; padding: 2px 10px; font-weight: bold; }
#reg .ok { margin: 10px 0 20px 0; padding: 10px; background: #dec481; font-weight: bold; }
#reg .ok img { vertical-align: text-bottom; margin: 0 20px 0 0; }
#reg .section-title { text-transform: uppercase; padding: 2px 10px; display: inline; }
#reg .section-title a { color: black; }
#reg .section { clear: both; padding: 10px; margin: 3px 0 15px 0; border-top: 1px dotted #ccc; }
#reg .info { text-align: right; float: right; height: 20px; margin: 0px; overflow: hidden; }
#reg .info span { padding: 0 5px; }
#reg .lab, #reg .inp { float: left; width: 120px; line-height: 25px; }
#reg .inp input { width: 200px; }
#reg .lab.small { width: 50px; }
#reg .lab.long, #reg .inp.long { width: 260px; }
#reg .inp { width: 180px; font-weight: bold; }
#reg .inp.small { width: 90px;}
#reg .inp.small input { width: 40px; }
#reg .lab.long input { width: 200px; }
#reg .inp input { vertical-align: top; margin: 0 10px 0 0; border: 1px solid #ccc; padding: 2px 5px; }
#reg .lab span, #reg .info span { color: red; font-size: 12px; }
#reg .info span { float: left; margin: 0 0 0 10px;}
#reg .lab label { float: left; }
#reg .inp img { vertical-align: top; }
#reg .msg { width: 200px; padding: 0 5px 0 0; line-height: 20px; color: white; float: right; text-align: right; font-size: 10px; }
#reg .licence { background: white; border: 0px solid black; padding: 5px; margin: 0 0 10px 0; font-size: 10px; }
#reg .licence ul { line-height: 1.2em; list-style-type: decimal; list-style-image: none; }
#reg .licence div { padding: 10px 0 10px 40px; }
#reg .licence ul li { padding: 0 0 5px 0; }
#reg #captcha { width: 300px; height: 30px; font-size: 20px; border: 1px solid #dec481; text-align: center; padding: 5px 10px 0 10px; color: #555; margin: 0 0 10px 0; letter-spacing: 0.1em; }
#reg #imgcap { border: 1px solid #dec481; }
