html,body{
	background:#FFF;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	min-height:100%;
}
html{ height:100%}
#Body{ background:;}
th,td,div{  font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif; font-size:12px;
}
.Normal th, .Normal td, .Normal div{ font-size:12px; font-weight: bold; color:#555554; font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif; }
/*--------------------------------------------------------------------------------------------------------------------------*/
h1{ font-size:24px; color:#414140; font-family: Tahoma,Arial,Verdana;}
h2{ font-size:21px; color:#414140;}
h3{ font-size:19px; color:#414140;}
h4{ font-size:16px; font-weight:bold; color:#414140;}
h5{ font-size:13px; font-weight:bold; color:#414140;}
.lt{ text-centre:left; vertical-align:top }
.h { height:100%;}
.wh{ width:100%; height:100% }
p{ margin:10px 0px;}
#Form{ margin:0px; padding:0px;}
.clearfloat{ clear:both}
.FCKImageGalleryContainer{ background:#fff;}

.skin_width{ margin:0 auto; padding:0px; width:860px;}
.skin_top{ padding:10px 0px;}
.skin_time{ padding-bottom: 6px; white-space:nowrap;}
.ban_green{ background:url(images/ban_green.jpg) repeat-x left top; min-height:40px; height:auto!important; height:100px; overflow:visible;}
.skin_left{ background:#F1F1F1; border-right: 3px; text-align: center; solid #fff;}
.skin_height{ height:350px;}


/*----------------------------------------------------------------------------------------------------------------------*/
/* Title, Module Title */
.Head					{font-size:11px; color:#0C0D12; font-weight:bold;}
.SubHead				{font-size:11px; color:#0C0D12}
.SubSubHead				{font-size:11px; color:#0C0D12}
.NormalBold{ color:#414140}
.Normal 				{font-size:12px; color:#555554; font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif; font-weight: bold; line-height:19px;}

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active		{color:#0C0D12; text-decoration:underline}
A.CommandButton:hover		{color:#F52323; text-decoration:underline}

.link,
A:link,
A:visited,
A:active					{color:#003366; font-weight: normal; text-decoration: underline}
A:hover						{color:#F52323; font-weight: normal; text-decoration: underline}

.topcss,
A.topcss:link,
A.topcss:active,
A.topcss:visited			{font-weight: bold; font-size:13px; color:#030303; text-decoration:none;}
A.topcss:hover				{font-weight:bold; font-size:13px; color:#F52323; text-decoration:none}

.usercss,a.usercss,
A.usercss:link,
A.usercss:active,
A.usercss:visited			{font-weight: normal; font-size:11px; color:#0A0003; text-decoration: none; }
A.usercss:hover				{font-weight:normal; font-size:11px; color:#AF8B3D; text-decoration: none; }

.searchcss,
A.searchcss:link,
A.searchcss:active,
A.searchcss:visited			{font-weight: normal; font-size:11px; color:#486C02; text-decoration: none; }
A.searchcss:hover			{font-weight:normal; font-size:11px; color:#FF5250; text-decoration: none;}

.links,
A.links:link,
A.links:active,
A.links:visited			{font-weight: normal; font-size:11px; color:#2BA9D9; text-decoration:none}
A.links:hover			{font-weight:normal; font-size:11px; color:#01506E; text-decoration:none;}

.bottomcss            {font-weight:normal; font-size:11px; color:#615152; text-decoration: none;}
.bottomcss a,
A.bottomcss:link,
A.bottomcss:active,
A.bottomcss:visited		{font-weight:normal; font-size:11px; color:#615152; text-decoration: none}
A.bottomcss:hover,	
.bottomcss a:hover		{font-weight:normal; font-size:11px; color:#6F0F10; text-decoration: none}

ul.linksli,ul.linksli li{ list-style:none; margin:0px; padding:0px}
ul.linksli li{color:#2C2C2C; padding-left:15px;}
ul.linksli li a,
ul.linksli li a:link{ color:#2C2C2C; text-decoration:none; }
ul.linksli li a:hover{ color:#987F01; text-decoration:underline;}

.EventDay
{background:#ffffff}

.EventDayHeader
{background:#E8EEF7}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* Pane Structure */
.toppane				{padding:0px 0px 5px 0px}
.leftpane				{
	padding:0px
	text-align:Center;
}
.rightpane				{padding:0px 0px 0px 5px}
.bottompane			    {padding:5px 0px 0px 0px}
.contentpane			{padding:0px}

.headerpane		{ padding:1px 0px;}
.bannerpane		{padding:0px}
/*--------------------   Horizontal   -----------------------*/  
/* ==========================
    CSS STYLES FOR JDMenu
   ==========================
*/
ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
	border:none;
}
/* Main Memu LEFT */
ul.jd_menu li {
	cursor: pointer;
	list-style-type:none;
	margin: 0px;
	margin-right: 1px;
	padding: 0px;
	padding-left:13px;
	float:left;
	border:none;
	background:url(images/menu_left.jpg) no-repeat left top;
}
/*Main Menu RIGHT*/
ul.jd_menu li a, 
ul.jd_menu li a:active,
ul.jd_menu li a:link,
ul.jd_menu li a:visited{
	text-decoration: none;
	text-align: left;
	display:block;
	color:#FFFFFF;
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	font-weight: normal;
	padding:0px 25px 0px 10px;
    margin:0px;
	text-transform: none;
	border:none;
	line-height:33px;
	background:url(images/menu_right.jpg) no-repeat right top;
}
/* Main Actice Menu*/
ul.jd_menu li.activetab
{
  margin:0px;
  margin-right: 1px;
  padding:0px;
  padding-left:13px;
  border:none;
}
ul.jd_menu li.activetab a,
ul.jd_menu li a.activetab
{   
	color:#ad1201;
	border:none;
}

/*Main Hover Menu */
ul.jd_menu li.jdm_hover
{
	border:none;
	padding:0px;
	padding-left:13px;
	margin:0px;
	margin-right: 1px;
}

ul.jd_menu li.jdm_hover a,
ul.jd_menu li.jdm_hover a:active,
ul.jd_menu li.jdm_hover a:link,
ul.jd_menu li.jdm_hover a:visited,
ul.jd_menu li.jdm_hover a:hover	
 {
	color:#ad1201; 
	border:none;
	margin:0px;
	text-transform: none;
}

/* -- Sub-Menus -- */
ul.jd_menu li ul
 {
	position: absolute;
	display: none;
	clear:both;
	cursor:	pointer;
	list-style-type: none;
	margin:0px;
	margin-left:3px;
	padding:0px;
	z-index: 10000;
	background:#E7E7E7;
	border:0px;
}
ul.jd_menu li ul li ul{ margin:0px;}
/* Sub Menu Left */
ul.jd_menu li ul li{
	background:transparent;
	border: none;
	white-space:nowrap;
	font-weight:normal;
	float: none;
	display:block;
	margin: 0px;
	padding:0px;
	font-size:11px;
	line-height:normal;
	font-family: verdana,arial,helvetica,lucida,sans-serif;
}
/*Sub Menu*/
ul.jd_menu li ul li a,
ul.jd_menu li ul li a:active,
ul.jd_menu li ul li a:link,
ul.jd_menu li ul li a:visited
{
	color:#030303;
	display:block;
	font-size:11px;
	padding: 0px 13px 0px 8px;
	font-weight:normal;
	text-align:left;
	background: none;
	text-transform:none;
	font-style:normal;
	font-family: verdana,arial,helvetica,lucida,sans-serif;
	line-height:22px;
}

/* Sub Menu Right */
ul.jd_menu li.jdm_hover ul li a,
ul.jd_menu li.jdm_hover ul li a:active,
ul.jd_menu li.jdm_hover ul li a:link,
ul.jd_menu li.jdm_hover ul li a:visited,
ul.jd_menu li.jdm_active ul li a,
ul.jd_menu li.jdm_active ul li a:active,
ul.jd_menu li.jdm_active ul li a:link,
ul.jd_menu li.jdm_active ul li a:visited
{ 
    font-weight:normal;
	background: none;
	color:#030303;
	font-size:11px;
	padding:0px 13px 0px 8px;
	border:none;
	text-transform:none;
	font-family: verdana,arial,helvetica,lucida,sans-serif;
}
/* Sub Menu Hover */
ul.jd_menu li ul li.jdm_active,
ul.jd_menu li ul li.jdm_hover {
   font-weight:normal;
	color:#030303;
	font-size:11px;
	padding:0px;
	text-align:left;
	background: #2D8701;
}

ul.jd_menu li.jdm_hover ul li.jdm_hover a,
ul.jd_menu li.jdm_hover ul li.jdm_hover a:active,
ul.jd_menu li.jdm_hover ul li.jdm_hover a:link,
ul.jd_menu li.jdm_hover ul li.jdm_hover a:visited,
ul.jd_menu li.jdm_hover ul li.jdm_hover a:hover,
ul.jd_menu li.jdm_hover ul li.jdm_hover a,
ul.jd_menu li.jdm_hover ul li.jdm_active a:active,
ul.jd_menu li.jdm_hover ul li.jdm_active a:link,
ul.jd_menu li.jdm_hover ul li.jdm_active a:visited,
ul.jd_menu li.jdm_hover ul li.jdm_active a:hover
{
	color: #fff;
	font-size:11px;
	padding:0px 13px 0px 8px;
	font-weight: normal;
	border:none;
	text-transform:none;
	font-family: verdana,arial,helvetica,lucida,sans-serif;
	background: none;
}

ul.jd_menu li.haschild ul.jdm_events li.jdm_hover ul li a{ color:#030303;}
ul.jd_menu li.haschild ul.jdm_events li.jdm_hover ul li.jdm_active a{ color:#fff;}
ul.jd_menu li.haschild ul.jdm_events li.jdm_hover ul li.jdm_hover a{ color:#fff; }
ul.jd_menu li.haschild ul.jdm_events li.jdm_hover ul li.jdm_hover ul li a{ color:#030303;}
ul.jd_menu li.haschild ul.jdm_events li.jdm_hover ul li.jdm_hover ul li.jdm_hover a{ color:#fff}
ul.jd_menu li.haschild ul.jdm_events li.jdm_hover ul li.jdm_hover ul li.jdm_hover ul li a{ color:#030303}
ul.jd_menu li.haschild ul.jdm_events li.jdm_hover ul li.jdm_hover ul li.jdm_hover ul li.jdm_hover a{ color:#fff}


/* MAIN DIV All content could appear within in this div, to enable it to be centred or ranged left etc.*/
.infPageContainer {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-family: "trebuchet MS", verdana, sans-serif;
	text-align:left;
}

/*--------------------------*/
.wireframeLeftColumnBG{
	background-color: #F1F1F1;
	float: left;
	width:300px;
	min-height:500px;
	height:auto;
	border-top: solid 1px #C0C0C0;
}
.wireframeRightColumnBG
{
	background-color: #E7E7E7;
	min-height: 500px;
	padding: 0px 0px 0px 3px;
	margin-top: 10px;
	text-align: Center;
}
.UploadBG{
	background-color: #E7E7E7;	
	/*min-height:500px;*/
	padding: 10px 25px 0px 2px;
	/*margin-top: 5px;*/
	font-family: "trebuchet MS",verdana,sans-serif;
	font-size: 11pt;
	color: #000000;
}
.UploadBG tr td
{
	float: none;
	margin-right: 15px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
}
.UploadBGPrices
{
	padding: 10px 10px 10px 0px;
}
.Pager, .Pager td table tbody tr td
{
	font-family: "trebuchet MS",verdana,sans-serif;
	font-size: 12;
}
.wireframemenu
{
	/*font-size:12px;
	background-color: #ECECEC;
	width: 299px;
	border-left: solid 0px #C0C0C0;
	border-bottom: solid 0px #C0C0C0;
	border-right: solid 0px #C0C0C0;
	border-top: solid 0px #C0C0C0;
	padding: 0px;
	margin: 0px;*/
}

.wireframemenu ul{
	/*padding: 0;
	margin: 0;
	list-style-type: none;*/
}
.wireframemenu ul li a{
	/*font: 12px;
	display: block;
	width: 100%;*/
	/*text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	padding: 4px 3px 4px 25px;
	^padding: 4px 3px 4px 0px;
	line-height: 20px;
	color: #000000;*/
}



.wireframemenu ul li ul li a{
	/*display: block;
	width: 251px; 
	
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	padding: 4px 3px 4px 45px;
	^padding: 4px 3px 4px 10px;
	background: url(./images/product_menu_bullet.gif) no-repeat center left;*/ /*custom bullet list image*/
	/*background-color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	color: #000000;*/
}

.wireframemenu ul li ul ul li  a{
	/*display: block;
	width: 231px; 
	^width:100%;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	padding: 4px 3px 4px 65px;
	^padding: 4px 3px 4px 10px; 
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-image: url(./images/product_menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px center;*/
}
.wireframemenu table
{
	/*background-color: #ECECEC;*/
	text-align: left;
	/*^width: 100%;*/
	/*width: 298px;*/
}
.wireframemenu div
{
	background-color: #FFFFFF;	
}
.wireframemenu div table
{
	/*^width: 100%;*/
}

.wireframemenu table tbody tr /*menu top and second level rows*/
{
	width: 298px;
	^width: 278px;
	font-size: 12px;
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	padding: 2px 0px 2px 0px;
	/*border-bottom: 1px solid #C0C0C0;*/
	/*background-color: #ECECEC;*/
	/*background-position: -20px center;*/
	/*^padding: 4px 0px 4px 0px;*/ /*ie only*/
}
.wireframemenu div table tbody tr /*menu other rows*/
{ 
	width: 298px;
	^width: 278px;
	font-size: 11px;
	/*font-style: none;*/
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	padding: 2px 0px 2px 0px;
	background-color: inherit;
	/*color: #000000;*/
	/*background-color: #FFFFFF;*/
	/*background-position: -20px center;*/
	/*margin-left: 10px;*/
	/*border-bottom: 1px solid #C0C0C0;*/
	/*^padding: 4px 0px 4px 0px;*/ /*ie only*/
	
}


.wireframemenu table tbody tr td
{
	/*^border-bottom: 1px solid #C0C0C0;*/

	
}

.wireframemenu table tbody tr td a img
{
}
.wireframemenu div table tbody tr
{
	width: 288px;
	padding-left: 10px;
}
.wireframemenu table tbody tr td
{
	padding-left: 9px;
	^padding-left: 7px;
}
.wireframemenu table tbody tr td a
{
	padding-left: 1px;
	/*^padding-left: 5px;*/
}
.wireframemenu div table tbody tr td
{
	padding-left: 9px;
	^padding-left: 7px;
}
.wireframemenu div table tbody tr td a
{
	padding-left: 1px;
	/*^padding-left: 5px;*/
}

.wireframemenu div div table tbody tr td
{
	padding-left: 9px;
	^padding-left: 7px;
}

.wireframemenu div div table tbody tr td a
{
	padding-left:1px;
	/*^padding-left: 5px;*/
}
.wireframemenu div div div table tbody tr td
{
	padding-left:9px;
	^padding-left:7px;
}
.wireframemenu div div div table tbody tr td a
{
	padding-left:1px;
	/*^padding-left: 5px;*/
}
.wireframemenu div div div div table tbody tr td
{
	padding-left:9px;
	^padding-left:7px;
}
.wireframemenu div div div div table tbody tr td a
{
	padding-left:1px;
	/*^padding-left: 5px;*/
}
.wireframemenu div div div div div table tbody tr td
{
	padding-left:9px;
	^padding-left:7px;
}
.wireframemenu div div div div div table tbody tr td a
{
	padding-left:1px;
	/*^padding-left: 5px;*/
}


.wireframemenu table tbody tr:hover /*menu top and second level rows hover status*/
{
	/*background-color: #DDDDDD;*/
}

.wireframemenu div table tbody tr:hover /*menu other rows hover status*/
{
	/*background-color: #DDDDDD;*/
}

.wireframemenu a:visited
{
	color: #595959;
}

html>body .wireframemenu a
{	/*Non IE rule*/
	/*width: auto;*/
}

.wireframemenu a:hover
{
	/*color: black;
	text-decoration: none;*/
}

/****************************/


.ProductInformation
{
	background-image: url(./images/infobutton.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	text-align:center;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	line-height:16px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	float:right;
}
.OrderButton
{
	background-image: url(./images/standardButtonGreen50.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	float:left;
}
.SearchButton
{
	background-image: url(./images/standardButtonGreen50.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.RedButton50
{
	background-image: url(./images/standardButtonRed50.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.RedButton75
{
	background-image: url(./images/standardButtonRed75.png);
	background-repeat: no-repeat;
	width: 75px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.RedButton100
{
	background-image: url(./images/standardButtonRed100.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.GreyButton50
{
	background-image: url(./images/standardButtonGrey50.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.GreyButton75
{
	background-image: url(./images/standardButtonGrey75.png);
	background-repeat: no-repeat;
	width: 75px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.GreyButton100
{
	background-image: url(./images/standardButtonGrey100.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.GreyButton150
{
	background-image: url(./images/standardButtonGrey150.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.GreenButton50
{
	background-image: url(./images/standardButtonGreen50.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.GreenButton75
{
	background-image: url(./images/standardButtonGreen75.png);
	background-repeat: no-repeat;
	width: 75px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.GreenButton100
{
	background-image: url(./images/standardButtonGreen100.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.GreenButton150
{
	background-image: url(./images/standardButtonGreen150.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 20px;
	border: none;
	background-color: Transparent;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.TextBlack
{
	color: #000000;
	font-weight: normal;
}
.TextWhite
{
	color: #FFFFFF;
	font-weight: normal;
}

/*--------------------------*/
.infHelpBox {
	float: right;	
	src:url("./images/help.png");
}

.infDataHeading th ,.infDataHeadingDG
{
	border-bottom: solid 1px #FFFFFF;
	background-color: #333333;
	padding: 0px 5px 0px 0px;
	font-size: 10px;
	text-align: center;
	
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 35px;
	text-decoration: none;
}
.infDataHeadingSmall th
{
	border-bottom: solid 1px #FFFFFF;
	background-color: #333333;
	padding: 0px 2px 0px 2px;
	font-size: 12px;
	text-align: center;
	
	font-weight: bold;
	color: #FFFFFF;
	
	line-height: 20px;
	text-decoration: none;
}
.infDataHeading th a:visited, .infDataHeading th a
{
	border-bottom: solid 1px #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	font-size: 12px;
	line-height: 35px;
	text-decoration: none;
}
.infDataHeading th a:hover
{
	text-decoration: underline;
}

.infFormBoxes {
	float: none;
	margin-right: 15px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	
}
.infFormBoxesSmall {
	float: none;
	margin-right: 15px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	width: 40px;	
}

.infLogoBrandingArea {
	width: 860px;
	min-height:200px;
	height:200px;
	position:absolute;
	top:0;
	z-index:0;
	background-color:#FFFFFF
	
	
}
.infLogo
{
	margin: 0px 0px 0px 0px;
}
.infMenu
{
	position:relative;
	top:110;
	z-index:10;	
}
.ControlPanel
{
	z-index:1;
	position:absolute;
	top:0;
}


/******************* Menu styles *********************/
.MainMenu_MenuContainer{ background:transparent; width:100%; margin:0px auto; }
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
/*---------Root Menu Seperator Style------------*/
.MainMenu_MenuBreak{ display:block; border-bottom:1px solid #AEAEAE; border-top:1px solid #9F9F9F;}
/*---------Make Menu Background Transparent------------*/
.ModuleTitle_MenuItemSel {background-color: transparent;}
/*------sub menu display style-------*/
.MainMenu_MenuItem{
	/*color:#333333;
	font-weight:normal;
	padding:2px 7px 2px 7px;
	border-width:1px 0px;
	border:1px #ffffff solid;*/
}
.MainMenu_MenuItemSel
{
	background-color: transparent;
}
.submenuitembreadcrumb{
	color:#333333;
	font-weight:normal;
	padding:2px 7px 2px 7px;
	border-width:1px 0px;
	Margin:0px;
	background:#CB0133;
	border:1px #CB0133 solid;
}
/*------sub menu display style on select-------*/
.submenuitemselected{
	color:#333333;
	font-weight:normal;
	padding:2px 7px 2px 7px;
	border-width:1px 0px;
	Margin:0px;
	background:#CB0133;
	border:1px #CB0133 solid;
}
/*------sub menu frame display style-------*/
.submenu{
	z-index:1000;
	padding:0px;
	margin:0px;
	background:#ffffff;
	font-size:11px;
	border:1px solid #6f7073;
}
.infTabbedHeader {
	width:700px;
	background:transparent url("bg.gif") repeat-x bottom;
	font-size:12px;
	z-index:20;
	margin-top:10px;
	*margin-top:0px;
}
.infTabbedHeader TABLE
{
margin-bottom:-6px;
}
.infTabbedHeader TABLE TABLE
{
margin-bottom:-9px;
*margin-bottom:-8px;
}
.infTabbedHeader DIV{
	background: url("./images/left.png") no-repeat left top;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 18px;
	margin-bottom: 1px;
}
.rootmenuitem TD DIV DIV
{
	display:block;
	background:url("./images/right.png") no-repeat right top;
	padding:13px 20px 14px 6px;
	width:99px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom: 0px;
}
.infTabbedHeader .rootmenuitemselected TD DIV{
	background: url("./images/left_on.png") no-repeat left top;
	margin:0;
	padding:0 0 0 18px;
	margin-bottom: 0px;
}
.infTabbedHeader .rootmenuitemselected TD DIV DIV
{
	padding:13px 20px 14px 6px;
	width:99px;
	color:#000000;
	background: url("./images/right_on.png") no-repeat right top;
}
.infTabbedHeader .rootmenuitembreadcrumb TD DIV
{
	background: url("./images/left_on.png") no-repeat left top;
	margin-bottom: -1px;
}   
.infTabbedHeader .rootmenuitembreadcrumb TD DIV DIV
{
	padding:13px 20px 15px 6px;
	color:#000000;
	width:99px;
	height:16px;
	background: url("./images/right_on.png") no-repeat right top;
}

.infDate
{
	float: right;
	margin-top: 20px;
	*margin-top: 30px;
	font-size: 14px;
	color: #802257;
	font-weight: bold;
	position:relative;
	z-index:1;
}
.infStandardText{
	/*font-size: 12px;*/
	color: #FFFFFF;
}
.infSmallText{
	font-size: 10px;
}
.infSmallText a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.infSmallText a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
  .infContentArea {
	width: 860px;
	color:#000000;
	background-color: #FFFFFF;
	display: block;
	float: left;	
	min-height:500px;
		height: auto;
		position:relative;
}
.infSectionGradientFooter{
	background-image: url(./images/HeadingGradient.jpg);
	background-repeat:repeat-x;
	color: #000000;
	height:30px;
	width: 860px;
	padding: 1px 15px 1px 15px;
	text-align: right;
}
.infSectionGradientFooterLeft{
	background-image: url(./images/HeadingGradient.jpg);
	background-repeat:repeat-x;
	color: #000000;
	height:30px;
	width: 860px;
	padding: 1px 15px 1px 15px;
	text-align: left;
}
.infFullPageContent{
	background-color: #F1F1F1;
	padding-top: 10px;
	padding-right: 26px;
	padding-bottom: 10px;
	padding-left: 26px;
}
.infFullReportPageContent{
	background-color: #DDDDDD;
	padding-top: 5px;
	font-size: 12px;
	font-family: "trebuchet MS", verdana, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.infReportInfoMessage{
	color:Red;
}
.infReportContent{
	background-color: #CCCCCC;
	width:100%;
	font-size: 12px;
	font-family: "trebuchet MS", verdana, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
.infReportEditPart{
	background-color: #5D5D5D;
	width: auto;
	font-size: 12px;
	line-height: 30px;
	padding-left: 10px;
	font-family: "trebuchet MS", verdana, sans-serif;
}
.infLeftColumnBG{
	background-color: #F1F1F1;
	float: left;
	width:300px;
	*width:298px;
	min-height:580px;
	*height:590px;
	padding:0px 0px 0px 0px;
}
.infLeftColumnMyJobsBG{
	background-color: #F1F1F1;
	float: left;
	text-align: left;
	width:100%;
}
.infRightColumnBG{
	background-color: #FFFFFF;
	margin-left:298px;
	*margin-left:298px;
	min-height:580px;
	*height:580px;
	padding:0px 0px 0px 0px;
}
.infRightColumnBG IMG{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.infSectionGradient{
	background-image: url(./images/HeadingGradient.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
	min-height:80px;
	height:85px;
	/*display:table-row;*/ /* Removed to correct a layout issue with Telerik popups */
}
.infSectionGradientSmall
{
	width: 860px;
	background-image: url(./images/HeadingGradientSmall.jpg);
	color: #FFFFFF;
}
.container_container
{
	width:100%;
	display: table;
	
	
}
}
.imageEditorTitleBar {
}
.container_spacer{float:left;width:26px;height:auto;}
.container_header_title{padding: 10px 0px 0px 0px;}
.container_actions{float:left;width:10px;}
.container_line
{
	margin:0px 10px 0px 26px;
	background: url('./images/horizontal_line.gif');
	background-repeat:repeat-x;
}
.container_content
{
}
.infBreadcrumbCurrent{
font-size:12px;
font-weight:bold;
color:#0099FF;
}
.infBreadcrumbCurrent a{
color:#0099FF;
}
.infBreadcrumbCurrent a:hover{
color:#FFFFFF;
}
.infBreadcrumb{
font-size:12px;
}
.infBreadcrumb a{
color:#FFFFFF;
}
.infBreadcrumb a:hover{
color:#0099FF;
}
.infOrderedRowExpanded
{
	background-color: #003300;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.infExpandedMoreInfoBox
{
	background-color:#8C8C8C;
	padding: 5px;
}
.infExpandedMoreInfoBoxHeading
{
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding-left: 18px;
}
.infExpandedMoreInfoBoxHeading, .infExpandedMoreInfoBoxHeading th
{
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	font-family:"trebuchet MS",verdana,sans-serif;
	font-size:12px;
}
.infExpandedMoreInfoBoxLeftSide
{
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 18px;
	background-color: #5D5D5D;
	font-size: 11px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.infExpandedMoreInfoBoxRightSide
{
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 18px;
	background-color: #515151;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.infIncompleteRow
{
	background-color: #1DC7C7;
	color: #000000;
	font-size: 12px;
	border-bottom: solid 1px #FFFFFF;
}
.infIncompleteRow td
{
	padding: 5px 5px 5px 0px;
	text-align: center;
}

.infOrderedRow
{
	background-color: #CDFFC9;
	/*background-color: #009900;*/
	color: #000000;
	font-size: 12px;
	border-bottom: solid 1px #FFFFFF;
}
.infOrderedRow td
{
	padding: 5px 5px 5px 0px;
	text-align: center;
}
.SLA1 {background-color: #FF0000;}
.SLA2 {background-color: #FF7F00;}
.WAIT {background-color: #00FF55;}
.infCancelledRow
{
	background-color: #FFB3AE;
	margin: 0px;
	color: #000000;
	font-size: 12px;
	border-bottom: solid 1px #FFFFFF;
}
.infCancelledRow td
{
	padding: 5px 5px 5px 0px;
	text-align: center;
}
.infGreyRow
{
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	background-color: #DDDDDD;
	margin: 0px;
	color: #000000;
	font-size: 12px;
}
.infGreyRow td
{
	padding: 5px 5px 5px 0px;
	text-align: center;
}
.Printed {background-color: #FFFFAA;}
.ManualQuote {background-color: #FFAA7F;}
.Submitted {background-color: #AAD4FF;}
.Shipped {background-color: #FFF7AA;}
.Rejected {background-color: #C79C1D;}
.ManualQuoteRequired{background-color: #AA00FF;}
.InProduction{background-color: #B8E30E;}
.ApprovalRequired{background-color:#507BFA; }
.AcceptanceRequired{background-color: #D0FA50; }
.infBlueRow{
	background-color: #C6E9FF;
	margin: 0px;
	color: #000000;
	font-size: 12px;
	border-bottom: solid 1px #FFFFFF;
}
.infBlueRow td
{
	text-align: center;
	padding: 5px 5px 5px 0px;
}
.infProductCard{
	background-color: #FFFFFF;
display: block;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #666666;
	padding: 0px;
}
.infProductCardBottom
{
	height: 20px;
	padding: 5px;
	background-color: #333333;
}
.infProductCardTop{
	padding: 5px;
	font-size: 10px;
	text-align: center;
}
/* START - MODIFIED CENTERED IMAGE CSS - Adds to infProductCardTop */
.centeredimage2column {
	float: left;
	text-align: center;
	width: 230px;
	height: 230px;
	margin: 0px;
	font-size: 1em; /* Moz needs a non-zero value here */ 
	line-height: 228px; /* height - 2 */
	}
.centeredimage2column img {
	margin-top: expression(( 230 - this.height ) / 2);
	}
.centeredimage3column 
{
	text-align: center;
	width: 150px;
	height: 150px;
	margin: 0px;
	font-size: 1em; /* Moz needs a non-zero value here */ 
	line-height: 148px; /* height - 2 */
	}
.centeredimage3column img {
	margin-top: expression(( 150 - this.height ) / 2);
	}
html>body .centeredimage2column img { /*hidden from IE 5-6 */
	margin-top: 0;  /* to clean up, just in case MS later supports valign! */
	vertical-align: middle;
}
html>body .centeredimage3column img { /*hidden from IE 5-6 */
	margin-top: 0;  /* to clean up, just in case MS later supports valign! */
	vertical-align: middle;
}	
/* END - MODIFIED CENTERED IMAGE CSS - Adds to infProductCardTop */
.infProductUploadBox{
	padding: 0px;
	margin-top: 5px;	
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
.clr
{
	clear:both;
}


/* BUTTONS __________-------------_______________----------------______________*/

a.button {
    background: transparent url('./images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('./images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



a.buttonSM {
	background: transparent url('./images/bg_button_sm_a.png') no-repeat scroll top right;
	color: #444;
	display: block;
	float: right;
	font: normal 10px arial, sans-serif;
	height: 20px;
	margin-right: 6px;
	padding-right: 12px; /* sliding doors padding */
	text-decoration: none;
}

a.buttonSM span {
    background: transparent url('./images/bg_button_sm_span.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 12px;
}

a.buttonSM:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonSM:active span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
}

/*---------------------------*/
a.buttonSMLeft {
	background: transparent url('./images/bg_button_sm_a.png') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 10px arial, sans-serif;
	height: 20px;
	margin-left: 6px;
	padding-right: 12px; /* sliding doors padding */
	text-decoration: none;
	text-align: center;
}

a.buttonSMLeft span {
    background: transparent url('./images/bg_button_sm_span.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 12px;
}

a.buttonSMLeft:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonSMLeft:active span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
}
/*---------------------------*/
/*---------------------------*/
a.buttonSMCentre {
	background: transparent url('./images/bg_button_sm_a.png') no-repeat scroll top right;
	color: #444;
	display: block;
	float: none;
	font: normal 10px arial, sans-serif;
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 12px; /* sliding doors padding */
	text-decoration: none;
	text-align: center;
}

a.buttonSMCentre span {
    background: transparent url('./images/bg_button_sm_span.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 12px;
}

a.buttonSMCentre:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonSMCentre:active span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
}
/*---------------------------*/


a.buttonSMGreen {
	background: transparent url('./images/bg_button_sm_a_green.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	float: right;
	font: normal 10px arial, sans-serif;
	height: 20px;
	margin-right: 6px;
	padding-right: 12px; /* sliding doors padding */
	text-decoration: none;
}

a.buttonSMGreen span {
    background: transparent url('./images/bg_button_sm_span_green.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 12px;
}

a.buttonSMGreen:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonSMGreen:active span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
}


/*---------------------------*/
/*---------------------------*/


a.buttonSMGreenLeft {
	background: transparent url('./images/bg_button_sm_a_green.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	float: left;
	font: normal 10px arial, sans-serif;
	height: 20px;
	margin-right: 6px;
	padding-right: 12px; /* sliding doors padding */
	text-decoration: none;
}

a.buttonSMGreenLeft span {
    background: transparent url('./images/bg_button_sm_span_green.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 12px;
}

a.buttonSMGreenLeft:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonSMGreenLeft:active span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
}


/*---------------------------*/
a.buttonSMRed {
	background: transparent url('./images/bg_button_sm_a_red.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	float: right;
	font: normal 10px arial, sans-serif;
	height: 20px;
	margin-right: 6px;
	padding-right: 12px; /* sliding doors padding */
	text-decoration: none;
}

a.buttonSMRed span {
    background: transparent url('./images/bg_button_sm_span_red.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 12px;
}

a.buttonSMRed:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonSMRed:active span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
}

/*---------------------------*/

a.buttonLARGELeft {
	background: transparent url('./images/bg_button_LARGE_a.png') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font-size: 14px;
	height: 50px;
	margin-left: 6px;
	margin-bottom: 6px;
	padding-right: 25px; /* sliding doors padding */
	text-decoration: none;
	width: 150px;
	margin-top: 6px;
}

a.buttonLARGELeft span {
	display: block;
	line-height: 40px;
	padding: 5px 0 5px 25px;
	background-color: transparent;
	background-image: url(./images/bg_button_LARGE_span_a.png);
	background-repeat: no-repeat;
}

a.buttonLARGELeft:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonLARGELeft:active span {
    background-position: bottom left;
    padding: 6px 0 4px 25px; /* push text down 1px */
}
/*---------------------------*/
/*------------Ordering CSS--------------*/
.infOrderJobID
{
	float:right;
}

.infOrderBoxRow
{
	font-weight: bold;
	color: #FFFFFF;
	padding-left:5px;
	background-color: #5D5D5D;
	font-size: 11px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.infOrderBoxPriceRow
{
	font-weight: bold;
	color: #333333;
	padding-left:5px;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: right;
}

.infOrderBoxHeading
{
	font-weight: bold;
	color: #FFFFFF;
	padding-left:5px;
	background-color:#999999;	
	font-size: 11px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}

/*HLL Admin Area CSS*/
.infPopupContainer {
	margin: 0px;
	font-family: "trebuchet MS", verdana, sans-serif;
	text-align:left;
	width: 100%;
}
.infPopUpArea
{
	background-color: #DDDDDD;
	width: 100%;
	font-size: 12px;
	color:#000000;
	line-height:15px;
}
.infQuoteAcceptanceRequiredRow
{
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: #F2F5A9;
	margin: 0px;
	color: #000000;
	font-size: 12px;
	height:25px;
}
.infQuoteManualQuoteRow
{
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: #F6CECE;
	margin: 0px;
	color: #000000;
	font-size: 12px;
	height:25px;
}
.infQuoteDetailRowExpanded
{
	background-color: #DDDDDD;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.infQuoteDetailHeader
{
	font-weight: bolder;
	color: #000000;
	padding-left: 18px;
	font-size: 14px;
	line-height: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.infQuoteDetailRowLeftSide
{
	font-weight: bold;
	color: #000000;
	padding-left: 18px;
	background-color: #CCCCCC;
	font-size: 11px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.infQuoteDetailRowRightSide
{
	font-weight: normal;
	color: #000000;
	padding-left: 18px;
	background-color: #CCCCCC;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.infQuoteDetailPopUpRowLeftSide
{
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	background-color: #CCCCCC;
	font-size: 11px;
}
.infQuoteDetailPopUpRowRightSide
{
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	background-color: #CCCCCC;
	font-size: 11px;
}
.StatusDetailGrid
{
   background-color:#DDDDDD;
   width:100%;
   border-color:#CCCCCC;
   border-style:solid;
   border-bottom-width:2px;
   border-top-width:2px;
   border-left-width:2px;
   border-right-width:2px;
}
.TabHeader
{
    font-weight:bold !important;
   font-size: 16px;
   padding-bottom: 15px;
}
.ToolBarClickedItem
{
    font-weight:bold !important;
    text-decoration:underline !important;
    color:red !important;
}
.infAdministrationFormArea
{
	background-color: #DDDDDD;
	width: auto;
	font-size: 12px;
	padding: 5px;
	line-height: 30px;
}
.infFullAdministrationPageContent{
	background-color: #F1F1F1;
}
.infProductManagementPanel
{
	background-color:#CCCCCC;
	margin-left:-5px;
	margin-right:-5px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	width: 860px;
}
.ProductManagementHeader
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 14px;
	width: 200px;
	font-weight:bold;
	color:White;
	padding: 1px;
}
.infAdministrationSectionGradientFooter{
	background-image: url(./images/HeadingGradient.jpg);
	background-repeat:repeat-x;
	color: #000000;
	height:30px;
	width: 860px;
	padding: 1px 15px 1px 15px;
	text-align: right;
}
/*----------Admin Area CSS----------------*/
.infFormArea .infPricingAreaHighlight
{
	background-color:#00CCFF;
	margin-left:-5px;
	margin-right:-5px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	
}

.infFormArea
{
	background-color: #DDDDDD;
	width: auto;
	padding: 15px;
	font-size: 12px;
	line-height: 30px;
	color:#000000;
 
}

.infFormArea  .infSelect
{
	width: 250px;
	margin-left: 20px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	padding:2px;
}
.infFormArea  .infSelectSmall
{
	width: 50px;
	margin-left: 10px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	padding:2px;
}
.infFormArea  .infSelectSmallML20
{
	width: 50px;
	margin-left: 20px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	padding:2px;
}
.infQuantityPriceBreak
{
	line-height: 10px;
	margin-left:20px;
}

.infFormArea  .infTableRightSideText
{
	padding-left:10px;
	line-height:20px;
	padding-top:5px;
}

.infQuantityPriceBreak .infExpandedMoreInfoBoxHeading
{
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding-left: 18px;
	background-color:#999999;	
}

.infPricingArea
{
	background-color:#CCCCCC;
	margin-left:-5px;
	margin-right:-5px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}

.PricingTDWidth{width: 518px;}
.PricingDocumentHD{width: 272px;}
.PricingUrgentHD{width: 41px;}
.PricingConfidentialHD{width: 67px;}
.PricingConfidentialHD{width: 64px;}
.PricingEndHD{width: 71px;}
.Left{float:left;}
.Right{float: right;}


.infRequiredStar{
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
	display: inline;
	line-height: 20px;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 2px;
}

.infFormArea .infInput
{
	margin-top:2px;
	width: 250px;
	margin-left: 20px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	padding:2px;
}

.infFormArea .infInputList
{
	margin-top:2px;
	width: 200px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	padding:2px;

}
.infFormArea .infInputListMenu
{
	margin-top:2px;
	margin-left:20px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	padding:2px;
}

.infFormList
{
	padding:10px;
}


.infFormArea .infCheck
{
	margin-left: 20px;
	margin-top:2px;
}
.infFormArea .infRadio
{
	margin-LEFT: 20px;
	margin-top:2px;
	font-size:12px;
}

.infFormArea .infTextArea
{
	width: 400px;
	margin-left: 20px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	padding:2px;
	float: none;
}
.infFormArea .infPreviewImage
{
	padding: 10px;
	height: 200px;
	width: 200px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}

.infFormArea .infPreviewImageLarge
{
	padding: 10px;
	height: 400px;
	width: 400px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}


.infTextHighLight
{
	color: #00CCFF;
}
.OrderLeft
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	width: 200px;
	
}
.OrderRight
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	width: 570px;
	
}
.OrderLeft2
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	width: 200px;
	float:left;
	padding-left:0px;
	padding-right:0px;
	
}
.OrderRight2
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	width: 230px;
	float:right;
	padding-left:0px;
	padding-right:0px;
}
.LeftColumn
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	padding-left:0px;
	padding-right:0px;
}
.RightColumn
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	padding-left:0px;
	padding-right:0px;
	
}
.DivLeft
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	width: 450px;
	float:left;
	padding-left:0px;
	padding-right:0px;	
}
.DivRight
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	width: 300px;
	float:right;
	padding-left:0px;
	padding-right:0px;	
}
.OrderRightTotal
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	width: 100px;
	padding: 2px;
	text-align:center;
}
.OrderTable
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	width: 770px;
	padding: 2px;
}
/*--------------------------*/
.AdminGridItem
{
	padding: 3px;
	width: 100px;
}

.SwitchboardButtonText
{
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	text-align:center;
}

/* BUTTONS END__________-------------_______________----------------______________*/

/* VPL __________-------------_______________----------------______________*/
#wrap {
	margin:0 auto;
	width:780px;
	padding:20px;
	background-color: #F1F1F1;
}
#contentWrap {
	background-color: #DDDDDD;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
}
#header {
	font-size: 16px;
	font-weight: normal;
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#headerRightFloat, #columnHeaderRightFloat, #columnHeaderRightFloat2
{
	float: right;
	margin:0px;
}
#leftColumn {
	float:left;
	width:400px;
	background-color: #FFFFFF;
	margin-top: 15px;
	clear:left;
	margin-bottom: 15px;
}
#leftColumnHeading, #rightColumnHeading {
	width:auto;
	background-color: #666666;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#leftColumnItem {
	width:auto;
	font-size: 14px;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#previewPane {
	height: 350px;
	width: auto;
	background-color: #CCCCCC;
	margin: 10px;
}
#rightColumnWrap {
	float:right;
	width:330px;
}
#rightColumnItem {
	background:#FFFFFF;
	margin-top: 15px;
	margin-bottom: -10px;
	padding-bottom:0px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#rightColumnHeading {
	width:inherit;
	background-color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
}
#rightColumnElement {
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height:23px;
	padding:0px;
}
#rightColumnElement div {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width:auto;
	margin:0px;
}
#rightColumnElement ul {
	width:auto;
	background-color: #00BBD7;
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}
#rightColumnElement ul li {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear:both;
}
#rightColumnElement ul li {
	text-align:right;
	padding-right:5px;
	margin:0px;
	clear:both;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#rightColumnElement ul li input {
	height:15px;
}
#rightColumnElement div div {
	float:right;
	margin:0;
	padding:0;
}
#rightColumnElement div div input {
	height:15px;
}

#rightColumnFooter {
	display:block;
	width:auto;
	background-color:#FFFFFF;
	height:10px;
	padding:0px;
	clear:both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.rightColumItemExpand {
	background-color:#00CCFF
}
#clearFloats {
	clear:both;
}

#footer {
	clear:both;
	margin-top: 20px;
	margin-right: -20px;
	margin-bottom: -20px;
	margin-left: -20px;
	background-color: #999999;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#nav {
	font-size:12px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	
	
}
#nav li {
	display:inline;
	background-color: #FFFFFF;
	margin-right:1px;
	float:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000000;
}
#nav li a {
	text-decoration:none;
	padding:10px;
	background-color: #FFFFFF;
	color: #000000;
}
.DisplayItem
{
	width: 440px;
	clear: both;
}
.DisplayItemLabel
{
	width: 140px;
	float: left;
}
.DisplayItemText
{
	width: 300px;
	float: right;
}

#nav li a:hover {
	text-decoration:none;
padding:10px;
	background-color: #00CCFF;
}
.infGeneralBoxHeading {
	background-color:#666666;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	padding:5px 10px 5px 5px;
}
.infFormArea{
	background-color: #DDDDDD;
	width: auto;
	padding: 15px;
	font-size: 12px;
	line-height: 30px;
}
.infFieldsArea
{
	background-color: #DDDDDD;
	width: auto;
	font-size: 12px;
	padding: 0px;
	line-height: normal;
}
.infGeneralRHSStrip {
	background-color:#E4E4E4;
	display:block;
	margin:10px;
	padding:0;
	width:330px;
}
.infGeneralPhotoStrip {
}
.rightColumnElementValidationError {
	background-color: #CC0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 12px;
}

.infpnlProductLvlPricing
{
	background-color:Gray;
	border-collapse:collapse;
	border-style: outset;
	border-color:White;

}
.infErrorArea
{
	color:Red;
	text-align:center;

}

.infInfoHeader
{
	color: Black;
    line-height: normal;
    font-weight: bold;
    font-size:medium;
	display: block;
}

.infInfoText
{
	color: Black;
    line-height: normal;
    font-size:small;
	display: block;
}


/* VPL END __________-------------_______________----------------______________*/

.imageEditorTitleBar {
background-color: #0099FF;
display: block;
padding: 2px;
color: #FFFFFF;
font-size: 16px;
font-family: "trebuchet MS", verdana, sans-serif;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 2px;
margin-left: 0px;
}
.infPreviewImageGeneral {
padding: 10px;
height: 370px;
width: 370px;
background-color: White;
display: block;
}
/* This overrides the height setting on a Telerik RadGrid with scrolling enabled - allowing the vertical scrollbar to essentially be hidden. 
Applies to grids whose css class is set to gridNoVerticalScroll*/
.gridNoVerticalScroll .rgDataDiv
{
    height:auto !important;
}

/* ------------------------------------------------------- */
/* RadTabStrip container                                   */
/* ------------------------------------------------------- */
div.radtabstripcontainer
{
    padding:3px;
    border:solid 1px #CCCCCC;
}

div.radtabstripcontainer h3
{
    margin-top:0px;
    margin-bottom:3px;
}

/* ------------------------------------------------------- */
/* Autoworkflow styles                                     */
/* ------------------------------------------------------- */
#autoWorkflowSpinner
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px 26px; /* To adjust for the container_content breadcrumb menu*/
}

div.autoworkflow
{
    display:none;
    visibility:hidden;
}

/* ------------------------------------------------------- */
/* Branch Selector                                         */
/* ------------------------------------------------------- */
.branchselector 
{
    min-height:100%;
    height:100%;
}

.branchselector .rgDataDiv 
{
    height:288px !important; /* Override to correct IE shrinking height */
}

.branchselector #norecords
{
    text-align: center;
    color: #000066;
    line-height: normal;
    font-weight: bold;
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
}

/* ------------------------------------------------------- */
/* Generic Editor Styles                                   */
/* ------------------------------------------------------- */
.genericstatustext
{
	margin: 3px;
	font-weight:bold;
	color:Black;
}
.genericoktext
{
	margin: 3px;
	font-weight:bold;
	color:Green;
}
.genericerrortext
{
	margin: 3px;
	font-weight:bold;
	color:Red;
}
/* ------------------------------------------------------- */
/* DNN AJAX Spinner                                        */
/* ------------------------------------------------------- */
div #dnn_ctr2005_Vieww2pOrderProducts_UP_Prog
{    
    background-color:White;
    height:auto;
    width:100%;
    left:0px;
    top:0px;
    position:absolute;
    z-index:9999;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#dnn_ctr2005_Vieww2pOrderProducts_UP_Prog img
{
    margin-left:47%;
    margin-top:47%;
    margin-bottom:50%;
}
.ajaxspinner {
    position:relative;
    height:100%;
    margin:0;
    padding:0;
    width:100%;
    background-color: #ffffff !important; 
    text-align:center;
}
.ajaxspinner img
{
    position:relative;
    margin-top:25%;    
}
/* ------------------------------------------------------- */
/* Job Detail                                              */
/* ------------------------------------------------------- */
.hiddentoolbutton
{
    display:none !important;
}
.jobdetail
{
	display:none;
	margin:0px;
	padding:0px;
	border: solid 1px;
	border-right: none;
	border-color:#DAE2E8 #DAE2E8 #DAE2E8 #DAE2E8;
}
.jdl /* modified version of infExpandedMoreInfoBoxLeftSide */
{
    width:120px;
    border-bottom:solid 1px #8C8C8C;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 18px;
	background-color: #5D5D5D;
	font-size: 11px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.jdr /* modified version of infExpandedMoreInfoBoxRightSide */
{
    width:180px;
    border-bottom:solid 1px #8C8C8C;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 18px;
	background-color: #515151;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.jdrnowidth /* modified version of infExpandedMoreInfoBoxRightSide */
{
    border-bottom:solid 1px #8C8C8C;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 18px;
	background-color: #515151;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

/* DNN AJAX Spinner */  div #dnn_ctr424_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr424_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr579_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr579_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr638_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr638_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr683_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr683_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr733_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr733_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr828_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr828_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr874_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr874_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr967_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr967_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr1105_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr1105_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr1151_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr1151_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr1197_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr1197_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr1243_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr1243_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr1289_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr1289_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr1637_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr1637_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr1687_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr1687_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr1831_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr1831_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2088_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2088_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2130_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2130_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2172_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2172_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2214_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2214_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2263_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2263_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2305_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2305_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2347_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2347_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2431_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2431_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2473_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2473_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2540_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2540_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2582_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2582_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2624_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2624_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2666_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2666_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2750_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2750_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2792_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2792_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2842_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2842_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2884_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2884_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2926_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2926_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr2968_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr2968_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3052_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3052_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3102_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3102_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3144_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3144_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3186_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3186_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3228_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3228_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3270_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3270_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3312_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3312_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3354_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3354_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3396_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3396_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3440_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3440_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3482_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3482_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3533_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3533_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3575_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3575_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3617_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3617_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3659_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3659_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3703_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3703_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3750_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3750_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3794_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3794_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}  
/* DNN AJAX Spinner */  div #dnn_ctr3840_Vieww2pOrderProducts_UP_Prog {background-color:White;height:auto;width:100%;left:0px;top:0px;position:absolute;z-index:9999;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;  } #dnn_ctr3840_Vieww2pOrderProducts_UP_Prog img {margin-left:47%;margin-top:47%;margin-bottom:50%;}

