@charset "UTF-8";



/* Detail
----------------------------------------------- */
#wrapper #content #rightside #item-detail {
}

#wrapper #content #rightside #item-detail h2 {
	background: url('../images/item-detail/rightside-top2.jpg') left top repeat-y;
	width: 715px;
	overflow: hidden;
	font-size: 150%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color:#ffffff;
}

/* Detail > Part of cover
----------------------------------------------- */
#wrapper #content #rightside #item-detail .cover {
	background: url('../images/item-detail/rightside-middle.jpg') left top repeat-y;
	padding: 15px;
}

/*
#wrapper #content #rightside #item-detail .cover a,
#wrapper #content #rightside #item-detail .cover #description a {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	width: 98px;
	height: 19px;
}
#wrapper #content #rightside #item-detail .cover a {
	background: url('../images/item-detail/button-zoom.jpg') left top no-repeat;
	margin-top: 5px;
}

#wrapper #content #rightside #item-detail .cover a:hover {
	background: url('../images/item-detail/button-zoom-hover.jpg') left top no-repeat;
}
*/
#wrapper #content #rightside #item-detail .cover #description {
	margin-top: 10px;
	padding-right: 10px;
}

#wrapper #content #rightside #item-detail .cover #description a {
	background: url('../images/item-detail/button-more.jpg') left top no-repeat;
}

#wrapper #content #rightside #item-detail .cover #description a:hover {
	background: url('../images/item-detail/button-more-hover.jpg') left top no-repeat;
}

#wrapper #content #rightside #item-detail .cover .right table {
	margin-right: 10px;
	width: 340px;
}

#wrapper #content #rightside #item-detail .cover .right table th,
#wrapper #content #rightside #item-detail .cover .right table td {
	padding: 3px 10px;
	border: 1px solid white;
}

#wrapper #content #rightside #item-detail .cover .right table th {
	background: #CFCFCF;
	padding: 3px 30px;
}

#wrapper #content #rightside #item-detail .cover .right table td {
	background: #F3F3F3;
	width: 180px;
	padding: 3px 20px;
}

#wrapper #content #rightside #item-detail .cover .right table td img {
	margin-right: 10px;
}


/* Detail > Part of cart
----------------------------------------------- */
#wrapper #content #rightside #item-detail .cart {
	background: url('../images/item-detail/rightside-bottom.jpg') left top repeat-y;
	height: 55px;
}

#wrapper #content #rightside #item-detail .cart ul {
	width: 530px;
	margin: 0 auto;
}

#wrapper #content #rightside #item-detail .cart li {
	float: left;
	width: 230px;
	margin-top: 15px;
}

#wrapper #content #rightside #item-detail .cart li#number {
	width: 120px;
}

#wrapper #content #rightside #item-detail .cart li#cartin {
	width: 170px;
}


#wrapper #content #rightside #item-detail .cart li input {
	margin-top: -5px;
}


/* Detail > More
----------------------------------------------- */
#wrapper #content #rightside #item-detail #more {
	margin-top: 30px;
}

#wrapper #content #rightside #item-detail #more #image {
	text-align: center;
}

#wrapper #content #rightside #item-detail #more p {
	margin: 10px 0;
}

#wrapper #content #rightside #item-detail #more h3 {
	background: url('../images/item-detail/ber-background.jpg') left top no-repeat;
	height: 29px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
	padding-top: 7px;
	padding-left: 20px;
}

#wrapper #content #rightside #item-detail #more .box .thumbnail h4 {
	padding: 2px;
	border: 1px solid #C1C1C1;
}

#wrapper #content #rightside #item-detail #more .box .description {
	padding: 6px 5px;/*10px;*/
	/*font-size: 95%;*/
	line-height: 1.4em;
}

#wrapper #content #rightside #item-detail #more .box li {
	width: 115px;
	float: left;
	margin-right: 2px;
	margin-bottom: 10px;
}

#wrapper #content #rightside #item-detail #more #colors {
	margin-bottom: 20px;
}

#wrapper #content #rightside #item-detail #more #colors p {
	margin: 0;
	line-height: 1.5em;
	font-size: 90%;
}

#wrapper #content #rightside #item-detail #more .thumbnail-mozaic h4,
#wrapper #content #rightside #item-detail #more .thumbnail-blueray h4 {
	zoom: 1;
	border: 1px solid #C1C1C1;
	padding: 7px;
}

#wrapper #content #rightside #item-detail #more .thumbnail-mozaic h4 {
	background: -moz-linear-gradient(top, #fff5ff, #fff5ff 50%, #ffb5ff);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #fff5ff),color-stop(0, #ffb5ff));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff5ff', endColorstr='#ffb5ff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff5ff', endColorstr='#ffb5ff')";
}

#wrapper #content #rightside #item-detail #more .thumbnail-blueray h4 {
	background: -moz-linear-gradient(top, #e8f0ff, #e8f0ff 50%, #7a99d6);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #e8f0ff),color-stop(0, #7a99d6));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8f0ff', endColorstr='#7a99d6');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8f0ff', endColorstr='#7a99d6')";
}