#jobelle-custom-menu .gray {
	height: 56px;
	border: 1px solid #cfcfcf;
	border-bottom-color: #b8b8b8;
	background-color: #e1e1e1;
	font: 12px/18px "Helvetica Neue",Arial,sans-serif;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#d4d4d4));
	background-image: -webkit-linear-gradient(top,#f0f0f0,#d4d4d4);
	background-image: -moz-linear-gradient(top,#f0f0f0,#d4d4d4);
	background-image: -o-linear-gradient(top,#f0f0f0,#d4d4d4);
	background-image: -ms-linear-gradient(top,#f0f0f0,#d4d4d4);
	background-image: linear-gradient(top,#f0f0f0,#d4d4d4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px #fff inset;
	-moz-box-shadow: 0 1px #fff inset;
	box-shadow: 0 1px #fff inset; }
 
	#jobelle-custom-menu .gray > li > a {
		color: #505050;
		font-weight: bold;
		text-decoration: none;
		text-shadow: 0 1px #fff;
		padding: 19px 15px;
		-webkit-transition: background-color .3s;
		-moz-transition: background-color .3s;
		-ms-transition: background-color .3s;
		transition: background-color .3s; }
 
	#jobelle-custom-menu .gray li > ul > li a {
		color: #505050;
		font-weight: bold;
		text-decoration: none;
		text-shadow: 0 1px #fff;
		padding: 5px 10px;
		-webkit-transition: background-color .3s;
		-moz-transition: background-color .3s;
		-ms-transition: background-color .3s;
		transition: background-color .3s; }
 
	#jobelle-custom-menu .gray > li.menu-red a,#jobelle-custom-menu .gray li > ul > li.menu-red a { color: #c52500; }
 
	#jobelle-custom-menu .gray > li > a:hover,#jobelle-custom-menu .gray li > ul > li a:hover { color: #dc3a09 !important; }
 
	#jobelle-custom-menu .gray > li,#jobelle-custom-menu .gray li > ul > li {
		-webkit-transition: background-color .3s;
		-moz-transition: background-color .3s;
		-ms-transition: background-color .3s;
		transition: background-color .3s; }
 
	#jobelle-custom-menu .gray > li:hover { background-color: #eee; }
	
	#jobelle-custom-menu .gray li > ul > li:hover { background-color: #eff9ff; }
 
	#jobelle-custom-menu .gray > li > a img,#jobelle-custom-menu .gray li > ul > li > a img {
		border: 0;
		margin-right: 7px; }
 
	#jobelle-custom-menu .gray > li { border-right: 1px solid #f3f3f3; }
 
		#jobelle-custom-menu .gray > li > a { border-right: 1px solid #cfcfcf; }
 
		#jobelle-custom-menu .gray > li.floatr {
			border-right: none;
			border-left: 1px solid #cfcfcf; }
 
			#jobelle-custom-menu .gray > li.floatr > a {
				border-right: none;
				border-left: 1px solid #f3f3f3; }
 
		#jobelle-custom-menu .gray > li > a .bubble,#jobelle-custom-menu .gray > li > a .bubble-red,#jobelle-custom-menu .gray > li > a .bubble-blue,#jobelle-custom-menu .gray > li > a .bubble-orange,#jobelle-custom-menu .gray > li > a .bubble-purple {
			position: absolute;
			font-size: 11px;
			line-height: 14px;
			color: #fff;
			padding: 0 3px;
			right: 4px;
			top: -8px;
			text-shadow: none; }
 
		#jobelle-custom-menu .gray > li > a .bubble-red,#jobelle-custom-menu .gray > li > a .bubble {
			border: 1px solid #a00000;
			background-color: #ee3141;
			background-image: -webkit-gradient(linear,left top,left bottom,from(#f26870),to(#ec0e23));
			background-image: -webkit-linear-gradient(top,#f26870,#ec0e23);
			background-image: -moz-linear-gradient(top,#f26870,#ec0e23);
			background-image: -o-linear-gradient(top,#f26870,#ec0e23);
			background-image: -ms-linear-gradient(top,#f26870,#ec0e23);
			background-image: linear-gradient(top,#f26870,#ec0e23);
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-box-shadow: 0 1px #ffa7a7 inset;
			-moz-box-shadow: 0 1px #ffa7a7 inset;
			box-shadow: 0 1px #ffa7a7 inset; }
 
		#jobelle-custom-menu .gray > li > a .bubble-orange {
			border: 1px solid #a04100;
			background-color: #f07f42;
			background-image: -webkit-gradient(linear,left top,left bottom,from(#f0925f),to(#ec6818));
			background-image: -webkit-linear-gradient(top,#f0925f,#ec6818);
			background-image: -moz-linear-gradient(top,#f0925f,#ec6818);
			background-image: -o-linear-gradient(top,#f0925f,#ec6818);
			background-image: -ms-linear-gradient(top,#f0925f,#ec6818);
			background-image: linear-gradient(top,#f0925f,#ec6818);
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-box-shadow: 0 1px #ffc9a6 inset;
			-moz-box-shadow: 0 1px #ffc9a6 inset;
			box-shadow: 0 1px #ffc9a6 inset; }
 
		#jobelle-custom-menu .gray > li > a .bubble-purple {
			border: 1px solid #6400a0;
			background-color: #9834ed;
			background-image: -webkit-gradient(linear,left top,left bottom,from(#ae5ff1),to(#9318eb));
			background-image: -webkit-linear-gradient(top,#ae5ff1,#9318eb);
			background-image: -moz-linear-gradient(top,#ae5ff1,#9318eb);
			background-image: -o-linear-gradient(top,#ae5ff1,#9318eb);
			background-image: -ms-linear-gradient(top,#ae5ff1,#9318eb);
			background-image: linear-gradient(top,#ae5ff1,#9318eb);
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-box-shadow: 0 1px #dca6ff inset;
			-moz-box-shadow: 0 1px #dca6ff inset;
			box-shadow: 0 1px #dca6ff inset; }
 
		#jobelle-custom-menu .gray > li > a .bubble-blue {
			border: 1px solid #002fa0;
			background-color: #397ced;
			background-image: -webkit-gradient(linear,left top,left bottom,from(#6096f1),to(#195fec));
			background-image: -webkit-linear-gradient(top,#6096f1,#195fec);
			background-image: -moz-linear-gradient(top,#6096f1,#195fec);
			background-image: -o-linear-gradient(top,#6096f1,#195fec);
			background-image: -ms-linear-gradient(top,#6096f1,#195fec);
			background-image: linear-gradient(top,#6096f1,#195fec);
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-box-shadow: 0 1px #a6c1ff inset;
			-moz-box-shadow: 0 1px #a6c1ff inset;
			box-shadow: 0 1px #a6c1ff inset; }
 
		#jobelle-custom-menu .gray > li > a .bubble-macosx {
			font-size: 11px;
			position: absolute;
			right: 3px;
			top: -14px;
			z-index: 2;
			border: 2px solid #fff;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			padding: 0px 6px;
			text-shadow: none;
			color: #fff;
			background-color: #ee3343;
			-webkit-box-shadow: 0 1px 2px #777;
			-moz-box-shadow: 0 1px 2px #777;
			box-shadow: 0 1px 2px #777;
			background-image: -webkit-gradient(linear,left top,left bottom,from(#f26870),to(#ec0e23));
			background-image: -webkit-linear-gradient(top,#f26870,#ec0e23);
			background-image: -moz-linear-gradient(top,#f26870,#ec0e23);
			background-image: -o-linear-gradient(top,#f26870,#ec0e23);
			background-image: -ms-linear-gradient(top,#f26870,#ec0e23);
			background: linear-gradient(top,#f26870,#ec0e23); }
 
	#jobelle-custom-menu .gray ul {
		border: 1px solid #cfcfcf;
		border-top: none;
		background-color: #e5e5e5;
		background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ddd));
		background-image: -webkit-linear-gradient(top,#eee,#ddd);
		background-image: -moz-linear-gradient(top,#eee,#ddd);
		background-image: -o-linear-gradient(top,#eee,#ddd);
		background-image: -ms-linear-gradient(top,#eee,#ddd);
		background-image: linear-gradient(top,#eee,#ddd);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border-top-left-radius: 0; }
 
	#jobelle-custom-menu .gray li.floatr ul {
		border-top-left-radius: 3px;
		border-top-right-radius: 0; }
 
	#jobelle-custom-menu .gray ul .bubble {
		background-color: #ccc;
		border-bottom: 1px solid #fff;
		font-size: 11px;
		line-height: 14px;
		padding: 2px 8px;
		position: absolute;
		right: 6px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 1px 2px #888 inset;
		-moz-box-shadow: 0 1px 2px #888 inset;
		box-shadow: 0 1px 2px #888 inset; }
 
	#jobelle-custom-menu .gray ul li { border-top: 1px solid #cfcfcf; }
 
		#jobelle-custom-menu .gray ul li a { border-top: 1px solid #f3f3f3; }
 
	#jobelle-custom-menu .gray > li > ul > li:first-child { border-top-color: #b8b8b8; }
 
	#jobelle-custom-menu .gray > li:first-child > ul {
		left: -1px;
		z-index: 999; }
 
	#jobelle-custom-menu .gray > li > ul {
		left: -2px;
		z-index: 999;
		width: 150px; }
 
	#jobelle-custom-menu .gray ul ul { top: -1px; }
 
	#jobelle-custom-menu .gray > li.floatr > ul {
		right: -1px;
		left: auto; }
 
		#jobelle-custom-menu .gray > li.floatr > ul ul { left: -127px; }
 
	#jobelle-custom-menu .gray li > div {
		border: 1px solid #cfcfcf;
		border-top: none;
		background-color: #eee;
		background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ddd));
		background-image: -webkit-linear-gradient(top,#eee,#ddd);
		background-image: -moz-linear-gradient(top,#eee,#ddd);
		background-image: -o-linear-gradient(top,#eee,#ddd);
		background-image: -ms-linear-gradient(top,#eee,#ddd);
		background-image: linear-gradient(top,#eee,#ddd);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border-top-left-radius: 0; }
 
	#jobelle-custom-menu .gray li.floatr > div {
		border-top-left-radius: 3px;
		border-top-right-radius: 0; }
 
	#jobelle-custom-menu .gray > li:first-child > div { left: -1px; }
 
	#jobelle-custom-menu .gray > li > div { left: -2px; z-index:999;}
 
	#jobelle-custom-menu .gray > li.floatr > div {
		right: -1px;
		left: auto; }
 
	#jobelle-custom-menu .gray div ol {
		border: none;
		background: none;
		list-style: none;
		padding: 5px 0 0;
		margin: 0; }
		
		#jobelle-custom-menu .gray div ol li {
			padding: 2px 0 2px 0;
			-moz-transition: background-color 0.3s ease 0s;
			border-top: 1px solid #D7D7D7;
		}
		#jobelle-custom-menu .gray div ol li a{
			-moz-transition: background-color 0.3s ease 0s;
			color: #505050;
			font-weight: bold;
			padding: 5px 10px;
			text-decoration: none;
			text-shadow: 0 1px #FFFFFF;
		}
		#jobelle-custom-menu .last-item {
			border-bottom: 1px solid #D7D7D7;
		}
		#jobelle-custom-menu .last-item li{
			border-bottom: 1px solid #D7D7D7;
		}
		#jobelle-custom-menu .gray div ol li.last-item {
			border-bottom: 1px solid #D7D7D7;
		}
		/*#jobelle-custom-menu .gray div ol li a:hover{
			border-bottom: 1px solid #DFDFDF;
			display: block;
			background:  none repeat 0 0 #EFF9FF !important;
		}*/
 
	#jobelle-custom-menu .gray div a {
		text-decoration: none;
		color: #333;
		padding: 0px 0; }
 
		#jobelle-custom-menu .gray div a:hover {
			color: #dc3a09 !important;
			text-decoration: underline; }
 
	#jobelle-custom-menu .gray div p {
		margin: 0;
		padding: 5px 0;
		line-height: 18px; }
 
	#jobelle-custom-menu .gray div h4,#jobelle-custom-menu .gray div h5,#jobelle-custom-menu .gray div h6 {
		padding: 0;
		margin: 0; }
 
	#jobelle-custom-menu .gray div h4 {
		font-size: 16px;
		font-weight: normal;
		border-bottom: 1px solid #bbb;
		padding-bottom: 10px; }
 
	#jobelle-custom-menu .gray div h5 {
		font-size: 13px;
		font-weight: normal;
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px; }
 
	#jobelle-custom-menu .gray > li > a.active,#jobelle-custom-menu .gray li > ul > li a.active { color: #dc3a09 !important; }
 
	#jobelle-custom-menu .gray > li.active,#jobelle-custom-menu .gray li > ul > li.active { background-color: #eee !important; }


/* ------------------ Holder ------------------ */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
b, strong {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    height: 100%;
    line-height: 1.28;
    margin: 0;
    padding: 0;
}
form, fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
}
a {
    color: #3B5998;
    outline: 0 none;
    text-decoration: none;
}
a:hover {
    color: #3B5998;
    outline: 0 none;
    text-decoration: underline;
}
input, textarea {
    background: url("http://friendseat.com/theme/frontend/default/style/default/image/layout/input.png") repeat-x scroll 0 0 #F4F4F4;
    border: 1px solid #D7D7D7;
    color: #333333;
    font-size: 13px;
    padding: 4px;
}
textarea {
    resize: none;
}
input.default_value {
    color: #BFBFBF;
}
input:focus, textarea:focus {
    border: 1px solid #6FC5FF;
}
input[type="checkbox"], input[type="radio"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid transparent;
    margin-right: 2px;
    padding: 0;
}
select {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #D7D7D7;
    color: #333333;
    font-size: 11px;
    padding: 6px 4px 4px;
}
.clear {
    clear: both;
}
.holder {
    margin: auto;
    width: 980px;
}
#header {
    color: #ffffff;
    background-color: #FFFFFF !important;
    background-image: none !important;
}
#header_holder {
    position: relative;
    z-index: 1001;
    height: 59px;
}
#header_menu_page_holder {
    position: relative;
    z-index: 1000;
}
#header_left {
    width: 180px;
}
#logo, #logo:hover {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
    width: 180px;
}
.header_logo #logo, .header_logo #logo:hover {
    height: 100px;
    line-height: 100px;
}
#header_menu_space {
    padding-left: 8px;
    padding-top: 6px;
}
#header_sub_menu_search_input {
    background: url("http://friendseat.com/theme/frontend/default/style/altitude/image/layout/header_search_input.png") no-repeat scroll 0 0 transparent;
    height: 26px;
    line-height: 26px;
    width: 250px;
}
#header_search input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #AFAFAF;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 4px;
    position: absolute;
    left: 10px;
   /* width: 222px; */
}
#header_sub_menu_search .focus {
    background: url("http://friendseat.com/theme/frontend/default/style/altitude/image/layout/header_search_input.png") no-repeat scroll 0 -26px transparent;
}
#header_sub_menu_search {
    position: relative;
    width: 250px;
}
#header_search_button, #header_search_button:hover {
    background: url("http://friendseat.com/theme/frontend/default/style/default/image/layout/header_search_button.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    text-decoration: none;
    text-indent: -100px;
    top: 4px;
    width: 20px;
}
#header_sub_menu {
    left: 0;
    position: absolute;
}
#header_cfsearch_filter {
    background-image: url("http://friendseat.com/module/cfsearch/static/image/arrow.png") !important;
    height: 22px !important;
}
#header_cfsearch_filter, #header_cfsearch_filter:hover {
    height: 20px;
    left: -22px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -100px;
    top: 4px;
    width: 20px;
}
#header_cfsearch_filter:hover {
    cursor: pointer;
}
#header_right_out {
    left: 805px;
    position: absolute;
    top: 11px;
    height: 43px;
}
#header_right {
	height: 43px;
	left: 390px;
	position: absolute;
	top: 8px;
	width: 600px;
}
.header_logo #header_right {
    top: 8px;
}
#header_menu_holder {
    position: absolute;
    right: 0;
}
#header_menu_holder ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#header_menu_holder ul li {
    float: left;
    position: relative;
}
#header_menu_holder ul li a, #header_menu_holder ul li a:hover {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: 40px;
    padding: 0 8px;
    text-decoration: none;
}
#header_menu_holder ul li a.has_drop_down {
    background: url("http://friendseat.com/theme/frontend/default/style/default/image/layout/has_drop_down.png") no-repeat scroll 90% 0 transparent;
    padding-right: 22px;
}
#header_menu_holder ul li a:hover {
    background: none repeat scroll 0 0 #4F4F4F;
}
#header_menu_holder ul li a.has_drop_down:hover {
    background: url("http://friendseat.com/theme/frontend/default/style/default/image/layout/has_drop_down.png") no-repeat scroll 90% 0 #4F4F4F;
}
#header_menu_holder ul li a.active, #header_menu_holder ul li a.active:hover {
    background: url("http://friendseat.com/theme/frontend/default/style/default/image/layout/has_drop_down.png") no-repeat scroll 90% -40px #FFFFFF;
    color: #333333;
}
#header_menu_holder ul li ul {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #000000 #000000;
    border-right: 1px solid #000000;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 3px 3px 3px #CFCFCF;
    display: none;
    position: absolute;
    right: -1px;
    width: 200px;
    z-index: 1000;
}
#header_menu_holder ul li ul.active {
    display: block;
}
#header_menu_holder ul li ul li {
    float: none;
}
#header_menu_holder ul li ul li a, #header_menu_holder ul li ul li a:hover {
    color: #333333;
    font-weight: normal;
    line-height: 25px;
    position: relative;
}
#header_menu_holder ul li ul li a:hover {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
}
#header_menu_holder ul li.header_menu_user_link {
    border-bottom: 1px solid #DFDFDF;
    color: #333333;
    overflow: hidden;
    padding: 5px 5px 0;
    position: relative;
}
#header_menu_holder ul li.header_menu_user_link a, #header_menu_holder ul li.header_menu_user_link a:hover {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    padding: 0;
}
#header_menu_holder ul li.header_menu_user_link_page a, #header_menu_holder ul li.header_menu_user_link_page a:hover {
    border-bottom: 1px solid #DFDFDF;
    line-height: normal;
    min-height: 36px;
    padding: 5px 0;
}
#header_menu_holder ul li.header_menu_user_link ul {
    width: 300px;
}
#header_menu_holder ul li .page_profile_image {
    left: 2px;
    position: absolute;
}
#header_menu_holder ul li .page_profile_user {
    color: #808080;
    margin-left: 38px;
}
#header_menu_user_image {
    left: 5px;
    position: absolute;
}
#header_menu_user_profile {
    height: 55px;
    margin-left: 55px;
}
#header_menu_user_profile .user_profile_link_span a, #header_menu_user_profile .user_profile_link_span a:hover {
    color: #3B5998;
    font-size: 13px;
    font-weight: bold;
}
#header_menu_user_profile .user_profile_link_span a:hover {
    text-decoration: underline;
}
#header_menu_login {
    position: relative;
}
#header_menu_login_holder {
    position: absolute;
    right: 160px;
}
#header_menu_login_custom {
    border-left: 1px solid #8392AF;
    color: #FFFFFF;
    right: 0;
    top: 0px;
   margin-top: -40px;
    width: 90px;
    float: right;
}
#header_menu_login .header_menu_login_left {
    position: absolute;
    right: 250px;
    top: 10px;
    text-align:left;
}
#header_menu_login .header_menu_login_right {
    position: absolute;
    right: 64px;
    top: 10px;
    text-align:left;
}
#header_menu_login .header_menu_login_button {
    position: absolute;
    right: 0;
    top: 24px;
}
#header_menu_login .header_menu_login_button input {
    background: none repeat scroll 0 0 #6F6F6F;
    border: 1px solid #3F3F3F;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    height: 26px;
    margin-top: 2px;
    padding: 0;
    width: 50px;
    font: Tahoma,Geneva,Arial,sans-serif !important;
}
#header_menu_login .header_menu_login_label {
    padding-bottom: 3px;
}
#header_menu_login .header_menu_login_sub {
    color: #BFBFBF !important;
    padding-top: 4px;
}
#header_menu_login .header_menu_login_sub a, #header_menu_login .header_menu_login_sub a:hover {
    color: #BFBFBF;
}
#header_menu_login .header_menu_login_sub input {
    vertical-align: middle;
}
#header_user_register {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #DFDFDF;
    font-weight: bold;
    line-height: 50px;
}
#header_user_register_holder {
    font-size: 12px;
    padding-left: 100px;
    position: relative;
}
#header_user_register a, #header_user_register a:hover {
    background: none repeat scroll 0 0 #6BBA70;
    border: 1px solid #508F54;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 15px;
    position: absolute;
    text-decoration: none;
    top: 10px;
}

/* -- Core -- */

/* ---------------- Core -------------- */

.spacer {
    height: 11px;
    width: 100px;
}
#menu {
    margin-left: auto;
    margin-right: auto;
    width: 985px;
}
#nothing {
    height: 45px;
}
#my-footer {
    margin-left: auto;
    margin-right: auto;
    width: 992px;
}
#my-footer #my-footer-head {
    background: url("http://d2rqnbhpdz7xmn.cloudfront.net/img/footer-top2.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 18px;
    width: 990px;
}
#my-footer #my-footer-bottom {
    background: url("http://d2rqnbhpdz7xmn.cloudfront.net/img/footer-bottom2.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 9px;
    width: 990px;
}
#my-footer #my-footer-body {
    background: url("http://d2rqnbhpdz7xmn.cloudfront.net/img/footer-middle2.png") repeat-y scroll 0 0 transparent;
    float: left;
    padding: 10px 50px;
    width: 990px;
}
#my-footer #my-footer-body ul#head-list {
    float: left;
    margin-left: -20px;
}
#my-footer #my-footer-body #head-list > li {
    float: left;
    list-style-type: none;
    margin-left: 57px;
    width: 137px;
}
#my-footer #my-footer-body #head-list > li:first-child {
    margin-left: 0;
    position: relative;
}
#my-footer #my-footer-body #head-list li .the-title {
    color: #DADDDB;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000000;
}
#my-footer #my-footer-body #head-list li ul {
    margin-top: 15px;
}
#my-footer #my-footer-body #head-list li ul li {
    color: #AAAAAA;
    font-family: tahoma;
    font-size: 11px;
    list-style-type: none;
    margin: 9px 0;
    text-shadow: -1px -1px 0 #000000;
}
#my-footer #my-footer-body #head-list li ul li a {
    color: #AAAAAA;
    text-decoration: none;
}
#header_menu_holder ul li a:hover, #holder_notify ul li a.notify_drop_link:hover, #header_menu_holder ul li a.has_drop_down:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    color: #8F8F8F;
}
#holder_notify ul li a.notify_drop_link, #header_menu_holder ul li a, #header_menu_holder ul li a.has_drop_down {
    color: #858585;
}
#holder_notify {
    left: 270px;
    position: absolute;
}
#holder_notify ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#holder_notify ul li {
    float: left;
    position: relative;
}
#holder_notify ul li a.notify_drop_link, #holder_notify ul li a.notify_drop_link:hover {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    display: block;
    line-height: 40px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -1000px;
    width: 35px;
}
#holder_notify ul li a.friend_notification {
    background: url("http://friendseat.com/theme/frontend/default/style/altitude/image/layout/holder_notify_friend_request.png") no-repeat scroll 50% 0 transparent;
}
#holder_notify ul li a.message {
    background: url("http://friendseat.com/theme/frontend/default/style/altitude/image/layout/holder_notify_message.png") no-repeat scroll 50% 0 transparent;
}
#holder_notify ul li a.notification {
    background: url("http://friendseat.com/theme/frontend/default/style/altitude/image/layout/holder_notify_notification.png") no-repeat scroll 50% 0 transparent;
}
#holder_notify ul li a.status_update {
    background: url("http://friendseat.com/theme/frontend/default/style/default/image/layout/holder_notify_status_update.png") no-repeat scroll 50% 50% transparent;
}
#holder_notify ul li a.notify_drop_link:hover {
    /* background-color: #fff; */
}
#holder_notify ul li.is_active a.notify_drop_link, #holder_notify ul li.is_active a.notify_drop_link:hover {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}
#holder_notify ul li.is_active a.friend_notification {
    background: url("http://friendseat.com/theme/frontend/default/style/altitude/image/layout/holder_notify_friend_request.png") no-repeat scroll 50% -40px #FFFFFF;
}
#holder_notify ul li.is_active a.message {
    background: url("http://friendseat.com/theme/frontend/default/style/altitude/image/layout/holder_notify_message.png") no-repeat scroll 50% -40px #FFFFFF;
}
#holder_notify ul li.is_active a.notification {
    background: url("http://friendseat.com/theme/frontend/default/style/altitude/image/layout/holder_notify_notification.png") no-repeat scroll 50% -40px #FFFFFF;
}
#holder_notify ul li div.holder_notify_drop {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 2px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #333333;
    display: none;
    left: 0;
    position: absolute;
    width: 330px;
    z-index: 1000;
}
#holder_notify ul li div.holder_notify_drop .holder_notify_drop_title {
    border-bottom: 1px solid #DFDFDF;
    font-weight: bold;
    margin: 8px 6px 0;
    padding: 0 0 4px;
    position: relative;
}
#holder_notify ul li div.holder_notify_drop .holder_notify_drop_title_link {
    position: absolute;
    right: 5px;
}
#holder_notify ul li div.holder_notify_drop .holder_notify_drop_title_link a, #holder_notify ul li div.holder_notify_drop .holder_notify_drop_title_link a:hover {
    background: none repeat scroll 0 0 transparent;
    font-weight: normal;
}
#holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link, #holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link:hover, .js_temp_friend_search_form_holder ul li a.holder_notify_drop_link, .js_temp_friend_search_form_holder ul li a.holder_notify_drop_link:hover {
    background: none repeat scroll 0 0 #EFEFEF;
    border-top: 1px solid #DFDFDF;
    display: block;
    font-weight: bold;
    line-height: 30px;
    margin: 4px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link:hover, .js_temp_friend_search_form_holder ul li a.holder_notify_drop_link:hover {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
}
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link, .js_temp_friend_search_form_holder ul li a.holder_notify_drop_link:hover {
    font-size: 11px;
}
#holder_notify ul li.with_padding span.user_profile_link_span a:hover, #holder_notify ul li.with_padding .extra_info_link a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
}
.holder_notify_drop_data {
}
.holder_notify_drop_loader {
    padding-bottom: 5px;
    text-align: center;
}
#holder_notify ul li .holder_notify_drop_data ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#holder_notify ul li .holder_notify_drop_data ul li {
    overflow: hidden;
}
#holder_notify ul li .holder_notify_drop_data ul li.holder_notify_drop_data {
    border-top: 1px solid #EFEFEF;
    display: block;
    float: none;
}
#holder_notify ul li .holder_notify_drop_data ul li.with_padding {
    padding: 4px 6px;
}
#holder_notify ul li .holder_notify_drop_data ul li a.main_link, #holder_notify ul li .holder_notify_drop_data ul li a.main_link:hover {
    color: #333333;
    display: block;
    padding: 4px 6px;
    text-decoration: none;
}
#holder_notify ul li .holder_notify_drop_data ul li a.is_new, #holder_notify ul li .holder_notify_drop_data ul li.is_new {
    background: none repeat scroll 0 0 #EDEFF4;
}
#holder_notify ul li .holder_notify_drop_data ul li a.main_link:hover {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
}
#holder_notify ul li .holder_notify_drop_data ul li.first {
    border: 0 none;
}
#holder_notify ul li .user_profile_link_span {
    font-weight: bold;
}
.holder_notify_drop_link_holder {
    display: none;
}
.holder_notify_count {
    background: none repeat scroll 0 0 red;
    color: #FFFFFF;
    display: none;
    font-weight: bold;
    padding: 2px 4px;
    position: absolute;
    right: 0;
    z-index: 10;
}
img {
    border-style: none;
}
.menu, .menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 980px;
}
.fe-logo {
    border-bottom-color: #B8B8B8;
    border-style: none;
    float: left;
    height: 56px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.fe-logo a {
    border-style: none;
    height: 56px;
    margin: 0;
    padding: 0;
}
.fe-logo a img {
    margin-left: -1px;
    margin-top: -1px;
}
.menu > li {
    float: left;
}
.menu > li.floatr {
    float: right;
}
.fe-search {
    float: right;
    margin-left: 15px;
    margin-top: 11px;
    padding: 0 15px 10px 20px;
    width: 265px;
}
#fe-search-input {
    background-color: transparent;
    border: 0 none;
    color: #777777;
    float: left;
    font-family: tahoma;
    font-size: 14px;
    height: 20px;
    line-height: 0;
    margin-left: -20px;
    padding: 6px 20px 5px;
    width: 215px;
}
.fe-search img {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: right;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 4px 2px 0;
    vertical-align: baseline;
}
.menu ul {
    display: none;
    position: absolute;
    width: 125px;
}
.menu > li.floatr > ul {
    right: 0;
}
.menu li {
    position: relative;
}
.menu li:hover > ul {
    display: block;
}
.menu a {
    display: block;
    color: #505050 !important;
}
.menu ul ul {
    left: 125px;
    top: 0;
}
.menu > li.floatr > ul ul {
    left: -125px;
}
.menu ul a {
    position: relative;
}
.menu .cols1, .menu .cols2, .menu .cols3, .menu .cols4, .menu .cols5 {
    display: none;
    overflow: auto;
    padding: 5px;
    position: absolute;
}
.menu .cols1 {
    width: 160px;
}
.menu .cols2 {
    width: 320px;
}
.menu .cols3 {
    width: 480px;
}
.menu .cols4 {
    width: 640px;
}
.menu .cols5 {
    width: 800px;
}
.menu > li.floatr > div {
    right: 0;
}
.menu > li:hover > div {
    display: block;
}
.menu .col1, .menu .col2, .menu .col3, .menu .col4, .menu .col5 {
    float: left;
    padding: 5px;
}
.menu .col1 {
    width: 150px;
}
.menu .col2 {
    width: 310px;
}
.menu .col3 {
    width: 470px;
}
.menu .col4 {
    width: 630px;
}
.menu .col5 {
    width: 790px;
}
#header_cfsearch_filter, #header_cfsearch_filter:hover {
    height: 20px;
    left: -22px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -100px;
    top: 4px;
    width: 20px;
}
#header_cfsearch_filter:hover {
    cursor: pointer;
}

/* Header */

#header_menu_login .header_menu_login_label, #header_menu_login_custom {
    color: #333333;
    position: relative;
    padding-bottom: 3px;
}
#header_menu_login .header_menu_login_input {
    font-size: 12px;
    width: 158px !important;
}
input[type="checkbox"], input[type="radio"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid transparent;
    margin-right: 2px;
    padding: 0;
}
#header_menu_login .header_menu_login_sub {
    color: #BFBFBF;
    padding-top: 4px;
}
#header_menu_login .header_menu_login_sub input {
    vertical-align: middle;
}
#header_menu_login_custom {
    margin-top: -5px !important;
    padding-bottom: 11px;
    border-left: 1px solid #8392AF;
    color: #333333;
    padding-left: 6px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 145px;
    text-align:left;
    overflow: hidden;
}
.header_login_block {
	margin-bottom: 0px;
    padding: 5px 0;
}
#header_sub_menu_search
{
	border-radius: 5px 5px 5px 5px;
	float: right !important;
	height: 24px;
	margin-right: 10px !important;
	margin-top: 7px !important;
	overflow: hidden;
}

/* Header Fade Transition */

.fade ul, .fade li > div {
	display:block !important;
	visibility:hidden;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity:0;

	-webkit-transition:visibility 0s linear .2s, opacity .2s ease-in;
	-moz-transition:visibility 0s linear .2s, opacity .2s ease-in;
	-o-transition:visibility 0s linear .2s, opacity .2s ease-in;
	-ms-transition:visibility 0s linear .2s, opacity .2s ease-in;
	transition:visibility 0s linear .2s, opacity .2s ease-in;
}

.fade li:hover > ul, .fade li:hover > div {
	visibility:visible;
	
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	-ms-transition-delay:0s;
	transition-delay:0s;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity:1;
}

/* bubble effects */
.fade > li > a .bubble, .fade > li > a .bubble-macosx, .fade > li > a .bubble-red, .fade > li > a .bubble-blue, .fade > li > a .bubble-orange, .fade > li > a .bubble-purple {
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	-o-transition: -o-transform .3s;
	-ms-transition: -ms-transform .3s;
	 transition: transform .3s;
}

.fade > li > a:hover .bubble, .fade > li > a:hover .bubble-red, .fade > li > a:hover .bubble-blue, .fade > li > a:hover .bubble-orange, .fade > li > a:hover .bubble-purple, .fade > li > a:hover .bubble-macosx {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

/* FB Connect */

.fb-signin_button {
		background: url("http://fe3.assets.s3.amazonaws.com/img/social-buttons-header.png") no-repeat !important;
		width: 179px !important;
		height: 33px !important;
		display: block !important;
	}
.fb-signin_button:hover {
		background: url("http://fe3.assets.s3.amazonaws.com/img/social-buttons-header.png") no-repeat scroll 0px -33px !important;
}
.header_login_block {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}


/*  ============== for COUPONS =============== */
#jobelle-custom-menu .gray > li > a {

height: 18px !important;
}

.token-input-dropdown-facebook p {line-height:37px !important; margin-left: -6px !important; text-align: left !important;}


/* HEADER MODAL POPUP  */
.token-input-list-facebook {display:block !important; background: none !important; border:none !important; margin-left:15px !important;}
.token-input-list-facebook li input {border:none !important; background: none !important; margin-top:0px !important;}
.token-input-input-token-facebook { border-top: none !important;}
.token-input-dropdown-facebook {margin-left: 5px !important; margin-top: -6px !important;}
.token-input-list-facebook li { margin-top: 3px; !important; }

/*#city-input {display:block !important}*/
/*===============*/