/* Base Css file 'D:\internet\root\www\TourWebManta\www\Shared\Css\comFunct.css' */
#contMiddle #contFunct div.functions {
	margin-bottom:10px;
}
#contMiddle #contFunct div.functions div.title {
	font-size:12px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	color:#FFFFFF;
	background-color:#3C51AA;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	border: 1px solid #3C51AA;
}
#contMiddle #contFunct div.functions div.functionsContent {
	background-color:#EBFFFF;
	padding:10px;
	border-right: 1px solid #3C51AA;
	border-bottom: 1px solid #3C51AA;
	border-left: 1px solid #3C51AA;
}
div.functionsContent div.formButton {
	background-image:url(../images/bgFormButton.gif);
	padding-left:20px;
	padding-bottom:8px;
	padding-top:6px;
	font-weight:bold;
	color:#3C51AA;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#EBFFFF;
	margin-bottom:4px;
	behavior: url(../shared/css/hover.htc);
}
div.functionsContent div.formButton:hover, div.functionsContent div.formButton.hover {
	color:#3C51AA;
	background-color:#A8E5FF;
	cursor:pointer;
}
#contMiddle #contFunct div.functions div.functionsContent #gender input {
	width:auto;
	vertical-align:middle;
}
#contMiddle #contFunct div.functions div.functionsContent div.formInput {
	padding-top:2px;
	padding-bottom:2px;
}
#contMiddle #contFunct div.functions div.functionsContent ol {
	margin:0px 0px 0px 30px;
	padding:0px;
	font-weight:bold;
	line-height:14px;
}
#contMiddle #contFunct div.functions div.functionsContent ol li span.price {
	font-weight:normal;
}
#contMiddle #contFunct div.functions div.functionsContent ol li a:link, #contMiddle #contFunct div.functions div.functionsContent ol li a:visited {
	color:#000000;
	text-decoration:none;
}
#contMiddle #contFunct div.functions div.functionsContent ol li a:active, #contMiddle #contFunct div.functions div.functionsContent ol li a:hover {
	color:#000000;
	text-decoration:underline;
}
