@font-face {
    font-family: 'desyrelregular';
    src: url('../font/desyrel-webfont.eot');
    src: url('../font/desyrel-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/desyrel-webfont.woff') format('woff'),
         url('../font/desyrel-webfont.ttf') format('truetype'),
         url('../font/desyrel-webfont.svg#desyrelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*chalkboard Styles*/

	
.zse-chalkboard {
	font-family: 'Times New Roman','Times',serif !important;
	font-weight: normal;
	text-align: center;
	background: #222 url('../images/chalkboard/bg-chalkboard.jpg') repeat-y center top;
	color: #FFF;
	letter-spacing: 2px;
	width: 295px;
	margin: 0 auto;
	overflow: hidden;
	word-wrap: break-word;
	box-shadow: inset 0 0 12px 11px rgba(0,0,0,0.5);
}
.zse-chalkboard h3 {
	font-family: 'Times New Roman','Times',serif !important;
	color: #FFF !important;
	font-size: 21px !important;
	line-height: 26px !important;
	padding-bottom: 24px;
}
.zse-chalkboard h3 span.zse-price {
	font-family: 'Times New Roman','Times',serif !important;
	display: block !important;
	line-height: 34px !important;
}
.zse-chalkboard .zse-title {
	background: transparent url('../images/chalkboard/header-bg.png') no-repeat top center;
	height: 70px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.zse-chalkboard .zse-item {
	background: transparent url('../images/chalkboard/item-bg.png') repeat-y center center;
	width: 295px;
	display: inline-block;
	text-align: center;
	padding: 24px 0 0 0;
}
.zse-chalkboard .zse-item:after {
	content: " ";
	position: absolute;
	width: 182px;
	margin-left: -91px;
	border-bottom: 2px solid #FFF;	
}
.zse-chalkboard .zse-item:last-child {
	background: transparent url('../images/chalkboard/bottom-bg.png') no-repeat bottom center;
	padding-bottom: 40px;
}
.zse-chalkboard .zse-item:last-child:after {
	border: none;	
}
.zse-chalkboard .zse-item img {
	margin-left: 12px !important;
	float: left !important;
}
.zse-chalkboard .zse-item.large {
	text-align: center !important;
} 
.zse-chalkboard .zse-item.zse-large h3 {
	display: inline-block !important;
	text-align: center !important;
	margin-top: 10px !important;
} 

.zse-chalkboard .zse-item.zse-small {
	width: auto !important;
}

.zse-chalkboard .zse-item.zse-small h3 {
	text-align: left !important;
	float: left !important;
	margin-left: 14px !important;
	max-width: 210px !important;
}