/* Classes */

.image-l
{
	background-color: #fff;
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	padding: 5px;
}
.image-r
{
	background-color: #fff;
	display: block;
	float: right;
	margin: 0 0 10px 15px;
	padding: 5px;
}
.image-c
{
	margin-bottom: 10px;
	text-align: center;
}
.inset-l
{
	background-color: #fff;
	display: block;
	float: left;
	margin: 0 8px 5px 0;
	padding: 5px;
}
.inset-r
{
	background-color: #fff;
	display: block;
	float: right;
	margin: 0 0 5px 8px;
	padding: 5px;
}
.addtocartImg
{
	border: 0;
	cursor: pointer;
	display: block;
	margin: 10px 0;
	padding: 0px;
}
.el #contents
{
}
#contents .vertical td
{
	text-align: center;
}
.wrap #contents
{
}

/* IDs */

#contents
{
	background-color: #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	margin-bottom: 10px;
}
#contents #contents-table select option, #itemarea select option
{
	padding-right: 10px;
}
#contents a
{
	text-decoration: none;
}
#contents a:hover
{
	text-decoration: underline;
}
#contents #contents-table
{
	border-bottom: 10px solid #ffffff;
	border-collapse: collapse;
}
#itemtype #contents table
{
}
#contents td
{
	background-color: #ffffff;
	margin: 2px;
	padding: 5px;
}
#contents .horizontal-seperator
{
	border-bottom: 2px solid #ffffff;
}
#contents .vertical-seperator
{
	border-right: 2px solid #ffffff;
}
#contents.accessory *
{
	text-align: left;
}
#contents.accessory .details
{
	background-color: #fff;
	margin: 2px 10px;
	padding: 10px;
}
#contents.accessory .details a
{
	color: #000;
	font-size: 1em;
}
#contents.accessory .details h3
{
	font-size: 1em;
}
#contents.accessory .details .sale-price
{
	margin-bottom: 10px;
}
#contents .detail td
{
	border-bottom: 15px solid #E9E9E4;
	padding: 5px;
}
#contents .detail.last td
{
	border-bottom: 0 solid;
}
#itemtype #contents .detail td,
	#maintype #contents .image td
{
	padding-bottom: 10px;
}
#contents .last
{
	border: 0;
}
#contents .name *
{
	color: #000;
	font-weight: bold;
}
#contents .price
{
	font-weight: normal;
	margin: 10px 0 0;
	color:#666666;
	font-size:12px;

}
#itemtype .price em
{
	font-style: normal;
	margin: 10px 0;
	padding: 0 4px 0 0;
	color:#922d38;
	font-size:16px;
}
#contents .sale-price
{
	color: #126CA1
        font-size:16px;
}
#contents .sale-price-bold
{
	color: #126CA1
	font-weight: bold;
        font-size:14px;
}
#contents .price-bold
{
	font-weight: bold;
	margin: 10px 0 0;
	color:#000000;
	font-size:14px;
}
#itemtype .itemform .price
{
	margin: 10px 0;
	color:#922d38;
	font-size:14px;
}
#itemtype .itemform .price-bold
{
	font-weight: bold;
	margin: 10px 0;
	color:#126CA1;
	font-size:18px;

}
#itemtype .itemform .sale-price, #itemtype .itemform .sale-price-bold
{
	margin: 10px 0;
}
#itemtype .itemform .sale-price-bold
{
	font-weight: bold;
        font-size:18px;
        color:#922d38;
}
#itemtype .itemform .sale-price-bold em
{
	background: #ffffff;
	color: #126CA1;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 4px 0 0;
}
#itemtype .itemform .sale-price em
{
	color: #d13b00;
	font-style: normal;
	margin: 10px 0;
	padding: 0 4px 0 0;
}
#itemtype .code
{
	font-style: normal;
	margin: 10px 0;
}
#itemtype .code em
{
	font-style: normal;
	margin: 10px 0;
}
#itemtype .itemavailable
{
	color: #a9a9a5;
	margin: 8px 0;
}
#itemtype .itemavailable em
{
	color: #007400;
	font-style: normal;
	font-weight: bold;
	margin: 8px 0 8px 4px;
}
#itemtype .itemoption
{
	display: inline;
	font-weight: bold;
	color: #eee;
	font-size: 14px;
	margin: 2px 0;
}
#itemtype .multiLineOption
{
	display: block;
	font-weight: normal;
	margin: 5px 0;
}
.contenttitle-center
{
	text-align: center;
}
form
{
	margin: 0;
	padding: 0;
}
#caption .image-l
{
	background-color: #fff;
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0px;
}
#caption .image-r
{
	background-color: #fff;
	display: block;
	float: right;
	margin: 0 0 10px 15px;
	padding: 5px;
}

