﻿html {
	/* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical;
}
/*  Shopping Cart Styles  */


#divProducts {
	background-color:#000000;
}
.shoppingCart .tdSeperator {
	width: 20px;
}
.shoppingCart .left {
	white-space: nowrap;
	width: 200px;
}
.Login {
	background-color:#f6f6f6;
	padding:10px;
	margin:5px 0 20px;
	width:630px;
	color:#ef7417;
	background-color:#f1e8ca;
}
.Login a {
	color:#ef7417;
	text-decoration:underline;
}
.Login a:hover {
	color:#ef7417;
	text-decoration:none;
}

.cartHeader {
	background-color: #f1e8ca;
	color:#95a13d;
	font-weight: bold;
}
.cartAltRow {
	background-color: #f2f1e9;
}
.sectionHeader {
	font-weight: bold;
}
.totalBorder {
	border-top: solid 1px #fa7043;
}
.TopLeft {
	background:#95a13d url(/App_themes/cooterfest/images/green_top_left.gif);
	color:#fff;
	font-size:14px;
	height:24px;
	margin:0;
	width:158px;
}
.TopLeft1 {
	background:url(/App_themes/cooterfest/images/green_top_left.gif);
	color:#fff;
	height:24px;
	margin:0;
	width:25px;
	font-size:14px;
	text-align:center;
}
.TopRight {
	background:#95a13d url(/App_themes/cooterfest/images/green_top_right.gif);
	height:24px;
	font-size:14px;
	margin:0;
	width:25px;
}
.Center {
	width:122px;
	background-color:#95a13d;
}
.Bottom {
	width:325px;
	border:solid 1px #000;
}
.Center2 {
	width:430px;
	background-color:#95a13d;
}
.Center3 {
	width:430px;
	background-color:#95a13d;
}
.RegCenter3 {
	width:150px;
	background-color:#95a13d;
	color:#fff;
	font-size:14px;
}
.RegCenter2 {
	width:150px;
	background-color:#95a13d;
	color:#fff;
	font-size:14px;
}
.AddressContainer {
	width:305px;
}
/*Category Page Styles - ProductListingOneAcross.ascx and ProductSummaryWide.ascx */

.Item_Display {
	padding:10px 10px 10px 10px;
	font: 11px Arial, Helvetica, sans-serif;
	width:154px;
	height:217px;
	text-align:center;
	border:none;
	background: url(/app_themes/cooterfest/images/bg-product-thumb.gif) no-repeat 0 0;
}
.Item_Display td, .Item_Display a:link, .Item_Display a:visited {
	text-decoration: none;
	padding:2px 2px 2px 2px;
}
.Item_Display a:hover, .Item_Display a:active {
	text-decoration: none;
	font-weight:bold;
}
.Items_Display td {
	padding:2px 2px 2px 2px;
}

.ourprice-title {
	color:#013960;
	font-weight:bold;
	/*height: 20px;
	margin-top: -15px;*/
}

.ourprice {
	color:#0a6db1;
	font-weight:bold;
	
}

/****** Product Detail Page Styles************/


#ProductDetail {
	font-size:12px;
	width:650px;
}
#ProductDetail td {
	vertical-align:top;
}

#ProductDetail .product-image {
	vertical-align:top;
	width:375px;
	overflow:hidden;
}

#ProductDetail .title {
	color:#71441c;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin:0 0 5px;
	padding:0 0 5px;
	display:block;
}

#ProductDetail .our-price {
	color:#95a13d;
	font-weight:bold;
	font-size:16px;
	line-height:16px;
	margin:0 0 10px;
	padding:0 0 10px;
	display:block;
	border-bottom:1px dashed #72441c;
}


#ProductDetail .item {
	color:#79863a;
}

#ProductDetail .description {
margin-bottom:10px;
	padding-bottom:0px;
	border-bottom:1px dashed #72441c;
}

#ProductDetail .select-box {
	margin-bottom:10px;
	padding-bottom:15px;
	border-bottom:1px dashed #72441c;
}


#ProductDetail .price {
	color:#0a6db1;
	font-weight:bold;
}

#ProductDetail .list-price {
	color:#0a6db1;
	font-weight:bold;
	font-size:14px;
}

#ProductDetail .save {
	color:#79863a;
	font-weight:bold;
	font-size:14px;
}

#ProductDetail .save {
	margin-bottom:10px;
	padding-bottom:0px;
	border-bottom:1px dashed #72441c;
}

/*******************/

.ProductName {
	min-height: 29px;
	height:29px;
	height: auto;
	width: 130px;
	vertical-align:top;
	padding:0 2px 0 2px;
	margin:0px 8px;
	font-weight: bold;
	line-height: 14px;
}
a.ProductName_Link, a.ProductName_Link:link {
	color:#618a2c;
	text-decoration:none;
}
a.ProductName_Link:hover {
	color:#618a2c;
	text-decoration:underline;
}
.ProductImage_Thumb {
	height:125px;
	vertical-align:middle;
}
.itemlinkstyle a {
	color: #618a2c;
}


/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink, a.webmodules_editModuleLink, a.webmodules_editModuleLink:link, a.webmodules_editModuleLink:visited {
	background-color: #FFFFA5;
	padding: 1px 2px 2px 2px;
	border: 1px dotted gray;
	position: absolute; /*preserve layout*/
	font-size: 100%;
	color: Blue;
	font-weight: normal;
	text-decoration: underline;
	z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editModuleLink:hover, a.webmodules_editModuleLink:hover {
	font-size: 100%;
	color: #00A2FF;
}
/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink, a.webmodules_editPageLink, a.webmodules_editPageLink:link, a.webmodules_editPageLink:visited {
	background-color: #FFFFA5;
	padding: 1px 2px 2px 2px;
	border: 1px dotted gray;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 100%;
	color: Blue;
	font-weight: normal;
	text-decoration: underline;
	z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editPageLink:hover, a.webmodules_editPageLink:hover {
	font-size: 100%;
	color: #00A2FF;
}
/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active {
	background-color: #00FF00;
}
/******************************************************************************
 main navigation menu. 
******************************************************************************/

.mainNavDropDown {
	padding: 10px 0px 0px 0px;
}
.mainNavDropDown_item, .mainNavDropDown_item a, .mainNavDropDown_item a:visited /* requird by IE6 to override ancestors. */ {
	background-color: #00FF00;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 15em;
	padding: 10px 5px;
}
.mainNavDropDown_item_hover, .mainNavDropDown_item_hover a, .mainNavDropDown_item_hover a:visited, /* requird by IE6 to override ancestors. */ .mainNavDropDown_item_hover a:hover, /* requird by IE6 to override ancestors. */ .mainNavDropDown_item_hover a:active /* requird by IE6 to override ancestors. */ {
	background-color: #00FF00;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 15em;
	padding: 10px 5px;
}
