/* # id --- . Class*/
/**************************************************************/
/*    Finger Print Pics related            START              */
/**************************************************************/
/* TAG STYLES */
body
{
	/*background: url(images/bg_body.png) repeat-x #ffffff;*/
	font-family: Arial, Helvetica;
	font-size: 0.8em;
	text-align: center;
	color: #000000;
}

h1, h2, h3
{
	color: #f89321;	
	padding: 0 0 5px 0;
	font-size: 1.4em;
	line-height: 1em;
	margin: 0 0 1.2em 0;
}

div#content p, div#content ul, div#content address, div#content dl
{
	/*margin: 0 0 1.2em 0;  Commented out 1009/10/07 for TabStrip*/
}

a
{
	color: #f7921e;      
	font-weight: normal;
	text-decoration: none;
	/*font-size: medium;*/
}

a:hover
{
	text-decoration: underline;
}

strong
{
	font-weight: bold;
	color: #f7921e;

}

table td
{
	vertical-align: top;
}

/* END OF TAG STYLES */

/* DIV ID STYLES */

div#page_container, div#bg_content_footer
{
	width: 955px;
}

div#page_container
{
	margin: 0px auto 0px auto;
	text-align: left;
}

div#bg_backend
{
	background: url(images/images/bg_backend.png) repeat-y;
	width: 955px
}

div#header
{
	height: 121px;
	width: 945px;
}

div#header div#logo, div#header div#header_links
{
	float: left;
}

div#header div#logo
{
	width: 289px;
}



div#header div#header_links
{
	padding: 93px 0 0 0;
	width: 645px;
	text-align: right;
}

div#header div#header_links, div#header div#header_links a
{
	color: #FFF;
}

div#content
{
	background: url(images/images/bg_content.jpg) no-repeat;
	padding: 0 0 0 10px;
	width: 945px;
}

div#content_footer
{
	background: url(images/images/bg_content_footer.png) no-repeat;
	height: 11px;
	width: 955px;
}

div#content, div#content ul p
{
	color: #737b6f;
}

div#content ul
{
	color: #f7921e;
/*	list-style-type: disc;
*/	/*margin-left: 30px;   Commented out 1009/10/07 for TabStrip*/
}

div#content ul p
{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

div#content p, div#content address, div#content ul, div#content dt, div#content dd, div#content label
{
	font-size: 0.9em;
}

div#content dt
{
	font-weight: bold;
}

div#content_body, div#content_body_top, div#content_body_bottom
{
	width: 935px;
}

div#content_body
{
	background: url(images/images/bg_content_body.png) repeat-y;
}

div#content_body_top
{
	background: url(images/images/bg_content_body_top.png) no-repeat;
	height: 31px;
}

div#content_body_bottom
{
	background: url(images/images/bg_content_body_bottom.png) no-repeat;
	height: 37px;
}

div#content_body_left
{
	float: left;
}
div#content_body_right
{
	float: right;
}

div#content_body_left
{
	width: 200px; /*184px;*/
	margin: 0 0px 0 0;
	padding: 0 0 0 10px;
}

div#content_body_right
{
	width: 710px;
	padding: 0px 10px 0px 0px;
}

div#breadcrumbs
{
	text-align: right;
	border-bottom: 2px #cac0b4 dotted;
	padding: 0 0 1.0em 0;
	margin: 0 0 1.0em 0;
}

div#breadcrumbs a
{
	color: #968674;
	/*background: url(images/images/bg_breadcrumbs.png) 0 3px no-repeat;*/
	padding: 0 10px 0 20px;
}

div#product_item, div#product_item_top, div#product_item_bottom, td#product_item, td#product_item_top, td#product_item_bottom
{
	width: 205px;
	margin: 0 32px 0 0;
}

div#product_item, table#product_item
{
	background: url(images/images/product_item.png) repeat-y;
	text-align: center;
	color: #000;
	font-size: 0.8em;

}

div#product_item_top, td#product_item_top
{
	background: url(images/images/product_item_top.png) no-repeat;
	height: 10px; 
	
}

div#product_item_bottom, td#product_item_bottom
{
	background: url(images/images/product_item_bottom.png) no-repeat;
	height: 10px; 
	/*margin: 0 0 1.2em 0;*/
}

div#sku
{
background: #bfb5a9;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.2em 0;
	padding: 5px 0;
}

div#fpfooter
{
	border-top: 1px #c8c8c8 solid;
	border-bottom: 1px #c8c8c8 solid;
	font-size: 0.85em;
	font-weight: bold;
	color: #b2b2b2;
	padding: 5px 0;
	margin: 10px 0 1.2em 0;
	text-align: right;
	background-color: White;
	width: 955px; 
	height: 16px;
}

div#fpfooter img
{
	padding: 0 0 0 10px;
}

div#fpfooter a
{
	color: #f7921e;
	text-decoration: none;
	padding: 0 5px;
	font-weight: normal;
}

div#footer a:hover
{
	text-decoration: underline;
}
.clear
{
	clear: both;
}

div#cataloguediv
{
	padding: 0px 0px 0px 10px; 
	text-align: left;
	}
div#cartdiv
{
	padding: 0px 0px 0px 0px; 
	text-align: left;
	}	
	
	
/* END OF DIV ID STYLES */

/**************************************************************/
/*    Finger Print Pics related            END                */
/**************************************************************/

/*  Generic HTML tag */
/*html
{	min-height: 100%;
    height: 100%;
}*/
/*  For specifing width and location of used space. 
	Masterpages uses this usually for centering */
/*#content {
        margin: 0 auto;
        width: 880px;
        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;
}
/* For Pages without MasterPage (usually production popups */
table td
{
	color: Black;
}
body#No_MP
{
	background: #FFFFFF;
}

/*  Main table behind all controls on a page including banner, menus and products */
.MainTable
{
    font-family: Verdana;
    font-size: medium;
    color: #000000;
    background-color: Transparent;  /*#d9ecff;#FFFFFF;*/
    padding: 0em;
    margin: 0em;
    border: 0em;
    border-collapse: collapse;
    /*width: 950px;*/
}
/*  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: #000000;
    background-color:Transparent;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0 auto;
    border-collapse: collapse;
	/*width:950px; */
	height:25px;
	}
/* Side Table conatining login/catalogue/cart..*/
.SideTable
{
	/*width: 180px; */ /* Remove for other themes after properly setting the Cart */
	height:100%;
	vertical-align:top; 
	text-align:left; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*background-color: Red;*/
	}
/* Footer of masterpage 
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #fff url(images/Design/bg_bar.png) repeat-x;
}*/
/* 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: #000000;
    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 #924e0;
	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: 25px;
	border: solid 0px #92b4e0;
	padding: 5px 0px 0px 0px;
	}
.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: #897f75;
	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: #897f75;
	border-style: solid;
	border-width: thin;
	color:black

	}
	
/********************************/
/* Company Catalogue and Layouts*/
/********************************/

/*	Search Area in Catalogue */
.trSearch  
{
	background-color:  Transparent; /*#d9ecff;*/	
	width: 645px;	
	text-align: center;
}		
/* Producers/Admins dropdowns on Catalogue */
.trDropdowns 
{
	background-color: Transparent; /*#d9ecff;*/
	width: 645px;
	text-align: center;
}
/* Notes and Description Area on Catalogue */
.trNotesArea 
{
	background-color:  Transparent; /*#d9ecff;*/
	width: 645px;
	text-align: center;
}
/* Main Products Table - Company Catalogue (All layouts)*/
.ProductsTable
{
	font-family: Verdana;
    font-size: small;
    color: #000000;
    background-color: Transparent; 
    padding: 1em;
    margin: 1em;
    border: solid 0px #000000;
    width: 645px;
    padding: 0px 10px 0px 10px;
    text-align: center;
	}	
/* 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: solid 1px #F0F0F0;
	padding: 2px 0px 2px 0px;
	/*margin: 2px 2px 2px 2px;*/
	width: 205px;
	
}
/* Product Image frame 
   Public Product Name */
.themebgcolor
{
	/*background-color: #7aa5cc;*/
	background-image: url(images/design/Bg.png);
	border: solid 3px #c7e0ee;
}

.themeheaderbgcolor
{
	background-color: #c7e0ee;
	border: solid 1px #F0F0F0;
}
/* Style for LayoutFixedGrid Product title td */
.FixedGrid	
{
	height: 40px; 
	background-image: url(images/Design/bg_fixed.png);
	/* background-color: #EAD78B; */
	
}
/* Blocks td enclosing table (Company/BlockAssetProduct, BlockAssetDBProduct and BlockDBProduct */
.BlockBody
{
	background-image: url(images/panels/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: #000000;
    background-color: #92b4e0;
	}
/*	Production/OrderDetail (Table Row) Header of inside table */	
.SubSubTitle
{
	background-color: #8F8F8;
}
/* 	Production/OrderDetail (Table Cell) Title field*/	
.tdTitle
{
	height: 12px;
	}
/* 	Production/OrderDetail (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('images/Design/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: #FFFFFF; /*#437bbd;*/
   width:120px;
   height:18px;
   /*background-image: url(images/Design/bg_Button.png);*/
   background: #f7921e;
   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-ight-style:solid;
   border-right-color:#FFFFFF;
   border-right-width:1px;
   font-style:normal;
   vertical-align:bottom;
}


/* ORDER STATUS */
.Current	/*Current Order*/
{ background-color:	#EFEFEF;}
.Completed	/*Completed Order*/
{ background-color:	#c8bfb6;}
.Cancelled	/*Cancelled Order*/
{ background-color:	#D8D8D8;}
.Pending	/*Pending Gatekeeper Release*/
{ background-color:	#f07d15;}
.InProduction	/*Order in Production*/
{ background-color:	#fcf8ae;}
.InShipping	/*Order in Shipping*/
{ background-color:	#dbcdc2;}
.InBilling	/*Order in Billing*/
{ background-color:	#d9efe2;}
.Released	/*Order released to Production*/
{ background-color:	#f4f3ec;}
.Passed	/*Pending Dealer Release*/
{ background-color:	#ef8484;}

/* Global */
.ThemeBg
{
	background: #FFFFFF;
	border-color: White;
	border-style: solid;
	border-width: 2px;
	/*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%;
	font-size:small;
	font-family: Arial, Verdana, Lucida Sans;
	color: Black;	
	background: #bfb5a9; 
	/*padding: 1px 1px 1px 1px;*/
	border-color: #bfb5a9;
	border-width: 1px;
	border-style: solid;
	}
.trCheckout
{
	background-color: #f0f0f0; /*#474747; #d9ecff;*/
	}
.trAltCheckout
{
	background-color: #f0f0f0; /*#cae4ff;*/
	}	
/*************************************/
/* CART */
.CartOuter
{
	/* NOTE: Width is controlled by Company */
	/* Enabling it here will overwrite the company settings*/
	/* width: 100%; */
	font-size: x-small;
	font-family: Verdana, Lucida Sans;
	background: url('images/images/Menu_Black.gif') repeat-x;
	background-color: Black;
	text-align: left;
	margin-left: 0px;
	padding: 0px 20px 0px 0px;
	}
.CartInner
{
	/*width: 100%;*/
	font-size: x-small;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	font-family: Verdana, Lucida Sans;
	color: White;
	background-color: Black;
	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: #474747; /*#d9ecff;*/
	color: White;
	}
.tdAltCart
{
	background-color: #474747; /*#cae4ff;*/
	color: White;
	}
/*************************************/
	
/* 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: #8f7e6c;
	border-style:solid;
	border-width:thin;
	margin: 5 5 5 5;
	
		}
		
/* Accordion: Used in Blocks Standard */
.accordionHeader
{
    /*border: 1px solid #8f7e6c;*/
    color: white;
    background-color: #8f7e6c;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 95%;
}
.accordionContent
{
    background-color: #bfb5a9;
    /*border: 1px solid #bfb5a9;*/
    border-top: none;
    padding: 5px 5px 5px 5px;
    padding-top: 10px;
    width: 95%;
}

/* Menu Button */
.menubutton
{
   font-size:11px;
   font-family:Verdana,sans-serif;
   color: White; /*#437bbd;*/
   width:18px;
   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;
	padding: 2px 2px 2px 2px;
	background-color: #F0F0F0; /*#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: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	width: 90%; 
	text-align:center;
	background-color:#808080;
	}
.popContentsDiv
{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	width: 90%; 
	background-color:White;
	}

/* Company and Producer dropdowns and other options Row */
#divhead
{
	padding-top: 8px;
	background-color: #8f7e6c; /*#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: #c8bfb6;
}

/* 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;
}

/*
div.DivBox
{
	float: left; 
	width: 100px; 
	border-left: solid 1 Navy;
	border-right: solid 1 Navy;
	border-bottom: solid 1 Navy;
	border-top: solid 1 Navy;
	padding: 1px;
}

div.DivBox
{
	float: left; 
	width: 100px; 
	border-left: solid 1 Navy;
	border-right: solid 1 Navy;
	border-bottom: solid 1 Navy;
	border-top: solid 1 Navy;
	text-align: center;
	background: #ffffff url(images/Corners/TopRight.gif) no-repeat top right;
}
div.DivBox div 
{
	text-align: center;
      background: transparent url(images/Corners/TopLeft.gif) no-repeat top left;
}
div.DivBox div div 
{
	text-align: center;
      background: transparent url(images/Corners/BotRight.gif) no-repeat bottom right;
}
div.DivBox div div div 
{
	text-align: center;
	background: transparent url(images/Corners/BotLeft.gif) no-repeat bottom left;
    padding: 15px;
}*/


/* Enhanced Layout - END */


/* Used in Company Details */
.Shaded
{
	background-color: #F0F0F0;
}
/* Used in Layout pages for Catalogue folder option at top */
.FoldersTable
{
	/*background: transparent url(images/Design/TopFoldersBg.png) no-repeat top left;
	background-color: Navy;*/
	margin-top: 0px;
	/*background: transparent url(images/Design/AnotherBg.png) top right;
	width: 540px;*/
}
.FoldersRow
{
	/*width: 100px;*/
	padding: 5px;
}
.FoldersCell
{
	width: 100px;
	padding: 10px;
}
.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;
}
/* Enhanced Layout */
div.DivContainer
{
	float: left;
	width: 420px;
}
dv.Descr
{
	width: 420px; 
	background-color: #F0F0F0; 
	float:none;
	margin-left: 0px;
}
div.DivBoxOne
{
	float: right; 
	width: 420px; 
	border-left: solid 1 Navy;
	border-right: solid 1 Navy;
	border-bottom: solid 1 Navy;
	border-top: solid 1 Navy;
	padding: 1px;
}
div.DivTop
{
	background: Transparent url(images/Corners/Top_420.png) no-repeat top;
}
div.DivBottom
{
	background: Transparent url(images/Corners/Bottom_420.png) no-repeat bottom;
}
div.DivOne
{
	text-align: center;
	vertical-align: middle;
	width: 420px;
}
div.DivLabel
{
	text-align: right;
	vertical-align: middle;
	/*background: Transparent url(images/Corners/Top.gif) no-repeat top left;*/
	width: 190px;
	height: 24px;
	padding: 1px;
	float: left;
}
div.DivValue
{
	text-align: left;
	vertical-align: bottom;
	/*background: Transparent url(images/Corners/Bottom.gif) no-repeat bottom right;*/
	width: 190px;
	height: 24px;
	padding: 1px;
	float: none;
}
/* Coupon area in Billing Page */
div.CouponBackground
{
	background: transparent url(images/Design/CouponBg.png) no-repeat top left;
	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              */
/**************************************************************/
/* Note: Text is controlled by Label Skins and Textboxes Skin */
.FieldsTable
{
	/*width: 700px;*/
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	/*border-collapse: separate;*/
	border-width: 10px;
	border-style: none;
	/*border-style: inset;*/
	border-color: orange;
	/*border-color: #606060;*/
	width:100%;
	/*background-color: #92b4e0;
	background: url('images/Design/bg_myaccount_yell.png') repeat-x;*/
}
.FieldCellName
{
	/*background-color: #F0F0F0;*/
	padding: 4px 4px 4px 4px;
	width: 180px;  
	text-align: right;
	vertical-align: middle;
	/*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;
	vertical-align: middle;
	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%;}
.extraprices {background: url(images/design/bg_myaccount.png) repeat-x; width: 100%; padding: 5px 5px 5px 5px;}

/**************************************************************/
/*    Price Table             */
/**************************************************************/
.PriceTableTitle
{
	/*background-image: url(images/Design/bg_recent.png);*/
	height: 15px;       
	border: solid 1px #8f7e6c;	
	padding: 5px 1px 1px 1px;	
        color:#000;
	}
.PriceTableTable
{
	width: 100%;
	vertical-align: top;		
	background: none;
	/*background-image: url(images/Design/bg_login.png);	
	background-repeat: repeat-x; */
	
	}
	
/* New XMPie Custom Tab Page */
/*
 .WizardButton
{
    width: 119px;
    height: 24px;
    background: transparent url(Images/WizardButton.gif) no-repeat;
    border: 0px;
    color: white;
    font-weight: bold;
    font-size: 11px;
    margin-left:104px;
}
*/
/**************************************************************/
/*    Xmpie Fields Page                                       */
/**************************************************************/
.XmpieFieldsPage
{
	/*background-image: url(images/panels/top.png); */
	/*background-color: #E0E0E0;*/
	}

.XmpieUploadTable
{
	/*background-image: url(images/panels/body.png); */
	background-color: #E0E0E0;
	width: 100%;
	}
.XmpieUploadRowCaption
{
	/*background-image: url(images/panels/body.png); */
	background-color: #C0C0C0;
	height: 18px;
		}	
.XmpieUploadCell
{
	/*background-image: url(images/panels/body.png); */
	padding: 2px 2px 2px 2px;
	text-align: left;
        vertical-align: middle;
	}	
.XmpieUploadAssetCell
{
	/*background-image: url(images/panels/body.png); */
	padding: 2px 2px 2px 2px;
	/*text-align: center;*/
	text-align: left;
	}	

/* Description area of each step */
.XmpieDescription
{
	padding: 0px 10px 0px 10px;
	}	
/* Label area of each Custom Dial */
.XmpieLabel
{
	padding: 10px 10px 0px 10px;
	}	
/* Field area of each Custom Dial */
.XmpieField
{
	padding: 40px 10px 0px 10px;
	}		
	
/************************/	
/* 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 5px 1px 5px;
	}
	
table#product_outer	
{
	width: 100%;

	}
table#product_inner
{
	width: 95%;

	}
	
/****************************************/
/* PRODUCT DETAILS and IMAGE Sub_Panels */
/****************************************/
/* DETAILS PANEL */
div#product_details_top
{
	background-color: Silver;
	height: 5px;

	}
div#product_details_body
{
	background-color: #F0F0F0;
	padding: 2px 2px 2px 2px;
	}
div#product_details_bottom
{
	/*background-color: Silver;
	height: 5px; */
	
	}	
/* IMAGE PANEL */
div#product_image_top
{
	background-color: Silver;
	height: 5px;
	}
div#product_image_body
{
	background-color: #F0F0F0;
	padding: 2px 2px 2px 2px;
	text-align: center;
	
	}
div#product_image_bottom
{
	background-color: Silver;
	height: 5px;
	
	
	}	
/****************************************/
/*			DEFAULT PAGE	     		*/
/****************************************/
div#default_top
{
	/*background-color: Silver;
	height: 5px;*/
	}
div#default_body
{
    padding: 5px 5px 5px 5px;
	/*background-color: #E0E0E0;
	text-align: center;
	border-style: inset;
	border-color: Silver;
	border-width: 2px;	*/
	}
div#default_bottom
{
	/*background-color: Silver;
	height: 5px;*/
	}
/**************************************************************/
/*    PRODUCTION NEW                                          */
/**************************************************************/
/* To be used for popups in production */
.ProdTable 
{
	background-colo: #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: 100%; 
    border: solid 2px #E0E0E0;
	background:  #F0F0F0; 
	}
.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;
    }    
/* *************************************************** */