.inactiveSearchButton {
	color: #353030 !important;
	font-style: italic;
	text-decoration: underline;
}
#normalSearchButton, #fullSearchButton {
	font-weight: bold;
	color: #9d9d9d;
	cursor: pointer;
	font-size: 15px;
}
.longSelect, .shortSelect {
	padding: 2px;
	margin: 0;
}
.longSelect {
	width: 240px;
}
.shortSelect {
	width: 100px;
}
.sCCHead {
	margin: -10px 0 15px 0;
}
.sCCLine {
	margin: 0 10px;
	font-size: 16px;
}
.sCCTbl {
	width: 100%;
	display: table;
	margin-bottom: 10px;
}
#fullSearch0 {
	display: table-cell;
	vertical-align: top;
	width: 320px;
	padding-right: 15px;
}

#fullSearch0 div {
	width: 320px;
	padding-bottom: 10px;
}
#fullSearch0 div span:first-child, #fullSearch1 div span:first-child {
	width: 80px;
	display: inline-block;
	vertical-align: top;
}
#fullSearch0 div span:last-child {
	width: 240px;
	display: inline-block;
}
#fullSearch1 div {
	width: 270px;
	padding-bottom: 10px;
}
#fullSearch1 div span:first-child {
	padding-right: 10px;
}
#fullSearch1 div span:last-child {
	width: 160px;
	display: inline-block;
}
#fullSearch1, #fullSearch2, #fullSearch3 {
	display: none;
	vertical-align: top;
}
#fullSearch1 {
	width: 270px;
	padding-right: 15px;
}
#fullSearch2 {
	width: 190px;
	padding-right: 10px;
}
#fullSearch3 {
	width: 190px;
	padding-right: 15px;
}
#fullSearch2 div:first-child, #fullSearch3 div:first-child {
	width: 190px;
}

#product-table tr.green-valid-row {
	background: #e2ffd9;
}
#product-table tr.green-valid-alternate-row {
	background: #ecffe6;
}

#product-table tr.yellow-valid-row {
	background: #fffdd9;
}
#product-table tr.yellow-valid-alternate-row {
	background: #fffee3;
}

#product-table tr.red-valid-row {
	background: #ffe6e6;
}
#product-table tr.red-valid-alternate-row {
	background: #ffebeb;
}

#customForm #fullSearch0{
width: 240px;
}

 #customForm #fullSearch2  {
	width: 250px;
}

#customForm #fullSearch0 div, #customForm #fullSearch2 div {
width: 240px;
padding-bottom: 10px;
}

#customForm #fullSearch0 div .shortSelect, #customForm #fullSearch2 div .shortSelect {
	width: 150px;
}

#customForm #fullSearch0 div span:last-child, #customForm #fullSearch2 div span:last-child {
	width: 150px; 
	display: inline-block;
	
}


#customForm #fullSearch1 {
	width: 280px;
}

#customForm #fullSearch2 div span:first-child{
    width: 80px;
    display: inline-block;
    vertical-align: top;
}

#topAction {
padding-top: 7px;
position: relative;
}

.switcher {
	display: inline-block;
position: absolute;
top: 17px;
left: 150px; 
display: none;
}

.switcher ul {
	float: left;
}

.switcher > span {
	float: left;
	margin-right: 10px;
}

.switcher ul li {
	display: inline;
    margin-right: 5px;
	background: #f4f2b0;
	padding: 6px;
	cursor: pointer;
	border-radius: 3px;
}

.switcher ul li.active {
	background: #5A5A5A;
	cursor: default;
}

.switcher ul li span {
	padding: 7px;
}

.switcher ul li.active {
	font-weight: bold;
	color: white;
}

.sCCTbl {
	position: relative;
}
 

.range-price-wrap {
	    position: absolute;
    width: 150px;
    bottom: 10px;
    right: 280px;
}

.range-price-wrap > span:first-child {
	font-weight: bolder;
    position: absolute;
    top: -5px;
}


.cvv2 #fullSearch1, .cvv2 #fullSearch2,.cvv2 #fullSearch3 {
	display: table-cell;
}



