/* For Box Shadow : horiz vert blur thick colour
   For Padding : Top Right Bottom Left
   Use this to Search : highlight  food then F3 */
   
.div_main {
  width : 100%;
}
.backgr_new {
  background-color:#F2F2F2;
}

.backgr {
  background-image: url(images/backgr3.jpg);
 
}
.backgr2 {
  background-image: url(images/backgr3.jpg);
 
}
.backgr_cell_flavours {
  background-image: url(images/backgr_cell_flavours.png);
  background-repeat:repeat-x;
  background-position:bottom;
}
.backgr_cell_flavours2 {
  background-image: url(images/backgr_cell_flavours2.png);
  background-repeat: no-repeat;
}
.backgr_cell_flavours3 {
  background-image: url(images/backgr_cell_flavours3.png);
  background-repeat: no-repeat;
  background-position:bottom;
}
.backgr_cell_flavours_burgundy {
  background-image: url(images/backgr_cell_burgundy.png);
  background-repeat: no-repeat;
  background-position:bottom;
}
.mainpage {
	border:thin solid #000000;
	box-shadow: 0px 10px 10px 10px #888888;
}

.mainpage_new {
	background-color:#FFFFFF;
	border-left:4px solid #E9E9E9;
	border-right:4px solid #E9E9E9;
}

.mainpage_flavours {
  background-color:#FEFEFE;
	border:thin solid #000000;
	box-shadow: 0px 10px 10px 10px #888888;
}
.double-border {
    position:relative;
	padding:2px;
	padding-left:4px;
	padding-right:3px;
	background-color: #ff0000;
    border-radius: 3px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #ff0000;
	color:#FFFFFF;
	font-size:8px;
}
.warning {
  width:350px; 
  border:medium solid #FF0000;
  box-shadow: 0px 10px 10px 10px #888888;
  background-color:#F4F4F4; 
  position:absolute; 
  z-index:100; 
  left:40%;
}
.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size : 13px;
  color: #333333;
  text-decoration : none;
}
.text2 {
  font-family : Comic Sans, Comic Sans MS;
  font-size : 14px;
  color: #333333;
  font-weight:700;
  text-decoration : none;
}
.text3 {
  font-family : Arial;
  font-size : 17px;
  color: #333333;
  text-decoration : none;
}

.terms {
  font-family : Arial, sans-serif;
  font-size : 11px;
  font-weight:300;
  color: #333333;
}

.title {
  width:90%;
  padding:8px;
  background-color:#FFFFCC;
  border:thin solid #009900;
  box-shadow: 4px 4px 4px 1px #666666;
  border-radius:8px;
  text-align:left;
}
.notice_box {
	border:thin solid #006600; 
	border-radius:5px; 
	padding:2px; 
	background-color:#F8F8F8; 
	text-align:center;
}

.title_burgundy {
  background-image: url(images/title_burgundy.png);
  background-repeat: no-repeat;
  background-position:bottom;
  width:90%;
  padding:8px;
  border: 2px solid #990000;
  box-shadow: 4px 4px 4px 1px #666666;
  border-radius:8px;
  text-align:left;
}

.header {
	font-family: "Monotype Corsiva";
	color: #990000;
	font-size:28px;
	font-weight:700;
} 
.highlight {
  background-color:none;
}
.highlight:hover {
  background-color:#F0F0F0;
}
.comments {
  width:640px;
   border-top:dotted thin #333333;
   padding:5px;
   font-family: Arial, Helvetica, sans-serif;
   size:10px;
   font-weight:200;
}
.infoinsert {
  width:650px;
  background-color:#abebc6;
  border:thin solid #000000;
  padding:8px;
  line-height:17px;
}
.infoinsertback {
  background-image: url(images/backgr_cell_flavours.png);
  background-repeat: no-repeat;
  background-position:bottom;
}
.navbar {
  border:2px solid #999999;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top: 0;
  padding:5px;
  background-image:url(images/navtop_bg.png);
  background-repeat:repeat-x;
  text-align:center;
}
.navbar:hover {
  padding-bottom:8px;
}
.navbar_link {
  color:#FBFBFB;
  font-family: "Arial Black";
  font-size: 14px;
  font-weight:600;
  text-decoration:none;
}
.navbar_link:hover {
  color:rgba(114,161,242,0.6);
}
.promo_bar {
  background-color: #F2F2F2;
  border:4px solid #990000;
  border-radius:5px;
  box-shadow: 6px 6px 10px 3px #666666;
  padding:15px;
  color: #333333;
  font-family:"Arial Black";
  font-size:22px;
}
.navleft_col {
  width:186px;
  border-right:double medium #009900;
  background-image: url(images/backgr2.jpg);
}
.navleft {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  border-bottom: thin dotted #666666;
  padding:3px;
  padding-left:13px;
}
.navleft b {
  font-weight:800;
  color: #333333;
}

.navleft:hover {
  background-color: #FFFFCC;
  color:#333333;
  padding:3px;
  border-radius:5px;
  padding-left:20px;
}
.navleft_over {
  background-color: #FFFFCC;
  color:#333333;
  padding:3px;
  border-radius:5px;
  padding-left:13px;
}
.service_box {
  border:double medium #333333;
  border-radius: 6px;
  box-shadow: 4px 4px 4px 1px #666666;
  padding:5px;
  background-color: #99FFCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#333333;
}
.service_box b {
  text-align:center;
  color:#990000;
  font-size:14px;
}
.service_box_apply {
  background-color:#EBEBEB;
  border:solid thin #333333;
  border-radius: 6px;
  box-shadow: 4px 4px 8px 1px #333333;
  padding:5px;
}
.service_box_apply:hover {
  background-color: #DEDEDE;
}
.sold {
  text-align:center;
  z-index:100;
}
.photo_bg_ffs {
  max-width:120px;
  max-height:160px;
}
.photo_sml_ffs {
  max-width:130px;
  max-height:100px;
}

.sales_box_food {
  border:double medium #990000;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}
.show_div2 {
  width:50px;
  height:20px;
  left:13px;
  border:2px solid #0066FF;
  position: absolute;
  background-color: #F4F4F4;
  border-radius:8px;
  z-index:100;
  bottom:9px;
  overflow:hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
   opacity: 0;
  -webkit-transition: 1s ease-in-out;
   -moz-transition: 1s ease-in-out;
   -o-transition: 1s ease-in-out;
   transition: 1s ease-in-out;

}
.show_div2:hover {
  width:200px;
  height:250px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
   opacity: 1;
}
.buy_now {
	-webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color: #99FF99;
	border:1px solid #29447E;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	padding:2px;
	color: #333333;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}
.buy_now:hover {
	cursor:pointer;
	background-color: #66FF66;
}

.food_box {
  width:680px;
  height:110px;
  background-color: #FFFFFF;
  border:solid thin #646464;
  border-radius:8px;
  padding:8px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
}

.food_box2 {
  background-image: url(http://www.frenchfoodonlinegiftshop.com/images/more_button.png);
  background-repeat:no-repeat;
  background-position:bottom;
  width:200px;
  height:250px;
  background-color: #FFFFFF;
  border:solid 5px #990000;
  border-radius:8px;
  padding:8px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
}
.ingredients {
  background-image:url(images/ingred_bg.png);
  background-repeat:repeat;
  line-height:23px;
  width:250px;
  border:thin solid #333333;
  padding:10px;
  padding-top:16px;
  border-radius: 6px;
  border-top-left-radius:0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:600;
}
.ingred_head {
  background-color:#F6F6F6;
  border:thin groove #333333;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom:0;
  width:200px;
  font-size:16px;
  padding:4px;
  color: #333333;
}
.basket {
  width:140px;
  font-size:10px;
  padding:2px;
  border:8px solid #F7F7F7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color:rgba(114,161,242,0.6);
  font-family: Arial, Helvetica, sans-serif;
  text-align:left;
  text-decoration:none;
}
.mail {
  background-color: #CCE3CE;
  border:solid thin #646464;
  border-radius:5px;
  padding:8px;
  font-family:"Courier New", Courier, monospace;
  font-size:12px;
}
.index_box {
  background-color: #FFFFFF;
  border:solid 2px #006600;
  border-radius:8px;
  padding:8px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
}

.link {
  font-family : Verdana,Arial,Helvetica,sans-serif;
  font-size : 12px;
  font-weight:100;
  color: #333333;
  text-decoration : underline;
}
.link:hover {
  font-size : 12px;
  text-decoration : none;
  color : #000000;
}
.link2 {
  font-family : Verdana,Arial,Helvetica,sans-serif;
  font-size : 15px;
  color: #333333;
  text-decoration :none;
}
.link2:hover {
  font-size : 15px;
  font-family : Verdana,Arial,Helvetica,sans-serif;
  color : #000000;
}
.link3 {
  font-family :"Monotype Corsiva";
  font-size : 18px;
  font-weight:600;
  color: #000000;
  text-decoration :none;
}
.link3:hover {
  font-size : 18px;
  font-family :"Monotype Corsiva";
  text-decoration : underline;
  color : #006600;
}

.linkindex {
  font-family : Verdana,Arial,Helvetica,sans-serif;
  font-size : 15px;
  font-weight : 800;
  color: #333333;
  text-decoration : underline;
}
.linkindex:hover {
  font-size : 15px;
  font-family : Verdana,Arial,Helvetica,sans-serif;
  font-weight : 900;
  text-decoration : none;
  color:#B8B8B8;
}
.bold2 {
  font-size : 14px;
  color: #353535;
  font-weight : 800;
  font-family : Arial;
  line-height : 15px;
  text-decoration : none;
}

.bold3 {
  font-size : 16px;
  color: #006699;
  font-family: "Arial Black";
  font-weight : 800;
  text-decoration : underline;
}
.bold_report {
  font-size : 11px;
  color : #800000;
  font-family : Copperplate33bc;
  font-weight : 700;
  text-decoration : none;
}
.price {
  font-family :Comic Sans, Comic Sans MS;
  font-weight : 900;
  font-size : 12px;
  color: #000000;
  text-decoration : none;
}
.copyright {
  font-size : 9px;
  color : #000000;
  text-align : left;
  font-weight : 900;
  font-family : Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
}
.input{
  background-color:#F5F5F5;
  color:#666666;
  outline: none;
  border: 2px solid #B0CFE0;
}
.input:focus{
  background-color: #fffff;
  outline: none;
  border: 2px solid #3366CC;
}

.show_div {
  width:650px;
  border:thin solid #0066FF;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  position: absolute;
  background-color:rgba(102, 204, 255, 0.7);
  z-index:100;
  bottom:0px;
  left:15px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
   opacity: 0;
}
.show_div:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
   opacity: 1;
  -webkit-transition: all 1.5s linear;
  -moz-transition: all 1.5s linear;
  -ms-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
   transition: all 1.5s linear;
}
.popup {
  width:350px;
  border:thin solid #0066FF;
  border-radius:8px;
  position: absolute;
  background-color: #FFFFFF;
  z-index:100;
  bottom:0px;
  left:45px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
   opacity: 0;
}

.popup:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
   opacity: 1;
  -webkit-transition: all 1.5s linear;
  -moz-transition: all 1.5s linear;
  -ms-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
   transition: all 1.5s linear;
      }

.popuptitle {
        background: #66CC33;
        color: white;
		font-size:16px;
        font-weight: bold;
        height: 20px;
        padding: 5px;
		text-align:center;
      }
      
.popupbody {
        background: #EDEDED;
        padding: 5px;
		text-align:left;
      }

#popup1 { top: 700px; left: 200px; }

#popup2 { top: 700px; left: 500px; }
.footer {
  background-color: #993333;
}
#slidy-container { 
	width: 100%; 
	margin: 0 auto; 
	overflow: hidden; 
}