/*** Site ShopSBT.com ***/

@media print {
	.noprint { display: none; }
}

body{
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	color:#333333;
	background: #ffffff url('images_site/bluewhitebg.png') repeat-x fixed;
	text-align:left;
	margin:0;
	padding:0;
	line-height: 1.25em;
}
.border_round {
	border: 2px solid #C5C5C5;
	-moz-border-radius: 15px
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/mobile/css/border-radius.htc);
	color: #333333;
	background-color: #ffffff;
	padding: 10px;
	font-size: 13px;
	margin: 0 10px 10px 0;
	width: 260px;
	float: left;
}
.double {
	width: 555px;
}
#ieFix {
	width: 100%;
}

form{ display:inline; }

p { margin: 1em 0}

h2, h3, h4, h5, div, form { padding: 0; margin: 0;  }
h1 { font-size: 1.33em; color:#000000;  margin: 1em 0;} /* 24px */
h2 { font-size: 1.08em; color: #3a6b9d; }
h3 { font-size: 1.0em }
h5 { display: inline; }

hr { color: #3a6b9d; background-color: #3a6b9d; }

img { border: 0; }
a img { border:0; }

a:link, a:visited, a:active { color:#333333; text-decoration: none;}
a:hover { color:#FF9900; }

.clear			{ clear:both; font-size:0; height:0; }
.floatright		{ float:right; }
.floatleft		{ float:left; }
.alignright		{ text-align:right; }
.alignleft		{ text-align:left; }
.aligncenter	{ text-align:center; }
.margincenter	{ margin:0 auto; }

.small			{ font-size:.92em; }
.smaller		{ font-size:.83em; }
.smallest		{ font-size:.67em; }

.large			{ font-size:1.08em; }
.larger		{ font-size:1.17em; }
.largest		{ font-size:1.33em; }

.bold			{ font-weight:bold; }
.italic			{ font-style:italic; }

.red			{ color:#990000; }

.lightblue		{ color: #8FA0B4; }
.blue			{ color: #406FA0; }
.brightblue		{ color: #067fc4; }
.darkblue		{ color: #3a6b9d; }
.navyblue		{ color: #000080 }

.grey			{ color: #d2e2ec; }
.orange		{ color: #FF9900; }
.green		{ color: #336600; }
.purple		{ color: #660033; }
.nowrap		{ white-space:nowrap; }

.input_error{ border-color:#cc0000 #ff0000 #ff0000 #ff0000; }

.error-message{
	border:1px solid #ff0000;
	background-color:#ffdfdf;
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#000000;
}
.information-message{
	border:1px solid #0000ff;
	background-color:#dfdfff;
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#000000;
}
.messages{ text-align:center; }

.shadow_input, select, textarea {
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	font:1em Arial,Helvetica,Verdana,sans-serif;
	padding:1px 2px;
}

.catcopy {
	padding: 10px;
	margin: 5px 10px;
	font-size: .83em
}
.catcopy a:link { 	color: #067fc4; }
.catcopy a:visited { color: #000080 }
.catcopy a:active,
.catcopy a:hover {
	color: #ff9900;
}
.catcopy ul {
	list-style-image: url(images_site/bg_bullet_orange.gif);
}


.leadtextCopy {
	font-size: 13px;
}
.leadtextCopy a:link { 	color: #067fc4; }
.leadtextCopy a:visited { color: #000080  }
.leadtextCopy a:active,
.leadtextCopy a:hover {
	color: #ff9900;
}


/* Global Header Starts */

#global-header {
	position: relative;
	background: #ffffff url('images_site/bg_headctr.gif') top left repeat-x;
	float: left;
	width: 100%;
	min-width: 1000px;
}
#logowrapper {
	min-width: 999px;
	height: 93px;
}
#logo {
	position: absolute;
	top: 0;
	left:0;
	z-index: 1;
	width: 469px;
	min-width: 469px;
	height: 73px;
	background: transparent url('images_site/bg_head.png') top left no-repeat;
}
#logo h1 {
	color: #ffffff;
	font-size: .83em;
	margin-top: 29px;
	margin-bottom: 0;
}
a#logolink {
	display: block;
	width: 100px;
	height: 60px;
	float: left;
	margin: 5px;
	text-decoration: none;
}
#head_nav {
	position: absolute;
	top: 0;
	right:0;
	z-index: 2;
	float: right;
	width: 530px;
	min-width: 530px;
	height: 73px;
	background: transparent url('images_site/bg_head.png') bottom right no-repeat;
	text-align: right;
	padding-right: 13px;
	color: #ffffff;
	font-family: Arial,  Helvetica, sans-serif;
	font-size: .83em;
}
#head_nav #phone {
	margin: 2px 0;
	font: normal normal 16px Impact, Charcoal, sans-serif;
}
#head_nav #img_jetski {
	float: left; margin: 1px 0 0 19px;
}
#head_nav #img_phone{
	margin: 7px 0 8px;
}
#navigation-bar {
	margin-bottom: 2px;
}
#navigation-bar a img{
	vertical-align: text-bottom;
}

#navigation-bar a:link,
#navigation-bar a:visited,
#navigation-bar a:active { color: #ffffff; text-decoration: none; font-weight: bold; }
#navigation-bar a:hover { color: #FF9900;}
#head_nav .searchbox {
	width: 170px;
	height: 15px;
	border: 2px inset #eeeeee;
	font-size: 13px;
}
#head_nav .searchgo {
	float: right;
	margin: 3px 0 0 4px;
}

#shopby {
	border-spacing: 0;
	background-color: #ffffff;
	border-top: 1px solid #618bb3;
	border-bottom: 2px solid #3a6b9d;
	color:#666666;
	background: #ffffff url('images_site/bg_headctr.gif') bottom left repeat-x;
	padding: 2px;
	width: 100%;
	position: relative;
}
#shopby td {
	font-size: .83em;
	font-family: Arial,  Helvetica, sans-serif;
}
#shopby td#shopselect_td {
	width: 479px;
	white-space: nowrap;
}
#shopby div  {
	float: left;
}
#shopby label {
	font-weight: bold;
	font-size: .83em;
}
#shopby .shopselect {
	float:left;
	padding-left: 8px;
}
#shopby .shopselect * select {
	border: 2px inset #eeeeee;
	font-size: .92em;
}
#shopby * #findmake { width: 112px; }
#shopby * #findyear { width: 112px; }
#shopby * #findmodel { width: 225px; }
#shopby .shopradio div {
	float: left;
	margin-left: 16px;
	white-space: nowrap;
}
#shopby .searchgo {
	margin-right: 5px;
}

/* Global Footer */

#global_footer {
	margin:0 auto;
	padding:16px 32px;
	width: 936px;
}
#global_footer p {
	margin: 0;
	font-size: .67em;
	line-height: 16px;
	color: #555;
}
#global_footer #links {
	margin:16px auto 8px;
	width: auto;
	font-size: .67em;
	line-height: 16px;
}
 #global_footer #links div {
	 border-left:1px solid #DDDDDD;
	 float:left;
	 height:auto;
	 padding:0 25px;
}
#global_footer #links div.first {
	border-left: 0px solid #ddd;
	margin-left: 0px;
}
 #global_footer #links b {
	 display: block;
	 margin-bottom: 8px;
 }
#global_footer #securityseal {
	margin:0 auto 16px;
	width:400px;
}
#securityseal a.about {
	display:block;
	text-align:center;
	width:85px;
	float: right;
	margin-right: 15px;
	font-size: 11px;
	line-height: 13px;

}

/*** Content ***/

#mainbody,
#mainbody_wide,
#mainbody_account {
	width: 1000px;
	margin: 0 auto;
	clear:both;
	background-color: #ffffff;
	position: relative;
	z-index: 0;
}
#mainbody_wide {
	width: 100%;
	margin: 0 0;
}

#content, #content_wide, #content_narrow {
	/* No cattree */
	min-height: 220px;
	margin: 0 10px;
}
#content_wide {
	/* full screen  with cattree*/
	width: auto;
	margin-left: 217px;
}
#content_narrow {
	/* with cattree */
	width: 783px;
	float: left;
}

.breadcrumbs {
	font-size: .83em;
}

.breadcrumbs,
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:active,
.breadcrumbs a:hover {
	font-weight:normal;
	text-decoration:none;
}
.breadcrumbs a:hover { color: #FF9900; }

.price { color: #990000; font-size: 1em; }


#paging_wrapper {
	border-bottom: 2px solid #3a6b9d;
	height:24px;
	padding: 0 10px;
}
#paging_wrapper form {
	display:block;
	float:right;
	text-align:right;
	width:300px;
	font-size: .83em;
}

#category_paging { font-size: .67em; text-align: left; }
#category_paging #cp_count { float: left; padding-right: 16px;}
#category_paging #cp_pages { float: left; padding-right: 16px;}
#category_paging #cp_page{ float: left; }

/* SFNT Categories*/

#cat_wrapper {
	padding: 10px 0 0 10px;
}
#cat_wrapper .outer {
	/* see .inner height */
	float:left;
	position:relative;
	width:323px;
}
#cat_wrapper .outer h1 a:link, #cat_wrapper .outer h1 a:visited, #cat_wrapper .outer h1 a:active  {
	color: #3a6b9d
}
#cat_wrapper .outer h1 a:hover {
	color: #FF9900;
}
#cat_wrapper .outer h1 {
	color:#3A6B9D;
	font-size:.92em;
	margin:0;
}
#cat_wrapper .inner {
	border-right:1px solid #DDDDDD;
	margin-right:10px;
	text-align:left;
	height: 104px
}
#cat_wrapper .imgwraper {
	float: left;
	position: absolute;
	top: 24px;
	left: 0;
	height: auto;
}
#cat_wrapper .inner .imgwraper {
	float: left;
}
#cat_wrapper .inner img {
	float: left;
	margin-right: 0px;
}

#cat_wrapper .outer .bottomline {
	border-bottom:1px solid #DDDDDD;
	clear:both;
	height:20px;
	margin:0 32px 0 12px;
}

#cat_wrapper .inner .subcats {
	font-size:11px;
	line-height:15px;
	margin-left:130px;
}
#cat_wrapper .inner .subcats a:link,
#cat_wrapper .inner .subcats a:visited {
	font-weight: normal;
	color:#000000;
}
#cat_wrapper .inner .subcats a:hover { color:#FF9900; }

#cat_wrapper .inner .midcats {
	float: left;
	font-size: 13px;
}
#cat_wrapper .inner .midcats a:link,
#cat_wrapper .inner .midcats a:visited {
	font-weight: bold;
	color: #8FA0B4;
}
#cat_wrapper .inner .midcats a:hover { color:#FF9900; }

#cat_wrapper .inner .botcats {
	margin: 0 0 5px 15px;
}
#cat_wrapper .inner .botcats a:link,
#cat_wrapper .inner .botcats a:visited {
	font-weight: normal;
	color:#333333;
}
#cat_wrapper .inner .botcats a:hover { color:#FF9900; }



/* CTGY ***Special*** Engines Categories */

#table_2cols {
        width: 100%;
        border-top: 2px solid #3a6b9d
}
#table_2cols td {
	font-size:0.83em;
	padding:10px 0 10px 5px;
}
#table_2cols td.first {
     border-right: 2px solid #3a6b9d
}
#table_2cols .subcats {
    float: left;
    width: 205px;
    min-height: 270px;
    text-align: left;
    margin-right: 5px;
    /* font-family: Arial,  Helvetica, sans-serif; */
}
#table_2cols * h2 {
    display: block;
    color: #ffffff;
    background-color: black;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 10px;
}
#table_2cols .subcats a {
    display: block;
    padding: 4px;
    font-weight:bold;
    font-size: .83em;
    text-decoration:none;
    color: #067fc4;
    border-bottom:1px solid #d2e2ec;
    margin-left: 0px;
}
#table_2cols .subcats a:hover {
        background-color:#eeeeee;
}

/* Search */

#searchtable_2cols {
        width: 100%;
        border-top: 2px solid #3a6b9d
}
#searchtable_2cols td {
	font-size:0.83em;
}

#searchtable_2cols * h2 {
    display: block;
    color: #ffffff;
    background-color: black;
    margin: 0 10px 5px 0;
    padding: 5px 5px 5px 10px;
}

#search_contents {

}
#search_contents table {
	border-collapse:collapse;
	width:100%;
	border-bottom:2px solid #3A6B9D;
}
#search_contents th {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;

}
#search_contents th,
#search_contents td {
	font-size: 1em;
	text-align: left;
	vertical-align:top;
	white-space: nowrap;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	padding: 4px;
}
#search_contents tr.odd td {
	background-color:#ffffff;
	border-right:1px solid #eaf2ff;
}
#search_contents tr.even td {
	background-color:#eaf2ff;
}

#search_contents tr.odd td.last,
#search_contents tr.even td.last {
	border-right: 1px solid #ffffff;
}

/* Shipping rates style same as search */
#search_contents table {
	width: 81%;
	margin: 0 auto;
}
#search_contents table#shipping_rates th,
#search_contents table#shipping_rates td {
	white-space: normal;
	text-align: center;
}
#search_contents table#shipping_rates tr.last td {
	white-space: normal;
	text-align: left;
	background: #ffffff url(images_site/bg_leadtext.gif) repeat-x scroll;
	vertical-align: top;
	font-size: .83em;
	font-style: italic;
}


.features {
	font-size: 1em;
	margin-bottom: 22px;
	float: left;
}
.features span {
	display: block;
	float: left;
	background: transparent url(images_site/bullet_blue.gif) no-repeat scroll left 6px;
	padding: 2px;
	padding-left: 12px;
}

.catcopy .include {
	background:url("images_site/bg_goldenrod.png") no-repeat scroll left top transparent;
	float:left;
	font-family: Arial,  Helvetica, sans-serif;
	line-height:1em;
	margin:22px 0 0 30px;
	width:350px;
}
.catcopy .include td {
	padding: 0;
	white-space: nowrap;
}
.catcopy td.rightbg {
	background:url("images_site/bg_goldenrod.png") no-repeat scroll right bottom transparent;
	height:88px;
	width:20px;
}
.catcopy h3 {
	color:#FFFFFF;
	font:16px Impact,Charcoal,sans-serif;
	height:27px;
	margin:7px 0 0 30px;
}
.catcopy .include span {
	background:url("images_site/bullet_blue.gif") no-repeat scroll left 6px transparent;
	display:block;
	font-size:0.83em;
	font-weight:bold;
	margin-left:15px;
	padding:0 0 0 12px;
}

/* Core  Exchange (text on background image) */
.core-exchange {
	background:url("images_site/bg_core_exchange.gif") no-repeat scroll 0 0 #FFFFFF;
	display:block;
	font-size:11px;
	width:360px;
	height: 118px;
	border:1px solid transparent;
}
.core-exchange div { color: #ffffff; margin-left: 109px;}
.core-exchange .ce1 { font-weight: bold; margin-top: 30px;}
.core-exchange .ce1 span { font-size: 15px; }
.core-exchange .ce2 {
	color:#FEFBC7;
	font-family:impact;
	font-size:27px;
	letter-spacing:1px;
	margin-left:34px;
}
.core-exchange .ce3 {  }
.core-exchange .ce4 { font-weight: bold; }


/* CTGY Products */

#prod_wrapper {
	padding:20px 0 10px 10px;
}
#prod_wrapper .outer {
	/* see .inner height */
	float:left;
	position:relative;
	width:332px;
}
#prod_wrapper .outer h2 a:link, #prod_wrapper .outer h2 a:visited, #prod_wrapper .outer h2 a:active  {
	color: #3a6b9d
}
#prod_wrapper .outer h2 a:hover {
	color: #FF9900;
}

#prod_wrapper .outer h2 {
	color:#3A6B9D;
	font-size:.92em;
	line-height: 15px;
	height:32px;
	margin:0 16px;
}
#prod_wrapper .outer .bottomline {
	border-bottom:1px solid #DDDDDD;
	clear:both;
	height:32px;
	margin:0 48px 0 16px;
}

#prod_wrapper .inner {
	border-right: 1px solid #DDDDDD;
	margin-right: 16px;
	text-align: left;
}
#prod_wrapper .inner, #prod_wrapper .imgwraper {
	height: 150px
}

#prod_wrapper .inner img {
	float: left;
	margin-right: 5px;
}
#prod_wrapper .inner .console  {
	float: left;
	width: 124px;
	font-size: 12px;
}
#prod_wrapper .price {
	font-size: 1.1em;
}

#prod_related  {
	border:1px solid #ffffff;
	margin:0 auto;
	width:680px;
}

/* ACCOUNT PAGES */

.account_column {
	width: 49.5%;
	float:left;
	position: relative;
}
.vline  {
	background-color:#3A6B9D;
	height:300px;
	position:absolute;
	right:15px;
	top:29px;
	width:2px;
	z-index:4;
}

.account_column h5 { width: 180px; clear: both; font-size: 1em;}
.account_column input { margin-bottom: 3px; display:block; margin-left: 180px; }
.account_column select { margin-bottom: 3px; display:block; margin-left: 180px; }

.paymentdetail {
	width: 130px;
	display:block;
	height: 26px;
	float:left;
	}

.invalid {
	color: #FF0000;
	}

.pad {
    margin-top: 25px;
}

.logout-link {
	margin:12px 0;
	float:right;
}

.listheader {
	background-color: #000000;
	color: #ffffff;
	padding: 4px 5px;

}

.listheader h4 {
	font-size: 13px;
}

#affiliate-fields #login-details,
#affiliate-information,
#affiliate-contact,
#affiliate-commissions{
	margin:0 0 16px 0;
}
#affiliate-commissions label{
	margin:0;
	padding:0 4px 0 0;
	font-weight:bold;
	text-align:left;
	width:auto;
	float:none;
}
#affiliate-commissions .form_row{ margin:0 0 8px 0; }
.AFAD #affiliate-fields{
	width:50%;
	margin:0 auto;
}
.AFED #affiliate-fields #affiliate-contact,
.AFED #affiliate-fields #affiliate-commissions{
	float:left;
	width:50%;
}
.save-button,
.continue-button{
	text-align:right;
	margin:14px 0 0 0;
}
.required{ font-weight:bold; }
.fields-heading{
	background-color:#cccccc;
	color:#333333;
	margin:0 0 12px 0;
	padding:4px 4px 4px 23px;
}
.address2-label{ margin:0 0 14px 0; }
.controls{ font:normal .9em Verdana, Helvetica, Arial, sans-serif; }
#ship-to .controls{	visibility:hidden; }
#bill-to .controls{	visibility:hidden; }
#ship-to-fields,
#bill-to-fields{
	visibility:visible;
}
#ship-to,
#bill-to{
	float:left;
	width:50%;
}
#ship-to h2 input.checkbox,
#bill-to h2 input.checkbox{
	margin:0 2px 0 12px;
	padding:0;
	width:13px;
	height:13px;
	overflow:hidden;
}
div.invalid input.shadow_input{ border-color:#cc0000 #ff0000 #ff0000 #ff0000; }
div.invalid label{ color:#dd0000; }
.warning-message{
	border:1px solid #ff0000;
	background-color:#ffdfdf;
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#000000 !important;
}
#customer-fields .fields-heading,
#affiliate-fields .fields-heading{
	color:#333333;
	padding:4px;
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
}
#customer-fields.editable .form_row,
#affiliate-fields.editable .form_row{
	margin:0 0 10px 0;
	text-align:left;
}
#customer-fields.non-editable .form_row{
	margin:0 0 4px 0;
	text-align:left;
}
#customer-fields.non-editable label,
#affiliate-fields.non-editable label{
	margin:0;
	padding:0 4px 0 0;
	font-weight:bold;
	width:110px;
	text-align:right;
	float:left;
	clear:both;
	white-space:nowrap;
}
#customer-fields.non-editable .form_row div,
#affiliate-fields.non-editable .form_row div{
	float:left;
}
/*** LOGN, AFCL, ORDL ***/

.AFCL #main-content,
.LOGN #main-content{
	padding:28px 126px;
}
.ORDL #main-content{ padding:28px 16px; }
.AFCL .section,
.LOGN .section{
	float:left;
	height:220px;
	width:49%;
}
.ORDL .section{
	float:left;
	height:220px;
	width:33%;
}
.section h3{ text-align:center; }
.AFCL .form_row,
.LOGN .form_row,
.ORDL .form_row{
	margin:0 0 6px 0;
}
.LOGN label,
.ORDL label,
.AFCL label{
	float:left;
	clear:both;
	width:80px;
	text-align:right;
	padding:3px 5px;
}

.logn-input{ width:120px; }
#invalid-key{
	width:23px;
	float:left;
	margin:0 4px 0 0;
	border-width:1px;
	border-style:solid;
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

.forgot-password{
	font-size:.9em;
	text-align:center;
}
/*** BASK, OCST, OPAY, OSEL ***/

#basket-contents.non-editable,
#basket-contents.editable{
	width:100%;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}
#basket-contents.non-editable table,
#basket-contents.editable table{
	border-collapse:collapse;
	width: 100%;
}
#basket-contents.non-editable td,
#basket-contents.editable td{
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align:top;
	padding: 4px;

}
#basket-contents table #basket-heading td{
	background-color:#000;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
}
#basket-contents .basket-qty-input{ width:34px; }
#basket-contents .item-remove{
	width:8%;
	vertical-align:middle;
}
#basket-contents.editable .item-quantity{
	width:13%;
	text-align:center;
	white-space:nowrap;
}
#basket-contents.non-editable .item-quantity{
	width:6%;
	text-align:center;
}
#basket-contents .item-options .item-description{ padding-left:16px; }
#basket-contents.non-editable .item-description{ width:59%; }
#basket-contents.editable .item-description	{ width:66%; }
#basket-contents table #basket-heading td.item-description{ text-align:left; }
#basket-contents .item-price{
	width:10%;
	text-align:right;
}
#basket-contents .item-total{
	width:10%;
	text-align:right;
}

#basket-contents .basket-charges .charge-description{
	font-style:italic;
	text-align:right;
}
#basket-contents .basket-charges .formatted-charge{
	font-style:italic;
	text-align:right;
}
#basket-contents #basket-totals td {
	background-color: #fff;
	border-top: 2px solid #3a6b9d;
}
#basket-contents #basket-totals .total-prompt{
	font-weight:bold;
	text-align:right;
	font-size: 1.2em;
}
#basket-contents #basket-totals .formatted-total{
	font-weight:bold;
	text-align:right;
	font-size: 1.2em;
}
#basket-contents .item-options td{}
.checkout .item-quantity		{ width:8% !important; }
.checkout .item-description		{ width:64% !important; }
#fields-key{ margin:16px 0; }
.checkout-button{
	margin:12px 0;
	text-align:right;
}
#payment-fields input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em Arial, Helvetica, sans-serif;
}
#payment-fields label{
	float:left;
	width:120px;
	white-space:nowrap;
	text-align:right;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}
#shipping-payment .form_row{ margin:0 0 10px 0; }
#shipping-payment label{
	float:left;
	width:65px;
	white-space:nowrap;
	text-align:right;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}
.OCST #basket-contents{ margin: 0 0 32px 0; }
.OPAY .fields-key{ margin:0 0 16px 0; }
#payment-fields .form_row{ margin:0 0 10px 0; }
#customer-fields.non-editable{ margin:0 0 16px 0; }
#basket-contents.non-editable{ margin:0 0 16px 0; }


/* CTGY */

.catrow {
	margin: 0px auto;
	width:890px;
}
.thumb {
	margin-right: 15px;
	display:block;
	margin: 10px auto;
}

.prodbutton {
	margin: 7px auto;
}
.prodcolumn {
	float:left;
	width:280px;
	padding-right: 10px;
	text-align:center;
}
#nextbutton {
	margin-top: 25px;
	clear:right;
	float:right;
}
#prevbutton {
	margin-top: 25px;
	clear:right;
	float:left;
}

/*** CTGY, SRCH, PLST, OUS1, OUSM ***/

.product-listing{
	width:50%;
	float:left;
	overflow:hidden;
}
.product-listing .padding{
	padding:12px;
	margin:12px;
	height:300px;
	border:1px solid #cccccc;
	overflow:hidden;
}
.product-listing .add-to-basket		{ float:right; margin:0 4px 0 0; }
.product-listing .buy-one-now		{ float:left; }
.product-next-previous				{ margin:12px 0; }
.product-listing .product-thumbnail{
	margin:0 0 12px 0;
	text-align:center;
	overflow:hidden;
	height:156px;
}
.product-listing .product-thumbnail img{
	max-height:156px;
}


.next-button	{ float:right; }
.previous-button{ float:left; }

.search-again{ margin:0 0 16px 0; }
.OUS1 #main-content{
	padding-left:225px;
	padding-right:225px;
}
.upsale-heading{ text-align:center; }
.OUS1 .product-thumbnail{
	margin:12px 0;
	text-align:center;
	overflow:hidden;
}
.OUS1 .product-thumbnail img{
	max-height:156px;
}
.OUS1 .product-description		{ margin:16px 0 0 0; }
.OUS1 .thumbnail-not-available	{ margin:16px auto; }
.OUS1 .product-attributes label	{ width:40%; }
.OUSM #main-content{
	padding-left:160px;
	padding-right:160px;
}
.upsale-batch{
	width:100%;
	padding:2px;
}
.upsale-batch .heading td	{ font-weight:bold; }
.upsale-checkbox{ width:32px; }
.upsale-name{ width:175px; }

/*** PROD PRODUCT DISPLAY ***/

#prodwrapper {
	border-bottom:1px solid #DDDDDD;
	border-top:2px solid #3A6B9D;
	font-size:0.83em;
	margin-top:8px;
	width:100%;
}
.prodimage {
	width: 50%;
	text-align: center;
	border-right: 1px solid #dddddd;
}
.prodconsole {
	width: 50%;
	text-align: left;
	padding-left: 32px;
}

.prodprice { color: #990000; font-size: 1.33em; }

#prodadd { display: inline; margin-left: 16px;}

.proddesc {
	font-size:0.83em;
	padding-top:8px;
}
.proddesc a:link { color: #067fc4; }
.proddesc a:visited { color: #000080  }
.proddesc a:active,
.proddesc a:hover {
	color: #ff9900;
}
.prodspacer { height: 8px; }


/*** PROD Seat Covers with Dynamic Attributes ***/
#attr {
	font-size: .92em;
}
#attr label {
	display: block;
	width: 180px;
	font-weight: bold;
	float: left;
}
#attr .noedit {
	background-color: #f0f0f0;
	border: 1px solid #bbbbbb;
	color: #000000;
	font: 1em Arial,Helvetica,Verdana,sans-serif;
	width: 93px;
	padding-left: 5px;

}
#attr .btn_swatch {
	border:1px solid silver;
	color:#FFFFFF;
	display:block;
	height:34px;
	margin-bottom:0;
	margin-left:16px;
	padding-top:10px;
	text-align:center;
	width:44px;
}
#attr_color_wrapper {
	position: relative;
}

#attr_color {
	position: absolute;
	left: 25px;
	top: 0px;
	z-index: 3;
	background-color: #ffffff;
	height: 256px;
}

/* Color Popup */
#attr_color .matcolors {
	background-color: #ffffff;
	font-size: 11px;
}
#attr_color .matcolors div {
	float:left;
	height:78px;
	line-height:14px;
	margin-right:20px;
	text-align:center;
	width:50px;
}
#attr_color a {
	display: block;
	width: 44px;
	height: 44px;
	border: 1px solid silver;
}

/*** PROD Traction Mats with Dynamic Attributes ***/

#color_preview {
    position:absolute;
    left: 70px;
    top: 0;
    z-index:3;
    width: 250px;
    height:250px;
    background:url("images_site/colors_jet-ski-tractionmats.jpg") no-repeat scroll #FFFFFF;
}

/*** INVC ***/

.INVC .order-id{
	float:left;
	font-weight:bold;
}
.INVC .order-date{
	float:right;
	text-align:right;
}
.INVC .order-date span{ font-weight:bold; }
.INVC h2{ clear:both; }
/*** PATR ***/

.PATR .continue-button{
	text-align:right;
	margin:12px 0;
}
/*** SMAP ***/

.SMAP h3{

}
.SMAP .category{
	width:33%;
	text-align:left;
	float:left;
}
.SMAP .category .padding{
	padding:2px;
}
.SMAP .product{
	width:33%;
	text-align:left;
	float:left;
}
.SMAP .product .padding{ padding:2px; }
/*** ORDH, ORDS ***/

#order-history td{ padding:2px; }
#order-history tr.header td,
#order-status tr.header td{
	color:#333333;
	padding:4px;
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
}
.widest{ width:100%; }


/* One image file, many buttons */
.submit60, .submit80, .submit100, .submit120, .submit140, .submit160, .submit180, .submit200 {
	height: 24px;
	color: #ffffff;
	border: 0px hidden transparent;
	font-size: .83em;
	font-family:  Impact, Charcoal, sans-serif;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	padding: 0 0 2px 0;
	margin: 0;
	letter-spacing: 1px;
}

.submit60 {
	width: 60px;
	background: url('images_site/buttons.gif') left 0 no-repeat;
}
.submit80 {
	width: 80px;
	background: url('images_site/buttons.gif') left -24px no-repeat;
}
.submit100 {
	width: 100px;
	background: url('images_site/buttons.gif') left -48px no-repeat;
}
.submit120 {
	width: 120px;
	background: url('images_site/buttons.gif') left -72px no-repeat;
}
.submit140 {
	width: 140px;
	background: url('images_site/buttons.gif') left -96px no-repeat;
}
.submit160 {
	width: 160px;
	background: url('images_site/buttons.gif') left -120px no-repeat;
}
.submit180 {
	width: 180px;
	background: url('images_site/buttons.gif') left -144px no-repeat;
}
.submit200 {
	width: 200px;
	background: url('images_site/buttons.gif') left -168px no-repeat;
}


/*** Left Navigation ***/

#left-navigation{
	width:190px;
	float: left;
	padding:0 0 0 4px;
	vertical-align:top;
	border-right:2px solid #3A6B9D;
	font-size: .83em;
}

#category-tree{
	padding:0;
	margin:0;
}

#category-tree-top-image { margin-top: 17px; }
#category-tree-bottom-image { }

#category-tree a {
	display:block;
	padding:4px 6px;
	text-decoration:none;
	color:#3a6b9d;
	background-color:#ffffff;
	font-weight:bold;
	font-size: .83em;
	border-bottom:1px solid #d2e2ec;
}
#category-tree .spacer1 {
	width: 0px;
	float: left;
}
#category-tree .spacer2 {
	width: 10px;
	float: left;
}
#category-tree .spacer3 {
	width: 20px;
	float: left;
}
#category-tree .spacer4 {
	width: 30px;
	float: left;
}

#category-tree .subcategory-link a{
	padding:4px;
	font-weight:normal;
	color:#333333;
}
#category-tree a:hover { background-color:#eeeeee; }
#category-tree a.active { background-color: #eeeeee; }
#category-tree-header{}

#category-tree-footer{
	background: #ffffff url(images_site/bg_leadtext.gif) repeat-x scroll;
	padding:4px;
	margin:10px 0;
	color:#3a6b9d;
	font-size: .83em;
}

/* minibasket */
#minibask {
	width: 186px;
	border-width: 0;
	border-spacing: 0;
	margin-top: 20px;
}
#minibask td {
	font-size:11px;
	line-height: 16px;
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

#minibask caption {
	text-align: center;
	color: #406FA0;
	font-weight: bold;
}
#minibask .header td {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}

#minibask td.subtotal {
	text-align: right;
	font-size:12px;
	background-color: #eee;
	border-bottom:2px solid #3A6B9D;

}
#minibask .footer td{
	font-size:12px;
	border-bottom:2px solid #3A6B9D;
	line-height: 18px;
	text-align: center;
}
#minibask .submit100 {

}
#minibask td#shipcalc {
	border-bottom:2px solid #3A6B9D;
	font-size:12px;
	line-height: 18px;
	text-align: center;
}
#shipcalc,
#shipcalc input[type=text],
#shipcalc select { text-align: left; }
#shipcalc input[type=text] { padding: 1px; }
#shipcalc select { padding: 2px 1px; }
#shipcalc table { width: 100%; }
#shipcalc table td { padding: 2px; 	font-size:11px;}


/* Jetski Gaskets */

#steps {
	float: left;
	height: 100px;
	color: #ffffff;
	font-family: Arial, helvetica, sans-serif;
}
#steps div {
	height: 100px;
	width: 20px;
}
#steps .left {
	float: left;
	background: #ffffff url(images_site/bg_bluegrad_100.png) 0 0 no-repeat;
}

#steps .mid {
	float: left;
	background: #ffffff url(images_site/bg_bluegrad_100.png) 0 -100px repeat-x;
	width: 540px;
}
#steps .right {
	float: right;
	background: #ffffff url(images_site/bg_bluegrad_100.png) 0 -200px no-repeat;
}
#steps table {
	width: 100%;
	height: 100px;
}
#steps td {
	border-right:0px solid white;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	padding:4px;
	vertical-align:top;
}
#steps span {
	display: block;
	line-height: 22px;
	font-size: 19px;
	font-weight: normal;
	font-family: Arial Black;
}
#steps h3 {
	color: #c3be6a;
	display: block;
	margin: 0;
	width: 70px;
	font-size: 15px;
}

#testimonials em { font-size: .83em; }

/* CTGY Indiv. Gaskets & O-Rings */

#gasketby {

}
#gasketby h2 {
	width: 240px;
	margin-right: 10px;
	float: left
}
#gasketby #col1,
#gasketby #col2 {
	width: 255px;
	float: left;
	margin:10px 10px 0 0;
}
#gasketby select {
	width: 100%;
}

caption {
	text-align: left;
	color: #406FA0;
	font-weight: bold;
}

