/* PRODUCT PAGE */
#product-name {
	margin:0;
	padding:0 0 25px 0;
	font-size:20px;
}

#image-table {
	float:left;
	width:210px;
	border:1px solid #e8e0bf;
	padding:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	text-align:center;
	vertical-align:bottom;
}

#order-table {
	float:right;
	width:470px;
}

#order-table table tr td {
	border-top:1px solid #eae3c0;
	padding:8px 0;
}

#order-table table tr:first-child td {
	border-top:none;
	padding:0;
}

#order-table .ysw-span {
	display:block;
	padding:2px 0;
	font-size:13px;
}

#order-table #regular-price {
	text-decoration:line-through;
	color:#a09f9f;
}

#order-table #sale-price {
	font-size:15px;
	font-weight:bold;
	color:#980031;	
}

#tabbed-info {
	float:right;
	clear:both;	
	width:490px;
}

#cross-sell {
	margin:0;
	padding:30px 0 0 0;
	clear:both;	
}

#cross-sell h3 {
	margin:0;
	padding:0;
	color:#990033;
	font-size:18px;
}


/* SECTION PAGE */
#section-name {
	margin:0;
	padding:0;
	color:#990033;
	font-size:20px;
}

#section-page hr, #cross-sell hr {
	border:1px solid #eae3c0;
}

#section-caption {
	margin:0;
	padding:5px 10px 10px 10px;
	color:#353535;
}

.contents-row {
	clear:both;
	height:260px;
}

.contents-item {
	width:160px;
	height:100%;
	margin:10px 0;
	padding:10px;
	float:left;
	text-align:center;
	border-left:1px solid #eae3c0;	
}

.contents-row .contents-item:first-child {
	border-left:none;
}

.contents-item a {
	color:#353535;
	text-decoration:none;
}

.contents-item span {
	display:block;
	clear:both;
}

.contents .name {
	padding:5px 0;
	color:#353535;
}

.contents-price b {
	color:#99000e;
	font-weight:normal;
}

.contents-regular-price {
	color:#767676;
	text-decoration:line-through;
}

.contents-sale-price {
	font-size:13px;
}

.contents-sale-price b{
	color:#99000e;
	font-weight:normal;
}
