/* {{{ Layout */

#main-container-1 {
	clear: both;
	margin: 0 0 0 177px;
	padding: 0;
	background: #3c9009 url(../images/elements/categories/default/main-container-1.jpg) 0 0 no-repeat;
}

#main-container-2 {
	background: url(../images/elements/categories/default/main-container-2.jpg) top right no-repeat;
}

#main-container-2 h2#subtitle {
	font-family: georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 150%;
	color: #fff;
	margin: 0;
	padding: 8px 12px;
}

#main-container-2 h2#subtitle a:link,
#main-container-2 h2#subtitle a:visited {
	color: #fff;
}

#main-container-2 h2#subtitle a:hover,
#main-container-2 h2#subtitle a:active {
	color: #ddddcc;
}

#main-container-3 {
	background: url(../images/elements/inside-corner.png) 0 0 no-repeat;
	margin: 0;
	padding: 7px 0 3px 3px;
	height: 1%; /*temp fix for IE Peek-a-boo bug */
	border-left: 2px solid #31210a;
	border-right: 2px solid #31210a;
	border-bottom: 2px solid #31210a;
	position: relative;
}

#main-content {
	clear: both;
	background: #ffffee;
	margin: 0;
	padding-top: 10px;
}
/* IE hack */
* html #main-content { height: 1%;}

#main-content #page_title,
#main-content .front-content h3,
#main-content .category-twig-subtitle {
	font-weight: normal;
	font-style: italic;
	font-size: 200%;
	color: #2d7900;
	background: url(../images/elements/categories/default/hr-underline.png) repeat-x bottom left;
	margin: 0;
}

/* }}}
/* {{{ Secure Server notice */

#secure_server {
	float: right;
	background: url(../images/elements/secure-server.png) center left no-repeat;
	padding: 3px 0 3px 20px;
	margin: 0 0 0.3em 1em;
	font-family: sans-serif;
	color: #91916e;
	font-size: 80%;
}

#secure_server a:link     { color: #91916e; }
#secure_server a:visited  { color: #91916e; }
#secure_server a:hover    { color: #1c2a5e; }
#secure_server a:active   { color: #000000; }

/* }}} */
/* {{{ Content */

ul.sub-articles li {
	margin-bottom: 0.5em;
}

a.sub-article {
	font-weight: bold;
}

.first { margin-top: 0; }

/* }}} */
/* {{{ Clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* }}} */
/* {{{ Print Styles */

@media print {

	body { background: none; }

	#logo,
	#locale_switcher,
	#top_links,
	#quick_search_form,
	#secure_server,
	#subtitle,
	#side_bar,
	#status_bar,
	#footer {
		display: none;
	}

	#main-container-1,
	#main-container-2,
	#main-container-3,
	#main-content {
		margin: 0;
		background: none;
		border: 0;
	}

	.swat-message-display,
	.swat-frame {
		border: 0;
		background: none;
	}

}
/* }}} */
/* {{{ Side Bar */

#side_bar {
	position: absolute;
	top: 100px;
	left: 0;
	width: 185px;
	font-family: sans-serif;
	font-size: 80%;
	padding-bottom: 10px;
}

#article_menu h4 {
	color: #595930;
	margin: 13px 0 0 13px;
	font-size: 100%;
}

#article_menu ul {
	margin: 0 0 0 13px;
	padding: 0 0 0 13px;
	color: #91916e;
}

#article_menu li {
	margin: 4px;
}

/* }}} */
/* {{{ Sidebar Menu */

#menu {
	margin: 0 0 0 5px;
	padding: 0;
}

#menu li,
#menu div {
	background-image: url(../images/elements/categories/menu.png);
	background-repeat: no-repeat;
}

#menu li {
	background-position: top left;
	margin: 2px 0;
	font-weight: bold;
	list-style: none;
}

#menu div {
	background-position: bottom left;
}

#menu li a:link,
#menu li a:visited,
#menu li span {
	color: #4d4834;
	background-color: #e9e6c9;
	text-decoration: none;
	display: block;
	width: 168px;
	padding: 2px 0 3px 4px;
	margin-left: 8px;
}
#menu li a:hover { background-color: #d9d6ba; }

#menu li a:active,
#menu li.menu-selected a:link,
#menu li.menu-selected a:visited,
#menu li.menu-selected span {
	background-color: #5C5141;
	color: #ffe;
	padding-right: 2px;
}

#menu span.menu-subtitle {
	width: auto;
	padding: 0;
	margin: 0;
	background: transparent !important;
	color: #900 !important;
}

#menu li a:active span.menu-subtitle,
#menu li.menu-selected span.menu-subtitle {
	color: #fff !important;
}

/* }}} */
/* {{{ individual color backgrounds */

/* newfor2012 */

#menu li#menu_newfor2012,
#menu li#menu_newfor2012_selected {
	background-position: -20px 0;
}

#menu li#menu_newfor2012 div,
#menu li#menu_newfor2012_selected div {
	background-position: -20px bottom;
}

#menu li#menu_newfor2012 a:link,
#menu li#menu_newfor2012 a:visited,
#menu li#menu_newfor2012 span {
	color: #337a06;
	background-color: #dceabd;
}
#menu li#menu_newfor2012 a:hover { background-color: #cbdfab; }

#menu li#menu_newfor2012 a:active,
#menu li#menu_newfor2012_selected a:link,
#menu li#menu_newfor2012_selected a:visited,
#menu li#menu_newfor2012_selected span {
	background-color: #266300;
	color: #FFFFEE;
}

/* organicseed */

#menu li#menu_organicseed,
#menu li#menu_organicseed_selected {
	background-position: -10px 0;
}

#menu li#menu_organicseed div,
#menu li#menu_organicseed_selected div {
	background-position: -10px bottom;
}

#menu li#menu_organicseed a:link,
#menu li#menu_organicseed a:visited,
#menu li#menu_organicseed span {
	color: #32488d;
	background-color: #dde4d3;
}
#menu li#menu_organicseed a:hover { background-color: #ccd4cc; }

#menu li#menu_organicseed a:active,
#menu li#menu_organicseed_selected a:link,
#menu li#menu_organicseed_selected a:visited,
#menu li#menu_organicseed_selected span {
	background-color: #1c4f7b;
	color: #FFFFEE;
}

/* commercial seed */

#menu li#menu_commercialseed,
#menu li#menu_commercialseed_selected {
	background-position: -60px 0;
}

#menu li#menu_commercialseed div,
#menu li#menu_commercialseed_selected div {
	background-position: -60px bottom;
}

#menu li#menu_commercialseed a:link,
#menu li#menu_commercialseed a:visited,
#menu li#menu_commercialseed span {
	color: #88466e;
	background-color: #ede3da;
}
#menu li#menu_commercialseed a:hover { background-color: #e3d3cf; }

#menu li#menu_commercialseed a:active,
#menu li#menu_commercialseed_selected a:link,
#menu li#menu_commercialseed_selected a:visited,
#menu li#menu_commercialseed_selected span {
	background-color: #873c64;
	color: #FFFFEE;
}

/* custom seed */

#menu li#menu_customseed,
#menu li#menu_customseed_selected {
	background-position: -100px 0;
}

#menu li#menu_customseed div,
#menu li#menu_customseed_selected div {
	background-position: -100px bottom;
}

#menu li#menu_customseed a:link,
#menu li#menu_customseed a:visited,
#menu li#menu_customseed span {
	color: #9f471f;
	background-color: #f8eacb;
}
#menu li#menu_customseed a:hover { background-color: #eedaba; }

#menu li#menu_customseed a:active,
#menu li#menu_customseed_selected a:link,
#menu li#menu_customseed_selected a:visited,
#menu li#menu_customseed_selected span {
	background-color: #9f471f;
	color: #FFFFEE;
}

/* fallbulbs */

#menu li#menu_fallbulbs,
#menu li#menu_fallbulbs_selected {
	background-position: -80px 0;
}

#menu li#menu_fallbulbs div,
#menu li#menu_fallbulbs_selected div {
	background-position: -80px bottom;
}

#menu li#menu_fallbulbs a:link,
#menu li#menu_fallbulbs a:visited,
#menu li#menu_fallbulbs span {
	color: #88466e;
	background-color: #ede3da;
}
#menu li#menu_fallbulbs a:hover { background-color: #e3d3cf; }

#menu li#menu_fallbulbs a:active,
#menu li#menu_fallbulbs_selected a:link,
#menu li#menu_fallbulbs_selected a:visited,
#menu li#menu_fallbulbs_selected span {
	background-color: #88466e;
	color: #FFFFEE;
}

/* flower seed */

#menu li#menu_flowerseed,
#menu li#menu_flowerseed_selected {
	background-position: -20px 0;
}

#menu li#menu_flowerseed div,
#menu li#menu_flowerseed_selected div {
	background-position: -20px bottom;
}

#menu li#menu_flowerseed a:link,
#menu li#menu_flowerseed a:visited,
#menu li#menu_flowerseed span {
	color: #45593a;
	background-color: #cbe0bf;
}
#menu li#menu_flowerseed a:hover { background-color: #bccfb1; }

#menu li#menu_flowerseed a:active,
#menu li#menu_flowerseed_selected a:link,
#menu li#menu_flowerseed_selected a:visited,
#menu li#menu_flowerseed_selected span {
	background-color: #45593a;
	color: #FFFFEE;
}

/* fresh christmas */

#menu li#menu_freshchristmas,
#menu li#menu_freshchristmas_selected {
	background-position: -30px 0;
}

#menu li#menu_freshchristmas div,
#menu li#menu_freshchristmas_selected div {
	background-position: -30px bottom;
}

#menu li#menu_freshchristmas a:link,
#menu li#menu_freshchristmas a:visited,
#menu li#menu_freshchristmas span {
	color: #922a12;
	background-color: #ede1cf;
}
#menu li#menu_freshchristmas a:hover { background-color: #e4cfbc; }

#menu li#menu_freshchristmas a:active,
#menu li#menu_freshchristmas_selected a:link,
#menu li#menu_freshchristmas_selected a:visited,
#menu li#menu_freshchristmas_selected span {
	background-color: #7c0000;
	color: #FFFFEE;
}

/* fruitsberries */

#menu li#menu_fruitsberries,
#menu li#menu_fruitsberries_selected {
	background-position: -90px 0;
}

#menu li#menu_fruitsberries div,
#menu li#menu_fruitsberries_selected div {
	background-position: -90px bottom;
}

#menu li#menu_fruitsberries a:link,
#menu li#menu_fruitsberries a:visited,
#menu li#menu_fruitsberries span {
	color: #45593a;
	background-color: #e6ecce;
}
#menu li#menu_fruitsberries a:hover { background-color: #d6ddbf; }

#menu li#menu_fruitsberries a:active,
#menu li#menu_fruitsberries_selected a:link,
#menu li#menu_fruitsberries_selected a:visited,
#menu li#menu_fruitsberries_selected span {
	background-color: #45593a;
	color: #FFFFEE;
}

/* herbs */

#menu li#menu_herbs,
#menu li#menu_herbs_selected {
	background-position: -40px 0;
}

#menu li#menu_herbs div,
#menu li#menu_herbs_selected div {
	background-position: -40px bottom;
}

#menu li#menu_herbs a:link,
#menu li#menu_herbs a:visited,
#menu li#menu_herbs span {
	color: #9b4723;
	background-color: #f8eacb;
}
#menu li#menu_herbs a:hover { background-color: #eedaba; }

#menu li#menu_herbs a:active,
#menu li#menu_herbs_selected a:link,
#menu li#menu_herbs_selected a:visited,
#menu li#menu_herbs_selected span {
	background-color: #dc8a66;
	color: #FFFFEE;
}

/* mantis */

#menu li#menu_mantis,
#menu li#menu_mantis_selected {
	background-position: -30px 0;
}

#menu li#menu_mantis div,
#menu li#menu_mantis_selected div {
	background-position: -30px bottom;
}

#menu li#menu_mantis a:link,
#menu li#menu_mantis a:visited,
#menu li#menu_mantis span {
	color: #922a12;
	background-color: #ede1cf;
}
#menu li#menu_mantis a:hover { background-color: #e4cfbc; }

#menu li#menu_mantis a:active,
#menu li#menu_mantis_selected a:link,
#menu li#menu_mantis_selected a:visited,
#menu li#menu_mantis_selected span {
	background-color: #922a12;
	color: #FFFFEE;
}

/* roses */

#menu li#menu_roses,
#menu li#menu_roses_selected {
	background-position: -30px 0;
}

#menu li#menu_roses div,
#menu li#menu_roses_selected div {
	background-position: -30px bottom;
}

#menu li#menu_roses a:link,
#menu li#menu_roses a:visited,
#menu li#menu_roses span {
	color: #922a12;
	background-color: #ede1cf;
}
#menu li#menu_roses a:hover { background-color: #e4cfbc; }

#menu li#menu_roses a:active,
#menu li#menu_roses_selected a:link,
#menu li#menu_roses_selected a:visited,
#menu li#menu_roses_selected span {
	background-color: #7c0000;
	color: #FFFFEE;
}

/* specials */

#menu li#menu_specials,
#menu li#menu_specials_selected {
	background-position: -50px 0;
}

#menu li#menu_specials div,
#menu li#menu_specials_selected div {
	background-position: -50px bottom;
}

#menu li#menu_specials a:link,
#menu li#menu_specials a:visited,
#menu li#menu_specials span {
	color: #7e670c;
	background-color: #fff6bf;
}
#menu li#menu_specials a:hover { background-color: #f2e7ad; }

#menu li#menu_specials a:active,
#menu li#menu_specials_selected a:link,
#menu li#menu_specials_selected a:visited,
#menu li#menu_specials_selected span {
	background-color: #ffcc02;
	color: #FFFFEE;
}

/* springbulbs */

#menu li#menu_springbulbs,
#menu li#menu_springbulbs_selected {
	background-position: -80px 0;
}

#menu li#menu_springbulbs div,
#menu li#menu_springbulbs_selected div {
	background-position: -80px bottom;
}

#menu li#menu_springbulbs a:link,
#menu li#menu_springbulbs a:visited,
#menu li#menu_springbulbs span {
	color: #88466e;
	background-color: #ede3da;
}
#menu li#menu_springbulbs a:hover { background-color: #e3d3cf; }

#menu li#menu_springbulbs a:active,
#menu li#menu_springbulbs_selected a:link,
#menu li#menu_springbulbs_selected a:visited,
#menu li#menu_springbulbs_selected span {
	background-color: #88466e;
	color: #FFFFEE;
}

/* sproutsand */

#menu li#menu_sproutsand,
#menu li#menu_sproutsand_selected {
	background-position: -60px 0;
}

#menu li#menu_sproutsand div,
#menu li#menu_sproutsand_selected div {
	background-position: -60px bottom;
}

#menu li#menu_sproutsand a:link,
#menu li#menu_sproutsand a:visited,
#menu li#menu_sproutsand span {
	color: #694788;
	background-color: #d7cedf;
}
#menu li#menu_sproutsand a:hover { background-color: #c9c0d0; }

#menu li#menu_sproutsand a:active,
#menu li#menu_sproutsand_selected a:link,
#menu li#menu_sproutsand_selected a:visited,
#menu li#menu_sproutsand_selected span {
	background-color: #49206c;
	color: #FFFFEE;
}

/* container plants */

#menu li#menu_containerplants,
#menu li#menu_containerplants_selected {
	background-position: -10px 0;
}

#menu li#menu_containerplants div,
#menu li#menu_containerplants_selected div {
	background-position: -10px bottom;
}

#menu li#menu_containerplants a:link,
#menu li#menu_containerplants a:visited,
#menu li#menu_containerplants span {
	color: #32488d;
	background-color: #dde4d3;
}
#menu li#menu_containerplants a:hover { background-color: #ccd4cc; }

#menu li#menu_containerplants a:active,
#menu li#menu_containerplants_selected a:link,
#menu li#menu_containerplants_selected a:visited,
#menu li#menu_containerplants_selected span {
	background-color: #1c4f7b;
	color: #FFFFEE;
}

/* tools */

#menu li#menu_tools,
#menu li#menu_tools_selected {
	background-position: -110px 0;
}

#menu li#menu_tools div,
#menu li#menu_tools_selected div {
	background-position: -110px bottom;
}

#menu li#menu_tools a:link,
#menu li#menu_tools a:visited,
#menu li#menu_tools span {
	color: #676409;
	background-color: #ecebaf;
}
#menu li#menu_tools a:hover { background-color: #dedd9e; }

#menu li#menu_tools a:active,
#menu li#menu_tools_selected a:link,
#menu li#menu_tools_selected a:visited,
#menu li#menu_tools_selected span {
	background-color: #c8c240;
	color: #FFFFEE;
}

/* floweringtrees */

#menu li#menu_floweringtrees,
#menu li#menu_floweringtrees_selected {
	background-position: -20px 0;
}

#menu li#menu_floweringtrees div,
#menu li#menu_floweringtrees_selected div {
	background-position: -20px bottom;
}

#menu li#menu_floweringtrees a:link,
#menu li#menu_floweringtrees a:visited,
#menu li#menu_floweringtrees span {
	color: #337a06;
	background-color: #dceabd;
}
#menu li#menu_floweringtrees a:hover { background-color: #cbdfab; }

#menu li#menu_floweringtrees a:active,
#menu li#menu_floweringtrees_selected a:link,
#menu li#menu_floweringtrees_selected a:visited,
#menu li#menu_floweringtrees_selected span {
	background-color: #297c00;
	color: #FFFFEE;
}

/* vegetables */

#menu li#menu_vegetables,
#menu li#menu_vegetables_selected {
	background-position: -20px 0;
}

#menu li#menu_vegetables div,
#menu li#menu_vegetables_selected div {
	background-position: -20px bottom;
}

#menu li#menu_vegetables a:link,
#menu li#menu_vegetables a:visited,
#menu li#menu_vegetables span {
	color: #337a06;
	background-color: #dceabd;
}
#menu li#menu_vegetables a:hover { background-color: #cbdfab; }

#menu li#menu_vegetables a:active,
#menu li#menu_vegetables_selected a:link,
#menu li#menu_vegetables_selected a:visited,
#menu li#menu_vegetables_selected span {
	background-color: #266300;
	color: #FFFFEE;
}

/* fundraiser */

#menu li#menu_fundraising,
#menu li#menu_fundraising_selected {
	background-position: -80px 0;
}

#menu li#menu_fundraising div,
#menu li#menu_fundraising_selected div {
	background-position: -80px bottom;
}

#menu li#menu_fundraising a:link,
#menu li#menu_fundraising a:visited,
#menu li#menu_fundraising span {
	color: #88466e;
	background-color: #ede3da;
}
#menu li#menu_fundraising a:hover { background-color: #e3d3cf; }

#menu li#menu_fundraising a:active,
#menu li#menu_fundraising_selected a:link,
#menu li#menu_fundraising_selected a:visited,
#menu li#menu_fundraising_selected span {
	background-color: #88466e;
	color: #FFFFEE;
}

/* certificates */

#menu li#menu_certificates,
#menu li#menu_certificates_selected {
	background-position: -50px 0;
}

#menu li#menu_certificates div,
#menu li#menu_certificates_selected div {
	background-position: -50px bottom;
}

#menu li#menu_certificates a:link,
#menu li#menu_certificates a:visited,
#menu li#menu_certificates span {
	color: #7e670c;
	background-color: #fff6bf;
}
#menu li#menu_certificates a:hover { background-color: #f2e7ad; }

#menu li#menu_certificates a:active,
#menu li#menu_certificates_selected a:link,
#menu li#menu_certificates_selected a:visited,
#menu li#menu_certificates_selected span {
	background-color: #ffcc02;
	color: #FFFFEE;
}

/* golfturf */

/* annuals */

#menu li#menu_annuals,
#menu li#menu_annuals_selected {
	background-position: -30px 0;
}

#menu li#menu_annuals div,
#menu li#menu_annuals_selected div {
	background-position: -30px bottom;
}

#menu li#menu_annuals a:link,
#menu li#menu_annuals a:visited,
#menu li#menu_annuals span {
	color: #922a12;
	background-color: #ede1cf;
}
#menu li#menu_annuals a:hover { background-color: #e4cfbc; }

#menu li#menu_annuals a:active,
#menu li#menu_annuals_selected a:link,
#menu li#menu_annuals_selected a:visited,
#menu li#menu_annuals_selected span {
	background-color: #922a12;
	color: #FFFFEE;
}

/* perennials */

#menu li#menu_perennials,
#menu li#menu_perennials_selected {
	background-position: -10px 0;
}

#menu li#menu_perennials div,
#menu li#menu_perennials_selected div {
	background-position: -10px bottom;
}

#menu li#menu_perennials a:link,
#menu li#menu_perennials a:visited,
#menu li#menu_perennials span {
	color: #32488d;
	background-color: #dde4d3;
}
#menu li#menu_perennials a:hover { background-color: #ccd4cc; }

#menu li#menu_perennials a:active,
#menu li#menu_perennials_selected a:link,
#menu li#menu_perennials_selected a:visited,
#menu li#menu_perennials_selected span {
	background-color: #1c4f7b;
	color: #FFFFEE;
}

/* ornamental */

#menu li#menu_ornamental,
#menu li#menu_ornamental_selected {
	background-position: -70px 0;
}

#menu li#menu_ornamental div,
#menu li#menu_ornamental_selected div {
	background-position: -70px bottom;
}

#menu li#menu_ornamental a:link,
#menu li#menu_ornamental a:visited,
#menu li#menu_ornamental span {
	color: #297c00;
	background-color: #e6ecc6;
}
#menu li#menu_ornamental a:hover { background-color: #d5e2b3; }

#menu li#menu_ornamental a:active,
#menu li#menu_ornamental_selected a:link,
#menu li#menu_ornamental_selected a:visited,
#menu li#menu_ornamental_selected span {
	background-color: #297c00;
	color: #FFFFEE;
}

/* holland tulip tour */

#menu li#menu_veseysholland,
#menu li#menu_veseysholland_selected {
	background-position: -20px 0;
}

#menu li#menu_veseysholland div,
#menu li#menu_veseysholland_selected div {
	background-position: -20px bottom;
}

#menu li#menu_veseysholland a:link,
#menu li#menu_veseysholland a:visited,
#menu li#menu_veseysholland span {
	color: #337a06;
	background-color: #dceabd;
}
#menu li#menu_veseysholland a:hover { background-color: #cbdfab; }

#menu li#menu_veseysholland a:active,
#menu li#menu_veseysholland_selected a:link,
#menu li#menu_veseysholland_selected a:visited,
#menu li#menu_veseysholland_selected span {
	background-color: #266300;
	color: #FFFFEE;
}

/* }}} */
/* {{{ Status Bar */

#status_bar {
	position: relative;
	text-align: right;
	font-family: sans-serif;
	font-weight: bold;
	color: #91916E;
	padding: 4px 10px 13px 10px;
	background: #FFFFEE url(../images/elements/status-bar-background.png) bottom left repeat-x;
}

#status_bar span {
	font-size: 80%;
}

#status_bar form,
#status_bar .swat-form-field,
#status_bar .swat-form-field-contents {
	display: inline;
}

#status_bar #logout_confirm {
	display: block;
	text-align: center;
	font-size: 120%;
	color: #5C5141;
}

/* }}} */
/* {{{ Footer */

#footer a:link     { color: #91916e; text-decoration: none; }
#footer a:visited  { color: #91916e; text-decoration: none; }
#footer a:hover    { color: #91916e; text-decoration: underline; }
#footer a:active   { color: #000000; text-decoration: underline; }

#footer h4 a:link,
#footer h4 a:visited  {
	color: #5c5141;
	text-decoration: underline;
}

#footer h4 a:hover,
#footer h4 a:active  {
	color: #91916e;
}

#footer {
	font-family: sans-serif;
	font-size: 80%;
	margin: 0 0 50px 187px;
	padding: 10px 0 0 6px;
	clear: both;
	color: #5c5141;
}

#footer_group_learn,
#footer_group_about_veseys,
#footer_group_about_website,
#footer_contact {
	width: 24.9%;
	float: left;
	padding-bottom: 2em;
}

#footer ul {
	margin: 0 3em 0 0;
	padding: 0;
}

#footer li {
	list-style: none;
	margin-right: 1em;
	margin-bottom: 0.4em;
}

#footer_contact img {
	float: right;
	margin: 2em 0 10px 10px;
}

#footer_contact a span {
	text-decoration: underline;
}

#footer_contact p,
#footer_contact h4 { margin-right: 2em; }

#footer_contact p { margin-top: 0; }

#footer_contact p a { white-space: nowrap; }

/* }}} */
/* {{{ Header Tabs */
#header_links {
	margin: 0 10px 0 150px;
	clear: right;
	*margin-left: 190px;
}

#header_links li {
	list-style-type: none;
	background: url('../images/elements/header-tabs.png') 0 0 no-repeat;
	float: left;
	width: 24.9%;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	top: 2px;
	margin-bottom: 2px;
}

#header_links li div {
	background: url('../images/elements/header-tabs.png') 50% -120px no-repeat;
}

#header_links li a {
	font-family: Georgia, serif;
	font-size: 120%;
	display: block;
	background: transparent url('../images/elements/header-tabs.png') 100% -60px no-repeat;
	margin-right: 5px;
	padding-top: 9px;
	text-decoration: none;
	color: #efefe0;
	line-height: 1.1;
	min-height: 23px;
	height: auto !important;
	height: 23px;
	white-space: nowrap;
}

/* About Tab (Purple) */
#header_links #header_about { background-position: 0 -180px; }
#header_links #header_about a { background-position: 100% -240px; }
#header_links #header_about div { background-position: 50% -300px; }

/* Catalogue Tab (Red) */
#header_links #header_catalogue { background-position: 0 -360px; }
#header_links #header_catalogue a { background-position: 100% -420px; }
#header_links #header_catalogue div { background-position: 50% -480px; }

/* Quick Order Tab (Yellow) */
#header_links #header_quickorder { background-position: 0 -540px; }
#header_links #header_quickorder a { background-position: 100% -600px; }
#header_links #header_quickorder div { background-position: 50% -660px; }

#header_links li a:hover {
	color: #fff;
	text-decoration: underline;
}

#header_links li a span { display: block; }

#header_links li#header_learn a,
#header_links li#header_about a {
	letter-spacing: 1px;
}

#header_links li#header_quickorder a { margin-right: 0; }

/* Selected Tabs */
.article-learn #header_links #header_learn,
.article-learn #header_links #header_learn a,
.article-learn #header_links #header_learn div,
.article-about #header_links #header_about,
.article-about #header_links #header_about a,
.article-about #header_links #header_about div,
.article-catalogue #header_links #header_catalogue,
.article-catalogue #header_links #header_catalogue a,
.article-catalogue #header_links #header_catalogue div,
.article-quickorder #header_links #header_quickorder,
.article-quickorder #header_links #header_quickorder a,
.article-quickorder #header_links #header_quickorder div {
	background-image: url('../images/elements/header-tabs-selected.png');
}

.article-learn #main-container-1 { background: #61859e url(../images/elements/categories/selected-blue/main-container-1.jpg) 0 0 no-repeat; }
.article-learn #main-container-2 { background: url(../images/elements/categories/selected-blue/main-container-2.jpg) top right no-repeat; }
.article-learn #main-content #page_title { color: #47697f; }

.article-about #main-container-1 { background: #805b84 url(../images/elements/categories/selected-purple/main-container-1.jpg) 0 0 no-repeat; }
.article-about #main-container-2 { background: url(../images/elements/categories/selected-purple/main-container-2.jpg) top right no-repeat; }
.article-about #main-content #page_title { color: #6b4c6f; background: url(../images/elements/categories/selected-purple/hr-underline.png) repeat-x bottom left; }

.article-catalogue #main-container-1 { background: #945c54 url(../images/elements/categories/selected-red/main-container-1.jpg) 0 0 no-repeat; }
.article-catalogue #main-container-2 { background: url(../images/elements/categories/selected-red/main-container-2.jpg) top right no-repeat; }
.article-catalogue #main-content #page_title { color: #955c55; }

.article-quickorder #main-container-1 { background: #968e36 url(../images/elements/categories/selected-yellow/main-container-1.jpg) 0 0 no-repeat; }
.article-quickorder #main-container-2 { background: url(../images/elements/categories/selected-yellow/main-container-2.jpg) top right no-repeat; }
.article-quickorder #main-content #page_title { color: #676409; }

.article-learn #header_learn a { padding-bottom: 2px; margin-bottom: 0; z-index: 99; }
.article-learn #header_learn { margin-bottom: 0; }
.article-about #header_about a { padding-bottom: 2px;  z-index: 99; }
.article-about #header_about { margin-bottom: 0; }
.article-catalogue #header_catalogue a { padding-bottom: 2px;  z-index: 99; }
.article-catalogue #header_catalogue { margin-bottom: 0; }
.article-quickorder #header_quickorder a { padding-bottom: 2px; z-index: 99;  }
.article-quickorder #header_quickorder { margin-bottom: 0; }

/* }}} */
/* {{{ Search Disclosure */

* html #search_disclosure {
	height: 0; /* IE6 fix for height of closed disclosure div */
}

#search-disclosure-animate,
#search_disclosure_sub_container {
	height: 16.5em;
}

#search_disclosure #search_form {
	/* height + vertical padding must add up to panel height */
	height: 15.5em;
	padding: 0 0 1em 6px;
}

.search-disclosure-loading {
	padding: 5em 0 3em 0;
	height: 5em;
	text-align: center;
}

.search-disclosure-loading img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.search-disclosure-search-controls .swat-form,
.search-disclosure-search-controls .swat-form-field,
.search-disclosure-search-controls label,
.search-disclosure-search-controls .swat-form-field-contents {
	display: inline;
	margin: 0;
}

.search-disclosure-search-controls label {
	margin: 0 5px 0 0;
}

.search-disclosure .search-disclosure-search-controls {
	position: absolute;
	top: 0;
	right: 17px;
	width: 20em;
	text-align: right;
}

.search-disclosure .no-js .search-disclosure-search-controls {
	width: 21em;
}

.search-disclosure {
	min-height: 0;
}

.search-disclosure .swat-disclosure-container {
	clear: both;
	border: 0;
}

.search-disclosure .search-disclosure-header .swat-disclosure-anchor-closed,
.search-disclosure .search-disclosure-header .swat-disclosure-anchor-opened {
	background-image: none;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	/* IE6 hack */	_top: 1px;
	/* IE7 hack */	.top: 1px;
}

.search-disclosure .search-disclosure-header a.swat-disclosure-anchor-closed:hover,
.search-disclosure .search-disclosure-header a.swat-disclosure-anchor-opened:hover {
	color: #333;
}

.search-disclosure .search-disclosure-header .swat-disclosure-anchor-closed img,
.search-disclosure .search-disclosure-header .swat-disclosure-anchor-opened img {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #faf9f2;
	color: #444;
	padding: 4px 2px;
	margin: 0;
	display: block;
	height: 12px;
	width: 12px;
}

.search-disclosure .search-disclosure-header {
	float: right;
	height: 28px;
	margin-right: 10px;
	position: absolute;
	top: -36px;
	right: 0;
}

.search-disclosure .no-js {
	margin-right: 0;
	float: none;
}

.search-disclosure .search-disclosure-header .swat-entry {
	height: 12px;
	padding: 4px;
	font-size: 85%;
	vertical-align: middle;
}

.store-product-review-all,
.swat-disclosure-span,
.swat-disclosure-anchor-opened,
.swat-disclosure-anchor-closed {
	background-color: transparent;
}

#search_disclosure_container {
	background: #ffe url('../images/elements/search-background.png') left bottom repeat-x;
}

.search-disclosure .swat-form-field {
	margin-bottom: 0;
}

/* Look and Feel */

#search_form #keywords {
	font-size: 85%;
	padding: 2px;
	width: 119px;
}

#search_form .highlight #keywords { width: 117px; }

#search_form label img {
	vertical-align: middle;
}

#search_form label {
	font-weight: normal;
	font-size: 80%;
	color: #3c3f33;
}

#search_form .swat-flydown {
	font-size: 85%;
}

#search_form .swat-checkbox-list input {
	margin-top: 0;
	margin-bottom: 0;
}

#search_form #first_group,
#search_form #third_group {
	display: block;
}

#search_form #first_group,
#search_form #second_group,
#search_form #third_group {
	float: left;
}

#search_form #first_group label,
#search_form #third_group label {
	float: left;
	padding-right: 5px;
	text-align: right;
	margin-top: 1px;
	white-space: nowrap;
}

#search_form select {
	width: 125px;
}

#search_form #light {
	float: left;
}

#search_form #light label,
#search_form #tag label {
	width: auto;
	float: none;
}

#search_form #attr li {
	list-style: none;
	clear: both;
}

#first_group .swat-form-field,
#second_group li,
#light li,
#third_group .swat-form-field {
	margin: 1px;
	padding: 1px;
}

#tag li {
	margin: 1px;
	padding: 2px;
}

#first_group {
	width: 210px;
}

#search_form #third_group {
	width: 200px;
}

#first_group label {
	padding-top: 3px;
	width: 66px;
}

#third_group label {
	padding-top: 3px;
	width: 60px;
}

#second_group li,
#light li,
#tag li {
	padding: 2px 2px 3px 1px;
}

#third_group li {
	_padding: 0px !important;
}

#second_group li.highlight,
#light li.highlight,
#tag li.highlight {
	padding: 1px 0 2px 0;
	background: #f5f2dd;
	border: 1px solid #cfc9c2;
}

#first_group div.highlight,
#third_group div.highlight {
	background: #f5f2dd;
	border: 1px solid #cfc9c2;
}

.swat-checkbox-list input {
	/* fix for weird heights of checkboxes in IE6 and 7 */
	_height: 16px;
	.height: 16px;
}

#tag {
	padding-top: 2px;
	padding-left: 60px;
}

#search_button_field {
	text-align: right;
}

#search_button_field .swat-button {
	background: #faf9f2;
	border: 1px solid #ddd;
	border-bottom: 1px solid #999;
	color: #444;
	width: 60px;
	padding: 3px;
	font-size: 85%;
}


/* Header (collapsed) */
.search-disclosure-header .swat-button {
	background: #faf9f2;
	border: 1px solid #ddd;
	border-bottom: 1px solid #999;
	color: #444;
	width: 55px;
	margin-left: 4px;
}

#search_disclosure_entry {
	border: 1px solid #ddd;
	font-size: 80%;
	line-height: 12px;
	padding: 4px;
}

#search_disclosure_entry:focus {
	border: 1px solid #eee;
	color: #31210a;
}
/* }}} */
/* {{{ Cart Lightbox */

#store_cart_lightbox .lightbox-cart-image img {
	width: 50px;
	height: 50px;
}

#store_cart_lightbox .store-cart-description h4 {
	margin: 0;
	font-weight: normal;
}

#store_cart_lightbox h3 {
	font-weight: normal;
}

#store_cart_lightbox #lightbox_cart_view.swat-table-view tbody td.remove-column .swat-money-cell-renderer {
	font-size: 115%;
	padding-bottom: 3px;
}

#store_cart_lightbox #checkout_container {
	background: #bde1bd;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#store_cart_lightbox #lightbox_cart_link_container {
	padding: 6px;
}

/* }}} */

