﻿/* Generic formatting classes */

/* Used to pad generic content in ContentPlaceHolder */
div.ContentDiv {
  margin: 6px 10px;
}

/* Used to remove styling from lists */
ul.NoListImage,
ul.NoListImage li,
ol.NoListImage,
ol.NoListImage li {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

/* Used for lists that define standards */
ol.Standards,
ul.Standards {
  list-style: none;
  margin: 0px 20px;
  padding: 0px 0px;
}

ol.Standards > li,
ul.Standards > li {
  margin: 6px 0px;
  padding-left: 47px;
  text-indent: -23px;
}

ol.Standards > li > ol > li,
ol.Standards > li > ul > li,
ul.Standards > li > ol > li,
ul.Standards > li > ul > li {
  text-indent: 0px;
}

ol.Standards > li > span,
ul.Standards > li > span {
  display: inline-block;
  width: 15px;
  text-align: left;
  list-style-image: none;
  list-style-type: none;
  list-style-position: inside;
  font-weight: bold;
  margin-right: 5px;
}

/* Used to define "small print" */
p.SmallPrint,
p.SmallPrint a {
  font-size: 8pt;
}

/* Defines errors */
div.ErrorsDiv {
  margin: 20px;
  padding: 10px;
  border: 2px solid #FFCCCC;
  background-color: #FFEEEE;
}

div.ErrorsDiv p {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

div.ErrorsDiv ul li {
  font-weight: bold;
  color: #660000;
}

/* Used to clear containers */

.Clear,
.ClearBoth {
  font-size: 1px;
  visibility: hidden;
  clear: both;
}

.ClearLeft {
  font-size: 1px;
  visibility: hidden;
  clear: left;
}

.ClearRight {
  font-size: 1px;
  visibility: hidden;
  clear: right;
}

/* Content lists - for when each list item needs extra spacing */

ul.ContentList li,
ol.ContentList li {
  margin-bottom: 20px;
}

/* Loading box - for Clarion.createLoadOver method (see Clarion.js) */

div.LoadingDiv {
  /* width & height are calculated dynamically based on parent */
  position: absolute;
  cursor: default;
  /* Gets unhidden via JS */
  visibility: hidden;
}

div.LoadingDiv > span {
  position: absolute;
  display: block;
  background-color: #666666;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  text-align: center;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

div.LoadingDiv > div {
  position: absolute;
  padding: 5px 5px 15px;
  border: 1px solid black;
  background-color: #666666;
  color: black;
}

div.LoadingDiv > div > div {
  display: inline-block;
  margin-bottom: -12px;
  width: 32px;
  height: 32px;
  background-image: url('../../images/LineItemTemplate-Spinner.gif');
}

div.LoadingDiv > div > span {
  display: inline-block;
  font-weight: bold;
  font-style: italic;
  color: #FFF;
}

/* Action Buttons */

.ActionButton {
  border: 0px;
  background-color: Transparent;
  height: 26px;
  padding: 0px;
  margin: 4px 0px;
  width: 121px;
}

.ActionButton_Customize {
  background-image: url('../../buttons/Customize-ImageButton.png');
}

.ActionButton_ViewDetails {
  background-image: url('../../buttons/View-Details-ImageButton.jpg');
}

.ActionButton_AddToCart {
  background-image: url('../../buttons/Add-To-Cart-ImageButton.jpg');
}

.ActionButton_ContinueShopping {
  background-image: url('../../buttons/Continue-Shopping-ImageButton.jpg');
  width: 149px;
}

.ActionButton_GoToCart {
  background-image: url('../../buttons/Go-To-Cart-ImageButton.jpg');
  width: 84px;
}

/* Zoomable */

a.Zoomable {
  display: inline-block;
}

a.Zoomable.Disabled, 
.Disabled {
  cursor: default;
}

a.Zoomable img,
.Disabled img,
img.Disabled {
  border: 0px;
}

div#Zoomable_Preview {
	position: absolute;
	border: 1px solid #ccc;
	background: #FFF;
	padding: 5px;
	display: none;
	color: #000;
}

/* User Controls */

.LineItemTemplateDiv {
  border: 1px solid #CCC;
  margin: 25px 5px;
  padding: 5px;
  position: relative;
}

.LineItemTemplateDiv > .LITDetailDiv {
  width: 300px;
  float: left;
}

.LineItemTemplateDiv > .LITPanesDiv {
  width: 400px;
  float: right;
}

.LineItemTemplateDiv > .LITPanesDiv > .LITActionDiv {
  text-align: right;
}

.LineItemTemplateDiv > .LITPanesDiv > .LITActionDiv > .LITFQPNDiv {
  font-weight: bold;
}

.LineItemTemplateDiv > .LITPanesDiv > .LITActionDiv > .LITStyleDDL,
.LineItemTemplateDiv > .LITPanesDiv > .LITActionDiv > .LITSizeDDL,
.LineItemTemplateDiv > .LITPanesDiv > .LITActionDiv > .LITMaterialDDL {
  width: 398px;
  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, san-serif;
  font-size: 9pt;
}

.LineItemTemplateDiv > .LITPanesDiv > .LITActionDiv > .LITQuantityTextBox {
  width: 45px;
}

.LineItemTemplateDiv > .LITPanesDiv > .LITResultDiv {
  display: none;
  color: #000;
  background-color: #CCC;
  border: 3px solid #999;
  margin: 0px;
  padding: 20px;
  float: right;
  text-align: center;
}

.LITPaginationDiv a,
.LITPaginationDiv a:visited {
  text-decoration: none;
  color: #666;
  border: 1px solid #666;
  padding: 0px 2px;
}

.LITPaginationDiv a:hover,
.LITPaginationDiv a:active {
  text-decoration: none;
  color: Black;
  border: 1px solid #666;
  background-color: #666;
  color: White;
  padding: 0px 2px;
}

.LITPaginationDiv a.Disabled,
.LITPaginationDiv a.Disabled:hover,
.LITPaginationDiv a.Disabled:active,
.LITPaginationDiv a.Disabled:visited {
  text-decoration: none;
  background-color: White;
  color: #666;
  border: 1px solid White;
  padding: 0px 2px;
  cursor: text;
}

div.LITImagesDiv > div {
  float: left;
}

a.LITImageLink {
  cursor: default;
  margin-right: 9px;
}

a.LITImageLink.AlternateStyle {
  cursor: pointer;
}

a.LITImageLink img {
  border: 0px;
}

/* ASP.NET Controls */

.ASPTextBox {
  width: 130px;
  /*
  background-color: White;
  color: Black;
  font-family: Helvetica Neue, Arial, Helvetica, Geneva, san-serif;
  font-size: 9pt;
*/
}

.ASPDropDownList {
  width: 134px;
}

.ASPLabel {
  font-size: 9pt;
  color: #333333;
}

.ASPCheckBox {
  font-size: 9pt;
  color: #666666;
}

/* <asp:Image /> */
img.ASPImage {
}

/* <asp:HyperLink ImageUrl="?" /> */
a.ASPImage {
}

/* Table */
.ASPTable tbody tr td {
  padding: 2px 4px;
  font-family: Helvetica Neue, Arial, Helvetica, Geneva, san-serif;
  font-size: 9pt;
}

.ASPTable tbody tr.ASPTableHeaderRow td {
  background-color: #CCC;
  font-weight: bold;
}

.ASPTable tbody tr td {
  background-color: #EEE;
}

.ASPTable tbody tr.ASPAlternatingTableRow td {
  background-color: #CCC;
}

.ASPAccordionContent {
  background-color: #D3DEEF;
  border-color: -moz-use-text-color #2F4F4F #2F4F4F;
  border-right: 1px dashed #2F4F4F;
  border-style: none dashed dashed;
  border-width: medium 1px 1px;
  padding: 10px 5px 5px;
}

.ASPAccordionHeader {
  background-color: #2E4D7B;
  border: 1px solid #2F4F4F;
  color: white;
  cursor: pointer;
  font-family: Arial,Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  padding: 5px;
}

.ASPAccordionHeaderSelected {
  background-color: #5078B3;
  border: 1px solid #2F4F4F;
  color: white;
  cursor: pointer;
  font-family: Arial,Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  padding: 5px;
}

.ASPAccordionContent ul,
.ASPAccordionContent ol {
  margin-left: 10px;
  padding-left: 0px;
}

.ASPAccordionContent ul li,
.ASPAccordionContent ol li {
  list-style: none;
}

.ASPAccordionContent ul li a,
.ASPAccordionContent ol li a {
  text-decoration: none;
  padding: 4px 6px;
  margin: 4px;
  background-color: #2E4D7B;
  border: 1px solid #2F4F4F;
  color: white;
  display: block;
}

.ASPAccordionContent ul li a:hover,
.ASPAccordionContent ol li a:hover {
  text-decoration: none;
  background-color: #5078B3;
  border: 1px solid #2F4F4F;
  color: white;
}