/**
 * @file 			home.css
 * @section			weather
 */
#weather .bgWrapper {
	width:615px;height:55px;
	background:url(../img/home/bg/weather.png) no-repeat;
}

#weather .column {
	float:left;
	padding:4px 0 0 9px;
	width:209px;
}
#weather h2 {
	float:left;
	margin:0 0 8px;
	color:#FFF;
	font-size:10px;
}
#weather h2 img {
	float:left;
	margin:0 3px 0 0;
}
#weather h2 span {
	float:left;
	padding:13px 0 0;
}
#weather .column a {
	float:left;
	padding:0 0 0 10px;
	color:#FFF;background:url(../img/home/bg/thick.gif) no-repeat 0 1px;
	font-size:10px;
	text-decoration:none;
}
#weather .column a:hover {text-decoration:underline;}
#weather ol {
	float:right;
	margin:0 8px 0 0;padding:0;
	list-style:none;
}
#weather li {
	float:left;
	padding:6px 0 0 8px;margin:0 0 0 2px;
	background:url(../img/home/bg/separator.gif) no-repeat;
}
#weather li.first {
	padding-left:0;margin-left:0;
	background:none;
}
#weather .text {
	float:left;
	margin:16px 6px 0 0;
}
#weather .visual {
	float:left;
	overflow:hidden;
	width:46px;height:46px;
	color:#FFF;
	text-align:center;
}

/**
 * @section				theme
 */
#theme h2 {
	float:left;
	margin:0 0 2px;padding:9px 5px 7px 0;border-bottom:1px solid #CCC;
}
#theme .rssLink {
	float:left;
	margin-top:0;
}
#theme h2 img {
	float:left;
	margin:1px 0 0 2px;
}
#theme .tabs .menu {
	float:left;
	width:404px;
}
#theme .tabs .menu li {margin-right:0;margin-left:4px;}
#theme .tabs .menu li.first {margin-left:0;}
#theme .tabs .menu li.select {border-bottom-color:#FFF;}
#theme .tabs .menu a {padding-left:4px;padding-right:4px;}
#theme .tabs .menu .select a {padding:0;}

#theme .tabs .menu a.item1 {color:#5E9A22;}
#theme .tabs .menu a.item2 {color:#167F34;}
#theme .tabs .menu a.item3 {color:#C77A0C;}
#theme .tabs .menu a.item4 {color:#F04C37;}
#theme .tabs .menu a.item5 {color:#C958CD;}
#theme .tabs .menu a.item6 {color:#169CD8;}

#theme .tabs .menu .select a {color:#FFF;}

#theme .tabs .menu .select a.item1 {background-image:url(../img/common/bg/link-5-content-4.png);}
#theme .tabs .menu .select a.item2 {background-image:url(../img/common/bg/link-5-content-3.png);}
#theme .tabs .menu .select a.item3 {background-image:url(../img/common/bg/link-5-content-5.png);}
#theme .tabs .menu .select a.item4 {background-image:url(../img/common/bg/link-5-content-6.png);}
#theme .tabs .menu .select a.item5 {background-image:url(../img/common/bg/link-5-content-1.png);}
#theme .tabs .menu .select a.item6 {background-image:url(../img/common/bg/link-5-content-2.png);}

#theme .tabs .menu .select .item1 .leftBorder {background-image:url(../img/common/bg/link-5-left-4.png);}
#theme .tabs .menu .select .item2 .leftBorder {background-image:url(../img/common/bg/link-5-left-3.png);}
#theme .tabs .menu .select .item3 .leftBorder {background-image:url(../img/common/bg/link-5-left-5.png);}
#theme .tabs .menu .select .item4 .leftBorder {background-image:url(../img/common/bg/link-5-left-6.png);}
#theme .tabs .menu .select .item5 .leftBorder {background-image:url(../img/common/bg/link-5-left-1.png);}
#theme .tabs .menu .select .item6 .leftBorder {background-image:url(../img/common/bg/link-5-left-2.png);}

#theme .tabs .menu .select .item1 .rightBorder {background-image:url(../img/common/bg/link-5-right-4.png);}
#theme .tabs .menu .select .item2 .rightBorder {background-image:url(../img/common/bg/link-5-right-3.png);}
#theme .tabs .menu .select .item3 .rightBorder {background-image:url(../img/common/bg/link-5-right-5.png);}
#theme .tabs .menu .select .item4 .rightBorder {background-image:url(../img/common/bg/link-5-right-6.png);}
#theme .tabs .menu .select .item5 .rightBorder {background-image:url(../img/common/bg/link-5-right-1.png);}
#theme .tabs .menu .select .item6 .rightBorder {background-image:url(../img/common/bg/link-5-right-2.png);}



#theme .tabs .menu .select .rightBorder {
	padding-top:15px;padding-bottom:0;
	height:21px;
}

/**
 * @section				result list
 */
.resultList {
	position:relative;z-index:1;
	margin:0;padding:0;
	list-style:none;
}
.resultList .block {margin:0 0 2px;}
.resultList .knowMore,
.resultList .select .knowMore:hover {
	overflow:hidden;
	float:left;
	margin:2px 9px 27px 9px;
	width:22px;height:22px;
	text-indent:-1000em;
}
.resultList .knowMore {background-image:url(../img/search/bg/result-list-less.png);}
.resultList .knowMore:hover {background:url(../img/search/bg/result-list-more.png) no-repeat;}

.resultList .select .knowMore {background-image:url(../img/search/bg/result-list-select-less.png);}
.resultList .select .knowMore:hover {background-image:url(../img/search/bg/result-list-select-more.png);}

.resultList .wrapper {
	float:left;
	border-left:1px solid #C6C7C7;margin:2px 0 0;padding:0 0 0 18px;
	width:535px;
}
.resultList .title {
	float:left;
	margin:0;
}
.resultList .title .type {
	margin:8px 0 2px;
	color:#D00088;
	font-size:10px;
	text-transform:uppercase;
}
.resultList h3 {
	margin:0 0 6px;
	color:#000;
	font-size:15px;font-weight:bold;
}
#tabs2Item1 .resultList h3 {color:#5E9A22;}
#tabs2Item1 .resultList h3 a {color:#5E9A22;text-decoration:none}
#tabs2Item1 .resultList h3 a:hover {text-decoration:underline}
#tabs2Item2 .resultList h3 {color:#167F34;}
#tabs2Item2 .resultList h3 a{color:#167F34;text-decoration:none}
#tabs2Item2 .resultList h3 a:hover {text-decoration:underline}
#tabs2Item3 .resultList h3 {color:#C77A0C;}
#tabs2Item3 .resultList h3 a {color:#C77A0C;text-decoration:none}
#tabs2Item3 .resultList h3 a:hover {text-decoration:underline}
#tabs2Item4 .resultList h3 {color:#F04C37;}
#tabs2Item4 .resultList h3 a {color:#F04C37;text-decoration:none}
#tabs2Item4 .resultList h3 a:hover {text-decoration:underline}
#tabs2Item5 .resultList h3 {color:#C958CD;}
#tabs2Item5 .resultList h3 a {color:#C958CD;text-decoration:none}
#tabs2Item5 .resultList h3 a:hover {text-decoration:underline}
#tabs2Item6 .resultList h3 {color:#169CD8;}
#tabs2Item6 .resultList h3 a {color:#169CD8;text-decoration:none}
#tabs2Item6 .resultList h3 a:hover {text-decoration:underline}


.resultList h3 span {
	font-weight:normal;font-size:10px;
	text-transform:uppercase;
}

.moreDetails {
	overflow:hidden;
	clear:left;
	width:100%;
}
.js .moreDetails {display:none;}
.select .moreDetails {
	display:block;
}
.moreDetails .visual {
	float:left;
	margin:0 8px 8px 0;
}
.moreDetails p {
	padding:0 0 10px;margin:0;
}
.moreDetails .contextual {width:100%;}
.moreDetails .contextual p {
	margin-bottom:5px;
	font-weight:normal;
}
.moreDetails .contextual p strong {font-weight:bold;}
#tabs2Item1 .moreDetails .contextual p strong {color:#5E9A22;}
#tabs2Item2 .moreDetails .contextual p strong {color:#167F34;}
#tabs2Item3 .moreDetails .contextual p strong {color:#C77A0C;}
#tabs2Item4 .moreDetails .contextual p strong {color:#F04C37;}
#tabs2Item5 .moreDetails .contextual p strong {color:#C958CD;}
#tabs2Item6 .moreDetails .contextual p strong {color:#169CD8;}

/**
 * @section				link 4
 */
.link4 {float:right;}
.link4 .rightBorder {
	padding-top:3px;padding-left:8px;padding-right:8px;
	height:22px;
	font-size:11Px;
}
.link4 .content {
	float:left;
	padding:3px 25px 0 0;
	height:18px;
	background:url(../img/common/bg/link-4-play.png) no-repeat right top;
}

/**
 * @section					starsNtools
 */
.starsNtools {
	float:right;
	margin:13px 0 0;
}

/**
 * @section					stars
 */
.stars {
	float:left;
	margin:0 3px 0 0;padding:3px 0 0 9px;
	width:90px;height:20px;
	background:url(../img/search/bg/stars.png) no-repeat;
	list-style:none;
}
.stars li {
	float:left;
	padding:0 6px 0 0;margin:0;
}
.stars a {position:relative;}
.stars img {
	display:block;
	border:0;
}

/**
 * @section					tools
 */
.tools {
	float:left;
	margin:0;padding:0;
	list-style:none;
}
.tools li {
	float:left;
	padding:0 5px;
	background:url(../img/search/bg/result-list-tools-separator.gif) no-repeat 0 1px;
}
.tools li.first {
	padding-left:0;
	background:none;
}
.tools img {
	display:block;
	border:0;
}

/**
 * @section				baseline
 */
.baseline {
	position:relative;
	clear:left;
	margin:0 0 2px;
}
.baseline .visual {display:block;}
#theme .link6 {
	position:absolute;right:13px;top:66px;
}

/**
 * @section				link6
 */
.link6 {
	float:left;
	margin-left:1px;
	color:#C2FFBE;background:url(../img/home/bg/link-6-content.png) repeat-x;
	font-size:11px;
	text-decoration:none;
	cursor:pointer;
}
.link6 .leftBorder {
	float:left;
	margin-left:-1px;
	background:url(../img/home/bg/link-6-left-border.png) no-repeat;
}
.link6 .rightBorder {
	position:relative;left:1px;
	float:left;
	padding:3px 20px 0;
	height:20px;
	background:url(../img/home/bg/link-6-right-border.png) no-repeat right top;
	text-align:center;
}

#tabs2Item1 .link6 {background-image:url("../img/home/bg/link-6-1-content.png");}
#tabs2Item1 .link6 .leftBorder {background-image:url("../img/home/bg/link-6-1-left-border.png");}
#tabs2Item1 .link6 .rightBorder {background-image:url("../img/home/bg/link-6-1-right-border.png");}

#tabs2Item2 .link6 {background-image:url("../img/home/bg/link-6-2-content.png");}
#tabs2Item2 .link6 .leftBorder {background-image:url("../img/home/bg/link-6-2-left-border.png");}
#tabs2Item2 .link6 .rightBorder {background-image:url("../img/home/bg/link-6-2-right-border.png");}

#tabs2Item3 .link6 {background-image:url("../img/home/bg/link-6-3-content.png");}
#tabs2Item3 .link6 .leftBorder {background-image:url("../img/home/bg/link-6-3-left-border.png");}
#tabs2Item3 .link6 .rightBorder {background-image:url("../img/home/bg/link-6-3-right-border.png");}

#tabs2Item4 .link6 {background-image:url("../img/home/bg/link-6-4-content.png");}
#tabs2Item4 .link6 .leftBorder {background-image:url("../img/home/bg/link-6-4-left-border.png");}
#tabs2Item4 .link6 .rightBorder {background-image:url("../img/home/bg/link-6-4-right-border.png");}

#tabs2Item5 .link6 {background-image:url("../img/home/bg/link-6-5-content.png");}
#tabs2Item5 .link6 .leftBorder {background-image:url("../img/home/bg/link-6-5-left-border.png");}
#tabs2Item5 .link6 .rightBorder {background-image:url("../img/home/bg/link-6-5-right-border.png");}

#tabs2Item6 .link6 {background-image:url("../img/home/bg/link-6-6-content.png");}
#tabs2Item6 .link6 .leftBorder {background-image:url("../img/home/bg/link-6-6-left-border.png");}
#tabs2Item6 .link6 .rightBorder {background-image:url("../img/home/bg/link-6-6-right-border.png");}

/**
 * @section				not too late
 */
.notTooLate {margin-bottom:0;}

/**
 * @section 			easyclearing
 */
#weather .bgWrapper:after,
#weather ol:after,
#theme h2:after,
.resultList:after,
.moreDetails:after,
.resultList .contextual:after,
.stars:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

