/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
/* ##################### FORM SECTION  #####################*/	
form{}

/*Border that goes around some forms*/
fieldset{border:0px;padding-bottom: 0}

/* Input Field */
input{border:1px solid #CCCCCC; background-color: #FFFFFF; width: 140px; height: 16px; color: #999999; font-weight: bold; padding: 2px; margin: 3px 0 3px 0 }
input.form{width: 20px;background-color: transparent; border: none}

input.scp_atc, input.button{border:1px solid #CCCCCC; background-color: #EDEDED; width: auto; height: auto; color: #999999; font-weight: bold; padding: 2px; margin: 3px 0 3px 0; cursor: pointer;  }
input:hover.scp_atc, input:hover.button{border:1px solid #CCCCCC; background-color: #CCCCCC; width: auto; height: auto; color: #999999; font-weight: bold; padding: 2px; margin: 3px 0 3px 0 ;cursor: pointer}

input.btnchange, input.btnremove, input.btncshopping, input.btnemptycart, input.btnorder, input.btnconfirm{border:1px solid #CCCCCC; background-color: #EDEDED; width: auto; height: auto; color: #999999; font-weight: bold; padding: 2px; margin: -5px 3px 22px 0px; cursor: pointer;}
input:hover.btnchange, input:hover.btnremove, input:hover.btncshopping, input:hover.btnemptycart, input:hover.btnorder, , input:hover.btnconfirm{border:1px solid #CCCCCC; background-color: #CCCCCC; width: auto; height: auto; color: #999999; font-weight: bold; padding: 2px; margin: -5px 3px 22px 0px; ;cursor: pointer; }
input.btnshowcart{border:1px solid #CCCCCC; background-color: #EDEDED; width: auto; height: auto; color: #999999; font-weight: bold; padding: 2px; margin: -5px 3px 22px 10px; cursor: pointer;}
input:hover.btnshowcart{border:1px solid #CCCCCC; background-color: #CCCCCC; width: auto; height: auto; color: #999999; font-weight: bold; padding: 2px; margin: -5px 3px 22px 10px; ;cursor: pointer; }

input.sc_edtqty {border:1px solid #CCCCCC; background-color: #FFFFFF; width: 60px; height: 18px; color: #999999; font-weight: bold; padding: 2px; margin: -5px 0 3px;}

.actions_col {
display:inline;
float:left;
height:30px;
margin-top:2px;
padding-left:1px;
padding-top:2px;
margin-right: 5px;
vertical-align:middle;
width:auto;

select.styled {margin-bottom: 3px}
/* Text Area */
.inputbox {margin-bottom: 10px}

/* Text Area */
.text_area {}

/* Pull down menu */
.selectbox {}

/* Submit Button */
.button {border:1px solid #CCCCCC;background-color: #ededed; width: auto; height: 24px; color: #999999; font-weight: bold; cursor: pointer}
.button:hover {border:1px solid #CCCCCC;background-color: #CCCCCC; width: auto; height: 24px; color: #999999; font-weight: bold; cursor: pointer}


/* Contact Email Form */
.contact_email {}

/*Body of the form*/
.adminform{}
/* ##################### END FORM SECTION  ##################### */	

#roksearch_search_str {
width: 190px;
}