/*******************************************************************************
 * File:			layout_table.css
 * Author:		Shimul Kanti Barua
 * Version:		1.19
 * Date:			06/01/2009
 * Revisions:	1.1   08/01/2009  First Version
 * Revisions:	1.2   17/01/2009  Second Version
 * Revisions:	1.3   21/01/2009  Third Version
 * Revisions:	1.4   30/01/2009  Fourth Version
 * Revisions:	1.5   07/02/2009  Fifth Version
 * Revisions:	1.6   12/02/2009  Sixth Version
 * Revisions:	1.7   20/02/2009  Seventh Version
 * Revisions:	1.8   27/02/2009  Eighth Version
 * Revisions:	1.9   03/03/2009  Ninth Version
 * Revisions:	1.10  13/03/2009  Tenth Version
 * Revisions:	1.11  25/03/2009  Eleventh Version
 * Revisions:	1.12  06/04/2009  Twelfth Version
 * Revisions:	1.13  22/04/2009  Thirteenth Version
 * Revisions:	1.14  07/05/2009  Fourteenth Version
 * Revisions:	1.15  11/06/2009  Fifteenth Version
 * Revisions:	1.16  27/07/2009  Sixteenth Version
 * Revisions:	1.17  19/08/2009  Seventeenth Version
 * Revisions:	1.18  01/09/2009  Eighteenth Version
 * Revisions:	1.19  22/02/2010  Ninteenth Version
 * Revisions:	1.20  05/03/2010  Twentieth Version
 *******************************************************************************/

/*-----------------------------------------------------------*
 *                       Table: main                         *
 *-----------------------------------------------------------*/
table.main
{
	 table-layout: fixed;
	 width: 960px;
	 height: 90%;
	 background-color: #000000;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px; 
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *             Table: main, td: main-xx-small-T               *
 *------------------------------------------------------------*/
table.main td.main-xx-small-T
{
   width: 960px;
   height: 20px;
	 background-color: transparent;
	 background-image: url('../images/header_top.jpg');
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #FFFFFF; 
   text-align: right;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *             Table: main, td: main-xx-small-B               *
 *------------------------------------------------------------*/
table.main td.main-xx-small-B
{
   width: 960px;
   height: 20px;
	 background-color: transparent;
	 background-image: url('../images/header_top.jpg');
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #FFFFFF; 
   text-align: right;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *             Table: main, td: main-xx-small-M               *
 *------------------------------------------------------------*/
table.main td.main-xx-small-M
{
   width: 960px;
   height: 20px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *             Table: main, td: main-xx-small-F               *
 *------------------------------------------------------------*/
table.main td.main-xx-small-F
{
   width: 960px;
   height: 20px;
	 background-color: #D6D6D6;
	 border-bottom: 1px solid #000000;
	 border-left: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #5B5F09; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *              Table: main, td: main-x-medium                *
 *------------------------------------------------------------*/
table.main td.main-x-medium
{
   width: 960px;
   height: 80px;
	 background-color: transparent;
	 border-top: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *                Table: main, td: main-large                 *
 *------------------------------------------------------------*/
table.main td.main-large
{
   width: 960px;
   height: 720px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                      Table: header                        *
 *-----------------------------------------------------------*/
table.header
{
	 table-layout: auto;
	 width: 100%;
	 height: 80px;
	 background-color: #FFFFFF;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px; 
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *              Table: header, td: header-left                *
 *------------------------------------------------------------*/
table.header td.header-left
{
   width: 30%;
   height: 80px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *             Table: header, td: header-right                *
 *------------------------------------------------------------*/
table.header td.header-right
{
   width: 30%;
   height: 80px;
	 background-color: transparent;
	 filter: progid:DXImageTransform.Microsoft.Gradient( endColorstr='#D6D6D6', startColorstr='#FFFFFF', gradientType='1');
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *             Table: header, td: header-center               *
 *------------------------------------------------------------*/
table.header td.header-center
{
   width: 40%;
   height: 80px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                 Table: Menu-Inner-Frame                   *
 *-----------------------------------------------------------*/
table.Menu-Inner-Frame
{
	 table-layout: auto;
	 width: 960px;
	 height: 720px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px; 
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: Menu-Inner-Frame, td: Menu-Inner-Frame-left     *
 *------------------------------------------------------------*/
table.Menu-Inner-Frame td.Menu-Inner-Frame-left
{
   width: 200px;
   height: 720px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

   text-align: center;
   vertical-align: top;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Menu-Inner-Frame, td: Menu-Inner-Frame-right     *
 *------------------------------------------------------------*/
table.Menu-Inner-Frame td.Menu-Inner-Frame-right
{
   width: 760px;
   height: 720px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-top: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

   text-align: center;
   vertical-align: top;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                     Table: Main-Menu                      *
 *-----------------------------------------------------------*/
table.Main-Menu
{
	 table-layout: auto;
	 width: 100%;
	 height: 720px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px; 
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *            Table: main, td: Main-Menu-Odd-Header           *
 *------------------------------------------------------------*/
table.Main-Menu td.Main-Menu-Odd-Header
{
   width: 100%;
   height: 20px;
	 background-color: #5B5F09;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;
	 padding-left: 10px; 

	 color: #FAFCD2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *            Table: main, td: Main-Menu-Evn-Header           *
 *------------------------------------------------------------*/
table.Main-Menu td.Main-Menu-Evn-Header
{
   width: 100%;
   height: 20px;
	 background-color: #68742E;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;
	 padding-left: 10px; 

	 color: #FAFCD2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *           Table: main, td: Main-Menu-Odd-Normal-T          *
 *------------------------------------------------------------*/
table.Main-Menu td.Main-Menu-Odd-Normal-T
{
   width: 100%;
   height: 20px;
	 background-color: #5B5F09;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;
	 padding-left: 30px; 

	 color: #FAFCD2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *           Table: main, td: Main-Menu-Odd-Normal-B          *
 *------------------------------------------------------------*/
table.Main-Menu td.Main-Menu-Odd-Normal-B
{
   width: 100%;
   height: 20px;
	 background-color: #5B5F09;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;
	 padding-left: 30px; 

	 color: #FAFCD2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *           Table: main, td: Main-Menu-Evn-Normal-O          *
 *------------------------------------------------------------*/
table.Main-Menu td.Main-Menu-Evn-Normal-O
{
   width: 100%;
   height: 20px;
	 background-color: #68742E;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;
	 padding-left: 30px;

	 color: #FAFCD2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *           Table: main, td: Main-Menu-Evn-Normal-T          *
 *------------------------------------------------------------*/
table.Main-Menu td.Main-Menu-Evn-Normal-T
{
   width: 100%;
   height: 20px;
	 background-color: #68742E;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;
	 padding-left: 30px; 

	 color: #FAFCD2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *           Table: main, td: Main-Menu-Evn-Normal-B          *
 *------------------------------------------------------------*/
table.Main-Menu td.Main-Menu-Evn-Normal-B
{
   width: 100%;
   height: 20px;
	 background-color: #68742E;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;
	 padding-left: 30px; 

	 color: #FAFCD2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                   Table: content-main                     *
 *-----------------------------------------------------------*/
table.content-main
{
	 table-layout: fixed;
	 width: 760px;
	 height: 720px;
	 background-color: #FFFFFF;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px; 
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: content-main, td: content-main-left         *
 *------------------------------------------------------------*/
table.content-main td.content-main-left
{
   width: 560px;
   height: 500px;
	 background-color: #8ABBD0;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

   text-align: center;
   vertical-align: top;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: content-main, td: content-main-right        *
 *------------------------------------------------------------*/
table.content-main td.content-main-right
{
   width: 200px;
   height: 500px;
	 background-color: #FFFFFF;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;


	 color: #000000;
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: content-main, td: content-main-midAA        *
 *------------------------------------------------------------*/
table.content-main td.content-main-midAA
{
   width: 760px;
   height: 30px;
	 background-color: transparent;
	 background-image: url('../images/msg_bar.jpg');
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

   text-align: center;
   vertical-align: top;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: content-main, td: content-main-midBBL        *
 *------------------------------------------------------------*/
table.content-main td.content-main-midBBL
{
   width: 380px;
   height: 20px;
	 background-color: #40637A;
	 border-top: 1px solid #000000;
	 margin: 0;
	 padding: 0px;
	 padding-left: 10px;

	 color: #EDEFEA;
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: content-main, td: content-main-midBBR        *
 *------------------------------------------------------------*/
table.content-main td.content-main-midBBR
{
   width: 380px;
   height: 20px;
	 background-color: #40637A;
	 border-top: 1px solid #000000;
	 border-right: 2px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA;
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: content-main, td: content-main-midCC        *
 *------------------------------------------------------------*/
table.content-main td.content-main-midCC
{
   width: 760px;
   height: 170px;
	 background-color: #40637A;
	 border-right: 2px solid #000000;
	 margin: 0;
	 padding: 0px;
	 padding-left: 10px;

	 color: #FFFFFF;
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                   Table: content-news                     *
 *-----------------------------------------------------------*/
table.content-news
{
	 table-layout: fixed;
	 width: 560px;
	 height: 500px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px; 
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *          Table: content-news, td: content-news-top         *
 *------------------------------------------------------------*/
table.content-news td.content-news-top
{
   width: 560px;
   height: 150px;
	 background-color: #FFFFFF;
	 background-image: url('../images/text_bg.jpg');
	 border: 0px solid #000000;
	 margin: 0;
	 padding-top: 25px;
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-bottom: 5px;

	 color: #000000; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: content-news, td: content-news-header        *
 *------------------------------------------------------------*/
table.content-news td.content-news-header
{
   width: 560px;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

   text-align: center;
   vertical-align: top;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: content-news, td: content-news-body         *
 *------------------------------------------------------------*/
table.content-news td.content-news-body
{
   width: 560px;
   height: 330px;
	 background-color: transparent;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

   text-align: center;
   vertical-align: top;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                 Table: content-news-text                  *
 *-----------------------------------------------------------*/
table.content-news-text
{
	 table-layout: auto;
	 width: 560px;
	 height: 100%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px; 
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: content-news-text, td: content-news-text-center   *
 *------------------------------------------------------------*/
table.content-news-text td.content-news-text-center
{
   width: 100%;
   height: 10%;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

   text-align: center;
   vertical-align: middle;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: content-news-text, td: content-news-text-left    *
 *------------------------------------------------------------*/
table.content-news-text td.content-news-text-left
{
   width: 30%;
   height: 10%;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;
	 padding-left:10px;

	 color: #000000; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: content-news-text, td: content-news-text-right    *
 *------------------------------------------------------------*/
table.content-news-text td.content-news-text-right
{
   width: 70%;
   height: 10%;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;
	 padding-left:10px;

	 color: #000000; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                   Table: profile-main                     *
 *-----------------------------------------------------------*/
table.profile-main
{
	 table-layout: auto;
	 width: 100%;
	 height: 715px;
	 background-color: #000000;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: profile-main, td: profile-main-header        *
 *------------------------------------------------------------*/
table.profile-main td.profile-main-header
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 filter: progid:DXImageTransform.Microsoft.Gradient( endColorstr='#675C0B', startColorstr='#BAB866', gradientType='0');
	 border: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #EFEFCE; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: profile-main, td: profile-main-footer        *
 *------------------------------------------------------------*/
table.profile-main td.profile-main-footer
{
   width: 100%;
   height: 690px;
	 background-color: #000000;
	 border-top: 1px solid #E3E3B2;
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                     Table: news-main                      *
 *-----------------------------------------------------------*/
table.news-main
{
	 table-layout: fixed;
	 width: 100%;
	 height: 715px;
	 background-color: #000000;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *           Table: news-main, td: news-main-header           *
 *------------------------------------------------------------*/
table.news-main td.news-main-header
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 filter: progid:DXImageTransform.Microsoft.Gradient( endColorstr='#675C0B', startColorstr='#BAB866', gradientType='0');
	 border: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #EFEFCE; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *           Table: news-main, td: news-main-footer           *
 *------------------------------------------------------------*/
table.news-main td.news-main-footer
{
   width: 100%;
   height: 10px;
	 background-color: #000000;
	 border-left: 0px solid #E3E3B2;
	 border-right: 0px solid #E3E3B2;
	 border-bottom: 0px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *          Table: news-main, td: news-main-sma-left          *
 *------------------------------------------------------------*/
table.news-main td.news-main-sma-left
{
   width: 40%;
   height: 30px;
	 background-color: transparent;
   border-left: 0px solid #E3E3B2;
	 margin: 0;
	 padding-left: 35px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: news-main, td: news-main-sma-right          *
 *------------------------------------------------------------*/
table.news-main td.news-main-sma-right
{
   width: 60%;
   height: 30px;
	 background-color: transparent;
   border-right: 0px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *          Table: news-main, td: news-main-lar-left          *
 *------------------------------------------------------------*/
table.news-main td.news-main-lar-left
{
   width: 40%;
   height: 45px;
	 background-color: transparent;
   border-left: 0px solid #E3E3B2;
	 margin: 0;
	 padding-left: 35px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: news-main, td: news-main-lar-right          *
 *------------------------------------------------------------*/
table.news-main td.news-main-lar-right
{
   width: 60%;
   height: 45px;
	 background-color: transparent;
   border-right: 0px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                    Table: retail-main                     *
 *-----------------------------------------------------------*/
table.retail-main
{
	 table-layout: auto;
	 width: 100%;
	 height: 715px;
	 background-color: #000000;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: retail-main, td: retail-main-header         *
 *------------------------------------------------------------*/
table.retail-main td.retail-main-header
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 filter: progid:DXImageTransform.Microsoft.Gradient( endColorstr='#675C0B', startColorstr='#BAB866', gradientType='0');
	 border: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #EFEFCE; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: retail-main, td: retail-main-footer         *
 *------------------------------------------------------------*/
table.retail-main td.retail-main-footer
{
   width: 100%;
   height: 20px;
	 background-color: #000000;
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *          Table: retail-main, td: retail-main-left          *
 *------------------------------------------------------------*/
table.retail-main td.retail-main-left
{
   width: 45%;
   height: 250px;
	 background-color: transparent;
   border-left: 1px solid #E3E3B2;
	 margin: 0;
	 padding-left: 10px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: retail-main, td: retail-main-right          *
 *------------------------------------------------------------*/
table.retail-main td.retail-main-right
{
   width: 55%;
   height: 250px;
	 background-color: transparent;
   border-right: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 10px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *          Table: retail-main, td: retail-main-mid          *
 *------------------------------------------------------------*/
table.retail-main td.retail-main-mid
{
   width: 100%;
   height: 50px;
	 background-color: transparent;
   border-left: 1px solid #E3E3B2;
   border-right: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                    Table: contact-main                    *
 *-----------------------------------------------------------*/
table.contact-main
{
	 table-layout: auto;
	 width: 100%;
	 height: 715px;
	 background-color: #000000;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: contact-main, td: contact-main-header        *
 *------------------------------------------------------------*/
table.contact-main td.contact-main-header
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 filter: progid:DXImageTransform.Microsoft.Gradient( endColorstr='#675C0B', startColorstr='#BAB866', gradientType='0');
	 border: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #EFEFCE; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: contact-main, td: contact-main-footer        *
 *------------------------------------------------------------*/
table.contact-main td.contact-main-footer
{
   width: 100%;
   height: 20px;
	 background-color: #000000;
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: contact-main, td: contact-main-left         *
 *------------------------------------------------------------*/
table.contact-main td.contact-main-left
{
   width: 55%;
   height: 120px;
	 background-color: transparent;
   border-left: 1px solid #E3E3B2;
	 margin: 0;
	 padding-left: 180px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: contact-main, td: contact-main-right         *
 *------------------------------------------------------------*/
table.contact-main td.contact-main-right
{
   width: 45%;
   height: 120px;
	 background-color: transparent;
   border-right: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: contact-main, td: contact-main-mid         *
 *------------------------------------------------------------*/
table.contact-main td.contact-main-mid
{
   width: 100%;
   height: 50px;
	 background-color: transparent;
   border-left: 1px solid #E3E3B2;
   border-right: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                Table: general_inquiry-main                *
 *-----------------------------------------------------------*/
table.general_inquiry-main
{
	 table-layout: auto;
	 width: 100%;
	 height: 715px;
	 background-color: #000000;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *Table: general_inquiry-main, td: general_inquiry-main-header*
 *------------------------------------------------------------*/
table.general_inquiry-main td.general_inquiry-main-header
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 filter: progid:DXImageTransform.Microsoft.Gradient( endColorstr='#675C0B', startColorstr='#BAB866', gradientType='0');
	 border: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #EFEFCE; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *Table: general_inquiry-main, td: general_inquiry-main-footer*
 *------------------------------------------------------------*/
table.general_inquiry-main td.general_inquiry-main-footer
{
   width: 100%;
   height: 690px;
	 background-color: #000000;
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

   text-align: center;
   vertical-align: middle;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                Table: general_inquiry-form                *
 *-----------------------------------------------------------*/
table.general_inquiry-form
{
	 table-layout: auto;
	 width: 500px;
	 height: 400px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 * Table: general_inquiry-form, td: general_inquiry-form-main *
 *------------------------------------------------------------*/
table.general_inquiry-form td.general_inquiry-form-main
{
   width: 100%;
   height: 100%;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

   text-align: center;
   vertical-align: middle;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                 Table: order_inquiry-main                 *
 *-----------------------------------------------------------*/
table.order_inquiry-main
{
	 table-layout: auto;
	 width: 100%;
	 height: 715px;
	 background-color: #000000;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: order_inquiry-main, td: order_inquiry-main-header  *
 *------------------------------------------------------------*/
table.order_inquiry-main td.order_inquiry-main-header
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 filter: progid:DXImageTransform.Microsoft.Gradient( endColorstr='#675C0B', startColorstr='#BAB866', gradientType='0');
	 border: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #EFEFCE; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: order_inquiry-main, td: order_inquiry-main-footer  *
 *------------------------------------------------------------*/
table.order_inquiry-main td.order_inquiry-main-footer
{
   width: 100%;
   height: 690px;
	 background-color: #000000;
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

   text-align: center;
   vertical-align: middle;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                 Table: order_inquiry-form                 *
 *-----------------------------------------------------------*/
table.order_inquiry-form
{
	 table-layout: auto;
	 width: 600px;
	 height: 500px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: order_inquiry-form, td: order_inquiry-form-main   *
 *------------------------------------------------------------*/
table.order_inquiry-form td.order_inquiry-form-main
{
   width: 100%;
   height: 100%;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

   text-align: center;
   vertical-align: middle;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                     Table: faq-main                       *
 *-----------------------------------------------------------*/
table.faq-main
{
	 table-layout: auto;
	 width: 100%;
	 height: 715px;
	 background-color: #000000;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *            Table: faq-main, td: faq-main-header            *
 *------------------------------------------------------------*/
table.faq-main td.faq-main-header
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 filter: progid:DXImageTransform.Microsoft.Gradient( endColorstr='#675C0B', startColorstr='#BAB866', gradientType='0');
	 border: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #EFEFCE; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *            Table: faq-main, td: faq-main-footer            *
 *------------------------------------------------------------*/
table.faq-main td.faq-main-footer
{
   width: 100%;
   height: 690px;
	 background-color: #000000;
	 border-top: 1px solid #E3E3B2;
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;
	 margin: 0;
	 padding-left: 20px;

	 color: #94BFE5; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                   Table: travel-main                      *
 *-----------------------------------------------------------*/
table.travel-main
{
	 table-layout: auto;
	 width: 100%;
	 background-color: #000000;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: travel-main, td: travel-main-header         *
 *------------------------------------------------------------*/
table.travel-main td.travel-main-header
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 filter: progid:DXImageTransform.Microsoft.Gradient( endColorstr='#675C0B', startColorstr='#BAB866', gradientType='0');
	 border: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #EFEFCE; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: travel-main, td: travel-main-footer         *
 *------------------------------------------------------------*/
table.travel-main td.travel-main-footer
{
   width: 100%;
   height: 690px;
	 background-color: #000000;
	 border-top: 0px solid #E3E3B2;
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #94BFE5; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                 Table: travel-details                     *
 *-----------------------------------------------------------*/
table.travel-details
{
	 table-layout: auto;
	 width: 100%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: travel-details, td: travel-details-header-A     *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-header-A
{
   width: 20px;
   height: 20px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: travel-details, td: travel-details-header-B     *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-header-B
{
   width: 10px;
   height: 20px;
	 background-color: transparent;
	 border-bottom: 1px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: travel-details, td: travel-details-header-C     *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-header-C
{
   width: 300px;
   height: 20px;
	 background-color: transparent;
	 border-bottom: 1px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: travel-details, td: travel-details-header-D     *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-header-D
{
   width: 200px;
   height: 20px;
	 background-color: transparent;
	 border-bottom: 1px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: travel-details, td: travel-details-header-E     *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-header-E
{
   width: 170px;
   height: 20px;
	 background-color: transparent;
	 border-bottom: 1px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: travel-details, td: travel-details-header-F     *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-header-F
{
   width: 20px;
   height: 20px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: travel-details, td: travel-details-tinfo-A     *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-tinfo-A
{
   width: 20px;
   height: 20px;
	 background-color: transparent;
	 border: 0px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: travel-details, td: travel-details-tinfo-B     *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-tinfo-B
{
   width: 10px;
   height: 20px;
	 background-color: transparent;
	 border: 0px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: travel-details, td: travel-details-tinfo-C     *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-tinfo-C
{
   width: 300px;
   height: 20px;
	 background-color: transparent;
	 border: 0px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: travel-details, td: travel-details-tinfo-D     *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-tinfo-D
{
   width: 200px;
   height: 20px;
	 background-color: transparent;
	 border: 0px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: travel-details, td: travel-details-tinfo-E     *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-tinfo-E
{
   width: 170px;
   height: 20px;
	 background-color: transparent;
	 border: 0px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: travel-details, td: travel-details-tinfo-F     *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-tinfo-F
{
   width: 20px;
   height: 20px;
	 background-color: transparent;
	 border: 0px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: travel-details, td: travel-details-normal      *
 *------------------------------------------------------------*/
table.travel-details td.travel-details-normal
{
   width: 100%;
   height: 20px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                   Table: fabrics-main                     *
 *-----------------------------------------------------------*/
table.fabrics-main
{
	 table-layout: auto;
	 width: 100%;
	 background-color: #000000;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: fabrics-main, td: fabrics-main-header         *
 *------------------------------------------------------------*/
table.fabrics-main td.fabrics-main-header
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 filter: progid:DXImageTransform.Microsoft.Gradient( endColorstr='#675C0B', startColorstr='#BAB866', gradientType='0');
	 border: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #EFEFCE; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: fabrics-main, td: fabrics-main-footer         *
 *------------------------------------------------------------*/
table.fabrics-main td.fabrics-main-footer
{
   width: 100%;
   height: 690px;
	 background-color: #000000;
	 border-top: 0px solid #E3E3B2;
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #94BFE5; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                 Table: fabrics-details                    *
 *-----------------------------------------------------------*/
table.fabrics-details
{
	 table-layout: auto;
	 width: 100%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: fabrics-details, td: fabrics-details-show      *
 *------------------------------------------------------------*/
table.fabrics-details td.fabrics-details-show
{
   width: 200px;
   height: 200px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: xx-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: fabrics-details, td: fabrics-details-top       *
 *------------------------------------------------------------*/
table.fabrics-details td.fabrics-details-top
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding-left: 35px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *          Table: fabrics-details, td: suits_styles          *
 *------------------------------------------------------------*/
table.fabrics-details td.suits_styles
{
   width: 100%;
   height: 600px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: fabrics-details, td: fabrics-details-norec      *
 *------------------------------------------------------------*/
table.fabrics-details td.fabrics-details-norec
{
   width: 100%;
   height: 220px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: fabrics-details, td: fabrics-details-btn       *
 *------------------------------------------------------------*/
table.fabrics-details td.fabrics-details-btn
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: fabrics-details, td: ties-details-show       *
 *------------------------------------------------------------*/
table.fabrics-details td.ties-details-show
{
   width: 150px;
   height: 200px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: xx-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: fabrics-details, td: ties-details-norec       *
 *------------------------------------------------------------*/
table.fabrics-details td.ties-details-norec
{
   width: 100%;
   height: 200px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                    Table: Sign-in-form                    *
 *-----------------------------------------------------------*/
table.Sign-in-form
{
	 table-layout: auto;
	 width: 350px;
	 height: 260px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: Sign-in-form, td: Sign-in-form-left         *
 *------------------------------------------------------------*/
table.Sign-in-form td.Sign-in-form-left
{
   width: 30%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: Sign-in-form, td: Sign-in-form-right        *
 *------------------------------------------------------------*/
table.Sign-in-form td.Sign-in-form-right
{
   width: 70%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: Sign-in-form, td: Sign-in-form-middle        *
 *------------------------------------------------------------*/
table.Sign-in-form td.Sign-in-form-middle
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: Sign-in-form, td: Sign-in-form-error        *
 *------------------------------------------------------------*/
table.Sign-in-form td.Sign-in-form-error
{
   width: 100%;
   height: 40px;
	 background-color: #DDFCA6;
	 border: 2px dashed #576B14;
	 margin: 0;
	 padding: 0px;

	 color: #FF0000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                    Table: Sign-up-form                    *
 *-----------------------------------------------------------*/
table.Sign-up-form
{
	 table-layout: auto;
	 width: 650px;
	 height: 100%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: Sign-up-form, td: Sign-up-form-left         *
 *------------------------------------------------------------*/
table.Sign-up-form td.Sign-up-form-left
{
   width: 30%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: Sign-up-form, td: Sign-up-form-right        *
 *------------------------------------------------------------*/
table.Sign-up-form td.Sign-up-form-right
{
   width: 70%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: Sign-up-form, td: Sign-up-form-middle        *
 *------------------------------------------------------------*/
table.Sign-up-form td.Sign-up-form-middle
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: Sign-up-form, td: Sign-up-form-error        *
 *------------------------------------------------------------*/
table.Sign-up-form td.Sign-up-form-error
{
   width: 100%;
   height: 40px;
	 background-color: #DDFCA6;
	 border: 2px dashed #576B14;
	 margin: 0;
	 padding: 0px;

	 color: #FF0000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                  Table: Forgot-Pass-form                  *
 *-----------------------------------------------------------*/
table.Forgot-Pass-form
{
	 table-layout: auto;
	 width: 500px;
	 height: 180px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: Forgot-Pass-form, td: Forgot-Pass-form-left     *
 *------------------------------------------------------------*/
table.Forgot-Pass-form td.Forgot-Pass-form-left
{
   width: 30%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: Forgot-Pass-form, td: Forgot-Pass-form-right    *
 *------------------------------------------------------------*/
table.Forgot-Pass-form td.Forgot-Pass-form-right
{
   width: 70%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Forgot-Pass-form, td: Forgot-Pass-form-rightB    *
 *------------------------------------------------------------*/
table.Forgot-Pass-form td.Forgot-Pass-form-rightB
{
   width: 70%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Forgot-Pass-form, td: Forgot-Pass-form-middle    *
 *------------------------------------------------------------*/
table.Forgot-Pass-form td.Forgot-Pass-form-middle
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: Forgot-Pass-form, td: Forgot-Pass-form-error    *
 *------------------------------------------------------------*/
table.Forgot-Pass-form td.Forgot-Pass-form-error
{
   width: 100%;
   height: 40px;
	 background-color: #DDFCA6;
	 border: 2px dashed #576B14;
	 margin: 0;
	 padding: 0px;

	 color: #FF0000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                     Table: Order_Shirt                    *
 *-----------------------------------------------------------*/
table.Order_Shirt
{
	 table-layout: auto;
	 width: 350px;
	 height: 260px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: Order_Shirt, td: Order_Shirt_center         *
 *------------------------------------------------------------*/
table.Order_Shirt td.Order_Shirt_center
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                     Table: shirts_main                    *
 *-----------------------------------------------------------*/
table.shirts_main
{
	 table-layout: auto;
	 width: 100%;
	 height: 715px;
	 background-color: #000000;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: shirts_main, td: shirts_main_header         *
 *------------------------------------------------------------*/
table.shirts_main td.shirts_main_header
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 filter: progid:DXImageTransform.Microsoft.Gradient( endColorstr='#675C0B', startColorstr='#BAB866', gradientType='0');
	 border: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #EFEFCE; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: shirts_main, td: shirts_main_footer         *
 *------------------------------------------------------------*/
table.shirts_main td.shirts_main_footer
{
   width: 100%;
   height: 690px;
	 background-color: #000000;
	 border-top: 0px solid #E3E3B2;
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;
	 margin: 0;
	 padding: 0px;

	 color: #94BFE5; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                   Table: shirts_details                   *
 *-----------------------------------------------------------*/
table.shirts_details
{
	 table-layout: auto;
	 width: 95%;
	 height: 500px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: shirts_details, td: shirts_details_top        *
 *------------------------------------------------------------*/
table.shirts_details td.shirts_details_top
{
   width: 100%;
   height: 150px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: shirts_details, td: shirts_details_bottom      *
 *------------------------------------------------------------*/
table.shirts_details td.shirts_details_bottom
{
   width: 100%;
   height: 250px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: shirts_details, td: shirts_details_left       *
 *------------------------------------------------------------*/
table.shirts_details td.shirts_details_left
{
   width: 25%;
   height: 150px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: shirts_details, td: shirts_details_right      *
 *------------------------------------------------------------*/
table.shirts_details td.shirts_details_right
{
   width: 75%;
   height: 150px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                   Table: shirts_collars                   *
 *-----------------------------------------------------------*/
table.shirts_collars
{
	 table-layout: auto;
	 width: 95%;
	 height: 690px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: shirts_collars, td: shirts_collars_top       *
 *------------------------------------------------------------*/
table.shirts_collars td.shirts_collars_top
{
   width: 100%;
   height: 15px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: shirts_collars, td: shirts_collars_show       *
 *------------------------------------------------------------*/
table.shirts_collars td.shirts_collars_show
{
   width: 25%;
   height: 150px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: xx-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: shirts_collars, td: shirts_monos_show        *
 *------------------------------------------------------------*/
table.shirts_collars td.shirts_monos_show
{
   width: 15%;
   height: 100px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: xx-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: shirts_collars, td: shirts_collars_norec      *
 *------------------------------------------------------------*/
table.shirts_collars td.shirts_collars_norec
{
   width: 100%;
   height: 150px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                 Table: shirts_collars_meas                *
 *-----------------------------------------------------------*/
table.shirts_collars_meas
{
	 table-layout: auto;
	 width: 95%;
	 height: 690px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: shirts_collars_meas, td: shirts_collars_meas_top  *
 *------------------------------------------------------------*/
table.shirts_collars_meas td.shirts_collars_meas_top
{
   width: 100%;
   height: 15px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_collars_meas, td: shirts_collars_meas_BHPL  *
 *------------------------------------------------------------*/
table.shirts_collars_meas td.shirts_collars_meas_BHPL
{
   width: 100%;
   height: 150px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_collars_meas, td: shirts_collars_meas_CSTL  *
 *------------------------------------------------------------*/
table.shirts_collars_meas td.shirts_collars_meas_CSTL
{
   width: 50%;
   height: 290px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_collars_meas, td: shirts_collars_meas_CSTR  *
 *------------------------------------------------------------*/
table.shirts_collars_meas td.shirts_collars_meas_CSTR
{
   width: 50%;
   height: 290px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_collars_meas, td: shirts_collars_meas_left  *
 *------------------------------------------------------------*/
table.shirts_collars_meas td.shirts_collars_meas_left
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding-left: 120px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_collars_meas, td: shirts_collars_meas_right *
 *------------------------------------------------------------*/
table.shirts_collars_meas td.shirts_collars_meas_right
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_collars_meas, td: shirts_buttonholes_left   *
 *------------------------------------------------------------*/
table.shirts_collars_meas td.shirts_buttonholes_left
{
   width: 40%;
   height: 220px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding-left: 20px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_collars_meas, td: shirts_buttonholes_right *
 *------------------------------------------------------------*/
table.shirts_collars_meas td.shirts_buttonholes_right
{
   width: 60%;
   height: 220px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding-left: 20px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: shirts_collars_meas, td: shirts_inner_cc_left    *
 *------------------------------------------------------------*/
table.shirts_collars_meas td.shirts_inner_cc_left
{
   width: 50%;
   height: 180px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding-left: 100px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: xx-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: shirts_collars_meas, td: shirts_inner_cc_right   *
 *------------------------------------------------------------*/
table.shirts_collars_meas td.shirts_inner_cc_right
{
   width: 50%;
   height: 180px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding-left: 30px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: xx-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: shirts_collars_meas, td: shirts_inner_cc_fab  *
 *------------------------------------------------------------*/
table.shirts_collars_meas td.shirts_inner_cc_fab
{
   width: 100%;
   height: 135px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                   Table: shirts_cuffs                   *
 *-----------------------------------------------------------*/
table.shirts_cuffs
{
	 table-layout: auto;
	 width: 50%;
	 height: 30%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: shirts_collars, td: shirts_cuffs_mid        *
 *------------------------------------------------------------*/
table.shirts_cuffs td.shirts_cuffs_mid
{
   width: 100%;
   height: 25%;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                 Table: shirts_measurement                 *
 *-----------------------------------------------------------*/
table.shirts_measurement
{
	 table-layout: auto;
	 width: 100%;
	 height: 690px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_topleft *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_topleft
{
   width: 60%;
   height: 45%;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 * Table: shirts_measurement, td: shirts_measurement_topright *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_topright
{
   width: 40%;
   height: 45%;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_botleft *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_botleft
{
   width: 60%;
   height: 30%;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 * Table: shirts_measurement, td: shirts_measurement_topright *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_botright
{
   width: 40%;
   height: 30%;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: shirts_measurement, td: shirts_measurement_mid   *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_mid
{
   width: 100%;
   height: 5%;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sel_mid *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sel_mid
{
   width: 100%;
   height: 10%;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding-left: 100px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeHL  *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeHL
{
   width: 27%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeHR  *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeHR
{
   width: 27%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeHF  *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeHF
{
   width: 4%;
   height: 30px;
	 background-color: transparent;
	 border-bottom: 1px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeHC  *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeHC
{
   width: 14%;
   height: 30px;
	 background-color: transparent;
	 border-bottom: 1px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeNL  *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeNL
{
   width: 27%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeNR  *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeNR
{
   width: 27%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeNF  *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeNF
{
   width: 4%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeNC  *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeNC
{
   width: 14%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeFHL *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeFHL
{
   width: 15%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeFHR *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeFHR
{
   width: 15%;
   height: 30px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeFHF *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeFHF
{
   width: 4%;
   height: 30px;
	 background-color: transparent;
	 border-bottom: 1px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeFHC *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeFHC
{
   width: 14%;
   height: 30px;
	 background-color: transparent;
	 border-bottom: 1px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeFNL *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeFNL
{
   width: 15%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeFNR *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeFNR
{
   width: 15%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeFNF *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeFNF
{
   width: 4%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_measurement, td: shirts_measurement_sizeFNC *
 *------------------------------------------------------------*/
table.shirts_measurement td.shirts_measurement_sizeFNC
{
   width: 14%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                 Table: shirts_meas_details                *
 *-----------------------------------------------------------*/
table.shirts_meas_details
{
	 table-layout: auto;
	 width: 100%;
	 height: 100%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_meas_details, td: shirts_meas_details_left  *
 *------------------------------------------------------------*/
table.shirts_meas_details td.shirts_meas_details_left
{
   width: 50%;
   height: 5%;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding-left: 10px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_meas_details, td: shirts_meas_details_cent  *
 *------------------------------------------------------------*/
table.shirts_meas_details td.shirts_meas_details_cent
{
   width: 25%;
   height: 5%;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding-left: 10px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_meas_details, td: shirts_meas_details_right *
 *------------------------------------------------------------*/
table.shirts_meas_details td.shirts_meas_details_right
{
   width: 25%;
   height: 5%;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding-left: 10px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: shirts_meas_details, td: shirts_meas_details_mid  *
 *------------------------------------------------------------*/
table.shirts_meas_details td.shirts_meas_details_mid
{
   width: 100%;
   height: 5%;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                  Table: shirts_meas_fabs                  *
 *-----------------------------------------------------------*/
table.shirts_meas_fabs
{
	 table-layout: auto;
	 width: 90%;
	 height: 100%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_meas_fabs, td: shirts_meas_fabs_header_left *
 *------------------------------------------------------------*/
table.shirts_meas_fabs td.shirts_meas_fabs_header_left
{
   width: 10%;
   height: 25px;
	 background-color: transparent;
	 border-bottom: 1px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_meas_fabs, td: shirts_meas_fabs_header_cenA *
 *------------------------------------------------------------*/
table.shirts_meas_fabs td.shirts_meas_fabs_header_cenA
{
   width: 15%;
   height: 25px;
	 background-color: transparent;
	 border-bottom: 1px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_meas_fabs, td: shirts_meas_fabs_header_cenB *
 *------------------------------------------------------------*/
table.shirts_meas_fabs td.shirts_meas_fabs_header_cenB
{
   width: 55%;
   height: 25px;
	 background-color: transparent;
	 border-bottom: 1px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 * Table: shirts_meas_fabs, td: shirts_meas_fabs_header_right *
 *------------------------------------------------------------*/
table.shirts_meas_fabs td.shirts_meas_fabs_header_right
{
   width: 10%;
   height: 25px;
	 background-color: transparent;
	 border-bottom: 1px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 * Table: shirts_meas_fabs, td: shirts_meas_fabs_details_left *
 *------------------------------------------------------------*/
table.shirts_meas_fabs td.shirts_meas_fabs_details_left
{
   width: 10%;
   height: 35px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 * Table: shirts_meas_fabs, td: shirts_meas_fabs_details_cenA *
 *------------------------------------------------------------*/
table.shirts_meas_fabs td.shirts_meas_fabs_details_cenA
{
   width: 15%;
   height: 35px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 * Table: shirts_meas_fabs, td: shirts_meas_fabs_details_cenB *
 *------------------------------------------------------------*/
table.shirts_meas_fabs td.shirts_meas_fabs_details_cenB
{
   width: 55%;
   height: 35px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *Table: shirts_meas_fabs, td: shirts_meas_fabs_details_right *
 *------------------------------------------------------------*/
table.shirts_meas_fabs td.shirts_meas_fabs_details_right
{
   width: 10%;
   height: 35px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_meas_fabs, td: shirts_meas_fabs_details_no  *
 *------------------------------------------------------------*/
table.shirts_meas_fabs td.shirts_meas_fabs_details_no
{
   width: 100%;
   height: 25px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_meas_fabs, td: shirts_meas_fabs_details_LNo *
 *------------------------------------------------------------*/
table.shirts_meas_fabs td.shirts_meas_fabs_details_LNo
{
   width: 50%;
   height: 35px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding-right: 10px;

	 color: #E3E3B2; 
   text-align: right;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: shirts_meas_fabs, td: shirts_meas_fabs_details_RNo *
 *------------------------------------------------------------*/
table.shirts_meas_fabs td.shirts_meas_fabs_details_RNo
{
   width: 50%;
   height: 35px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                   Table: suits_details                    *
 *-----------------------------------------------------------*/
table.suits_details
{
	 table-layout: auto;
	 width: 95%;
	 height: 100%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: suits_details, td: suits_details_top         *
 *------------------------------------------------------------*/
table.suits_details td.suits_details_top
{
   width: 100%;
   height: 100%;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 10px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                 Table: suits_singlebreast                 *
 *-----------------------------------------------------------*/
table.suits_singlebreast
{
	 table-layout: auto;
	 width: 95%;
	 height: 690px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: suits_singlebreast, td: suits_singlebreast_top   *
 *------------------------------------------------------------*/
table.suits_singlebreast td.suits_singlebreast_top
{
   width: 100%;
   height: 15px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: suits_singlebreast, td: suits_singlebreast_show   *
 *------------------------------------------------------------*/
table.suits_singlebreast td.suits_singlebreast_show
{
   width: 33%;
   height: 325px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding-left: 10px;
	 padding-right: 10px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: xx-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: suits_singlebreast, td: suits_singlebreast_norec  *
 *------------------------------------------------------------*/
table.suits_singlebreast td.suits_singlebreast_norec
{
   width: 100%;
   height: 340px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                    Table: suits_pocket                    *
 *-----------------------------------------------------------*/
table.suits_pocket
{
	 table-layout: auto;
	 width: 95%;
	 height: 690px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *          Table: suits_pocket, td: suits_pocket_top         *
 *------------------------------------------------------------*/
table.suits_pocket td.suits_pocket
{
   width: 100%;
   height: 15px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: suits_pocket, td: suits_pocket_show         *
 *------------------------------------------------------------*/
table.suits_pocket td.suits_pocket_show
{
   width: 33%;
   height: 185px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding-left: 10px;
	 padding-right: 10px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: xx-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: suits_pocket, td: suits_pocket_norec        *
 *------------------------------------------------------------*/
table.suits_pocket td.suits_pocket_norec
{
   width: 100%;
   height: 340px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                    Table: suits_lapel                     *
 *-----------------------------------------------------------*/
table.suits_lapel
{
	 table-layout: auto;
	 width: 95%;
	 height: 690px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *           Table: suits_lapel, td: suits_lapel_top          *
 *------------------------------------------------------------*/
table.suits_lapel td.suits_lapel_top
{
   width: 100%;
   height: 15px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *          Table: suits_lapel, td: suits_lapel_show          *
 *------------------------------------------------------------*/
table.suits_lapel td.suits_lapel_show
{
   width: 25%;
   height: 220px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding-left: 10px;
	 padding-right: 10px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: xx-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *          Table: suits_lapel, td: suits_lapel_norec         *
 *------------------------------------------------------------*/
table.suits_lapel td.suits_lapel_norec
{
   width: 100%;
   height: 220px;
	 background-color: transparent;
	 border: 0px solid #F4F4F4;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                    Table: admin_main                      *
 *-----------------------------------------------------------*/
table.admin_main
{
	 table-layout: auto;
	 width: 50%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *            Table: admin_main, td: admin_main_top           *
 *------------------------------------------------------------*/
table.admin_main td.admin_main_top
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 background-image: url('../images/manage/mm_t_bg.jpg');
	 border: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *            Table: admin_main, td: admin_main_bot           *
 *------------------------------------------------------------*/
table.admin_main td.admin_main_bot
{
   width: 50%;
   height: 25px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *           Table: admin_main, td: admin_main_cent           *
 *------------------------------------------------------------*/
table.admin_main td.admin_main_cent
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: admin_main, td: admin_main_mid_left         *
 *------------------------------------------------------------*/
table.admin_main td.admin_main_mid_left
{
   width: 25%;
   height: 25px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #2175D9; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: admin_main, td: admin_main_mid_right         *
 *------------------------------------------------------------*/
table.admin_main td.admin_main_mid_right
{
   width: 25%;
   height: 25px;
	 background-color: transparent;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #2175D9; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: admin_main, td: admin_main_mid_log_left       *
 *------------------------------------------------------------*/
table.admin_main td.admin_main_mid_log_left
{
   width: 25%;
   height: 30px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 margin: 0;
	 padding-right: 10px;

	 color: #2175D9; 
   text-align: right;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: admin_main, td: admin_main_mid_log_right       *
 *------------------------------------------------------------*/
table.admin_main td.admin_main_mid_log_right
{
   width: 25%;
   height: 30px;
	 background-color: transparent;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #2175D9; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                    Table: admin_mang_tour                      *
 *-----------------------------------------------------------*/
table.admin_mang_tour
{
	 table-layout: auto;
	 width: 50%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: admin_mang_tour, td: admin_mang_tour_top      *
 *------------------------------------------------------------*/
table.admin_mang_tour td.admin_mang_tour_top
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 background-image: url('../images/manage/sm_tr_t_bg.jpg');
	 border: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #942D0C; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: admin_mang_tour, td: admin_mang_tour_bot      *
 *------------------------------------------------------------*/
table.admin_mang_tour td.admin_mang_tour_bot
{
   width: 50%;
   height: 25px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: admin_mang_tour, td: admin_mang_tour_cent      *
 *------------------------------------------------------------*/
table.admin_mang_tour td.admin_mang_tour_cent
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: admin_mang_tour, td: admin_mang_tour_mid_left    *
 *------------------------------------------------------------*/
table.admin_mang_tour td.admin_mang_tour_mid_left
{
   width: 25%;
   height: 25px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding-left: 100px;

	 color: #2175D9; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: admin_mang_tour, td: admin_mang_tour_mid_right    *
 *------------------------------------------------------------*/
table.admin_mang_tour td.admin_mang_tour_mid_right
{
   width: 25%;
   height: 25px;
	 background-color: transparent;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding-left: 100px;

	 color: #2175D9; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                 Table: admin_mang_cart                    *
 *-----------------------------------------------------------*/
table.admin_mang_cart
{
	 table-layout: auto;
	 width: 50%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: admin_mang_cart, td: admin_mang_cart_top      *
 *------------------------------------------------------------*/
table.admin_mang_cart td.admin_mang_cart_top
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 background-image: url('../images/manage/sm_cr_t_bg.jpg');
	 border: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #FA2342; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: admin_mang_cart, td: admin_mang_cart_bot      *
 *------------------------------------------------------------*/
table.admin_mang_cart td.admin_mang_cart_bot
{
   width: 50%;
   height: 25px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: admin_mang_cart, td: admin_mang_cart_cent      *
 *------------------------------------------------------------*/
table.admin_mang_cart td.admin_mang_cart_cent
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: admin_mang_cart, td: admin_mang_cart_mid_left    *
 *------------------------------------------------------------*/
table.admin_mang_cart td.admin_mang_cart_mid_left
{
   width: 25%;
   height: 25px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding-left: 100px;

	 color: #2175D9; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: admin_mang_cart, td: admin_mang_cart_mid_right    *
 *------------------------------------------------------------*/
table.admin_mang_cart td.admin_mang_cart_mid_right
{
   width: 25%;
   height: 25px;
	 background-color: transparent;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding-left: 100px;

	 color: #2175D9; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                Table: admin_mang_email                    *
 *-----------------------------------------------------------*/
table.admin_mang_email
{
	 table-layout: auto;
	 width: 50%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: admin_mang_email, td: admin_mang_email_top     *
 *------------------------------------------------------------*/
table.admin_mang_email td.admin_mang_email_top
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 background-image: url('../images/manage/sm_el_t_bg.jpg');
	 border: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #0434B1; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: admin_mang_email, td: admin_mang_email_bot     *
 *------------------------------------------------------------*/
table.admin_mang_email td.admin_mang_email_bot
{
   width: 50%;
   height: 25px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: admin_mang_email, td: admin_mang_email_cent     *
 *------------------------------------------------------------*/
table.admin_mang_email td.admin_mang_email_cent
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: admin_mang_email, td: admin_mang_email_mid_left   *
 *------------------------------------------------------------*/
table.admin_mang_email td.admin_mang_email_mid_left
{
   width: 25%;
   height: 25px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding-left: 100px;

	 color: #2175D9; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: admin_mang_email, td: admin_mang_email_mid_right   *
 *------------------------------------------------------------*/
table.admin_mang_email td.admin_mang_email_mid_right
{
   width: 25%;
   height: 25px;
	 background-color: transparent;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding-left: 100px;

	 color: #2175D9; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                Table: admin_mang_nmail                    *
 *-----------------------------------------------------------*/
table.admin_mang_nmail
{
	 table-layout: auto;
	 width: 50%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: admin_mang_nmail, td: admin_mang_nmail_top     *
 *------------------------------------------------------------*/
table.admin_mang_nmail td.admin_mang_nmail_top
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 background-image: url('../images/manage/sm_ml_t_bg.jpg');
	 border: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *      Table: admin_mang_nmail, td: admin_mang_nmail_bot     *
 *------------------------------------------------------------*/
table.admin_mang_nmail td.admin_mang_nmail_bot
{
   width: 50%;
   height: 25px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: admin_mang_nmail, td: admin_mang_nmail_cent     *
 *------------------------------------------------------------*/
table.admin_mang_nmail td.admin_mang_nmail_cent
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: admin_mang_nmail, td: admin_mang_nmail_mid_left   *
 *------------------------------------------------------------*/
table.admin_mang_nmail td.admin_mang_nmail_mid_left
{
   width: 25%;
   height: 25px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding-left: 100px;

	 color: #2175D9; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: admin_mang_nmail, td: admin_mang_nmail_mid_right   *
 *------------------------------------------------------------*/
table.admin_mang_nmail td.admin_mang_nmail_mid_right
{
   width: 25%;
   height: 25px;
	 background-color: transparent;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding-left: 100px;

	 color: #2175D9; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                 Table: cart_add_ordbook                   *
 *-----------------------------------------------------------*/
table.cart_add_ordbook
{
	 table-layout: auto;
	 width: 50%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: cart_add_ordbook, td: cart_add_ordbook_top      *
 *------------------------------------------------------------*/
table.cart_add_ordbook td.cart_add_ordbook_top
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 background-image: url('../images/manage/sm_cr_t_bg.jpg');
	 border: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #FA2342; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: cart_add_ordbook, td: cart_add_ordbook_bot      *
 *------------------------------------------------------------*/
table.cart_add_ordbook td.cart_add_ordbook_bot
{
   width: 50%;
   height: 25px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: cart_add_ordbook, td: cart_add_ordbook_cent     *
 *------------------------------------------------------------*/
table.cart_add_ordbook td.cart_add_ordbook_cent
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: cart_add_ordbook, td: cart_add_ordbook_cent_E    *
 *------------------------------------------------------------*/
table.cart_add_ordbook td.cart_add_ordbook_cent_E
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #FF0000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: cart_add_ordbook, td: cart_add_ordbook_cent_M    *
 *------------------------------------------------------------*/
table.cart_add_ordbook td.cart_add_ordbook_cent_M
{
   width: 50%;
   height: 30px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #0080FF; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: cart_add_ordbook, td: cart_add_ordbook_mid_left    *
 *------------------------------------------------------------*/
table.cart_add_ordbook td.cart_add_ordbook_mid_left
{
   width: 25%;
   height: 25px;
	 background-color: transparent;
	 border-left: 1px solid #000000;
	 border-right: 1px solid #FFFFFF;
	 border-bottom: 0px solid #FFFFFF;
	 margin: 0;
	 padding-left: 140px;

	 color: #2175D9; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: cart_add_ordbook, td: cart_add_ordbook_mid_right    *
 *------------------------------------------------------------*/
table.cart_add_ordbook td.cart_add_ordbook_mid_right
{
   width: 25%;
   height: 25px;
	 background-color: transparent;
	 border-right: 1px solid #000000;
	 border-bottom: 0px solid #FFFFFF;
	 margin: 0;
	 padding-left: 10px;

	 color: #2175D9; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                    Table: Cart_Checkout                   *
 *-----------------------------------------------------------*/
table.Cart_Checkout
{
	 table-layout: auto;
	 width: 90%;
	 height: 100%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *        Table: Cart_Checkout, td: Cart_Checkout_left        *
 *------------------------------------------------------------*/
table.Cart_Checkout td.Cart_Checkout_left
{
   width: 50%;
   height: 100px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: Cart_Checkout, td: Cart_Checkout_right        *
 *------------------------------------------------------------*/
table.Cart_Checkout td.Cart_Checkout_right
{
   width: 50%;
   height: 100px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: Cart_Checkout, td: Cart_Checkout_nor        *
 *------------------------------------------------------------*/
table.Cart_Checkout td.Cart_Checkout_nor
{
   width: 100%;
   height: 20px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding-left: 50px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: Cart_Checkout, td: Cart_Checkout_top        *
 *------------------------------------------------------------*/
table.Cart_Checkout td.Cart_Checkout_top
{
   width: 100%;
   height: 150px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding-left: 50px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *         Table: Cart_Checkout, td: Cart_Checkout_conf       *
 *------------------------------------------------------------*/
table.Cart_Checkout td.Cart_Checkout_conf
{
   width: 100%;
   height: 550px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding-left: 150px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *       Table: Cart_Checkout, td: Cart_Checkout_middle       *
 *------------------------------------------------------------*/
table.Cart_Checkout td.Cart_Checkout_middle
{
   width: 100%;
   height: 100px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding-left: 50px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                  Table: Cart_Shirt_Ord_Dtl                *
 *-----------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl
{
	 table-layout: auto;
	 width: 920px;
	 height: 90%;
	 background-color: #FFFFFF;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #007FD6;
	 padding: 0px; 
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_HTop   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_HTop
{
   width: 875px;
   height: 35px;
	 background-color: #EDEFEA;
	 border-top: 1px solid #007FD6;
	 border-left: 1px solid #007FD6;
	 border-right: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #0434B1; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_NRec   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_NRec
{
   width: 875px;
   height: 100%;
	 background-color: transparent;
	 border-bottom: 1px solid #007FD6;
	 border-left: 1px solid #007FD6;
	 border-right: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #F51D30; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_HLeft   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_HLeft
{
   width: 75px;
   height: 35px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_HCenA   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_HCenA
{
   width: 40px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_HCenB   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_HCenB
{
   width: 150px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_HCenC   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_HCenC
{
   width: 150px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_HCenD   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_HCenD
{
   width: 105px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_HCenE   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_HCenE
{
   width: 35px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_HCenF   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_HCenF
{
   width: 110px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_HCenG   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_HCenG
{
   width: 100px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_HRight  *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_HRight
{
   width: 110px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_NLeft   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_NLeft
{
   width: 75px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_NCenA   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_NCenA
{
   width: 40px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_NCenB   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_NCenB
{
   width: 150px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-left: 2px;

	 color: #000000; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_NCenC   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_NCenC
{
   width: 150px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-left: 2px;

	 color: #000000; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_NCenD   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_NCenD
{
   width: 105px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_NCenE   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_NCenE
{
   width: 35px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_NCenF   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_NCenF
{
   width: 110px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-right: 4px;

	 color: #000000; 
   text-align: right;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_NCenG   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_NCenG
{
   width: 100px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-right: 4px;

	 color: #000000; 
   text-align: right;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_NRight  *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_NRight
{
   width: 110px;
   height: auto;
	 background-color: transparent;
	 border: 1px solid #007FD6;
	 border-top: 0px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_NData  *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_NData
{
   width: 875px;
   height: 30px;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-right: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #F51D30; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_BLnk   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_BLnk
{
   width: 920px;
   height: 30px;
	 background-color: #EDEFEA;
	 border: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #0434B1; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_indHL   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_indHL
{
   width: 40px;
   height: 35px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_indHA   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_indHA
{
   width: 40px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_indHB   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_indHB
{
   width: 220px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_indHC   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_indHC
{
   width: 200px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_indHD   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_indHD
{
   width: 190px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_indHR   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_indHR
{
   width: 230px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_indNL   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_indNL
{
   width: 40px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_indNA   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_indNA
{
   width: 40px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_indNB   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_indNB
{
   width: 220px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-left: 4px;

	 color: #000000; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_indNC   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_indNC
{
   width: 200px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-left: 4px;

	 color: #000000; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_indND   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_indND
{
   width: 190px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-left: 4px;

	 color: #000000; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_indNR   *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_indNR
{
   width: 230px;
   height: auto;
	 background-color: transparent;
	 border: 1px solid #007FD6;
	 border-top: 0px solid #007FD6;
	 margin: 0;
	 padding-left: 4px;

	 color: #000000; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_mapHRL  *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_mapHRL
{
   width: 300px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_mapHRC  *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_mapHRC
{
   width: 390px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_mapHRR  *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_mapHRR
{
   width: 230px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_mapNL  *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_mapNL
{
   width: 300px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-left: 5px;

	 color: #000000; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_mapNC  *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_mapNC
{
   width: 390px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-left: 10px;

	 color: #000000; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Shirt_Ord_Dtl, td: Cart_Shirt_Ord_Dtl_mapNR  *
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl td.Cart_Shirt_Ord_Dtl_mapNR
{
   width: 230px;
   height: auto;
	 background-color: transparent;
	 border: 1px solid #007FD6;
	 margin: 0;
	 padding-left: 10px;

	 color: #000000; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                   Table: Make_Appointment                 *
 *-----------------------------------------------------------*/
table.Make_Appointment
{
	 table-layout: auto;
	 width: 100%;
	 height: 100%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *     Table: Make_Appointment, td: Make_Appointment_nor     *
 *------------------------------------------------------------*/
table.Make_Appointment td.Make_Appointment_nor
{
   width: 33%;
   height: 25%;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                Table: Cart_Shirt_Ord_Dtl_CSV              *
 *-----------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl_CSV
{
	 table-layout: auto;
	 width: 700px;
	 height: 40%;
	 background-color: #FFFFFF;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #007FD6;
	 padding: 0px; 
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *Table: Cart_Shirt_Ord_Dtl_CSV, td: Cart_Shirt_Ord_Dtl_CSV_HT*
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl_CSV td.Cart_Shirt_Ord_Dtl_CSV_HT
{
   width: 700px;
   height: 35px;
	 background-color: #EDEFEA;
	 border: 1px solid #007FD6;

	 margin: 0;
	 padding: 0px;

	 color: #0434B1; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *Table: Cart_Shirt_Ord_Dtl_CSV, td: Cart_Shirt_Ord_Dtl_CSV_NR*
 *------------------------------------------------------------*/
table.Cart_Shirt_Ord_Dtl_CSV td.Cart_Shirt_Ord_Dtl_CSV_NR
{
   width: 700px;
   height: 35px;
	 background-color:transparent;
	 border-left: 1px solid #007FD6;
	 border-right: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #0434B1; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                      Table: cart_main                     *
 *-----------------------------------------------------------*/
table.cart_main
{
	 table-layout: auto;
	 width: 95%;
	 height: 500px;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *            Table: cart_main, td: cart_main_top             *
 *------------------------------------------------------------*/
table.cart_main td.cart_main_top
{
   width: 100%;
   height: 150px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *           Table: cart_main, td: cart_main_middle           *
 *------------------------------------------------------------*/
table.cart_main td.cart_main_middle
{
   width: 100%;
   height: 150px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding: 0px;

	 color: #E3E3B2; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *          Table: cart_main, td: cart_main_bottom            *
 *------------------------------------------------------------*/
table.cart_main td.cart_main_bottom
{
   width: 100%;
   height: 250px;
	 background-color: transparent;
	 border: 0px solid #000000;
	 margin: 0;
	 padding-left: 50px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                  Table: Cart_Rotary_Order                 *
 *-----------------------------------------------------------*/
table.Cart_Rotary_Order
{
	 table-layout: auto;
	 width: 875px;
	 height: 90%;
	 background-color: #FFFFFF;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #007FD6;
	 padding: 0px; 
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_HTop    *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_HTop
{
   width: 875px;
   height: 35px;
	 background-color: #EDEFEA;
	 border-top: 1px solid #007FD6;
	 border-left: 1px solid #007FD6;
	 border-right: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #0434B1; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_NRec    *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_NRec
{
   width: 875px;
   height: 100%;
	 background-color: transparent;
	 border-bottom: 1px solid #007FD6;
	 border-left: 1px solid #007FD6;
	 border-right: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #F51D30; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_HLeft   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_HLeft
{
   width: 75px;
   height: 35px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Rotary_Order, td: Cart_Rotary_Order_HRight  *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_HRight
{
   width: 150px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_HCenA   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_HCenA
{
   width: 150px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_HCenB   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_HCenB
{
   width: 250px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_HCenC   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_HCenC
{
   width: 150px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_HCenD   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_HCenD
{
   width: 100px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Rotary_Order, td: Cart_Rotary_Order_BLnk   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_BLnk
{
   width: 875px;
   height: 30px;
	 background-color: #EDEFEA;
	 border: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #0434B1; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_NRec    *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_NRec
{
   width: 875px;
   height: 100%;
	 background-color: transparent;
	 border-bottom: 1px solid #007FD6;
	 border-left: 1px solid #007FD6;
	 border-right: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #F51D30; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Rotary_Order, td: Cart_Rotary_Order_NData    *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_NData
{
   width: 875px;
   height: 30px;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-right: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_HMid    *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_HMid
{
   width: 875px;
   height: 35px;
	 background-color: #007FD6;
	 border: 0px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Rotary_Order, td: Cart_Rotary_Order_NLeft   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_NLeft
{
   width: 75px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Rotary_Order, td: Cart_Rotary_Order_NRight  *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_NRight
{
   width: 150px;
   height: auto;
	 background-color: transparent;
	 border: 1px solid #007FD6;
	 border-top: 0px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Rotary_Order_NCenA   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_NCenA
{
   width: 150px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Rotary_Order, td: Cart_Rotary_Order_NCenB   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_NCenB
{
   width: 250px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-left: 2px;

	 color: #000000; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Rotary_Order, td: Cart_Rotary_Order_NCenC   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_NCenC
{
   width: 150px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-left: 2px;

	 color: #000000; 
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Rotary_Order, td: Cart_Rotary_Order_NCenD    *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_NCenD
{
   width: 100px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-right: 4px;

	 color: #000000; 
   text-align: right;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_indHL   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_indHL
{
   width: 50px;
   height: 35px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_indHR   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_indHR
{
   width: 275px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Rotary_Order, td: Cart_Rotary_Order_indHA    *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_indHA
{
   width: 50px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Rotary_Order, td: Cart_Rotary_Order_indHB    *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_indHB
{
   width: 200px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *   Table: Cart_Rotary_Order, td: Cart_Rotary_Order_indHC    *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_indHC
{
   width: 300px;
   height: 30px;
	 background-color: #007FD6;
	 border-top: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 border-right: 1px solid #FFFFFF;
	 margin: 0;
	 padding: 0px;

	 color: #EDEFEA; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_indNL   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_indNL
{
   width: 50px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *    Table: Cart_Rotary_Order, td: Cart_Rotary_Order_indNR   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_indNR
{
   width: 275px;
   height: auto;
	 background-color: transparent;
	 border: 1px solid #007FD6;
	 border-top: 0px solid #007FD6;
	 margin: 0;
	 padding-left: 10px;

	 color: #000000; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Rotary_Order_indNA   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_indNA
{
   width: 50px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding: 0px;

	 color: #000000; 
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Rotary_Order_indNB   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_indNB
{
   width: 200px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-left: 10px;

	 color: #000000; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *  Table: Cart_Shirt_Ord_Dtl, td: Cart_Rotary_Order_indNC   *
 *------------------------------------------------------------*/
table.Cart_Rotary_Order td.Cart_Rotary_Order_indNC
{
   width: 300px;
   height: auto;
	 background-color: transparent;
	 border-left: 1px solid #007FD6;
	 border-bottom: 1px solid #007FD6;
	 margin: 0;
	 padding-left: 10px;

	 color: #000000; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*-----------------------------------------------------------*
 *                      Table: profile                       *
 *-----------------------------------------------------------*/
table.profile
{
	 table-layout: auto;
	 width: 100%;
	 background-color: transparent;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 border: 0px solid #000000;
	 padding: 0px;
	 margin: 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *            Table: profile, td: profile_top_left            *
 *------------------------------------------------------------*/
table.profile td.profile_top_left
{
   width: 45%;
   height: 220px;
	 background-color:transparent;
	 border: 0px solid #007FD6;
	 margin: 0;
	 padding-left: 20px;
	 padding-top: 15px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *            Table: profile, td: profile_top_right            *
 *------------------------------------------------------------*/
table.profile td.profile_top_right
{
   width: 65%;
   height: 220px;
	 background-color:transparent;
	 border: 0px solid #007FD6;
	 margin: 0;
	 padding: 10px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *           Table: profile, td: profile_top_center           *
 *------------------------------------------------------------*/
table.profile td.profile_top_center
{
   width: 100%;
   height: 200px;
	 background-color:transparent;
	 border: 0px solid #007FD6;
	 margin: 0;
	 padding-left: 20px;
	 padding-right: 20px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *            Table: profile, td: profile_bot_left            *
 *------------------------------------------------------------*/
table.profile td.profile_bot_left
{
   width: 45%;
   height: 220px;
	 background-color:transparent;
	 border: 0px solid #007FD6;
	 margin: 0;
	 padding-left: 20px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
 *            Table: profile, td: profile_bot_right            *
 *------------------------------------------------------------*/
table.profile td.profile_bot_right
{
   width: 65%;
   height: 220px;
	 background-color:transparent;
	 border: 0px solid #007FD6;
	 margin: 0;
	 padding-left: 40px;
	 padding-right: 5px;

	 color: #E3E3B2; 
   text-align: left;
   vertical-align: top;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
/*------------------------------------------------------------*/
