li {
	background-color:white;
}
ul > li > a {
	font-size:18px;
}
ul > li a img { 
	vertical-align:middle; 
	margin-left:-4px; 
	border:0;
}
.subtext, .note2 { 
	font-size:13px; 
	color:#666666;
	font-weight:normal;
	padding:0;
	margin:0;
	display:inline;
	text-decoration: none;
	line-height:15px;
}
.note2 { 
	display:block;
	line-height:auto;
}
/*.row { 
	text-align:left; 
	padding:3px;
	min-height:20px;
}*/

.panel fieldset {
	text-align:left; 
	padding:3px;	
}

.panel fieldset legend {
	font-weight:bold;
	font-size:18px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
/*fieldset > label {
    margin: 16px 0 -4px 3px;
    font-size: 14px;
}*/
.normal {
	font-size:16px;
	font-weight:normal;
}
.error {
	color:red;
	font-size:16px;
}
.required {
	color:red;
	font-size:12px;
}
.blueButton {
    color: #FFFFFF;
	/*padding:3px;*/
}
.submitButton {
    border-width: 0 5px;
    padding: 0 3px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    -webkit-border-image: url(iui/blueButton.png) 0 5 0 5;
}
.footer {
	text-align: center;
	position: relative;
	margin: 20px 10px 0;
	height: auto;
	width: auto;
	bottom: 10px;
}
.footer a, .footer {
	text-decoration: none;
	font-size: 9pt;
	color: #4C4C4C;
	text-shadow: #FFF 0 1px 0;
}
select {
	-webkit-border-radius:10px;
	margin: 8px 8px 8px 8px;
	padding: 6px 6px 6px 64px;
	font-size: 18px;
	font-weight: normal;
	max-width:170px;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .confirm_screen {
	position: absolute;
	bottom: 0;
	-webkit-transform: translate(0,100%);
	-webkit-transition-property: -webkit-transform;
	background-image: url(images/popup-bg.png);
	opacity: 0;
}
.confirm_screenopen {
	position: absolute;
	opacity: 0.8;
	overflow: hidden;
	bottom: -100%;
	width: 100%;
	background: url(images/popup-bg.png) repeat-x #4e545f;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate(0,0);
	text-align: center;
	z-index: 99999;
}
.confirm_screenopenfull {
	position: absolute;
	opacity: 0.8;
	overflow: hidden;
	bottom: -100%;
	width: 100%;
	background: url(images/popup-bg.png) repeat-x #4e545f;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate(0,45px);
	text-align: center;
	z-index: 99999;
}
.confirm_screenclose {
	-webkit-transition-duration: 1.2s;
	-webkit-transition-property: -webkit-transform;
	-webkit-transform-style: preserve-3d;
	position: absolute;
	opacity: 0.8;
	overflow: hidden;
	bottom: -100%;
	width: 100%;
	background: url(images/popup-bg.png) repeat-x #545A67;
	text-align: center;
	-webkit-transform: translate(0,150%);
}
.confirm_screenopen span, .confirm_screenclose span, .confirm_screenopenfull span, .confirm_screenclosefull span {
	margin: 10px 0 20px;
	font-size: 17px;
	color: #fff;
	width: 100%;
	height: 10px;
	text-shadow: rgba(0,0,0,1) 0 -1px 0;
	display: block;
}
.popup {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
}
.cover {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 9998;
	opacity: 0.4;
	left: 0;
	background-color: #000;
}
.nocover {
	opacity: 0;
	background-image: url(images/bluebutton.png),url(images/darkredbutton.png);
}
input#remLen { /* remaining length read-only field */
    width: 100px;
    font-weight: bold;
	border:0;
	background-color:transparent;
}
.dialog .row > input:not(input[type|=radio]):not(input[type|=checkbox]) {
    padding-left: 150px;
}
.tablehead, th {  
	background: #333; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-align: center;
}
a#continueshoppinglink, a#checkoutlink {
	text-decoration:none;
	color:black;
}
#portalorderloginform { /*extend dark grey background on dialog box */
    height: 800px;
}
/*form input[type=text], form input[type=password], form input[type=search] {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}*/
/*form .narrow textarea, form .narrow input[type=text], form .narrow input[type=checkbox], form .narrow input[type=password], form .narrow input[type=search] {
	width: 40%!important;
	height: 10px;
	/*border-width: 7px 7px;
	-webkit-border-image: url(images/textfield.png) 7 7 7 7;
	-webkit-appearance: none;
	line-height: 8px;
	font-size: 18px;
	font-weight: normal;
	border-color: white;
	margin: 0!important;
	position: absolute;
	right: -17px;
}
form span.narrow, form span.check {
	width: 90%!important;
	display: block;
	position: relative;
	margin: auto;
}*/
/*input[type=radio], input[type=checkbox] {
	-webkit-text-size-adjust: 140%;
	margin-left:20px;
	padding:4px 0px;
}
input[type=submit] {
	padding:6px;
}
textarea {
	width:100%;
}

form:first-child select, form:first-child input[type=submit], form:first-child button, form:first-child input[type=reset] {
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
}
form:last-child input[type=radio], form:last-child select, form:last-child input[type=submit], form:last-child button, form:last-child input[type=reset] {
	-webkit-border-bottom-left-radius: 8px 8px;
	-webkit-border-bottom-right-radius: 8px 8px;
}*/


