@charset "UTF-8";

body {
	text-align: center;
}

h1, h2 {
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 20px;
}


h1 a, h2 a {
	color: dark blue;
	text-decoration: none;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Helvetica, sans-serif;
}

p {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	clear: left;
}

p.price {
	font-size: 14px;
}

p.prod {
	font-size: 9px;
}

p.lv {
	font-size: 7px;
}

.lv a, .lv a:hover {
	color: #CCC;
}

a:hover {
	color: red;
}

a {
	color: blue;
}

a img {
	border-width: 0px;
}
div#desc {
	width: 70%;
}

img.wish {
	margin: 3px 20px;
}

.wish-table {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
}
.wish-table ul {
	padding: 0px;
	text-align: center;	
}

.wish-table li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	clear: left;
	width: 700px;
}
.wish-table li div {
	float: left;
	padding: 0px;
}
.title-pic, .list-pic {
	width: 175px;
}
.title-desc, .list-desc {
	width: 350px;	
}
.list-desc {
	margin-top: 5px;
}
.title-price, .list-price {
	width: 175px;
}
.title-wish, .list-wish {
	width: 175px;
}
.title-price, .title-desc, .title-pic, .title-wish {
	font-weight: bold;
}
.row-hover{
	background-color: white;
	border-top: 1px solid black;
}
.row-hover:hover{
	background-color: #cccccc;
}
