/* # id --- . Class*/
/*  Generic HTML tag */
html
{	min-height: 100%;
    height: 100%;
}
/* Anchor Link */
/*	a:link is the plain link,
	a:visited is a visited link
	a:hover is a link when the mouse moves over it	*/
a
{
	color: Black;
	font-style: normal;
	font: 7pt verdana, arial, helvetica, tahoma, sans-serif; 
	text-decoration: none;
}
/*a:hover
{
	color: Black;
	font-style: normal;
	font: 7pt verdana, arial, helvetica, tahoma, sans-serif; 
	text-decoration: none;
	}*/
/*	Main Application Body of all pages */
body
{
	margin: 0;
	padding: 0;
	position: absolute;
	height: 100%;
	width: 100%;
      background: White;
	background-image: url(Images/Design/bg.png);
	background-repeat: repeat-x;
	min-height: 100%;
    height: 100%;
}

/* For Pages without MasterPage (usually production popups */
body#No_MP
{
	background: #FFFFFF;
}

/*  Generic table */
table
{
    font-family: Verdana;
    font-size: small;
    color: #00477E;
    padding: 0 0 0 0;
    border: 0;
    margin: 0 auto;
    border-collapse: collapse;
}
/*  For specifing width and location of used space. 
	Masterpages uses this usually for centering */
#content {
        margin: 0 auto;
        width: 890px;
        padding: 0 0 0 0;
        border-collapse: collapse;
        border: 0em 0em;
        min-height: 100%;
        height: 100%;
}
/* Required for page footer - workaround for Firefox/IE */
html>body, html>body #contents {
        height: auto;
}

/*  Main table behind all controls on a page including banner, menus and products */
.MainTable
{
    font-family: Verdana;
    font-size: medium;
    color: #00477E;
    background-color: #d9ecff; /*#FFFFFF;*/
    padding: 0em;
    margin: 0em;
    border: 0em;
    border-collapse: collapse;
    width: 890px;
}
/*  Top bar that holds my Account, Login and title of page */
.TopBar
{
	background-image: url(Images/Design/bg_bar.png);
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	border-bottom-style:solid; 
	border-bottom-color:#F0F0F0; 
	border-bottom-width:1px; 
	border-top-style:solid; 
	border-top-color:#F0F0F0; 
	border-top-width:1px;
}
/* Details of Table inside the Topbar */
.BarTable
{
	font-family: Verdana;
    font-size: medium;
    color: #00477E;
    background-color:Transparent;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0 auto;
    border-collapse: collapse;
	width:890px; 
	height:25px;
	}
/* Side Table conatining login/catalogue/cart..*/
.SideTable
{
	width: 180px; 
	height:100%;
	vertical-align:top; 
	text-align:left; 
	}
/* Footer of masterpage */
    #footer {
    position: absolute;
    bottom: 0;
    /*background-color: #ccffcc;*/
    width: 100%;
    text-align: center;
    background: #fff url(images/Design/bg_bar.png) repeat-x;
}

.FooterStyle
{
color: #333399;
font: 12px verdana;
padding-top: 5px;
}
.FooterStyle a
{
color: #333399;
font-size: 12px;
} 

/* Footer of masterpage Div inside footer */
.provider 
{    
	color: #009;  
	font: 8pt verdana, arial, helvetica, tahoma, sans-serif;  
	font-style: italic;  
	font-weight: bold;  
	text-align: left;  
	width: 45%;
	float:left;
} 
/* Footer of masterpage Div inside footer */
.copyright 
{ 	color: #009;  
	font: 8pt verdana, arial, helvetica, tahoma, sans-serif;  
	font-style: italic;  
	font-weight: bold;  
	text-align: left;  
	/*width: 50%;*/
	margin-left: 10px;
	
} 




/*.BodyTable
{
	font-family: Verdana;
    font-size: small;
    color: #00477E;
    background-color: #FFFFFF;
    padding: 1em;
    margin: 1em;
    border: solied 1px black;
    width: 890px;
	}	
.CatDiv
{
	width: 180px;
	text-align:left;
	}
*/
/*****************/
/*  Default page */
/*****************/
/*  Dashboard area */
#DashAdmin
{
	width: 575px;
	height: 53px;
	background-image: url(Images/Dashboard/Admin.png);
	border-top: solid 1px #92b4e0;
	border-right: solid 1px #92b4e0;
	}
#DashProducer
{
	width: 575px;
	height: 53px;
	background-image: url(Images/Dashboard/Producer.png);
	border-top: solid 1px #92b4e0;
	border-right: solid 1px #92b4e0;
	}
#DashManager
{
	width: 575px;
	height: 53px;
	background-image: url(Images/Dashboard/Manager.png);
	border-top: solid 1px #92b4e0;
	border-right: solid 1px #92b4e0;
	}
#DashCustomer
{
	width: 575px;
	height: 53px;
	background-image: url(Images/Dashboard/Customer.png);
	border-top: solid 1px #92b4e0;
	border-right: solid 1px #92b4e0;
	}
#DashInternet
{
	width: 575px;
	height: 53px;
	background-image: url(Images/Dashboard/Internet.png);
	border-top: solid 1px #92b4e0;
	border-right: solid 1px #92b4e0;
	border-bottom: solid 1px #92b4e0;
	}
	
/*  Reorder table on Default page */
.RecentTitle
{
	background-image: url(Images/Design/bg_recent.png);
	height: 18px;
	border: solid 0px #92b4e0;
	}
.RecentTable
{
	vertical-align: top;
	border-width: 0;
	background-image: url(Images/Design/bg_login.png);
	background-repeat: repeat-x;
	}
	
/***************/
/*	Login Page */
/***************/	
.logintable
{
	width: 480px;
	height: 280px;
	background-image: url(Images/Design/bg_login.png);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	border-color: #92b4e0;
	border-style: solid;
	border-width: thin;
	}
	
/*******************/
/*	MyAccount page */
/*******************/
.myaccounttable
{
	width: 480px;
	height: 450px;
	background-image: url(Images/Design/bg_myaccount.png);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	border-color: #92b4e0;
	border-style: solid;
	border-width: thin;
	}
	
/********************************/
/* Company Catalogue and Layouts*/
/********************************/
/*	Search Area in Catalogue */
.trSearch  
{
	background-color: #d9ecff;		
}		
/* Producers/Admins dropdowns on Catalogue */
.trDropdowns 
{
	background-color: #d9ecff;
}
/* Notes and Description Area on Catalogue */
.trNotesArea 
{
	background-color: #d9ecff;
}
/* Main Products Table - Company Catalogue (All layouts)*/
.ProductsTable
{
	font-family: Verdana;
    font-size: small;
    color: #00477E;
    background-color: #d9ecff;
    padding: 1em;
    margin: 1em;
    border: Solid 0px #00477E;
    /*border-collapse: collapse;*/
    width: 675px;
	}	
/* Outer Grid Style surrounding all products NEW */
.OuterGridStyle
{
	text-align:Center;
	vertical-align:Top;
	background-color:#d9ecff;
	border: solid 3px #c9dcef;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	
}
/* Style for Grid layouts (Grid and Folder)  */
.GridStyle
{
	text-align:Center;
	vertical-align:Top;
	background-color:#d9ecff;
	border: 0px;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	
}
/* Product Image frame 
   Public Product Name */
.themebgcolor
{
	background-color: #7aa5cc;
	border: 0px;
}

.themeheaderbgcolor
{
	background-color: #c7e0ee;
}
/* Style for LayoutFixedGrid Product title td */
.FixedGrid	
{
	height: 40px; 
	background-image: url(Images/Design/bg_fixed.png);
	/* background-color: #EAD78B; */
	
}


/* Blocks td Product Name (Company/BlockAssetProduct, BlockAssetDBProduct and BlockDBProduct */
.BlockTop
{
	background-image: url(images/blocks3/top.png); width:680px; height: 43px;
	}
/* Blocks td enclosing table (Company/BlockAssetProduct, BlockAssetDBProduct and BlockDBProduct */
.BlockBody
{
	background-image: url(images/blocks3/body.png); background-repeat: repeat-x;width: 680px;
	}	
	
/* Blocks Box end
.BlockFields
{
	background-image: url(Images/Design/bg_login.png);
	}
	*/
.CenterStep
{
	text-align: center;
	border-bottom: solid 0px white;
	}

/*	Production/OrderDetail outside tables */
.SubTitle
{
	background-color: #E8E8E8;
}
/*	Production/OrderDetail inside tables (count 3)
	MGT_Catalogue/XMPieEditProduct and XMPieCustomization inside tables */
.TableInTable
{ 
    font-family: Verdana;
    font-size: small;
    color: #00477E;
    background-color: #92b4e0;
	}
/*	Production/OrderDetail (Table Row) Header of inside table */	
.SubSubTitle
{
	background-color: #F8F8F8;
}
/* 	Production/OrderDetail (Table Cell) Title field*/	
.tdTitle
{
	height: 12px;
	}
/* 	Production/OrdepDetail (Table Cell) Value field */	
.tdValue
{
	height: 12px;
	background-color: #F0F0F0;
	}
/*	Company/Layout files - SKU Cell
	Aslo used in Title for Send Us a File (Deactivated for this version)*/
.tdSKUTitle
{
	background-color:#92b4e0; 
	color:White;
}	

/*.Banner
{
    background-color: #FFFFFF;
    height: 50px;
}*/

.Menu /* Top Line */
{
    background-color: #FFFFFF;
    height: 10px;
}

.Side
{
    background-color: #F8F8F8;
    height:100%;
}

.Main
{
    background-color: #FFFFFF;
    height:860px;
}

div.Collapse
{
    width:100%;
    height: 30px;
    /*background-color:ActiveCaption; */
    background:url('../../Resources/Images/Global/Background/Collapse_Title_Blue_Bg.png');
    color:White;
}

/* FROM TELERIK */
.module {
	border:1px solid #DADADA;
	padding:12px;
	background: #fff url(../Img/moduleBg.gif) repeat-x;
	font-family: Arial, Verdana;
	font-size:11px;
	color:#333333;
	vertical-align:top;
	margin-right: 3px;
}
.module TD, .module A 
{
	font-size:11px;
	color:#333333;
}
.EditFormButtonRow A { FONT-SIZE: 12px; COLOR: green }
.EditFormHeader TD { FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-TOP: 4px; TEXT-ALIGN: center }
.previewPane
{
    background-color: #fff;
    background-image: url(Images/previewPaneBg.gif);
    background-repeat: no-repeat;
}
.infoPane
{
    background-color: #fff;
    background-image: url(Images/infoPaneBg.gif);
    background-repeat: no-repeat;
}
.infoPaneBg
{
    margin-top: 20px;
    background-color: #fff;
    background-image: url(Images/grayBg.gif);
    background-repeat: no-repeat;
    height: 192px;
    width: 272px;
}
.imageDetailsHeader
{
    font: bold 16px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 5px;
}
.details
{
    font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    margin-left: 30px;
    width: 230px;
    vertical-align: middle;
    margin-bottom: 4px;
}
.detailsTxtBox
{
    font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    height: 13px;
    border: solid 1px #ccc;
}
a.editBtns, a.editBtns:link, a.editBtns:visited, a.editBtns:active, a.editBtns:focus
{
    text-decoration: none;
    border: solid 1px #808080;
    display: inline-block;
    width: 50px;
    font: bold 11px Arial, Verdana, Helvetica, Sans-serif;
    text-align: center;
    margin-top: 4px;
    background-color: #e8e8e8;
    color: #808080;
}
a.editBtns:hover
{
    color: #3b3b3b;
}
.thumbsViewer
{
    background-color: #fff;
    background-image: url(Images/thumbsBg.gif);
}
.RotatorImage
{
    margin:0px 11px;
    cursor:hand;
    cursor: pointer;
}
/****************************/
/* CONTROLS */
.groovybutton
{
   font-size:11px;
   font-family:Verdana,sans-serif;
   color: White; /*#437bbd;*/
   width:120px;
   height:30px;
   background-image: url(Images/Design/bg_Button.png);
   background-repeat: repeat-x;
   border-top-style:solid;
   border-top-color:#AAAAAA;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#AAAAAA;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#FFEEDD;
   border-left-width:1px;
   border-right-style:solid;
   border-right-color:#FFFFFF;
   border-right-width:1px;
}

.checkoutbutton
{
   font-size:14px;
   font-family:Verdana,sans-serif;
   color: White; /*#437bbd;*/
   width:120px;
   height:18px;
   background-image: url(Images/Design/bg_Button.png);
   background-repeat: repeat-x;
   border-top-style:solid;
   border-top-color:#AAAAAA;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#AAAAAA;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#FFEEDD;
   border-left-width:1px;
   border-right-style:solid;
   border-right-color:#FFFFFF;
   border-right-width:1px;
   font-style:normal;
   vertical-align:bottom;
}


/* ORDER STATUp */
.Current	/*Current Order*/
{ background-color:	#FFFFFF;}
.Completed	/*Completed Order*/
{ background-color:	#2278fe;}
.Cancelled	/*Cancelled Order*/
{ background-color:	#D8D8D8;}
.Pending	/*Pending Gatekeeper Release*/
{ background-color:	#ff9494;}
.InProduction	/*Order in Production*/
{ background-color:	#fcf8ae;}
.InShipping	/*Order in Shipping*/
{ background-color:	#b3d1ff;}
.InBilling	/*Order in Billing*/
{ background-color:	#d2e3f9;}
.Released	/*Order released to Production*/
{ background-color:	#FFFFFF;}
.Passed	/*Pending Dealer Release*/
{ background-color:	#ef8484;}

/* Global */
.ThemeBg
{
	background-image: url(Images/Design/bg_myaccount.png);
	background-repeat: repeat-x;
	}
	
/* Reports */
.ReportHead
{
	background-color: #7ea5e4;
	vertical-align:middle;
	text-align: left;
	border: solid 1 #7ea5e4;
	border-bottom-style: groove;
	border-right-style: groove;
}
.ReportAlt1
{
	background-color: #cae4ff;
	vertical-align:middle;
	text-align: left;
	border: solid 1 #7ea5e4;
	border-bottom-style: groove;
	border-right-style: groove;
}
.ReportAlt2
{
	background-color: #d9ecff;
	vertical-align:middle;
	text-align: left;
	border: solid 1 #7ea5e4;
	border-bottom-style: groove;
	border-right-style: groove;
}

/* Checkout Page, table emulating radgrid */
.tableCheckout
{
	width: 100%;
	border: 2;
	padding: 2;
	font-size: x-small;
	font-family: Verdana, Lucida Sans;
	background-color: #7ea5e4;
	}
.trCheckout
{
	background-color: #d9ecff;
	}
.trAltCheckout
{
	background-color: #cae4ff;
	}
/*************************************/
/* CART */
.CartOuter
{
	/* NOTE: Width is controlled by Company */
	/* Enabling it here will overwrite the company settings*/
	/* width: 100%; */ 
	padding: 2;
	font-size: x-small;
	font-family: Verdana, Lucida Sans;
	/*background: url('images/images/Menu_Black.gif') repeat-x;*/
	background-color: Transparent;
	}
.CartInner
{
	width: 100%;
	font-size: x-small;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	font-family: Verdana, Lucida Sans;
	color: Navy;
	background-color: #8eb5f4;
	border: solid 1 white;
	}	
.CartAboveCaption
{
	height: 10px;
	vertical-align: middle;
}
.CartCaption
{
	height: 20px;
	vertical-align: middle;
	text-align: center;
}
.CartBelowCaption
{
	height: 5px;
	}
.CartBottom
{
	height: 10px;
	}		
.tdCart
{
	background-color: #d9ecff;
	}
.tdAltCart
{
	background-color: #cae4ff;
	}
/*************************************/	
/* XMPIE - Store Front*/
.actionpage
{
	text-align: center;
	width: 680px;
	vertical-align: top; 
	margin: 5px;
}

.buttonsarea
{
	text-align: center;
	width: 680px;
	vertical-align: top; 
	margin: 0px;	
}
.tableXmpieJPG
{
	background-image: url(Images/Design/bg_myaccount.png);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	border-color: #92b4e0;
	border-style:outset;
	border-width: medium; 
	margin: 5 5 5 5;
	
		}
		
/* Accordion: Used in Blocks Standard */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #D3DEEF;
    /*border: 1px dashed #2F4F4F;*/
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* Menu Button */
.menubutton
{
   font-size:11px;
   font-family:Verdana,sans-serif;
   color: White; /*#437bbd;*/
   width:168px;
   height:30px;
   background-image: url(Images/Design/menuButton.png);
}

/* XMpie Custom Page, table for Assets thumbnails */
.tableAsset
{
	padding-top: 8px;
	font-size: x-small;
	font-family: Verdana, Lucida Sans;
	background-color: #94baf6; /*94baf6*/
	}

/* Help Div id*/
#helpdiv
{
	border: 0; 
	background: url(Images/Design/Helpbg.gif); 
	position: absolute; 
	margin-left: auto; 
	margin-right: auto; 
	width: 586px; 
	height: 462px; 
	left: 180px; 
	top: 100px; 
	display: none; 
	z-index: 100;
}

#helpinsidediv
{
	/*background-color: Olive;*/
	margin-left: 20px; 
	margin-top: 38px; 
	width: 546px; 
	height: 380px; 
	text-align: center;
	color: Black;
	}

.popMainDiv
{
	width: 100%; 
	text-align:center;
	}
.popTopicDiv
{
	margin-left: 5%;
	width: 90%; 
	text-align:center;
	background-color:#808080;
	}
.popContentsDiv
{
	margin-left: 5%;
	width: 90%; 
	background-color:White;
	}	
	
/* Company and Producer dropdowns and other options Row */
#divhead
{
	padding-top: 8px;
	/*background-color: #87ade7;*/
	/*background-image: url(Images/Design/bgDrops.png);*/
	height:30px; 
	vertical-align: baseline;
	text-align: center;
}

/* Add New HyperLink Row */
#divnew
{
	padding-top: 4px;
	clear:left; 
	height:25px; 
	vertical-align: middle;
	/*background-color: #cae4ff;*/
}

/* Associate Product with Image ROTATOR */
/* div: enclosing parameter dropdpowns and out frame surrounding the Image rotator */
.rotmodule 
{
	border:1px solid #DADADA;
	padding:12px;
	font-family: Verdana, Arial ;
	font-size:11px;
	color:#333333;
	vertical-align: middle;
	margin-right: 3px;
	width: 300px;
	height: 350px;
}
/* div: inner frame surrounding the Image rotator */
.rotdetails
{
	/*border: solid 1px #808080;*/
    font: normal 11px Verdana, Arial, Helvetica, Sans-serif;
    color: #666666;
    width: 100%;
    height: 300px;
    vertical-align: middle;
    text-align: center;
}

/* Used in Company Details */
.Shaded
{
	background-color: #F0F0F0;
}
/* Used in Layout pages for Catalogue folder option at top */
.FoldersTable
{
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	/*width: 600px;*/
}
.FoldersRow
{
	border: solid 1 Navy;
}
.FoldersCell
{
	width: 100px;
}
.FoldersImage
{
	padding: 5px 5px 5px 5px;
	}
.TopFolderForAutoText
{
    color: #000000;   
}
/* Abstract Page */
.AbstractTable
{
	/*
	border-top-style: solid;
	border-top-color: Navy;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: Navy;
	border-left-width: 1px;
	border-right-style: double;
	border-right-color: Navy;
	border-right-width: 3px;
	border-bottom-style: double;
	border-bottom-color: Navy;
	border-bottom-width: 3px; 
	*/
	width: 95%;
	}
.AbstractCell
{
	text-align: left;	
	padding: 10px;
}
.AbstractPriceTableCell
{
	text-align: left;
	padding: 10px;
}
/* Coupon area in Billing Page */
div.CouponBackground
{
	background: transparent url(Images/Design/CouponBg.png) no-repeat 20px 0px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	line-height: 21px;
}

/*************************************/
/* Product Info Area 10 October 2008 */
/*************************************/
/* Product Info Main Area */
.InfoArea_Main
{
	/* Do not use Width as it is controlled in code */
	/*background-color: White;*/
	text-align: left;
	}	
/* Product Name and SKU area */
.InfoArea_ProductName
{
	/* Do not use Width as it is controlled in code 
	background-image: url(images/panels/top.png); */
	height: 33px;
	text-align: left;
	padding: 10px 0px 0px 0px; /* Don't change Left or Right Padding */
	}
.InfoArea_SKU
{
	/* Do not use Width as it is controlled in code */
	background-image: url(images/panels/top.png); 
	height: 33px;
	text-align: right;
	padding: 10px 0px 0px 0px; /* Don't change Left or Right Padding */
	}
.InfoArea_Image
{
	/* Do not use Width as it is controlled in code */
	text-align: center;
	}		
.InfoArea_Info
{
	/* Do not use Width as it is controlled in code */
	background-image: url(images/panels/body.png);
	text-align: left;
	}			
.InfoArea_Preview
{
	background-image: url(images/panels/body.png);
	text-align: center;
}
.InfoArea_Separator
{
	clear: both;
	height:3px; 
	width: 100%;
}

/**************************************************************/
/*	Blocks Default - Classes     22 October 2008              */
/************************************p*************************/
/* Note: Text is controlled by Label Skins and Textboxes Skin */
.FieldsTable
{
	/*width: 700px;*/
	margin: 2px 2px 2px 2px;
	border-collapse: separate;
	margin: 1px 1px 1px 1px;
	/*background-color: #92b4e0;*/
	background: url(Images/Design/bg_myaccount_yell.png) repeat-x;
}
.FieldCellName
{
	/*background-color: #F0F0F0;*/
	padding: 4px 4px 4px 4px;
	width: 120px;
	text-align: right;
	/*background-color: #fff5e7;*/
	/*background: url(Images/Design/bg_myaccount.png) repeat-x;*/
}
.FieldCellValue
{
	/*background-color: #E0E0E0;
	background-color: #fff8ef;*/
	padding: 4px 4px 4px 4px;
	width: 300px;
	text-align: left;
}
.FieldInnerCellName
{
	background-color: #F0F0F0;
	padding: 2px 2px 2px 2px;
	width: 90px;
	text-align: right;
}
.FieldInnerCellValue
{
	background-color: #E8E8E8;
	padding: 2px 2px 2px 2px;
	width: 200px;
	text-align: left;
}

/**************************************************************/
/*                   Abstract Popup Page                      */
/*			          22 February 2009                        */
/**************************************************************/
.l  {background: url(images/corners/l.gif) repeat-y; width: 40px;}
.r  {background: url(images/corners/r.gif) repeat-y; width: 40px;}
.t  {background: url(images/corners/t.gif) repeat-x; width: 100%;}
.b  {background: url(images/corners/b.gif) repeat-x; width: 100%;}
.abscontents  {padding: 10px 10px 10px 10px; background-color: White;}
.myabstract {background: url(images/design/absbg.png) repeat-x; width: 100%;}
/**************************************************************/

/**************************************************************/
/*    PRODUCT EXTRA DETAILS Panel                             */
/**************************************************************/
.extraprices
	{
	background: url(images/design/bg_myaccount.png) repeat-x; 
	width: 97%; 
	padding:  0px 5px 0px 5px;
	text-align: left;
	}

/**************************************************************/
/*    Price Table             */
/**************************************************************/
.PriceTableTitle
{
	/*background-image: url(Images/Design/bg_recent.png);*/
	height: 20px;
	border: solid 0px #92b4e0;
	padding: 3px 1px 1px 1px;
	}
.PriceTableTable
{
	width: 95%;
	vertical-align: top;
	border-width: 0;
	background-image: url(Images/Design/bg_login.png);
	background-repeat: repeat-x;
	}
	
/**************************************************************/
/*    Xmpie Fields Page                                       */
/**************************************************************/
.XmpieFieldsPage
{
	/*background-image: url(images/panels/top.png); */
	background-color:#E0E0E0;
	width: 100%;
	}

.XmpieUploadTable
{
	/*background-image: url(images/panels/body.png); */
	background-color: #E0E0E0;
	width: 100%;
	}
.XmpieUploadRowCaption
{
	/*background-image: url(images/panels/body.png); */
	background-color: #C0C0C0;
	}	
.XmpieUploadCell /* Recipients Panel */
{
	/*background-image: url(images/panels/body.png); */
	padding: 2px 2px 2px 2px;
	text-align: center;
	}	
.XmpieUploadAssetCell  /* Assets Panel */
{
	/*background-image: url(images/panels/body.png); */
	padding: 2px 2px 2px 2px;
	text-align: center;
	width: 100%;
	}		
	
/************************/	
/* INSIDE PRODUCT PAGES */
/************************/
div#product_top
{
	/*background: url(images/product/product_top.png) repeat-x;*/
	height: 10px;
	}

div#product_bottom
{
	/*background: url(images/product/product_bottom.png) repeat-x;*/
	height: 10px;
	}
		
div#product_content
{
	/*background: url(images/product/product_body.png) repeat-y;*/
	background-color: #FFFFFF;
	padding: 1px 1px 1px 1px;
	}
	
table#product_outer	
{
	width: 100%;
	border: solid 1 Black;
	padding: 1px 1px 1px 1px;
	}
table#product_inner
{
	width: 100%;
	}
	
/****************************************/
/* PRODUCT DETAILS and IMAGE Sub_Panels */
/******p*********************************/
/* DETAILS PANEL */
div#product_details_top
{
	/*background-color: #d9ecff;
	height: 5px;*/

	}
div#product_details_body
{
	/*background-color: #c9dcef;
	padding: 2px 2px 2px 2px;*/
	}
div#product_details_bottom
{
	/*background-color: #d9ecff;
	height: 20px;*/
	
	}	
/* IMAGE PANEL */
div#product_image_top
{
	/*background-color: #d9ecff;
	height: 5px;*/
	}
div#product_image_body
{
	/*background-color: #c9dcef;*/
	padding: 2px 2px 2px 2px;
	text-align: center;
	
	}
div#product_image_bottom
{
	/*background-color: #d9ecff;
	height: 20px;*/
	
	
	}	
/****************************************/
/*			DEFAULT PAGE	     		*/
/****************************************/
div#default_top
{
	/*background-color: #c9dcef;
	height: 5px;*/
	}
div#default_body
{
	/*background-color: #d9ecff;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-style: ridge;
	border-color: #d9ecff;
	border-width: 2px;*/
	
	}
div#default_bottom
{
	/*background-color: #c9dcef;
	height: 5px;*/
	}

#footer {
    position: absolute;
    bottom: 0;
    background-color: #ccffcc;
    width: 100%;
    text-align: center;
    background: #fff url(images/Design/bg_bar.png) repeat-x;
}
/**************************************************************/
/*    PRODUCTION NEW    March 2009                            */
/**************************************************************/
/* To be used for popups in production */
.ProdTable 
{
	background-color: #F0F0F0;
	padding: 5px 5px 5px 5px;
	}	

/**************************************************************/
/*    IMAGE PREVIEW WINDOW                                    */
/**************************************************************/
div#Preview_Top
{
	background-color: #FFFFFF;
	height: 10px;
	width: 100%;
	}
div#Preview_Content
{
	width: 100%;
	background-color: #FFFFFF;
	margin: 0 auto; 
	vertical-align: middle;
	text-align: center;
	}
div#Preview_Bottom
{
	background-color: #FFFFFF;
	height: 10px;
	width: 100%;
	}
.PreviewImage
{
	border-color: Black;
	border-style: solid;
	border-width:thick;
	}
	


/**************************************************************/
/*    RELATED PRODUCTS   June 2009                            */
/**************************************************************/
.down
{
    border: 0px;
    background-color: transparent;
    cursor: hand;
}

.up
{
    border: 0px;
    background-color: transparent;
    cursor: hand;
}

.left
{
    border: 0px;
    background-color: transparent;
    cursor: hand;
}

.right
{
    border: 0px;
    background-color: transparent;
    cursor: hand;
}

/* RAD EDITOR AS TEXTBOX  START*/
    /* The following CSS needs to be copied to the page to produce textbox-like RadEditor */
    .reWrapper_corner, .reWrapper_center 
    {
        display: none !important;                
    }
                
    .reLeftVerticalSide, 
    .reRightVerticalSide, 
    .reToolZone,
    .reToolCell
    {
        background: white !important;
    }
    
    .reContentCell
    {
        border-width: 0 !important;
    }
    
    .formInput
    {
       border: solid 1px black;
    }
    
    .RadEditor
    {
        filter: chroma(color=c2dcf0);
    }
/* RAD EDITOR AS TEXTBOX  END*/

/* FOR RADGRID As DATALIST - Center Image */
.Ditem, .DalternatingItem
{
   float: left;
   padding: 15px;
   margin: 5px;
   width: 175px;
   height: 120px;
   border: 1px solid threedshadow;
}
.Ditem
{
   background: whitesmoke !important;
}
.DalternatingItem
{
   background: window !important;
}
.Ditem:hover, .DalternatingItem:hover
{
   background: silver !important;
} 

/* FOR RADGRID As DATALIST - Left Image*/
.DitemTwo, .DalternatingItemTwo
{
   float: left;
   padding: 10px;
   margin: 5px;
   width: 258px;
   height: 140px;
   border: 1px solid threedshadow;
}
.DitemTwo
{
   background: whitesmoke !important;
}
.DalternatingItemTwo
{
   background: window !important;
}
.DitemTwo:hover, .DalternatingItemTwo:hover
{
   background: silver !important;
} 
.DItemTwoTDLeft
{
    width: 50%;
    }
DItemTwoTDRight
{
    width: 50%;
    }

/* FOR RADGRID As DATALIST - END*/

/* Setting for Panel with Group Text */
.PanelLegend legend
{
    color: Navy;
}
/* *************************************************** */
/* ********************************* */
/* ORDER PANEL */
/* ********************************* */
.OrderTable
{
    width: 80%; 
    border: solid 2px #E0E0E0;
	background:  #F0F0F0; /*#F8F8F8;*/
	}
.OrderInnerTable
{
    width: 100%; 
    border: solid 1px #D0D0D0;
	background:  #F0F0F0;
}	
.OrderLeftTable
{
    width: 100%; 
    border: solid 0px #D0D0D0;
    background:  #F0F0F0;
    }
.OrderRightTable
{
    width: 100%; 
    border: solid 0px #D0D0D0;
    background:  #F0F0F0;
    }    

/**************************************************************/
/*                     Product Table                          */
/*			           18 August 2010                         */
/**************************************************************/
.ptl {background:url(images/corners/product_top_left.png) no-repeat;height:8px;width:9px;}
.pt  {background:url(images/corners/product_top.png) repeat-x;height:8px;}
.ptr {background:url(images/corners/product_top_right.png) no-repeat;height:8px;width:9px;}

.pl  {background:url(images/corners/product_left.png) repeat-y;width:9px;}
.py  {background:url(images/corners/product_body.png) repeat;}
.pr  {background:url(images/corners/product_right.png) repeat-y;width:9px;}

.pbl {background:url(images/corners/product_bottom_left.png) no-repeat;height:8px;width:9px;}
.pb  {background:url(images/corners/product_bottom.png) repeat-x;height:8px;}
.pbr {background:url(images/corners/product_bottom_right.png) no-repeat;height:8px;width:9px;}
