@charset "utf-8";

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

/* General page formatting
-------------------------------------------------- */
/* --- wall background --- */
.x-bg															{ background:#EFEFEF none; padding:10px 0; border:1px solid #DEDEDE; border-width:2px 0; }
.x-bg-02														{ width:90%; max-width:960px; background:#FFF none; padding:0; overflow:hidden; display:block; } /* optional second inset bg */
.x-bg, .x-bg-02, .x-content								{ margin:0 auto; text-align:center; vertical-align:top; }
@media screen and (max-width:800px) 			{ .x-bg .x-nomo { display:none !important; } } /* general setting to hide items on mobile view */

/* --- content area bg and width --- */
.x-content, #x-head, #x-foot    						{ width:100%; max-width:960px; }
.x-content														{ padding:13px 0 8px !important; overflow:hidden; }
.x-bg td [width="13"]										{ display:none !important; }

/* --- column dimensions --- */
#LeftPanel														{ display:none !important; }
.x-content														{ background:#FFF none; }
#x-main														{ width:97%; margin:0 auto !important; padding:0 !important; float:none; }

/* --- 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 */

/* --- global fonts --- */
.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,
.x-bg form select											{ font-size:13px; color:#606060; word-wrap:break-word; }
.x-bg a:link, .x-bg a:visited, .x-bg a:active		{ color:#606060; }
.x-bg a:hover							            		{ color:#D6651C; }
#x-head-srch-sbox, 
#x-head-catd #x-head-ctd1 span					{ color:#999; font-size:12px; font-style:italic; } /* search and category boxes */
#x-foot *					        							{ color:#FFF; } /* footer text */
#x-foot-subm a												{ text-transform:uppercase; }
#x-foot a:hover							    				{ color:#D6651C; text-decoration:underline; } /* footer links hover */
.x-bg .x-sbox, .x-bg .x-sbox p, 
.x-bg .x-sbox a, .x-bg .x-sbox li,
.x-bg .x-tbox, .x-bg .x-tbox p, 
.x-bg .x-tbox a, .x-bg .x-tbox li, 
.x-bg .x-pbox, .x-bg .x-pbox p,
.x-bg .x-pbox a, .x-bg .x-pbox li 						{ text-align:left; }
#CentralArea ul, #x-main ul							{ list-style-type:disc; list-style-position:inside; }
#CentralArea li, #x-main li				    			{ background:transparent none; }

/* --- title bars --- */
.x-bg .x-ffac, .x-bg .x-ffac p, .x-bg .x-ffac a		{ font-family:"Open Sans", "Open Sans", Arial, Tahoma, Sans-serif; text-decoration:none; } /* accent font family */
.x-bg .x-fftb, .x-bg .x-fftb p, .x-bg .x-fftb a		{ color:#FFF; font-size:15px; line-height:20px; font-weight:600; text-transform:uppercase; /* text-shadow:1px 1px #222; */ } /* title bar font settings */
.x-bg .x-bar2 .x-fftb										{ color:#FFF; font-weight:normal; font-size:13px; } /* header menu bar */
.x-bg .x-bar2 .x-fftb:hover								{ color:#FFF; } /* header menu bar hover */
.x-bg .x-ttba .x-tins										{ padding:0 !important; }

/* --- buttons --- */
.x-bg .x-ffbn, .x-bg a.x-ffbn							{ color:#FFF; font-size:12px; font-weight:bold; /* text-shadow:1px 1px #606060; */ height:26px; line-height:26px; padding:0 10px; display:block; } /* title bar font settings */
.x-bg .x-ffbn:hover, .x-bg a.x-ffbn:hover			{ color:#FFF; }

/* --- box dimensions --- */
#LeftPanel .x-ttba											{ width:auto; max-width:174px; min-width:134px; /* max-width:184px; min-width:144px; */ text-align:left; margin:0; padding:8px 12px; } /* side title bars */
#x-main .x-ttba												{ width:auto; text-align:left; margin:0; padding:8px 12px; } /* main title bars */
.x-bg .x-sbox													{ width:auto; max-width:198px; min-width:158px; /* max-width: 208px; min-width:158px; */ margin:0 0 13px; border-width:0 1px 1px !important; } /* side column content box */
.x-bg .x-tbox													{ width:auto; margin:0 0 13px; border-width:0 1px 1px !important; } /* main column content box */
.x-bg .x-pbox												{ width:auto; margin:0 0 13px; border-width:1px !important; } /* main column content box plain no title bar */
.x-bg .x-sbox .x-tins, .x-bg .x-tbox .x-tins,
.x-bg .x-pbox .x-tins										{ padding:10px 12px; }
.x-bg .x-prom												{ display:block; margin:0 auto 13px; width:100%; height:auto; }
@media screen and (max-width:600px) 			{ .x-bg #x-main .x-prom { display:none !important; } }

/* --- global backgrounds --- */
.x-bg .x-bkwh												{ background:#FFF none; } /* white backgrounds */
.x-bg .x-bkbl													{ background:#606060 none; } /* black backgrounds */
.x-bg .x-hdbg												{ background: #FFF; /* Old browsers */
background: -moz-linear-gradient(top,  #FFF 0%, #EEE 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#EEE)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #FFF 0%,#EEE 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #FFF 0%,#EEE 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #FFF 0%,#EEE 100%); /* IE10+ */
background: linear-gradient(to bottom,  #FFF 0%,#EEE 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#EEE',GradientType=0 ); /* IE6-9 */
} /* header background */
.x-bg .x-ftbg													{ background:#292929 none; } /* footer background */
.x-bg .x-bklt													{ background:#FFF none; } /* text boxes backgrounds */
.x-bg .x-bkac													{ background:#D6651C none; } /* accent backgrounds */
.x-bg .x-bktt													{ background:#252525 none; } /* title bars */
.x-bg .x-ffbn, .x-bg a.x-ffbn							{ background:#D6651C none; } /* buttons */
.x-bg .x-ffbn:hover, .x-bg a.x-ffbn:hover,
.x-bg .x-bktt.x-open										{ background:#222 none; } /* buttons hover */
.x-bg .x-bar2													{ background:#252525 none; } /* header menu bar color */
.x-bg .x-bar2 a:hover,
#x-head-menu div#x-head-cats:hover			{ background:#D6651C none; } /* header menu bar hover */
.x-bg .x-bkdk												{ background:#222 none; } /* dark backgrounds */
.x-bg .x-grdn													{ background:#D6651C none; } /* neutral gradient */
.x-bg .x-grda													{ background:#D6651C none; } /* bright accent gradient */

/* --- global borders --- */
.x-bg .x-shao													{ } /* content area border */
.x-bg .x-ftbg													{ border:1px solid #000; } /* footer top divider line */
.x-bg .x-brdm												{ border:1px solid #ECECEC; } /* text boxes border */
.x-bg .x-brda													{ border:1px solid #D6651C; } /* accent color bgs border */
.x-bg .x-brdb													{ border:1px solid #D6651C; } /* buttons border */
.x-bg .x-brds													{ border:1px solid #ECECEC; } /* search box border */
.x-bg .x-bar2													{ border:1px solid #000; } /* header menu bar and divider border */
.x-bg .x-brdd, .x-bg .x-brdt.x-open					{ border:1px solid #D6651C; } /* dark border */
.x-bg .x-brdt													{ border:1px solid #D6651C; } /* title bars border */

/* --- shadows --- */
.x-bg .x-shao													{ -moz-box-shadow: 0 0 10px #D0D0D0; -webkit-box-shadow: 0 0 10px #D0D0D0; box-shadow: 0 0 10px #D0D0D0; } /* optional outer shadow */



/* Header formatting
-------------------------------------------------- */
/* --- head main --- */
#x-head														{ height:auto; }
#x-head .x-fbox											{ text-align:center; width:33%; min-width:290px; margin:0 auto; padding:0; float:left; display:block; position:relative; left:0; top:0; }
@media screen and (max-width:890px)			{ #x-head .x-fbox { float:none; } }
#x-head-bar1												{ width:100%; position:relative; text-align:center; overflow:hidden; z-index:9001; }
#x-head-logo												{ width:272px; max-width:100%; display:block; margin:0 auto; padding:10px 0; } /* position logo homepage link */
#x-head-prom												{ width:244px; max-width:100%; display:block; margin:0 auto; padding:10px 0; } /* position logo homepage link */

/* --- search box --- */
#x-head-srch												{ width:250px; height:26px; position:relative; margin:38px auto 20px; padding:0; overflow:hidden; } 
#x-head-srch-sbox										{ width:59%; height:26px; line-height:26px; border-width:0; padding:0 10px; float:left; } /* input box */
#x-head-srch-bttn											{ float:right; border-width:0 0 0 1px; } /* float submit button link */
@media screen and (max-width:890px) 			{ #x-head-srch { margin:10px auto 15px; } }
@media screen and (max-width:320px) 			{ #x-head-srch-bttn.x-ffbn { margin:3px 3px 0 0; padding:0; font-size:11px; line-height:16px; } }

/* --- categories dropdown --- */
#x-head-catd.x-fbox										{ display:none; position:relative; padding:10px 0; z-index:9001; }
#x-head-catd #x-head-ctd1							{ width:250px; height:26px; margin:0 auto; overflow:visible; }
#x-head-catd #x-head-ctd1 span					{ height:26px; line-height:26px; text-align:left; background:transparent url(images/x-head-icon-catd.png) 224px 5px no-repeat; padding:0 10px; display:block; }
#x-head-catd #x-head-ctd2							{ border-width:0 1px 1px; margin-left:-1px; width:250px; display:none; }
#x-head-catd #x-head-ctd1:hover #x-head-ctd2	{ display:block; }
#x-head-catd #x-head-ctd2 ul.lev1					{ width:100%; list-style-type:none; background:#ECECEC none; }
#x-head-catd #x-head-ctd2 ul.lev1 li a			{ font-size:13px; line-height:16px; padding:5px 10px 5px 18px; background:transparent url(images/x-side-lev1.png) 6px 7px no-repeat; text-align:left; display:block; border-width:1px 0 0; }
#x-head-catd #x-head-ctd2 ul.lev1 li a:hover	{ background-color:#FFF; background-image:url(images/x-side-lev1h.png); }
@media screen and (max-width:800px) 			{ #x-head-bar1 { overflow:visible; } #x-head-catd.x-fbox { display:block; } }

/* --- menu bar text links --- */
#x-head-bar2												{ width:100%; height:38px; max-height:38px !important; overflow:visible; text-align:center; clear:both; border-width:1px 0; position:relative; z-index:5001; }
#x-head-menu												{ position:relative; text-align:center; }
#x-head-menu a, #x-head-menu a span			{ height:38px; line-height:38px; margin:0; width:auto; padding:0 7px; display:inline-block; border-width:0 1px 0 0; }
#x-head-menu a:first-child								{ border-width:0 1px; }
#x-head-menu a img										{ display:none; }
@media screen and (max-width:800px) {
#x-head-menu a											{ width:16px; }
#x-head-menu a img										{ width:16px; height:16px; display:inline-block; padding-top:11px; padding-bottom:11px; position:relative; }
#x-head-menu a span									{ display:none; }
#x-head-menu a img										{ display:inline-block; padding-top:11px; padding-bottom:11px; position:relative; }
}

/*--- menu bar cats dropdown --- */
#x-head-menu div#x-head-cats						{ height:38px; line-height:38px; margin:0; width:auto; padding:0 10px; border-width:0 1px 0 0; padding-top:11px; padding-bottom:11px; position:relative; overflow:hidden; display:none; }
#x-head-menu div#x-head-cats,
#x-head-menu div#x-head-cats img				{ width:16px; height:16px; }
#x-head-menu div#x-head-cats:hover			{ overflow:visible; height:auto; }
#x-head-menu div#x-head-cats div					{ left:-60px; top:11px; width:170px; position:relative; z-index:9999; }
#x-head-menu div#x-head-cats ul					{ padding:5px; list-style-type:none; }
#x-head-menu div#x-head-cats ul li				{ background:transparent none; text-align:left; float:none; display:block; }
#x-head-menu div#x-head-cats ul li a				{ color:#606060 !important; font-size:12px; line-height:1.1; width:auto; height:auto; text-transform:none; background:transparent url(images/x-side-lev1.png) 0 5px no-repeat; padding:3px 0 3px 12px; display:block; border:0 none; }
#x-head-menu div#x-head-cats ul li a:hover 	{ color:#D6651C !important; background-image:url(images/x-side-lev1h.png); }
@media screen and (max-width:800px)			{ #x-head-menu div#x-head-cats { display:inline-block; } }



/* Left panel formatting
-------------------------------------------------- */



/* Template formatting
-------------------------------------------------- */
/* --- template titles --- */
#CentralArea h1, #x-main h1							{ color:#3C3C3C; text-align:center; font-size:18px; line-height:20px; font-weight:600; margin:0; padding:0 0 15px; } /* listing main title */
#CentralArea h5, #x-main h5		            		{ color:#3C3C3C; text-align:left; font-size:13px; line-height:18px; font-weight:bold; margin:0; padding:5px 0 5px; } /* listing section subtitles */

/* --- template image gallery -- thumbs side --- */
#x-temp-gall													{ width:100%; max-width:707px; margin:0 auto; }
#x-temp-gall img											{ margin:0 auto; display:block; border:0 none; width:auto; height:auto; }
#x-temp-gall .x-cntr										{ display:table-cell; vertical-align:middle; text-align:center; }
#x-temp-gall #x-gall-main								{ border:1px solid #ECECEC; background:#FFF none; margin-bottom:8px; 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:100%; max-width:520px; height:auto; max-height:520px; } /* set main img holder size */
#x-template #x-main #x-gall-main img			{ width:100%; height:auto; max-width:520px !important; max-height:520px !important; } /* set main img size */
#x-temp-gall #x-gall-thmb								{ width:170px; float:right; } /* thumbs gallery container */
#x-temp-gall #x-gall-thmb h5							{ font-size:11px; font-weight:normal; 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 */
#x-temp-gall #x-gall-thmb .x-hold					{ border:1px solid #ECECEC; 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 #D6651C; }
#x-temp-gall #x-gall-thmb .x-hold,
#x-temp-gall #x-gall-thmb .x-cntr					{ width:75px; height:75px; } /* set thumb holders size */
#x-template #x-main #x-gall-thmb img			{ max-width:75px; max-height:75px; } /* set thumbs size */
#x-temp-gall .x-hide 										{ display:none !important; } /* hide unused gallery image slots */
@media screen and (max-width:960px) {
#x-temp-gall, 
#x-temp-gall #x-gall-main, 
#x-temp-gall #x-gall-thmb								{ width:100%; max-width:500px; height:auto; text-align:center; margin:0 auto; overflow:hidden; line-height:1px; }
#x-temp-gall #x-gall-main								{ margin-bottom:10px; float:none; } /* set spacing and border of main img holder */
#x-temp-gall #x-gall-thmb h5							{ margin:0 auto; } /* thumbs text title */
#x-temp-gall #x-gall-thmb .x-hold					{ margin:3px 2px; display:inline-block; float:none; } /* set spacing and border of thumb holders */
#x-temp-gall #x-gall-thmb .x-hold,
#x-temp-gall #x-gall-thmb .x-cntr					{ width:100%; max-width:70px; height:100%; max-height:70px; } /* set thumb holders size */
#x-temp-gall #x-gall-thmb img						{ width:100%; max-width:70px; height:auto; max-height:70px; } /* set thumbs size */
}

/* --- template specs table --- */
#x-main-spec												{ width:100%; margin-top:15px; float:none; } /* if desc box is full width */
#x-main-spec .x-brdm									{ border-color:#ECECEC; }
#x-main-spec .x-tbox										{ margin-bottom:10px; }
#x-main-spec table										{ width:100%; border:0 none; border-collapse:collapse; margin:0 auto; padding:0; }
#x-main-spec table th, 
#x-main-spec table td									{ color:#606060; text-align:left; font-size:12px; line-height:15px; border-bottom:1px solid #ECECEC; padding:5px 8px; }
#x-main-spec table th									{ color:#606060; font-weight:normal; width:40%; border-right:1px solid #ECECEC;  }
#x-main-spec table tr:last-child th, 
#x-main-spec table tr:last-child td					{ border-bottom:0 none; }
@media screen and (max-width:670px)			{ #x-main-spec { width:100%; float:none; margin-left:0; } #x-main-spec .x-tbox { margin-bottom:15px; } }

/* --- template promo banner image --- */
#x-main #x-main-prom									{ width:100%; max-width:940px; height:auto; margin:0 auto 13px; display:block; text-align:center; }

/* --- template terms of sale accordion --- */
.x-bg #x-main #x-main-tabs .x-brdt				{ border-width:0 1px 1px !important; }
.x-bg #x-main #x-main-tabs a:first-child .x-brdt { border-width:1px !important; }
#x-main-tabs												{ width:100%; height:auto; margin:0 0 13px; }
#x-main-tabs .x-tbox										{ margin:0; }
#x-main-tabs a .x-ttba .x-ffac							{ background:transparent url(images/x-main-ttab-icop.png) right center no-repeat; padding-right:28px !important; }
#x-main-tabs a .x-ttba.x-open .x-ffac				{ background-image:url(images/x-main-ttab-icom.png); }



/* Footer
-------------------------------------------------- */
#x-foot															{ height:auto; padding:20px 0; border-width:1px 0 0; text-align:center; }
#x-foot *					        							{ font-size:12px; line-height:16px; }
#x-foot-subm							    				{ padding:0 20px 0; }
#x-foot-copy							    					{ padding:5px 20px 0; }


