/* Style Sheet Definitions for New Interface */
body
{
	margin: 0px;
	font-family: Arial;
        background-color: white;
}

/* Definition used for standard error messages displayed */
.Error
{
	font-size: 8pt;
	color: Red;
}

.HeaderTable

{
       background-color: white;
       background-position: center;
       border-bottom: 0px;
       border-bottom-style: solid;
       border-bottom-color: #FBE590;
       background: url(http://alpha.cardinthebox.com/citbp/RetailerImages/Fairytale Brownies/spacer.gif); 
       background-repeat: no-repeat;
       height: 93px;
       width: 760px;	
}


/* 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: Arial;
	font-size: 9pt;
	padding: 0em;
	cursor: hand;
}

/* Definition for all sub heading labels */
.SubHeader
{
	font-weight: bold;
	font-size: 8pt;
        color: white;
}

/* Definition for panel headers */
.NormalHeader
{
	font-weight: bold;
	font-size: 10pt;
        color: #201C6F;
}

/* Definition for general text labels */
.Normal
{
	font-weight: bold;
	font-size: 9pt;
        color: #201C6F;
}

/* Definition for drop down text */
.NormalDD
{
	font-size: 9pt;
	font-weight: normal;
        color: #201C6F;
}

a.Normal
{
	font-family: Arial;
	font-size: 9pt;
	color: #201C6F;
}

a.Normal:visited
{
	font-family: Arial;
	font-size: 9pt;
	color: #201C6F;
}

.SuggestedMessages
{
	font-weight: bold;
	font-size: 10pt;
        color: #330066;
	background: #201C6F;
     	border: 0px;
	border-style: solid;
	border-color: #201C6F;
}

/* Elements are nested for the table columns to have the dotted border */
.NormalRB TR TD
{
	font-family: Arial;
	font-size: 8pt;
	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: Arial;
	font-weight: bold;
	font-size: 20pt;
	color: Black;
}

/* Definition for scrollable area */
div.Scrollable
{
	height: 110px;
	overflow: auto;
	border: 1px;
	border-style: solid;
	border-color: #C7B2DC;
	background: white;
	margin-bottom: 4px;
}


/* UltraWebTree styles */
.MainTree
{
      	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	color: white;
	background-color: #201C6F;
	border: 1px;
	border-style: solid;
	border-color: #201C6F;
	padding: 2px;
}

.TreeHoverItem
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
        text-decoration: underline;
	color: white;
        cursor: pointer;
}

.TreeSelectedItem
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: white;
}

.TreeNodeStyle
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
}

.TreeIslandStyle
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
}

.TreeLeafNodeStyle
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
}

.TreeParentNodeStyle
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
}

.TreeRootNodeStyle
{
	font-family: Arial;
	font-weight: Bold;
	font-size: 9pt;
}
/* UltraWebListButton class */
.DefaultToolBarButton
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #683917;
	border-style: solid;
	border-color: white;
	border-width: 1px;
}

.HoverToolBarButton
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #683917;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	cursor: pointer;
}

.SelectedToolBarButton
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #683917;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	cursor: pointer;
}

.DefaultAddToCartButton
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #683917;
	border-style: solid;
	border-color: white;
	border-width: 1px;
}

.HoverAddToCartButton
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #683917;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	cursor: pointer;
}

.SelectedAddToCartButton
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #683917;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	cursor: pointer;
}
/* End UltraWebListToolBar */

/* DROP IN PAGE  */
.dropin-header-table {
	width: 350px;
	border: 1px solid #42007D;
	border-bottom: 1px solid #42007D;
	background: #42007D;
}
.greeting-message {
	font: 10pt Helvetica;
	font-weight: bold;
	color: #EEE1C6;
	text-align: center;
	padding: 9px;
}
.dropin-body-table {
	width: 350px;
	border: 1px solid #330066;
        background: White;
}
.dropin-body-left {
	border-right: 1px dotted #cccccc;
	text-align: center;
}
.dropin-body-right {
	text-align: center;
}
.dropin-button {
	width: 150px;
	font: 10pt helvetica;
        font-weight: bold;
	color: #EEE1C6;
	background: #42007D;
	border: 1px solid #000000;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}


.CardZoomImage
{
	background-color: White;
}

/* Message Panels */
.ImageOptionFrame
{
        height: 190px;
	background-color: white;
	border: 0px solid #201C6F;
	border-light: #201C6F;
	margin-right: 3px;
	margin-left: 3px;
}

.ImageOptionTable
{
        height: 205px;
	background-color: #201C6F;
	border: 1px solid #201C6F;
	border-light: #201C6F;
	margin-right: 6px;
	margin-left: 6px;
}

.LeftMessageFrame
{

	height: 180px;
	width: 430px;
	background: white;
	border: 0px solid #201C6F;
	margin-left: 3px;
	margin-right: 3px;
}

.LeftMessageTable
{

	height: 180px;
	width: 430px;
	background: #201C6F;
	border: 1px solid #201C6F;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
}


.LeftImageFrame
{

	height: 180px;
	width: 430px;
	background: white;
	border: 0px solid #201C6F;
	margin-left: 3px;
	margin-right: 3px;
}

.LeftImageTable
{
	height: 180px;
	width: 430px;
	background: #201C6F;
	border: 1px solid #201C6F;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
}

.RightMessageFrame
{
	height: 180px;
	width: 430px;
	background: white;
	border: 0px solid #201C6F;
	margin-left: 3px;
	margin-right: 3px;
}

.RightMessageTable
{
	height: 180px;
	width: 430px;
	background: #201C6F;
	border: 1px solid #201C6F;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
}

.SuggestedMessagesFrame
{
	height: 180px;
	width: 280px;
	background: white;
	border: 0px solid #201C6F;
	margin-left: 3px;
	margin-right: 3px;
}

.SuggestedMessagesTable
{
	height: 180px;
	width: 280px;
	background: #201C6F;
	border: 0px solid #572700;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
}

.TDHLine
{
	height: 1px;
	background: #201C6F;
}

.TDVLine
{
	width: 1px;
	background: #201C6F;
}

.UploadedImageBackground
{
	background: white;
	font-color: #201C6F;
	border: 3px solid #201C6F;
}

.ProgressDisplay
{
	background-color: white;
	font-size: 8pt;
	font-weight: bold;
        color: #201C6F;
}

.ProgressBar 
{
	background-color: #EEE1C6;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
}

.ProgressInset 
{
	background-color: white;
	font-size: 8pt;
	font-weight: bold;
}

.CatalogHeader
{
        background-position: center;
	align: center;
	display: none;
        
}

.LargePreviewTable

{

            border: 1px solid #000000;

}

.LargePreviewHeader

{

            background-color: #EEE5E0;
	    border-bottom: 1px solid black;
}