/* Style Sheet for Free Tour Pages at /free-virtual-tour/ */

a.home-buttons:link { text-decoration: underline; color: #fff; }
a.home-buttons:visited { text-decoration: underline; color: #fff; }
a.home-buttons:active { text-decoration: underline; color: #fff; }
a.home-buttons:hover	{ text-decoration: none; background:none; color: #fff; }

a.home-img:link { text-decoration: none; }
a.home-img:visited { text-decoration: none; }
a.home-img:active { text-decoration: none; }
a.home-img:hover	{ text-decoration: none; background:none; }
	
	/* photo thumbs on upload.php */
	.container{
		width:170px;
		height:150px;
		padding:5px;
		float:left;
		text-align:center;
	}
	.container img{
		cursor: move;
	}
	
	.free-vt-button {
		background-image:url(/images/free-virtual-tour/btn.png);
		background-position:top center;
		background-repeat:no-repeat; 
		color:#fff;
		float:left;
		font-size:16px;
		font-weight:normal;
		padding-top:9px;
		text-align:center;
		height:39px;
		width:188px;
	}
	
	.free-vt-button-on {
		/*background-image:url(/images/free-virtual-tour/btn-on.png);
		background-position:top center;
		background-repeat:no-repeat; */
		float:left;
		font-size:16px;
		font-weight:bold;
		padding-top:9px;
		text-align:center;
		height:39px;
		width:188px;
	}
	
	/* sya
	#free-vt-container {
		background-image:url(/images/free-virtual-tour/bg-content-tile-free-vt.png);
		background-position:top left;
		background-repeat:repeat-x;
		margin:0 7px;
	}*/
	
	#free-vt-container {
		background-color:#fff;
		background-image:url(/images/free-virtual-tour/bg-content.png);
		background-position:top left;
		background-repeat:no-repeat;
		margin:0 7px;
	}

	#free-vt-content {
		background-image:url(/images/home/bg-content-tile.png);
		background-position:top left;
		background-repeat:repeat-y;
		margin:0 auto;
		padding:0;
		width:995px;
	}
	
	/* sya
	#free-vt-form {
		background-color:#e0e5eb;
		background-image:url(/images/free-virtual-tour/bg-free-vt-form-left.png);
		background-position:top left;
		background-repeat:no-repeat;
		float:right;
		width:766px;
	}*/

	#free-vt-form {
		float:right;
		width:766px;
	}

	#free-vt-form-content {
		float:left;
		margin:10px 0 0 10px;
		width:746px;
	}

	#free-vt-footer {
		margin:0 auto;
	}

	#free-vt-good2know {
		float:left;
		margin:10px 0 0 15px;
		width:174px;
	}
	
	.free-vt-good2know-logo {
		padding:30px 0 10px 80px;
	}
	
	.free-vt-good2know-text {
		font-size:12px;
		margin:15px 0 15px 0;
		padding:3px;
		text-align:left;
	}

	.free-vt-good2know-text li {
		margin:0 0 0 -20px;
		padding:0 0 5px 0;
	}
	
	#free-vt-nav {
		background-color:#fff;
		height:39px;
		margin:0 0 0 11px;
		width:755px;
	}
	
	#free-vt-top {
		background-image:url(/images/free-virtual-tour/bg-top-free-vt.png);
		background-position:top left;
		background-repeat:no-repeat; 
		height:12px;
	}
