input[type=text],
input[type=email],
input[type=password],
textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;	
	border: 1px solid #aaa;
	background: #fff;
	color: #333;
	padding: 8px;
	width: 80%;
	
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wk input[type=file],
.ie input[type=file] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;	
	border: 1px solid #aaa;
	background: #fff;
	color: #333;
	padding: 8px;
	
	box-shadow: 0 0 3px #ccc;
	-ie-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	
	border-radius: 3px;
	-ie-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

input[type=checkbox],
input[type=radio] { outline: none; margin-right: 4px; }

textarea { height: 60px; }

select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;	
	border: 1px solid #aaa;
	background: #fff;
	color: #333;
	padding: 7px;
	width: 80%;
	
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

select.form-multiselect,
.wk select.form-multiselect {
	height: auto;
	overflow: scroll;
}

.wk input[type=text],
.wk input[type=email],
.wk input[type=password] { 
	padding-bottom: 7px;
	position: relative;
}

.wk select { 
	height: 31px;
	position: relative;
	line-height: 26px;
}

input.form-error,
select.form-error,
textarea.form-error {
	border-color: #c00;
	background-color: #f7d9d9;
	text-shadow: 0 1px 0 #fff;
}

.form-xxs { width: 25px !important; }
.form-xs { width: 40px !important; }
.form-ss { width: 75px !important; }
.form-s { width: 80px !important; }
.form-sx { width: 93px !important; }
.form-sm { width: 97px !important; }
.form-m { width: 120px !important; }
.form-l { width: 160px !important; }
.form-xl { width: 93% !important; }

label.form-xs,
label.form-s,
label.form-m,
label.form-l {
	float: left;
	padding: 7px 0;
}

/* dl form */

dl.form { position: relative; }

dl.form dt {
	float: left;
	width: 30%;
	height: 36px;
	clear: both;
}

dl.form dt label {
	display: inline-block;
	padding: 7px 0;
	font-weight: bold;
	color: #333;
}

dl.form dd {
	float: left;
	width: 69%;
	height: 36px;
}

dl.form dd.form-indent {
	clear: both;
	float: none;
	height: auto;
	padding: 6px 0 6px 30%;
}

dl.form .form-auto {
	height: auto;
	padding: 7px 0;
}

dl.form .form-float {
	width: auto;
	padding-right: 10px;
}

dl.form .form-textarea {
	height: auto;
	padding: 0 0 6px;
}

dl.form dt.form-full {
	clear: both;
	float: none;
	width: 100%;
	height: auto;
	padding: 0 0;
}

dl.form dd.form-full {
	clear: both;
	float: none;
	width: 100%;
	height: auto;
	padding: 7px 0;
}

dl.form ul,
dl.form p { margin: 0; }
dl.form ul li {
	margin: 0 0 5px;
	list-style: none;
}

label.form-check {
	display: block;
	position: relative;
	padding-left: 20px;
}

label.form-check input[type=checkbox],
label.form-check input[type=radio] {
	position: absolute;
	left: 0;
	top: 2px;
}

.form-note {
	font-size: 11px;
	color: #666;
}

dt .form-note { display: block; }

div.form-note { padding: 6px 0; }

input[type=submit],
input.button,
button.button,
a.button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;	
	border: 1px solid #ccc;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 #007aa3;
	display: inline-block;
	cursor: pointer;
	padding: 8px;
	width: auto;
	overflow: visible;
	z-index: 5;
	-webkit-appearance: none;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background: #09c;
	background: linear-gradient(#0099cc, #007aa3);
	background: -moz-linear-gradient(top, #0099cc 0%, #007aa3 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099cc), color-stop(100%,#007aa3)); /* webkit */	
	
}

a.button-q {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;	
	border: 1px solid #ccc;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 #007aa3;
	display: inline-block;
	cursor: pointer;
	padding: 8px;
	width: auto;
	overflow: visible;
	z-index: 5;
	-webkit-appearance: none;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background: #416e9b;
	
}

a.button-q:hover { 
	text-shadow: 0 -1px 0 #34587c;
	background: #09c;
	color: #fff;
}


input.button::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}

input[type=submit]:hover,
input.button:hover,
button.button:hover,
a.button:hover { 
	text-shadow: 0 -1px 0 #34587c;
	background: #416e9b;
	color: #fff;
}

input.button-grey,
button.button-grey,
a.button-grey {
	text-shadow: 0 -1px 0 #333;
	
	background: #666;
	background: linear-gradient(#666666, #333333);
	background: -moz-linear-gradient(top, #666666 0%, #333333 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* ie */
}

input.button-grey:hover,
a.button-grey:hover,
input.button-bug:hover,
a.button-bug:hover { background: #666; }

input.button-disabled-order,
button.button-disabled-order,
a.button-disabled-order {
	background: #ccc !important;
	border: 1px solid #ddd !important;
	color: #aaa !important;
	text-shadow: 0 1px 0 #ddd !important;
	cursor: not-allowed !important;

}

input.button-disabled,
button.button-disabled,
a.button-disabled {
	background: #eee !important;
	border: 1px solid #ddd !important;
	color: #ccc !important;
	text-shadow: 0 1px 0 #fff !important;
	cursor: not-allowed !important;

}

input.button-red,
a.button-red {
	text-shadow: 0 -1px 0 #900;
	
	background: #c00;
	background: linear-gradient(#cc0000, #990000);
	background: -moz-linear-gradient(top, #cc0000 0%, #990000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#990000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#990000',GradientType=0 ); /* ie */
}

input.button-red:hover,
a.button-red:hover { background: #900; }
	
/* larger form items */

input.form-big {
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	padding: 12px 10px 10px;
}

select.form-big {
	font-size: 14px;
	line-height: 15px;
	padding: 11px 10px 9px;
}

.wk input.form-big { 
	top: -2px;
	padding-bottom: 9px;
}

.wk select.form-big { 
	top: -2px;
	height: 39px;
}


input.button-big,
button.button-big,
a.button-big {
	font-size: 14px;
	line-height: 15px;	
	padding: 12px 10px 10px;
}

input.button-paypal,
a.button-paypal {
	margin-left: 20%;
}

a.button-back,
input.button-back {
	position: absolute;
	right: 0;
	top: 5px;
}
	
/* button - tiny */

a.button-bug {
	display: inline-block;
	padding: 2px 3px;
	font-size: 10px;
	line-height: 12px;
	text-shadow: 0 -1px 0 #333;
	position: relative;
	top: -1px;
	
	background: #666;
	background: linear-gradient(#666666, #333333);
	background: -moz-linear-gradient(top, #666666 0%, #333333 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* ie */
}

/* submit */

.form-submit {
	text-align: right;
	margin: 0 0 10px;
	position: relative;
	clear: both;
}

.form-submit p {
	position: absolute;
	left: 0;
	top: 8px;
}

.form-submit p a {
	font-weight: bold;
}

/* button bar */

/* gradient bar */

ul.bar {
	border: 1px solid #ddd;
	position: relative;
	margin: 0 0 10px;
	font-size: 11px;
	text-shadow: 0 1px 0 #fff;
	padding: 0 10px;
	height: 30px;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	background: #eee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* ie */
	
	behavior: url(js/PIE.htc);
}

ul.bar li {
	list-style: none;
	float: left;
	padding: 3px 0 0;
	margin: 0;
	white-space: nowrap;
}

ul.bar li label {
	padding-right: 3px;
	*position: relative;
	*top: -7px;
}

ul.bar li.sorting-count label, ul.bar li.sorting-type label {
	*position: inherit;
	*top: auto;
}

ul.bar input[type=text] {
	font-size: 11px;
	line-height: 12px;
	padding: 5px;
}

ul.bar select {
	font-size: 11px;
	line-height: 12px;
	padding: 4px;
}

.wk .bar input[type=text],
.wk .bar input[type=email],
.wk .bar input[type=password] { 
	padding-bottom: 4px;
}

.wk .bar select { 
	height: 24px;
}

ul.bar input[type=submit],
ul.bar input.button,
ul.bar a.button,
a.button-mini,
input.button-mini {
	font-size: 11px;
	line-height: 12px;
	text-shadow: 0 -1px 0 #333;
	padding: 5px;
	
	background: #666;
	background: -moz-linear-gradient(top, #666666 0%, #333333 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* ie */
}

ul.bar li input.button:hover,
ul.bar li a.button:hover,
a.button-mini:hover,
input.button-mini:hover { background: #666; }

.form-disabled {
	cursor: not-allowed;
	color: #999 !important;
}

/* dates */

img.ui-datepicker-trigger { position: relative; top: 4px; margin: 0 4px; cursor: pointer; display: inline-block; }

.ui-datepicker {
	border: 1px solid #ccc;
	width: 239px;
	padding: 10px 0;
	background: #fff;
	
	box-shadow: 0 -1px 5px #ccc;
	-moz-box-shadow: 0 -1px 5px #ccc;
	-webkit-box-shadow: 0 -1px 5px #ccc;
	
	behavior: url(js/PIE.htc);
}

.ui-datepicker-header {
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-align: center;
	font-weight: bold;
}

.ui-datepicker-header select {
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	margin: 0 2px;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
	position: absolute;
	top: 3px;
}

.ui-datepicker-header .ui-datepicker-prev {left: 3px; }
.ui-datepicker-header .ui-datepicker-next { right: 3px; }

.ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker-header .ui-datepicker-next span {
	display: block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(../images/arrow-pdp-scroll.gif) no-repeat;
	border: 5px solid #fff;
	text-indent: -9999em;
}

.ui-datepicker-header .ui-state-disabled { display: none; }

.ui-datepicker-header .ui-datepicker-prev span { background-position: left -20px; }
.ui-datepicker-header .ui-datepicker-next span { background-position: left top; }

.ui-datepicker-header .ui-datepicker-prev span:hover { background-position: -20px -20px; }
.ui-datepicker-header .ui-datepicker-next span:hover { background-position: -20px top; }

table.ui-datepicker-calendar {
	border-collapse: collapse;
	width: 210px;
	margin: 0 10px;
	font: normal 12px/14px Helvetica, Arial, sans-serif;
}

table.ui-datepicker-calendar th { padding: 3px 0; text-align: center; color: #666; }

table.ui-datepicker-calendar td {
	width: 30px;
	text-align: center;
	border: 1px solid #ddd;
	color: #999;
	padding: 0;
}

table.ui-datepicker-calendar td a,
table.ui-datepicker-calendar td span {
	display: block;
	width: 30px;
	padding: 7px 0;
}

table.ui-datepicker-calendar td a {
	color: #333;
	text-decoration: none;
}

table.ui-datepicker-calendar td a:hover {
	color: #666;
	text-decoration: underline;
	background: #eee;
}

table.ui-datepicker-calendar td a.ui-state-active {
	color: #fff;
	background: #27679e;
	text-shadow: 0 -1px 0 #214b70;
	font-weight: bold;
}

table.ui-datepicker-calendar td.ui-datepicker-today {
	font-weight: bold;
	background: #eee;
	text-shadow: 0 1px 0 #fff;
}