﻿
.btn
{
	display: block;
	position: relative;
	padding: 10px;
	float: left;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FBE55A url(../Images/btn.gif) repeat-x;
	border: 3px solid #faf1c5;
	margin: 3px;
	width: 42%;
}
.btn *
{
	font-style: normal;
	display: block;
	position: relative;
}
.input
{
	font-size: 16px;
	width: 50%;
	padding: 1px;
	margin-left: 2px;
	color: #333333;
}
.ddl
{
	font-size: 11px;
	width: 97%;
	padding: 1px;
	margin-right: 6px;
	color: #222222;
	background-color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.submitBtn
{
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	margin-right: 6px;
	color: #000000;
	border: 1px solid #89753a;
	cursor: hand;
	background-image: url(../Images/btn_org.gif);
	background-repeat: repeat-x;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submitBtn:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #f5ba2c;
	border: 1px solid #6f5e30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 1px;
	margin-right: 6px;
	background-image: url(../Images/btn_org2.gif);
}
.btn:hover
{
	background-color: #FBE55A;
	border: 3px solid #FAF1C5;
	margin: 3px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width: 42%;
}
.btn:active
{
	text-decoration: none;
}
.btnProduct
{
	display: block;
	position: relative;
	padding: 5px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #b86ae9 url(../Images/btn_purpal.gif) repeat-x;
	border: 1px solid #6402a3;
	width: 40%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 3% 0%;
}
.btnProduct *
{
	font-style: normal;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.btnProduct:hover
{
	background-color: #83262a;
	border: 1px solid #5a1215;
}
.btnProduct:active
{
	background-color: #444;
}
.listLeft
{
	padding-top: 5px;
	border-bottom: 2px solid #999898;
}
.productName
{
	font-size: 14px;
	font-family: arial, serif;
	color: #282828;
}
.productNameDetail
{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

#marginDiv
{
	width: 90%;
	margin-top: 20%;
	background-color: #FFFFFF;
}

#categoryContainer
{
	width: 96%;
}
#header
{
	font-size: 18px;
	width: 80%;
	display: block;
	color: #83262a;
}
.hilightedText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #49000a;
	background-color: #f5d9dd;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*{
	padding: 0;
	margin: 0;
}
*//* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine
{
	font: 10px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#TB_window a:link
{
	color: #ffffff;
}
#TB_window a:visited
{
	color: #ffffff;
}
#TB_window a:hover
{
	color: #000;
}
#TB_window a:active
{
	color: #666666;
}
#TB_window a:focus
{
	color: #666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay
{
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack
{
	background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG
{
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay
{
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +   'px' );
}
#TB_window
{
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	display: none;
	border: 4px solid #525252;
	text-align: left;
	top: 50%;
	left: 50%;
}
* html #TB_window
{
	/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) +   'px' );
}
#TB_window img#TB_Image
{
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption
{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}
#TB_closeWindow
{
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}
#TB_closeAjaxWindow
{
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}
#TB_ajaxWindowTitle
{
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}
#TB_title
{
	background-color: #87c22f;
	height: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#TB_ajaxContent
{
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}
#TB_ajaxContent.TB_modal
{
	padding: 15px;
}
#TB_ajaxContent p
{
	padding: 5px 0px 5px 0px;
}
#TB_load
{
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load
{
	/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) +   'px' );
}
#TB_HideSelect
{
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
* html #TB_HideSelect
{
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +   'px' );
}
#TB_iframeContent
{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}
.thickbox
{
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px none #5d7587;
	/*width: 30%;*/
}
.thickbox *
{
	font-style: normal;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.thickbox:hover
{
	border: none #5a1215;
}
.thickbox:active
{
	background-color: #444;
}


.addInContainer
{
	float: left;
	width: 30%;
	display: block;
	padding: 4px;
	float: left;
	text-align: center;
}

.addInContainer SPAN
{
	font-size: 13px;
	font-family: arial, serif;
	color: #333333;
	width: 60%;
}

 
.chkBox input
{
	 
	width: 1.2em;
	height: 1.2em;
	color:Gray;
	 
}
.chkBox label
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 5px;
	margin: 3px;
	display: block;
	width:100%;
	text-decoration: none;	
	
}
.chkBox input:hover
{
	cursor: pointer;
}
.chkBox label:hover
{
	cursor: pointer;
}

.addInSubCategory
{
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/btn_green.gif);
	background-repeat: repeat-x;
	height: 31px;
	padding-left: 8px;
}
.addInSubCategory SPAN
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.addInTable
{
	border: 1px solid #FFFFFF;
	margin: 10px;
	background-color: #f7c723;
	background-color: #f7c723;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.addInFieldset
{
	border: 2px solid #FFFFFF;
	margin-top:5px;
	margin-bottom:10px;
}
.red 
{
	color: #FFFFFF;font-weight: normal;padding:5px;
	border:1px solid #D43C3C;margin-bottom:3px;
	margin-top:3px;
	background-color: #ffece8;
	border-color: #dd3c12;color: #111111;
	line-height: 9px;
	text-align:left;
	padding:10px;
}
.purpal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9f3ecb;
	text-decoration: none;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #007e9e;
	text-decoration: none;
}
.green a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #007e9e;
	text-decoration: underline;
}
.green a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #007e9e;
	text-decoration: underline;
}
.green a:hover {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #007e9e;
	text-decoration: none;
}
.prod_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d10f0b;
	text-decoration: none;
	background-color: #f2f2f2;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.normaltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}
.normaltxt a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.normaltxt a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.normaltxt a:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.hedding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/hed.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
}
.hed2 {
	background-image: url(../Images/hed_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	height: 31px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.orgbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #f7c723;
	border: 1px solid #FFFFFF;
}
.red123 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.submitBtn123
{
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	margin-right: 6px;
	color: #FFFFFF;
	border: 1px solid #89753a;
	cursor: hand;
	background-image: url(../Images/bt2.gif);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d75f83;
	text-decoration: none;
}
.submitBtn123 a:link {
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	margin-right: 6px;
	color: #FFFFFF;
	border: 1px solid #89753a;
	cursor: hand;
	background-image: url(../Images/bt2.gif);
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #d75f83;
	text-decoration: none;
}
.submitBtn123 a:visited {
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	margin-right: 6px;
	color: #FFFFFF;
	border: 1px solid #89753a;
	cursor: hand;
	background-image: url(../Images/bt2.gif);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d75f83;
	text-decoration: none;
}
.submitBtn123 a:hover {
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	margin-right: 6px;
	color: #FFFFFF;
	border: 1px solid #89753a;
	cursor: hand;
	background-image: url(../Images/bt2.gif);
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #d75f83;
	text-decoration: none;
}
.big_hed {
	font-family: Geneva, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #083e9a;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 10px;
}
.notetxt {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.row1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFE1;
	font-weight: normal;
	padding-left: 10px;
}
.row2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	background-color: #fde4b5;
	font-weight: normal;
}
.row1 a:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.row1 a:visited {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.row1 a:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.row2 a:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.row2 a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.row2 a:hover {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.storename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 13px;
	padding-left: 8px;
	text-transform: uppercase;
}
.txtfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #f7f7f7;
	border: 1px solid #666666;
}
.withoutbordertxtfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	border: 0px solid #CCCCCC;
	width: 20px;
}
.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	background-color: #ffece8;
	padding: 6px;
	border: 1px solid #CC3300;
	height: 30px;
}
.pghead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/wel_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 58px;
}
.whitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../Images/bg12.jpg);
}
.thead a:link, .thead a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.thead1
{
    background-image: url(../images/LoginHeader_Tile.gif);
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    text-decoration: none;
    text-transform: uppercase;
}
