#IDETAIL_NAME
{
	width: 350px;
	font-size: 12pt;
	font-weight: bold;
}

#IDETAIL_DESC
{
	width: 350px;
	height: 380px;
	overflow: auto;
}

.IDETAIL_LABEL, .IDETAIL_PROP_LABEL
{
	color: #1f709B;
	font-weight: bold;
	font-size: 9pt;
}

.IDETAIL_PRICE, .IDETAIL_PRICE_OLD
{
	color: #8ecb45;
	font-size: 14pt;
}

.IDETAIL_PRICE_OLD
{
	text-decoration: line-through;
}

#IDETAIL_CART_ADD
{
	cursor: pointer;
}

#IDETAIL_CART_ADD_TXT
{
	color: black;
	font-weight: bold;
	font-size: 9pt;
	cursor: pointer;
}

.IDETAIL_PROP
{
	margin-bottom: 5px;
	border-bottom: 1px solid #E0E0E0;
}

.IDETAIL_PROP_LABEL
{
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
}

.IDETAIL_PROP_VALUE
{
	float: left;
	width: 460px;
	text-align: justify;
	overflow: hidden;
}

.IDETAIL_HREF
{
	text-decoration: underline;
	color: #1F709B;
}

#IDETAIL_WEB
{
	height: 18px;
}

#FRAME_IDETAIL_SEND, #FRAME_IDETAIL_SEND_SHADOW
{
	position: absolute;
	left: 40px;
	top: 110px;
	width: 500px;
	height: 230px;
	padding: 2px 10px 10px 10px;
	background-color: white;
	border: 2px solid black;
	z-index: 2000;
}

#FRAME_IDETAIL_SEND_SHADOW
{
	left: 30px;
	top: 100px;
	width: 524px;
	height: 254px;
	background-color: black;
	opacity: .4;
	filter: alpha(opacity=30);
	border-width: 0;
	z-index: 1000;
}

#IDETAIL_SEND_TITLE
{
	position: absolute;
	width: 500px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid gray;
	line-height: 22px;
}

#IDETAIL_SEND_OPEN
{
	color: #1F709B;
	text-decoration: underline;
	cursor: pointer;
}

#FRAME_IDETAIL_BLOCKED
{
	background-color: white;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 1000;
}

.IDETAIL_CRUMBS
{
	margin-top: 10px;
	font-weight: normal;
	font-size: 9pt;
}

.IDETAIL_CRUMB
{
}

.IDETAIL_NAV
{
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 10pt;
}

.IDETAIL_NAV_PREV
{
	float: left;
	background-image: url(/picts/idetail-prev.png);
	width: 30px;
	height: 28px;
	margin-right: 5px;
}

.IDETAIL_NAV_NEXT
{
	float: right;
	background-image: url(/picts/idetail-next.png);
	width: 30px;
	height: 28px;
}
