#TITLE
{
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	color: #830100;
}

#FRAME_IDETAIL
{
	position: relative;
	left: 15px;
	top: 30px;
	width: 570px;
}

#IDETAIL_FRAME_TOP
{
	height: 390px;
}

#IDETAIL_PICT
{
	position: absolute;
	left: 0;
	top: 0;
}

#IDETAIL_PRICE
{
	position: absolute;
	left: 300px;
	top: 50px;
	width: 150px;
	text-align: right;
	font-size: 29pt;
	color: #72a451;
	letter-spacing: -2px;
}

#IDETAIL_PRICE_CURR1
{
	position: absolute;
	left: 300px;
	top: 100px;
	width: 150px;
	text-align: right;
	font-size: 15pt;
	color: gray;
	letter-spacing: -2px;
}

#IDETAIL_PRICE_OLD
{
	position: absolute;
	left: 300px;
	top: 30px;
	width: 150px;
	text-align: right;
	font-size: 15pt;
	color: red;
	text-decoration: line-through;
	letter-spacing: -2px;
}

#IDETAIL_CART_ADD
{
	position: absolute;
	left: 470px;
	top: 55px;
	cursor: pointer;
}

#IDETAIL_PROPS_FRAME
{
	position: absolute;
	left: 0;
	top: 220px;
	width: 270px;
}

#IDETAIL_PROPS2_FRAME
{
	position: absolute;
	left: 280px;
	top: 220px;
	width: 280px;
}

.IDETAIL_PROP_TXT
{
	display: block;
	margin-right: 5px;
	float: left;
	color: #830100;
	font-weight: bold;
}

.IDETAIL_PROP
{
	display: block;
	margin-bottom: 2px;
}

#IDETAIL_DESC
{
	margin-bottom: 5px;
}

#IDETAIL_PICTURES_FRAME
{
	position: relative;
	top: 10px;
	width: 550px;
}

#IDETAIL_PICTURES_THUMB_FRAME
{
	position: relative;
	left: 240px;
	width: 330px;
	top: -35px;
}

.IDETAIL_PICTURE_THUMB
{
	margin-right: 0px;
}

#IDETAIL_PICTURES_TXT
{
	color: #830100;
	display: block;
	font-weight: bold;
}

.IDETAIL_PICTURE
{
	position: absolute;
	left: 0px;
	top: 45px;
}


#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;
}
