﻿@charset "utf-8";

/* Original design work, including graphics and all related scripts, Copyright (c) OCDesignsOnline.com, All Rights Reserved. Used with permission by Coastal-Moto. */

/* General page formatting
-------------------------------------------------- */
/* --- wall background --- */
.x-bg															{ background:#FFF url(images/x-bg.png) center top scroll repeat; padding:0; }
.x-bg-02														{ background:transparent url(images/x-bg-02.png) center top scroll no-repeat; padding:0; } /* optional second inset bg */
.x-bg, .x-bg-02, .x-content								{ margin:0 auto; text-align:center; vertical-align:top; }

/* --- content area bg and width --- */
.x-content, #x-head, #x-foot, .x-vaca    			{ width:960px; }
.x-content														{ background:transparent none; padding:10px 0 !important; overflow:hidden; }

/* --- left column width --- */
#LeftPanel,
#x-side-srch, #x-side-cats,
#x-side-news, #x-side-feat			      				{ width:210px !important; }

/* --- main column width --- */
#CentralArea, #x-main, #x-main-fcat, 
#x-main-feat, #x-main-prom,
#x-main-tabs		       									{ width:737px; }

/*--- side gutters padding --- */
#LeftPanel														{ padding:0 0 0 0px !important; } /* optional left column padding left */
#CentralArea, #x-main                       			{ padding:0 0px 0 0 !important; } /* optional right column padding right */
#CentralArea #x-main									{ padding:0 !important; }

/* --- custom content settings general --- */
.x-bg *                                     						{ font-family:"Open Sans", Arial, Tahoma, Sans-serif; text-decoration:none; }
.x-bg, .x-bg p, .x-bg a, .x-bg li, .x-bg table		{ font-size:13px; color:#000; }
.x-bg a:link, .x-bg a:visited, .x-bg a:active		{ color:#000; }
.x-bg a:hover, .fpcc .countClass            			{ color:#004F98; }
#CentralArea li, #x-main li				    			{ background:transparent url(images/x-tbul.png) 0 0 no-repeat; }

/* --- section title bars settings --- */
#LeftPanel .x-tbar, #x-main .x-tbar,  
#x-main h2													{ background-color:transparent; background-position:center top; background-repeat:no-repeat; }
.x-bg #LeftPanel .x-tbar									{ padding-top:45px; }
.x-bg #x-main .x-tbar									{ padding-top:45px; }
.x-bg #x-main h2											{ height:45px; line-height:41px; }

/* --- main general editable title bar --- */
#x-main h2													{ color:#FFF; text-align:center; font-size:18px; font-weight:bold; font-family:"Open Sans", Arial, Tahoma, Sans-serif; text-transform:uppercase; background-image:url(images/x-main-tbar-h2bg.png); margin:0; padding:0 15px; clear:both; }
#x-template #x-main h2								{ text-transform:none; }

/* --- text titles settings --- */
#CentralArea h1, #x-main h1							{ color:#004F98; text-align:left; font:bold 18px/21px "Open Sans", Arial, Tahoma, Sans-serif; margin:0; padding:0 0 15px; } /* listing main title */
#CentralArea h5, #x-main h5		            		{ color:#004F98; text-align:left; font:bold 13px/18px "Open Sans", Arial, Tahoma, Sans-serif; margin:0; padding:5px 0 10px; } /* listing section subtitles */

/* --- text boxes general - solid no border --- */
#LeftPanel .x-tbar, #LeftPanel .x-tmid,
#LeftPanel .x-prom, #x-side-feat #x-feat			{ width:210px; } /* side section dimensions */
#LeftPanel .x-tins											{ width:190px; } /* side section dimensions with padding */
#x-main .x-tbar, #x-main .x-prom,
#x-main .x-tbtm, #x-main-feat #x-feat			{ width:737px; } /* main section dimensions */
#x-main .x-tins												{ width:707px; } /* main section dimensions with padding */
#LeftPanel .x-ttop, #LeftPanel .x-tmid, 
#LeftPanel .x-tbtm, #x-side-feat #x-feat,
#x-main .x-ttop, #x-main .x-tmid,
#x-main .x-tbtm, #x-main-feat #x-feat			{ background:#DBDBDB none; }

/* --- sections corner rounding --- */
#LeftPanel .x-ttop, #x-main .x-ttop					{ -moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; } /* optional box rounded corners */
#LeftPanel .x-tbtm, #x-main .x-tbtm,
#x-side-feat #x-feat, #x-main-feat #x-feat		{ -moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; } /* optional box rounded corners */
#LeftPanel .x-ttop.x-tbtm, 
#x-main .x-ttop.x-tbtm									{ -moz-border-radius:5px; border-radius:5px; }

/* --- sections spacing --- */
#LeftPanel .x-tbtm, #x-main .x-tbtm,
#LeftPanel .x-prom, #x-main .x-prom,
#x-side-feat #x-feat, #x-main-feat #x-feat		{ display:block; margin:0 0 13px; }

/* --- text boxes inset padding --- */
#LeftPanel .x-tins						    				{ padding:10px 10px 10px; } /* text box inset padding */
#x-main .x-tins												{ padding:10px 15px 10px; } /* text box inset padding */

/* --- toggle left column elements for store/listing display only --- */
#LeftPanel .x-temp,
#x-template #LeftPanel .x-home              		{ display:none !important; } /* promo boxes on store only */
#x-template #LeftPanel .x-temp              		{ display:block !important; } /* promo boxes on template only */

/* --- search and news checkbox selects --- */
#x-head-srch p, #x-side-srch  p,
#x-side-news .x-tmid p.x-ckbx						{ line-height:16px; margin:0 0 10px; }
#x-head-srch #descr, 
#x-side-srch #descr,
#x-side-news .x-tmid #general						{ margin:1px 5px 0 0; }

/* --- template image gallery settings --- */
#x-temp-gall, #x-gall-main, #x-gall-thmb		{ text-align:center; margin:0 auto; overflow:hidden; }
#x-temp-gall .x-cntr, #x-gall-main .x-cntr		{ display:table-cell; vertical-align:middle; text-align:center; }
#x-temp-gall img, #x-gall-main img				{ margin:0 auto; display:block; border:0 none; width:auto; height:auto; }
#x-temp-gall .x-hide 										{ display:none !important; } /* hide unused gallery image slots */
#x-temp-gall #x-gall-thmb h5							{ text-align:center; margin:0; padding:0 0 5px; width:100%; clear:both; } /* thumbs text title */
#x-temp-gall #x-gall-thmb h5 span					{ display:inline-block; width:18px; height:18px; background:transparent url(images/x-gall-icon.png) left center no-repeat; } /* thumbs title icon */

/* --- category page font overrides do not change --- */
.x-bg #CentralArea .v4stabl,
.x-bg #CentralArea .r3									{ /* width:737px; margin:0 20px 0 0; */ }
.x-bg #CentralArea .r3, 
.x-bg #CentralArea .r3 p,
.x-bg #CentralArea .r3 li,
.x-bg #CentralArea .r3 table,
.x-bg #CentralArea .r3 a,
.x-bg #CentralArea .r3 a:link, 
.x-bg #CentralArea .r3 a:visited,
.x-bg #CentralArea .r3 a:active 						{ color:#000; }
.x-bg #CentralArea .r3 a:hover, 
.x-bg #CentralArea .r3 .fpcc .countClass			{ color:#004F98; }
/* top right view options */
.x-bg #CentralArea .v4stabl,
.x-bg #CentralArea .v4stabl a							{ color:#000; font-size:11px; }
.x-bg #CentralArea .v4stabl a:hover				{ color:#004F98; }
/* additional search results suggestions */
.x-bg #CentralArea .v4snexp div						{ color:#004F98; font-size:14px; font-weight:bold; padding:15px 0 5px; } /* title line */
.x-bg #CentralArea .v4snexp ul li					{ background-image:url(images/x-tbul.png); padding-bottom:10px; } /* bullet icon */
.x-bg #CentralArea .v4snexp ul li,
.x-bg #CentralArea .v4snexp ul li a					{ color:#000; } /* options text, links */
.x-bg #CentralArea .v4snexp ul li a					{ text-decoration:underline; }
.x-bg #CentralArea .v4snexp ul li a:hover		{ color:#004F98; } /* options links hover */




/* Header formatting
-------------------------------------------------- */
/* --- head main --- */
#x-head-wrap												{ height:270px; background:transparent url(images/x-head.png) center top no-repeat; overflow:hidden; }
#x-head														{ height:144px; }
#x-head-logo												{ position:absolute; left:282px; top:20px; width:394px; height:100px; display:block; z-index:9999; } /* position logo homepage link */

/* --- top menu navigation --- */
#x-head-topm												{ position:absolute; left:0px; top:88px; width:270px; height:28px; overflow:hidden; z-index:7777; }
#x-head-topm, #x-head-topm *						{ color:#000; font-size:15px; line-height:28px; font-weight:bold; text-align:left; }
#x-head-topm a											{ margin-right:18px; text-transform:uppercase; }
#x-head-topm a:last-child								{ margin-right:0; }
#x-head-topm a:hover									{ color:#004F98; }

/* --- search box --- */
#x-head-srch												{ position:absolute; left:713px; top:89px; width:247px; }
#x-head-srch, 
#x-head-srch-sbox,
#x-head-srch-bttn											{ height:31px; line-height:31px; border:0 none !important; background:transparent none;}
#x-head-srch-sbox										{ width:188px; color:#888; font-size:12px; padding:0 10px 0 15px; float:left; } /* input box */
#x-head-srch-bttn											{ width:32px; float:right;  } /* float submit button link */

/* --- head advanced search box --- */
#x-head-advs												{ width:960px; height:126px; position:relative; margin:0 auto; text-align:center; overflow:hidden; } /* section placement */
#x-head-advs #form1 select							{ width:198px; height:30px; border:0 none; background-color:transparent; color:#FFF; font-size:13px; line-height:30px; padding:0 3px; margin:0px 0 0 15px; float:left; } 
#x-head-advs #form1 select option					{ color:#333; }
#x-head-advs #form1 select#level0				{ margin-left:235px; }
#x-head-advs #x-sbtn									{ width:90px; height:28px; border:0 none; background:transparent none; margin:0px 0px 0 0; display:block; float:right; cursor:pointer; }
#x-head-advs #form1 select							{ -webkit-appearance:none; -moz-appearance:none; appearance:none; overflow:hidden; } /* hide dropdown arrow in Chrome and Firefox */




/* Left panel formatting
-------------------------------------------------- */
/* --- side categories menu --- */
#x-side-cats.x-tbar										{ background-image:url(images/x-side-tbar-cats.png); } /* section title bar */
#LeftPanel .lev1												{ margin:0px; }
#LeftPanel .lev1 li						    				{ }
#LeftPanel .lev1 li a, 
#LeftPanel .lev1 li span			        				{ background:transparent url(images/x-side-lev1.png) 11px 9px no-repeat; font-size:13px; line-height:16px; padding:6px 6px 6px 24px; }
#LeftPanel .lev1 li span,
#LeftPanel .lev1 li a:hover		            			{ color:#004F98; }
#LeftPanel .lev2, #LeftPanel .lev3	    			{ margin:0; padding:0 0 5px; }
#LeftPanel .lev2 li, #LeftPanel .lev3 li				{ }
#LeftPanel .lev2 li a,
#LeftPanel .lev2 li span                    				{ background:transparent url(images/x-side-lev2.png) 24px 3px no-repeat; font-size:11px; line-height:13px; padding:3px 6px 3px 36px; }
#LeftPanel .lev3 li a,
#LeftPanel .lev3 li span 			       					{ background:transparent url(images/x-side-lev2.png) 36px 3px no-repeat; font-size:11px; line-height:13px; padding:3px 6px 3px 48px; }
#LeftPanel .lev2 li span, 
#LeftPanel .lev3 li span,
#LeftPanel .lev2 li a:hover,
#LeftPanel .lev3 li a:hover		           				{ color:#004F98; }

/* --- side newsletter text box --- */
#x-side-news.x-tbar										{ background-image:url(images/x-side-tbar-news.png); } /* section title bar */
#x-side-news .x-tmid p									{ line-height:16px; margin:0 0 20px; padding:0; }
#x-side-news .x-tmid										{ background:#DBDBDB url(images/x-side-dvdr.png) 0 84px no-repeat; }
#x-side-news .x-tmid p span							{ color:#004F98; font-weight:600; }
#x-side-news .x-tmid p.x-ckbx						{ font-size:11px; float:left; margin:0; padding:6px 0 0; }
#x-side-news #x-side-news-bttn						{ width:77px; height:30px; background:transparent url(images/x-side-news-bttn.png) 0 0 no-repeat; margin:0; display:block; float:right; }



/* Homepage formatting
-------------------------------------------------- */
/* --- main promo banner image full width --- */
#x-main-babg												{ width:960px; height:auto; margin:0 auto; padding:10px 0 0; overflow:hidden; display:none; }
#x-main-bann												{ width:960px; height:425px; margin:0 auto; }

/* --- main shop by brands --- */
#x-main-brnd												{ width:960px; height:70px; overflow:hidden; text-align:center !important; }
#x-main-brnd img											{ height:70px; margin:0 auto; padding:0 15px; display:inline-block; }


/* --- main featured categories images --- */
#x-main-fcat													{ margin-bottom:3px; }
#x-main-fcat img											{ width:239px; height:165px; margin:0 0 10px 10px; float:left; }
#x-main-fcat img.x-first									{ margin-left:0; }

/* --- main featured items --- */
#x-main-feat.x-tbar										{ background-image:url(images/x-main-tbar-feat.png); } /* section title bar */
#x-main-feat #x-feat										{ overflow:hidden; padding:0 0 9px; } /* background image */
#x-main-feat #x-feat .x-fp								{ width:168px; height:250px; background:transparent url(images/x-main-fbox.png) center top no-repeat; margin:9px 0 0 9px; float:left; }
#x-main-feat #x-feat .x-fp a,
#x-main-feat #x-feat .x-fp a span					{ text-align:left; font-size:13px; line-height:15px; display:block; overflow:hidden; text-decoration:none; }
#x-main-feat #x-feat .x-fp a .title					{ color:#FFF; height:45px; margin:4px 8px 8px; text-align:center; }
#x-main-feat #x-feat .x-fp a .title:hover			{ color:#004F98; }
#x-main-feat #x-feat .x-fp a .price					{ color:#FFF; font:bold 13px/30px "Open Sans", Arial, Tahoma, Geneva, Sans-serif; height:30px; display:block; padding:0 12px; }
#x-main-feat #x-feat .x-fp a .thumb				{ width:168px; height:160px; display:table-cell; vertical-align:middle; text-align:center; }
#x-template #x-main-feat #x-feat .x-fp a .thumb { display:block; }
#x-main-feat #x-feat .x-fp a .thumb img			{ max-height:140px; width:auto; max-width:140px; margin:10px auto; }



/* Template formatting
-------------------------------------------------- */
/* --- template description section --- */
#x-main #x-main-desc.x-tbar							{ background-image:url(images/x-main-tbar-desc.png); } /* section title bar */
#x-template #x-main .x-tmid img					{ max-width:665px !important; }
#x-template #x-main .x-tmid,
#x-template #x-main .x-tmid p,
#x-template #x-main .x-tmid li						{ line-height:normal; }

/* --- template image gallery -- thumbs side --- */
#x-temp-gall													{ width:100%; }
#x-temp-gall #x-gall-main								{ border:1px solid #CDCDCD; background:#FFF none; margin-bottom:4px; float:left; } /* set spacing and border of main img holder */
#x-temp-gall #x-gall-main,
#x-temp-gall #x-gall-main .x-cntr					{ width:500px; height:500px; } /* set main img holder size */
#x-template #x-main #x-gall-main img			{ width:auto; height:auto; max-width:500px !important; max-height:500px !important; } /* set main img size */
#x-temp-gall #x-gall-thmb								{ width:188px; float:right; } /* thumbs gallery container */
#x-temp-gall #x-gall-thmb h5							{ font-size:11px; font-weight:normal; } /* thumbs text title */
#x-temp-gall #x-gall-thmb .x-hold					{ border:1px solid #CDCDCD; background:#FFF none; margin:0 0 8px 8px; display:block; float:left; } /* set spacing and border of thumb holders */
#x-temp-gall #x-gall-thmb .x-hold:hover			{ border:1px solid #004F98; }
#x-temp-gall #x-gall-thmb .x-hold,
#x-temp-gall #x-gall-thmb .x-cntr					{ width:80px; height:80px; } /* set thumb holders size */
#x-template #x-main #x-gall-thmb img			{ max-width:80px !important; max-height:80px !important; } /* set thumbs size */

/* --- dynamic buttons vertical --- */
#x-temp-bttn	   			  									{ width:100%; margin:0 auto 8px; overflow:hidden; text-align:center; }
#x-temp-bttn div, #x-temp-bttn div a				{ width:162px; height:40px; display:block; cursor:pointer; }
#x-temp-bttn div											{ margin:1px auto 0; background:transparent url(images/x-temp-bttn.png) left top no-repeat; }
#x-temp-bttn div#x-temp-bbin						{ background-image:url(images/x-temp-bbin.png); }
#x-temp-bttn div#x-temp-bwti						{ background-image:url(images/x-temp-bwti.png); }
#x-temp-bttn div#x-temp-bfav						{ background-image:url(images/x-temp-bfav.png); }
#x-temp-bttn div#x-temp-bask						{ background-image:url(images/x-temp-bask.png); }
#x-temp-bttn div#x-temp-bmao						{ background-image:url(images/x-temp-bmao.png); }

/* --- template promo banner image --- */
#x-main #x-main-call									{ width:737px; height:59px; }

/* --- template terms tabs --- */
#x-main-tabs												{ height:45px; background:transparent url(images/x-main-ttab.png) 0 0 no-repeat; }
#x-main-tabs a img										{ height:39px; display:block; float:left; margin-left:20px; }
#x-main-tabs a img#x-main-ttab-01				{ width:104px; margin-left:23px; }
#x-main-tabs a img#x-main-ttab-02				{ width:104px; }
#x-main-tabs a img#x-main-ttab-03				{ width:124px; }
#x-main-tabs a img#x-main-ttab-04				{ width:298px; }



/* Footer
-------------------------------------------------- */
/* --- footer centered --- */
#x-foot-wrap													{ height:140px; background:transparent url(images/x-foot-wrap.png) center top repeat-x; }
#x-foot															{ height:140px; background:transparent url(images/x-foot.png) 0 0 no-repeat; text-align:center; }
#x-foot-subm							    				{ padding:64px 20px 0; }
#x-foot-copy							    					{ padding:10px 20px 0; }

/* --- footer menu links --- */
#x-foot-subm, #x-foot-subm a						{ color:#FFF; font-size:14px; line-height:18px; font-weight:bold; text-transform:uppercase; }
#x-foot-subm a												{ padding:0 15px; }
#x-foot-subm a:hover									{ color:#004F98; }

/* --- footer copyright --- */
#x-foot-copy, #x-foot-copy a							{ color:#FFF; font-size:13px; line-height:16px; }
#x-foot-copy a:hover										{ color:#004F98; }



