/* -=-==--=--=-==-=-=-=-=--=-=-=-=-
 * 
 *		 Absolute Powersports - or2076552122
 *		 Written: 03-20-2008
 * 	 Author: FBSM/MAS
 *
 *
 --=-==--=--=-==-=-=-=-=--=-=-=-=- */

/*---=-=-==-=-=-= Left Nav Removal -----------------*/
.indexNoLeftNav #ecomm_sideBar, .templateNoLeftNav #ecomm_sideBar{
	display: none;
}
.templateNoLeftNav #ecomm_shopContent, .indexNoLeftNav #ecomm_shopContent{
	padding: 0px 0px 0 5px;
	width: 678px;
	margin: 10px 0px 0 0px;
}
/*------=-= Balancing for showcase boxes -----------=-==--=*/
.templateNoLeftNav #showcaseSearch_tbl{
	width: 100px;
	margin: 0 auto;
}
.templateNoLeftNav #showcaseSearch_tbl div{
	margin: 0 auto;
	width: 253px;
	height: 279px;
}
.templateNoLeftNav .showcaseSearch_tblCell{
	padding: 5px;
}
/*------=-= Headers -----------=-==--=*/
h1 {
	font-size: 180%;
	font-weight: bold;
	line-height: 180%;
}
h2 {
	font-size: 160%;
	line-height: 160%;
	font-weight: bold;
}
h3 {
	font-size: 140%;
	line-height: 140%;
	font-weight: bold;
}
h4 {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
}
h6 {
	font-size: 90%;
	line-height: 90%;
	font-weight: bold;
}
 /* =--=-=-=-=--=-=-=-= Main Structure =-=-=-=--=--=-=-=-= */
html{
	text-align: center;
	background-color: #000306;
	color: white;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat:repeat-x;
}
body{
	padding: 0;
	margin: 0;
}
#main {
	width: 698px;
	margin: 0px auto;
	text-align: center;
	background-color: black;
	background-position: left;
	border: 0px solid black;
	background-image: url(../images/repeat.jpg);
}
#header{
	background-image: url(../images/header.jpg);
	width: 698px;
	height: 159px;
	background-color: black;
	position: relative;
}
#content{
	background-image: url(../images/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 402px;
	height: auto !important;
	height: 402px;
	text-align: left;
}
#footer{
	height: 39px;
	line-height: 20px;
	background-color: black;
	clear: both;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
}
/* =--=-=-=-=--=--=-=-=-= Secondary Skins =--=-=-=-=--=--=-=-=-= */
/* =--=-=-=-=--=--=-=-=-= Content =--=-=-=-=--=--=-=-=-= */
p, .ecomm_asset{
	margin-bottom: 1em;
}
p{
	line-height: 130%;
}
.imgborder, .imgborder-left, .imgborder-right, .imgborderleft, .imgborderright{
	border: 1px solid #ECDA18;	
}
.imgborder-left, .imgborderleft{
	margin-right: 5px;
	float: left;
}
.imgborder-right, .imgborderright{
	margin-left: 5px;
	float: right;
}
a:link, a:visited, a:active {
	color: #ECDA18;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: white;
	background-color: transparent;
	text-decoration: none;
}
.ecomm_asset a:link,.ecomm_asset a:visited,.ecomm_asset a:active{
	text-decoration: underline;
}
.ecomm_assetTitle, .assetTitle{
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
h2.assetTitle{
	font-size: 100%;
}
.assetSubTitle{
	font-size: 100%;
}
#ecomm_pageTitle, .ecomm_formSectionHeader{
	background-color: black;
	padding: 1px 5px;
	color: white;
	margin: .5em 0 1em 0;
	border-bottom: 1px solid #ECDA18;
	font-weight: bold;
	font-size: 11px;
}
#ecomm_pageTitle a:link, #ecomm_pageTitle a:active, #ecomm_pageTitle a:visited{
	color: #fff;
}
#ecomm_pageTitle a:hover{
	color:#ECDA18;
}
#ecomm_policyNav{
	clear: both;
	margin: 2em 5px 0 0;
}
/* =-=--=--=-=->>> *** EComm Cart CSS *** <<<=--=--=-+-=--= */
/* =-=-=--=--=-=-=-= Shopping Cart Styles =--=-=--=--=-=--= */
#ecomm_main{
	width: 698px;
	margin: 0;
	padding: 0;
}
#ecomm_shopContent{
	width: 580px;
	position: relative;
	right: 10px;
	margin: 0;
	padding: 0;
}
#ecomm_fullContent{
	width: 746px;
	margin: 0 auto;
}
#ecomm_content{
	float: right;
	width: 555px;
	padding: 10px 10px 0 0 !important;
}