div.tabbedContainer {
	font:13px helvetica
}

div.tabbedContainer,div.tabContent,div.resultContainer,div.resultContainer div.result {
	background:#fff
}

div.tabbedContainer,div.resultContainer {
	border-radius:5px
}

div.tabbedContainer,div.resultContainer,div.resultContainer div.result.over {
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}

div.tabbedContainer,label.button,button,div.resultContainer {
	color:#666
}

div.tabContainer {
	border-bottom:13px solid #fe8300;
	padding-top: 25px
}

div.tabContainer ul {
	list-style-type:none;
	padding-left:5px;
	height:25px
}

div.tabContainer ul,div.resultContainer h3 {
	margin:0
}

div.tabbedContainer li.separator {
	padding:0
}

div.tabContainer li {
	display:inline-block;
	color:#848484;
	padding:0 13px;
	height:24px;
	line-height:24px;
	border:1px solid #dadada;
	border-bottom:0;
	box-shadow:0 -5px 10px #ddd;
	-moz-box-shadow:0 -5px 10px #ddd;
	-webkit-box-shadow:0 -5px 10px #ddd
}

div.tabContainer.ie7 li {
	display: inline;
	position: relative;
	bottom: 15px;
}

div.tabContainer li,div.resultContainer h3 {
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0
}

div.tabContainer li a {
	color:inherit
}

div.tabContainer li:hover,div.tabContainer li.active {
	background:#fe8300;
	color:#fff;
	border-color:#fe8300
}

div.tabContainer li:hover,div.tabContainer li.active,button:hover {
	cursor:pointer
}

div.tabbedContainer li.separator {
	background:#d9d9d9;
	width:1px;
	bottom:20px;
	height:40px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	margin:0 7px
}

div.tabbedContainer li.separator,label.button {
	position:relative
}

div.tabbedContainer li.separator,div.tabContent hr,div.tabContent dl.right,div.resultContainer hr {
	border:none
}

div.tabContent {
	border-top:1px solid #ce6000;
	padding:12px;
	width:514px;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	margin-bottom:5px
}

div.tabContent,div.tabContent dl,div.resultContainer div.result {
	float:left
}

div.tabContent h3 {
	font-weight:bold;
	margin:5px 0;
	cursor: pointer
}

div.tabContent h3 span {
	position: relative; 
	background: url("/assets/images/search_segment_open.png") no-repeat scroll center center transparent; 
	width: 8px; 
	height: 5px; 
	display: inline-block; 
	bottom: 5px; 
	margin-left: 5px
}

div.tabContent h3.closed span {
	background-image: url("/assets/images/search_segment_closed.png");
	bottom: 4px
}

div.tabContent h3,div.tabContent dt {
	font-size:14px
}

div.tabContent hr,div.resultContainer hr {
	background:#dedede;
	height:1px
}

div.tabContent hr,div.resultContainer,div.resultContainer hr {
	clear:both
}

div.tabContent dl {
	width:157px;
	border-right:1px solid #dedede;
	margin-right:6px;
	padding-left:12px
}

div.tabContent dl.right {
	margin-right:0;
	width:150px
}

div.tabContent dd {
	font-size: 11px;
	line-height: 16px;
}

div.tabHeader dd {
	line-height: 23px;
}

div.tabContent dd,div.resultContainer div.result.over {
	margin-left:0
}

div.tabContent select {
	width:128px;
	margin: 2px 0;
}

div.tabContent select.small {
	width:55px
}

label.button,button {
	border:1px solid #dedede;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:5px 30px;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f9f9f9),to(#e1e1e1)) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(top,#f9f9f9,#e1e1e1) repeat scroll 0 0 transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9',endColorstr='#e1e1e1');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9f9f9',endColorstr='#e1e1e1')";
	margin:0 2px
}

label.button,button,div.resultContainer h3,div.resultContainer p {
	font-size:13px
}

label.button {
	padding:10px 2px 4px 5px;
	bottom:5px
}

button:hover,div.resultContainer h3 {
	background:-moz-linear-gradient(top,#e1e1e1,#f9f9f9) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#e1e1e1),to(#f9f9f9)) repeat scroll 0 0 transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e1e1e1',endColorstr='#f9f9f9');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e1e1e1',endColorstr='#f9f9f9')"
}

button:active {
	padding:6px 29px 4px 31px
}

div.resultContainer {
	margin-top:5px;
	padding-bottom:5px;
	float: left;
	width: 100%
}

div.resultContainer.loading, div#moreResults.loading {
	background: url('/assets/images/loading.gif') center center no-repeat #ffffff;
	height: 100px;
}

div.resultContainer h3 {
	border:1px solid #cdcdcd;
	font-weight:normal;
	padding:6px 10px
}

div.resultContainer p {
	overflow: hidden;
	margin:10px
}

div.resultContainer > hr {
	margin:5px 15px
}

div.resultContainer div.result hr {
	width:83px
}

div.resultContainer div.result p {
	margin: 5px 0 10px 0;
	font-size:10px;
	white-space: nowrap;
}

div.resultContainer div.result {
	width:83px;
	margin-left:10px;
	padding:7px;
	height:140px
}

div.resultContainer div.result.over {
	height:177px;
	z-index:1000;
	position:absolute;
	-moz-box-shadow:0 0 15px #bbb;
	-webkit-box-shadow:0 0 15px #bbb;
	cursor: pointer;
	border:1px solid #dfdfdf;
}

/* IE fixes */
div.result.over div.resultImage a {
	display: inline-block;
	width: 82px;
	height: 82px;
}

div.result.over p,
div.result.over hr {
	position: absolute; 
	top: 87px;
}

div.result.over div.hidden p {
	top: 148px;
}

div.result.over div.hidden hr {
	top: 138px;
}

div.resultContainer div.result.over div.resultImage {
	width: 82px;
	height: 82px;
}

div.resultContainer div.result.over div.hidden {
	display:block
}

div.resultImage {
	width: 80px; 
	height: 80px; 
	background-color: #dcdcdc; 
	overflow: hidden; 
	position: relative;
}

div.resultImage img.loading {
	opacity: 0;
	filter:alpha(opacity=0);
}

div.resultImage img.icon {
	position: absolute; 
	z-index: 1000; 
	left: 67px; 
	top: 64px;
}

div.segment.closed {
	display: none
}

div.segment label {
	text-transform: lowercase;
}

div.results {
	float: left;
}

div#moreResults {
	clear: both;
	padding: 15px;
}

div#moreResults.loading {
	height: 50px;
}

button.more {
	margin: 0;
	width: 508px
}

div.resultContainer div.result.over p {
	margin-bottom: 0;
}

div.resultContainer div.result.over div.hidden p{
	margin: 0;
}

div.result.over hr {
	margin: 4px 0;
}

div#resultsHeader,div#resultsText,div#saveText {
	float:left
}

button#saveResultsButton {
	float:right
}

input#saveName {
	width: 100px;
	position: relative;
	bottom: 5px;
}

div#resultsHeader {
	width:508px;
	padding:10px 15px;
	font-weight:normal;
	font-size:13px
}

div#resultsText,div#saveText {
	line-height:30px
}

div#saveText {
	display:none
}

div.tabContent label.overTxtLabel {
	margin-top: 3px;
}

input#searchCity {
	width: 122px;
}

label.till {
	display: inline-block; 
	width: 12px;
}

div.tabHeader dd.nolocation {
	color:red; 
	line-height: 11px
}

div.errorBox,
div.noticeBox
{
	padding: 8px 15px 0px 85px; 
	border-color: #e50000; 
	border-width: 1px;
	border-style: solid none; 
	background: url('/assets/images/error.gif') #FFE6E5 10px 35px no-repeat;
}

div.noticeBox {
	background-color: #C7DCED;
	border-color: #00A9E5;
	background-image: url('/assets/images/notice.png');
}

div.errorBox h2,
div.noticeBox h2
{
	color: #000000; 
	font-size: 14px; 
	font-weight: bold; 
	margin: 0;
}

div.errorBox p,
div.noticeBox p
{
	font-size: 12px;
}

div.noticeBox a.arrow,
div.errorBox a.arrow
{
	float: none;
	color:black; 
	text-decoration:underline;
	display: inline;
}
