h3.pizza_side_head {
	margin: 0;
	padding: 0;
	padding: 5px;
	background: #dcdcdc;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 7px;
	border-bottom: 1px solid #656565;
}

html body div#site_hold div.cat_list a#pizza_cat_button {
	float: none;
	display: block;
	clear: both;
	width: 557px;
	font-size: 16px;
}

a.pizza_button {
	display: block;
	width: 202px;
	height: 43px;
	background: url(../images/pizza/pizza_type.gif) no-repeat;
}

a.whole_pizza {
	background-position: top left;
}

a.half_pizza {
	background-position: top right;
}

a.whole_pizza:hover, a.whole_pizza_selected {
	background-position: bottom left;
}

a.half_pizza:hover, a.half_pizza_selected {
	background-position: bottom right;
}


p.head_message {
	padding: 5px 10px;
	background: #0b9e0b;
	border-bottom: 1px solid #beffbe;
	color: #fff;
	font-weight: 700;
	margin-bottom: -22px;
}

p.head_message_bad {
	padding: 5px 10px;
	background: #c81d18;
	border-bottom: 1px solid #ff908d;
	color: #fff;
	font-weight: 700;
	margin-bottom: -22px;

}

td.radio {
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	padding-left: 4px;

}

td.whole {
	margin: 0;
	padding: 0;
	height: 12px;
	padding-left: 4px;
	background:url(../images/pizza/side_icon.gif) center no-repeat;

}

td.left_half {
	margin: 0;
	padding: 0;
	width: 12px;
	height: 18px;
	background:url(../images/pizza/side_icon.gif) top no-repeat;

}

td.right_half {
	margin: 0;
	padding: 0;
	height: 12px;
	background:url(../images/pizza/side_icon.gif) bottom no-repeat;

}


td.none_half {
	margin: 0;
	padding: 0;
	height: 12px;
	background:url(../images/pizza/none_icon.gif) bottom no-repeat;

}

div.constructor_pane {
	margin-bottom: 10px;
	height: 16px;
	padding: 9px;
	background: url(../images/constructor_bg.gif) left no-repeat;
	clear: both;
}


div.constructor_pane a.constructor_next {
	font-size: 16px;
	height: 16px;
	width: 60px;
	text-align: right;
	color: #fff;
	display: block;
	float: right;
	margin-right: 5px;
}