html {
	height: 100%;
	overflow: auto;
}

body {
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	/* 	height: 100%; */
}

a {
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
}

h1 {
	font-family: Verdana;
	font-style: normal;
	font-size: 16px;
	color: #888888;
	font-weight: bold;
}

h2 {
	text-align: left;
	font-family: Verdana;
	font-style: normal;
	font-size: 14px;
}

h3 {
	text-align: left;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
}

th {
	text-align: center;
	font-weight: bold;
}

td {
	text-align: left;
}

textarea {
	border: 1px solid #888888;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	color: #333333;
	width: 400px;
	height: 150px;
}

input[type="text"],input[type="password"],select {
	border: 1px solid #888888;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	color: #333333;
	padding: 2px;
}

input[type="button"],input[type="submit"] {
	border: 1px solid #333333;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	background-color: #888888;
	font-weight: bold;
}

input[type="button"]:hover,input[type="submit"]:hover {
	background-color: #555555;
	color: #efefef;
}

.readonlyInput {
	background-color: #efefef;
}

.signInBtn {
	border: 1px solid #333333;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	background-color: #1BB6E9;
}

.clear {
	clear: both;
}

.col-content {
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	color: #333333;
}

.left-col {
	width: 750px;
	float: left;
}

.product-list-div {

}

.thumbgrid li {
	list-style-image: none;
	list-style-type: none;
	display: block;
	float: left;
}

.product-price {
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	color: #333333;
}

.hm-article-title {
	font-family: Verdana;
	font-style: normal;
	font-size: 16px;
	color: #888888;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}

.hm-article-text {
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
}

.hm-article-text p {
	text-align: left;
}

.hm-article-text a,.hm-article-text a:visited,.hm-article-text a:hover {
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	color: #19b5e6;
	font-weight: normal;
	text-decoration: underline;
}

.hm-link-base,.hm-link-base:visited,.hm-link-base:hover {
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	color: #19b5e6;
	font-weight: normal;
	text-decoration: underline;
}

.hm-text-base {
	text-align: left;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
}

.text-13px {
	text-align: left;
	font-family: Verdana;
	font-style: normal;
	font-size: 13px;
	line-height: 15px;
}

.text-14px {
	text-align: left;
	font-family: Verdana;
	font-style: normal;
	font-size: 14px;
}

.text-18px-bold-gray {
	text-align: left;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #666666;
	font-size: 18px;
}

/* begin link buttons */
.btnLink1,.btnLink1:visited {
	font-family: Verdana;
	font-style: normal;
	display: block;
	float: left;
	padding: 5px 3px;
	background-color: #19b5e6;
	color: white;
	border: 2px solid #aaaaaa;
	border-radius: 5px;
	font-weight: bold;
	font-size: 10px;
}

.btnLink2,.btnLink2:visited {
	font-family: Verdana;
	font-style: normal;
	display: block;
	float: left;
	padding: 5px 3px;
	background-color: #888888;
	color: white;
	border: 2px solid #aaaaaa;
	border-radius: 5px;
	font-weight: bold;
	font-size: 10px;
}

.btnLink3,.btnLink3:visited {
	font-family: Verdana;
	font-style: normal;
	display: block;
	float: left;
	padding: 3px 5px;
	background-color: #19b5e6;
	color: #ffffff;
	border: 1px solid #19b5e6;
	border-radius: 5px;
	font-weight: bold;
	font-size: 12px;
}

.btnLink4,.btnLink4:visited {
	font-family: Verdana;
	font-style: normal;
	display: block;
	float: left;
	padding: 5px 10px;
	background-color: #1BB6E9;
	color: #ffffff;
	border: 2px solid #a3cad7;
	border-radius: 6px;
	font-weight: bold;
	font-size: 12px;
}
/* end link buttons */

/* validation */
.validation-error {
	font-style: italic;
	color: #990000;
}
/* validation end */

/* begin cart */
.cart-items-table th {
	text-align: left;
	font-family: Verdana;
	font-style: normal;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
}

.cart-items-table td {
	text-align: left;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
/* end cart */

/* begin box cfg */
.device-palette {
	width: 770px;
	height: 112px;
	border-radius: 8px;
	background-color: #cccccc;
	margin-top: 15px;
	margin-bottom: 5px;
	background-image: url(../images/store/DevPal_Title.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

.box-cfg-div {
	height: 580px;
	background-position: 278px 84px;
	background-repeat: no-repeat;
}

.box-lines-0-4 {
	background-repeat: no-repeat;
}

.box-lines-1-4 {
	background-image: url(../images/store/device-lines/1-4-line.gif);
}

.box-lines-2-4 {
	background-image: url(../images/store/device-lines/2-4-line.gif);
}

.box-lines-3-4 {
	background-image: url(../images/store/device-lines/3-4-line.gif);
}

.box-lines-4-4 {
	background-image: url(../images/store/device-lines/4-4-line.gif);
}

.box-device {
	text-align: left;
	width: 250px;
}

.box-device-1 {
	position: absolute;
	top: 36px;
	left: 322px;
	height: 96px;
}

.box-device-2 {
	position: absolute;
	top: 179px;
	left: 397px;
	height: 96px;
}

.box-device-3 {
	position: absolute;
	top: 347px;
	left: 397px;
	height: 96px;
}

.box-device-4 {
	position: absolute;
	top: 493px;
	left: 322px;
	height: 96px;
}

/* icon placed over device img */
.add-remove-icon {
	position: relative;
	top: -25px;
	left: 6px;
}

/* end box cfg */

/* begin cart summary */
.cart-summary-wrapper-div {
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	color: #333333;
	float: left;
	width: 175px;
	margin-left: 10px;
}

.cart-summary-border-div {
	border: 1px solid #a4a4a4;
	border-radius: 10px;
	width: 174px;
	height: 300px;
	padding: 0px;
}

.cart-summary-link,.cart-summary-link:visited {
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	color: #a4a4a4;
	text-decoration: none;
}

.cart-summary-link:hover {
	color: #888888;
	text-decoration: underline;
}

.cart-summary-title-div {
	border-bottom: 1px solid #a4a4a4;
	padding: 5px 10px 5px 10px;
	font-family: Verdana;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	text-align: left;
}

/* end cart summary */

/* begin box summary */
.box-summary-wrapper-div {
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	color: #333333;
	width: 175px;
	margin-left: 10px;
	position: absolute;
	top: 0px;
	left: 15px;
}

.box-summary-border-div {
	border: 1px solid #a4a4a4;
	border-radius: 10px;
	width: 174px;
	height: 230px;
	padding: 0px;
}

.box-summary-link,.box-summary-link:visited {
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	color: #a4a4a4;
	text-decoration: none;
}

.box-summary-link:hover {
	color: #888888;
	text-decoration: underline;
}

.box-summary-title-div {
	border-bottom: 1px solid #a4a4a4;
	padding: 5px 10px 5px 10px;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

/* end box summary */
.downloadNotesDiv {
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	text-align: left;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #999999;
	padding: 3px;
	width: 300px;
	height: 200px;
	overflow: auto;
	background-color: #ffff99;
}

/* ribbon classes */
.ribbonWrapperDiv {
	position: relative;
	overflow: hidden;
}

.ribbonDiv {
	position: absolute;
	white-space: nowrap;
}
/* end ribbon classes */
.textAreaDiv {
	background-color: #f5f5f5;
	padding: 3px;
	margin: 1px;
	border: 1px solid #555555;
	color: #333333;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	overflow: auto;
}

.roundedShadowedDiv {
	border: 1px solid #aaaaaa;
	border-radius: 8px;
	box-shadow: 3px 3px 2px 0px #999999;
}

.jquery-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 500px;
	display: none;
}

.innerPopup {
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	box-shadow: 3px 3px 2px 0px #999999;
	position: absolute;
	background-color: #efefef;
	z-index: 110;
}