@charset "utf-8";

/* Local CSS Document */

h5{
	margin-bottom:10px;
	padding-bottom:3px;
	color:#144866;
	border-bottom:1px dotted #bdbdbd;
}

.bottomMargin{
	margin-bottom:10px;
}

/** THICKBOX CSS **********************************************************************************************************/


/** WRAPPER **********************************************************************************************************/
div#wrapperpop{
	position:relative;
	min-height:100%;
	width:610px;
	margin:0 auto;
	padding:2px;
	text-align:left;
	background-color:#fff;
}

/** HEADER ***********************************************************************************************************/
div#headerpop{
	margin:0 auto 20px auto;
	padding:15px 0 15px 20px;
	text-align:left;
	background-color:#000;
}

*+html div#headerpop{ padding-bottom:0; }


/** LOGO *************************************************************************************************************/
div#logopop{
	float:left;
	width:160px;
}


/** LINK COLOR *******************************************************************************************************/
/*a{ padding:0 2px; }*/
a:link{ color: #1e6a99;text-decoration:none; }
a:visited{ color: #5e8399;text-decoration:none; }
a:hover{ color: #1e6a99;text-decoration:none; background-color: #b2e1ff; }
a:active{ color: #e58000;text-decoration:none; }

/** PAGETITLE ********************************************************************************************************/
div#productInfopop{
	float:right;
	width:262px;
	margin-right:16px;
	padding-top:0;
	text-align:left;
	color:#fff;
}

* html div#productInfopop{ margin-right:8px; }

div#productInfopop table{
	float:left;
	width:180px;
	font-size:80%;
	line-height:100%;
}

td.productName{
}


.new{
	color:#ff0000;
	font-weight:bold;
}

/** CLOSE BUTTON *****************************************************************************************************/
div#productInfopop .closebtn{
	float:right;
	width:60px;
	margin:0;
	padding-top:15px;
	font-size:70%;
	line-height:130%;
	text-align:right;
}

div#productInfopop .closebtn a{
	display:block;
	width:2.8em;
	margin:0 0 0 auto;
	padding:0 17px 1px 0;
	background: url(../../common/images/btn_close.gif) 90% 0.22em no-repeat;
}

/** CLOSE BUTTON LINK COLOR *******************************************************************************************/
div#productInfopop .closebtn a:link{ color: #fff;text-decoration:none; }
div#productInfopop .closebtn a:visited{ color: #fff;text-decoration:none; }
div#productInfopop .closebtn a:hover{ color: #1e6a99;text-decoration:none; background-color: #b2e1ff; }
div#productInfopop .closebtn a:active{ color: #e58000;text-decoration:none; }


/** CONTENT *********************************************************************************************************/
div#contentpop{
	min-height:100%;
	width:580px;
	margin:0 auto;
	font-size:80%;
	text-align:center;
}

div#mainpop{
	text-align:left;
}

h4.h4ptheaderbgm{
	height:29px;
	margin-bottom:0;
	color:#fff;
	background: url(../../common/images/h4_pt_m.gif) 0 0 no-repeat;
}

h4.h4ptheaderbgl,
h4.h4ptheaderbgm{
	padding:7px 0 0 12px;
}

div#contentpop ul{
	margin:0 0 10px 16px;;
	padding:0;
}

div#contentpop li{
	margin:0;
	padding:0;
}

div#contentpop p{ margin:0 0 5px 0; }



