@CHARSET "UTF-8";

body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

div.tlpBlack,
div.tlpWhite {
  height: 13px;
  line-height:12px;
  width: 53px;
  font-size:10px;
  text-align:center;
  border:1px solid #ddd;
}

div.tlpWhite {
  background-color: #fff;
}

div.tlpBlack {
  background-color: #000;
}

div.skinsbtns {
	position:absolute;
	right:0px;
	top:-5px;
}

} div.skinsbtns {
  top:-20px;
}
* html div.skinsbtns {
  top:-20px;
}

div#main-container{
	margin: auto;
	width: 640px;
	position:relative;
}

div#header {
	padding-top:40px;
	height: 40px;
}

div#footer {
	height: 50px;
	padding-top: 35px;
}

div.clearer {
	clear: both;
}

h1 {
	margin-top:0px;
	font-size: 20px;
	font-weight:normal;
	color: #000;
}

form {
	padding-top:0px;
	margin-top:0px;
}

div#shoutbox {
	border: 1px solid #b6b6b6;
	padding: 2px;
	width: 330px;
	height: 250px;
	overflow: auto;
}

div.btnLapOff,div.btnLapOn {
	background-color: #ed2790;
	height: 16px;
	width: 60px;
	float: left;
	padding: 5px;
	margin-bottom:0px;
	font-size: 13px;
	text-align: center;
	color: #fffff;
}

div.btnLapOn {
	border: 1px solid #8b8a88;
	background-color: #fff;
	color: #000;
}
div.btnLapOff a {
	color: #fff;
}

div.btnLapOff {
	border: 1px solid #ed2790;
}
h3.hpTabOn {
  font-weight:bold;
  color:#ed2790;
}

a,a:hover {
	text-decoration: none;
	color: #000;
}

img {
	border: 0px;
}

.tooltip {
	background-color: #e9ebea;
	padding: 5px;
	border: 1px solid #000;
}

div#hpText {
	float: left;
	font-size: 15px;
	padding: 10px;
	padding-left:0px;
	padding-right:35px;
	padding-top:15px;
	width: 380px;
	font-weight: bold;
	text-align:justify;
}
div#infoDiv {
	position:absolute;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	left:80px;
	width:300px;
	text-align:justify;
	background-color: #ed2790;
  	color: white;
  	padding:6px;
  	z-index:99;
}
.link
{
	 color: blue;
}
div.errorbox,
div.successbox {
 font-weight:bold;
 padding:8px 0px;
 text-align:center;
 width:638px;
 border:1px solid #000;
 margin-bottom:3px;
}
div.errorbox {
 background-color:#000;
 color:#fff;
}
div.successbox {
 background-color:pink;
 color:#000;
}
div#ajaxinfo {
  color: red;
}
.map-place {
	width:100px;
	height:100px;
	margin:10px;
	margin-top:0px;
	position:relative;
	overflow:hidden;
}
.map-big,
div#mapContainer {
  width: 580px; 
  height: 280px;
  overflow:hidden;
}
div#mapContainer {
  position:relative;
}
div#my-profile-link {
 position:absolute;
 font-weight:bold;
 font-size: 16px;
 padding:8px;
 text-align:center;
 top:80px;
 right: 100px;
 width:200px;
}

div#mapInfo {
 position: absolute;
 top: 40%;
 left: 60px;
 width: 80%;
 height:30px;
 padding-top:10px;
 background-color:#fff;
 font-weight: bold;
 border:1px solid #000;
 text-align: center;
 display: block;
 color:#000;
}

div#buyMarker {
 position: absolute;
 bottom: 0px;
 right:-60px;
}

.arrows
{
	position: relative;
	top: -10px;
	left: 5px
}

.gray
{
	color: white;
	background: gray;
}

.bold
{
	font-weight: bold;
}

span.required_field {
  color: red;
}

.tip, .tipheader {
	width: 120px;
	text-align:center; 
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 6px;
	cursor: hand;
	cursor: pointer;
	color:#000;
}
  
.tipheader {
	background-color: #CCCCCC;
	border-bottom: 0px;
}
.momentInfoMap {
  height:150px;
  overflow:auto;
  padding:0px;
  margin:2px;
}
h1#shoutbox-title {
	margin-bottom:17px;
}
/*
hr {
  background-image: url('../images/hr.png');
  background-repeat: no-repeat;
  height: 1px;
  border:0px;
  width:100%;
}*/
.c-pink {
  font-weight: bold;
  color: #ed2790;
}

.transport-arrow
{
	height:20px;
	text-align:center;
}
.transport-betweenarrows
{
	/*height: 100px;*/
}
.yellow {
	background-color: yellow;
}
h1.header-lists {
  margin-top:3px;
}
.boldLabel {
  padding-top:3px;
  font-weight:bold;
  /*text-align:right;
  padding-right:2px;*/
}

input.submit-btn, button.submit-btn, input.submit-btn-gray, .link_navigate {
  background-color: #ed2790;
  color: white;
  font-weight: bold;
  border:0px;
  padding:4px;
  cursor:pointer;
  overflow: visible; 
}
input.submit-btn, button.submit-btn {
  background-image: url('../images/btn-sub-bg.gif');
  background-repeat: repeat-x;
}
input.submit-btn-gray {
  color:#fff;
  background-image: url('../images/btn-sub-bg-gr2.gif');
  background-repeat: repeat-x;
}

td.msgbox-td {
  border-bottom:1px solid #ccc;
  padding-top:5px;
  padding-bottom:5px;
}
.btnWriteMsg {
  background: #ed2790; 
  text-align: center; 
  width: 100px;
  padding:10px;
  font-weight:bold;
  font-size:15px;
  border:1px solid #000;
  color:#fff;
}
h4 {
  font-size:17px;
  margin-bottom:2px;
  margin-top:2px;
}
h5 {
  font-size:13px;
  margin-bottom:2px;
  margin-top:2px;
}
div#addmomenttabdiv {
  height:9px;
}
div.hpIcon {
 float:left;
 text-align:center;
 margin-right:50px;
}
div#addtransport-from {
 float:left;
 width:43px;
 padding-top:3px;
}
.msgbox-textarea {
 width:646px; padding: 0px; margin: 0px; display: block;
}
*+html .msgbox-textarea{
 width:645px; padding: 0px; margin: 0px; display: block;
}
.msgbox-textarea, x:-moz-any-link {
 width:638px; padding: 0px; margin: 0px; display: block;
}
.msgbox-subject {
 width:577px; 
}
*+html .msgbox-subject{
 width:577px; 
}
.msgbox-subject, x:-moz-any-link {
 width:577px; 
}

h1.moment-h1 {
  font-size:38px;
  margin-bottom:0px;
  display:inline;
}
h2.moment-h2 {
  display:inline;
  font-weight:normal;
  font-size:18px;
}

/*register*/
div#register-body {
	padding: 10px;
	width: 800px;
}

div#left-side-register {
	width: 400px;
	float: left;
	
}

div#right-side-register {
	width: 400px;
	float: left;
}

div.postquote {
    background-color:#f5f5f5;
	border: 1px solid #efefef;
	margin: 10px;
	padding:6px;
	color: #434343; 
}

#advert > div { 
  margin-left:-50px;
}

.link_inside a{
	color: #ffffff;
}