@charset "utf-8";
@import url("./import/base.css");
@import url("./import/layout.css");
@import url("./import/board.css");
/********************************************************************
Vricks Republic Publishing S&A
Beginning : 2009-05-01
Final : 2009-05-01
*********************************************************************/

#galleryList {
	background-color: #0074EF;
	color: #ffffff;
	width: 740px;
	height: 94px;
	position: relative;
}
#galleryList #titGallery {
	position: absolute;
	left: 15px;
	top: 28px;
}
#galleryList #titGallery h4 {
	font-size: 130%;
	padding-bottom: 5px;
	
}
#galleryList #titGallery p {
	font-size: 90%;
	width: 190px;
}
#galleryList ul {
	position: absolute;
	left: 220px;
	top: 28px;
}
#galleryList ul li {
	float: left;
	margin-right: 4px;
}
#galleryList ul li a span {
	position: relative;
	top: 0;
	left: 0;
}
#contactUs {
	margin-top: 20px;
}
#contactUs .map, #contactUs table {
	float: left;
}
#contactUs table {
	margin-left: 20px;
	margin-bottom: 20px;
	width: 360px;
}
#contactUs table td {
	background: #F1F4F9 url("../../images/store/bg_th_dot.gif") repeat-x 0 100%;
	font-size: 90%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}
#contactUs table td.noDot {
	background-image: none;
}