@charset "UTF-8";

/* LAYOUT CSS - BRAND */

#watch p {
	font-size: 12px;
	line-height: 180%;
	color: #333333;
}

#watch h2,#watch h3 {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	color: #001440;
	background-image: none;
}

#watch h2 {
	margin-bottom: 50px;
}

#watch h3 {
	margin-bottom: 30px;
}

.makerName {
	margin-bottom: 20px;
	padding: 0px;
	width: 520px;
	margin-top: 0px;
}
.makerName ul {
	padding: 0px;
	margin: 0px;
	width: 520px;
}
.makerName li {
	font-size: 10px;
	line-height: 100%;
	margin: 0px;
	float: left;
	height: 15px;
	width: 258px;
	list-style-type: none;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.makerNameTborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.makerNameLborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.makerNameTLborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
