﻿/* Common classes to copy to the editor.css file */
body
{
	padding: 0px;
	margin: 0px;
	font: 12px "Trebuchet MS" , Arial, "Courier New";
	color: #000000;
	background: #80C222;
}
#clear, .clear
{
	clear: both;
}

#wrapper
{
	width: 926px;
	margin: 0 auto;
}

#toplinks
{
	background: url(../images/content_top.png) bottom left no-repeat;
	padding: 5px 6px 8px 0;
	text-align: right;
}

#toplinks ul
{
	margin: 0;
	padding: 0;
}
#toplinks ul li
{
	display: inline;
	list-style: none;
}
#toplinks ul li a:link, #toplinks ul li a:active, #toplinks ul li a:visited
{
	color: #FFFFFF;
	font-size: 15px;
	padding: 5px 5px;
	text-decoration: none;
}
#toplinks ul li a:hover
{
	background-color: #A6D465;
}
span.small
{
	font-size: 12px;
}


#contentwrapper
{
	background: url(../images/content_bg.png) top left repeat-y;
	padding: 0 13px;
}

#footer
{
	background: url(../images/content_bottom.png) top left no-repeat;
	padding-top: 10px;
}
#nav
{
	background-color: #80C222;
}
#nav ul
{
	
	margin: 0;
	padding: 0;
	background-color: #80C222;
	height: 40px;
}
#nav ul li
{
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited
{
	color: #FFFFFF;
	background-color: #80C222;
	font-size: 19px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	float: left;
}
#nav ul li a:hover
{
	color: #80C222;
	background-color: #FFFFFF;
}

#main
{
	padding: 10px;
}
#logo
{
	float: left;
}
#logo ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#logo ul li
{
	
	padding: 0;
	margin: 0;
}
#logo ul li a:link, #logo ul li a:active, #logo ul li a:visited
{
	color: #010101;
	font-size: 18px;
	padding: 3px 5px 3px 30px;
	text-decoration: none;
	width: 270px;
	display: block;
	


}
#logo ul li a:hover
{
	color: #FFFFFF;
}
#logo ul li a img 
{
	margin-left: -30px;
}

#new
{
	background: url(../images/icon_new.png) top left no-repeat;
}
#new:hover
{
	background: #80C222 url(../images/icon_new.png) top left no-repeat;
}
#blog
{
	background: url(../images/icon_blog.png) top left no-repeat;
}
#blog:hover
{
	background: #80C222 url(../images/icon_blog.png) top left no-repeat;
}
#sale
{
	background: url(../images/icon_sale.png) top left no-repeat;
}
#sale:hover
{
	background: #80C222 url(../images/icon_sale.png) top left no-repeat;
}

#flash
{
	
	border: 5px solid #D2E9B2;
	float: right;
}

.top5
{
	margin: 5px;
	width:170px;
}

.top5:hover
{
	border: 5px solid #D2E9B2;
	margin: 0px;
}

.top5main
{
	width: 150px;
	height: 170px;
	text-align: center;
	border: 10px solid #80C222;
	overflow: hidden;
	background: #80C222;
}
.top5title
{
	background: #80C222;
	text-align: center;
	color: #FFFFFF;
	height: 40px;
	padding: 0 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

.top5main img
{
	position: relative;
	border: none;
}
.top5price
{
	width: 170px;
	height: 20px;
	font-size: 13px;
	background: #A6D465;
	color: #FFFFFF;
	text-align: center;
}

.cat
{
	margin: 10px;
	width: 200px;
}

.cat:hover
{
	border: 5px solid #D2E9B2;
	margin: 5px;
}

.catmain
{
	width: 180px;
	height: 170px;
	text-align: center;
	border: 10px solid #80C222;
	overflow: hidden;
	background: #80C222;
}
.cattitle
{
	background: #80C222;
	text-align: center;
	color: #FFFFFF;
	height: 40px;
	padding: 0 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	width: 180px;
}
.catdesc
{
	background: #80C222;
	text-align: center;
	color: #FFFFFF;
	padding: 0 10px 10px 10px;
	font-size: 11px;
	width: 180px;
}

.catmain img
{
	position: relative;
}
.catprice
{
	width: 200px;
	height: 20px;
	font-size: 13px;
	background: #A6D465;
	color: #FFFFFF;
	text-align: center;
}

#defaultleft
{
	width: 520px;
	float: left;
}
#defaultright
{
	width: 320px;
	float: right;
	padding-top: 15px;
}

.defaultad
{
	margin: 10px;
}
.defaultad img
{
	border: 5px solid #D2E9B2;
}
.defaultad img:hover
{
	border: 5px solid #A6D465;
}
td
{
	font: 12px "Trebuchet MS" , Arial, "Courier New";
	color: #666666;
}

.table
{
	border: 1px solid #80C222;
	background: #F7F7F7;
}

.table_light
{
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
}

a.feat_link:link, a.feat_link:visited, a.feat_link:active
{
	font: 18px "Trebuchet MS" , Arial, "Courier New";
	color: #2B7CCE;
	background: #FCFCFC;
	padding: 10px;
	border: 1px solid #F5F5F5;
	display: block;
	text-decoration: none;
	width: 90%;
}

a.feat_link:hover
{
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

.columnHeading
{
	color: #80C222;
	font: 16px "Trebuchet MS" , Arial, "Courier New";
}

.redText
{
	color: #CC0000;
	font-weight: bold;
}

.greenText
{
	color: #009900;
	font-weight: bold;
}

.smallText
{
	font: 11px "Trebuchet MS" , Arial, "Courier New";
	color: #999999;
}

h1
{
	font: 22px "Trebuchet MS" , Arial, "Courier New";
	color: #80C222;
	display: block;
}

h2
{
	font: 18px "Trebuchet MS" , Arial, "Courier New";
	color: #666666;
}

h3
{
	font: 14px "Trebuchet MS" , Arial, "Courier New";
	color: #80C222;
}

hr
{
	border: 1px solid #D8E4F0;
	height: 1px;
}

/* End common classes */

tr.hover:hover, tr.altItemHover:hover
{
	background-color: #F5F5F5;
	cursor: pointer;
}


td.price
{
	font-size: 20px;
	color: #2B7CCE;
}

td.desc
{
	font-size: 11px;
}

a.customer_menu:link, a.customer_menu:visited, a.customer_menu:active
{
	font: 14px "Trebuchet MS" , Arial, "Courier New";
	color: #2B7CCE;
	text-decoration: none;
	display: block;
	padding: 5px 20px;
	text-align: center;
}

a.customer_menu:hover
{
	color: #000000;
}

a.header_links:link, a.header_links:visited, a.header_links:active, a.footer_menu:link, a.footer_menu:visited, a.footer_menu:active
{
	font: 11px "Trebuchet MS" , Arial, "Courier New";
	color: #2B7CCE;
	text-decoration: none;
}

a.header_links:hover, a.footer_menu:hover
{
	color: #000000;
	text-decoration: none;
}

a:link, a:visited, a:active
{
	/* Default text links */
	color: #80C222;
}

a:hover
{
	text-decoration: UNDERLINE; /* 	color: #FFFFFF; 	background-color: #80C222;*/
}

a.cleanLink:link, a.cleanLink:visited, a.cleanLink:active, a.cleanLink:hover
{
	/* Default text links */
	text-decoration: none;
	color: #333333;
	border-width: 0px;
	border-style: none;
}

/* These are for the category menu */

.nav_menu_top
{
	/* top row of menu */
	text-decoration: none;
	width: 100%;
	height: 18px;
	display: block;
}

a.nav_menu_top:link, a.nav_menu_top:visited, a.nav_menu_top:active
{
	/* top row of menu - links */
	text-decoration: none;
	color: #666666;
	padding: 3px 2px 2px;
	font: 12px/16px "Trebuchet MS" , Arial, "Courier New";
	padding-left: 10px;
}

.nav_menu_top_over
{
	/* top row of menu */
	border: #6FA8E1 1px solid;
	text-decoration: none;
	width: 100%;
	height: 16px;
	display: block;
	background: #FFFFFF url(../images/catmenu_bg.jpg) no-repeat bottom left;
}

a.nav_menu_top_over:hover
{
	/* top row of menu - links */
	color: #000000;
	padding: -2px 0px 0px 9px;
	line-height: 16px;
}

.nav_menu_sub
{
	/* sub menu section */
	text-decoration: none;
	width: 100%;
	height: 22px;
	display: block;
	background: #80C222 url(../images/catmenu_sub_bg.jpg) no-repeat bottom left;
}

a.nav_menu_sub:link, a.nav_menu_sub:visited, a.nav_menu_sub:active
{
	/* sub menu section - links */
	text-decoration: none;
	color: #666666;
	padding: 3px 2px 2px;
	font: 12px/20px "Trebuchet MS" , Arial, "Courier New";
	padding: 0px 10px 0px 10px;
}

.nav_menu_sub_over
{
	/* sub menu section */
	border: #6FA8E1 1px solid;
	text-decoration: none;
	width: 100%;
	height: 20px;
	display: block;
	background: #6FA8E1 url(../images/spacer.gif) no-repeat bottom left;
}

a.nav_menu_sub_over:hover
{
	/* sub menu section - links */
	color: #FFFFFF;
	line-height: 20px;
}

/* end of category menu */

/* begin info pages menu */

a.info_menu:link, a.info_menu:visited, a.info_menu:active
{
	/* top row of menu - links */
	text-decoration: none;
	width: 100%;
	height: 18px;
	display: block;
	color: #666666;
	padding: 3px 2px 2px;
	font: 12px/16px "Trebuchet MS" , Arial, "Courier New";
	padding-left: 10px;
}

a.info_menu:hover
{
	border: #6FA8E1 1px solid;
	text-decoration: none;
	width: 156px;
	height: 16px;
	display: block;
	background: #FFFFFF url(../images/catmenu_bg.jpg) no-repeat bottom left;
	color: #000000;
	padding: -2px 0px 0px 9px;
	line-height: 16px;
}

/* end info pages menu */

.steps
{
	font-size: 12px;
}

.inputBox, .inputTextBox
{
	/* Form fields */
	font: 12px "Trebuchet MS" , Arial, "Courier New";
	color: #010101;
	background-color: #FFFFFF;
	border: 2px solid #D2E9B2;
	padding: 0px 5px 0px 5px;
}

.dropBox
{
	/* Form fields */
	font: 12px "Trebuchet MS" , Arial, "Courier New";
	color: #666666;
	height: 22px;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	padding: 0px 0px 0px 5px;
	margin-top: 1px;
}

.button
{
	/* Form Buttons */
	font: 12px "Trebuchet MS" , Arial, "Courier New";
	height: 22px;
	color: #FFFFFF;
	background: #A6D465;
	border: none;
}

.footer
{
	color: #999999;
}

.table_head
{
	background-color: #80C222;
	color: #FFFFFF;
	font-weight: bold;
}

.admin_head
{
	background-color: #80C222;
	color: #FFFFFF;
	font-weight: bold;
}
.admin_head td
{
	color: #FFFFFF;
}
.altItem
{
	background-color: #F1F1F1;
}

.editItem
{
	background-color: #CCCCCC;
}
#footercopy
{
	float: left;
	color: #FFFFFF;
	width: 20%;
	margin-left: 6px;
}
.credits
{
	color: #FFFFFF;
	float: right;
	width: 28%;
	text-align: right;
}
.credits a:link, .credits a:visited, .credits a:active
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	text-align: right;
	margin-right: 6px;
}
.credits a:hover
{
	background-color: #A6D465;
}
#footerlinks
{
	margin: 0;
	text-align: center;
	float: left;
}
#footerlinks ul
{
	margin: 0;
	padding: 0;
}
#footerlinks ul li
{
	display: inline;
}
#footerlinks ul li a:link, #footerlinks ul li a:active, #footerlinks ul li a:visited
{
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font: 12px "trebuchet ms" , Verdana, Arial;
}
#footerlinks ul li a:hover
{
	background-color: #A6D465;
}
#hide
{
	display: none;
}
