#iHMain {
	width: 100%;
	position: relative;
	margin: 10px 10px 20px 10px;
}

#iHContent {
	width: 100%;
	position: relative;
	margin: 10px 10px 20px 0;
}

#iHContent #ihForm {
	display: block;
	text-align: center;
	padding: 0 40px;
	font-size: 14px;
	background: #36751D;
	background: -moz-linear-gradient(top, #36751D 0%, #438828 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36751D), color-stop(100%,#438828));
	background: -webkit-linear-gradient(top, #36751D 0%,#438828 100%);
	background: -o-linear-gradient(top, #36751D 0%,#438828 100%);
	background: -ms-linear-gradient(top, #36751D 0%,#438828 100%);
	background: linear-gradient(to bottom, #36751D 0%,#438828 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36751D', endColorstr='#438828',GradientType=0 );
	color: #fff;
	clear: both;
	display: block;
	margin: 10px auto 25px;
	padding: 10px 20px 12px 20px;
	float: left;
	webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#iHContent #ihForm form{
	margin-top: 15px;
}

#iHContent #ihForm #ihfLabel {
	font-size: 20px;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	position: relative;
	text-transform: uppercase;
	color: #fff;
}

#iHContent #hitchHikerFiltersForm select {
	height: 34px;
	line-height: 34px;
	padding: 4px 4px 4px 28px;
	height: auto;
	line-height: 100%;
	width: 100% !important;
}

#iHMain .simpleButton{
	clear: none !important;
}

#ihmLeft {
	width: 360px;
	float: left;
	position: relative;
}

#ihmRight {
	padding-right: 20px;
}

#ihmrHeader {
	margin-top: 2px;
	font-size: 15px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#ihmrDesc b {
	float: right;
}

#ihmlHeader {
	position: absolute;
	bottom: 15px;
	left: 15px;
	background: url('images/sprites.png') 0 0 no-repeat;
	width: 235px;
	height: 43px;
}

.ihListLeft {
	float: left;
	width: 270px;
}

.ihListRight {
	float: right;
	text-align: left;
	padding-right: 20px;
}

.priceFor {
	font-size: 28px;
	margin-left: 5px;
}

.priceBold {
	font-size: 60px;
	color: #54a036;
	display: block;
	margin-top: -20px;
}

.priceNok {
	color: #54a036;
	font-size: 22px;
}

.ihShow,.ihMore,.ihBack{
	margin: 8px 3px 0 0;
	display: block;
	font-weight: normal;
	font-size: 13px;
	background: url('../../common/images/icons/set3/arrowRed.png') left center no-repeat;
	padding-left: 10px;
	float: right;
	color: #333;
}

.ihBack {
	background: url('../../common/images/icons/set3/arrowLeft.png') left center no-repeat;
	width: 200px;
	height: 16px;
	padding-left: 28px;
}

.ihShow {
	color: #fff;
}

.ihShow:hover {
	color: #333;
}

.ihMore {
	color: #005479;
	margin-right: 20px;
}


.ihMarker {
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -11px;
	width: 22px;
	height: 22px;
}

.ihMarker.origin {
	background: url('../../common/images/icons/set3/22/marker_green.png') no-repeat;
}

.ihMarker.destination {
	background: url('../../common/images/icons/set3/22/marker_red.png') no-repeat;
}

.ihMarker.date {
	background: url('../../common/images/icons/set3/22/date.png') no-repeat;
}

.phoneShow:hover,
.phoneShow {
	color: #54A036;
}

#ihShare {
	background: url('images/facebookShare.png') no-repeat;
	width: 300px;
	height: 69px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

#ihMessageSend {
	margin-top: 20px;
	border-top: 1px dotted silver;
	padding-top: 20px;
}

#ihMessageSend .sfTip{
	margin-top: 5px;
}

#hitchHiker {
	width: 100%;
}

#hitchHiker td {
	padding: 4px;
	width: 125px;
	vertical-align: top;
	background-color: #fff;
}

#hitchHiker td.spacing {
	background-color: #F9F8FD;
	height: 12px;
	padding: 0;
}

#hitchHiker td.title {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
	padding: 0 !important;
}

#hitchHiker td.title b {
	font-size: 25px;
}

#hitchHiker td.title b.titleDate {
	font-size: 22px;
}

#hitchHiker td.title .ihTitle {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background-color: #666666;
	padding: 5px 10px;
	font-size: 14px;
}

#hitchHiker td.title .ihTitle a{
	color: #fff;
	word-break: break-word;
	word-wrap: break-word;
}

#hitchHiker td.title .ihTitle a:hover {
	text-decoration: underline;
}

#hitchHiker td.data {
	font-weight: bold;
	text-align: left;
}

#hitchHiker .dataFooter td {
	background-color: #FFF;
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
	border-bottom: 2px solid #F2F2F2;
}

#hitchHiker .dataFooter td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius: 0 0 0 4px;
}

#hitchHikerPagination {
	text-align: center;
	padding-top: 5px;
}


#hitchHikerMenu {
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}

#hitchHikerMenu a {
	border: 0px;
}

#hitchHikerForm td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#hitchHikerForm input, #hitchHikerForm textarea { 
	width: 250px;
}

#hitchHikerForm .ihSubmit{
	width: 178px;
}

#hitchHikerForm .button {
	width: auto;
}

#hitchHikerForm .date {
	width: 120px;
}

#hitchHikerForm select {
	width: 45px;
}

#hitchHikerForm .short {
	width: 70px;
}

#hitchHikerForm .checkbox {
	width: auto;
}

#hitchHikerForm .checkbox {
	width: auto;
}

.avatarCover {
	position: relative;
}

	.avatarCover a {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding-top: 90px;
	}

.shareButtons {
	clear: both;
	float: left;
	margin-top: 10px;
}

.similarRides {
	font-size: 16px !important;
	color: #257B9B !important;
	border-bottom: 2px solid #E9E9E9 !important;
	padding: 0 0 4px 0 !important;
	margin-bottom: 15px !important;
	text-align: left !important;
	margin-bottom: 10px !important;
	font-family: 'Open Sans',Tahoma,Verdana,Arial,sans-serif !important;
	text-transform: uppercase !important;
	font-weight: normal !important;
	margin-right: 6px !important;
}
