/*CECE'S blog style sheet*/


body, td{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

td.entrytitle{
	font-weight: bold;
	font-size: 14px;
	color: #231f20;
	padding: 0;
}

td.entrydate{
	color: #ffffff;
}

td.blog_content{
	padding: 8px 2px 2px 2px;
}

td.topnav{
	font-size: 13px;
	background-color: #fffde0;
	font-weight: bold;
	padding: 2px 25px 2px 15px;
	border: 1px solid rgb(150, 150, 150);
}

img.blog_img{
	margin: 0px 8px 3px 0px;
	border: 1px solid rgb(50, 50, 50);
}

p.padded{
	padding: 4px 20px 4px 30px;
}

p.byline{
	text-align: right;
	padding-right: 20px;
}

p.header{
	margin-left: 60px;
	color: #ff7b00;
	font-size: 14px;
	font-weight: bold;
}

h2{
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
}
h1{
	font-weight: bold;
	font-size: 14px;
	color: #231f20;
	line-height: 14px;
	margin: 0;
}









.tiny{
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666;
}

.clear{
	clear: both;
}






/* for scrolling area*/

.scroll_container{
	overflow: hidden;
	border: 1px solid #ff7b00;
	background-color: #f7f18f;
}

.scrolling{
	position: relative;
	left: 0px;
	top: 5px;
}

img.thumb{
	padding: 2px 4px 2px 4px;
}


div.listing_stage{
	padding: 15px 0;
	text-align: center;
}





div.luxury_container{
	margin-bottom: 12px;
	margin-left: 15px;
	background: #f7f7f5;
	padding: 12px;
	width: 650px;
	border: 1px solid #a1a187;
}
table.luxury_index{

}

table.luxury tr.header td{
	font-size: 13px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #666;
	padding: 0 12px 0 5px;
}

table.luxury tr.content td{
	padding-top: 12px;
}

table.luxury img.luxury_index_thumb{
	float: left;
	margin: 5px 12px 5px 8px;
	border: 2px solid #fff;
}

table.luxury .thumb_container{
	padding: 6px;
	background: #adac9c;
	width: 126px;
	overflow: auto;
	height: 320px;
	text-align: center;
	float: left;
	border: 1px solid #666;
}

table.luxury .thumb_container img.thumb{
	margin: 3px 0;
	border: 1px solid #fff;
	padding: 0px;
}

table.luxury .stage_container{
	margin: -10px 6px 0 12px;
	background: #fff;
	width: 540px;
	text-align: center;
	float: left;
}


.luxury_description{
	float: left;
	width: 460px;
	border-right: 1px solid #ff7b00;
	padding-right: 12px;
}

.luxury_links{
	float: left;
	width: 200px;
	margin-left: 12px;
	paddding: 0;
}

.luxury_links a{
	color: #ff7b00;
	text-decoration: none;
}
.luxury_links ul{
	list-style: none;
	margin: 0;
}
.luxury_links li{
	margin: 5px 0;
	background: url('images/bullet_arrow_blue.gif') no-repeat 0 3px;
	padding-left: 18px;
	font-size: 12px;
}



.alpha-shadow {
  float: left;
  background: url('images/shadow.gif') no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.alpha-shadow div {
  background: url('images/shadow2.png') no-repeat left top !important;
  background: url('images/shadow2.gif')  no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}








a.topnav:link{
	color: #005be5;
}
a.topnav:visited{
	color: #005be5;
}
a.topnav:hover{
	color: #ff7b00;
}



