/*
CSS Managing Explore Pages
*/

#explore-left {float:left;display:block;width:200px; border-top: 1px solid white;}
#explore-right {float:right;display:block;width:750px; padding: 10px 0px;background: url('/images/bg_primaryContent_header.png') repeat-x left top; border-top: 1px solid white;}

ul#nav-left {list-style:none;width:100%;background:#E9E9E9;font-family: "Lucida Grande", Georgia, Serif;}

li.nav-header {width:170px;margin:0;padding:15px 15px 5px 15px;background: url('/explore/images/tour-divider.png') repeat-x left bottom;}
li.nav-header p {color:red;margin:10px 5px 0px 5px;}

li.nav-item {width:165px;margin:0;padding:10px 15px 10px 20px;background: #FCFFEE url('/explore/images/tour-divider.png') repeat-x left bottom; cursor:pointer;}
li.nav-item:hover {background-color:#D1E5FE;}

li.nav-item a {color:blue;font-weight:bold;text-decoration:none;font-size:12px;}
li.nav-item p {margin:0;width:100%;font-weight:normal;color:black;font-size:11px;line-height:13px;}

li.nav-item-current {width:165px;margin:0;padding:10px 15px 10px 20px;background: #D1E5FE url('/explore/images/tour-divider.png') repeat-x left bottom;}

li.nav-item-current a {color:black;font-weight:bold;text-decoration:none;font-size:12px;cursor: default;}
li.nav-item-current p {margin:0;width:100%;font-weight:normal;color:black;font-size:11px;line-height:13px;}


#explore-right-nav {margin:0 auto;width:720px;}

#explore-header {display:block;width:666px;height:180px;margin:5px auto; padding:30px;background: #FFFFFF url('/explore/images/tour-promoarea.png') no-repeat left top;}

#explore-content {margin-left:10px;width: 710px; background: url('/images/bg_primaryContent_header.png') repeat-x left 1px; border-top: 1px solid #ECECEC; padding-top: 25px; padding-right: 20px; font-size:16px;}

#explore-content > div{clear:both;padding:20px 0;}
#explore-content > div{border-bottom:1px solid #ECECEC;}
#explore-content > div:last-child{border-bottom:none;}

#explore-content > div:nth-child(even) > img{float:left;margin-right:15px;}
#explore-content > div:nth-child(even) > p{float:right;width:330px;}
#explore-content > div:nth-child(odd) > img{float:right;margin-left:15px;}
#explore-content > div:nth-child(odd) > p{float:right;width:330px;}

#explore-content > div p {font-size:16px;line-height:20px;margin-top:5px;margin-bottom:0px;}

#explore-video-lightbox {position:fixed;z-index:1001;width:660px;height:430px;background:white;border:thin solid #262626;margin-left:-330px;top:75px;left:50%;display:none;}

#explore-video-overlay {width:100%;height:100%;z-index:1000;background:transparent url('/explore/images/overlay_55.png') repeat left top;position:fixed;top:0;left:0;display:none;}

#explore-video-lightbox-close {float:right;width:100px;text-align:right;margin:5px;}
#explore-video-lightbox-close a {color:#999999;font-weight:bold;text-decoration:none;}
#explore-video-lightbox-close a:hover {color:#666666;}

#explore-video-lightbox-player {width:640px;height:400px;}

.explore-content-end-btn {float:right; margin-right: 10px; margin-top: 20px;}

/*
div.explore-content-row {display:block;width:720px;height:220px;padding-bottom:10px;padding-left:20px;margin-right:10px;margin-top:25px;border-bottom: 1px solid #ECECEC;}
span.explore-content-row-item {float:left;text-align:left;width:49%;}
span.explore-content-row-item p {width:90%;margin-top:10px;font-size:16px;font-weight:normal;line-height:20px;}

#explore-content div:last-child {border-bottom:none;}
*/

