@charset "utf-8";

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

/* General page formatting
-------------------------------------------------- */
/* --- wall background --- */
.x-bg															{ background:#FFF url(images/x-bg.png) center top scroll repeat; padding:0; border:1px solid #D6D6D6; border-width:2px 0; }
.x-bg-02														{ background:transparent url(images/x-bg-02.png) center top scroll repeat-x; 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 url(images/x-content.png) center top repeat-y; padding:10px 0 !important; overflow:hidden; }

/* --- left column width --- */
#LeftPanel, #LeftPanel .x-tbar, 
#LeftPanel .x-main-ttop, #LeftPanel .x-tmid, 
#LeftPanel .x-tbtm, #LeftPanel .x-prom      { width:210px !important; }

/* --- main column width --- */
#CentralArea, #x-main, #x-main-fcat, 
#x-main-feat, #x-main .x-tbar, 
#x-main .x-ttop, #x-main .x-tmid, 
#x-main .x-tbtm, #x-main-tabs			        { width:737px; }

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

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

/* --- category page font overrides do not change --- */
.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:#3A3A3A; }
.x-bg #CentralArea .r3 a:hover, 
.x-bg #CentralArea .r3 .fpcc .countClass		{ color:#69771E; }




/* Header formatting
-------------------------------------------------- */
/* --- head main --- */
#x-head														{ height:146px; background:transparent url(images/x-head.png) 0 0 no-repeat; }
#x-head-logo												{ position:absolute; left:0px; top:21px; width:350px; height:50px; display:block; } /* position logo homepage link */

/* --- search box --- */
#x-head-srch												{ position:absolute; left:635px; top:45px; width:313px; }
#x-head-srch, 
#x-head-srch-sbox,
#x-head-srch-bttn										{ height:22px; line-height:22px; border:0 none; background:transparent none;}
#x-head-srch-sbox										{ width:215px; color:#888; font-size:11px; padding:0 10px; float:left; } /* input box */
#x-head-srch-bttn										{ width:76px; float:right;  } /* float submit button link */

/* --- menu bar text links --- */
#x-head-menu											{ position:absolute; left:1px; top:95px; width:958px; height:47px; }
#x-head-menu li											{ text-align:center; background:transparent url(images/x-head-mdiv.png) right center no-repeat; padding:0 2px 0 0; }
#x-head-menu li.last									{ background-image:none; padding:0; }
#x-head-menu li a										{ color:#FFF; font:bold 14px/47px "Open Sans", Arial, Tahoma, Sans-serif; text-shadow:2px 2px #263251; text-transform:uppercase; padding:0 35px; display:block; }
#x-head-menu li a:hover					    		{ color:#FFF; background:transparent url(images/x-head-mhov.png) left center repeat-x; }
#x-head-menu li.first a								{ -moz-border-radius:6px 0 0 6px; border-radius:6px 0 0 6px; } /* optional rounding on first link hover */



/* Left panel formatting
-------------------------------------------------- */
/* --- adjust spacing below promo and text boxes --- */
#LeftPanel .x-prom, #x-main .x-prom,
#LeftPanel .x-tbtm, #x-main .x-tbtm 			{ display:block; margin:0 0 13px; }

/* --- toggle left column elements for storefront or template display only --- */
#LeftPanel .x-temp,
#x-template #LeftPanel .x-home              	{ display:none; } /* use this class for promo boxes on store only to hide on template */
#x-template #LeftPanel .x-temp              	{ display:block; } /* use this class for promo boxes on template only to hide on store */

/* --- side categories menu --- */
#x-side-cats												{ background:transparent url(images/x-side-tbar-cats.png) 0 0 no-repeat; padding-top:38px; } /* section title bar */
#x-side-cats .x-tmid				    				{ width:208px !important; height:auto; background:#596480 none; border:1px solid #3D465C; border-width:0 1px 1px; -moz-border-radius:0 0 10px 10px; border-radius:0 0 10px 10px; margin:0 0 13px;  } /* background */
#LeftPanel .lev1 li						    			{ margin:0; border-top:1px solid #3D465C; }
#LeftPanel .lev1 li.first				    				{ border-top:0 none; }
#LeftPanel .lev1 li a, 
#LeftPanel .lev1 li span			        			{ color:#FFF; background:transparent url(images/x-side-lev1.png) 11px 8px no-repeat; line-height:14px; padding:7px 10px 7px 26px; }
#LeftPanel .lev1 li span,
#LeftPanel .lev1 li a:hover		            		{ color:#FEB56B; background-image:url(images/x-side-lev1h.png); }
#LeftPanel .lev2, #LeftPanel .lev3	    		{ margin:0; padding:0 0 5px; }
#LeftPanel .lev2 li, #LeftPanel .lev3 li			{ border:0 none; }
#LeftPanel .lev2 li a,
#LeftPanel .lev2 li span                    			{ color:#FFF; background:transparent url(images/x-side-lev2.png) 24px 4px no-repeat; font-size:11px; line-height:13px; padding:4px 10px 4px 36px; }
#LeftPanel .lev3 li a,
#LeftPanel .lev3 li span 			       				{ color:#FFF; background:transparent url(images/x-side-lev2.png) 36px 4px no-repeat; font-size:11px; line-height:13px; padding:4px 10px 4px 48px; }
#LeftPanel .lev2 li span, 
#LeftPanel .lev3 li span,
#LeftPanel .lev2 li a:hover,
#LeftPanel .lev3 li a:hover		           			{ color:#FEB56B; background-image:url(images/x-side-lev2h.png); }

/* --- side newsletter text box --- */
#x-side-news												{ background:transparent url(images/x-side-tbar-news.png) 0 0 no-repeat; padding-top:38px; } /* section title bar */
#x-side-news .x-tmid									{ width:208px !important; height:auto; background:#596480 none; border:1px solid #3D465C; border-width:0 1px 1px; -moz-border-radius:0 0 10px 10px; border-radius:0 0 10px 10px; margin:0 0 13px;  } /* background */
#x-side-news .x-tins									{ padding:5px 12px 0; }
#x-side-news .x-tmid p								{ color:#FFF; line-height:16px; margin:0 0 10px; }
#x-side-news #x-side-news-bttn				{ width:90px; height:24px; background:transparent url(images/x-side-news-bttn.png) 0 0 no-repeat; margin:0; display:block; float:right; }
#x-side-news .x-tmid p.x-ckbx					{ line-height:16px; }
#x-side-news .x-tmid #general					{ margin:1px 5px 0 0; }



/* Homepage formatting
-------------------------------------------------- */



/* Support pages formatting
-------------------------------------------------- */



/* Template formatting
-------------------------------------------------- */
/* --- adjust left nav link heights to override ebay display issue --- */
#x-template #LeftPanel ul.lev1 li				{ height:28px; }
#x-template #LeftPanel ul.lev2 li, 
#x-template #LeftPanel ul.lev3 li				{ height:21px; }

/* --- main text boxes - border only --- */
#x-main .x-ttop											{ width:735px; height:10px; background:#ECECEC none; border:1px solid #D6D6D6; border-width:1px 1px 0; } /* text box top */
#x-main .x-tmid											{ width:735px; height:auto; background:#ECECEC none; border:1px solid #D6D6D6; border-width:0 1px; padding:2px 0; } /* text box middle repeating */
#x-main .x-tbtm											{ width:735px; height:10px; background:#ECECEC none; border:1px solid #D6D6D6; border-width:0 1px 1px; } /* text box bottom */
#x-main .x-ttop											{ -moz-border-radius:10px 10px 0 0; border-radius:10px 10px 0 0; } /* optional box rounded corners */
#x-main .x-tbtm											{ -moz-border-radius:0 0 10px 10px; border-radius:0 0 10px 10px; } /* optional box rounded corners */
#x-main .x-tins											{ padding:10px 15px 0; } /* text box inset padding */

/* --- template titles and description --- */
#CentralArea h1, #x-main h1						{ color:#69771E; text-align:center; font:bold 20px/23px Arial, Tahoma, Sans-serif; margin:0; padding:0 0 15px; } /* listing main title */
#CentralArea h5, #x-main h5		            	{ color:#69771E; text-align:left; font:bold 13px/18px Arial, Tahoma, Sans-serif; margin:0; padding:5px 0 10px; } /* listing section subtitles */
#x-main #x-main-gall .x-ttop,
#x-main #x-main-gall .x-tmid,
#x-main #x-main-gall .x-tbtm						{ background-color:#FFF; }
#x-main #x-main-paym								{ background:transparent url(images/x-main-tbar-paym.png) 0 0 no-repeat; padding-top:38px; } /* section title bar */
#x-main #x-main-ship									{ background:transparent url(images/x-main-tbar-ship.png) 0 0 no-repeat; padding-top:38px; } /* section title bar */
#x-main #x-main-retu									{ background:transparent url(images/x-main-tbar-retu.png) 0 0 no-repeat; padding-top:38px; } /* section title bar */

/* --- template image gallery -- thumbs bottom --- */
#x-temp-gall, #x-gall-main, #x-gall-thmb	{ width:100%; text-align:center; margin:0 auto; overflow:hidden; line-height:1px; }
#x-temp-gall												{ margin-bottom:8px; }
#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 #D6D6D6; background:#FFF none; margin-bottom:10px; } /* set spacing and border of main img holder */
#x-temp-gall #x-gall-main,
#x-temp-gall #x-gall-main .x-cntr				{ width:600px; height:600px; } /* set main img holder size */
#x-temp-gall #x-gall-main img					{ max-width:600px; max-height:600px; } /* set main img size */
#x-temp-gall #x-gall-thmb h5						{ color:#4F5972; 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:22px; 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 #D6D6D6; background:#FFF none; margin:3px 2px; display:inline-block; } /* set spacing and border of thumb holders */
#x-temp-gall #x-gall-thmb .x-hold,
#x-temp-gall #x-gall-thmb .x-cntr				{ width:90px; height:90px; } /* set thumb holders size */
#x-temp-gall #x-gall-thmb img					{ max-width:90px; max-height:90px; width:auto; height:auto; } /* set thumbs size */
#x-temp-gall .x-hide 									{ display:none !important; } /* hide unused gallery image slots */

/* --- template terms tabs --- */
#x-main-tabs												{ height:38px; background:transparent url(images/x-main-ttab.png) 0 0 no-repeat; }
#x-main-tabs a img										{ width:150px; height:37px; display:block; float:left; margin:0 1px 1px 0; }



/* Footer
-------------------------------------------------- */
#x-foot-wrap												{ height:78px; background:transparent url(images/x-foot-wrap.png) center top repeat-x; }
#x-foot														{ height:78px; background:transparent url(images/x-foot.png) 0 0 no-repeat; text-align:left; }
#x-foot *					        							{ color:#3A3A3A; font-size:11px; line-height:15px; }
#x-foot a:hover							    			{ color:#69771E; text-decoration:underline; }
#x-foot-subm							    				{ padding:26px 0 0 10px; }
#x-foot-copy							    				{ padding:5px 0 0 10px; }


