/*--------------------------*/
/*                          */
/* LC : DESTINATIONS	    */
/*                          */
/*--------------------------*/

/*--------------------------*/
/* CSS INCLUDES			    */
/*--------------------------*/
@import url(base.css);

/*--------------------------*/
/* GLOBALS				    */
/*--------------------------*/
body{
	background: url(../ui/bg.jpg);
	background-repeat: repeat-x;
	font-family:arial,verdana,sans-serif;
	font-size:11px;
	color:#393939;
	background-color:#ffffff;
	width:970px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.body{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*==========================*/
/* HEADER				    */
/*==========================*/
#header{
	padding-bottom:26px; 
	height: 112px;
}
#header .logo{
	background: url(../images/lc_logo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 112px;
	width: 204px;
	position:absolute;
	left:20px;
	top:0px;
	z-index:999;
}	
#header hr{
	border: none;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width:960px;
	margin: 0px;
	position: absolute;
	top: 78px;
}

/*----------*/
/* user nav */
/*----------*/
#header #userNav{
	position:absolute;
	right:35px;
	top:6px;
	z-index:1000;
}
#header #userNav li{
	float:left;
	position:relative;
	padding-left:12px;
	display: block;
}
#header #userNav li.mylc a{
	color: #888888;
	text-transform:capitalize;
	text-decoration: none;
}
#header #userNav li.mylc a:hover{
	color: #333333;
}
#header #userNav li.assist a.assist, #header #userNav li.lang a.lang{
	background:transparent url(../images/topNavDropDnArrow.gif) no-repeat scroll right center;
	cursor:pointer;
	padding:0 12px 2px 0;
	color:#888888;
	font-size:10px;
	text-transform:capitalize;
	font-weight:normal;
	text-decoration:underline;
	display:block;
}
#header #userNav li.assist a.assist.on, #header #userNav li.lang a.lang.on{
	background:transparent url(../images/topNavDropDnArrowRed.gif) no-repeat scroll right center;
	color:#603524;
	text-decoration:none;
	position: relative;
	z-index: 9999;
}

#header #userNav li.assist #assistMenu{
	display:none;
	font-size:11px;
	position:absolute;
	right:-8px;
	top:-6px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	padding:25px 17px 17px;
	width:144px;
	z-index:1;
}
#header #userNav li.assist #assistMenu.on{
	display:block;
}
#header #userNav li.assist #assistMenu li{
	margin: 0px;
	padding: 0px;
	float: none;
}
#header #userNav li.assist #assistMenu li a{
	background:transparent url(../images/navLinkArrowRight.gif) no-repeat scroll right center;
	padding-right:8px;
	color:#888888;
	font-size:11px;
	text-transform:capitalize;
	text-decoration: none;
}
#header #userNav li.assist #assistMenu li a:hover{
	color:#333333;
}
#header #userNav li.assist #assistMenu li.custServContactNumber{
	border-bottom:1px solid #CCCCCC;
	margin:17px 0 8px;
	padding-bottom:8px;
	color:#888888;
	font-size: 10px;
	text-transform:capitalize;
	width:100%;
}
#header #userNav li.lang #langMenu{
	display:none;
	border:1px solid #CCCCCC;
	position:absolute;
	right:-21px;
	top:-6px;
	z-index:999;
	background:#FFFFFF none repeat scroll 0 0;
	padding:25px 17px 17px 8px;
}
#header #userNav li.lang #langMenu.on{
	display:block;
}
#header #userNav li.lang #langMenu li{
	width:60px;
	padding:0 0 1px;
	padding-left:12px;
}
#header #userNav li.lang #langMenu li a{
	color:#888888;
	font-size:11px;
	text-decoration:none;
	text-transform:capitalize;
}
#header #userNav li.lang #langMenu li a:hover{
	color:#753C52;
	font-weight:bold;
}

/*-------------*/
/* primary nav */
/*-------------*/
#header #primaryNav{
	height:42px;
	position:absolute;
	right:21px;
	top: 37px;
}
#header #primaryNav li{
	float:left;
	height:30px;
	padding-left:17px;
	padding-top:13px;
}
#header #primaryNav li a{
	color: #333333;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
}
#header #primaryNav li a:hover{
	color: #999999;
}
#header #primaryNav #findReserveTab{
	padding: 0px;
	margin: 0px;
}
#header #primaryNav #findReserveTab a{
	display: block;
	color: #666666;
	background:transparent url(../images/topFindReserveLeft.gif) no-repeat scroll left top;
	cursor:pointer;
	font-size:11px;
	margin-left:17px;
	padding-left:2px;
	text-transform:uppercase;
}
#header #primaryNav #findReserveTab span{
	display: block;
	background:transparent url(../images/topFindReserveRight.gif) no-repeat scroll right top;
	font-weight:bold;
	padding:12px 30px 17px 12px;
}

/*==========================*/
/* COLUMNS				    */
/*==========================*/
.col.left{
 	float: left;
 	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	_margin-left: 10px;
	width:204px;
}
.col.right{
 	float: left;
 	position: relative;
	width:725px;
}
.col.right hr{
	background-color:#CCCCCC;
	border:medium none;
	color:#CCCCCC;
	height: 1px;
	margin:	0px;
	margin-top: 15px;
	margin-bottom: 15px;
	*margin-top: 0px;
}

/*==========================*/
/* CONTENT : LEFT COL	    */
/*==========================*/

/*-----------------*/
/* destination nav */
/*-----------------*/
#destiantionNav{
	display: block;
	margin-bottom: 10px;
}
#destiantionNav a{
	cursor: pointer;
}
#destiantionNav .regions span{
	font-size:11px;
	text-decoration:none;
	color: #5B5C5E;
	display: block;
	float: left;
	position: relative;
}
#destiantionNav .regions a{
	display: block;
	padding-bottom: 8px;
	_padding-bottom: 0px;
	padding-top: 8px;
	padding-left: 12px;
	border: solid;
	border-width: 0px;
	border-color: #C5C5C5;
	height: 11px;
	text-decoration: none;
	font-weight: normal;
}
#destiantionNav .regions a:hover{
	text-decoration: none;
}
#destiantionNav .regions a em{
	display: block;
	float: left;
	position: relative;
	height: 5px;
	width: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

#destiantionNav .regions a.on{
	border-bottom-width: 1px;
}
#destiantionNav .regions a em{
	background: url(../images/navArrow_closed.jpg);
	background-repeat: no-repeat;
}
#destiantionNav .regions a.on em{
	background: url(../images/navArrow_open.jpg);
	background-repeat: no-repeat;
}

#destiantionNav .countries a{
	padding-bottom: 0px;
	padding-left: 24px;
	padding-bottom: 6px;
	_padding-bottom: 0px;
	padding-top: 6px;
	height: 11px;
}
#destiantionNav .countries a.on{
	border-width: 0px;
}
#destiantionNav .countries a em{
	background: url('');
}
#destiantionNav .countries a.on em{
	background: url(../images/navArrow_open.jpg);
	background-repeat: no-repeat;
}

#destiantionNav .cities a.current{
	font-weight: bold;
}
#destiantionNav .cities a{
	padding-left: 36px;
	padding-bottom: 3px;
	_padding-bottom: 0px;
	padding-top: 3px;
	height: 11px;
}

/*--------------------*/
/* general formatting */
/*--------------------*/
.col.left ul li.header{
	display: block;
	color:#333333;
	font-size:12px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ffffff;
}
.col a{
	color:#753C52;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
.col a:hover{
	text-decoration: underline;
}

/*------------------*/
/* destination info */
/*------------------*/
#destiantionInfo{
	display: block;
	margin-bottom: 10px;
	border: solid;
	border-width: 1px;
	border-color: #C5C5C5;
	padding:5px;
}
#destiantionInfo li.item{
	background-color: #EDEDED;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	color:#666666;
}
#destiantionInfo li.item.first{
	padding-top: 10px;
	
}
#destiantionInfo li.item.last{
	padding-bottom: 10px;
}
#destiantionInfo span.label{
	color:#2B1911;
	font-size:11px;
	font-weight:bold;
	margin-right: 5px;
}
#destiantionInfo li.item.icon{
	padding-top: 3px;
	display: block;
	height: 27px;
}
#destiantionInfo li.item.icon span{
	display: block;
	margin-left: 30px;
	margin-top: 5px;
}
#destiantionInfo li.item.phone em{
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 6px;
	*top: 8px;
	left: 10px;
	_left: 0px;
	background: url(../images/icons_phonecodes.png);
	background-repeat: no-repeat;
}
#destiantionInfo li.item.phone span{
	margin-top: 0px;
}
#destiantionInfo li.item.airport em{
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 6px;
	*top: 8px;
	left: 10px;
	_left: 0px;
	background: url(../images/icons_airport.png);
	background-repeat: no-repeat;
}
#destiantionInfo li.item.transportation em{
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 6px;
	*top: 8px;
	left: 10px;
	_left: 0px;
	background: url(../images/icons_transportation.png);
	background-repeat: no-repeat;
}
#destiantionInfo li.item.currency em{
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 6px;
	*top: 8px;
	left: 10px;
	_left: 0px;
	background: url(../images/icons_currency.png);
	background-repeat: no-repeat;
}
#destiantionInfo li.item.long{
	height: auto;
}
#destiantionInfo li.item.long span{
	margin-top: 0px;
}
/*-------------------*/
/* destination video */
/*-------------------*/
#destiantionVideo{
	display: block;
	margin-bottom: 10px;
	border: solid;
	border-width: 1px;
	border-color: #C5C5C5;
	padding:5px;
}
#destiantionVideo .preview{
	position: relative;
	border: solid;
	border-width: 1px;
	border-color: #C5C5C5;
	margin-bottom: 8px;
	font-size: .01em;
	line-height: .01em;
}
#destiantionVideo .preview a{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
#destiantionVideo .video a.more{
	margin-left: 4px;
	cursor: pointer;
}
/*-----------------*/
/* calendar events */
/*-----------------*/
#calendarEvents{
	display: block;
	margin-bottom: 10px;
	border: solid;
	border-width: 1px;
	border-color: #C5C5C5;
	padding:5px;
}

#calendarEvents li.items{
	*display: inline;
}
#calendarEvents li.items ul{
}
#calendarEvents li.item{
	display: block;
	color:#858585;
	padding: 6px;
	padding-top:0px;
	background-color:#f1f1f1;
	*padding-bottom: 0px;
}

#calendarEvents li.item span{
	display: block;
}

#calendarEvents li hr{
	display: block;
	background-color:#d0d0d0;
	border:medium none;
	color:#d0d0d0;
	height:1px;
	margin:0;
	margin-top: 6px;
	*margin-top: 0px;
}

#calendarEvents li.item.first{
	padding-top: 6px;
}
#calendarEvents li.item.last{
	text-align: right;
	padding-bottom: 6px;
}

#calendarEvents li.item.last a{
	font-size: 10px;
}

/*--------*/
/* adunit */
/*--------*/
#adUnit{
	display: block;
	margin-bottom: 10px;
}

/*----------------*/
/* spg recommends */
/*----------------*/
#spgRecommends{
	display: block;
	border: solid;
	border-width: 1px;
	border-color: #C5C5C5;
}
#spgRecommends li{
	display: block;
	color: #666666;
	padding:10px;
	padding-top:6px;
	padding-bottom:6px;
	font-size:11px;
	border: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #C5C5C5;
	
}
#spgRecommends li.header{
	display: block;
	color:#333333;
	font-size:12px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ffffff;
	border-bottom-width: 0px;
}
#spgRecommends li.recommendation{
	display: block;
	background-color: #f1f1f1;
	padding: 10px;
	margin: 5px;
	border-bottom-width: 0px;
	margin-top: 0px;
}
#spgRecommends li.recommendation div.header{
	color:#603524;
	font-size:14px;
	margin-bottom:5px;
}
#spgRecommends li.recommendation div.name{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
#spgRecommends li.recommendation div p{
	font-size:12px;
	font-weight:normal;
	line-height:15px;
}
#spgRecommends li.about .moreinfo{
	display: none;
}
#spgRecommends li.about a{
	cursor: pointer;
}
#spgRecommends li.member{
}
#spgRecommends li.visit{
	border-bottom-width: 0px;

}

/*==========================*/
/* CONTENT : RIGHT COL	    */
/*==========================*/

/*--------------------*/
/* Destination Header */
/*--------------------*/
#destinationHeader{
	position: relative;
	top: 0px;
	left: 0px;
}
#destinationHeader .shareit{
	position: absolute;
	top:-45px;
	left: 519px;
	display: block;
	border: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#destinationHeader .shareit.only{
	left: 650px;
	border: none;
	border-width: 0px;
}
#destinationHeader .shareit a{
	background:transparent url(../images/icons_new_share.gif) no-repeat scroll 0 0;
	color:#753C52;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	cursor: pointer;
}
#destinationHeader .downloadpdf{
	position: absolute;
	top:-45px;
	left: 600px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#destinationHeader .downloadpdf a{
	background:transparent url(../images/icons_new_pdf.gif) no-repeat scroll 0 0;
	color:#753C52;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	cursor: pointer;
}
#destinationHeader span.name{
	display: block;
	color:#333333;
	font-family:Verdana;
	font-size:21px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#destinationHeader div.block1{
	position: absolute;
	top: 34px;
	left: 551px;
	width: 16px;
	height: 212px;
	background-color: #723a52;
}
#destinationHeader div.block2{
	position: absolute;
	top: 44px;
	left: 570px;
	width: 19px;
	height: 212px;
	background-color: #392015;
}
#destinationHeader p{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 700px;
	color:#666666;
	font-size:12px;
	line-height:15px;
}

#memorableExperiences{
	margin-bottom: 15px;
	position: relative;
	top: 0px;
	left: 0px;
}
#memorableExperiences div.header{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 5px;
}

#memorableExperiences .experiences{
	width: 460px;
}
#memorableExperiences .experiences ul{
	display: block;
	float: left;
	width: 225px;
	margin-right: 5px;
}
#memorableExperiences .experiences ul li{
	margin-bottom: 5px;
}
#memorableExperiences .experiences ul li span{
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
#memorableExperiences .experiences ul li div{
	color:#666666;
	font-size:12px;
}

/*--------------------*/
/* distinctive detail */
/*--------------------*/
#distinctiveDetails{
	display: block;
	border: solid;
	border-width: 1px;
	border-color: #C5C5C5;
	padding: 5px;
	width: 235px;
	position: absolute;
	top: 0px;
	left: 478px;
}

#distinctiveDetails li.detail{
	background-color:#F1F1F1;
	color:#858585;
	padding:10px;
}
#distinctiveDetails li.header{
	background-color:#ffffff;
	color:#333333;
	font-size:12px;
	padding-bottom:5px;
	padding-left:10px;
}

/*--------*/
/* hotels */
/*--------*/
#hotels{
	position: relative;
	border:1px solid #C5C5C5;
	padding:5px;
	padding-left:10px;
	padding-bottom:0px;
	padding-right:0px;
	margin-bottom: 15px;
}
#hotels .header{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin-top: 3px;
	margin-bottom: 8px;
}
#hotels ul{
	position: relative;
	display: block;
}
#hotels ul li{
	position: relative;
	float: left;
	width: 356px;
	margin-bottom: 10px;
}
#hotels ul li img{
	float: left;
	margin-right: 15px;
}
#hotels ul li a.name{
	color:#753C52;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	display: block;
}
#hotels ul li a.reserve{
	position: absolute;
	top: 35px;
	*top: 37px;
	left: 260px;
	display: block;
	background: url(../images/hotels_reserve.gif);
	width: 79px;
	height: 19px;
}
#hotels ul li p.address{
}

#hotels ul li.break{
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 0px;
	height: 0px;
}

/*------------*/
/* categories */
/*------------*/
.categoryColumn{
	margin-right: 15px;
	float: left;
	width: 170px;
}
.categoryColumn.last{
	margin-right: 0px;
}
.categoryColumn .category{
	color:#333333;	
	font-size:20px;
	padding-bottom:2px;
	padding-top:5px;
	display: block;
}
.categoryColumn .imageBox{
	width: 170px;
	height: 160px;
	overflow: hidden;
}
.categoryColumn .catblurb{
	color:#666666;
	display:block;
	font-size:12px;
	height:75px;
	line-height:15px;
	margin-bottom:0;
}
.categoryColumn .articleList .subCategory{
	color:#603524;
	font-size:14px;
	padding-bottom:4px;
	padding-top:3px;
	border:0px solid #C5C5C5;
	border-bottom-width: 1px;
	border-top-width: 1px;
	margin-bottom: 8px;
}
.categoryColumn .articleList .description{
	padding: 5px;
}
.categoryColumn .articleList .description .name{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	display: block;
	margin-bottom: 2px;
}
.categoryColumn .articleList .description .short{
	color:#666666;
	font-size:12px;
	line-height:15px;
	margin-bottom: 5px;
	display: block;
}
.categoryColumn .articleList .description a{
	color:#753C52;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 15px;
	display: block;
	cursor: pointer;
}

/*==========================*/
/* FOOTER				    */
/*==========================*/
#footer{
	margin-top:17px;
	margin-bottom:25px;
	font-size:10px;
	line-height:14px;
	background: url('');
}
#footer hr{
	border: none;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width:960px;
	margin: 0px;
}

#footer .links{
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 6px;
}
#footer .links li{
	text-align:center;
	display: inline;
	margin-left: 17px;
}
#footer .links li a{
	color:#888888;
	font-size:10px;
	text-transform: capitalize;
	text-decoration: underline;
}
#footer .links2{
	text-align: center;
}
#footer .links2 li{
	color:#CCCCCB;
	text-align:center;
	display: inline;
}
#footer .links2 li a{
	color:#999999;
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
}
#footer .links2 li a:hover{
	color:#753C52;
}
#hotellogos{
	margin-top:55px;
	margin-left: 10px;
	position: relative;
	height: 85px;
	background: url(../images/ftr_SPGbg.png);
	background-repeat: no-repeat;
	width: 650px;
}
#footer .logos{
	display:block;
	height:19px;
	left:168px;
	position:absolute;
	top:-12px;
	width:430px;
}
#footer .logos li{
	float:left;
	margin-right:18px;
}
#footer .logos li.last{
	margin-right:0px;
	border: none;
}
#footer .logos2{
	display:block;
	height:38px;
	left:215px;
	position:absolute;
	top:20px;
	width:340px;
}
#footer .logos2 li{
	float:left;
	margin-right:46px;
}
#footer .logos2 li.last{
	margin-right:0px;
	border: none;
}

#footer .legal{
	display: block;
	width: 300px;
	position: absolute;
	top: -20px;
	left: 650px;
}
#footer .legal a.youare{
	display: block;
	color:#000000;
	text-decoration: none;
}
#footer .legal a.youare:hover{
	text-decoration: underline;
}
#footer .legal a.otherbrands{
	color:#753C52;
	text-decoration: underline;
}
#footer .legal a.starwoodhotels{
	text-decoration: none;
	color:#6C6C6C;
}
#footer .legal a.starwoodhotels:hover{
	text-decoration: underline;
}
#footer .legal span.copyright{
	margin-top:16px;
	display: block;
	width:230px;
}

#footer .otherbrandspopup li a{
	line-height:14px;
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	margin:0 0 1px;
	padding:0 10px;
	text-decoration:none;
}
#footer .otherbrandspopup li a:hover{
	color:#753C52;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:0 0 1px;
	padding:0 0 0 10px;
	text-decoration:none;
}
#footer .otherbrandspopup li hr{
	border-color:#D9D9D9;
	border-style:solid;
	border-width:0 0 1px;
	margin:3px 10px;
	width:122px;
}
#footer .otherbrandspopup{
	visibility: hidden;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:8px 0;
	width:143px;
	position: absolute;
	top: -205px;
	left: 645px;
}
#footer #spglogo{
	display:block;
	height:90px;
	left:0;
	position:absolute;
	top:-20px;
	width:150px;
}

/*==========================*/
/* POPUPS AND ALERTS		*/
/*==========================*/

/*------------*/
/* site cover */
/*------------*/
#screenfloat{
	display: none;
	background-color:#000000;
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index: 9999;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/*--------*/
/* popups */
/*--------*/
#popups{
	display: none;
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index: 10000;
}
#popups .bgClose{
	position: absolute;
	width:100%;
	height:100%;
	display: block;
	left:0px;
	top:0px;
}
#popups .closeBtn{
	background: url(../images/article_close.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	cursor: pointer;
}
/*----------------*/
/* popup language */
/*----------------*/
.popup.language{
	display: none;
	position: relative;
	width:285px;
	padding:15px;
	background-color:#FFFFFF;
	border:1px solid #C5C5C5;
	margin-left: auto;
	margin-right: auto;
}
.popup.language .closeBtn{
	top:0px; 
	left:325px; 
}
.popup.language .container{
	background-color:#EDEDED;
	height:55px;
	padding:15px;
	color:#666666;
	font-size:12px;
	line-height:15px;
	position:relative;
}

/*---------------*/
/* popup article */
/*---------------*/
.popup.article{
	display: none;
	position:relative;
	width:710px;
	height:230px;
	padding:15px;
	background-color:#FFFFFF;
	border:1px solid #C5C5C5;
	margin-left: auto;
	margin-right: auto;
}
.popup.article .closeBtn{
	top:0px; 
	left:750px; 
}
.popup.article img{
	float: left;
	margin-right: 15px;
}
.popup.article .category{
	color:#333333;
	font-size:24px;
	line-height:21px;
	padding-bottom:8px;
}
.popup.article .title{
	color:#333333;
	font-size:14px;
	padding-bottom:5px;
}
.popup.article p{
	color:#666666;
	font-size:12px;
	line-height:15px;
	margin-bottom:5px;
}
.popup.article .address{
	color:#666666;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
}
.popup.article .shareNrate{
	position: absolute;
	top:20px; 
	left:603px; 
	width: 120px;
}
.popup.article .shareit{
	margin-left: 68px;	
	margin-bottom: 5px;	
}
.popup.article .shareit a {
	background:transparent url(../images/icons_new_share.gif) no-repeat scroll 0 0;
	color:#753C52;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	cursor: pointer;
}
.popup.article .rate{
	color:#753C52;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.popup.article .rate .rateFlash{
	float: left;
	margin-right: 10px;	
}
.popup.article #addthis_article{
	position: absolute;
	top:20px; 
	left:603px; 
	width: 120px;
}

/*-------------*/
/* popup video */
/*-------------*/
.popup.video{
	display: none;
	position:relative;
	width:452px;
	padding:15px;
	background-color:#FFFFFF;
	border:1px solid #C5C5C5;
	margin-left: auto;
	margin-right: auto;
}
.popup.video .closeBtn{
	top:0px;
	left:495px;
}
.popup.video .container .title{
	color:#333333;
	font-size:14px;
	padding-bottom:5px;
	height: 14px;
}
.popup.video .container #videoplayer{
	border:1px solid #b0b0b0;
	background-color:#000000;
	width: 452px;
	height: 292px;
}
.popup.video .shareit a {
	background:transparent url(../images/icons_new_share.gif) no-repeat scroll 0 0;
	color:#753C52;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	cursor: pointer;
	display: block;
	height: 11px;
	width: 11px;
	position: absolute;
	top: 308px;
	left: 447px;
	z-index: 2;
}


/*-------------------*/
/* ADD THIS TOOL BOX */
/*-------------------*/
.addthis_toolbox .vertical{
    width: 136px;
    padding: 10px 0 10px 0;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.addthis_toolbox .vertical a{
    width: 102px;
    padding: 4px 0 4px 34px;
    position: relative;
    display: block;
    text-decoration: none;
    color: blue;
}
.addthis_toolbox .vertical a:hover{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    text-decoration: none;
}
.addthis_toolbox .vertical span{
    position: absolute;
    left: 14px;
    top: 4px;
}
.addthis_toolbox .vertical .more{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}
.addthis_toolbox .vertical .more a{
    padding: 4px 0;
    margin: 0;
}
.addthis_toolbox .vertical .more span{
    display: none;
}
