/* START SellingPoints */

div.application-style-sellingpoints #map_canvas {
	width: 540px;
	height: 500px;
}
div.application-style-sellingpoints #location_panel {
	width: 540px;
	float: left;
}
div.application-style-sellingpoints #detail_panel {
	width: 540px;
	float: left;
}
div.application-style-sellingpoints #direction_panel {
	width: 540px;
	float: left;
	padding: 0px !important;
}
div.application-style-sellingpoints #tab_control {
	width: 540px;
	margin-top: 9px;
}
div.application-style-sellingpoints label {
	float: none !important;
}
div.application-style-sellingpoints .custom-html-form.form .row div.form-elements-container {
	float: left;
	display: inline;
	clear: none;
}
div.application-style-sellingpoints a.navLink {
	margin-right: 10px;
}
div.application-style-sellingpoints table tr td.lastCell {
	width: 50px !important;
}
div.application-style-sellingpoints div.tab-container {
	width: 540px;
}
div.application-style-sellingpoints div.tab-container div {
	float: left;
}
div.application-style-sellingpoints div.table-container {
	margin-top: 5px;
	width: 540px;
}
div.application-style-sellingpoints .info_window_address span.BuyOnSunday {
	font-size: 10px;
}
div.application-style-sellingpoints table.sellingpoint-data-table tr.first-row td,
div.application-style-sellingpoints table.sellingpoint-data-table tr.first-row {
	background-color: #cecece;
}
div.application-style-sellingpoints table.sellingpoint-data-table tr td {
	background-color: #FFFFFF;
}
div.application-style-sellingpoints div.btn-basic {
	float: right !important;
}
div.application-style-sellingpoints div#gallery {
	margin-top: 9px;
}
div.application-style-sellingpoints span.label {
	float: left;
	margin-top: 2px;
	width: 160px;
}
div.application-style-sellingpoints .custom-html-form.form .row label.label {
	top: -2px;
}
div.application-style-sellingpoints span.form-element {
	float: left;
}
div.application-style-sellingpoints div.form-elements-container span.comment-label {
	font-size: xx-small;
	margin-left: 17px;
}
div.application-style-sellingpoints div.form-elements-container div.form-element {
	margin-top: 2px;
}
div.application-style-sellingpoints div#panoViewThumb {
	cursor: pointer;
}
div.application-style-sellingpoints div.PanoViewMainDiv {
	background-color: #FFFFFF;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	opacity: 0.6;
	filter: alpha(opacity=60) !important;
	z-index: 1000;
	left: 0px;
}
div.application-style-sellingpoints div.PanoViewContainer {
	background-color: #FFFFFF;
	border: solid 1px black;
	height: 480px;
	width: 640px;
	position: fixed;
	z-index: 1001;
	margin: auto;
}
div.application-style-sellingpoints div.PanoViewContainer div.PanoViewContainerHeader {
	background: url(/Code/WebPortals/Assistance/UI/PublicWeb/SellingPoints/Images/panoview_header.gif);
	height: 25px;
	width: 640px;
	z-index: inherit;
}
div.application-style-sellingpoints div.PanoViewContainer div.PanoViewContainerHeader div.CloseButton {
	height: 25px;
	width: 55px;
	cursor: pointer;
	float: right;
}

div.application-style-sellingpoints iframe.panoview-iframe {
	height: 455px;
	width: 640px;
	margin: 0;
	padding: 0;
}
div.application-style-sellingpoints .panoview-thumb-container {
	margin-top: 9px;
	position: relative;
}
div.application-style-sellingpoints .panoview-thumb-container .image {
	float: left;
}
div.application-style-sellingpoints .panoview-thumb-container div.thumb-overlay {
	background: url(/Code/WebPortals/Assistance/UI/PublicWeb/SellingPoints/Images/play_square.gif);
	width: 25px;
	height: 20px;
	position: absolute;
	top: 15px;
	left: 27px;
	cursor: pointerl;
}
div.application-style-sellingpoints .panoview-action-link-container {
	float: left;
}
div.application-style-sellingpoints .panoview-action-link-container .panoview-action-link {
	float: left;
	margin: 15px 0 0 20px;
}
div.application-style-sellingpoints .panoview-action-link-container .panoview-action-link a {
	color: #e20074;
	font-weight: bold;
	font-size: 12px;
}

/* Content Navigation
----------------------------------------------- */
.application-style-sellingpoints .tabstrip {
	margin-bottom:13px;
	width:100%;
	background:url(/Code/WebPortals/Assistance/UI/PublicWeb/StyleSheets/images/tab_menu_bg.gif) 0 100% repeat-x;
	overflow:hidden;
	font: 12px arial, tahoma, sans-serif;
}
.application-style-sellingpoints .tabstrip ul {
	margin:0;
	padding-top:10px;
	list-style:none;
}
.application-style-sellingpoints .tabstrip li {
	float:left;
	margin:0 2px 0 0;
	padding:0;
	color:#666;
	font-weight:bold;
}
.application-style-sellingpoints .tabstrip span.wrap {
	display:block;
	text-align: center;
	padding:8px 9px 3px 9px;
	background:url(/Code/WebPortals/Assistance/UI/PublicWeb/StyleSheets/images/tab_menu_right.gif) 100% 4px no-repeat;
}
.application-style-sellingpoints .tabstrip a,
.application-style-sellingpoints .tabstrip a:hover {
	display:block;
	margin:0 0 1px;
	text-decoration:none;
	font-size:1em;
	color:#666 !important;
	background:#fff url(/Code/WebPortals/Assistance/UI/PublicWeb/StyleSheets/images/tab_menu_left.gif) 0 4px no-repeat;
}
.application-style-sellingpoints .tabstrip a:hover {
	color:#e20074 !important;
}
.application-style-sellingpoints .tabstrip a.selected,
.application-style-sellingpoints .tabstrip a.selected:hover {
	margin:1px 0 0;
	color:#e20074 !important;
	background:#333 url(/Code/WebPortals/Assistance/UI/PublicWeb/StyleSheets/images/tab_menu_left_current.gif) 0 0 no-repeat;
} 
.application-style-sellingpoints .tabstrip .selected span.wrap {
	display:block;
	padding:7px 5px 4px 7px;
	background:url(/Code/WebPortals/Assistance/UI/PublicWeb/StyleSheets/images/tab_menu_right_current.gif) 100% 0 no-repeat;
	border-right:0;
}
.application-style-sellingpoints .tabstrip span.innerWrap {
	text-align:center;
}


