@charset "utf-8";

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

/* General page formatting
-------------------------------------------------- */
/* --- wall background --- */
.x-bg															{ background:#E2D3A8 url(images/x-bg.jpg) 0 0 repeat; padding:10px 0; }
.x-bg-02														{ width:90%; max-width:960px; background:transparent none; padding:0; overflow:hidden; } /* 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; }

/* --- BEG DIMENSIONS FULL WIDTH 960 WITH SIDE MARGINS --- */
/* --- column dimensions --- */
#LeftPanel														{ display:none !important; }
.x-content														{ background:#FFF6DC none; }
#x-main														{ width:97%; margin:0 auto !important; padding:0 !important; float:none; }
/* --- END DIMENSIONS FULL WIDTH 960 WITH SIDE MARGINS --- */

/* --- global fonts --- */
.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,
.x-bg form select											{ font-size:14px; color:#000073; word-wrap:break-word; }
.x-bg a:link, .x-bg a:visited, .x-bg a:active		{ color:#000073; }
.x-bg a:hover							            		{ color:#00A4AA; }
.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 li, #x-main li				    			{ background:transparent url(images/x-tbul.png) 0 0 no-repeat; }

/* --- title bars --- */
.x-bg .x-ffac, .x-bg .x-ffac p, .x-bg .x-ffac a		{ font-family: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:normal; } /* title bar font settings */
.x-bg #x-main .x-fftb .x-ffac							{ text-transform:uppercase;  }
.x-bg .x-ttba .x-tins										{ padding:0 !important; }
@media screen and (max-width:600px) 			{ .x-bg .x-fftb, .x-bg .x-fftb p, .x-bg .x-fftb a { } }

/* --- buttons --- */
.x-bg .x-ffbn, .x-bg a.x-ffbn							{ color:#FFF; font-size:12px; font-weight:bold; text-shadow:1px 1px #000073; 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; } /* side column content box */
.x-bg .x-tbox													{ width:auto; margin:0 0 13px; border-width:0 1px 1px; } /* main column content box */
.x-bg .x-pbox												{ width:auto; margin:0 0 13px; border-width:1px; } /* 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:#000 none; } /* black backgrounds */
.x-bg .x-bklt													{ background:#FFF none; } /* text boxes backgrounds */
.x-bg .x-bkac													{ background:#00A4AA none; } /* accent backgrounds */
.x-bg .x-bktt													{ background:#00A4AA none; } /* title bars */
.x-bg .x-ffbn, .x-bg a.x-ffbn							{ background:#00006F none; } /* buttons */
.x-bg .x-ffbn:hover, .x-bg a.x-ffbn:hover			{ background:#00006F none; } /* buttons hover */
.x-bg .x-bkdk												{ background:#00006F none; } /* dark backgrounds */
.x-bg .x-bktt.x-open, .x-bg .x-grdn								{ background: #000059; /* Old browsers */
background: -moz-linear-gradient(top,  #000059 0%, #000083 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000059), color-stop(100%,#000083)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000059 0%,#000083 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000059 0%,#000083 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000059 0%,#000083 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000059 0%,#000083 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000059', endColorstr='#000083',GradientType=0 ); /* IE6-9 */
 } /* neutral gradient */
.x-bg .x-bktt, .x-bg .x-grda, #x-head-menu a:hover,
#x-head-menu div#x-head-cats:hover			{ background: #009ea4; /* Old browsers */
background: -moz-linear-gradient(top,  #009ea4 0%, #00c3cb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ea4), color-stop(100%,#00c3cb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #009ea4 0%,#00c3cb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #009ea4 0%,#00c3cb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #009ea4 0%,#00c3cb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #009ea4 0%,#00c3cb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ea4', endColorstr='#00c3cb',GradientType=0 ); /* IE6-9 */
 } /* bright accent gradient */

/* --- global borders --- */
.x-bg .x-brdm												{ border:1px solid #CDCAC1; } /* main text boxes border color */
.x-bg .x-brda													{ border:1px solid #009EA4; } /* border for accent color bgs */
.x-bg .x-brdd, .x-bg .x-brdt.x-open					{ border:1px solid #000059; } /* dark border color */
.x-bg .x-brdt													{ border:1px solid #009EA4; } /* title bars border color */



/* 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%; background:transparent none; position:relative; text-align:center; overflow:hidden; }
#x-head-logo												{ width:272px; max-width:100%; display:block; margin:10px auto; padding:0; } /* position logo homepage link */
#x-head-prom												{ width:244px; max-width:100%; display:block; margin:10px auto; padding:0; } /* position logo homepage link */

/* --- search box --- */
#x-head-srch												{ width:250px; height:26px; position:relative; margin:38px auto 20px; padding:0; overflow:hidden; } 
@media screen and (max-width:890px) 			{ #x-head-srch { margin:10px auto 15px; } }
#x-head-srch-sbox										{ width:59%; color:#00006F; font-size:12px; 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 */

/* --- menu bar text links --- */
#x-head-bar2												{ width:100%; height:38px; max-height:38px !important; overflow:visible; text-align:center; border-width:1px 0; }
#x-head-menu												{ position:relative; text-align:center; }
#x-head-menu a,
#x-head-menu a span,
#x-head-menu div#x-head-cats						{ height:38px; line-height:38px; margin:0; width:auto; padding:0 10px; display:inline-block; border-width:0 1px 0 0; }
#x-head-menu a:first-child								{ border-width:0 1px; }
#x-head-menu a:hover,
#x-head-menu a:hover span					    	{ color:#FFF; }
#x-head-menu a img,
#x-head-menu div#x-head-cats						{ display:none; }
@media screen and (max-width:800px) {
#x-head-menu a											{ width:16px; }
#x-head-menu div#x-head-cats,
#x-head-menu a img, #x-head-cats img			{ width:16px; height:16px; display:block; }
#x-head-menu a span									{ display:none; }
#x-head-menu a img,
#x-head-menu div#x-head-cats						{ display:inline-block; padding-top:11px; padding-bottom:11px; position:relative; }
#x-head-menu div#x-head-cats						{ overflow:hidden; }
#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:#000073 !important; font-size:12px; line-height:14px; 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:#00A4AA !important; background-image:url(images/x-side-lev1h.png); }
}



/* Left panel formatting
-------------------------------------------------- */
/* --- deal of the day --- */
#x-deal															{ width:98%; max-width:198px; /* max-width:208px; */ min-width:168px; height:348px; border:1px solid #CDCAC1; background:transparent url(images/x-deal.png) center center no-repeat; margin:0 auto 13px; padding:0; position:relative; overflow:hidden; } /* section bg */
#x-deal #x-feat												{ padding:50px 0 0; position:relative; overflow:hidden; }
#x-deal, #x-deal #x-feat								{ width:100%; position:relative; overflow:hidden; }
#x-deal #x-feat .x-fp										{ background:transparent url(images/x-side-deal-bttn.png) right bottom no-repeat; padding:0 10px; }
#x-deal #x-feat .x-fp a,
#x-deal #x-feat .x-fp a span							{ text-align:left; font-size:13px; line-height:15px; text-decoration:none; display:block; }
#x-deal #x-feat .x-fp a .title							{ color:#000073; text-decoration:none;  margin:15px 0 40px; overflow:hidden; text-align:center; }
#x-deal #x-feat .x-fp a .title:hover					{ color:#00A4AA; text-decoration:none; }
#x-deal #x-feat .x-fp a .price							{ color:#00A4AA; font-size:14px; font-weight:bold; line-height:28px; display:block; padding:0 0 0 1px; }
#x-deal #x-feat .x-fp a .thumb						{ width:100%; margin:0 auto; padding:0; vertical-align:middle; text-align:center; }
#x-deal #x-feat .x-fp a .thumb img					{ width:98%; max-width:140px; height:100; max-height:140px; border:1px solid #CDCAC1; margin:0 auto; }
#x-deal #cntdwn											{ position:relative; width:100%; height:18px; display:block; text-align:center !important; margin:15px auto 0; color:#000073 !important; font:bold 15px/18px Arial, Tahoma, Sans-serif !important; background-color:none !important; }

/* --- side brands dropdown --- */
#x-side-brnd .x-tins			    						{ padding:10px; text-align:center; }
#x-side-brnd select										{ width:100%; line-height:16px; margin:0 auto; padding:3px; }

/* --- side categories menu --- */
#LeftPanel .lev1 li a				        				{ color:#000073; background:transparent url(images/x-side-lev1.png) 0px 8px no-repeat; font-size:13px; line-height:15px; font-weight:normal; padding:6px 0 6px 14px; }
#LeftPanel .lev1 li a:hover		            			{ color:#00A4AA; background-image:url(images/x-side-lev1h.png); }

/* --- side newsletter text box --- */
#x-side-news p												{ line-height:16px; margin:0 0 10px; }
#x-side-news-bttn											{ float:right; } /* float submit button link */
#x-side-news p.x-ckbx									{ line-height:16px; }
#x-side-news #general									{ margin:1px 5px 0 0; }

/* --- side featured items --- */
#x-side-feat #x-feat										{ overflow:hidden; padding:0 0 10px; text-align:center; }
#x-side-feat #x-feat .x-fp								{ width:80%; max-width:140px; height:244px; background:transparent url(images/x-side-fbtn.png) right bottom no-repeat; border:1px solid #DDD; padding:0 10px; margin:11px auto 0; float:none; }
#x-side-feat #x-feat .x-fp a,
#x-side-feat #x-feat .x-fp a span					{ text-align:left; font-size:12px; line-height:14px; display:block; overflow:hidden; }
#x-side-feat #x-feat .x-fp a .title						{ color:#000073; height:42px; margin:0 0 10px; text-align:center; }
#x-side-feat #x-feat .x-fp a .title:hover			{ color:#00A4AA; }
#x-side-feat #x-feat .x-fp a .price					{ color:#000073; font:bold 14px/30px Arial, Tahoma, Geneva, Sans-serif; height:30px; display:block; padding:0; }
#x-side-feat #x-feat .x-fp a .thumb					{ width:100%; height:160px; display:table-cell; vertical-align:middle; text-align:center; }
#x-template #x-side-feat #x-feat .x-ft a .thumb { display:block; }
#x-side-feat #x-feat .x-fp a .thumb img			{ max-height:140px; width:100%; max-width:140px; margin:10px auto; }



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

/* --- template image gallery -- thumbs bottom --- */
#x-temp-gall, #x-gall-main, #x-gall-thmb		{ width:100%; max-width:680px; 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 #CDCAC1; 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:100%; max-width:600px; height:auto; } /* set main img holder size */
#x-temp-gall #x-gall-main img						{ width:100%; max-width:600px; } /* set main img size */
#x-temp-gall #x-gall-thmb h5							{ font-size:12px; 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 #CDCAC1; background:#FFF none; margin:3px 2px; display:inline-block; } /* set spacing and border of thumb holders */
#x-temp-gall #x-gall-thmb .x-hold:hover			{ border:1px solid #00A4AA; }
#x-temp-gall #x-gall-thmb .x-hold,
#x-temp-gall #x-gall-thmb .x-cntr					{ width:100%; max-width:90px; height:100%; max-height:90px; } /* set thumb holders size */
#x-temp-gall #x-gall-thmb img						{ width:100%; max-width:90px; } /* set thumbs size */
#x-temp-gall .x-hide 										{ display:none !important; } /* hide unused gallery image slots */

/* --- template image gallery -- thumbs side --- */
#x-temp-gall													{ width:100%; }
#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 #CDCAC1; 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:500px; height:auto; max-height:500px; } /* set main img holder size */
#x-template #x-main #x-gall-main img			{ width:100%; height:auto; max-width:500px !important; max-height:500px !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:12px; 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 #CDCAC1; 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 #00A4AA; }
#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:40%; float:right; margin-left:20px; }
#x-main-spec .x-brdm									{ border-color:#CCC; }
#x-main-spec .x-tbox										{ margin-bottom:5px; }
#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:#000073; text-align:left; font-size:12px; line-height:15px; border-bottom:1px dotted #CCC; padding:5px 8px; }
#x-main-spec table th									{ color:#000073; font-weight:normal; width:40%; border-right:1px dotted #CCC;  }
#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:714px; height:auto; margin:0 auto 13px; display:block; text-align:center; }

/* --- template terms of sale --- */

/* --- template featured items --- */
@media screen and (max-width:960px) 			{ #x-title-feat, #x-main-feat, #x-main-feat #x-feat { display:none; } }
#x-main-feat #x-feat										{ overflow:hidden; padding:0 0 10px; text-align:center; } /* 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:10px 0 0 8px; display:inline-block; }
#x-main-feat #x-feat .x-fp:first-child				{ margin-left:0; }
#x-main-feat #x-feat .x-fp a,
#x-main-feat #x-feat .x-fp a span					{ text-align:left; font-size:12px; line-height:14px; display:block; overflow:hidden; }
#x-main-feat #x-feat .x-fp a .title					{ color:#000073; height:42px; margin:0 12px 10px; text-align:center; }
#x-main-feat #x-feat .x-fp a .title:hover			{ color:#00A4AA; }
#x-main-feat #x-feat .x-fp a .price					{ color:#00A4AA; font:bold 14px/30px 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:block; /* display:table-cell; */ vertical-align:middle; text-align:center; }
#x-main-feat #x-feat .x-fp a .thumb img			{ max-height:140px; width:auto; max-width:140px; margin:10px auto; }

/* --- template feedback display --- */
#x-main-feed												{ width:100%; background:#00A4AA none; border:1px solid #CDCAC1; margin:0 0 13px; padding:0; }
#x-main-feed .x-tins										{ background:#FFF none; border:1px solid #CDCAC1; margin:9px; padding:10px; position:relative; overflow:hidden; }
#x-main-feed, #x-main-feed span					{ color:#000073; font-size:12px; line-height:18px; font-family:Arial, Tahoma, Sans-serif; }
#x-main-feed h5											{ color:#00A4AA; text-align:left; font:bold 13px/16px Arial, Tahoma, Sans-serif; margin:0; padding:0 0 8px; }
#x-main-feed #x-feed-count a						{ color:#00A4AA; font:normal 13px/16px Arial, Tahoma, Sans-serif; text-decoration:none; display:block; margin:0; padding:0 0 6px; position:absolute; right:10px; top:10px; text-align:right; }
#x-main-feed #x-feed-count a span				{ color:#00A4AA; font-size:13px; line-height:16px; font-weight:bold; }
#x-main-feed #x-feed-count a:hover				{ color:#00A4AA; text-decoration:underline; }
#x-main-feed #x-feed-dsrs							{ float:left; text-align:left; width:220px; padding-right:20px; }
#x-main-feed #x-feed-dsrs div						{ padding-bottom:3px; }
#x-main-feed #x-feed-dsrs .x-dsr-count			{ font-weight:bold; }
#x-main-feed #x-feed-reviews						{ float:left; text-align:left; width:auto; max-width:412px; padding-left:20px; border-left:1px solid #CDCAC1; }
#x-main-feed #x-feed-reviews div					{ padding-bottom:6px; }
#x-main-feed #x-feed-reviews .comment		{ padding-right:6px; display:inline; }
#x-main-feed #x-feed-reviews .date				{ color:#AAA; display:inline; }
@media screen and (max-width:860px) 			{ #x-main-feed { display:none !important; } }

/* --- template terms accordion --- */
#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); }

/* --- template terms accordion --- */
#x-template.x-bg.x-nojs #x-main #x-main-tabs							{ width:100%; height:auto; position:relative; clear:both; margin:0 0 13px; overflow:hidden; }
#x-template.x-bg.x-nojs #x-main #x-main-tabs .x-tbox				{ margin:0; max-height:300px; overflow:auto; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
#x-template.x-bg.x-nojs .x-ttab																{ float:none; }
#x-template.x-bg.x-nojs .x-ttab label														{ width:100%; position:relative; left:0; display:block; cursor:pointer; } /* tab styling */
#x-template.x-bg.x-nojs .x-ttab [type=radio]											{ display:none; }
#x-template.x-bg.x-nojs .x-ttrm																{ top:0px; left:0; right:0; bottom:0; background:#FFF none; position:relative; }
#x-template.x-bg.x-nojs #x-main [type=radio] ~ label.x-bktt							{ background-image:url(images/x-main-ttab-icop.png); background-position:right 10px center; background-repeat:no-repeat; padding-right:28px !important; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
#x-template.x-bg.x-nojs #x-main [type=radio]:checked ~ label.x-bktt			{ background-image:url(images/x-main-ttab-icom.png); z-index:2; } /* tab hover effect */
#x-template.x-bg.x-nojs [type=radio] ~ label.x-bktt ~ .x-ttrm				{ display:none; }
#x-template.x-bg.x-nojs [type=radio]:checked ~ label.x-bktt ~ .x-ttrm	{ display:block; z-index:1; }
/* add divider line between bars */
#x-template.x-bg.x-nojs #x-main [type=radio] ~ label.x-bktt		{ border-top:1px solid #FFF6DC; }
#x-template.x-bg.x-nojs #x-main .x-ttab:first-child [type=radio] ~ label.x-bktt { border-top:0 none; }
/* add gradient background to accordion title bars */
#x-template.x-bg.x-nojs #x-main [type=radio] ~ label.x-bktt					{ background: #009ea4;
background-image: url(images/x-main-ttab-icop.png); /* fallback */
background-image: url(images/x-main-ttab-icop.png) , linear-gradient(#009ea4, #00c3cb) !important; /* W3C */
background-position:98% center; background-repeat:no-repeat; }
#x-template.x-bg.x-nojs #x-main [type=radio]:checked ~ label.x-bktt	{ background: #009ea4;
background-image: url(images/x-main-ttab-icom.png); /* fallback */
background-image: url(images/x-main-ttab-icom.png), linear-gradient(#009ea4, #00c3cb) !important; /* W3C */
background-position:98% center; background-repeat:no-repeat; }




/* Footer
-------------------------------------------------- */
#x-foot															{ height:auto; padding:20px 0; border-width:1px 0 0; text-align:center; }
#x-foot *					        							{ color:#000073; font-size:12px; line-height:16px; }
#x-foot a:hover							    				{ color:#00A4AA; text-decoration:underline; }
#x-foot-subm							    				{ padding:0 20px 0; }
#x-foot-copy							    					{ padding:5px 20px 0; }


