﻿html {
  margin: 0;
  padding: 0 !important;
  text-align: left !important;
}

body {
  background: #fff !important;
  color: #000 !important;
  font-size: 1em;
}

#contentmaincontainer, #contentcontainer {
  background: transparent !important;
  border: 0 !important;
  color: #000 !important;
  width: 100% !important;
}

#bannermaincontainer {
  display: none !important;
}

#headermaincontainer {
  display: none !important;
}

#menumaincontainer {
  display: none !important;
}

#footermaincontainer {
  display: none !important;
}

.articlesubheaderright {
  display: none !important;
}

.articleratingcontainer {
  display: none !important;
}

.articleheadercontainer {
  border-bottom: 1px solid #999 !important;
  color: #000 !important;
}

.articletitle, .articlesubtitle {
  color: #000 !important;
}

.mcusabannermaincontainer {
  display: none !important;
}

#articlecontainer2column {
  background: transparent !important;
  color: #000 !important;
}

#articleleftcolumn {
  float: none !important;
  width: 100% !important;
}

#articlerightcolumn {
  display: none !important;
}

.articleviewalllinks {
  display: none !important;
}
  
/*
*********************************
DRAG TO PIN
*********************************
*/
#divPinSite	{
	display:none;
	position: fixed;
	width: 425px;
	height: 70px;
	bottom: -74px;
	left: 25px;
	z-index:100;
	background: #D6D6D6 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxNDIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRDZENkQ2IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMTQyKSIgLz4KPC9zdmc+); /*Base 64 for IE9*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left:15px;
	border: 1px solid #BBB;
	box-shadow:0px 5px 10px #000;
}
#divPinSite span {
	background:none;
	line-height:45px;
	height:45px;
	color: #555;
	font-size: 20px;
	font-weight: bold;
	padding:0;
	border:none;
	text-transform:none;
}
#divPinSite #divPinSiteClose {
	position:relative;
	top:10px;
	right:10px;
	display:block;
	width:15px;
	height:15px;
	float:right;
	background: transparent url('http://images.motorcycle-usa.com/uiEleCloseSprite.png') no-repeat 0px 0px;
	text-decoration:none;
}
#divPinSite #divPinSiteClose:hover {
	background: transparent url('http://images.motorcycle-usa.com/uiEleCloseSprite.png') no-repeat 0px -15px;
}
#divPinSite .divPinSiteLearnMore {
	float:right;
	margin-right:40px;
}
/* MANAGED PAGE STYLES FOR DRAG TO PIN */
		#dtpHowToMngPg{
			padding:10px 25px;
			color:#3e3e3e;
		}
		#dtpHowToMngPg p.dtpIntro{
			margin-bottom:15px;
		}
		#dtpHowToMngPg p.dtpBody{
			width:350px;
			float:left;
			margin-left:20px;
			margin-top:5px;
		}
		#dtpHowToMngPg img{
			border:1px solid #d4d4d4;
			padding:10px;
			float:left;
		}
		#dtpHowToMngPg div{
			width:100%;
			overflow:auto;
			clear:both;
			margin:20px auto;;
		}
