.hide
{
	display: none;
}

.line
{
	background-image: url(line.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px
}

.TeaserProductListLink
{
	font-weight: bold;
	font-size: 16px;
	color: #3A3A3A;
}

.TeaserDescription
{
}


.TeaserDescription ul
{
	margin-top: 5px;
	margin-bottom: 2px;
}

.ProductInfoLineTd
{
	background-image: url(line.gif);
	background-repeat: repeat-x;
	height:1px;
}

#header_td
{
	height: 83px;
}

.footer_middle_td
{
	background-color: #C5C9C2;
}

.footer_spacer_td
{
	height: 25px;
}

.header_spacer_td, .footer_spacer_td
{
	background-color: #B0B6AD;
}

.body_spacer_td
{
	background-color: #DBDDD7;
}

.toggle_button
{
	cursor: pointer;
}

.guidance_headline
{
	font-size: 12px;
	font-weight: bold;
}

body
{
	background: #DBDDD7;
	margin: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.ProductDescription
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
/* START MAIN LAYOUT TAGS */

/* The container is used to control to overall width of the site content */
#container
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

/* Used by popup windows */
#popupContainer
{
	width: 100%;
	padding: 10px;
	background: #FFF;	
}

/* NavColumn and ContentColumn are used on pages with a sidebar */
#NavColumn
{
	width: 230px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
}

#ContentColumn
{
	width: 570px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
}

#ProductPageContainer
{
	padding-left: 0px;
	padding-right: 10px;
}

#ProductPageImageColumn
{	
	padding: 0 0 0 10;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
}

#ProductPageContentColumn
{
	display: block;
	margin: 0px;
	vertical-align: top;
	text-align: left;	
	font-size: 12px;
}
/* #page is used by pages without a sidebar */
#page
{
	padding:0px;
	margin:0px;
	background:#FFFFFF;
	font-size: 13px;
}

/* #maincontent is a DIV that wraps the content area on every page
   http://wellstyled.com/css-underscore-hack.html
*/
#maincontent
{
	font-size: 11px;
	padding-top: 14px;
	text-align: left;	
	min-height: 400px;
	_height: 400px;
	
}

/* END MAIN LAYOUT TAGS */

/* START HEADER TAGS */
#header
{
	background-image: url(header_background.gif);
	background-repeat: repeat-x;
	height: 83px;	
	text-align: right;
}

#header_background_left
{
	background-image: url(header_background_left.gif);
	background-repeat: repeat-y;
	width: 2px;
}

#header_background_right
{
	background-image: url(header_background_right.gif);
	background-repeat: repeat-y;
	width: 1px;
}

/* Used to make sure the main menu clears the logo and site menu */
#BrandingArea
{
	height: 83px;
}

/* Sections within Main Header Areas */
#Logo
{
	padding-top: 21px;
	padding-left: 21px;
}

#SiteMenu UL
{
	position: relative;
	margin: 0px;
}

#SiteMenu LI
{
	display: inline;
	list-style-type: none;
}

#SiteMenu A
{
	font-size: 10px;
	text-align: center;
	padding: 0 25 0 15;
}

td
{
	font-size: 8pt;
}

#SiteMenu A:Hover
{
	font-size: 10px;
	text-decoration: underline;
}

#ShoppingCartLink
{
	position: absolute;
	top: 15px;
	left: 586px;
	color: #666;
}

#ShoppingCartLink A
{
    background: transparent;
	color: #666;
}

#ShoppingCartLink A:hover
{
    background: transparent;
	color: #666;
	text-decoration: underline;
}

/* Tags for main menu */
#MainMenu
{
	background: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	text-align: center;
}

/* Controls Tabs for top level categories */
#MenuLevel1
{
	background: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
}

#MenuLevel1 Table
{
    position: absolute;
	top: 85px;
	left: 35px;
}

.MenuItem
{		
	background: none;
	color: #44547A;
	height: 25px;
	text-align: center;
}

.MenuItemActive
{
	background: none;
	width: 100px;
	color: #FFF;
	height: 25px;
	text-align: center;
	font-weight: bold;	
}

#MenuLevel1 A
{
	font-size: 11px;
	padding: 0 10 0 10;
	color: #44547A;
	text-decoration: none;
}

#MenuLevel1 A:Hover
{
	text-decoration: underline;
}

/* Controls sub category level menu */
#MenuLevel2
{
	position: relative;
	top: -135px;
	left: 350px;
	left: 0px;
	height: 38px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 5px;	
}

#MenuLevel2 .MenuItem
{
	width: 100px;
	background: transparent;
	color: #000;
}

#MenuLevel2 Table
{
	margin-left: auto;
	margin-right: auto;
}

#MenuLevel2 A
{
	font-size: 10px;
	text-decoration: none;
}

#MenuLevel2 A:Hover
{
	text-decoration: underline;
}
/* END HEADER TAGS */

/* START FOOTER ELEMENTS */
#footer
{
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#footermenu
{
	padding-top: 5px;
	color: #79561E;
	font-size: 10px;
}

#footermenu a
{
	color: #79561E;	
}

#footermenu a:hover
{
    text-decoration: underline;
    color: #000;
}

#sunsky_copyright
{
	font-size: 10px;	
	color: #B0B6AD;
}

#copyright
{
	font-size: 10px;
	position: relative;
	font-weight: bold;
	top: 5px;
	color: #474035;
	display: block;
	padding: 3 3 3 3;
	text-align: center;
}

#poweredby
{
	position: relative;
	left: 285px;
}
/* END FOOTER ELEMENTS */

/* START HOMEPAGE TAGS */
#MainContent
{
}

#HomeTable
{
}

#HomeColumn1
{
	vertical-align: top;
	text-align: left;
	padding: 0px;
}

#HomeColumn2
{
	vertical-align: top;
	text-align: left;
	padding: 10 10 0 10;
}

#HomeColumn3
{
	vertical-align: top;
	text-align: left;
	padding: 0px;
	padding: 0 0 0 10;
}

#HomepageSample1
{
	
}
#HomepageSample2
{
	vertical-align: top;
	text-align: left;
	vertical-align: middle;
	padding: 0 5 5 5;
	font-size: 11px;
}

#HomeColumn1 .SingleProductDisplay,#HomeColumn2 .SingleProductDisplay,#HomeColumn3 .SingleProductDisplay
{
	border:0px;
}
#HomeColumn1 .SingleCategoryDisplay,#HomeColumn2 .SingleCategoryDisplay,#HomeColumn3 .SingleCategoryDisplay
{
	border:0px;
}

#ProductImage
{
	float: left;
	margin-right: 18px;
}

.ProductPriceTd
{
}

/* END HOMEPAGE TAGS */

/* START NAV COLUMN BLOCK TAGS */
#navColumn UL, .CategoryList UL
{
	padding: 0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
	list-style-type: none;
}

.NavColumnBlockContent A
{
	font-size: 10px;
}

.CategoryList
{
	padding-top: 10px !important;
}

.MailingListSignupForm
{
	padding-top: 10px !important;
}

.BoxContent
{
	padding: 5 5 5 5;
	text-align: left;
}

.BoxHeadline_Cart
{
	background-image: url(cart_box_header.gif);
	background-repeat: no-repeat;
	height: 16px;
}

.BoxHeadline_Categories
{
	background-image: url(categories_box_header.gif);
	background-repeat: no-repeat;
	height: 16px;
}

.BoxHeadline_Configurator
{
	background-image: url(configurator_box_header.gif);
	background-repeat: no-repeat;
	height: 16px;
}

.BoxHeadline_General
{
	background-image: url(general_box_header.gif);
	background-repeat: no-repeat;
	height: 16px;
}

.BoxHeadline_Newsletter
{
	background-image: url(newsletter_box_header.gif);
	background-repeat: no-repeat;
	height: 16px;
}

.BoxHeadline_Search
{
	background-image: url(search_box_header.gif);
	background-repeat: no-repeat;
	height: 16px;
}

.BoxHeadline_CustomerService
{
	background-image: url(customer_service_box_header.gif);
	background-repeat: no-repeat;
	height: 16px;
}

.BoxHeadline_MyAccount
{
	background-image: url(my_account_box_header.gif);
	background-repeat: no-repeat;
	height: 16px;
}

/* END NAV COLUMN BLOCK TAGS */

/* START PRODUCT CONTROLS AND CATEGORY CONTROLS */

.SingleProductDisplayLine
{
	height: 1px;
	background-image: url(line.gif);
	background-repeat: repeat-x;
	font-size: 1px;
}

.SingleProductDisplayPrice A
{
	font-weight: bold;
	font-size: 23px;
	color: #3A3A3A;
}

.SingleProductDisplayName A, .SingleCategoryDisplayname A, .ListCategoryDisplay A
{
	font-size: 14px;
	font-weight: bold;
	color: #3A3A3A;
}

.SingleProductDisplay
{
	
}

.NavColumnBlock .SingleProductDisplay,.NavColumnBlock .SingleCategoryDisplay
{
	margin:0px;
}

.SingleCategoryDisplayImage
{
	margin-right: 5px;
}

.ListProductDisplay, .ListCategoryDisplay
{
	text-align:left;	
}

.ListProductDisplayPrice
{
	text-align:right;
}
.ListCategoryDisplayDescription
{
	margin:3px 10px 10px 0px;
	font-size: 12px;
}

.DetailProductDisplay
{
	border-top: solid 1px #cccccc;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 575px;
}

.DetailProductDisplayImage
{
	vertical-align: top;
	text-align: left;
	width: 120px;
	height: 120px;
	float: right;
}

.DetailProductDisplayName
{
    font-size: 12px;
	font-weight: bold;
}

.DetailProductDisplayPrice
{
    font-size: 11px;
	color: #f30;
}

.HomepageBlockTable
{
	width: 230px;
	padding-right: 3px;
}

/* END PRODUCT CONTROLS AND CATEGORY CONTROLS */

/* Shopping Cart Page */
#CartTitle
{
}

#CartSubTitle
{
}

#CartContainer
{
	padding :0px;
	margin: 0px;
}

#CartItemBlock
{
	padding:0px;
	margin:0px;
}

#CartItemBlock Table
{
	margin:0px;
}

#CartUpdateBlock
{
	background:#fff;
	margin:0px;
	text-align:center;
	vertical-align:middle;
}

#CartTotalBlock
{
	margin:0px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}

#CartCheckoutButtons
{
	text-align:right;
	margin-top:10px
}

/* START VISUAL STYLES */

.BVText
{
	font-size: 10px;
	padding: 3 3 3 3;
}

.CartText
{
	font-size: 14px;
}

.BVSmallText
{
	font-size: 10px;
	color: #666;
}

.Header
{
	background: #79561E;
	color: White;
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
}

.Item,.CartItem
{
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.AlternateItem,.CartAlternateItem
{
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #fff;
	padding-bottom: 0.2em;
	font-size: 11px;
	color: #474035;
}

.CartItem, .CartAlternateItem
{
	border-bottom:1px solid #708090;	
}

#PackageItems
{
	background-color: Red;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

.FormInput
{
	border-right: #CCC 1px solid;
	border-top: #CCC 1px solid;
	background: #F9F9F9;
	border-left: #CCC 1px solid;
	color: #000;
	border-bottom: #CCC 1px solid;
}

.FormInputError
{
	background-color: #bc1f39;
	color: White;
}

.formlabel
{
	font-size: 10px;
	letter-spacing: normal;
}

.FormLabelStrong
{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: normal;	
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #474035;
}
A:link
{
}

A:visited
{
}

A:active
{
}

A:hover
{
	text-decoration: underline;
	color: #000000;
}

.ErrorMessage
{
	font-size: 10px;
	color: #bc1f39;
	font-weight: bold;
}
.SuccessMessage
{
	color: #000;
	font-size: 11px;
}

p
{
	margin: 0px;	
	text-align:left;
}

.indent
{	
	margin-left:20px;
}

.Padded
{
	margin:10px;
}

H1
{
	padding: 0 0 3 0;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 16px;
}

H3
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #474035;
	padding-top: 0px;
}

#ProductSKU
{
}

h4
{
	padding: 5 5 5 5;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	text-align: left;
}

.ProductPropertyLabel
{

}

.ProductSKULabel
{
	font-size: 7pt;
	font-weight: bold;
}

.ProductProperty
{
    font-size: 10px;
	color: #000;
}

.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice, .DiscountText
{
	font-weight: bold;
	font-size: 23px;
	color: #3A3A3A;
}

/* START BREADCRUMB TAGS */
#BreadCrumbs
{
}

.BreadCrumbDivider
{
	color: #bc1f39;
}

.BreadCrumbTrailSpacer
{
	background-repeat: no-repeat;
}

.BreadCrumbTrailNoLink
{
   
}

#BreadCrumbs A
{
	color: #474035;
}

#BreadCrumbs A:Hover
{
	color:#000;
}
/* END BREADCRUMB TAGS */

/* CATEGORY LIST CONTROL TAGS */
.OtherCategory A
{
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.CurrentCategory A
{
	background-color: #79561E;
	color: White;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration:none;
}

.OtherCategory A:hover
{
	text-decoration: underline;
}

.CurrentCategory A:hover
{
	text-decoration: underline;
}

.SubCategory A, .SubCategory A:Visited, .SubCategory A:Active
{
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.SubCategory A:Hover
{
	text-decoration: underline;
}
/* END CATEGORY LIST CONTROL TAGS */


#ProductProperties
{
	text-align:left;
}

#ProductProperties UL
{
	margin: 5px 0px 0px 0px;
	list-style-type: none;
}

#ProductProperties UL LI
{
	margin-top:3px;
}

#ProductProperties UL UL
{
	margin: 5px 0px 0px 50px;
	list-style-type: disc;
}

/* Category Page */
#CategoryListHeader
{	
    padding: 10 0 10 0;
}

#CategoryListHeader #LayoutTable
{
}

#RecordsFound,#Pager,#Sorter, #Sorter TD
{
	font-size: 10px;
}

#RecordsFound
{
    font-weight: bold;
}

#Pager
{	
}

#Sorter
{
}

#Sorter Table
{
}

#tblItems
{
	width:540px;
	margin:5px;
}

#CheckoutTable
{
}

#CheckoutSteps
{
	margin:0px;
}

#CheckoutSteps A
{
	text-decoration: none;
	white-space: nowrap;
}

.CheckoutStep .CheckoutStepCurrent
{
	font-weight: bold;
	font-size: 12px;
	color: #bc1f39;
}

.CheckoutDescription
{
	font-size: 12px;
}

#AddressBookPanel
{
	margin:0px 0px 10px 0px;	
}

.ContentBox
{
	margin: 3px 0px 5px 20px;	
	text-align:left;
	background:#fff;
	border: solid 1px #708090;
	padding:10px;
}

#CheckoutTotals
{
	text-align:center;
	background: #f2f2f2;
	border: 1px solid #708090;
	padding:5px;
}

#PlaceOrderCell
{
	padding:5px;
	text-align:center;
	background:#fff;
	border: 1px solid #708090;
}

#CheckoutCoupons, .ControlArea
{
	background:#fff;
	padding:5px;
}

#ProductControls
{
	width: 250px;
}

#CheckoutPayment
{
	background: #f2f2f2;
	border: 1px solid black;
	padding:5px;
	text-align:left;
}

#ProductInfoPriceTd
{
}

#ProductInfoControlTable
{
	white-space:nowrap;
	font-size: 8pt;	
}

#ProductControls
{
	margin-top:20px;
}

#lblSKU
{
    font-size: 10px;
    font-weight: bold;
}

#ProductReviews, #ProductReviewNew
{
	margin: 20px 0px 10px 0px;	
}

#ProductReviews H3
{
	padding-right: 3px;
	background-position: center bottom;
	padding-left: 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	padding-top: 5px;
	text-align: left;
}

#ProductReviews A
{
	font-size: 10px;
}

.ProductReviewRating
{
	font-weight: bold;
	font-size: 10px;
	color: #CC6600;
}

.ProductReview
{
	font-size: 10px;
	margin: 10px 10px 10px 10px;
	padding: 3 3 3 3;
}

.ProductReviewKarma
{
	font-size: 10px;
	color: #000;
	position: relative;
	top: 10px;
	padding: 0 0 10 0;
	
}
.RelatedItemsBlock H3
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	text-align: left;
}

#VolumeDiscounts
{
	margin: 5px;
}

.VolumePricingHeader
{
	font-size: 10px;
	color: #036;
	font-weight: bold;
}

.VolumePricingText
{
	font-size: 10px;
	color: #666;	
	padding: 2 2 2 2;
}

.NewProductBadge
{
	
}
.NewProductBadge IMG
{
	position: relative;
	top: -110;
	left: -35;
}

/* use extra divs to insert custom graphics or elements */
#extraDiv2,#extraDiv3,#extraDiv4,#extraDiv5,#ExtraDiv1,#ExtraDiv6
{
	display:none;
}

/* Error Message Boxes */
.WebPageMessage
{
	width:500px;
	border:solid 1px #000;
	background:#FFF;
	padding:0px;
	margin:5px 0px 5px 0px;
}

.WebPageMessageError, .WebPageMessageWarning, .WebPageMessageInformation, .WebPageMessageQuestion, .WebPageMessageOK
{
	padding: 5px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.WebPageMessageError
{
	background-image: url(WebPageMessageError.gif);
}
.WebPageMessageWarning
{
		background-image: url(WebPageMessageWarning.gif);
}
.WebPageMessageInformation
{
		background-image: url(WebPageMessageInformation.gif);
}
.WebPageMessageQuestion
{
		background-image: url(WebPageMessageQuestion.gif);
}
.WebPageMessageOK
{
		background-image: url(WebPageMessageOK.gif);
}
.WebPageMessage .Message
{
	font-size: 11px;
	margin:0px;
}
/* End Error Message Boxes */

.BlockFooter
{
	background-position: center center;
	background-image: url(line.gif);
	background-repeat: repeat-x;
	margin-top: 7px;
	height: 10px;
}

#categories_list li, #categories_list_toplevel li
{
	padding-top: 3px !important;
}


#categories_list_toplevel
{
	font-weight: bold;	
	margin-left: -10px !important;
}


#categories_list a
{
	font-weight: normal;	
}

#categories_list
{
	list-style-image: url(categories_bullet.gif);
}

#service_menu
{
	list-style-image: url(bullet.gif);
}

#my_account_menu
{
	list-style-image: url(bullet.gif);
}

#mini_cart_table
{
	width: 215px;
}

.mini_cart_total_td
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border-top-style: dashed;
	border-top-color: Black;
	border-top-width: 1px;
	
	border-bottom-style: dashed;
	border-bottom-color: Black;
	border-bottom-width: 1px;
}

html
{
    overflow: -moz-scrollbars-vertical;
}
