.product_item {
  width : 120px !important;
}

.my_product_list     { width         : 100%; }
.my_product_item     { margin-bottom : 1em; margin-left : 15px; }

.my_product_item_table {
	width         : 98%;
	margin        : 0 auto 10px auto;
	border        : solid 1px #444;
}

.my_product_name_table {
	padding          : 10px 0;
	background-color : #eee;
	border-bottom    : solid 1px #ddd;
}

.my_product_name_table a {
	text-decoration : none;
	margin-left     : 20px;
	padding-left    : 15px;
	font-size       : 16px;
	color           : #000;
	border-left     : solid 5px #d50000;
}

.my_product_name_underline {
	color          : #000;
	padding-bottom : 2px;
	border-bottom  : dotted 1px #444;
}

.my_product_picture_box_table {
	width            : 200px;
	height           : 150px;
}

.my_product_picture_box_table img {
	width  : auto;
	height : 120px;
	border : solid 1px #aaa;
}

.my_detail_button {
	width  : 120px;
	height : 20px;
	margin : 25px 40px 0 0;
}

.my_expl {
	text-align    : right;
	margin-right  : 20px;
	margin-left   : 50px;
	padding       : 0 20px 10px 0;
	border-bottom : solid 1px #888;
	font-size     : 120%;
}

.my_price {
	border-bottom : solid 1px #444;
	margin        : 0 20px 10px 0px;
	padding       : 5px 20px;
	text-align    : right;
}

.my_price p {
	font-size : 150%;
}
