/**
 * ALL CUSTOMIZATONS TO CSS GO HERE.
 * This file is loaded last so all selectors in other CSS files are overridden here.
 */

/*
#menu {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 10px;
	margin-top: -25px;
	z-index: 99;
}

#menu table td {
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu ul {
	list-style: none outside none;
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline;
    font-weight: bold;
	padding-left: 5px;
    padding-right: 8px;
    background: none repeat scroll 0 0 transparent;
}

#menu a {
	color: tan;
	font-size: 13px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;	
}
*/

/*
body {
	font-family: Geneva, verdana, helvetica, tahoma, Arial, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
}
*/

/*
h1 { font-size: 22px; font-weight: bold }
h2 { font-size: 18px; font-weight: bold }
h3 { font-size: 14px; font-weight: bold }
h4 { font-size: 13px; font-weight: bold }
*/

th, td.regularheader {
	background-color: #525152; 
	color: #ffffff; 
}

#srvletarea td { padding: 3px 4px 3px 4px; } 
#srvletarea th { padding: 3px 4px 3px 4px; } 

#srvletarea.srvletpopup td { padding: 5px; }

#srvletarea #adpage table.catalogTable td, #srvletarea #adpage table.catalogTable th {
	font-size: 11px;
}

#srvletarea p, #srvletarea td, #srvletarea th, #srvletarea li {
	font-size: 11pt;
}

/****************************************************************
 * 	jQuery related styles                                    		
 ****************************************************************/

#srvletarea textarea, #srvletarea input[type=text], #srvletarea input[type=password], #srvletarea input[type=number] {
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
 	padding: 3px;
	border: 1px solid #ccc;
}

#srvletarea input[type=button], #srvletarea input[type=submit], #srvletarea input[type=reset] {
    font-size: 15px;
    padding: .4em .6em;
}

.selfServeMenu-button::after,
.selfServeMenu-button * {
	color: white;
}

body:not(.ppro-login-page) .header-layout-branding-center-nav-center .header-actions--right {
	max-width: none;
	flex: 0 0 75%;
}
body:not(.ppro-login-page) .header-layout-branding-center-nav-center .header-title-nav-wrapper {
	flex: 0 0 25%;
	margin: 0 auto 0 0;
}
body:not(.ppro-login-page) .page-section.section-height--small:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
	min-height: 0;
}
.tweak-fixed-header:not(.sqs-edit-mode-active):not(.sqs-site-styles-active) .header {
	position: absolute;
}
body:not(.ppro-login-page) .header-display-desktop {
	background-color: rgba(0,0,0,.8);
}
body:not(.ppro-login-page) .page-section:not(.full-bleed-section)>.content-wrapper {
	padding: 0;
	margin: 0;
	max-width: none;
}
body:not(.ppro-login-page) #footer-sections {
	margin: 0 2vw;
}

.cart-wrapper {
	color: white;
	font-weight: bold;
}
.cart-wrapper:hover {
	color: #eee;
}
