@charset "utf-8";
/* CSS Document */
#ContentProperties{
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	background-image: url(../images/content-properties-detai-ltop.gif);
	background-repeat: repeat-x;
}
.ContentPropertiesTitle {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #024143;
	padding-left: 5px;
	padding-top: 5px;
}

/** ContentPropertiesBox class Dinamic version - Start */
.ContentPropertiesTable 
{
	width: 98%;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
}

.ContentPropertiesHeaderColumn 
{
	border-top: solid 1px #ddcab3;
	border-left: solid 1px #ddcab3;
	border-right: solid 1px #ddcab3;
	background-color: #f1f1f1;
	height: 3px;
}

.ContentPropertiesColumn 
{
	padding-left: 4px;
	padding-right: 4px;
	border-left: solid 1px #ddcab3;
	border-right: solid 1px #ddcab3;
	background-color: #f1f1f1;
	width: 50%;
}

.ContentPropertiesFooterColumn 
{
	border-top: solid 1px #ddcab3;
}

.ContentPropertiesCellUpperPadding 
{
	padding-top: 5px;
}

.ContentPropertiesCellLowerPadding 
{
	padding-bottom: 8px;
}

.StrockNoMargins 
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDCAB3;
	height: 1px;
}
/** ContentPropertiesBox class Dinamic version - End */

/** ContentPropertiesBox class Original version - Start */
.ContentPropertiesBox {
	float: left;
	width: 272px;
	background-color: #f1f1f1;
	border: 1px solid #ddcab3;
	margin-top: 7px;
	margin-left: 5px;
	padding-left:4px;
	padding-top:8px;
	padding-bottom: 5px;
	padding-right: 4px;
}
* html .ContentPropertiesBox {
	margin-left: 4px;
}
/** ContentPropertiesBox class Original version - End */

.ContentPropertiesBoxPic2 {
	border: 1px solid #CCCCCC;
	padding: 2px;
	width: 132px;
	background-color: #FFFFFF;
}
.ContentPropertiesCode {
	font-weight: bold;
	color: #2A797D;
}
.ContentPropertiesPrice {
	color: #F9A11B;
	font-weight: bold;
}

/** NextPage class - Start */
.CurrentPage {
	color: #FFFFFF;
}
.CurrentPage:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/** NextPage class - End */

/** ModalPopup class - Start */
.modalBackground {
	background-color: #000000;
	filter:	alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffe9cd;
	padding: 3px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.modalImageProperty
{
	cursor: hand;
}
/** ModalPopup class - End */

/** DynamicUpdate panel - Start */
.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-position: center, center;
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
}
/** DynamicUpdate panel - End */

.NextPage {
	margin-right: auto;
	width: 544px;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	color: #004143;
	text-decoration: none;
	font-weight: bold;
}
.NextPage:hover{
	color: #F9A11B;
	text-decoration: underline;
}
.ContentPropertiesTitlePrice {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F9A11B;
}
.ContentPropertiesBoxPicForm {
	border: 2px solid #CCCCCC;
	padding: 2px;
	width: 290px;
	background-color: #FFFFFF;
}
.ContentPropertiesTex1
{
	width: 560px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f1f1f1;
	border: 1px solid #F9A21B;
	text-align: justify;
	margin-bottom: 5px;
	overflow: auto;
}
/* background-color: #f1f1f1; */

.ContentPropertiesPicThumb {
	width: 166px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color:#FFFFFF;
}
/* FORM */ 
.Form_inputexfild{
	height:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9A21B;
	border-right-color: #F9A21B;
	border-bottom-color: #F9A21B;
	border-left-color: #F9A21B;
}

.Sold {
	float: left;
	background-color: #ff2400;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #C61E00;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 136px;
	text-align: center;
	margin-top: 2px;
}