@charset "utf-8";

/*-----------------------FORMS-------------------------*/
/*search form*/
#search label {
	float:left;
	width:80px;
	height:20px;	
	padding:1px 5px 0 0;
	color:#fc0;
	font-size:0.8em;
	font-weight:bold;
	text-align:right;
	text-transform:none;
}
#search input {
	float:left;
	width:186px;
	height:17px;
	padding:2px;
	border:1px solid #A5CD39;
	background:#fff url(../images/searchbar_bg.jpg) top left no-repeat;
	font-size:0.8em;
	font-weight:bold;	
}
#search input:hover {
	border:1px solid #fc0;
	background:#fffurl(../images/search_bg_o.jpg) top left no-repeat;
	
}
#search input:focus, #search input.active {
	border:1px solid #fc0;
	background:#fff url(../images/search_bg_f.gif) top left repeat-x;
	
}
a.search, a.search:visited,
a.search_disabled, a.search_disbled:visited {
	display:block;
	float:left;
	width:24px;
	height:24px;
	margin-top:-1px;
	background:url(../images/go.jpg) top left no-repeat;
}
a.search_disabled, a.search_disbled:visited, a.search_disbled:hover {
	background:url(../images/go_disabled.jpg) top left no-repeat;
}
a.search:hover {
	background-position:bottom left;	
}

.req {
	color:#c00;
	font-size:1.2em;
}
.formframe {
	padding:10px 0px;
	width:483px;
}
form {
	display:inline;
}
label {
	display:block;
	float:left;
	width:120px;
	padding:3px 4px 0 0;	
	text-align:right;
	font-size:0.9em;
	font-weight:bold;
}
.explanation {
	font-size:0.85em;
	padding:0 0 20px 125px;
}
select {
	border:1px #c1d898 solid;
	letter-spacing:normal;
	padding:1px;
}
input.finput {
	width:200px;
	height:auto;
	padding:2px;
	background:#fff url(../images/finput_bg.gif) top left repeat-x;
	border:1px #c1d898 solid;
	font-weight:bold;	
}
input.finput:hover {
	height:auto;
	background:#fff  url(../images/finput_bg_o.gif) top left repeat-x;
	border:1px #a7c66c solid;
}
input.mali {
	float:left;
	width:20px;
	margin-left:10px;
	text-align:right;
}
input.finput:focus {
	height:auto;
	background-image:none;
	border:1px #690 solid;
}
#signup input.finput {
	width:170px;
}
textarea.finput {
	width:290px;
	height:200px;
	padding:2px;
	background:#fff url(../images/finput_bg.gif) top left repeat-x;
	border:1px #c1d898 solid;
	font-size:0.9em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;	
}
textarea.finput:hover {
	background:#fff  url(../images/finput_bg_o.gif) top left repeat-x;
	border:1px #a7c66c solid;
}
textarea.finput:focus {
	background-image:none;
	border:1px #690 solid;
}

fieldset {
	border:1px solid #A7C66C;
	background-color:#e2f4ce;
}
fieldset.acceptrules {
	 padding-top:10px;
	 height:20px;
}
legend {
	text-transform:uppercase;
	border:1px solid #A7C66C;
	background-color:#e2f4ce;
	padding:5px;
	font-size:0.7em;
	color:#333;
	letter-spacing:1px;
}
fieldset.submit {
	border:none;
	background:none;
	padding:10px 0 20px 146px;
}
fieldset.word_verification {
	background-color:#ffc;
	padding-bottom:10px;
}
ol.formlist {
	list-style: none;
 	margin:10px;
	padding:0;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 2px;
	margin:0;
	line-height:normal;
}
.msg {
	background-color:#ffc;
	border:1px solid #fc3;
	padding:5px;
	width:470px;
}
.msg h3{
	font-size:0.9em;
	border-bottom:1px solid #fc3;
	margin:0;
	padding:4px 4px 4px 0px;
}
.msg p {
}
#cart_msg_box {
	width:auto;
	margin-bottom:15px;
}
a.button, a.button:visited, 
a.button_disabled, a.button_disabled:visited, a.button_disabled:hover {
	display:block;
	float:left;
	width:70px;
	height:21px;
	padding:5px 0 0 0;
	background:#690 url(../images/button.gif) top left repeat-x;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	margin-right:2px;
	font-size:0.8em;
}

a.button_disabled, a.button_disabled:visited, a.button_disabled:hover {
	background-color:#be9256;
	color:#C2A88D;
	border:1px solid #C2A88D;
}
a.button:hover {
	background-position:bottom center;
	text-decoration:none !important;
	color:#fff;
}
a.mini, a.mini:visited, a.mini:hover {
	width:20px;
	height:21px;
	margin:0px 0px 0px 2px;
	padding:1px 0 0 0;
	font-size:14px;
}
.checkout_buttons {
	width:190px;
	margin:0 auto;
	padding:10px;
}

.sidelogin {
	width:220px;
	height:142px;
	margin:5px;
	background-color:#d0e39d;
}
.sidelogin h3 {
	margin:0;
	padding:5px;
	background:#690 url(../images/tnav_button.gif) bottom left repeat-x;
	color:#fff;
	text-align:center;
}
.sidelogin label {
	width:60px;
}
.sidelogin input.finput {
	width:120px;
}

.formlistdisabled label {
	opacity:0.4;
	-filter:alpha(opacity:40)
}
.formlistdisabled input , .formlistdisabled input:focus, .formlistdisabled input:hover{
	background:#fff url(../images/finput_bg.gif) top left repeat-x;
	border:1px #c1d898 solid;
	opacity:0.4;
	-filter:alpha(opacity:40)
}

input.disabled , select.disabled {
	opacity:0.4;
	-filter:alpha(opacity:40)
}

