/* Document css */
/* Custom style for mod load html */
body.firefox{
	margin: 0;
	padding: 0;
}
/* Custom style for Qimgscroller  */
.scroll_wrapper{
	border: 1px #dbb772 solid;
}
.scroll_wrapper .scrollable{
	background: #f5daa7;
	padding-bottom: 4px;
	overflow: hidden;
}
.items div.img{
	padding: 4px;
}
/* End */
/* Style for bottom mod contact*/
.module_contact table tr td{
	padding: 0;
}
/* Custom style for Opens Time mod */
.module_opens{
	color: #8c5c00;
}
.module_opens h3{
	background: #b62b00 url(../images/times_open.png) no-repeat 10px 8px;
	padding-left: 35px;
	margin-bottom: 6px;
}
.mega_modules_right  .module_opens table{
	margin-bottom: 0;
}
.mega_modules_right  .module_opens  .megamodules_i{
	padding: 0;
}
.module_opens table tr th,
.module_opens table tr td{
	padding: 10px 8px;
}
.module_opens table tr td.tdleft,
.module_opens table tr td.tdlefttop{
	border-right: 1px #FFF solid;
}
.module_opens table tr td.tdlefttop,
.module_opens table tr td.tdrighttop{
	border-bottom: 1px #FFF solid;
}

.module_opens table tr th{
	background: #f6daa4;
	text-align: left;
	color: #8c5c00;
	font-size: 16px;
	font-weight: normal;
}
/* End */