﻿/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/content/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #85C4F4;
	font-family: "Trebuchet MS", Arial;
	font-size: 12pt;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}

.addtocartbutton 
{
	height: 22px;
	width: 120px;
	border-width: 0px;
}

/* Top Menu = top links at top of page */
.topmenu {
	font-size: 10px;
	color: #bbdbad;
	background: url(/content/images/topmenubackground.png);
	background-repeat: no-repeat;
	background-color: #85C4F4; 
}

.topmenu a 
{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.toptagline 
{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.leftmenu-catcell {
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	margin-left: 5px;
	padding: 5px;
}
.leftmenu-tagscell {
	padding-left: 5px;
	margin-left: 5px;
}
.maincontenttable {
	padding-right: 5px;
	padding-left: 5px;
}

.frontpagecontenttable {
	padding-top: 5px;
	padding-left: 5px;
}
.leftmenu-catcell-link {
	font-size: 16px;
	color: #0667b0;
	font-weight: bold;
}
.leftmenu-catcell-subtext {
	font-size: 12px;
	color: #72b1e1;
}

.leftmenu-tagstitle {
	color: #0667b0;
	font-size: 18px;
}

.TagCloud			/* Applies to the entire tag cloud */
{
	color: #8ab976;
	font-family:Trebuchet MS;
	padding:3px; 
	text-align:center;
}

.TagCloud a
{
	color: #8ab976;
}

.TagCloud > span	/* Applies to each tag of the tag cloud */
{
	margin-right:3px;
	text-align:center;
	color: #8ab976;
}

.TagCloud > span.TagWeight1	/* Applies to the largest tags */
{
	font-size: larger;
}

.TagCloud > span.TagWeight2
{
	font-size: large;
}

.TagCloud > span.TagWeight3
{
	font-size: medium;
}

.TagCloud > span.TagWeight4
{
	font-size: small;
}

.TagCloud > span.TagWeight5	/* Applies to the smallest tags */
{
	font-size: x-small;
}

.leftmenu-twittercell {
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 5px;
}
.leftmenu-twittercell-twittertxt {
	font-size: 16px;
	color: #51ABFA;
	font-weight: bold;
}
.leftmenu-twittercell-updatestxt {
	font-size: 16px;
	font-weight: bold;
	color: #c84e46;
}
.leftmenu-twittercell-regulartxt {
	font-size: 10px;
	color: #0667b0;
	list-style-type: none;
	text-decoration: none;
	text-align: left;
}
.leftmenu-twittercell-linktxt {
	color: #0667b0;
}
.leftmenu-twittercell-daysagotxt {
	color: #006633;
	font-size: 90%;
}

.footersmalltext {
	font-size: 10px;
	color: #999999;
}

.footersmalltext a {
	font-size: 10px;
	color: #999999;
}

.productlist 
{
 	width: 584px;
 	border: 0;
  	text-align: left;
  	table-layout: fixed;
}

.productlist td 
{
	width: 136px;
	vertical-align: top;
	text-align: center;
	padding: 5;
	table-layout: fixed;
	white-space:normal;
}

.productlist-image {
	border: 1px solid #D8D8D8;
	text-align: center;
	height: 130px;
	width: 130px;
}
.productlist-name {
	color: #0667b0;
	font-size: 12px;
	width: 136;
	vertical-align: top;
	text-align: left;
	padding: 5;
	table-layout: fixed;
	white-space:normal;
}

.productlist-name a 
{
	color: #0667b0;
}

.productlist-price {
	font-size: 18px;
	color: #79af62;
	font-weight: bold;
	width: 136;
	vertical-align: top;
	text-align: left;
	padding: 5;
}
.productlist-title {
	color: #79af62;
	font-size: 21px;
}
.minishoppingcart-maincell {
	padding-right: 20px;
}

.minishoppingcart-smallview {
	background-image: url(/content/images/shoppingcart/minibackground.png);
	height: 37px;
	padding-right: 7px;
}
.minishoppingcart-checkouttext {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	padding-left: 5px;
}
.minishoppingcart-expand {
	position: absolute;
	width: 464px;
	background-image: url(/content/images/shoppingcart/expandedview-background.jpg);
	background-repeat: repeat-x;
	background-color: #f1f4f6;
	top: -37px;
	left: -464px;
}

.minishoppingcart-smallcontents {
	font-size: 10px;
	color: #666666;
}
.minishoppingcart-iconimage {
	border: 1px solid #999999;
	margin-right: 5px;
	margin-left: 5px;
}
.minishoppingcart-mainposition {
	position: relative;
}
.minishoppingcart-title {
	font-size: 16px;
	color: #0667b0;
	font-weight: bold;
	vertical-align: bottom;
	padding-bottom: 0px;
}
.minishoppingcart-name {
	color: #0667b0;
	font-size: 12px;
}
.minishoppingcart-description {
	color: #999999;
	font-size: 10px;
	font-style: italic;
}
.minishoppingcart-qty {
	color: #0667B0;
	font-size: 12px;
	height: 10px;
	width: 25px;
	top: 5px;
	text-align: center;
}
.minishoppingcart-price {
	color: #0667B0;
	font-size: 12px;
	height: 10px;
	width: 25px;
	top: 5px;
}
.minishoppingcart-subtotal {
	color: #0667B0;
	font-size: 12px;
	height: 10px;
	width: 25px;
	top: 5px;
}
.minishoppingcart-subtotaltitle {
	font-size: 12px;
	color: #0667b0;
	font-weight: bold;
}
.minishoppingcart-closetext {
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;
	padding-left: 5px;
}

/* CMS Editor */
.cms-dynamiccontent
{
	border: thin dashed ActiveCaption;
	background-color: #FFFFCC;
}
.editable, textarea{
	background-color: #ffffd3;
}

textarea{
	width: 95%;
	font-size: 100%;
}

img.progress{
	vertical-align: middle;
	padding: 0 10px;
}

/* AJAX */
.sys-template
{
	display: none;
	visibility: hidden;
}
.warning-message
{
	font-style: italic;
}
