@charset "utf-8";
/* CSS Document */

.tab {
	display: inline-block;
	zoom: 1;
    *display:inline;

	border-bottom: none;
	margin-top: .73em;
	margin-left: 0 !important;
	padding-left: 0 !important;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	width: 140px !important;
	
	background:#F8F8F8 !important;
	filter: none !important;
}

.tab a {
	color:#96999B !important;
}

.tab.active {
	background:#F2F5F9 !important;
}

.tab.active a {
	font-weight: bold;
	color: #696d78 !important;
}

.input-group-addon input {
	
}

input {
	border:none !important;
}

.tab.home-page {
	background: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
	width: 100px !important;
	height:43px;
	margin-top: -1px;
	border:0;
}

.tab.home-page a {
	position:relative;
	top:.8em;
	font-size: 11px !important;
}

.ls-area-body.homepage {
	border-right:1px solid #E0E4EC; !important;
	width: 400px !important;
	height:auto !important;
}

.tab-container .panel-container.home-page {
	display:block;
	border: 0;
	width:645px;
	height:408px !important;
}

form#SignUp input[type="text"] {
	display:inline;
	width:300px;
	height:20px;
	padding:3px;
	border:1px solid #09F !important;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.3);
}

form#SignUp input[type="text"]:focus {
	border:1px solid #C9FD8E !important;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(122, 207, 92, 0.37);
	-moz-box-shadow:    0px 0px 3px 0px rgba(122, 207, 92, 0.37);
	box-shadow:         0px 0px 3px 0px rgba(122, 207, 92, 0.37);
	padding: 2px 2px 3px 4px !important;
}

form#SignUp input[type="submit"] {
	position:relative;
	top:-.1em;
	display:inline; 
	background-color:#0088CC;
	color:#FFF; 
	margin-left:5px;
	padding:3px;
	border:none;
	width: 64px;
	height: 25px;
	background-image: url(../images/site_navigation_global/submit.jpg);
	color: transparent;
	cursor:pointer;
}

.input-group-addon {
	display:block;
	margin:.63em 0 1em 0;
	padding:5px 4px 7px 4px;
	background-color:#FFF;
	width:255px;
	color: #545253 !important;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.3);
}

.input-group-addon.tab2 {
	margin:.63em 0 2em 0 !important;
}

.input-group-addon input[type="radio"] {
	width:14px;
	height:14px;
	position:relative;
	top:.2em;
	margin-left:.1em;
	padding:0;
	border:0;
	border-image-outset:0;
	outline: none !important;
	
}
span.refined-search > input#refine {
	outline:#CCC solid 1px;
	padding:2px;	
}
