html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	/*font-size: 100%; affecting Telerik RadEditor */
	font-family: inherit;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {

}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

td {
	vertical-align: top;
}

td#shipping_properties td,
td#taxcodes_properties td {
	padding-bottom: 15px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	outline: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end */

/* @group IDIOM */

/* ultimate clearfix for floats */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.hide {
	display: none;
}

.small {
	color: #888;
	font-size: 9px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

/* @end */

/* @group TYPORGRAPHY */

body {
	color: #333;
	font: 12px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 18px;
}

table {
	font-size: inherit;
	font: 100%;
}

select, input, textarea {
	font: 99% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;

}

pre, code {
	font: 100% monospace;
	*font-size: 100%;
}

/* removed for Telerik Editor */
/*body * {
	line-height: 18px;
}*/

p,ul,ol {
	margin: 18px 0;
}

ul {
	list-style-type: square;
	margin-left: 2em;
}

h1 {
	font-size: 18px;
	line-height: 36px;
	margin: 18px 0;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 18px 0;
}

h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 18px 0;
}

h4 {
	font-size: 12px;
}

/* @end */

/* Buttons - login page */
.buttonLoginV2 {
	-moz-box-shadow: 0px 1px 3px 0px #dedede;
	-webkit-box-shadow: 0px 1px 3px 0px #dedede;
	box-shadow: 0px 1px 3px 0px #dedede;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f0f0f0) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f0f0f0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0');
	background-color:#ffffff;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #d1d1d1;
	display:inline-block;
	color:#666666 !important;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.buttonLoginV2:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f0f0f0 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff');
	background-color:#f0f0f0;
}
/* @end */


.labelLinkStateButtonContainer
{
    margin-bottom: 5px;
}

.labelLinkStateButtonContainer a
{
    margin-left: 7px;
}

body.login {
	background: #F4F4F4;
}
div#login {
	margin: 108px auto 0;
	width: 546px;
}
div#cap-top {
	background: transparent url(/img/login/cap-top.png) no-repeat;
	height: 8px;
	width: 546px;
}
* html #cap-top {
	margin-bottom: -8px;
}
* html div#cap-top {
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="/img/login/cap-top.png",sizingMethod="crop");
}
div#cap-body {
	padding-left: 40px;
	padding-right: 40px;
	background: transparent url(/img/login/cap-bg.png) repeat-y;
}
* html div#cap-body {
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/img/login/cap-bg.png',sizingMethod='scale');
}
div#cap-bottom {
	background: transparent url(/img/login/cap-bottom.png) no-repeat;
	height: 15px;
	width: 546px;
}
* html div#cap-bottom {
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="/img/login/cap-bottom.png",sizingMethod="crop");
}
div#login div#panelLogin div, div#login div#panelResetPass div, div#login div#panelChangePass div {
	margin: 0 auto;
	padding-bottom: 18px;
	width: 456px;
}
div#login div#branding {
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: 'Tahoma';
	font-size: 16pt;
	line-height: 30pt;
}
div#login div#branding img {
	display: block;
	margin: 0 20px 10px 0px;
}
div#login label {
	color: #888;
	display: block;
	font-size: 12px;
}
div#login span.checkBoxListStyle label {
	display: inline;
}
div#login input#txtLogin, div#login input#txtPassword, div#login input#txtEmailAddressResetPass, div#login input.textbox340 {
	background: #fafafa;
	border: 1px solid #eee;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 3px;
	width: 440px;
}
* html div#login input#txtLogin, * html div#login input#txtPassword, * html div#login input#txtEmailAddressResetPass, * html div#login input.textbox340 {
	background: #eee;
	border: 1px solid #ddd;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 3px;
	width: 440px;
}
div#login input#txtLogin:focus, div#login input#txtPassword:focus, div#login input.textbox340:focus {
	background: #fcfcfc;
	border: 1px solid #ccc;
}
div#login div.submit p {
	float: left;
	margin: 0;
}
div#login input#btnLogin, div#login input#btnRetrieve, div#login input#btnUpdate {
	float: right;
	margin-bottom: 10px;
}
div#login a:link, div#login a:visited {
	color: #aaa;
}
div#login a:hover, div#login a:active {
	color: #fff;
}
p.lostpassword {
	margin: 0;
	position: relative;
	top: -42px;
	left: 0;
	width: 200px;
}
div#login p.lostpassword a {
	color: #0066bc!important;
}
body.login div#panelErrorMsg {
	color: #000;
	margin: 30px auto -85px;
	padding: 18px 18px 18px 54px;
	width: 450px;
}
