/*
Theme Name: Standard
Theme URI: http://readyshoppingcart.com/
Author: Ecommerce plugin Creators
Author URI: http://readyshoppingcart.com/
Description: This is a default theme to our plugin
Version: 1.0
*/

.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("../img/toeIncDec.png") top right no-repeat;
    /*overflow: hidden;*/
    /*display:block;*/
    text-decoration:none;
    cursor: pointer;
    /*margin: 0 0 0 5px;*/
    /*text-align: center;*/
    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("../img/active.png") center center no-repeat !important;
}
.cspStatusIndicator.disabled {
    background: url("../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("../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;
}