﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2011-04-05 16:00                                                    */
/* Last changed by: Jana Tomsu                                                   */
/*                                                                                      */
/****************************************************************************************/



/*======================================================================================*/
/* forms offer add, request add 29,30			                                                                */
/*======================================================================================*/

#insertForm
{
	width:799px;
	margin:10px 0;
	position: relative;
}

#insertForm table{
    width: 100%;
}

.offerAdd h2,
.requestAdd h2
{
	margin: 0;
	height: 44px;
	color: #fff;
	text-align: center;
	font-size: 200%;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight:bold;
	text-transform: uppercase;
	line-height: 44px;
	background: #9a2796 url(images/offer-add-h2.png) no-repeat right top;
}

.locality-state-holder{
    min-height: 200px;
}

.requestAdd h2
{
	background: #178bbc url(images/request-add-h2.png) no-repeat right top;
}

#insertForm h3
{
	padding: 0px 0 25px 0;
	color: #a12c9d;
	font-size: 17px;
	font-weight:bold;
	text-transform: uppercase;
}


#insertForm h3.smalerH3
{
	text-transform: none;
}

#insertForm .horSep
{
	padding:10px 0;
	clear:both;
	background: url(images/roundedBox-horizontal-sep2.png) no-repeat center center;
}

#insertForm .horSep.short
{
	background: url(images/roundedBox-horizontal-sep.png) no-repeat center center;
}

.addLeft
{
	width:370px;
	float:left;
}

.addRight
{
	width:335px;
	padding: 0 0 0 30px;
	float:left;
}

.addRight.noPadded
{
	width:365px;
	padding: 0 0 0 0px;
}

.addCenter
{
	padding: 0 0 0 100px;
}

.w360
{
	width: 360px;
}

.semiBorder
{
	padding: 3px 0 15px 20px;
	border-left: 1px solid #ccc;
	background: url(images/label-top.png) no-repeat left top;
}

.selectDummy
{
	color: #bbb;
}

.semiBorder .label,
#insertForm .semiBorder .label.forSlider 
{
	padding-top: 0px;
}



#insertForm .content
{
	width:737px;
	padding: 10px 20px 20px 40px;
    position: relative;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    color: #6a6969;
    background:#f0f0f0;
}


#insertForm .bottom,
#insertForm .bottom div
{
	width:100%;
	height: 8px;
	overflow:hidden;
	
}

#insertForm .bottom
{
	position:absolute;
    bottom:0;
    left:0;
    background: url(images/item-corner-bottomleft.png) no-repeat left top;
    z-index:100;
}

#insertForm .bottom div
{
    background: url(images/item-corner-bottomright.png) no-repeat right top;
}

.showCheckboxBox
{
	width: 280px;
	margin: 5px 0;
	padding: 10px 5px;
	border: 1px solid #ccc;
}

.checkboxItemHolder
{
	width: 55px;
	float: left;
	text-align: center;
	font-weight: bold;
}

.checkboxItemHolder label
{
	line-height: 15px;
	display: block;
	height: 30px;
	overflow: hidden;
	margin: 0;
}

/*======================================================================================*/

.addStep
{
	width:731px;
	height:45px;
	color: #848484;
	font-weight: bold;
	background: url(images/add-half.png) no-repeat left bottom; 
}

.addStep.full 
{
	background: url(images/add-full.png) no-repeat left bottom; 
}

.addStep .active
{
	color: #8fb816;
}

.addStep .right
{
	float:right;
}

/*======================================================================================*/

.wizardLocation
{
	width:731px;
	height:45px;
	color: #848484;
	font-weight: bold;
	position: relative;
	font-size: 15px;
	background: url(images/add1.png) no-repeat left bottom; 
}

.wizardLocation.wizardLocationStep2 
{
	background: url(images/add2.png) no-repeat left bottom; 
}

.wizardLocation.wizardLocationStep3
{
	background: url(images/add3.png) no-repeat left bottom; 
}

.wizardLocation.wizardLocationStep4
{
	background: url(images/add4.png) no-repeat left bottom; 
}


.wizardLocation a
{
	color: #7f7f7f;
	position: absolute;
	top: 0;
}

.wizardLocation a.active
{
	color: #72b14c;
}

.wizardLocation a.aspNetDisabled 
{
	text-decoration: none;
}

.wizardLocation a.step1Link{ left: 0;}
.wizardLocation a.step2Link{ left: 210px;}
.wizardLocation a.step3Link{ left: 430px;}
.wizardLocation a.step4Link{ right: 10px;}


/*======================================================================================*/

#insertForm table tr td
{
	margin:0;
	padding:0;
	border:0;
}

#insertForm table tr table
{
	width:100%;
}

#insertForm .label
{
	width:170px;
	padding:0 10px 10px 0;
	float:left;
	font-weight:bold;
}

#insertForm .addCenter .label
{
	width: 90px;
	padding: 0 10px 0 0;
}

#insertForm .addCenter .label.auto
{
	width: auto;
}

#insertForm .addLeft.labelPadded .label
{
	width: 60px;
	padding: 0 10px 10px 80px;
}

#insertForm .label .small
{
	font-weight:normal;
}


#insertForm .addLeft .label
{
	width:95px;
}

#insertForm .addRight .label
{
	width:105px;
}


#insertForm .label.forSlider
{
	padding:20px 10px 0 0;
}

#insertForm .inputHolder
{
	width:230px;
	margin: 0 5px 5px 0;
	float:left;
}

#insertForm .inputHolder input
{
	width: 210px;
	padding: 0 8px;
}

#insertForm .inputHolder input.searchDefault.empty
{
	color: #aaa;
}

#insertForm .inputHolder.halfwidth
{
	width:144px;
}

#insertForm .inputHolder.halfwidth input
{
	width: 128px;
	padding: 0 7px;
}

#insertForm .addLeft.labelPadded .inputHolder
{
	width:170px;
}

#insertForm .addLeft.labelPadded .inputHolder input
{
	width: 155px;
	padding: 0 7px;
}

#insertForm .inputHolder.w370
{
	width:370px;
}

#insertForm .inputHolder.w370 input
{
	width: 350px;
	padding: 0 8px;
}

#insertForm .inputHolder.price
{
	width:80px;
}

#insertForm .inputHolder.price input
{
	width: 64px;
	padding: 0 8px;
}

#insertForm .inputHolder.long
{
	width: auto;
}

#insertForm .floatleft label
{
	margin: 0 0 0 2px;
}

#insertForm .inputHolder.long textarea
{
	width:720px;
	max-width: 730px;
	height: 140px;
	margin: 5px 0 0 0;
	padding: 0 5px;
	font-size: 13px;
	font-family: Arial, Sans-Serif;
}

#insertForm textarea
{
	font-size: 13px;
	font-family: Arial, Sans-Serif;
}

#insertForm .inputHolder.long input
{
	width: 484px;
	padding: 0 8px;
}

#insertForm .lettercount
{
	position:absolute;
	top:-15px;
	right:10px;
	color:#a52fa1;
	font-size:90%;
}


#insertForm .addLeft .floatleft
{
	padding:3px 2px 0 2px;
}

#insertForm .inputHolder.number
{
	width:45px;
	margin:0 2px;
	float:left;
}

#insertForm .inputHolder.number input
{
	width: 35px;
	padding: 0 5px;
}

#insertForm .inputHolder.calendar
{
	width: 144px;
	margin:0 35px 0 5px;
	position:relative;
	overflow:visible;
}

#insertForm .inputHolder.calendar input
{
	width: 130px;
	padding: 0 7px;
}

#insertForm .inputHolder.calendar a.datePick
{
	width:17px;
	height:18px;
	display:block;
	position:absolute;
	top:1px;
	right: -20px;
	text-decoration:none;
	background: #38569f url(images/ico-calendar.png) no-repeat right top;
}



#insertForm .selectHolderPrice
{
	width:60px;
	float:left;
}

#insertForm .selectHolderPrice .jquery-selectbox
{
	width:60px;
}

#insertForm .selectHolderPrice .jquery-selectbox .jquery-selectbox-list
{
	width:50px;
}

#insertForm .jquery-selectbox
{
	margin: 0 0 5px 0;
}

#insertForm .rightText
{
	padding:0 10px 0 0;
	font-size:90%;
}

#insertForm .slider
{
	width:144px;
	float:left;
	margin:0;
	margin-top: -3px;
}

#insertForm .requied
{
	color:#a52fa1;
	font-style:italic;
}

#insertForm .slider .sliderHolder
{
	padding: 20px 0 20px 10px;
}

#insertForm .slider .sliderHolder.continuous
{
	 padding: 0 10px 40px 10px;
}


#insertForm .slider .sliderHolder.continuous .value1textbox
{
	left:-10px;
    top: 25px;
}

#insertForm .slider .sliderHolder.continuous .value1textbox.singleSliderTextbox
{
	left: 37px;
    top: 25px;
}


#insertForm .slider .sliderHolder.continuous .value2textbox
{
	right:0px;
    top: 25px;
}

#insertForm .slider .sliderHolder.continuous .sliderDimensionInfo
{
	left: 150px;
    top: 25px;
}

#insertForm .slider .sliderHolder.continuous .sliderDimensionInfo.singleSliderDimensionInfo
{
	left: 108px;
    top: 25px;
}

#insertForm .slider .sliderHolder.continuous .sliderDimensionSeparator
{
	left: 65px;
    top: 25px;
}



#insertForm .ddl
{
    padding-left:5px;
}

#insertForm .addRight .slider .sliderHolder
{
	padding:20px 10px;
}

#insertForm .addRight .sliderHolder.continuous
{
	padding:0 10px 40px 10px;
}

#insertForm .buttonOffer
{
	float:right;
	margin:0;
}

#insertForm .buttonOffer.floatleft
{
	float:left;
	margin:0;
}

#insertForm input[type=radio],
#insertForm input[type=checkbox] 
{
  margin: 0px 2px 0 5px;
}

#insertForm input[type=file]
{
  margin: 0 0 5px 0;
}

#insertForm a.add
{
	height:17px;
	padding:0 0 0 23px;
	margin:20px 0;
	display:block;
	float:left;
	line-height:17px;
	color:#26addf;
	background: url(images/ico-add.png) no-repeat left top;
}

#insertForm .dropDownInfo
{
	width: 90px;
	float: left;
	font-size: 90%;
	line-height: 25px;
}

#insertForm .textboxInfo
{
	padding: 5px 0;
	width: 150px;
	float: left;
	font-size: 90%;
	line-height: 12px;
}

#insertForm .dispRadio td
{
	text-align: center;
	vertical-align: top;
}

#insertForm .dispRadio td input
{
	margin: 0 5px 3px 5px;
}

#insertForm .dispRadio td label
{
	margin: 0;
	font-size: 11px;
}

#insertForm .advertInsertImage
{
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}

#insertForm .advertInsertImage input
{
	position: absolute;
	right: 5px;
	top: 5px;
}

#insertForm .fileParent
{
	width: 410px;
	margin: 0 0 3px 0;
	display: inline-block;
	position: relative;
}

#insertForm .fileParent input
{
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
}

#insertForm .fileParent .fakefile input
{
	width: 250px;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #bbb;
	visibility: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#insertForm .fileParent .fakefile a
{
	background: #eee;
	padding: 0 20px;
	border: 1px solid #333;
	color: #333;
	line-height: 18px;
	position: absolute;
	left: 270px;
	top: 0;
	text-decoration: none;
	z-index: 10;
}

#insertForm .colapseHolder
{
	margin: 0 0 0 130px;
}