/* eMenu Styles */
form.jcart {
	border:solid 1px gray;
}

.price{
	float: right;
    padding-right: 10px;
    text-align: right;
    width: 115px;
}


.addLink{	
	float: right;
    width: 50px;
		
}

.ccm-productViewBlock-prodRows{
    display: block;    
}
.ccm-productViewBlock-prodRow{
	margin:15px 0;
}

.ccm-productViewBlock-prodOption{
	display:block;
	margin:15px 0 6px 40px;
}

.productSeperator {
    clear: both;
	border:none; 
	border-bottom: 1px solid #EDEDED;
	margin: 7px 30px;
    padding: 0;
}

.jcart .button,
.addLink .button{
background-color: #70A900;
    background-image: url("../images/button.png");
    background-repeat: repeat-x;	
    color: #FFFFFF;
    font-size: 110%;
    font-weight: bold;
    height: 20px;
    text-decoration: none;
	box-shadow: 0px 3px 3px #152C52;
	-moz-box-shadow: 0px 3px 3px #152C52;
	-webkit-box-shadow: 0px 3px 3px #152C52;
	border-radius: 8px; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:none;
    margin:  3px 0px;
    padding: 3px 15px;
}

.storeClosed .button {
	background-color: #DDDDDD;
	 background-image:  none;
}

.jcart input.button {
 height: 25px;
}

.jcart .button.cancel{	
	background-color: #cbcbcb;
	background-image:none;
}

.jcart .info{
	font-size:70%;
}

.ccm-productViewBlock-prodRows .ui-dialog {
	display:none;
}

.extrasList {
    border: 1px solid gray;
    height: 100px;
    margin: -20px 0 0 0;
    overflow-x: auto;
    padding: 1px;
}

.highlight .productTitle{
	font-weight:bold;
}

.productIcon{
	display:inline-block;
	width:20px;
	height:20px;
}

.veg{	
	display:inline-block;
	width:15px;
	height:15px;
    background-image: url("../images/eMenu_Veg_blk.png");
    background-repeat:no-repeat; /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.chilli{	
	display:inline-block;
	width:15px;
	height:15px;
    background-image: url("../images/eMenu_Chilli_blk.png");
    background-repeat:no-repeat; /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.nut{	
	display:inline-block;
	width:15px;
	height:15px;
    background-image: url("../images/eMenu_Nut_blk.png");
    background-repeat:no-repeat; /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}



.white .veg {
    background-image: url("../images/eMenu_Veg.png");
}
.white .chilli {
    background-image: url("../images/eMenu_Chilli.png");
}
.white .nut {
    background-image: url("../images/eMenu_Nut.png");
}
