@charset "utf-8";
/*---------- common ------------- */
* {
	margin: 0px;
	padding: 0px;
}
ol, ul, li {
margin:0;
padding:0;
}
body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0pt auto;
	padding:0pt;
	position:relative;
	width:910px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main {
	padding-top:12px;
	width:100%;
}
.page-body {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.page-body .free-travel-blog {
	margin-top: 10px;
}
.free-travel-blog .left-col {
	width: 560px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.free-travel-blog .right-col {
	padding-left: 20px;
}
.free-travel-blog  h1 {
	color: #C00;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.free-travel-blog  h2 {
	color:#006699;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:17px;
	font-weight:normal;
	margin-bottom:5px;
}
.free-travel-blog h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

.free-travel-blog  p {
	line-height: 16px;
	margin-bottom: 7px;
	color: #333;
}
.free-travel-blog a {
	color: #069;
	text-decoration: underline;
}

.free-travel-blog ul {
	margin-bottom: 38px;
	color: #333;
	list-style-type: none;
	margin-left: 6px;
}
.free-travel-blog ul li {
	list-style-type: none;
	line-height: 17px;
	/*background-image: url(../images/bullet-big1.gif);*/
	background-image: url(../../images/bullet-reddisc.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 5px;
	margin-bottom: 3px;
}

.free-travel-blog  .submit_btn{
	border:1px solid #666666;
	color:#CC3333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	height:20px;
	background-image: url(../../images/btn_bg.gif);
}
.free-travel-blog .link-privacy-policy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.free-travel-blog .link-privacy-policy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #069;
}
.free-travel-blog .bottom-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.free-travel-blog .featured-member-blogs {
}
.featured-member-blogs td {
	padding-bottom: 10px;
}
.featured-member-blogs .featured-member-box {
	background-image: url(../../images/featured-member-blogs-bg.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 300px;
}
.featured-member-box .member-photo {
	width: 88px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
}
.featured-member-box .member-info {
	height: 60px;
	padding-top: 15px;
	line-height: 17px;
	color: #666;
}
.featured-member-box .member-name a {
	color: #C00;
	text-decoration: none;
}
.featured-member-box .member-info span {
	color: #000;
}
.featured-member-box .link-view-blog a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C00;
	text-decoration: none;
}
/*css added by sandeep to solve opera and FF 3.6.2 black line issue*/
/*.featuredblogstemplatenoborder table
{
	border:0px white !important;
}
.featuredblogstemplatenoborder th
{
	border:0px white !important;
}
.featuredblogstemplatenoborder tr
{
	border:0px white !important;
}
.featuredblogstemplatenoborder td
{
	border:0px white !important;
}*/
.featuredblogstemplatenoborder table,tr,td,th
{
	border:0px white;
}
