.jcarousel-skin-tango .jcarousel-container {
   /* -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 890px;
    padding: 0px 35px;
	text-align:center;
}



.jcarousel-skin-tango p
{
margin:6px 0 0 6px;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#262626;
}
.jcarousel-skin-tango a
{
margin:0 0 0 0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#262626;
font-weight:bold;
text-decoration:underline;
}
.jcarousel-skin-tango a:hover
{
margin:0 0 0 0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#262626;
font-weight:bold;
text-decoration:none;
}



.jcarousel-skin-tango .jcarousel-container-vertical {
    width: auto;
    height:auto;
    padding: 40px 0px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  890px;
    height: auto;
	margin:0 0 0 15px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:300px;
    height:200px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 168px;
    height: auto;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 14px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 45px;
    right: 5px;
    width: 11px;
    height: 18px;
    cursor: pointer;
    background:url(next-horizontal.jpg) no-repeat;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 45px;
    left: 5px;
    width: 11px;
    height: 18px;
    cursor: pointer;
    background:url(prev-horizontal.jpg) no-repeat;
	margin:0 0 0 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 115px;
    width: 62px;
    height: 19px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;

    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 115px;
    width: 62px;
    height: 19px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


#button {
	width:78px;
	height:28px;

	background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
	background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
	background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
	background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
	background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba48');

	border:1px solid #ca9336;

	-webkit-box-shadow:
		inset 0px 1px 0px #fee395,
		      0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px #fee395,
		      0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px #fee395,
		      0px 1px 1px rgba(0,0,0,.15);

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;

	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:28px;

	color:#996633;
	text-shadow:0px 1px 0px rgba(255,255,255,.4);

	position:absolute;
	top:50%;
	left:50%;
	margin-top:-14px;
	margin-left:-39px;
}

#button:hover {
	background-image: -webkit-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
	background-image: -moz-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
	background-image: -o-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
	background-image: -ms-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
	background-image: linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fec252', EndColorStr='#fecd61');

	-webkit-box-shadow:
		inset 0px 1px 0px #fed17e,
		      0px 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow:
		inset 0px 1px 0px #fed17e,
		      0px 1px 1px rgba(0,0,0,.1);
	box-shadow:
		inset 0px 1px 0px #fed17e,
		      0px 1px 1px rgba(0,0,0,.1);
}



.modal-wrapper {
	visibility:hidden;
	width:450px;
	min-height:189px;
	height:auto;
	padding:8px;

	background:rgba(0,0,0,.3);
	background-color:gray;

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	position:absolute !important;
	top:0 !important;
	left:0 !important;
	margin-top:-200px !important; 
	margin-left:-215px;
/*		margin-left:-215px !important;
*/
	z-index:9999;
	
}


.heading {
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
	border-bottom:1px solid #bababa;
	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
color: #444444;
    float: none;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 0 !important;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 450px;
}

.content {
  	background:#fcfcfc;

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
    border-radius: 0 0 4px 4px;
    height: auto;
    min-height: 144px;
    overflow: hidden;
    padding: 35px 45px 0;
    text-align: center;
    width: 362px;
}


/*.content p {
	font-size:13px;
	font-weight:normal;
	text-align:center;
	line-height:22px;
	color:#555555;

	width:100%;
	float: left;

	margin:19px 0;
}*/


.button00 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
	padding:0 16px;
	text-shadow:0px 1px 0px rgba(0,0,0,.2);
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	line-height:34px;
}
.button00 img { 
	float:left;
	width:33px;
	height:33px;
}


/* black */
.button00.black {
	color: #fff;
	border: solid 1px #131313;
	background:#313131;
	background: -webkit-linear-gradient(top,  #4e4e4e, #111111);
	background: -moz-linear-gradient(top,  #4e4e4e, #111111);	
	background: -o-linear-gradient(top,  #4e4e4e, #111111);
	background: -ms-linear-gradient(top,  #4e4e4e, #111111);
	background: linear-gradient(top,  #4e4e4e, #111111);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#111111',GradientType=0 );
	float:left;
	font-weight:bold;
}
.button00.black:hover {
	border: solid 1px #131313;
	background:#313131;
	background: -webkit-linear-gradient(top,  #111111, #4e4e4e);
	background: -moz-linear-gradient(top,  #111111, #4e4e4e);	
	background: -o-linear-gradient(top,  #111111, #4e4e4e);
	background: -ms-linear-gradient(top,  #111111, #4e4e4e);
	background: linear-gradient(top,  #111111, #4e4e4e);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#4e4e4e',GradientType=0 );
}
/* red */

/* green */

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60) !important;
	opacity:0.60 !important;

}
.buttonClose.bClose{
  border-radius: 5px 5px 5px 5px;
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 12px;
  position: absolute;
  right: -7px; margin:0px !important;
  top: -12px;
}
.buttonClose.bClose.close-reveal-modal > span {
    float: none;
    font-size: 20px;
    margin: 0 !important;
}
.buttonClose{
	background: #000 ;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60) !important;
	opacity:0.60 !important;
	background:rgba(0,0,0,.3)!important;
	border-radius:10px;
	box-shadow:0 2px 3px rgba(0,0,0,0.3);
	color:#fff;
	cursor:pointer;
	display:inline-block;
	padding:10px 20px;
	text-align:center;
	text-decoration:none
	}
.buttonClose:hover{background-color:#DE5135 !important;}

/* red */
.red {
	color: #fff;
	border:1px solid #af1d00;
	background:#ea6146;
	background: -webkit-linear-gradient(top,  #f77d65, #d04125);
	background: -moz-linear-gradient(top,  #f77d65, #d04125);	
	background: -o-linear-gradient(top,  #f77d65, #d04125);
	background: -ms-linear-gradient(top,  #f77d65, #d04125);
	background: linear-gradient(top,  #f77d65, #d04125);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77d65', endColorstr='#d04125',GradientType=0 );
	float:left;
	margin-left:10px;
	font-weight:bold;
}
.red:hover {
	background:#ea6146;

	background: -webkit-linear-gradient(top,  #d04125, #f77d65);
	background: -moz-linear-gradient(top,  #d04125, #f77d65);
	background: -o-linear-gradient(top,  #d04125, #f77d65);
	background: -ms-linear-gradient(top,  #d04125, #f77d65);
	background: linear-gradient(top,  #d04125, #f77d65);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d04125', endColorstr='#f77d65',GradientType=0 );
	border:1px solid #af1d00;
}
/* green */
.green {
	color: #fff;
	
	background:#951b81;
/*	background: -webkit-linear-gradient(top,  #8ccf00, #4c7000);border: 1px solid #537a00;
	background: -moz-linear-gradient(top,  #8ccf00, #4c7000);
	background: -o-linear-gradient(top,  #8ccf00, #4c7000);
	background: -ms-linear-gradient(top,  #8ccf00, #4c7000);
	background: linear-gradient(top,  #8ccf00, #4c7000);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ccf00', endColorstr='#4c7000',GradientType=0 );*/
	float:inherit;
	margin-left:10px;
	font-weight:bold;
}
.green:hover {
    color: #333;
}
.blue {
	color: #fff;
	border: 1px solid #2c4581;
	background:#669700;
	background: -webkit-linear-gradient(top,  #476ecd, #324f94);
	background: -moz-linear-gradient(top,  #476ecd, #324f94);
	background: -o-linear-gradient(top,  #476ecd, #324f94);
	background: -ms-linear-gradient(top,  #476ecd, #324f94);
	background: linear-gradient(top,  #476ecd, #324f94);
	float:left;
	margin-left:10px;
	font-weight:bold;
}
.blue:hover {
	border: 1px solid #2c4581;
	background:#669700;
	background: -webkit-linear-gradient(top,  #324f94, #476ecd);
	background: -moz-linear-gradient(top,  #324f94, #476ecd);
	background: -o-linear-gradient(top,  #324f94, #476ecd);
	background: -ms-linear-gradient(top,  #324f94, #476ecd);
	background: linear-gradient(top,  #324f94, #476ecd);
}
/*Button code End*/

.popup_panel1 {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 4px 4px 4px 4px;
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

#popup_new1 {
    height: auto;
    overflow: hidden;
    width: 432px;
}


#popup_new1 .popup_new1_title {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 4px 4px 4px 4px;
    color: #FB603C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px;
}

#popup_new1 .popup_new1_body {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 4px 4px 4px 4px;
    margin: 0px 0 0;
	font-size: 12px;
    padding: 0px 10px;
}

#popup_new1 .popup_new1_body ul {
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0;
}

#popup_new1 .popup_new1_body ul li {
    display: inline;
    float: left;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
	line-height:20px;
    width: 200px; 
}
.check_title {
padding:5px;
vertical-align:top;
}

#popup_new1 .quantity {
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 4px 4px 4px 4px;
    margin: 0px 0 0;
    overflow: hidden;
    padding: 0px 10px;
}
#popup_new1 .quantity ul {
    margin: 0;
    padding: 0;
}

#popup_new1 .quantity ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#popup_new1 .quantity ul li label {
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.qty_text {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    color: #666666;
    height: 22px;
    margin-left: 8px;
    padding: 0 8px;
	text-align:center;
    width: 30px;
}

a.sign_btn00{
    width:120px;
    line-height:31px;
    background:url(../images/sign01.png) no-repeat left top;
    cursor:pointer;
    border:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    display:block;
    text-transform:uppercase;
    float:right;
}
a.sign_btn00:hover{
    background:url(../images/sign01.png) no-repeat left bottom;
}

.popup_drp1 {
    border: 1px solid #CCCCCC !important;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    height: 23px;
    width: 235px;
}


.btn_createprofile
{
width:144px;
height:25px;
background:url(../images/cprofile.jpg) no-repeat;
background-position:0px 0px;
cursor:pointer;
float:left;
}
.btn_createprofile:hover
{
background-position:0px -25px;
}

*{padding:0; margin:0; outline:none}

/*@media only screen and (min-width: 480px) and (max-width: 768px) {
		
		.content {
    background: none repeat scroll 0 0 #fcfcfc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    height: auto;
    min-height: 144px;
    overflow: hidden;
    padding: 35px 2px 0;
    text-align: center;
    width: 98%;
}
.modal-wrapper {
    background: none repeat scroll 0 0 gray;
    border-radius: 8px;
    height: auto;
    left: 0 !important;
    margin-left: -5px !important;
    margin-top: -200px !important;
    min-height: 189px;
    padding: 8px;
    position: relative !important;
    top: 0 !important;
    visibility: hidden;
    width: 88%;
}
#restaurantClose {
    margin-left: 55px;
    width: 98%;
}
}
@media only screen and (max-width: 480px) {
}
		.content {
    background: none repeat scroll 0 0 #fcfcfc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    height: auto;
    min-height: 144px;
    overflow: hidden;
    padding: 35px 2px 0;
    text-align: center;
    width: 98%;
}
.modal-wrapper {
    background: none repeat scroll 0 0 gray;
    border-radius: 8px;
    height: auto;
    left: 0 !important;
    margin-left: -5px !important;
    margin-top: -200px !important;
    min-height: 189px;
    padding: 8px;
    position: relative !important;
    top: 0 !important;
    visibility: hidden;
    width: 88%;
}
#restaurantClose {
    margin-left: 55px;
    width: 98%;
}
}*/