@font-face				{ font-family:bnt; src:url('/big_noodle_titling.ttf')  format('truetype');}

body 					{font:12px arial;}


h1, h2, h3, h4, h5		{ font-weight:bold;font-family: sans-serif;color:#35322b; text-transform: uppercase; color:#35322b; padding:10px 0 5px 0;}
h1						{ font-size:24px; }	
h2						{ font-size:20px; }	
h3						{ font-size:18px; }	
.dot:after				{ content: "."; color:#f38833;}

h1 span, h2 span, h3 span, h4 span, h5 span { color:#f38833; }

a						{ text-decoration:none; color:#35322b; }
a:hover					{ text-decoration:underline; }

.para1					{ border-left:2px solid #f38833;padding-left:8px;margin-bottom:00px;}

th						{ text-align:left;color:#6f6a60; }
table					{ width:100%; }
table th				{ border-bottom:2px solid #CCC; }
table td				{ border-bottom:1px solid #CCC;padding:3px;  }
table tr:nth-child(2n) td { background-color: #f0ede6; }

.clean-table			{  }
.clean-table th			{ border:none !important;  }
.clean-table td			{ border:none !important; background:none !important;  }

/* paginator */
.paginator				{ text-align:center; margin: 10px; color:#CCC;}
.paginator a			{ color: #35322b;}
.paginator a:hover		{ }
.paginator .prev		{ padding-right:10px;}
.paginator .next		{ padding-left:10px; }
.paginator .current		{ font-weight:bold;color: #f38833;}
.paginator span			{ padding:2px; }

.right					{ float: right;clear:both; }
.left					{ float: left; clear:both;}

.price					{ width:150px; height:40px; text-align:center; padding-top:12px;font:bold 24px arial;color: #8e3f00;display:block;background:transparent url('/img/price_bg_small.png') no-repeat right;}
.miniPrice				{ width:150px; text-align:right;font:bold 20px arial;color: #8e3f00;display:block}
.miniPrice:after		{content:'';clear:both;}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

