/* Style Sheet Definitions for New Interface */
body
{
	margin: 0px;
	font-family: Helvetica;
	color: black;
       	background-color: white;
}

/* Definition used for standard error messages displayed */
.Error
{
	font-size: 9pt;
        font-weight: bold;
	color: #FF0000;
}

.HeaderTable

{      
       background-color: white;
       background-position: center;
       border: 1px;
       border-style: solid;
       border-color: none;
       background: url(https://alpha.cardinthebox.com/citbp/RetailerImages/15/company_logo.jpg); 
       background-repeat: no-repeat;
       height: 130px;
       width: 792px;
     	
}

.CatalogHeader

{
      display: none;

}

/* Definition for standard command buttons */
.CommandButton
{
	padding: 5pt;
	cursor: pointer;

}

.BrowseButton
{
	
	cursor: pointer;

}

/* Definition used specifically for the Add to cart button */
.CartButton
{
	background-color: #990000;
	color: #ffffff;
	border-width: 1px;
	font-weight: bold;
	font-family: Helvetica;
	font-size: 9pt;
	padding: 0em;
	cursor: hand;
}

/* Definition for all sub heading labels */
.SubHeader
{
	font-weight: bold;
	font-size: 8pt;
      	color: black;
}

/* Definition for panel headers */
.NormalHeader
{
	font-weight: bold;
	font-size: 10pt;
       	color: black;
}

/* Definition for general text labels */
.Normal
{
	font-weight: normal;
	font-size: 8pt;
  	color: black;
}

/* Definition for drop down text */
.NormalDD
{
	font-size: 9pt;
	font-weight: bold;
              color: black;
}

a.Normal
{
	font-family: arial;
	font-size: 9pt;
	color: black;
}

a.Normal:visited
{
	font-family: arial;
	font-size: 9pt;
	color: black;
}

.SuggestedMessages
{
	font-weight: bold;
	font-size: 10pt;
              color: black;
              border: 0px;
	border-style: solid;
	border-color: #999966;
	background: #F6EAD4;
}

/* Elements are nested for the table columns to have the dotted border */
.NormalRB TR TD
{
	font-family: Helvetica;
	font-size: 8pt;
	color: black;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

.RowSeparator
{
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

.TopRowSeparator
{
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
}

.ColumnSeparatorR
{
	border-right: 1px;
	border-right-color: #cccccc;
	border-right-style: dotted;
}

.ColumnSeparatorL
{
	border-right: 1px;
	border-right-color: #cccccc;
	border-right-style: dotted;
}

.ColumnSeparatorLR
{
	border-right: 1px;
	border-right-color: #cccccc;
	border-right-style: dotted;
	border-left: 1px;
	border-left-color: #cccccc;
	border-left-style: dotted;
}

.PageHeader
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 20pt;
	color: black;
}

/* Definition for scrollable area */
div.Scrollable
{
	height: 130px;
	overflow: auto;
	border: 1px;	
	border-style: solid;
	border-color: #767676;
	background: white;

	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;

}


/* UltraWebTree styles */
.MainTree
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	color: #872534;
	background-color: #F6EAD4;
	border: 1px;
	border-style: solid;
	border-color: #D2C1A7;
	padding:2px;
}

.TreeHoverItem
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	background-color: none;
	color: black;
        cursor: pointer;
}

.TreeSelectedItem
{
	font-family: Helvetica;
	font-weight: Bold;
	font-size: 9pt;
	background-color: none;
	color: Black;
}

.TreeNodeStyle
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
}

.TreeIslandStyle
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
}

.TreeLeafNodeStyle
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
}

.TreeParentNodeStyle
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
}

.TreeRootNodeStyle
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	color: Black;
}


/* UltraWebListButton class */
.DefaultToolBarButton
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	background-color: #E6E6E6;
	border-style: solid;
	border-color: white;
	border-width: 0px;
}

.HoverToolBarButton
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	color: #999966;
	background-color: #E6E6E6;
	border-style: solid;
	border-color: #999966;
	border-width: 0px;
	cursor: pointer;
}

.SelectedToolBarButton
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	color: #999966;
	background-color: #E6E6E6;
	border-style: solid;
	border-color: #999966;
	border-width: 0px;
}

.DefaultAddToCartButton
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	background-color: #E6E6E6;
	border-style: solid;
	border-color: white;
	border-width: 0px;
}

.HoverAddToCartButton
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	color: #999966;
	background-color: #E6E6E6;
	border-style: solid;
	border-color: #999966;
	border-width: 0px;
	cursor: pointer;
}

.SelectedAddToCartButton
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	color: #999966;
	background-color: #E6E6E6;
	border-style: solid;
	border-color: #999966;
	border-width: 0px;
	cursor: pointer;
}
/* End UltraWebListToolBar */


/* DROP IN PAGE  */
.dropin-header-table {
	width: 350px;
	border: 1px solid #605F5B;
	border-bottom: 1px solid #605F5B;
	background: #999966;
}
.greeting-message {
	font: 9pt helvetica;
        font-weight: bold;
	color: white;
	text-align: center;
	padding: 9px;
}
.dropin-body-table {
	width: 350px;
	border: 1px solid #605F5B;
	background: #D3D3BD;
}
.dropin-body-left {
	border-right: 1px dotted #605F5B;
	text-align: center;
}
.dropin-body-right {
	text-align: center;


}
.dropin-button {
	width: 150px;
	font: 9pt helvetica;
        font-weight: bold;
	color: white;
	background: #999966;
	border: 1px solid #605F5B;
	border-left: 1px solid #605F5B;
	border-top: 1px solid #605F5B;
        margin-bottom: 4px;
        
}

.CardZoomImage
{
	background-color: White;
}

/* Message Panels */
.ImageOptionFrame
{
        height: 200px;
	background-color: #F6EAD4;
	border: 1px solid #D2C1A7;
	Margin-top: 7px;
	margin-right: 4px;
	margin-left: 4px;
}

.ImageOptionTable
{
        height: 200px;
	background-color: ##F6EAD4;
	border: 0px solid #FFFFFF;
	border-light: #F6EAD4;
	margin-right:6px;
	margin-left: 6px;
	padding-top: 2px;
}

.LeftMessageFrame
{

	height: 190px;
	background: #F6EAD4;
	border: 1px solid #D2C1A7;
	margin-top: 7px;
	margin-right: 4px;
	margin-left: 4px;
}

.LeftMessageTable
{

	height: 190px;
	background: #F6EAD4;
	border: 0px solid #000000;
	margin-left: 6px;
	margin-right: 6px;
	padding: 0px;
}


.LeftImageFrame
{

	height: 190px;
	
	background: #F6EAD4;
	border: 1px solid #D2C1A7;
	margin-top: 7px;
	margin-right: 4px;
	margin-left: 4px;
}

.LeftImageTable
{
	height: 190px;
	background: #F6EAD4;
	border: 0px solid #999966;
	margin-right: 6px;
	margin-left: 6px;
	padding: 0px;
}

.RightMessageFrame
{
	height: 180px;
	width: 430px;
	background: #F6EAD4;
	border: 1px solid #D2C1A7;
	margin-right: 0px;
	margin-left: 0px;
}

.RightMessageTable
{
	height: 180px;
	width: 430px;
	background: #F6EAD4;
	border: 0px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 2px;
}

.SuggestedMessagesFrame
{
	height: 180px;
	width: 280px;
	background: #F6EAD4;
	border: 1px solid #D2C1A7;
	margin-right: 4px;
	margin-left: 4px;
}

.SuggestedMessagesTable
{
	height: 180px;
	width: 280px;
	background: #F6EAD4;
	border: 0px solid #000000;
	margin-right: 6px;
	margin-left: 6px;
	
}

.TDHLine
{
	height: 1px;
	background: #F6EAD4;
}

.TDVLine
{
	width: 1px;
	background: #F6EAD4;
}

.UploadedImageBackground
{
	background: white;
	font-color: white;
}

.ProgressDisplay
{
	background-color: white;
	font-size: 8pt;
	font-weight: bold;
}

.ProgressBar 
{
	background-color: #999966;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
}

.ProgressInset 
{
	background-color: white;
	font-size: 8pt;
	font-weight: bold;
}

.LargePreviewTable

{

            border: 1px solid #000000;

}

.LargePreviewHeader
{
            background-color: #EAECD9;
           
}
