﻿/*
'=====================================================
' Project:      SeifertSuperSample.com
' Programmers:  Derek Souers / Peter Tran / Chris Jackson / Jeff Beck / John Rose / Randal Clapper
' File:         styles.css
' Description:  
' Created:		10/08/09
' Last Updated: 11/03/10
'=====================================================
*/
body
{
    margin: 0px;
	padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
	background-color: #003366;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
}

body.PRINT
{ 
    margin: 15px;
    color: Black;
    background-color: white; 
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;	
   	font-weight: bold;
}
h1 {
   	font-size: 20px;
   	margin-top: 0;
   	margin-bottom: 6px;
}
h2 {
    font-size: 18px;
   	margin-top: 0;
   	margin-bottom: 6px;
}		
h3 {
   	font-size: 18px;
   	margin-top: 0;
   	margin-bottom: 4px;
}	
h4 {
   	font-size: 16px;
   	margin-top: 0;
   	margin-bottom: 4px;
}	
h5 {
   	font-size: 12px;
   	margin-top: 0;
   	margin-bottom: 4px;
}	
h6 {
   	font-size: 10px;
   	margin-top: 0;
   	margin-bottom: 2px;
}

tr
{
    vertical-align: top;
}

img
{
    border: none;
}

/* Customized per site */
.NoDisplay
{
	display: none;
}

.ErrorMessage
{
    background-color: White;
    font-weight:bold;
    color: Red;
}

.CenteredImage
{
    text-align:center;
    display:block;
}

.CenteredContainedImage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

/* SSSW */
a.ssswClickableBtn
{
	cursor: pointer;
	text-decoration: none;
}

.ssswPage
{
    background-color: White;
    border: 0px;
    margin: 16px 0px 16px 0px;
    padding: 16px 16px 16px 16px;
}

.ssswPageHeader
{
    font-weight:bold;
    font-size:20px;
}

.ssswAccountNav
{
    text-align:center;
}

.ssswFooter
{
	background-color: White;
}

.ssswHeaderCell
{
	background-color: #f2f2f2;
    text-align:left;
    vertical-align:middle;
    font-weight:bold;
    padding-left:8px;
    padding-right:8px;
}

.ssswBodyContent
{
    font-size: 10pt;
}

.ssswButton
{
	cursor: pointer;
}

a.ssswButtonLink:link
{
    text-align: center;
    color: White;
    font-weight: bolder;
    text-decoration: none;
    background-color: #719E31;
    border: outset 4px gray;
    padding: 4px;
}

a.ssswButtonLink:visited 
{
    text-align: center;
    color: White;
    font-weight: bolder;
    text-decoration: none;
    background-color: #719E31;
    border: outset 4px gray;
    padding: 4px;
}

a.ssswButtonLink:hover 
{
    text-align: center;
    color: Black;
    font-weight: bolder;
    text-decoration: none;
    background-color: #D8E98F;
    border: inset 4px gray;
    padding: 4px;
}

.ssswContentTable
{
    clear: both;
    width: 650px;
    border-collapse: separate;
}

td.ssswContentTable
{
	border-spacing: 0px;
	padding: 4px;
}

.ssswContentCell
{
    text-align:left;
}

.ssswFormLabel
{
    text-align:right;
}

.ssswFormControl
{
    text-align:left;
}

/* Product */
.ssswProductTitle
{
	font-weight: bolder;
}

.ssswProductInfoTable
{
	 border: 0px;
}

.ssswProductInfoTableLabel
{
    text-align:right;
    font-weight: bold;
}

.ssswProductInfoTableValue
{
    text-align:left;
}

/* Images */
.ssswImageAccount
{
    background-image: url('images/i_account.png'); 
    background-repeat: no-repeat;
    background-color: transparent;
    /*width: 85px;21px;*/
    height: 21px;
    display: inline-block;
    padding-left:20px;
    margin-right:10px;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageAddToCart
{
	background-image: url('images/buttons/add_to_cart_small.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 93px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageAddToFavorites
{
	background-image: url('images/buttons/add_to_favorites.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 140px;
    height: 31px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageAddToWishlist
{
	background-image: url('images/buttons/add_to_wishlist.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 140px;
    height: 31px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageArrowRight
{
	background-image: url('images/buttons/arrow_right.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 19px;
    height: 8px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageArrowMarkerBlack
{
	background-image: url('images/icons/arrow_marker_black.png'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 6px;
    height: 6px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageArrowMarkerBlue
{
	background-image: url('images/icons/arrow_marker_blue.png'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 6px;
    height: 6px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageCart
{
    background-image: url('images/i_view_cart.png'); 
    background-repeat: no-repeat;
    background-color: transparent;
    /*width: 85px;21px;*/
    height: 21px;
    display: inline-block;
    padding-left:20px;
    margin-right:10px;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageCloseButton
{
	background-image: url('images/buttons/close_label.gif');
    background-repeat: no-repeat;
    background-color: transparent;
	display: inline-block;
	width: 66px;
    height: 22px;
	cursor: pointer;
	text-decoration: none;
}

.ssswImageCommentIcon
{
	background-image: url('images/icons/comment.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageCompanyLogo
{
    background-image: url('images/logo.jpg');  /*upper level content folder*/
    /*'content/images/panel/mid_grey_pane.jpg');*/ /*root level content folder*/
    background-repeat: no-repeat;
    background-color: transparent;
    width: 175px;
    height: 90px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageEmailIcon
{
	background-image: url('images/icons/email.gif'); 
    background-repeat: no-repeat;
    background-color: white;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    position:relative;
    top: -3px;
    border: 1px solid white;
}

.ssswImageFavorites
{
    background-image: url('images/i_favorites.png'); 
    background-repeat: no-repeat;
    background-color: transparent;
    /*width: 100px;21px;*/
    height: 21px;
    display: inline-block;
    padding-left:20px;
    margin-right:10px;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageFeedback
{
    background-image: url('images/i_feedback.png'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100px;/*21px;*/
    height: 21px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageEnlargePhoto
{
    background-image: url('images/buttons/enlarge_photo.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 130px;
    height: 30px;
    display: inline-block;
    padding-left:20px;
    margin-right:10px;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageHome
{
    background-image: url('images/i_home.png');
    background-repeat: no-repeat;
    background-color: transparent;
    /*width: 60px;19px;*/
    height: 22px;
    display: inline-block;
    padding-left:20px;
    margin-right:10px;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageCloseButton
{
	background-image: url('images/buttons/close_gif.gif');
    background-repeat: no-repeat;
    background-color: transparent;
	display: inline-block;
	width: 66px;
    height: 22px;
	cursor: pointer;
	text-decoration: none;
}

.ssswTestimonial
{
    position: relative;
    float:left;
    vertical-align:bottom;
    font-size: 12pt;
}

.ssswImageQuoteLeftBig
{
	background-image: url('images/icons/big_black_left_quote.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    width: 25px;
    height: 35px;
    text-decoration: none;
    top: -8px;
}

.ssswImageQuoteRightBig
{
	background-image: url('images/icons/big_black_right_quote.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-decoration: none;
}

.ssswImageAltQuoteLeftBig
{
	background-image: url('images/icons/big_blue_left_quote.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    width: 25px;
    height: 35px;
    text-decoration: none;
}

.ssswImageAltQuoteRightBig
{
	background-image: url('images/icons/big_blue_right_quote.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    width: 20px;
    height: 15px;
    text-decoration: none;
}


.ssswImageJoinEmailList
{
    background-image: url('images/buttons/join_email_list.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 147px;
    height: 33px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageLoadingProgress
{
    background-image: url('images/loading_progress.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-decoration: none;
}


.ssswImageNavFirst
{
	background-image: url('images/icons/nav_first.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    text-decoration: none;
}


.ssswImageNavBack
{
	background-image: url('images/icons/nav_back.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    text-decoration: none;
}


.ssswImageNavNext
{
	background-image: url('images/icons/nav_next.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    text-decoration: none;
}


.ssswImageNavLast
{
	background-image: url('images/icons/nav_last.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    text-decoration: none;
}


.ssswImageNavNoFirst
{
	background-image: url('images/icons/nav_first_d.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    text-decoration: none;
}


.ssswImageNavNoBack
{
	background-image: url('images/icons/nav_back_d.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    text-decoration: none;
}


.ssswImageNavNoNext
{
	background-image: url('images/icons/nav_next_d.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    text-decoration: none;
}


.ssswImageNavNoLast
{
	background-image: url('images/icons/nav_last_d.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    text-decoration: none;
}


.ssswImageNewIcon
{
	background-image: url('images/icons/new.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 34px;
    height: 12px;
    display: inline-block;
    text-decoration: none;
}

.ssswImageNoImage
{
	background-image: url('images/icons/no_image.jpg'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImagePaypalIcon
{
	background-image: url('images/icons/paypal_logo.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 50px;
    height: 33px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageFacebookIcon
{
	background-image: url('images/icons/facebook.png'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 64px;
    height: 64px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageTwitterIcon
{
	background-image: url('images/icons/twitter.png'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 64px;
    height: 64px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImagePrintIcon
{
	background-image: url('images/icons/printer.gif'); 
    background-repeat: no-repeat;
    background-color: white;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    position:relative;
    top: -2px;
}

.ssswImagePrint
{
	background-image: url('images/buttons/print.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 150px;
    height: 31px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageQuestion
{
    background-image: url('images/icons/question.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageQuickOrder
{
    background-image: url('images/buttons/quick_order.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 147px;
    height: 26px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageRemoveDelete
{
    background-image: url('images/icons/remove_delete.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}


.ssswImageSendToFriend
{
	background-image: url('images/buttons/send_to_friend.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 153px;
    height: 31px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}


.ssswImageSearch
{
	background-image: url('images/buttons/search.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}


.ssswImageShareIcon
{
	background-image: url('images/icons/share.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 125px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageSitemap
{
    background-image: url('images/i_sitemap.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    /*1width: 80px;9px;*/
    height: 16px;
    display: inline-block;
    vertical-align:bottom;
    padding-left:20px;
    margin-right:10px;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageReadMore
{
	background-image: url('images/buttons/read_more.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
    width: 82px;
    height: 17px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageReturnToTop
{
    background-image: url('images/icons/return_to_top.gif'); /*lower level content folder*/
    background-repeat: no-repeat;
    background-color: white;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageWishlist
{
    background-image: url('images/i_wishlist.png'); 
    background-repeat: no-repeat;
    background-color: transparent;
    /*width: 100px;21px;*/
    height: 21px;
    display: inline-block;
    padding-left:20px;
    margin-right:10px;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageViewCustomize
{
	background-image: url('images/buttons/view_customize_small.gif'); 
    background-repeat: no-repeat;
    background-color: transparent;
	width: 93px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
}

.ssswImageTracking
{
    background-image: url('images/i_tracking.png'); 
    background-repeat: no-repeat;
    background-color: transparent;
    /*width: 100px;21px;*/
    height: 21px;
    display: inline-block;
    padding-left:30px;
    margin-right:10px;
    cursor: pointer;
    text-decoration: none;
}


/* Custom Controls */
.ssswProductResultsContainer
{
	width: 200px;
	height: 300px;
	position:relative; float:left;
}

.ssswProductResultsImage
{
    width: 179px;
    padding-top: 2px;
    margin-left: 0 auto; margin-right: 0 auto; width: 100%;
}

.ssswProductResultsTitle
{
    height: 38px; 
    display: block; 
    font-weight: bolder;
    font-size: small;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    text-decoration: underline;
}

.ssswImageContainer
{
	width: 105px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	vertical-align: bottom;
}

.ssswImageContainer img
{
	text-align: center;
	vertical-align: bottom;
    display: block;
}

.ssswCartTable
{
    border: solid 1px #F0F0F0;
}

.ssswCartHeader
{
    font-weight: bold;
    border-bottom: solid 1px black;
    background-color: #F0F0F0;
    height: 20px;
}

.ssswCartTableRow
{
    background-color: White;
}

.ssswCartTableAltRow
{
    background-color: #F4F4F4;
}

.ssswCartFooter
{
   
}
    
.ssswTopMenuLeft
{
    background-image: url('images/menus/m_left_dkblue.jpg');
    background-repeat: no-repeat;
    background-position: left;
    width: 5px;
    height: 28px;
    display: inline-block;
    text-align:center;
    position: relative;
    left:5px;
}

.ssswTopMenuRight
{
    background-image: url('images/menus/m_right_dkblue.jpg');
    background-repeat: no-repeat;
    background-position: left;
    width: 9px;
    height: 28px;
    position: relative;
}

.ssswImageTopMenuMain
{
    background-image: url('images/menus/m_main_dkblue_bkg.jpg');
    background-repeat: repeat-x;
    text-align: center;
}

.ssswTopMenuDivider
{
    background-image: url('images/menus/m_divider.jpg');
    background-repeat: repeat-x;
    background-color: transparent;
    width: 2px;
    height: 28px;
    display: inline-block;
}

.ssswTopMenuLink
{
	color:White;
	font-weight:bold;
	text-decoration: none;
}

.ssswTopMenuLink a:link
{
	color:White;
	font-weight:bold;
	text-decoration: none;
}

.ssswTopMenuLink a:visited
{
	color:White;
	font-weight:bold;
	text-decoration: none;
}

.ssswTopMenuLink a:hover
{
	color:White;
	font-weight:bold;
	text-decoration: none;
}

.ssswTopMenuLink a:active
{
	color:White;
	font-weight:bold;
	text-decoration: none;
}

.ssswQuantity
{
	width:64px;
}

.ssswBreadCrumbs a:link
{
    color: #007BCB;
}

.ssswBreadCrumbs a:visited
{
    color: #007BCB;
}

.ssswBreadCrumbs a:hover
{
    color: #007BCB;
}

.ssswBreadCrumbs a:active
{
    color: #007BCB;
}

.ssswBreadCrumbsSeparator
{
}

.ssswBreadCrumbCurrentNode
{
}

.ssswHyperlinks
{
    vertical-align: bottom;
}

.ssswGrayBottomLeft
{
    background-image: url('images/design/b_l_corner_grey.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 9px;
    height: 8px;
    display: inline-block;
    vertical-align: bottom
}

.ssswGrayBottomRight
{
    background-image: url('images/design/b_r_corner_grey.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 9px;
    height: 8px;
    display: inline-block;
    vertical-align: bottom
}

.ssswSitePanelHeader
{
    background-image: url('images/panel/mid_grey_pane.jpg');
    background-repeat: repeat-x;
    height: 31px;
    background-color: #2b9bda;
}

.ssswSitePanelHeaderLeft
{
    background-image: url('images/panel/left_grey_pane.jpg'); 
    width: 10px;
    height: 31px;
    background-color: transparent;
}

.ssswSitePanelHeaderRight
{
    background-image: url('images/panel/right_grey_pane.jpg');
    width: 10px;
    height: 31px;
    background-color: transparent;
}

.ssswSitePanelHeaderTitle
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.ssswSitePanelContent
{
    font-size: 11px;
    background-color: #e5e5e5;
}

.ssswProductAttributes
{
	padding: 0;
	margin: 0;
	border: 2px;
	font-family: "Arial, Helvetica, sans-serif";
	text-align:left;
	white-space:pre-wrap;
	border-collapse:separate;
}

.ssswProductAttributes tr.normal
{
	color: black;
	background-color: #ffffff;	
	vertical-align: middle;
	text-align: left;
	height: 20px;
}

.ssswProductAttributes tr.alternate
{
	color: black;
	background-color: #f3f5fd;	
	vertical-align: middle;
	text-align: left;
	height: 20px;
}

.ssswProductAttributes tr.normal:hover, .ssswProductAttributes tr.alternate:hover
{
	background-color: #ededef;
	color: black;	
	text-align: left;
	height: 20px;
}

.ssswProductAttributesBold
{
	font-weight:bold;
	font-size:110%;
}

.ssswProductAttributesNormal
{
	font-size:110%;	
}

.ssswCategoryResultBox
{
	background-color: #E5E5E5;
}

.ssswCategoryResultBoxHeader
{
	height: 30px;
	background-image: url('images/design/category_result_header.jpg');
	line-height:24px;
}

.ssswCategoryResultBoxContent
{
	height: 140px;
	background-color: #FFFFFF;
}


/* ****************** RatingStar ****************** */
.ssswRatingStar
{
	white-space:nowrap;
	height:14px;
}
.ssswRatingStar .ssswRatingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ssswRatingFilled {
    background-image: url('images/icons/rating_star_filled.gif');
}
.ssswRatingEmpty {
    background-image: url('images/icons/rating_star_empty.gif');
}
.ssswRatingSaved {
    background-image: url('images/icons/rating_star_saved.gif');
}

/* ****************** Gauge ****************** */
.ssswRatingGauge
{
	white-space:nowrap;
    font-size: 0pt;
	width:122px;
	height:12px;
	padding:1px 0 1px 1px;
	margin:1em;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url('images/icons/rating_gauge.png');
}
.ssswRatingGauge .ssswRatingItem {
    font-size:0pt;
    width:20px;
    height:8px;
    margin:0;
    padding:0;
    display:block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ssswRatingGauge .Filled {
    background-color:transparent;
}
.ssswRatingGauge .Empty {
    background-color:#ff0;
}
.ssswRatingGauge .Saved {
    background-color:#f00;
}

/* ****************** Thermometer ****************** */
.ssswRatingThermometer 
{
	white-space:nowrap;
	width:220px;
	height:0px;
	padding:26px 20px 20px 16px;
	margin:1em;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url('images/icons/rating_thermometer2.png');
}
.ssswRatingThermometer .ssswRatingItem {
    font-size: 0pt;
    width: 10px;
    height: 8px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ssswRatingThermometer .Filled {
    background-image: url('images/icons/rating_filled.png');
}
.ssswRatingThermometer .Empty {
    background-image: url('images/icons/rating_empty.png');
}
.ssswRatingThermometer .Saved {
    background-image: url('images/icons/rating_saved.png');
}

.ssswAlphaNumericList
{
	width: 100%;
}

tr.ssswAlphaNumericList
{
	vertical-align: top;
}

td.ssswAlphaNumericList
{
	text-align:left;
}
            

/* ****************** Customizations per site ****************** */
a.subNavLevelOne:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #0D6297;
	text-decoration: none;
}
a.subNavLevelOne:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
a.subNavLevelOne:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #0D6297;
	text-decoration: none;
}
a.subNavLevelTwo:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
a.subNavLevelTwo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: underline;
}
a.subNavLevelTwo:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}

.addthis_toolbox .custom_images a
{
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    color: #354D73;
    text-decoration: none;
    font-size: 8pt;
}

.addthis_toolbox .custom_images a:hover img
{    
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}

.addthis_button
{
    position: relative;
    top: 2px;
}


a.addthis_button_email 
{
    font-weight: bold;
}

a.addthis_button_twitter:hover  
{
    text-decoration: underline;
    font-weight: bold;
}

a.addthis_button_compact:hover 
{
    text-decoration: underline;
    font-weight: bold;
}

a.addthis_button_email:hover 
{
    text-decoration: underline;
    font-weight: bold;
}

a.addthis_button_favorites
{
    font-weight: bold;
}

a.addthis_button_favorites:hover
{
    text-decoration: underline;
    font-weight: bold;
}

.custom_images span
{
	float:left;
}


/* Accordion */
.categoryBox
{
	margin:auto;
	text-align:left;
	color:#000000;
	background-color: #e5e5e5;
	font-size:10pt;
}

.accordionHeader
{
   margin:auto;
   padding-left:10px;
    text-decoration:none;
    display: block;
    width:220px;
    color:#000000;
    background-color:#e5e5e5;
    
}

.accordionHeader:hover
{
    background-color:#c6cfe7;
    color:#000000;
}

.accordionHeader a
{
	text-decoration:none;
    color:#000000;
}
 
.accordionContent
{
    margin:1px;
    text-decoration:none;
    display: block;
    color:#000000;
    font-size:9pt;
    width:231px;
}

.accordionContent ul
{
    padding:0px;
    margin:0px;
    background-color: transparent;
}

.accordionContent li
{
    list-style:none;
    padding-left:35px;
    margin-left:0px;
    background-color: transparent;
}

.accordionContent li:hover
{	
	text-decoration:none;
	color:#ffffff;
	background-color:#c6cfe7;/*#7B7D7B;*/
}

.accordionContent ul li a:link, .accordionContent ul li a:visited, .accordionContent ul li a:active
{
	text-decoration: none;
    width: 200px;
    color: #333333;
}

.readon
{
    line-height: 14pt;
}


.EditablePagePlaceHolder
{
    border: 1px dashed #666666;
    background-color: #ffffe0; 
    padding:8px;
}

.EditablePanelPlaceHolder
{
    border: 1px solid #666666;
    background-color: #ffffe0; 
    padding:8px; 
}
