﻿/* 
 *	creator: Eric Wang		 
 *	date: 03-Oct-08	 
 * -------------------------------------------------------
 *
 *	useful font color: #595959 
 *	useful border-color:#bababa
 *	useful green color: #24a635
 *	useful red color:	#fe0408 
 *  
 */

/*-------------------------- global selectors ---------------------------*/
body
{
   font: 85%/1.8 arial, helvetica, sans-serif;
    margin: 0 0 0 0;    
    background:#FFFFFF;
   /* background:#f9f3f9;*/
    overflow:-moz-scrollbars-vertical; /* show main scroll bar in FF regardless of the page length */
}

img
{
    border: 0;
}

a /* default anchor style */
{
    text-decoration: none;
    outline: none;
    color: #666; /*	#0143ff	*/   
    cursor: pointer;
    font-size:9pt;
}
a.boldText
{
	font-weight:bold;	
}
a.jewelTitle
{
	font-size:0.9em;
	color:#333;
	font-weight:bold;
}
a.lightText
{
	background:url(../Aspx/images/master/dot.png) no-repeat left;
	padding-left:12px;
	color:#ECECEC;
	font-size:9pt;
}
a.lightText:hover
{
	color:#e4de7d;
}
a.add_bag
{
	background:url(../Aspx/images/list/shoppingbag.png) no-repeat left;
	padding-left:20px;
	color:#999;
	font-size:9pt;
}
a.mainLink
{
	background:url(../Aspx/images/master/dot.png) no-repeat left;
	padding:0 0 1px 12px;
	font-size:9pt;
	color:#333;	
}
a.closeLink
{
	background:url(../Aspx/images/close.png) no-repeat left;
	padding:0 0 1px 12px;
	font-size:8pt;
	color:#333;
}
a.deleteLink
{
	background:url(../Aspx/images/delete.png) no-repeat left;
	padding:0 0 1px 14px;
	font-size:8pt;
	color:#666;
}
a.updateLink
{
	background:url(../Aspx/images/order/update.gif) no-repeat;
	padding:0 0 1px 14px;
	font-size:8pt;
	color:#666;
}
a.pointerLink
{
	background:url(../Aspx/images/member/pointer.png) no-repeat left;
	padding:0 0 1px 10px;
	font-size:8pt;
	color:#666;
}
a.catePointerLink
{
	background:url(../Aspx/images/member/pointer.png) no-repeat left;
	padding:0 0 1px 10px;
	font-size:9pt;
	color:#666;
}
a.cateUnPointerLink
{
	padding:0 0 1px 10px;
	font-size:9pt;
	color:#666;
}
a.cateUnPointerLink:hover
{	
	color:#333;
}
a.catePointerLink:hover
{
	color:#333;
}
.pointerLabel
{
	background:url(../Aspx/images/member/pointer.png) no-repeat left;
	padding:0 0 1px 10px;
	font-weight:bold;
	font-size:9pt;
	color:#666;
}
.pointerLabelLink
{
	text-decoration: none;
    outline: none;    
    cursor: pointer;    
	background:url(../Aspx/images/member/pointer.png) no-repeat left;
	padding:0 0 1px 10px;
	font-size:9pt;
	color:#666666;
}
.stockItemLabel
{
	background:url(../Aspx/images/order/stockItem.png) no-repeat left;
	color:#696969;
	font-size:9pt;
	padding:0 0 1px 18px;
}
.backorderItemLabel
{
	background:url(../Aspx/images/order/backorderItem.png) no-repeat left;
	color:#696969;
	font-size:9pt;
	padding:0 0 1px 18px;
}
a.addLink
{
	background:url(../Aspx/images/add.png) no-repeat left;
	padding:0 0 1px 13px;
	font-size:8pt;
	color:#666;
}
a.addLink:hover
{
	background:url(../Aspx/images/add_over.png) no-repeat left;
	color:#333;
}
a.closeLink:hover
{
	color:#eb3198;
}
a.deleteLink:hover
{
	background:url(../Aspx/images/delete_over.png) no-repeat left;
	color:#333;
}
a.guidelineLink
{
	font-size:0.8em;
	color:#999;
	text-transform:uppercase;	
}
a.guidelineLink:hover
{
	color:#333;
}
a.backLink
{
	text-transform:uppercase;
	font-size:0.8em;
	padding:0 0 0 10px;
	background:url(../Aspx/images/list/smallback_out.png) no-repeat left;
	color:#777777;
}
a.cateLink
{
	color:#eb3198;
}
a.cateLink:hover
{
	color:black;
}
a.backLink:hover
{
	background:url(../Aspx/images/list/smallback.png) no-repeat left;
	color:#333;
}
a.mainLink:hover
{
	color:#eb3198;
}
a.highlink
{
	font-size:9pt;
	color:#333;	
	text-transform:capitalize;
}
a.highlink:hover
{
	color:#eb3198;
}
a.add_bag:hover
{
	color:#333;
}
a.white
{
    color: White;
}

a.titleAnchor
{
    font-size: 1.4em;
    color: #2977a1;
    font-weight: bold;
}

a.home_register_link
{
	font-size:9pt;
	color:#999;
}
a.home_register_link:hover
{	
	color:#333;
}

a:link, a:visited, a:active
{
}

a:hover, a.special:hover
{
    color: #333;
}
a.descLink
{
	color:#777;
	font-size:9pt;
	text-transform:uppercase;
}
a.descLink:hover
{
	color:#000;
}
a.white:hover
{
    color: White;
}

a.special
{
    color: #ff5656;
}

table /* default table style */
{
    border: 0;
    padding: 0;
}

table td
{
    border: 0px solid lime;
    padding: 2px;
    vertical-align: middle;
}

table.noPadding td
{
    padding: 0px;
}

select
{
    font-size: 0.9em;
    background:white;
    border:1px solid #999;
}

input
{
    font-size: 0.9em;
}

textarea
{
    font-size: 11px;
    background-color: white;
    border: 1px solid #bababa;
}

label
{
    cursor: pointer;
    font-size: 1.1em;
}

ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.default li
{
    line-height: 1.5;
}

span
{
    font-size: 1.1em;
}

/* default margin & padding */
.margin30
{
    margin-top: 30px;
}

.margin20
{
    margin-top: 20px;
}

.margin15
{
    margin-top: 15px;
}

.margin10
{
    margin-top: 10px;
}

.margin5
{
    margin-top: 5px;
}

.defaultPadding
{
    padding: 10px;
}

.halfPadding
{
    padding: 5px;
}

.alignRight
{
    text-align: right;
}

.normalText
{
    font-size: 1.1em;
}

.headerText
{
    font-size: 1.3em;
    font-weight: bold;
}

.redText
{
    color: #fe0408;
}

.whiteText
{
	color:White;
}

.greenText
{
    color: #24a635;
}

.boldText
{
    font-weight: bold;
}
.smallDescLable
{
	font-size:8pt;
	line-height:15px;
}

/*--------------------------- master page selectors ---------------------------*/
#MasterHolder
{/**
    padding: 0px 10px 10px 10px;
    margin: 0 auto; 	border-left:1px #bababa solid; 	border-right:1px #bababa solid;  background:#FFFFFF;*/ 
}
/*
#header
{
    width: 800px;
    margin: 0 auto;
    position: relative; 
    padding: 0 0 0 0;    
}*/ 
#register_tab
{
	padding:2px;
	height:105px;
}


#MainContentHolder
{	
    /*min-height: 600px;
    height: 600px!important;    
    height: 600px;background:#FFFFFF;*/
    width: 950px;
    margin: 0;
    padding: 15px 20px 10px 20px;         
}
.footer_tab{
	color:#333333;
	font-size:0.8em;
	font: 83%/1.4 arial, helvetica, sans-serif;
}

.toggledUpMenu
{
	position:absolute; 
	z-index:10; 
	text-align:left;
	background:url(../Aspx/images/master/slide_menu_bg_200.png) no-repeat left bottom;
	width:200px;
}
*html .toggledUpMenu
{
	position:absolute; 
	z-index:10; 
	text-align:left;
	background:white;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	width:200px;
}

/* --------------------------- one column layout ------------------------------*/
#nav li {     
	list-style: none;     
	float:left; 
	padding:0 5px 2px 5px;
} 
#nav a {
	text-transform:capitalize;      
	float:left;     
	height:24px; 
	line-height:24px;     
	text-decoration:none;  
	text-align:center;     
	padding:0 0 0 5px;
	cursor:pointer; 
	color:#999;
	/*font-size:0.8em;*/
} 
#nav a b {
	font-weight:normal;
	float:left;     
	display:block;     
	padding:0 5px 0 0; 
}   
#nav a:hover {     
	background:url(../Aspx/images/master/libg.gif); 
} 
#nav a:hover b {     
	background:url(../Aspx/images/master/libg.gif) no-repeat right top; 

}
#headerTopDiv{
	/*background:#1b5790;
	background:#e7f0f6;
	height:45px;
	padding:5px 0 5px 10px;*/
	padding:0px;
	margin:0px;
	overflow:visible;
	position:relative;
}
.headerTopNavi{
	float:left;s
}
.headerTopRight{
	float:right;
}

.header2
{
	width:700px;
}
.special_tab
{
	width:240px;
	height:110px;	
}
.descLable
{
	color:#666666;
	font-size:9pt;
}
/* --------------------------- text field style ------------------------------ */
input.text
{
    background-color: #FCFCFC;
    border: 1px solid #bababa;
    width:200px;
}

input.error
{
	background-color:#ffdfdf;
	border:1px solid #ff0000;
}

input.mandatory, select.mandatory, textarea.mandatory
{
	background-color: #ffffcc;
    border: 1px inset #24a635;
}

input.focused, textarea.focused
{
    background-color: #ffffcc;
    border: 1px inset #24a635;
    width:200px;
}
input.blured, textarea.blured
{
    background-color: white;
    border: 1px solid #bababa;
    width:200px;
}

input.error
{
    background-color: #ffdfdf;
    border: 1px inset #fe0408;
}


/* ------------------------------- tab selectors ---------------------------------- */
.tab
{
    line-height: normal;
    padding-bottom: 1px;
    padding-top: 2px; /* padding-top + border-top */
}

.tab ul
{
    margin: 0;
    padding: 0;
    list-style-type:none;
}

.tab li
{
    list-style: none;
    display: inline;
    list-style-type:none; 
    margin:0;
    padding:0;
}

.tab a
{
    font-weight: bold;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    padding: 1px 15px 1px 15px;
    cursor: pointer;
} 

.tab a:hover
{
   
    border: 1px solid #bababa; 
    border-bottom: 4px solid #bababa;
    text-decoration: none;
}


.tabOff
{
    background: white;
    color: #24a635;
} 



/* ---------------------------------- miscellnaeous -------------------------------------- */
.whiteSectionHeader
{
    font-size: 1.3em;
    color: White;
    font-weight: bold;
    display: block;
}

.errSummary
{
    margin-top: 10px;
    padding: 5px 0 5px 5px;
}

*html .errSummary /* for ie only */
{
    margin-top: 0px;
}

.leftFloat
{
    float: left;
}

.rightFloat
{
	float:right;	
}

table.paging
{
    padding: 0;
}

table.paging td
{
    padding: 0px;
}

table.paging a
{
    font-size: 1.0em;
    color: green;
    display: block;
    padding: 2px;
    border: 1px solid green;
}

table.paging a:hover
{
    color: white;
    background-color: green;
    text-decoration: none;
}

.searchImgStyle
{
    position: relative;
    top: 3px;
    left: 2px;
    cursor: pointer;
    height: 16px;
}

.bgServerLightBox
{
    background-color: #ddd;
}

.opacityXHigh
{
    filter: alpha(opacity=90);
    opacity: .90;
    -moz-opacity: 0.90;
}
.opacityHigh
{
    filter: alpha(opacity=75);
    opacity: .75;
    -moz-opacity: 0.75;
}

.opacityMid
{
    filter: alpha(opacity=50);
    opacity: .50;
    -moz-opacity: 0.50;
}

.opacityLow
{
    filter: alpha(opacity=30);
    opacity: .30;
    -moz-opacity: 0.30;
}

.opacityXLow
{
    filter: alpha(opacity=10);
    opacity: .10;
    -moz-opacity: 0.10;
}

.slideBg
{
    background: url( '../Aspx/Images/slide2.gif' ) repeat-x top left;
}

.hand
{
    cursor: pointer;
}

div.ajax__calendar_days table  tr td, div.ajax__calendar_months table tr td, div.ajax__calendar_years table tr td
{
    padding: 0px; margin:0px;
}

.wordWrap
{
    overflow: auto;
    word-wrap: break-word;
    word-break: break-all;
}

.titleStyle
{
	padding:2px 5px 2px 5px; 
	background:#eee; 
	border-top:1px solid #24a635;	
}



 
.error_container
{
    display: none;
    padding: 5px;
    position:absolute;
    /*border: #ebae7f 1px solid;*/
    font-size: 1.1em;
    text-align: center;
    vertical-align: middle;
    color: #fe0408;
    background:#fff8cc;
    border-bottom:1px solid #ebae7f;
}


.max80
{
	max-height: 80px;
    height: auto !important;
    height: 80px;	
    
    max-width: 80px;
    width: auto !important;
    width: 80px;
}

.min100
{
	min-height: 100px;
    height: auto !important;
    height: 100px;	
}
.min50
{
	min-height: 50px;
    height: auto !important;
    height: 50px;	
}

/*--------------------end of bet section-------------------------*/

/* ---------------------- Search section -------------------------*/
.search_select
{
	font-size:0.9em;
	color:#999;
	padding:0 3px 0 5px;
	width:155px; 
	cursor:pointer;
	text-align:left;
	border:1px solid #CCC;
}
.search_selected
{
	font-size:0.9em;
	background:#ea7777;
	padding:0 3px 0 5px;
	width:155px; 
	cursor:pointer;
	text-align:left;
}
.unselected_option
{
	font-size:0.9em;
	color:#999;
}
a.resetAll
{
	color:#FFF; 
	font-size:0.8em; 
	background:#ea7777;
	padding:0 2px 0 2px;	
	font-weight:bold;
}
a.resetAll:hover
{
	color:#CCCCCC;
}

/*----------------------------------- transparent mask & lightbox --------------------------------------------*/
.lightbox_content
{
	position: absolute;  
    z-index: 100001;
    display: none; 
    width: 122px;
    height:80px;
    padding:3px;
    left:50%;   
    margin-left:-40px;
}
.lightBox
{
    position: absolute;
    width: 470px;
    height: 240px;
    padding:3px;
    left: 50%;
    margin-left: -238px;
    background: #24a635; 
    z-index: 10001;
    display: none;
}
.lightboxZoom
{
	position:absolute;
	width:600px;	
	z-index:1000000;
	left: 50%;
    margin-left: -300px;    
}
.lightboxZoomInner
{
	padding:0 6px 0 6px;
	background:url(../Aspx/images/main_bg_600.png);	
}

*html .lightboxZoomInner
{
	padding:0 6px 0 6px;
	background:white;
}
.comLightBox520
{
	background:url(../Aspx/images/lightboxbg520.png) no-repeat center;
	width:540px;
	height:370px;
	position:absolute;     
    z-index: 100000;
    top:-370px; 
    left: 50%;
    margin-left: -270px;    
}
*html .comLightBox520
{
	background:white;
	border:1px solid #999;
	width:540px;
	height:370px;
	position:absolute;     
    z-index: 100000;
    top:-370px; 
    left: 50%;
    margin-left: -270px;    
}

.generalLightBox
{
	background:url(../Aspx/images/commons/generalbg.png) no-repeat center;
	width:780px;
	height:477px;
	position:absolute;     
    z-index: 100000;
    top:-485px; 
    left: 50%;
    margin-left: -390px;    
}
*html .generalLightBox
{
	background:white;
	border:1px solid #999;
	width:780px;
	height:477px;
	position:absolute;     
    z-index: 100000;
    top:-495px; 
    left: 50%;
    margin-left: -390px;    
}

.contactUsLightBox
{
	background:url(../Aspx/images/commons/contactUsbg.png) no-repeat center;
	width:780px;
	height:477px;
	position:absolute;     
    z-index: 100000;
    top:-485px; 
    left: 50%;
    margin-left: -390px;    
}
*html .contactUsLightBox
{
	background:white;
	border:1px solid #999;
	width:780px;
	height:477px;
	position:absolute;     
    z-index: 100000;
    top:-495px; 
    left: 50%;
    margin-left: -390px;    
}

.product_list_main_bg
{
	width:691px;
	background:url(../Aspx/images/order/contentBg.gif) repeat-y;
}
*html .product_list_main_bg
{
	width:691px;
	background:white;
	border:1px solid #999;
}

.browse_item_main_bg
{
	width:691px;
	background:url(../Aspx/images/order/contentBg.gif) repeat-y;
}
*html .browse_item_main_bg
{
	width:671px;
	background:white;
	border:1px solid #999;
}

.product_info_main_bg
{
	width:470px;
	padding:0;
	margin:0;
	background:url(../Aspx/images/main_bg_521.gif) repeat-y 0;
	text-align:left;
}

.lightBox div.inner
{
    width: 460px;
    height: 230px;
    position: absolute;
    padding: 5px;
    top:50%;
    left:50%;
    margin-top: -120px;
    margin-left: -235px; 
    overflow: auto;
	background:white url(../Aspx/images/slide3.jpg) repeat-x;
}

.largeLightBox div.largeInner
{
    width: 520px;
    height:400px;
    position: absolute;
    padding: 5px;
    top: 50%;
    left: 50%;
    margin-top:-205px;
    margin-left:-265px;
	background:white url(../Aspx/images/slide3.jpg) repeat-x;
    overflow: auto;
}

.lightBox div.header, .largeLightBox div.header
{
	background:url(../Aspx/Images/gradient1.jpg) repeat-x; 
	width:100%; 
	margin-bottom:20px;	 
}

.lightBox div.lightboxTitleDiv
{
	float:left; 
	width:440px; 
	text-align:center; 
	padding-top:1px; 
	font-size:1.3em; 
	font-weight:bold; 
	color:White;
}

.largeLightBox div.lightboxTitleDiv 
{
	float:left; 
	width:500px; 
	text-align:center; 
	padding-top:1px; 
	font-size:1.3em; 
	font-weight:bold; 
	color:White;
}

.lightBox a.close, .largeLightBox a.close
{ 
    font-family: Verdana;
    font-size: 0.8em;
    font-weight:bold;
    border: 2px solid white; 
    text-decoration: none;
    color: white;  
    display:inline;
    float:right;
    margin:2px 2px 2px 0;
}

#masterMask
{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height:100%;
    z-index: 99999; /*height: 100%;margin-left: -600px;filter:alpha(opacity=45);      opacity:.45;     -moz-opacity:0.45; */
    background: white; /* #dddddd; */ 
}

*html #masterMask
{
	position:absolute;
    height: expression(document.documentElement.clientHeight);
    top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) +  'px' );
} 
 
.loadingbar
{
	display:none; 
	z-index:9999; 
	position:fixed; 
	left:50%; 
	top:50%;
	margin-top:-8px;
	margin-left:-50px;	

}
 
*html .loadingbar
{ 
	position:absolute; 
    top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) )*50%  + 'px' );
}

.veticalAlign
{
    vertical-align:top;
}

/*####################################### LIST ########################################### */
#itemListDiv
{
	/*background:url(../Aspx/images/list/content_bg.png) no-repeat right top;		*/
	background:url(../Aspx/images/list/main_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:744px;
}
.Signup_section
{
	text-align:left;
	background:#EEE;
	padding:3px;	
}
.Signup_title
{
	text-align:left;
	width:150px;
	padding:1px 5px 1px 5px;
}
.Signup_field
{
	text-align:left;
	width:200px;
	padding:2px 5px 2px 2px;
}
.Signup_tip
{
	float:left;
}
.Signup_group
{
	width:730px;
	border:1px solid #EEE;
	text-align:left;
}
#sigupFrm span
{
	text-align:left;
	font-size:9pt;
}
#sigupFrm input
{
	/*width:200px;*/
}

.shadowContent
{
	background:url(../Aspx/images/commons/shadowContentBg.png);	
}

/* order */
.selectLable
{
	background:url(../Aspx/images/order/selector.gif) no-repeat 143px 7px;
	padding:1px 2px 1px 2px;	
	color:#6a6a6a;
	font-size:0.8em;
	border:1px solid #999;
}
.paymentSelectLable
{
	background:url(../Aspx/images/order/selector.gif) no-repeat 203px 6px;
	padding:0 2px 0 2px;	
	line-height:16px;
	color:#6a6a6a;
	font-size:0.8em;
	border:1px solid #999;
}
.postageSelectLable
{
	background:url(../Aspx/images/order/selector.gif) no-repeat 142px 5px;
	padding:0 2px 0 2px;	
	line-height:16px;
	color:#6a6a6a;
	font-size:0.8em;
	border:1px solid #999;
}
.dropDownSelectLable
{
	padding:0 2px 0 2px;	
	line-height:16px;
	color:#6a6a6a;
	font-size:0.8em;
}
.guidelineLable
{
	font-size:0.8em;
	color:#999;
	text-transform:uppercase;	
}
.guidelineLable_current
{
	font-size:0.8em;
	color:#666;
	text-transform:uppercase;	
}
.guideline
{
	float:left;
	padding:3px 25px 3px 25px;
}
.guideline_current
{
	float:left;
	padding:3px 25px 3px 25px;
	border-bottom:2px solid #eb3198;
}
.editPostalAddressDiv
{
	position: absolute;  
    z-index: 999999;
    display: none; 
    width: 420px;
    height:400px;
    padding:3px;
    left:50%;   
    margin-left:-150px;
}
.txtWaterMark
{
	font-size:8pt;
	color:#999;
}
#side_form ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:0.9em;
	color:#333333;
}
#side_form h2
{
	font-size:9pt;
	font-weight:bold;
}
#side_form a
{
	text-decoration:underline;
}


.bet_opt_ori_imgDiv
{
    position: absolute;
    display: none;
    bottom: 140px;
    right: 100px;
    padding: 10px;
    background-color: Black;
    z-index:100px;
    max-width:400px;
}
.bet_optionOriImg
{
    max-width:400px;
   
}

div.top-nav-downloads
{
	float: left;
	padding:0 20px 5px 20px;
}
div.top-nav-downloads a
{
	background: url(../Aspx/images/downloads.png) no-repeat;
	text-indent: -5000px;
	outline: none;
	display: block;
	width: 92px;
	height: 16px;
}
div.top-nav-downloads a:hover
{
	background: url(../Aspx/images/downloads_over.png) no-repeat;
}

div.download-list
{
	padding: 10px 10px 15px 20px;
	text-align: left;
}
div.download-list span span span
{
	border-bottom: 1px solid #eee;
	display: block;
	padding-top: 3px;
	font-size: 12px;
}
div.download-list a
{
	background: url(../Aspx/images/pdf.gif) no-repeat scroll left top;
	padding-left: 16px;
}
ul.downloads
{
	list-style-type: disc;
	list-style-position: outside;
	margin: 15px;
	padding: 5px;
}
ul.downloads li
{
	list-style-type: disc;
}