/* OLD CSS */
.text-chopped {
	font-size: 18px;
	color: #0f6735;
	
}
td{
	text-align: left;
}
td.center{
	text-align: center;
	}
td.right{
	text-align: right;
	}
.menu_category
	{
	font-size:12pt;
	color:#0f6735;
	text-decoration:none;
	font-weight:bold;
	}
a.menu_category:hover
	{
	color:#abc995;
	}
p.category_text
	{
	font-size:10pt;
	}

th.colored
	{
	color:#0f6735;
	}
span.colored
	{
	color:#0f6735;
	}
/*
input
	{
	font-size:14px;
	height:20px;
	color: #000000;
	}
select{
	font-size:14px;
	padding: 2px;
	color: #000000;
}
input[type="submit"]{
	height: 25px;
	padding: 0 10px 0 10px;
}
*/
td.optNames
	{
	color:#0f6735;
	font-size:8pt;
	text-align:center;
	}
td.total
	{
	text-align:right;
	font-size:12pt;
	font-weight:bold;
	}

td.cs_head
	{
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	color:red;
	}
a.cs_Item
	{
	font-size:8pt;
	text-decoration:none;
	color:black;
	}
a.cs_Item:hover
	{
	color:blue;
	cursor: pointer;
	}
	
a.cs_new_item
	{
	font-size:8pt;
	text-decoration:none;
	color:black;
	display: inline-block;
	padding-bottom: 1px;
	}
a.cs_new_item:hover
	{
	color:blue;
	
	}
a.cs_fatfree
{
	font-size:8pt;
	text-decoration:none;
	color:#52B048;
}
a.cs_fatfree:hover
	{

	color:blue;
	}
a.cs_new_fatfree
{
	font-size:8pt;
	text-decoration:none;
	color:#52B048;
	display: inline-block;
	padding-bottom: 1px;
}
a.cs_new_fatfree:hover
	{

	color:blue;
	}
.cs_sub_head
	{
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color: black;
	}
a.cs_misc
	{
	font-size:8pt;
	color:black;
	}
a.cs_misc:hover
	{
	color:blue;
	text-decoration:none;
	}
.btnLink
	{
	border:none;
	}

.largeText{
font-size: 24px;
	color: #0f6735;
}
.catHeader{
	width:100%;
	text-align: center;
	font-size: 24px;
	color: #0f6735;
	font-weight:bold;
	margin-bottom: 0;
}

.gcPromo{
font-size:24px;
color:red;
font-weight:bold;
}

th.nut{
font-size:10px;
padding:1px 0 1px 0;
}
td.nut{
font-size:10px;
text-align:center;
font-weight:bold;
padding:1px 0 1px 0;
}
tr.dr1{
background-image:url('/images/lt-green-bkg.gif');
}
tr.dr2{
background-image:url('/images/lt-yellow-bkg.gif');
}
td.product, td.FF_product{
text-align:left;
padding-left:1px;
font-size:10px;
font-weight:bold;
}
td.FF_product{
color:#0f6735;
}
body.nut{


}
body.nut td{
padding:1px;
}
a.nutcat{
text-decoration:none;
}
a.nutitem{
text-decoration:none;
}


#bread{
	text-align: center;
	}
	
#bread a{
	margin: 0 20px 0 0;
	}
	
/* pizza choice */

#pizza_choice{
	width: 200px;
	text-align: left;
	margin: 40px auto;
	}
	
#pizza_choice a{
	font-size: 18px;
	}
	
/* custom pizza */

#pizza_step .pizza_step{
	text-align: center;
	font-size: 18px;
	}

#pizza_step .red{
	color:red;
	}
	
#pizza_step .green{
	color: green;
	}
	
	
#pizza_step .underline{
	text-decoration: underline;
	}

#pizza_step #topping p{
	border-bottom: 1px solid green;
	}	

#pizza_step #topping{
	font-size: 12px;
	} 
#pizza_step #topping .red{
	font-size: 10px;
	} 
	
#pizza_step #sauce_item{
	text-align: left;
	}
	
#pizza_step #topping{
	float: left;
	text-align: left;
	margin-right: 15px;
	
	
	}
	
#pizza_step #sauce_item a{
	color: red;
	font-weight: bold;
	}
	
#pizza_step #veggie_item a,
#pizza_step #meat_item a,
#pizza_step #drizzle_item a{
	color: black;
	}
	
#pizza_step #sauce_item a:hover,
#pizza_step #veggie_item a:hover,
#pizza_step #meat_item a:hover,
#pizza_step #drizzle_item a:hover{
	color: blue;
	}
	

#pizza select,
#pizza td{
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}

#pizza{
	width: 300px;
	max-width: 100%;
}

.saladList
	{
	font-size:12px;
	}
	
.saladItem{
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid black;

	}
	
.saladItem a{
	float:right;
	}

select.portion{
	height: 40px;
	}
	
.saladItem img{
	float: left;
	}
	
.clear{
	clear: both;
	}

/* END OLD *******************************************************************/

body{
	width:100%;
}

body,
#content,
h1,
h2{
	font-family:Raleway;	
}

#content{
	width: 1000px;
	margin 0 auto;
	font-size: 14px;
	color: #666666;
	max-width: 100%;
}

h1,
.category_text{
	color: #0f6735;
}

b{
	font-weight: bold;
}


td{
	padding: 2px;
}

input.gc_qty{
	width: 50px;
}



/**** nutrition *****/
.nut_sidebar,
.nut_sidebar td{
	background-color:#abc995;
	color: white;
}

.nut_sidebar a.link-main{
	color: #0f6735;
}

.nut_sidebar a.link-main:hover{
	color: white;
}

.disclaimer{
font-size:9px;
color:white;
}

input,select,input[type="radio"]{
	max-width: 100%;
}

@media (max-width: 1000px){

}
