/*********** SELECTORS STYLES  ***********/
body { background:#fff; font-family:Arial, Helvetica; font-size:12px; line-height:1.3em; table-layout:fixed; }
body, fieldset, form, h1, h2, h3, h4, h5, h6, p { margin:0px; padding:0px; }
h1, h2, h3, h4, h5, h6, form { display:inline; }
h1 { font-size:1.6em; }
h2 { font-size:1.5em; }
h3 { font-size:1.4em; }
hr { height:1px; color:#ccc; background:#ccc; border:0; }
img { border:0px; }
li { margin-bottom:5px; }
ol { margin:5px 0 5px 30px; padding:0; }
ul { margin:5px 0 5px 30px; padding:0; }
ul ul, ol ol, ol ul, ul ol { margin-left:30px; }
blockquote { margin:5px 20px; }
fieldset { border:1px solid #ccc; }
table { border-collapse:collapse; border-spacing:0; }
input, select, textarea { font-size:1em; font-family:Arial, Helvetica, sans-serif; }
input.button {
	border-right:1px solid #cc0000;
	border-bottom:1px solid #cc0000;
	background-color:#FFE87F;
	padding:0 5px;
	cursor:hand;
}
input.button:hover {
	background-color:#FFFF99;
}
a img {
	border:0px;
}
img.imageCenter {
	display:block;
	margin:auto;
}
select { border:1px solid #ccc; }
textarea { border:1px solid #ccc; padding:2px; overflow:auto; }
a:link, a:visited { color:#000; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:none; color:#d00; }

.input { padding:1px 2px 1px 4px; border:1px solid #ccc; background:#fff !important; }
.button { background:#f1f1f1; border:1px solid #ccc; padding:0 5px; overflow:visible; }

/***** FONT STYLES *****/
.lh0em { line-height:0em; }
.lh02em { line-height:0.2em; }
.lh05em { line-height:0.5em; }
.lh1em { line-height:1em; }
.lh12em { line-height:1.2em; }
.lh15em { line-height:1.5em; }
.lh2em { line-height:2em; }

.xsmall { font-size:0.8em; }
.small { font-size:0.9em; }
.large { font-size:1.1em; }
.xlarge { font-size:1.2em; }
.xxlarge { font-size:1.4em; }
.xxxlarge { font-size:1.6em; }

.ffan { font-family:"Arial Narrow", Arial; }
.ffh { font-family:Helvetica; }
.fft { font-family:Tahoma; }
.fftms { font-family:"Trebuchet MS", Arial; }
.ffv { font-family:Verdana; }

.black, .black a:link, .black a:visited { color:#000; }
.black a:hover, .black a:active { color:#c00; }
.blue, .blue a:link, .blue a:visited { color:#06c; }
.blue a:hover, .blue a:active { color:#036; }
.brown, .brown a:link, .brown a:visited { color:#900; }
.gray, .gray a:link, .gray a:visited { color:#fff; }
.gray a:hover, .gray a:active { color:#ffe553; }
.green, .green a:link, .green a:visited { color:#060; }
.green a:hover, .green a:active { color:#f60; }
.maroon, .maroon a:link, .maroon a:visited { color:#c00; }
.maroon a:hover, .maroon a:active { color:#900; }
.orange, .orange a:link, .orange a:visited { color:#f60; }
.orange a:hover, .orange a:active { color:#f00; }
.red, .red a:link, .red a:visited { color:#f00; }
.red a:hover, .red a:active { color:#c00; }
.silver, .silver a:link, .silver a:visited { color:#ccc; }
.silver a:hover, .silver a:active { color:#fff; }
.white, .white a:link, .white a:visited { color:#fff; }
.white a:hover, .white a:active { color:#f0ff00; }
.yellow, .yellow a:link, .yellow a:visited { color:#ff0; }
.yellow a:hover, .yellow a:active { color:#ff9; }

/***** ALIGNMENT STYLES *****/
.al { text-align:left; }
.ar { text-align:right; }
.ac { text-align:center; }
.aj { text-align:justify; }
.vat { vertical-align:top; }
.vam { vertical-align:middle; }
.vab { vertical-align:bottom; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
.fo { float:left; width:100%; display:inline; }
.flwm { float:left; margin:0 10px 5px 0; display:inline; }
.frwm { float:right; margin:0 0 5px 10px; display:inline; }
.zero { width: 0px; height: 0px; line-height: 0px; margin: 0px; padding: 0px; font-size: 0px; }
.cb { clear:both; display:block; visibility:hidden; height:auto; line-height:0; content:'.' }
.cl { clear:left; }
.cr { clear:right; }

/***** ACCESSORIES STYLES *****/
.alpha50 { opacity:0.5; filter:alpha(opacity=50); }
.alpha75 { opacity:.75; filter:alpha(opacity=75); }
.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }
.uu a:link, .uu a:visited { text-decoration:underline; }
.uu a:hover, .uu a:active { text-decoration:none; }
.uo a:link, .uo a:visited { text-decoration:none; }
.uo a:hover, .uo a:active { text-decoration:underline; }
.n { font-weight:normal; font-style:normal; text-decoration:none; text-transform:none; }
.bcs { border-collapse:separate; }
.nw { white-space:nowrap; }
.ww { word-wrap:break-word; word-break:break-all; word-break/* */:normal; }
.ttc { text-transform:capitalize; }
.ttl { text-transform:lowercase; }
.ttu { text-transform:uppercase; }
.fvsc { font-variant:small-caps; }
.block { display:block; margin:0 auto; }
.inline { display:inline; }
.none { display:none; }
.absolute { position:absolute; }
.relative { position:relative; }
.pointer { cursor:pointer; }

.m0px { margin:0; }
.m1px { margin:1px; }
.m1px2px { margin:1px 2px; }
.m1px5px { margin:1px 5px; }
.m2px { margin:2px; }
.m2px5px { margin:2px 5px; }
.m2px10px { margin:2px 10px; }
.m5px { margin:5px; }
.m5px10px { margin:5px 10px; }
.m5px15px { margin:5px 15px; }
.m10px { margin:10px; }
.m15px { margin:15px; }
.mb1px { margin-bottom:1px; }
.mb2px { margin-bottom:2px; }
.mb3px { margin-bottom:3px; }
.mb5px { margin-bottom:5px; }
.mb8px { margin-bottom:8px; }
.mb10px { margin-bottom:10px; }
.mb15px { margin-bottom:15px; }
.mb20px { margin-bottom:20px; }
.ml5px { margin-left:5px; }
.ml10px { margin-left:10px; }
.ml15px { margin-left:15px; }
.ml14px { margin-left:14px; }
.ml20px { margin-left:20px; }
.ml25px { margin-left:25px; }
.ml35px { margin-left:35px; }

.p0px { padding:0; }
.p1px { padding:1px; }
.p1px2px { padding:1px 2px; }
.p1px5px { padding:1px 5px; }
.p2px { padding:2px; }
.p2px5px { padding:2px 5px; }
.p2px10px { padding:2px 10px; }
.p3px0px { padding:3px 0; }
.p5px { padding:5px; }
.p6px { padding:6px; }
.p7px10px { padding:7px 10px; }
.p5px10px { padding:5px 10px; }
.p10px5px { padding:10px 5px; }
.p5px15px { padding:5px 15px; }
.p8px { padding:6px; }
.p10px { padding:10px; }
.p20px { padding:20px; }
.p10px15px { padding:10px 15px; }
.p10px20px { padding:10px 20px; }
.p15px { padding:15px; }
.pl5px { padding-left:5px; }
.pl7px { padding-left:7px; }
.pl12px { padding-left:12px; }
.pl10px { padding-left:10px; }
.pl15px { padding-left:15px; }
.pl20px { padding-left:20px; }
.pl25px { padding-left:25px; }

/********** OTHER STYLES **********/
.w20 { width:20%; }
.w25 { width:25%; }
.w33 { width:33%; }
.w48 { width:48%; }
.w49 { width:49%; }
.w50 { width:50%; }

.bdrTB_dot { border:1px dashed #999; border-width:1px 0; }
.bdr { border:1px solid #ccc; }
.bdr2 { border:1px solid #dfbc82; }
.bdr3 { border:1px solid #cbdff5; }
.bdr4 { border:1px dashed #d9a4ce; }
.bdr5 { border:1px solid #d3d4a2; border-width:1px 10px 1px 4px; }
.bdrT { border-top:1px solid #ccc; }
.bdrR { border-right:1px solid #ccc; }
.bdrB { border-bottom:1px solid #ccc; }
.bdrBWhite { border-bottom:1px solid #fff; }
.bdrL { border-left:1px solid #ccc; }
.bdrdBd {border-bottom:1px dotted #80afd9; }
.bdrWhite, .bdrWhite td, .bdrWhite th { border:1px solid #fff; }
.bdrAll, .bdrAll td, .bdrAll th  { border:1px solid #6a91b4; }
.bdrAll2, .bdrAll2 td, .bdrAll2 th  { border:1px dashed #ccba91; }
.bdrAllCols { border:1px solid #e5e5e5; }
.bdrAllCols td, .bdrAllCols th  { border:1px solid #e5e5e5; border-width:0 1px; }
.bdrAllRows { border:1px solid #e5e5e5; }
.bdrAllRows td, .bdrAllRows th  { border:1px solid #e5e5e5; border-width:1px 0; }
.bdrN, .bdrN td, .bdrN th { border:0; }
.bdrBd { border-bottom:1px dashed #999; }
.bdrdot { border:1px dashed #eae4d6; }

.formHead { background:#be592a; color:#fff; padding:3px 5px; }
.star { color:#db1111; }
.banner { margin:15px 0 5px ; text-align:center; }
/******/
.color1, .color1 a:link, .color1 a:visited { color:#e20000; }
.color1 a:hover, .color1 a:active { color:#000; }
.color2, .color2 a:link, .color2 a:visited { color:#4a7600; }
.color2 a:hover, .color2 a:active { color:#000; }
.color3, .color3 a:link, .color3 a:visited { color:#0012ff; }
.color3 a:hover, .color3 a:active { color:#000; }

.b1 { background:url(/images/b1.gif) no-repeat 0px 3px; }
.b1a { background:url(/images/b1a.gif) no-repeat 0px 3px; }
.b2 { background:url(/images/b2.gif) no-repeat 0px 6px; }
.b3 { background:url(/images/b3.gif) no-repeat 0px 6px; }
.b4 { background:url(/images/b4.gif) no-repeat 0px 6px; }
.b5 { background:url(/images/b5.gif) no-repeat 0px 3px; }
.b6 { background:url(/images/b6.gif) no-repeat 0px 4px; }
.b7 { background:url(/images/b7.gif) no-repeat 0px 5px; }
.b8 { background:url(/images/b8.gif) no-repeat 0px 6px; }
.b9 { background:url(/images/b9.gif) no-repeat 0px 4px; }

.bg1 { background:#ecf4cc; }
.bg2 { background:#dee5c2; }
.bg3 { background:#739737; }
.bg4 { background:#fffbf3; }
.bg5 { background:#f1fee4; }
.bg6 { background:#fff; }
.bg7 { background:#ec2228; }
.bg8 { background:#f8f8f8; }
.bgWhite { background:#fff; }
.bg7b { background:#ec2228; color:#fff; padding:5px 8px; }
.bg7a { background:#e3ecba; padding:5px 8px; }

.bgBdr { background:#fdfff6; border:1px solid #eae9d6; }

.body { background:#fff; border:1px solid #b9b793; border-width:0 1px; width:1002px; margin:0 auto; }

.g1 { background:#fff url(/images/g1.gif) repeat-x bottom; border-bottom:1px solid #a1a464; }
.g1a { background:#fff url(/images/g1.gif) repeat-x bottom; border:1px solid #d3d4a2; border-width:1px 0; color:#3d7500; }
.g2 { background:#c8dc80 url(/images/g2.gif) repeat-y top; margin:0 0 0 13px; }
.g3 { background:#fcfbee url(/images/g3.gif) repeat-x bottom; }

.hd_bg1 { background:url(/images/hd_bg1.jpg) no-repeat 703px; }
.hd_bg2 { background:url(/images/hd_bg2.jpg) no-repeat left top; }
.tl_bg { background:url(/images/tl_bg.gif) repeat-x; height:20px; color:#fff; padding:6px 5px 0; }
.tl_bg a:link, .tl_bg a:visited { color:#fff; text-decoration:none; }
.tl_bg a:hover, .tl_bg a:active { color:#faff74; text-decoration:none; }
.memberLoginBg { background:#fffbf3 url(/images/memberLoginBg.jpg) no-repeat; height:132px; padding:82px 0 0 24px; }
.memberLogoutBg { background:#fffbf3 url(/images/memberLogoutBg.jpg) no-repeat; height:132px; padding:74px 0 0 24px; }
.login { color:#e20000; padding:10px 15px 0 0; }
.login a:link, .login a:visited { color:#e20000; }
.login a:hover, .login a:active { color:#000; }
.mensBg { background:url(/images/mensBg.jpg) no-repeat; padding:9px 5px 5px 98px; }
.womenBg { background:url(/images/womenBg.jpg) no-repeat; padding:9px 5px 5px 58px; }
.babyBg { background:url(/images/babyBg.jpg) no-repeat; padding:9px 5px 5px 98px; }
.childBg { background:url(/images/childBg.jpg) no-repeat; padding:9px 5px 5px 58px; }
.more, .more a:link, .more a:visited { color:#e20000; }
.more a:hover, .more a:active { color:#000; }

.apCtg_tbg { background:url(/images/apCtg_tbg.gif) repeat-x; width:97%; margin:0 auto; }
.apCtg_bbg { background:url(/images/apCtg_bbg.gif) repeat-x; width:97%; margin:0 auto; }
.ap_use { background:#fffdfa; border:1px solid #eae0cb; border-width:0 1px; }
.season { border:1px solid #a2c060; border-width:0 1px 1px; }
.season_bg { background:url(/images/season_bg.gif) repeat-x; }
.seasonalBg { background:url(/images/seasonalBg.gif) repeat-x; }
.seasonalImg { background:url(/images/seasonalImg.jpg) no-repeat 18px bottom; height:66px; padding:15px 5px 15px 140px; }
.undergarmentImg { background:url(/images/undergarmentImg.jpg) no-repeat 18px bottom; height:66px; padding:15px 5px 15px 140px; }
.bdrl_green { border-right:1px solid #a2c060; }
.hot { background:#fffdfa; border:1px solid #eae0cb; }
.hotproduct_bg { background:url(/images/hotproduct_bg.gif) no-repeat left top; }
.bdr_hp { border:2px solid #f1efd6; }
.tllead_bg { background:url(/images/tllead_bg.gif) repeat-x; }
.buyLead_bg { background:url(/images/buyLead_bg.gif) repeat-x; }
.feature_bg { background:url(/images/feature_bg.gif) repeat-x; }
.bdrL_fc { border-left:1px solid #cbecee; background:#fffdfa; }
.fa_bg { background:url(/images/fa_bg.gif) repeat-x; }
.footwear_bg { background:url(/images/footwear_bg.gif) repeat-x; }
.g4 { background:#fff url(/images/g4.gif) repeat-x top; border:1px solid #eae0cb; }
.clothTrade { background:#fffbf3; border:1px dashed #000; border-width:1px 0; }
/******foot**/
.bdrt_dot { border-top:1px dashed #080; }
.footLinks, .footLinks a:link, .footLinks a:visited { color:#cc5e41; }
.footLinks a:hover, .footLinks a:active { color:#f00; }

/*****scrolling styles*****/
.latest_container { height:124px; overflow:hidden; margin:0; padding:0; border:1px solid #dfbc82; border-width:0 1px 1px; background:#fffdf7; }
.latest_row_b { padding:1px 10px; background:#fbfbfb; border-top:1px solid #e4e4e4; }

.latest_row_b_hover { padding:1px 10px; border-top:1px solid #e4e4e4; cursor:pointer; background:#fff; }
.latest_row_b2 { padding:1px 10px; background:#fff; border-top:1px solid #e4e4e4; }

.latest_row_b2_hover { padding:1px 10px; border-top:1px solid #e4e4e4; cursor:pointer; background:#fff;
}
/***********/

/**product store****/

.pHd_top { background:url(/images/pHd_top.jpg) no-repeat left bottom; padding:5px 5px 5px 75px; }
.g1In { background:#fff url(/images/g1.gif) repeat-x bottom; }
.apparel_logo { background:url(/images/apparel_logo.jpg) no-repeat 643px; }
.store_linkbg { background:url(/images/store_linkbg.jpg) no-repeat left top; }
.menBg { background:url(/images/menBg.gif) repeat-x top; }

.mas_bg { background:url(/images/mas_bg.gif) repeat-x; color:#fff; height:20px; padding:5px 3px 0px; }
.mas_bg a:link, .mas_bg a:visited { color:#fff; }
.mas_bg a:hover, .mas_bg a:active { color:#fff; border:1px dashed #ccc; border-width:1px 0; }

.was_bg { background:url(/images/was_bg.gif) repeat-x; color:#fff; height:20px; padding:5px 3px 0px; }
.was_bg a:link, .was_bg a:visited { color:#fff; }
.was_bg a:hover, .was_bg a:active { color:#fff; border:1px dashed #ccc; border-width:1px 0; }

.kas_bg { background:url(/images/kas_bg.gif) repeat-x; color:#fff; height:20px; padding:5px 3px 0px; }
.kas_bg a:link, .kas_bg a:visited { color:#fff; }
.kas_bg a:hover, .kas_bg a:active { color:#fff; border:1px dashed #ccc; border-width:1px 0; }

.bdrImg { }
.bdrImg img { border:1px solid #888; }
.proLink { padding:2px 5px; }
.proLink a:link, .proLink a:visited { color:#e80000; border:1px dashed #999; border-width:1px 0;  }
.proLink a:hover, .proLink a:visited { color:#000; }

.offer_bg { background:url(/images/offer_bg.gif) repeat-x; }
.bdrPro { border:1px solid #e2ddd4; }
.bdrtb_dot { border:1px dashed #eae4d6; border-width:1px 0; }
.lft_col { background:#fefcf4; border-left:1px solid #eae4d6; }
.lft_col2 { background:#fefcf4; border-right:1px solid #eae4d6; }
.joinNow_bg { background:url(/images/joinNow_bg.gif) no-repeat top; }
.p_login { color:#fff; padding:12px 15px 5px 5px; height:35px; }
.p_login a:link, .p_login a:visited { color:#fff; }
.p_login a:hover, .p_login a:active { color:#f9ff4d; text-decoration:underline; }
.join { background:#fff; border:1px solid #ecf4cc; border-width:0 5px; width:225px; margin:0 auto; }

.maprl_bg { background:url(/images/maprl_bg.gif) repeat-x; }
.head1 { color:#fff; padding:8px 3px 1px 20px; }
.head1 a:link, .head1 a:visited { color:#fff; }
.head1 a:hover, .head1 a:active { color:#f9ff4d; }
.bdr_ma { border:1px solid #e8e4d8; border-width:0 1px 1px; }
.mens_apparel { background:url(/images/mens_apparel.jpg) no-repeat right bottom; }
.bdrBd2 { border-bottom:1px dashed #eae4d6; }
.pro_frameOuter { width:150px; margin:0 auto; }
.pro_frame { border:2px solid #e8edb4; width:150px; }
.pro_frame p { height:150px; display:table-cell; vertical-align:middle; overflow:hidden; }
.pro_frame img { margin-top:expression((150-this.height)/2);}

.pagingLink { background:#6dbe84; height:15px; width:20px; border:1px solid #888888; font-size:11px; margin:2px 0 0; text-align:center; color:#fff; font-weight:bold; }
.pagingLink a:link, .pagingLink a:visited { background:#fff; color:#000; display:block; font-weight:normal; }
.pagingLink a:hover, .pagingLink a:active { background:#6dbe84; color:#fff; font-weight:bold; display:block; }
.paging { padding:3px 2px; }

/***member login***/
.lgn_bg { background:url(/images/lgn_bg.gif) repeat-x; }
.lgn2_bg { background:url(/images/lgn2_bg.gif) repeat-x; }
.ml_bg { background:url(/images/ml_bg.gif) repeat-x; }
.mlTxt { padding:17px 5px 0 10px; }
.mlBdy { border:1px solid #a1a769; border-width:0 1px; background:#fefef7; }
.lgn_g1 { background:#fff url(/images/lgn_g1.gif) repeat-x bottom; }
.goc_bg { background:url(/images/goc_bg.gif) repeat-x; }

.joinNowImg { background:#fdfdfd url(./images/joinNowImg.gif) no-repeat 310px 10px; border:1px solid #b0b488; }

/******/
.ad_bg {
	background:url(./images/ad_bg.gif) repeat-x;
}
.adlink {
	padding:12px 16px 2px;
}
.adlink2 {
	padding:5px 5px 2px;
}
.advertiseBg {
	background:#fff url(./images/advertiseBg.jpg) no-repeat right bottom;
	padding:18px 10px 10px;
}
.adb1 { 
	background:url(./images/adb1.gif) no-repeat 0px 3px; 
	padding:0 0 7px 14px;
}
.adb1a { 
	background:url(./images/adb1.gif) no-repeat 12px 7px; 
	padding:5px 5px 5px 28px;
}
.b2 { 
	background:url(./images/b2.gif) no-repeat 0px 3px; 
	padding:0 0 7px 14px;
}
.bullet01 { 
	background:url(./images/bullet03.gif) no-repeat 0px 2px;
	padding:0 0 3px 12px;
}
.joinNowImg {
	background:#fdfdfd url(./images/joinNowImg.gif) no-repeat 350px 30px;
	border:1px solid #ebc6ff;
}
.bg_bdr {
	background:#fdfdfd;
	border:1px solid #ebc6ff;
}
.login_img {
	background:#fdfdfd url(./images/login_img.gif) no-repeat 350px bottom;
	border:1px solid #ebc6ff;
}
/*****.head1 {
	border:1px solid #c9a9da;
	background-color:#fef6fc;
}**/
.gpc_bg { 
	background:#fef6fc url(./images/gpc_bg.gif) no-repeat left top;
	border:1px solid #c9a9da;
	padding:5px;
}
.bdrAll, .bdrAll td, .bdrAll th  { border:1px solid #e6d7ef; }
.bdrAll2, .bdrAll2 td, .bdrAll2 th  { border:1px dashed #e6d7ef; }

.signIn_bg {
	background:url(./images/signIn_bg.gif) repeat-x;
}
.signIn_icon {
	background:url(./images/signIn_icon.gif) no-repeat 12px 12px;
	padding:32px 0 10px 75px;
}
.si { 
	background:#f7f7f7;
	border:1px solid #dfdfdf;
	border-width:0 1px;
}
.si2 { 
	background:#fff url(./images/mlgn_bg.gif) repeat-x top;
	border:1px solid #dfdfdf;
	border-width:0 1px;
	padding:15px 5px;
}
/******.joinNow_bg {
	background:url(./images/joinNow_bg.gif) repeat-x;
}******/
/*******products*******/
.sj_lft_bg {
	background:url(./images/sj_lft_bg.gif) repeat-x;
}
.sj_g1 {
	background:#fff url(./images/sj_g1.gif) repeat-x top;
	border:1px solid #e8c5e2;
	border-width:0 1px;
	padding:1px 2px 8px;
}
.bdrLR_p {
	border:1px solid #94c38e;
	border-width:0 1px;
	padding:10px 7px 0;
}
.sj_b1 {
	background:url(./images/sj_b1.gif) no-repeat 2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0 20px;
}
.mf_g6 { background:#fff url(/images/mf_g6.gif) repeat-x top; }
.vr1 { background:url(/images/vr1.gif) repeat-y center; }
.btn1 { background:url(/images/btn1bg.gif); line-height:29px; }
.yourProfile { background:#f6feec; border:1px dashed #999; border-width:1px 0; }
.data { background:#fafafa; }
.mf_b1 {
	background:url(/images/mf_b1.gif) no-repeat 2px 2px;
	padding:0 0 1px 14px;
	margin:0 0 5px;
}

.memComTable td { border:1px dashed #999; }
.memComTable .freeBg { background:#fffff2; }
.memComTable .silverBg { background:#f2f2f6; }
.memComTable .goldBg { background:#fff2f2; }
