#preview{
	position:absolute;
	z-index: 3000;
	display:none;

}

html body .style_rounded {
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;

}

p.cat_description {
	font-size: 1.2em;
	font-weight: 700;

}

div.pizza_list table {
}

div.pizza_list table td.image {
	padding-top: 3px;
}

div.pizza_list table td.end {
	border-bottom: 1px dotted #bdbdbd;
	padding-bottom: 1em;
}

div.pizza_list table td.price {
	text-align: right;
}

div.pizza_list table td.title, div.pizza_list table td.price, div.pizza_list table td.radio {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 3px;
	line-height: 19px;
	padding-top: 3px;
}

html body div.pizza_list table td.image {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #bdbdbd;
}

div.pizza_list table td.description {
	padding-bottom: 5px;
	vertical-align: top;
}


/* SMALL BUTTON */

ul.item_list li.small {
	width: 74px;
	background: url(../images/item_list/button_small.gif) top left no-repeat;
}

ul.item_list li:active.small {
	background: url(../images/item_list/button_small.gif) top right no-repeat;

}

ul.item_list li:active.small div.image_hold {
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	

}

ul.item_list li.small div.image_hold {
	width: 74px;
	height: 84px;
	
}

/* MEDIUM BUTTON */

ul.item_list li.medium {
	width: 102px;
	background: url(../images/item_list/button_medium.gif) top left no-repeat;
}

ul.item_list li:active.medium {
	background: url(../images/item_list/button_medium.gif) top right no-repeat;

}

ul.item_list li:active.medium div.image_hold {
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	

}

ul.item_list li.medium div.image_hold {
	width: 102px;
	height: 101px;
}


/* LARGE BUTTON */

ul.item_list li.large {
	width: 143px;
	background: url(../images/item_list/button_large.gif) top left no-repeat;
}

ul.item_list li:active.large {
	background: url(../images/item_list/button_large.gif) top right no-repeat;

}

ul.item_list li:active.large div.image_hold {
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	

}

ul.item_list li.large div.image_hold {
	width: 143px;
	height: 141px;
}

/* LARGE TALL BUTTON */

ul.item_list li.large_tall {
	width: 143px;
	background: url(../images/item_list/button_large.gif) top left no-repeat;
}

ul.item_list li:active.large_tall {
	background: url(../images/item_list/button_large.gif) top right no-repeat;

}

ul.item_list li:active.large_tall div.image_hold {
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	

}

ul.item_list li.large_tall div.image_hold {
	width: 143px;
	height: 110px;
}

ul.item_list li.large_tall a.description {
	display: block;
	padding-top: 10px;
	height: 77px;
	width: 143px;
}

ul.item_list li.large_tall a.description:hover {
	color: black;

}

ul.item_list li.large_tall a.price_hold {
	position: relative;
	top: 0px;
	margin-bottom: 0px;
	
}



/* DAYPART LIST */
ul.daypart, ul.daypart li {
	list-style: none;
	margin: 0;
	padding: 0;

}

ul.daypart li {
	width: 45%;
	margin-right: 2%;
	float: left;

}

ul.daypart li a {
	cursor: pointer;
	display: block;
	padding: 10px;
	border: 1px solid;
	margin-bottom: 1em;
	background: url(../images/icons/arrow.gif) right no-repeat;
}

ul.daypart li a h3, ul.daypart li a h4 {
	margin: 0;
	padding: 0;
}

/* TEXT_ITEM_LIST */
table.item_list_text {

}

table.item_list_text td {
	vertical-align: text-top;
	padding-bottom: 1.2em;
}

table.item_list_text td h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;

}

table.pizza_split {
	border-top: 1px solid #d5d5d5;
	margin-top: 3%;
	border-bottom: 1px solid #d5d5d5;
}

table.pizza_split table.item_list_text td {
	border-bottom: 1px solid #e9e9e9;
	margin: 0;
	padding: 0;
	padding: 3px;
}	

table.pizza_split td.left {
	width: 45%;
	padding-right: 2%;
	border-right: 1px solid #d5d5d5;	

}

table.pizza_split td.right {
	width: 45%;
	padding-left: 2%;	

}

table.item_list_text td .item_title {
	font-weight: 700;
	padding-bottom: 3px;
	width: 60%;
	float: left;
	line-height: 1.4em;
}

table.item_list_text td .item_title_pizza {
	font-weight: 700;
	padding-bottom: 8px;
	line-height: 1.4em;
	width: 80%;
	float: left;
}

table.item_list_text td .item_title_pizza input, table.item_list_text td .item_title input {
	margin-right: 5px;
}

table.item_list_text td {
	margin-bottom: 5px;

}

table.item_list_text td p {
	margin: 0;
	padding: 0;
	padding-right: 20%;
	clear: both;
}

table.item_list_text td p.price {
	width: 30%;
	float: left;
	text-align: right;
	clear: none;
	padding-right: 0;
}

table.item_list_text td div.item_image_hold {
	overflow: hidden;
	float: left;
	margin-right: 10px;
	border: 2px solid #fff;

}

/* ITEM LIST */

html body div.pre_load_images {
	height: 1px;
	overflow: hidden;

}

html body div.pre_load_images img {
	padding-top: 1px;
}

html body ul.item_list {
	list-style: none;
	margin: 0px;
	padding: 0px;

}

html body ul.item_list li {
	margin: 0px;
	padding: 0px;
	padding: 6px 5px;
	float: left;
	overflow: hidden;
}


html body ul.item_list li.button div.image_hold {
	overflow: hidden;

}


html body ul.item_list li.button div.title_hold {
	height: 2.3em;

}

html body ul.item_list li.button div.title_hold h2 {
	font-size: 12px;

}


a.price_hold {
	display: block;
	cursor: pointer;
	border-top: 1px solid #ffffff;
	background: url(../images/misc/dark_fade.png); 
	padding: 4px;
	text-align: right;
	overflow: visible;
	position: relative;
	font-size: 10px;
	top: -20px;
	color: #fff;
	margin-bottom: -20px;
	
}

a.price_hold:hover {
	color: #fff;
}

p.required {
	font-weight: 700;
	color: #872a00;
	padding: 10px;
	margin-right: 20px;
	border: 1px solid;

}

/* NEXT STEP */
a.next_step {
	width: 181px;
	height: 62px;
	display: block;
	margin-right: 10px;

}

a.next_step:active {

}


/* HOME_BUTTON */
a.home {
	position: absolute;
	top: 535px;
	left: 380px;
	width: 61px;
	height: 62px;
	display: block;


}

a.home:active {

}



/* MENU LIST */

div.cat_list, div.item_list {
	position: relative;
	left: -4px;

}

div.cat_list ul, div.cat_list li, div.item_list ul, div.item_list li {
	list-style: none;
	margin: 0px;
	padding: 0px;

}

div.cat_list ul li, div.item_list ul li {
	float: left;

}

html body div.cat_list ul li a.button {
	display: block;
	padding: 15px 149px 15px 15px; 
	width: 140px;
	height: 52px;
	font-size: 14px;
}

div.cat_list ul a.button:active {

}

/* MENU LIST */
ul.menu_list {
	list-style: none;
	margin: 15px 0px;
	padding: 0;

}

ul.menu_list li {
	margin: 0;
	padding: 0;
}

ul.menu_list li a {
	display: block;
	border: 1px solid #656464;
	padding: 15px;
	margin: 0px 0px 7px 0px;
	font-size: 14px;
	color: #656464;
	font-style: italic;

}

ul.menu_list li a span {
	font-weight: 700;
	font-style: normal;
}


