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

.shop_comparisonList_table a,
.shop_comparisonList_list .link-decoration {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.shop_comparisonList_list ul {
	padding: 0px;
	margin: 0px;
}

.shop_comparisonList_list ul li {
	list-style: none;
	background-image: url(../images/shop/arrow_black_right.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	line-height: 1.8em;
}

.odd {
	background-color: #f5f5f5;
}

.even {
	background-color: #FFFFFF;
}

.error {
	border: 1px solid #C26666;
	background-color: #F5E5E5;
}

.error p {
	font-weight: bold;
	color: #C26666;
}

.confirmation {
	border: 1px solid #85A366;
	background-color: #EAEFE5;
}

.confirmation p {
	font-weight: bold;
	color: #85A366;
}

.shop_comparisonList_message {
	margin-top: 10px;
	padding: 10px;
}
 
.shop_comparisonList_title {
}

.shop_comparisonList_value {
	
}

.shop_comparisonList_table {
	margin-top: 10px;
}

.shop_comparisonList_table tr,
.shop_comparisonList_table tr td {
	border: 1px solid #CCCCCC;
	padding: 3px;
	vertical-align: top;
}

.shop_comparisonList_table tr th,
.shop_comparisonList_table tr th a {
	font-weight: bold;
	color: #FFFFFF; 
	background-color: #CCCCCC;
	padding: 3px;
	vertical-align: top;
	border-bottom: 0px;
}

th.shop_comparisonList_field_title,
th.shop_comparisonList_field_value {
	width: 143px;
}