* {margin:0;outline:none;padding:0;}
code,kbd,samp,pre,tt,var,textarea,input,select,isindex {font:inherit;font-size:1em}
dfn,i,cite,var,address,em {font-style:normal}
th,b,strong,h1,h2,h3,h4,h5,h6 {font-weight:bold}
a,img,a img,iframe,form,fieldset,abbr,acronym,object,applet {border:none}
caption,th,td,center {text-align:left;vertical-align:top}
q {quotes:"" ""}
ul,ol,dir,menu {list-style:none}
sub,sup {vertical-align:baseline}
a {color:inherit}
hr {display:none}

body {
	background: #141414;
}

.zMain {
	width: 980px;
	background: url(/breakfast/skin/site/main/img/zmain-bg.jpg) no-repeat top center;
	margin: -6px auto 0px;
	font-size: 16px;
	font-family: Georgia;
	color: #2c2b28;
	padding-bottom: 40px;
}

.zFooter {
	width: 790px;
	margin: 0px auto;
	font-family: Georgia;
	background: #000;
	padding: 30px 30px;
	font-size: 12px;
	color: #f6c2c4;
}

.zFooter a {
	text-decoration: none;
	color: #666;
}

.zFooter a:hover {
	color: #fff;
}

.zClear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.zInner {
	width: 516px;
	background: url(/breakfast/skin/site/main/img/zbg.png) no-repeat bottom left;
	border-top: 10px solid #000;
	padding: 190px 0px 45px 0px;
	position: relative;
	margin: 1px 0px 0px 247px;
	min-height: 350px;
}

.zInner .zTop {
	width: 516px;
	height: 144px;
	background: url(/breakfast/skin/site/main/img/ztop.png) no-repeat top center;
	position: absolute;
	top: 0px;
	left: 0px;
}

.zDoorknob {
	width: 337px;
	height: 258px;
	background: url(/breakfast/skin/site/main/img/zdoorknob.png) no-repeat;
	position: absolute;
	top: 25px;
	left: 179px;
}

.zContent {
	position: relative;
	z-index: 10;
	padding: 0px 40px;
}

.zContent table {
	width:100%;
}

.zContent table td {
	padding-bottom: 10px;
}

.zCheckbox {
	width: 19px;
	padding-left: 5px;
	vertical-align: middle;
}

.zText {
	line-height: 13px;
	padding-top: 5px;
	vertical-align: middle;
}

.zPrice {
	width: 113px;
	padding-left: 30px;
}

i.zRed {
	color: #c33017;
}

.zTitle {
	font-size: 23px;
	padding-bottom: 20px !important;
	line-height: 23px;
	font-weight: bold;
}

.zPriceTitle {
	font-size: 16px;
	padding-bottom: 20px !important;
	padding-left: 30px;
	vertical-align: bottom;
}

.zHorline {
	background: url(/breakfast/skin/site/main/img/zline.png) no-repeat left center;
	text-align: right;
	padding: 0px 55px 8px 0px;
	margin: 15px 0px 5px 5px;
	font-size: 19px;
}

.zFormName {
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
	padding-bottom: 10px !important;
	width: 130px;
	vertical-align: middle;
}

.zFormInput {
	font-size: 14px;
	padding-bottom: 10px !important;
}

.zFormInput div {
	width: 227px;
    height: 26px;
	background: url(/breakfast/skin/site/main/img/zinput.png) 0 0 no-repeat;
	padding: 4px 0px 0px 6px;
}

.zFormInput div input {
	width: 211px;
	border: none;
	background: none;
}

.zFormInput select {
	font-size: 16px;
}

.zConfirm {
	width: 419px;
	height: 51px;
	background: url(/breakfast/skin/site/main/img/zconfirm.png) no-repeat;
	margin: 10px auto 0px;
}

.zConfirm input {
	border: none;
	background: none;
	margin: 7px 0px 0px 16px;
	width: 105px;
	height: 40px;
	cursor: pointer;
}

.b-login
{
	width:      240px;
	background: #fff;
	padding:    20px;
	margin:     0 auto;	
	margin-top: 100px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #666;
	font-size: 18px;
}

	.b-login div
	{
		margin-bottom: 10px;
	}

	.b-login label
	{
		display: block;
		margin-bottom: 2px;
	}
	
	.b-login button
	{
		padding: 2px;
		font-size: 18px;
		color: #666;
	}
	
	.b-login input
	{
		font-size: 22px;
	}
	
.b-panel
{
	width: 700px;
	margin: 50px;
	background: #fff;
	padding: 40px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #333;	
}

	.b-panel .b-menu
	{
		margin-bottom: 10px;
		border-bottom: 1px dotted #999;
		padding-bottom: 6px;
	}
	
	.b-panel .b-menu a
	{
		margin-right: 5px;
	}
	
	.b-panel .b-menu a:hover
	{
		text-decoration: none;
	}
	
	.b-panel table
	{
		border-collapse: collapse;
		width: 100%;
	}
	
	.b-panel table thead
	{
		background: #ccc;
	}
	
	.b-panel table th
	{
		padding: 6px;
		width: 30%;
	}
	
	.b-panel table td
	{
		padding: 4px;
	}
	
	.b-panel .b-form label
	{
		display: inline-block;
		width: 50px;
	}
	
	.b-panel .newspaper label
	{
		width: 110px;
	}
	
	.b-panel .b-form div
	{
		margin-bottom: 5px;
	}
	
	.b-panel .b-form button
	{
		padding: 2px;
	}
	
	.b-panel .b-errors
	{
		margin-top: 5px;
		margin-bottom: 10px;
		padding: 10px;
		background: #FF3333;
		color: #fff;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	
	.b-panel .disable
	{
		display: none;
	}
	
.enable
{
	display: block;
}

#items-form .b-errors,
#items-form .is-success
{
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: red;
	font-weight: bold;
}

#items-form .is-success
{
	color: green;	
}

.b-panel h3
{
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana;
	margin-top: 10px;
	margin-bottom: 10px;
}

.b-successfully
{
	padding: 10px;
	margin-bottom: 10px;
	background: #33CC33;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #fff;
}