/* CSS RESET */
body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,form,fieldset,legend,p,blockquote,th,td,img{margin:0;padding:0;border:0;}
input{margin:0;text-indent:0}
address,caption,em,strong,th{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
abbr,acronym{border-width:0;font-variant:normal;}
table,input,textarea,select,span{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:1em;}

ul li{list-style: disc;}
ol li{list-style: decimal;}
em {font-style: italic;}
strong {font-weight: bold;}
abbr, acronym {cursor: help; border-bottom-width: 1px; border-style: dotted;}

/* CSS */
*, select, input, textarea { font-family: "Tahoma MS", Tahoma, "Verdana CE", Verdana, "Arial CE", Arial, "Lucida Grande CE", "Helvetica CE", lucida, sans-serif; }

/* ELEMENTS */
body {
	font-size: 78%;
	text-align: center;
	color: #000;
	background: #f5f4f6 url('./moto-new/body_bg.png') 50% 0 repeat-x;
}

a { color: #2e85ad; }
a:hover { color: #2a99cd; }

#h1, #h1 span,
h1, h1 span {
	position: absolute;
	left: 265px;
	top: 0;
	margin: 0;
	padding: 0;
	width: 309px;
	height: 55px;
	font-size: 2em;
	font-variant: small-caps;
	text-align: left;
	font-weight: bold;
	overflow: hidden;
}

#h1 a,
h1 a {
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

#h1 span,
h1 span {
	left: 0;
	top: 0;
	background: url('./moto-new/logo.png');
}

.box h2 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 31px;
}
#heading-search span { background: url('./moto-new/h-search.png') 50% 50% no-repeat; }
#heading-categories span { background: url('./moto-new/h-categories.png') 50% 50% no-repeat; }
#heading-basket span { background: url('./moto-new/h-basket.png') 50% 50% no-repeat; }
#heading-myaccount span { background: url('./moto-new/h-myaccount.png') 50% 50% no-repeat; }
#heading-news span { background: url('./moto-new/h-news.png') 50% 50% no-repeat; }
#heading-brands span { background: url('./moto-new/h-brands.png') 50% 50% no-repeat; }

p, address {
	margin: 0.33em 10px;
	line-height: 1.6em;
	text-align: justify;
}

address {
	padding: 5px;
	border: 1px solid #999;
	background: #f0f0f0;
}

dt {
	margin: 1em 10px 0.25em;
	font-weight: bold;
	font-size: 1.1em;
}

table { border-collapse: collapse; }
table th { font-weight: bolder; text-align: center; }
table td {
	padding: 0.25em;
}

form table th { font-weight: normal; text-align: right; }
form table .required th { font-weight: bold; }

fieldset {
	margin: 1em 0 0.5em 0;
}

legend, h4 {
	font-size: 1.1em;
	font-weight: bolder;
	font-variant: small-caps;
	color: #006e9c;
}

h4 {
	margin: 1.33em 10px 0.25em 10px;
	font-size: 1.3em;
}

#banner {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 468px;
	height: 60px;
	background: #999;
}


/* IDS and CLASSES */
#left-shadow {
	margin: 0 auto;
	width: 1020px;
	background: url('./moto-new/left-shadow_bg.png') 0 0 repeat-y;
	overflow: visible;
}
#left-shadow-top {
	width: 100%;
	background: url('./moto-new/left-shadow-top_bg.png') 0 0 no-repeat;
	overflow: visible;
}
#right-shadow {
	width: 100%;
	background: url('./moto-new/right-shadow_bg.png') 100% 0 repeat-y;
	overflow: visible;
}
#right-shadow-top {
	width: 100%;
	background: url('./moto-new/right-shadow-top_bg.png') 100% 0 no-repeat;
	overflow: visible;
}

#main {
	position: relative;
	margin: 0 20px;
	width: 980px;
	text-align: left;
	background: #eaeaea url('./moto-new/main_bg.png') 0 0;
	z-index: 5;
}

#topbar {
	position: relative;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: right;
	color: #FFF;
	background: #2e85ad url('./moto-new/ribbon_bg.png') 50% 0 repeat-x;
	overflow: hidden;
}

#topbar p {
	position: relative;
	margin: 0 10px 0 0;
	text-indent: 0;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

#topbar p img {
	margin: 0;
	vertical-align: -15px;
}

#tools {
	position: absolute;
	right: 0;
	margin: 10px 5px;
	height: 35px;
	font-size: 1.1em;
	overflow: visible;
}
#tools .widget {
	float: left;
	display: block;
	position: relative;
	margin: 0 5px;
	min-width: 35px;
	height: 35px;
	font-size: 0.95em;
	line-height: 35px;
	vertical-align: middle;
	color: #FFF;
	background: #4798B6 url("./moto-new/tools-bg.png") 0 0 no-repeat;
	z-index: 6;
}
#tools .widget * { position: relative; z-index: 8; cursor: pointer; cursor: hand; }
#tools .widget img { float: left; }
#tools .widget span { float: left; padding: 0 5px; }

#tools .widget .fix {
	display: block;
	position: absolute;
	top: 0;
	right: -1px;
	width: 8px;
	height: 35px;
	background: url("./moto-new/tools-end-bg.png") 100% 0 no-repeat;
	z-index: 7;
}
#tools .widget .fix[class] { right: 0; }
#tools .widget:hover .fix { background-position: 100% -35px; }

#tools .widget:hover{
	background-color: #85BACF;
	background-position: 0 -35px;
}

#tools a { text-decoration: none; }

#header {
	position: relative;
	padding-left: 276px;
	text-align: right;
	height: 93px;
	background: #dadbdc url('./moto-new/header_bg-toon.jpg') 100% 0;
	border-bottom: 1px solid black;
}

#header[id] {
	height: 92px;
}

#car_top {
	position: absolute;
	top: -40px;
	left: -31px;
	width: 299px;
	height: 133px;
	background: url('./moto-new/car-top-toon.jpg');
}

#car_bottom {
	position: absolute;
	top: 93px;
	left: -24px;
	width: 225px;
	height: 54px;
	background: url('./moto-new/car-bottom.jpg');
}


#platesSmallAd,
#graphicsLargeAd,
#standardPlates,
#motorbikePlates,
#specialPlates,
#importPlates {
	position: relative;
	display: block;
	width: 200px;
	height: 87px;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 50px;
}

#platesSmallAd span,
#graphicsLargeAd span,
#standardPlates span,
#motorbikePlates span,
#specialPlates span,
#importPlates span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url('./moto-new/plates-small-ad.jpg');
}

#platesSmallAd {
	margin: 0 -10px 0 0;
}

#platesSmallAd span.go,
#grpahicsLargeAd span.go,
#standardPlates span.go,
#motorbikePlates span.go,
#specialPlates span.go,
#importPlates span.go {
	left: 163px;
	top: 42px;
	width: 43px;
	height: 43px;
	background: url('./moto-new/small-plates-go.png') 0 0 no-repeat;
}

#platesSmallAd span.go {
	left: 150px;
}
#graphicsLargeAd span.go {
	top: 92px;
	left: 492px;
	width: 55px;
	height: 55px;
	background: url('./moto-new/graphics-large-go.png') 0 0 no-repeat;
}
#standardPlates span.go {
	top: 93px;
}
#motorbikePlates span.go {
	top: 82px;
}
#specialPlates span.go {
	top: 91px;
}
#importPlates span.go {
	top: 79px;
}

#platesSmallAd:hover span.go,
#standardPlates:hover span.go,
#motorbikePlates:hover span.go,
#specialPlates:hover span.go,
#importPlates:hover span.go {
	background-position: 0 -43px;
}
#graphicsLargeAd:hover span.go {
	background-position: 0 -55px;
}

#graphicsLargeAd {
	margin: 10px 0;
	width: 560px;
	height: 160px;
	font-size: 2.5em;
}

#standardPlates {
	margin-top: -28px;
	margin-left: -10px;
	width: 210px;
	height: 136px;
}

#motorbikePlates {
	margin-left: -10px;
	width: 210px;
	height: 126px;

}
#specialPlates {
	margin-left: -10px;
	width: 210px;
	height: 134px;

}
#importPlates {
	margin-left: -10px;
	margin-bottom: 3px;
	width: 210px;
	height: 124px;
}

#graphicsLargeAd span {
	background: url('./moto-new/graphics-large-ad.jpg');
}

#standardPlates span {
	background: url('./moto-new/standard-plates.jpg');
}

#motorbikePlates span {
	background: url('./moto-new/motorbike-plates.jpg');
}

#specialPlates span {
	background: url('./moto-new/special-plates.jpg');
}

#importPlates span {
	background: url('./moto-new/import-plates.jpg');
}

#topCategories {
	margin-right: -10px;
	width: 570px;
	overflow: auto;
}

#topCategories .topcategory {
	position: relative;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 180px;
}

#topCategories a {
	display: block;
	height: 85px;
	line-height: 83px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background: #fefefe;
	border: 1px solid #a8a8a8;
}
#topCategories[id] a {
	height: 83px;
}
#topCategories a span {
	display: inline-block;
	line-height: 1.3em;
	vertical-align: middle;
}
#topCategories a span.bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
#topCategories a span.counts {
	position: absolute;
	bottom: 2px;
	left: 4px;
	color: #063f54;
	font-size: 0.75em;
	line-height: 1.5em;
}
#topCategories a:hover span.counts {
	color: #fff;
}

#topCategories a.number-plate-holders span.bg { background: url('./moto-new/category-number-plate-holders.png') 0 0 no-repeat; }
#topCategories a.car-flame-graphics span.bg { background: url('./moto-new/category-car-flame-graphics.png') 0 0 no-repeat; }
#topCategories a.car-side-graphics span.bg { background: url('./moto-new/category-car-side-graphics.png') 0 0 no-repeat; }
#topCategories a.vinyl-lettering span.bg { background: url('./moto-new/category-vinyl-lettering.png') 0 0 no-repeat; }
#topCategories a.vehicle-vinyl-graphics span.bg { background: url('./moto-new/category-vehicle-vinyl-graphics.png') 0 0 no-repeat; }
#topCategories a.tribal-car-stickers span.bg { background: url('./moto-new/category-tribal-car-stickers.png') 0 0 no-repeat; }
#topCategories a.butterfly-car-stickers span.bg { background: url('./moto-new/category-butterfly-car-stickers.png') 0 0 no-repeat; }
#topCategories a.animal-prints span.bg { background: url('./moto-new/category-animal-prints.png') 0 0 no-repeat; }
#topCategories a.animals-flames span.bg { background: url('./moto-new/category-animals-flames.png') 0 0 no-repeat; }
#topCategories a.sunstrips span.bg { background: url('./moto-new/category-sunstrips.png') 0 0 no-repeat; }
#topCategories a.car-racing-stripes span.bg { background: url('./moto-new/category-car-racing-stripes.png') 0 0 no-repeat; }
#topCategories a.racing-door-numbers span.bg { background: url('./moto-new/category-racing-door-numbers.png') 0 0 no-repeat; }
#topCategories a.vinyl-lettering span.bg { background: url('./moto-new/category-vinyl-lettering.png') 0 0 no-repeat; }
#topCategories a.animals span.bg { background: url('./moto-new/category-animals.png') 0 0 no-repeat; }
#topCategories a.consumables span.bg { background: url('./moto-new/category-consumables.png') 0 0 no-repeat; }
#topCategories a.stickers-for-sale span.bg { background: url('./moto-new/category-stickers-for-sale.png') 0 0 no-repeat; }

#topCategories a:hover span.bg {
	background-position: 0 -85px;
}

/* TOOLBOX */
#toolbox {
	position: relative;
	margin: 10px 10px 20px 210px;
	padding: 0 7px;
	height: 32px;
	text-align: center;
	background: #2e85ad url('./moto-new/toolbox_bg.png') 0 0 repeat-x;
	border: 1px solid #000;
	z-index: 8;
}

#toolbox[id] {
	height: 30px;
}

#toolbox .lc, #toolbox .rc {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 7px;
	height: 32px;
	background: url('./moto-new/toolbox-lc_bg.gif');
}

#toolbox .rc {
	position: absolute;
	left: auto;
	right: -1px;
	background: url('./moto-new/toolbox-rc_bg.gif');
}

#toolbox span {
	float: left;
	display: inline;
	width: 4px;
	height: 30px;
	background: url('./moto-new/toolbox-separator_bg.gif');
}

#toolbox a {
	float: left;
	display: inline;
	margin: 0 2px;
	/*padding: 0 10px;*/
	width: 74px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	cursor: hand;
	cursor: pointer;
}
#toolbox a.last { margin-right: -10px; }
#toolbox a.platebuilder {
	width: 84px;
}

#toolbox a:hover {
	background: url('./moto-new/toolbox-hover_bg.png');
}


/* CONTENT */
#left, #right, #content {
	margin: 0;
	float: left;
	display: inline;
}
#left {
	margin-left: 10px;
	width: 190px;
	overflow: visible;
}
#right {
	position: relative;
	left: 570px;
	margin-left: 10px;
	width: 190px;
	overflow: visible;
}
#content {
	position: relative;
	left: -210px;
	margin-left: 10px;
	width: 560px;
	overflow: visible;
}
#content[id] { left: -200px; }
#contentwide { left: 0; margin: 10px 10px 0 210px; }

#footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 95px;
	color: #fff;
	background: #c01b21 url('./moto-new/foot_bg.png') 0 0;
}

#footer p {
	margin: 0 10px;;
	padding: 18px 0 0 0;
	font-size: 0.85em;
	text-align: right;
	text-indent: 0;
	line-height: 1.6em;
}
#footer p.payments {
	position: absolute;
	left: 0;
	bottom: 12px;
	text-align: left;
}
#footer[id] p.payments { left: 2px; bottom: 11px; }

#footer p.payments img {
	display: block;
	float: left;
	margin: 0 2px 0 0;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}

#content h2, #contentwide h2, h1.h2 {
	position: static;
	display: block;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	padding: 0.5em 10px 0 10px;
	font-size: 2.2em;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	color: #c01b21;
}

/* SEARCH FORM */
#quicksearch-term-lbl {
	display: none;
}

#quicksearch-term {
	margin: 8px 8px 0 8px;
	width: 171px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: left;
	background: url('./moto-new/search-input_bg.png') no-repeat;
	overflow: hidden;
}

#quicksearch-term input {
	display: inline-block;
	margin: 1px;
	padding: 0;
	width: 168px;
	height: 23px;
	line-height: 23px;
	border: 0;
	background: transparent;
}

#quicksearch-submit {
	float: right;
	display: inline;
	margin: 8px 8px 3px 0;
	width: 94px;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	text-align: right;
	background: url('./moto-new/search-submit_bg.png') no-repeat;
	overflow: hidden;
}

#quicksearch-submit input {
	display: inline-block;
	cursor: pointer;
	margin: 0;
	padding-right: 8px;
	width: 100%;
	height: 100%;
	line-height: 29px;
	text-align: right;
	color: #4f4f4f;
	background: transparent;
	border: none;
}

#quicksearch-advanced {
	float: left;
	display: inline;
	margin: 13px 0 0 8px;
	text-indent: 0;
	font-size: 0.9em;
	vertical-align: baseline;
}

#quicksearch-advanced a {
	color: #999;
}

#quicksearch-advanced a:hover {
	text-decoration: none;
}

/* USER */

/* CART */
#cart .bg {
	background: url('./moto-new/cart_bg.png') 0 0 no-repeat;
	border-top: 1px solid #c7c8ca;
}

#cart .summary {
	margin: 10px 5px;
}

#cart .summary span {
	display: inline-block;
	width: 5.5em;
	text-align: right;
}

#cart .summary b {
	color: #c01b21;
}

#cart .links {
	text-align: center;
	text-indent: 0;
}

/* NEWS */

#news h3 {
	margin: 0.5em 10px 0.25em 10px;
	font-weight: bold;
	font-size: 1.1em;
	color: #c01b21;
}

#news p {
	margin: 5px;
}

#news .more {
	text-align: right;
	text-indent: 0;
}

/* BUILD BLOCKS */

.box {
	position: relative;
	margin-bottom: 10px;
	background: #f0f0f0;
	width: 190px;
	border: 1px solid #a8a8a8;
	overflow: visible;
}
.box[class] { width: 188px; }

.box .bc {
	position: relative;
	top: 1px;
	left: -1px;
	margin-right: -2px;
	height: 4px;
	font-size: 1px;
	width: 190px;
	background: url('./moto-new/box-bottom_bg.png') no-repeat;
	overflow: hidden;
}

.box h2,
.box h1.h2 {
	position: relative;
	top: -1px;
	left: -1px;
	margin-right: -2px;
	margin-bottom: -1px;
	padding: 0.5em 0;
	width: 190px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	background: #999 url('./moto-new/box-top-gray_bg.png') no-repeat;
	border-bottom: 1px solid #999;
}

.box h2.orange {
	border-color: #a8a8a8;
	background: #e17e60 url('./moto-new/box-top-orange_bg.png') no-repeat;
}
.box h2.blue {
	border-color: #a8a8a8;
	background: #00769d url('./moto-new/box-top-blue_bg.png') no-repeat;
}

.widebox {
	position: relative;
	margin: 0 0 10px 0;
	border: 1px solid #a8a8a8;
	background: #fefefe;
	overflow: visible;
}

.widebox .fix {
	padding: 0.25em 0;
}

.widebox h3,
#content h2.h3,
#contentwide h2.h3 {
	margin: 1em 0 0.5em 0;
	padding: 5px 10px;
	font-size: 1.3em;
	font-weight: 600;
	color: #000;
	background: #f0f0f0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.widebox h3.alpha {
	margin: -3px 0 9px 0;
	padding: 8px 10px 6px 10px;
	border-top: 0;
}
.widebox p {
	text-indent: 1em;
}

.widebox ul, .widebox ol {
	margin: 0.33em 10px 0.33em 15px;
	line-height: 1.5em;
}
.widebox li {
	margin-left: 1em;
}

.widebox[class] .fix { margin: 0;  }
.widebox .tlc { background: url('./moto-new/widebox-tlc.png'); }
.widebox .trc { background: url('./moto-new/widebox-trc.png'); }
.widebox .blc { background: url('./moto-new/widebox-blc.png'); }
.widebox .brc { background: url('./moto-new/widebox-brc.png'); }

.products {
	position: relative;
	left: -2px;
	margin-left: 10px;
	overflow: auto;
}

.products[class] {
	left: 0;
}

.item {
	position: relative;
	float: left;
	padding-bottom: 10px;
	width: 33.33%;
	background: url('./moto-new/item-bs.png') 0 100% repeat-x;
}

.item .in {
	position: relative;
	margin: 0 10px 0 0;
	background: #fbfbfb;
	border: 1px solid #808080;
}

.item h3 {
	padding: 0.5em 10px;
	font-size: 0.9em;
	color: #545454;
	background: #f3f3f3;
	border-bottom: 1px solid #a8a8a8;
}

.item h3 a {
	color: #545454;
	text-decoration: none;
}

.item h3 a:hover {
	text-decoration: underline;
}

.item .overview {
	position: relative;
	height: 102px;
	min-height: 102px;
	text-align: center;
	overflow: hidden;
}

.item .overview p {
	margin: 1px;
}

.item .note {
	position: absolute;
	bottom: 3px;
	right: 3px;
	margin: 0;
	padding: 1px 5px;
	font-weight: bold;
	line-height: 1.5em;
	color: #404040;
	background: #fff;
	border: 1px solid #a8a8a8;
}

.item .infodata {
	padding-bottom: 3px;
	height: 5.6em;
	font-size: 0.9em;
	border-top: 1px solid #a8a8a8;
	background: #f0f0f1 url('./moto-new/infodata_bg.png') 0 100% repeat-x;
}

.discount30item h3, .discount30item h3 a, .discount30item .infodata {
	color: #cc4737 !important;
	background: #fbd1ca;
}
.discount25item h3, .discount25item h3 a, .discount25item .infodata {
	color: #e47d29 !important;
	background: #fae8ad;
}
.discount20item h3, .discount20item h3 a, .discount20item .infodata {
	color: #af9734 !important;
	background: #f4fa9a;
}
.discount15item h3, .discount15item h3 a,  .discount15item .infodata {
	color: #006e9c !important;
	background: #ceeaf9;
}
.discount10item h3, .discount10item h3 a, .discount10item .infodata {
	color: #268f7e !important;
	background: #d3ece9;
}
.discount5item h3, .discount5item h3 a, .discount5item .infodata {
	color: #4d9b45 !important;
	background: #d2ebb4;
}

.discount30item .infodata { background: #fadad5 url('./moto-new/action-infodata_bg.png') 0 100% repeat-x; }
.discount25item .infodata { background: #f7e6ac url('./moto-new/dis25-infodata_bg.png') 0 100% repeat-x; }
.discount20item .infodata { background: #f0f79a url('./moto-new/dis20-infodata_bg.png') 0 100% repeat-x; }
.discount15item .infodata { background: #cdd9ef url('./moto-new/dis15-infodata_bg.png') 0 100% repeat-x; }
.discount10item .infodata { background: #d0e9e6 url('./moto-new/dis10-infodata_bg.png') 0 100% repeat-x; }
.discount5item .infodata { background: #d1e7b1 url('./moto-new/dis5-infodata_bg.png') 0 100% repeat-x; }

.item .infodata .price {
	margin: 5px;
	padding-top: 1.6em;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	line-height: 1.2em;
}
.item .infodata .price img {
	position: relative;
	top: 0.5em;
	margin: -20px 0 0.5em 0;
}

.item .infodata table {
	float: right;
	display: block;
	margin: 5px 5px 5px 0;
	text-align: center;
}

.item .infodata td {
	padding: 2px;
}

.item .infodata a.button {
	float: right;
	display: inline-block;
	margin: 1.6em 10px 0 0;
	padding: 3px 0;
	width: 5em;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
	text-align: center;
	color: #7b7978;
	border: 1px solid #b3b9c3;
	background: #fff url('./moto-new/button_bg.png') 0 50% repeat-x;
}
.item .infodata table a.button {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.item .infodata a.button:hover {
	color: #2a99cd;
}

.item .infodata select {
	height: 1.8em;
	line-height: 1.8em;
}

.item .bs { background: url('./moto-new/item-rs.png') 100% 0 repeat-y; }
.item .tlc { background: url('./moto-new/item-tlc.gif'); }
.item .trc { background: url('./moto-new/item-trc.gif'); }
.item .blc { background: url('./moto-new/item-blc.png'); }
.item .brc {
	bottom: -11px;
	right: -11px;
	width: 15px;
	height: 15px;
	background: url('./moto-new/item-brc.png');
}

.fitSticker {
	position: relative;
	display: block;
	margin: auto;
	width: 188px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	overflow: hidden;
}
.fitSticker span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 188px;
	height: 36px;
	background: url('./moto-default/fitSticker.png') 0 0;
}
.fitSticker:hover span {
	background-position: 0 -36px;
}

.progress {
	position: absolute;
	top: -8px;
	right: 0;
	margin: 10px;
	padding: 0 5px;
	text-align: center;
	border-bottom: 1px solid #999;
}

.progress span {
	position: relative;
	top: 16px;
	float: left;
	display: inline;
	margin: 0 5px;
	width: 38px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #c4c4c4;
	background: #999 url('./moto-new/checkout-progress_bg.png') 0 0 no-repeat;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
.progress[class] span { width: 32px; }
.progress span.ok {
	color: #fff;
	background-position: 0 -32px;
}
.progress span.active {
	color: #fff;
	background-position: 0 -64px;
}

.gallery {
	position: relative;
	display: inline;
	float: right;
	margin: 5px 10px 5px 10px;
	padding-bottom: 2px;
	width: 210px;
	text-align: center;
	background: #999 url('./moto-new/gallery-bottom_bg.png') 0 100% no-repeat;
	color: #fff;
}
.gallery .tc {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 10px;
	background: url('./moto-new/gallery-top_bg.png') 0 0 no-repeat;
}
.gallery .clip {
	position: relative;
	margin: 5px;
	background: #fbfcfc;
	text-align: center;
	z-index: 5;
}
.gallery .clip img { display: block; margin: 0 auto; z-index: 4; }

.gallery .clip .tlc,
.gallery .clip .trc,
.gallery .clip .blc,
.gallery .clip .brc {
	width: 4px;
	height: 4px;
	background-image: url('./moto-new/gallery-corners.png');
}
.gallery .clip .tlc { top: 0; left: 0; }
.gallery .clip .trc { top: 0; right: 0; background-position: -4px 0; }
.gallery .clip .blc { bottom: 0; left: 0; background-position: 0 -4px; }
.gallery .clip .brc { bottom: 0; right: 0; background-position: -4px -4px; }

.plugin_vinyl-lettering {
	margin: 10px 0 0 10px;
	width: 536px;
	height: 120px;
	border: 1px solid #ccc;
	overflow: auto;
}
.plugin_vinyl-lettering img {
	margin: 0;
}

.plugin_color-preview {
	margin: 10px 0 0 10px;
	width: 536px;
	height: 44px;
	text-align: center;
	border: 1px solid #ccc;
	overflow: auto;
}
.plugin_color-preview img {
	margin: 0;
}


.feedbacks p {
	text-indent: 0 !important;
}

.feedback_button {
	position: relative;
	display: block;
	margin: auto;
	width: 171px;
	height: 51px;
	line-height: 51px;
	text-indent: center;
	font-weight: bold;
	font-size: 1.2em;
	overflow: hidden;
}
.feedback_button span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 171px;
	height: 51px;
	background: url('./moto-new/feedback.jpg') 0 0;
}
.feedback_button:hover span {
	background-position: 0 -51px;
}

/* ROUND BORDERS */
.tlc, .trc, .blc, .brc {
	position: absolute;
	width: 5px;
	height: 5px;
	font-size: 1px;
	overflow: hidden;
}

.tlc { top: -1px; left: -1px; }
.trc { top: -1px; right: -1px; }
.blc { bottom: -1px; left: -1px; }
.brc { bottom: -1px; right: -1px; }

/* MISC */

#buyproduct_base_price,
#buyproduct_total_price {
	margin: 3px 0;
	padding: 3px;
	width: auto;
	color: #999 !important;
	font-weight: bold;
	border: none;
	background: transparent;
}
#buyproduct_total_price {
	margin: 5px 0;
	font-size: 1.5em;
}

.locator {
	margin: 7px 10px 5px 10px;
	font-size: 1.1em;
}

.locator small {
	color: #808080;
	font-size: 0.9em;
}

.locator a {
	font-weight: bold;
	text-decoration: none;
}

.locator a:hover {
	text-decoration: underline;
}

.cattree {
	margin: 5px;
	padding: 0;
	line-height: 1.6em;
}

.cattree li {
	display: inline-block;
	margin: 1px 0;
	list-style: none;
}
.cattree[class] li { display: block; }

.cattree h3, .cattree h3 a {
	font-size: 1.05em;
	font-weight: bold;
	color: #c01b21;
}

.cattree h3 a {
	display: block;
	padding: 1px 5px;
	font-size: 1em;
	line-height: 1.6em;
	text-decoration: none;
}

.cattree h3 a:hover,
.cattree li.active h3 a {
	color: #fff;
	background: #00769D;
}

.cattree ul a {
	display: block;
	padding: 1px 5px 1px 15px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

.cattree ul a:hover,
.cattree ul li.active a {
	background: #008ec3 url('./moto-new/cattree-bullet.png') 5px 50% no-repeat;
	color: #fff;
}

.redbutton, .greybutton {
	display: inline-block;
	margin: 2px;
	width: 124px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #b3b3b3 url('./moto-new/grey-button_bg.png') 0 -29px no-repeat;
}
.redbutton { background-image: url('./moto-new/red-button_bg.png'); }

.redbutton:hover, .greybutton:hover {
	background-position: 0 0;
}
.greybutton:hover { color: #000; }
.redbutton:hover { color: #fff; }

p.thumb {
	text-align: center !important;
	text-indent: 0 !important;
}

p.path { text-indent: 0; }
p.path a {
	font-weight: bold;
}

.paginator a { display: inline-block; }
.paginator span {
	display: inline-block;
	margin: 0 2px;
	padding: 0 5px;
	height: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	color: #999;
	border: 1px solid #999;
}
.paginator a span {
	cursor: pointer;
	cursot: hand;
	color: #fff;
	background: #999;
}
.paginator a { text-decoration: none; }
.paginator a.active span {
	background: #fff;
	color: #999;
}
.paginator a:hover span {
	color: #fff;
	border-color: #c01b21;
	background: #c01b21;
}

table.items th {
	font-size: 1.1em;
	font-weight: bolder;
	text-align: center;
	border-bottom: 1px solid #999;
}
table.items th,
table.items td,
table.vitems th,
table.vitems td {
	padding: 2px;
	line-height: 1.6em;
	border-bottom: 1px solid #a8a8a8;
}
table.items .omega th,
table.items .omega td,
table.vitems .omega th,
table.vitems .omega td { border-bottom: 0; }

table.items tr.odd,
table.vitems tr.odd {
	background: #f0f2f7;
}
table.vitems th {
	font-weight: bolder;
	text-align: right;
}

table.items a { font-weight: bold; }
table.items ul {
	margin: 0 10px 2px 10px;
}
table.items li {
	margin: 0;
	list-style: none;
	line-height: 1.3em;
	font-size: 0.9em;
	color: #999;
}

table.items .attr_name, table.items .attr_value {
	vertical-align: top;
	display: inline-block;
	margin: 1px 0;
}


img.thumb {
	display: inline;
	margin: 10px 10px 2px 10px !important;
	border: 1px solid #a8a8a8;
}

.thumb * {
	vertical-align: middle;
}

.checkoutform .uniformwidth { width: 10em !important; }


/* GENERAL MODIFIERS */
.fix {
	position: relative;
	width: 100%;
	height: 100%;
}

.msmall,
.msmall_10 { margin: 0.5em 10px !important; }
.m_0_small { margin: 0 10px !important; }

.aw { width: auto !important; }
.w10 { width: 10% !important; }
.w15 { width: 15% !important; }
.w20 { width: 20% !important; }
.w22 { width: 22% !important; }
.w25 { width: 25% !important; }
.w26 { width: 26% !important; }
.w30 { width: 30% !important; }
.w33 { width: 33% !important; }
.w40 { width: 40% !important; }
.w50 { width: 50% !important; }
.w66 { width: 66% !important; }
.w80 { width: 80% !important; }
.w100 { width: 100% !important; }

.w14em { width: 14em !important; }

/* HELPERS */
.hint {
	font-size: 0.8em;
	text-indent: 0 !important;
	color: #999;
}

.error { color: #C11C1C; }
.notice { color: #ff8000; }
.success { color: #098017; }
.info, .help { color: #009bd9; }

div.info, div.help {
	background: #eef8fc;
	border-color: #009bd9;
}
div.error {
	background: #f6e6e6;
	border-color: #C11C1C;
}
div.notice {
	background: #fffbc7;
	border-color: #ff8e00;
}
div.success {
	background: #dbf3df;
	border-color: #098017;
}
div.flash {
	padding: 12px 10px 4px 10px;
	vertical-align: middle;
	height: 34px;
	min-height: 34px;
	line-height: 1.66em;
}
div.flash[class] { height: auto; }

div.flash p {
	margin-top: 0;
	text-indent: 0;
}
div.flash .icon {
	position: relative;
	top: -4px;
	float: left;
	margin: 0 10px 0 0;
}

div.code {
	margin: 10px;
	padding: 8px;
	font-family: monospace;
	border: 1px solid #999;
}

/** hasLayout fixer */
.hl { height: 1px; }
.hl[class] { height: auto; }

.nb, .nb td { border: 0 !important; }
.ns, hr { display: none !important; }
.ni { text-indent: 0 !important; }

.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }

.center {
	margin-left: auto !important;
	margin-right: auto !important;
	text-indent: 0 !important;
	text-align: center !important;
}

.fl { float: left; }
.fr { float: right; }
.tac { text-align: center !important; text-indent: 0 !important; }
.tar { text-align: right !important; }
.tal { text-align: left !important; }
.taj { text-align: justify !important; }

.vam, .vam * { vertical-align: middle; }

/* LEGACY */
.noscreen, hr { display: none; }
.noindent { text-indent: 0 !important; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.ta_right { text-align: right !important; }
.ta_left { text-align: left !important; }
.va_top { vertical-align: top; }
.va_center, .va_center * { vertical-align: middle; }

.fullgallery {
	margin-left: 10px;
}
.fullgallery a {
	text-decoration: none;
}
.fullgallery a img {
	margin: 5px 5px 5px 0;
}
