@charset "UTF-8";
/* CSS Document */

#example_left {
	width: 615px;
	margin-left: 3px;
	float: left;
}

#example_left h2 {
	margin-left: 0px;
}

#example_right {
	width: 200px;
	margin-right: 3px;
	margin-bottom: 10px;
	float: right;
	border-top: 2px #006BBC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}

#example_right a {
	display:block;
	width: 170px;
	height: 20px;
	padding: 5px 5px 5px 25px;
	background-color: #FFFFFF;
	border-bottom: 1px #999999 dotted;
	background-image: url(../images/example_dot.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
	text-decoration: none;	
}

#example_right .cr {
	display:block;
	width: 170px;
	height: 20px;
	padding: 5px 5px 5px 25px;
	background-color: #CDE6FF;
	border-bottom: 1px #999999 dotted;
	background-image: url(../images/example_dot_cr.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
	text-decoration: none;
}

#example_right a:hover {
	background-color: #E4E4E4;
	color: #333333;
}

#right_photo {
	width: 200px;
	margin-right: 4px;
	float: right;	
}

.line_up {
	clear: both;	
}

.products {
	width: 190px;
	float: left;
	font-size: 12px;
	margin-right: 20px;
}

.products .p_photo {
	height: 125px;
	text-align: center;
	margin-bottom: 5px;	
}

.products .p_photo_other {
	height: 155px;
	text-align: center;
	margin-bottom: 5px;	
}

.products .p_photo_nonew {
	height: 125px;
	text-align: center;	
	margin-bottom: 5px;	
}

.products .p_num {
	font-weight: bold;	
}

.products .p_name {
	margin-bottom: 5px;
	font-weight: bold;
}

.products .p_price {
	border-top: 2px #E23E3F solid;
	padding-top: 5px;
	margin-bottom: 5px;
}

.products .p_text {
	border-top: 2px #E23E3F solid;
	padding-top: 5px;
	font-size: 10px;
	border-bottom: 2px #E23E3F solid;
	padding-bottom: 5px;
	margin-bottom: 25px;
	line-height: 1.4em;
}

.products .p_size {
	font-size: 10px;
	background-image: url(../images/wash.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 3px;	
}

.products .p_size_nowash {
	font-size: 10px;
	background-image: url(../images/nowash.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 3px;	
}

.products .p_strength {
	margin-bottom: 25px;
}