

.cspErrorMsg {
    color: red;
    font-weight: bold;
}
.cspSuccessMsg {
    color: green;
    font-weight: bold;
}
.cspInputError {
    border: 2px red solid !important;
}
.toeUpdateQtyButtonsWrapper {float:left; margin:4px 0 0 -22px;}
    
.toeIncDecButton {
    width: 8px;
    height: 7px;
    background: url(/wp-content/plugins/coming-soon-maintenance-mode-ready/img/toeincdec.png) top right no-repeat;
    
    
    text-decoration:none;
    cursor: pointer;
    
    
    text-indent: -9999px;
}
.toeIncButton {
    margin-bottom:5px;
    background-position: top left;
}

#wp-admin-bar-comingsoon a {
    background-color: #FF4444;
    color: #FFFFFF;
}
#wp-admin-bar-comingsoon a:hover, #wp-admin-bar-comingsoon a:focus {
	background-color: #FF3333 !important;
	background-image: none !important;
}
.toePagingElement {
    padding: 10px;
}
.cspStatusIndicator {
    width: 32px;
    height: 32px;
}
.cspStatusIndicator.active {
    background: url(/wp-content/plugins/coming-soon-maintenance-mode-ready/img/active.png) center center no-repeat !important;
}
.cspStatusIndicator.disabled {
    background: url(/wp-content/plugins/coming-soon-maintenance-mode-ready/img/disabled.png) center center no-repeat !important;
}
.cspTblRow:hover {
    background-color: yellowgreen;
}
.cspTblHeader {
    font-weight: bold;
}
.cspTblHeader td {
    border-bottom: 1px solid black;
}

.cspOptTip {
    float: right;
    margin-top:5px;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    background: url(/wp-content/plugins/coming-soon-maintenance-mode-ready/img/tip.png) no-repeat !important;
}
#cspOptDescription {
    position: fixed;
    z-index: 10010;
    display: none;
    padding:8px;
    border:3px solid #b9e3f0;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
    background:#E3F4F9;
    font-size:12px;
}
.cspHidden {
    display: none;
}

.cspSocIconsLinks a {
	text-decoration: none;
}