/*
==========================
===== GLOBAL STYLING =====
==========================
*/
/* =================================================================== HTML ELEMENTS --- */


/* =================================================================== DESIGN ELEMENTS --- */
#pic_shop {
	width: 341px;
	height: 280px;
	background: url(../_img/pic_shop.jpg);
}
#ad {
	background: #feffe5;
	border-top: 1px solid #879479;
	border-bottom: 1px solid #879479;
	padding: 0 15px 0 15px;
	margin: 0 0 15px 0;
	font-weight: bold;
	letter-spacing: 0;
}
#adTable {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 1.2em;
}
#adTable td {
	padding: 5px;
}
thead td {
	font-size: 1.2em;
	border-bottom: 1px dashed #737f66;
	color: #737f66;
}
.alignRight { text-align: right; }