/*
body {
	/*background-image: url(./images/bg.jpg);*/
	/*background-color: #EEEEEE;*/
}
*/

html {
	height: 100%;
}

body {
	font:normal 11px Tahoma;
	color:#2A383D;
	line-height:14px;
	vertical-align:top;
	padding:0px;
	margin:0px 0px 0px 0px;
}

td{
	font:normal 11px Tahoma;
	color:#2A383D;
	line-height:14px;
	padding:0px;
	margin:0px 0px 0px 0px;
}


ul#navigation {
	height: 36px;
	padding: 20px 20px 0 30px;
	width: auto;
	position: relative;
	overflow: hidden;
}

ul#navigation li {

	float: left;

	margin: 0 10px 0 0;
	background-color: #12799a;
	position: relative;
	list-style: none;
	z-index: 1;
}

ul#navigation li.selected {
	border: solid 1px #fff;
	background-color: #fff;
}

ul#navigation li.shadow {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	border: none;
	background: none;
	z-index: 2;
	-webkit-box-shadow: #111 0 -1px 1px;
	-moz-box-shadow: #111 0 -1px 1px;
	box-shadow: #111 0 -1px 1px;
}

ul#navigation li a:link, ul#navigation li a:visited {
	display: block;
	text-align: center;
	height: 40px;
	padding: 0 20px;	
	line-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
	outline: none;
	float: left;
	-webkit-transition: background-color 0.2s linear;
	background: -moz-linear-gradient(top center, #d1d1d1, #f2f2f2 80%) repeat scroll 0 0 #f2f2f2;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #f2f2f2),color-stop(.8, #d1d1d1));
	background-color: #f2f2f2;

}

ul#navigation li a:hover {
	background-color: #199ccc;
}

ul#navigation li.selected a:link, ul#navigation li.selected a:visited {
	color: #2B477D;
	color: #fff;
	border: 1px solid #888;
	background: #12799a;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}

/* ------------------------------------------------------------------------------
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	height: 36px;
	padding: 20px 20px 0 30px;
	width: auto;
	position: relative;
	overflow: hidden;
}

.glossymenu li{
	float: left;
	margin: 0 10px 0 0;
	background-color: #12799a;
	position: relative;
	list-style: none;
	z-index: 1;
}

.glossymenu li.current {
	border: solid 1px #fff;
	background-color: #fff;
}

.glossymenu li.shadow {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	border: none;
	background: none;
	z-index: 2;
	-webkit-box-shadow: #111 0 -1px 1px;
	-moz-box-shadow: #111 0 -1px 1px;
	box-shadow: #111 0 -1px 1px;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a:link, .glossymenu li a:visited {
	display: block;
	text-align: center;
	height: 40px;
	padding: 0 20px;	
	line-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
	outline: none;
	float: left;
	-webkit-transition: background-color 0.2s linear;
	background: -moz-linear-gradient(top center, #d1d1d1, #f2f2f2 80%) repeat scroll 0 0 #f2f2f2;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #f2f2f2),color-stop(.8, #d1d1d1));
	background-color: #f2f2f2;
}

.glossymenu li a:hover {
	background-color: #199ccc;
}

.glossymenu li.current a:link, .glossymenu li.current a:visited {
	color: #2B477D;
	color: #fff;
	border: 1px solid #888;
	background: #12799a;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}

/*------------------*/
/* Self added class */

.logout a:link {text-decoration:none; color:#000;}      /* unvisited link */
.logout a:visited {text-decoration:none; color:#000;}  /* visited link */
.logout a:hover {text-decoration:underline; color:#000;}  /* mouse over link */
.logout a:active {text-decoration:none; color:#000;}  /* selected link */

#content h1 {font-size:150%; color:#666;}
#content h1 {margin:0; padding:10px 15px; letter-spacing:-1px;}
#content_product_cat h1 {font-size:180%; color:#EEEEEE;}
#content_product_cat h1 {margin:0; padding:10px 15px; background:url("images/content-h1.gif") 0 0 repeat-x; letter-spacing:-1px;}

.msg {padding:10px; padding-left:35px;}
.msg.warning {background:url("images/ico-warning.gif") 10px 50% no-repeat;}
.msg.warning {border:2px solid #F2DD8C; background-color:#FFF5CC;}
.msg.warning a {color:#df0000;} .msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {color:#303030;}
.msg.info {background:url("images/ico-info.gif") 10px 50% no-repeat;}
.msg.info {border:2px solid #B8E2FB; background-color:#E8F6FF;}
.msg.done {background:url("images/ico-done.gif") 10px 50% no-repeat;}
.msg.done {border:2px solid #BBDF8D; background-color:#EAF7D9;}
.msg.error {background:url("images/ico-delete.gif") 10px 50% no-repeat;}
.msg.error {border:2px solid #FFAEAE; background-color:#FEEBEB;}

.tableheader {
text-align:center; 
background-color:#555555; 
padding:5px 5px 5px 5px; 
font-size:12px; 
font-weight:bold; 
color:#FFFFFF; 
font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

.tableseparator {
background-color:#E8F6FF;
}

.tableheader a:link {text-decoration:none; color:#FFFFFF;}      /* unvisited link */
.tableheader a:visited {text-decoration:none; color:#FFFFFF;}  /* visited link */
.tableheader a:hover {text-decoration:underline; color:#FFFFFF;}  /* mouse over link */
.tableheader a:active {text-decoration:none; color:#FFFFFF;}  /* selected link */

.tabledata {
text-align:center; 
background-color:#E8F6FF;
padding:2px 2px 2px 2px; 
font-size:12px; 
color:#000000;
}

.bgwhite {
	background-color:#FFF;
}
.bgblack {
	background-color:#000;
}
.bggrey {
	background-color:#CCC;
}
.bgred {
	background-color:#F00;
}

.tabledata a:link {text-decoration:none; color:#000000;}      /* unvisited link */
.tabledata a:visited {text-decoration:none; color:#000000;}  /* visited link */
.tabledata a:hover {text-decoration:underline; color:#000000;}  /* mouse over link */
.tabledata a:active {text-decoration:none; color:#000000;}  /* selected link */

.tabledataform {
/*background-color:#E8F6FF;*/
background-color:#f0f0f0;
padding:2px 2px 2px 2px; 
font-size:12px; 
color:#000000;
}

.tabledataform a:link {text-decoration:none; color:#000000;}      /* unvisited link */
.tabledataform a:visited {text-decoration:none; color:#000000;}  /* visited link */
.tabledataform a:hover {text-decoration:underline; color:#000000;}  /* mouse over link */
.tabledataform a:active {text-decoration:none; color:#000000;}  /* selected link */

.custom-title {
text-align:center;
border: 1px solid black;
background-color:#555555; 
padding:5px 5px 5px 5px; 
font-size:12px; 
font-weight:bold; 
color:#FFFFFF;	
}

.custom-details-1 {
background-color:#E8F6FF;
border: 1px solid black; 
padding:5px 5px 5px 5px; 
font-size:12px; 
color:#000000;
}

.custom-details-2 {
border: 1px solid black; 
background-color:#D1DDE6;
padding:5px 5px 5px 5px; 
font-size:12px; 
color:#000000;
}

/* Edited by Alice*/
.title {
	font-size: 14px;
}

.input_text1 {
	font-size: 14px;
	width: 80%;
	height: 25px;
	padding: 3px;
	padding-left: 5px;
	margin: -5px 6px 18px 10px;
	border: 1px solid #e5e5e5;
	color: #555;
}

.gray_bg {
	background: #f0f0f0;
	padding-top:5px;
	text-align:right;
	color:#000 !important;
}

.option {
	margin: 0px 6px 18px 10px;
	height: 25px;
	padding: 3px;
}

.big-title {
	padding: 8px 10px;background: #8f8f8f; color: #ffffff;
}
/* Edited by Alice End */

.input_text {
	font-size: 15px;
	width: 100%;
	padding: 3px;
	margin: 5px 6px 10px 0px;
	border: 1px solid #e5e5e5;
	color: #555;
}

.submit_button {
	-moz-box-shadow:inset 0px 0px 0px 0px #12799a; 
	-webkit-box-shadow:inset 0px 0px 0px 0px #12799a; 
	box-shadow:inset 0px 0px 0px 0px #12799a; 
	-webkit-appearance: none;
	background-color:#12799a; 
	border:1px solid #12799a; 
	display:inline-block; 
	color:#ffffff; 
	font-family:arial; 
	font-size:14px; 
	font-weight:normal; 
	padding:8px; 
	text-decoration:none; 
	text-shadow:0px 1px 0px #12799a; 
	width: auto !important;
	height: auto !important;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor:pointer;
}
.submit_button:hover { 
	background-color:#199ccc; 
	border:1px solid #199ccc; 
}

/* ADDED BY CHEW */
.clear{clear:both;}
table#checklist{}
table#checklist th{text-transform:uppercase; font-size:14px; color:#616161; font-weight:normal;text-align:left; border-bottom:solid 4px #797979; padding:9px 0; vertical-align:top;}
table#checklist td{text-align:left; padding:9px 0; border-bottom:solid 1px #c2c2c2; font-size:12px; vertical-align:top;}
table#checklist td.last_col, table#checklist th.last_col{text-align:right;}
table#checklist td.last_col{font-weight:bold;}
.product_img{width:92px; height:117px; float:left; margin-right:10px;}
.product_info{width:369px; float:left; font-size:11px; position:relative; height:117px;}
.product_info b{font-size:12px; text-transform:uppercase; display:block; margin-bottom:3px;}
.product_info span{width:345px; position:absolute; bottom:0px; left:0px; color:#acacac;}
.product_info span a{color:#acacac; font-size:10px;}
.sub_total{width:438px; margin-left:535px; text-align:left; font-size:12px; margin-top:15px; float:right;}
.sub_total td{text-align:right; padding-bottom:7px;}
.sub_total td input{width:140px; height:18px; border:0;}
.sub_total td input#redeem_submit{background:url(../images/redeem_bg.png) no-repeat; width:74px; height:20px;}
.sub_total tr#redeem_code td{padding-bottom:40px;}
.sub_total tr#redeem_discount td{font-size:11px;}
.sub_total td b{font-size:18px;}
.label_field{width:64px; float:left;}
.label_val{width:138px; float:left;}
p.header{background:#dadada; padding:5px 10px; font-size:18px; margin:20px 0 10px 0;}
.shipping_method{width:100%;}
.shipping_method th{font-size:14px; text-decoration:underline; font-weight:normal; text-align:left;}
.shipping_method td{padding-top:10px; font-size:12px; vertical-align:top;}
.payment_method{width:100%; margin-bottom:100px;}
.payment_method th{font-size:14px; text-decoration:underline; font-weight:normal; text-align:left;}
.payment_method td{padding-top:10px; font-size:12px; vertical-align:top;}
.payment_method td#left{width:225px; padding-right:64px; border-right:1px solid #c2c2c2;}
.payment_method td#right{width:619px; padding-left:64px;}
.payment_method td#left span{width:190px; display:block; margin-left:35px; font-size:11px;}

/*----------------*/
/* KMChew - Added */
/*----------------*/
#idletimeout { background:#CC5100; border:3px solid #FF6500; color:#fff; font-family:arial, sans-serif; text-align:center; font-size:12px; padding:10px; position:relative; top:0px; left:0; right:0; z-index:100000; display:none; }
#idletimeout a { color:#fff; font-weight:bold }
#idletimeout span { font-weight:bold }

/*-------------------------------------------*/
/* KMChew - Added for red color notification */
/*-------------------------------------------*/
.badge {
    background:             radial-gradient( 5px -9px, circle, white 8%, red 26px );
        background:    -moz-radial-gradient( 5px -9px, circle, white 8%, red 26px );
        background:     -ms-radial-gradient( 5px -9px, circle, white 8%, red 26px );
        background:      -o-radial-gradient( 5px -9px, circle, white 8%, red 26px );
        background: -webkit-radial-gradient( 5px -9px, circle, white 8%, red 26px );
    background-color: red;
    border: 2px solid white;
    border-radius: 10px; /* one half of ( (border * 2) + height + padding ) */
    box-shadow: 1px 1px 1px black;
    color: white;
    font: bold 12px/10px Helvetica, Verdana, Tahoma;
    height: 12px; 
    padding: 2px 3px 0px 3px;
    text-align: center;
    min-width: 14px;
    float:right;
    margin-right:4px;
}

/*---------------------------------*/
/* Added by kklee for product form */
/*---------------------------------*/
.ele-product {
	height:24px;
	width: 329px;
}

.hidden_discount_info {
	display: none;
}

.fg-button {
	padding: 0 10px 0 10px !important;
}

.img_coming_soon {
	margin-left: 10px;
}

.setting_left_wrapper {
	padding-top:15px;
	float:left; 
	width:49.5%; 
	margin:0px 1% 0px 0px;
}

.setting_right_wrapper {
	padding-top:15px;
	float:left; 
	width:49.5%; 
}
 
.setting_wrapper {
	padding-bottom:15px;
}

.setting_title {
	margin: 0px;
	padding: 8px 10px;
	font-size: 14px; 
	background: #8f8f8f; 
	color: #ffffff; 
	background-position: right -430px;
	background-repeat: no-repeat;
	display: block;
}

.setting_content {
	margin: 0px;
	padding: 8px 10px;
	font-size: 14px; 
	background: #f0f0f0; 
	color: #666; 
	background-position: right -430px;
	background-repeat: no-repeat;
	display: block;
	border-bottom: 1px solid #dedede;
}

.setting_content_link {
	text-decoration: none;
	color: #666; 
}

.setting_content:hover {
	background: #e3e3e3; 
}

.chzn-container {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#fm_product_details_tbl, #fm_product_info_n_care_tbl, #fm_product_delivery_tbl, #fm_static_details_tbl, #fm_email_body_tbl, 
#fm_payment_disp_desc_tbl {
	margin: 10px 0 10px 10px;
}

#tblMember .calendarDateInput {
	margin-bottom: 25px;
}

#fm_member_dob_ID_Link {
	display: block;
	margin-top: -8px;
}

#fm_member_dob_Day_ID {
	margin-left: 10px;
}

#tableshowvouchers td {
	height: 24px;
}

#id_banner_image_1_chzn {
	width: 98% !important;
}

#id_banner_image_2_chzn, #id_banner_image_3_chzn, #id_banner_image_4_chzn {
	width: 93% !important;
}

#sel_overall_status_chzn {
	margin-top:0px;
	margin-left:0px;
}

#fm_ship_time_Day_ID, #fm_ship_time_Month_ID, #fm_ship_time_Year_ID, #fm_ship_time_ID_Link {
	margin-top: -10px;
	display: block;
}

.voucher_details {
	display: none;
}

blockquote.style5 {
  padding: 10px;
  background-color: #DDD;
  color: black;
  border: 1px solid #ccc;
  margin-left: 11px;
} 