@charset "utf-8";

/* overwrite global template */

body#home div.pageframe{
    padding-bottom:0px;
}

body#home .contentinframe {
    padding: 0px;
}

body#home div#content_container {
    padding-top: 5px;
    padding-bottom:2px;
    margin: 0px;
    min-height:0px;
}

/* Homepage v1 Bottom 2 columns */

#content_container .bottom_2col {
    margin: auto;
    padding: 0px;
    width: 922px;
}

#content_container .bottom_2col .left {
    background-color:#e6e6e6;
    margin: auto;
    padding: 0px;
    width: 580px;
    float:left;
}

#content_container .bottom_2col .right {
    background-color:#f0f0f0;
    margin: auto;
    padding: 0px;
    width: 341px;
    float:right;
}

#content_container .bottom_2col .inframe{
    padding:10px;
}


#content_container .bottom_2col .content{
    padding:10px;
    background-color:#ffffff;
    min-height: 300px;
}

/* Homepage v1 Bottom 3 columns */

#content_container .bottom_3col {
    margin: auto;
    padding: 0px;
    width: 922px;
}

#content_container .bottom_3col .left {
    background-color:#e6e6e6;
    margin: auto;
    padding: 0px;
    width: 306px;
    float:left;
}

#content_container .bottom_3col .mid {
    background-color:#cccccc;
    margin: auto;
    padding: 0px;
    width: 308px;
    float:left;
    margin-left:1px;
}

#content_container .bottom_3col .right {
    background-color:#f0f0f0;
    margin: auto;
    padding: 0px;
    width: 306px;
    float:right;
}

#content_container .bottom_3col .inframe{
    padding:10px;
}

#content_container .bottom_3col .content{
    padding:10px;
    background-color:#ffffff;
    min-height: 300px;
}


/* --- Homepage v2 -- */

div.personalizeBar{
    height:30px;
    background-color:#e9e9e9;
    line-height:30px;
    font-size:12px;
    margin-bottom:8px;
}

div.personalizeBar div.msgBox{
    line-height:30px;
    padding:0px;
    padding-left:10px;
    padding-right:10px;
    float:left;
    color:#666666;
}

div.personalizeBar div.msgBox a,
div.personalizeBar div.msgBox a:link,
div.personalizeBar div.msgBox a:visited,
div.personalizeBar div.msgBox a:active{
    color:#666666;
}

div.personalizeBar div.msgBox strong{
    color:#000000;
}

div.personalizeBar div.btnBox{
    float:right;
    height:30px;
    width:30px;
}

div.personalizeBar div.btnBox a.btn_setting{
    width:30px;
    height:30px;
    background-image: url(../images/icon_setting.png);
    background-repeat: no-repeat;
    background-position: center center;
    display:block;
}

div.registrationBar{
    height:50px;
    background-color:#333333;
    line-height:50px;
    font-size: 18px;
    margin-bottom:8px;
}

div.registrationBar div.msgBox{
	/*

    padding:0px;
    padding-left:10px;
    padding-right:5px;
    float:left;
    color:#666666;
    */

    padding:0px;
    padding-left:10px;
    padding-right:5px;
    float: left;
    font-size: 13px;
    color:#e9e9e9;
    line-height:1.5em;
    width: 700px;
    margin-top: 5px;
    overflow:hidden;
    height:50px;    
}

div.registrationBar div.msgBox a,
div.registrationBar div.msgBox a:link,
div.registrationBar div.msgBox a:visited,
div.registrationBar div.msgBox a:active{
    color:#e9e9e9;
}

div.registrationBar div.msgBox strong{
    color:#000000;
}

div.registrationBar div.btnBox{
    float:right;
    height:50px;
    width:170px;
    padding-top:5px;
    margin-right:5px;
}

div.registrationBar div.btnBox a.btn_register{
    width:170px;
    height:40px;
    background-image: url(../images/btn_registernow.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    display:block;
}

div.hpContentWrapper{
    margin:0px;
    padding:0px;
    width:auto;
    margin-left:auto;
    margin-right:auto;
}

div.hpLeftBar{
    margin:0px;
    padding:0px;
    width:170px;
    margin-right:8px;
    float:left;
}

div.hpLeftBarTitle{
    height:62px;
    width:170px;
    background-color:#33FF00;
    background-image: url(../images/title_shopnow.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 0px;
    padding-bottom: 0px;
}

div.hpCatBrowser{
    width:auto;
    background-color:#cccccc;
    padding:15px;
}

div.hpCatBrowser div.wrapper{
    padding:0px;
    margin-bottom:40px
}

div.hpCatBrowser div.titleBar{
    border-bottom:1px solid #333333;
    margin-bottom:10px;
    height:20px;
}
div.hpCatBrowser div.titleBar div.titleTxt{
    height:20px;
    float:left;
    font-size:16px;
    width:50%;
    font-weight:bold;
}

div.hpCatBrowser div.titleBar div.all_link{
    height:20px;
    float:right;
    font-size:11px;
    width:30%;
    text-align:right;
    padding-top:3px;
}

div.hpCatBrowser ul{
    margin:0px;
    padding:0px;
}

div.hpCatBrowser ul li {
    margin:0px;
    padding:0px;
    list-style-type: none;
    line-height:15px;
    font-size:13px;
    margin-bottom:5px;
}

div.hpCatBrowser ul li.cat1 {
	font-size:16px;
	font-weight:bold;
	height:20px;
	border-bottom:1px solid #333333;
	margin-bottom:10px;
}

div.hpCatBrowser ul li.cat2 {
    margin-left:0px;
}

div.hpCatBrowser ul li.cat3 {
    margin-left:15px;
}

div.hpCatBrowser div#catmen {
	margin-top: 40px;
}

div.hpCatBrowser a,
div.hpCatBrowser a:link,
div.hpCatBrowser a:visited,
div.hpCatBrowser a:active{
    color:#000000;
}

div.hpRightBox{
    margin:0px;
    padding:0px;
    width:744px;
    float:right;
}

div.hpBanner{
    background-color:transparent;
    width:744px;
    height:306px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom:8px;
}

div.hpBanner.hpbg01{
    background-image: url(../images/hp200906_banner01.jpg);
}

div.hpBanner.hpbg02{
    background-image: url(../images/hp200906_banner02.jpg);
}

div.hpBanner.hpbg03{
    background-image: url(../images/hp200906_banner03.jpg);
}

div.flashHolder{
    width:420px;
    height:306px;
    margin-left:-10px;
    padding-top:10px;
}

div.flashHolder.right{
    width:420px;
    height:306px;
    margin-left:310px;
    margin-top:10px;

}

div.hpBottomRow{
	background-color:#666666;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:8px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #525252;
}

div.hpBottomRow.nomargin{
    margin-bottom:0px;
}

div.hpBottomRow div.compBox{
    float:left;
}

div.hpBottomRow div.compBox.line{
    border-right:1px solid #999999;
}

div.hpBottomRow div.compBox.onethird{
    width:33%;
}

div.hpBottomRow div.compBox.twothird{
    width:66%;
}

div.hpBottomRow div.compBox.fullbox{
    width:99%;
    margin-left:auto;
    margin-right:auto;
}

div.hpBottomRow div.compBox div.inframe{
    padding:15px;
    padding-top:0px;
    padding-bottom:0px;
}

div.hpBottomRow div.compBox div.titleBar{
    font-size:17px;
    color:#ffffff;
    height:22px;
    font-weight:bold;
    margin-bottom:10px;
}

div.titleBar a.titleLink, div.titleBar a.titleLink:link,
div.titleBar a.titleLink:active, div.titleBar a.titleLink:visited,
div.titleBar a.titleLink:hover {
    color:#FFFFFF;
}

div.titleBar span.title2 {
    font-size:14px;
    color:#ffffff;
    font-weight: bold;
}

div.hpBottomRow div.compBox ul.txtList{
    margin:0px;
    padding:0px;
}

div.hpBottomRow div.compBox ul.txtList li{
    font-size:12px;
    list-style-type: none;
    background-image: url(../images/bullet_orange_square.gif);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 10px;
}

div.hpBottomRow div.compBox ul.txtList li a,
div.hpBottomRow div.compBox ul.txtList li a:link,
div.hpBottomRow div.compBox ul.txtList li a:visited,
div.hpBottomRow div.compBox ul.txtList li a:hover{
    color:#ffffff;
}

div.hpBottomRow div.compBox ul.imgList{
    margin:0px;
    padding:0px;
}

div.hpBottomRow div.compBox ul.imgList li{
    font-size:12px;
    list-style-type: none;
    padding-right: 8px;
    padding-bottom:8px;
    float:left;
}

div.hpBottomRow div.compBox ul.imgList li a,
div.hpBottomRow div.compBox ul.imgList li a:link,
div.hpBottomRow div.compBox ul.imgList li a:visited,
div.hpBottomRow div.compBox ul.imgList li a:hover{
    border:2px solid #cccccc;
    display:block;
}

div.hpBottomRow div.compBox ul.imgList li a:hover{
    border:2px solid #333333;
    display:block;
}

div.hpBottomRow div.compBox ul.imgList li.fullBox{
    padding-right: 10px;
    padding-left: 20px;
}

div.hpBottomRow div.compBox ul.imgList li.fullBox a,
div.hpBottomRow div.compBox ul.imgList li.fullBox a:link,
div.hpBottomRow div.compBox ul.imgList li.fullBox a:visited,
div.hpBottomRow div.compBox ul.imgList li.fullBox a:hover{
    border:2px solid #cccccc;
    display:block;
}

div.hpBottomRow div.compBox ul.imgList li.fullBox a:hover{
    border:2px solid #ffffff;
    display:block;
}

.hncaption {
    display:none;
}

/* --- 200908 Styles ---*/
div.buttonBoxHolder{
	width:420px;
	height:280px;
	margin-left:-10px;
	padding-top:10px;
	border:0px solid #000000;
}

div.buttonBoxHolder.right{
    width:435px;
    margin-top:7px;
}

div.buttonBoxHolder a.HPButton{
	width:420px;
	height:62px;
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:7px;
	background-color:#000000;
	text-decoration:none;
}

div.buttonBoxHolder a.HPButton span{
	display:none
}

div.buttonBoxHolder a.HPButton.btn01{background-image: url(../images/homepage/hp_btn_01.png);}
div.buttonBoxHolder a.HPButton.btn02{background-image: url(../images/homepage/hp_btn_02.png);}
div.buttonBoxHolder a.HPButton.btn03{background-image: url(../images/homepage/hp_btn_03.png);}

div.socialiconsBox{
	padding-top:15px;
	float:right;
	margin-right:10px;
}


div.socialiconsBox a, div.socialiconsBox div.caption{
	float:right;
	margin-right:5px;
	display:block;
}

div.specialNotice{
	border:1px solid #333333;
	padding:10px;
	padding-top:6px;
	padding-bottom:6px;
	z-index:200;
	margin-top: 260px;
	margin-left:15px;
	position:absolute;
	text-align:center;
	background-image: url(../images/homepage/bg_specialnotice.png);
}

div.specialNotice a{
	color:#ffffff;
	text-decoration:none;
}

div.specialNotice a:hover{
	text-decoration:underline;
}

div.latestNews{
	background-color:#EBEBEB;
	margin-bottom:8px;
	margin-right:8px;
	float:left;
}

div.withPromo { /* latestNews with a promo box on the right */
	width:496px;
	height:120px;
}

div.noPromo { /* latestNews without a promo box */
	width: 746px;
	height: auto;
}
	
div.latestNews div.header{
	background-color:#666666;
	margin-bottom:8px;
	width:100%;
	height:30px;
	margin-right:8px;
	line-height:30px;
}

div.latestNews div.header div.title{
	float:left;
	text-indent:10px;
	color:#ffffff;
	font-weight:bold;
}

div.latestNews div.header div.link{
	float:right;
	margin-right:10px;
	font-size:12px;
}

div.latestNews div.header div.link a, div.latestNews div.header div.link a:link,
div.latestNews div.header div.link a:visited, div.latestNews div.header div.link a:active{
	color:#ffffff;
}

div.promoBox{
	background-color:#cccccc;
	margin-bottom:8px;
	width:240px;
	height:120px;
	float:left;
}

div.latestNews div.newsp {
	padding-left: 10px;
	padding-top: 5px;
}

div.latestNews  div.inframe {
    padding-right: 5px;
}
    
/*------------------------------------------------------------------------
 * social link box ... a place holder for the promo button
 *------------------------------------------------------------------------*/     

div.socialLinks{
    background-color:#EBEBEB;
    margin-bottom:0px;
    width:240px;
    height:120px;
    margin-right:0px;
    float:left;
    overflow:hidden;
}

div.socialLinks div.header{
    background-color:#666666;
    margin-bottom:8px;
    width:100%;
    height:30px;
    margin-right:8px;
    line-height:30px;
}

div.socialLinks div.header div.title{
    float:left;
    text-indent:10px;
    color:#ffffff;
    font-weight:bold;
}

div.socialLinks div.header div.link{
    float:right;
    margin-right:10px;
    font-size:12px;
}

div.socialLinks div.header div.link a, div.socialLinks div.header div.link a:link,
div.socialLinks div.header div.link a:visited, div.socialLinks div.header div.link a:active{
    color:#ffffff;
}

div.socialLinks div.inframe{
    padding-top:10px;
    padding-left:20px;
}

a.socialIcon{
    display:inline-block;
    padding-left:10px;
}

/* modify the social links box for us in the left bar */
.hpLeftBar .socialLinks {
    width: 170px;
    height: 80px;
    margin-bottom: 10px;
}

.hpLeftBar .socialLinks .header {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.hpLeftBar .socialLinks .inframe {
    padding:0px;
}

.hpLeftBar .socialLinks img {
    width: 40px;
}

/*------------------------------------------------------------------------
 * interview promo
 *------------------------------------------------------------------------*/  
 
 .interviewPromo {
    margin-bottom: 10px;
    width:100%;
    height:auto;
    margin-right:0px; 
 }
 
 .interviewPromo .header{
    /*background-color:#666666;*/
    width:100%;
    height: 20px;
    line-height: 20px;
    text-alignment: center;
    border-top:1px solid #DEE2E5;
    border-bottom:1px solid #DEE2E5;
    margin: 8px 2px 0px 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.interviewPromo .header .title{
    float:left;
    text-indent:10px;
    color:#F01394;
    font-weight:bold;
    font-size: 14px;
}

.interviewPromo .inframe{
    padding-top:10px;
    padding-left:10px;
    font-size: 12px;
}

/*------------------------------------------------------------------------
 * featured seller
 *------------------------------------------------------------------------*/  
 
div.feature_seller{
	margin-bottom:8px;
	background-color:#FFFFFF;
}

div.feature_seller div.headerMore{
	width:170px;
	height:47px;

	background-image: url(../images/featured_seller_header_more.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.feature_seller div.header{
	width:170px;
	height:47px;

	background-image: url(../images/featured_seller_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.feature_seller div.inframe{
	background-color:#FFF;
	padding:8px;
	text-align:center;
	border:1px solid #cccccc;
	border-top:none;
	border-bottom:none;
	padding-bottom:2px;
	background-image:url(../images/featured_seller_inframe_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

div.feature_seller div.mid{
	background-image: url(../images/featured_seller_mid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:170px;
	height:22px;
	border:none;
}

div.feature_seller div.end{
	background-image: url(../images/featured_seller_end.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:170px;
	height:20px;
	border:none;
}


div.feature_seller div.inframe img.seller{
	border:1px solid #cccccc;
	width: 140px;
	height: 160px;
}

div.feature_seller div.sellername{
	font-weight:bold;
	width:140px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:auto;
	margin-right:auto;	
	color:#ed008c;
}

div.feature_seller span.bull{
	padding-left:15px;	
	padding-right:10px;		
	text-align:center;
	color:#cccccc;
}

div.feature_seller div.links{
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	padding-top:2px;
	padding-bottom:2px;
	font-size: 12px;
	width:140px;
	margin-left:auto;
	margin-right:auto;	
}

div.feature_seller div.question{
	text-align:center;
	font-size:9px;
	margin-bottom:8px;
	
}


 
