@charset "utf-8";
/*
 * .shop this css
 * Date: 10.13.2009
 * Author: Creative Team
 */

@import url("../css/base.css");

/* contact
--------------------------------------------------------------------------*/
p {
	width: 950px;
}

p.rd {
	font-weight: bold;
}

#cntnts {
	zoom: 100%;
	margin: 30px auto 0;
	width: 950px;
}

dl {
	float: left;
	margin-right: 34px;
	width: 466px;
}

dt, dd {
	float: left;
	border-top: 1px dotted #b2b2b2;
	padding: 7px 0;
}

dt {
	clear: both;
	background: url(images/contactdt_icn01.gif) 6px 13px no-repeat;
	padding-left: 15px;
	width: 147px;
}

dd {
	background: url(images/contactdt_icn02.gif) left 13px no-repeat;
	padding-left: 7px;
	width: 297px;
}

.fst {	border: none;}


div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}