/*
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 {
	background: url("../img/toeIncDec.png") top right no-repeat;
	cursor: pointer;
	height: 7px;
	/*margin: 0 0 0 5px;*/
	/*text-align: center;*/
	text-indent: -9999px;
	width: 8px;
	/*overflow: hidden;*/
	/*display:block;*/
    text-decoration:none;
}
.toeIncButton {
	background-position: top left;
    margin-bottom:5px;
}

#wp-admin-bar-comingsoon a {
	background-color: #FF4444;
	color: #FFFFFF;
}
#wp-admin-bar-comingsoon a:focus {
	background-color: #FF3333 !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 {
    background: url("../img/tip.png") no-repeat !important;
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 3px;
    margin-top:5px;
}
#cspOptDescription {
    padding:8px;
    border:3px solid #b9e3f0;
    background:red;
    font-size:12px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -o-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
    position: fixed;
    z-index: 10010;
    display: none;
}
.cspHidden {
	display: none;
}