/* pulau mall css */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Pulau Mall Framework
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:#FFFFFF;
}
#content {
	margin:15px 0;
}
.leftbox {
	width:200px;
	margin-top:0;
	padding:0;
	display:inline;
	float:left;
	margin-left:9px;
	margin-right:8px
}
.rightbox {
	width:670px;
	display:inline;
	float:left;
	margin-left:9px;
	margin-right:8px
}
.alpha {
	margin-left:0
}
.omega {
	margin-right:0
}
html body div.clear, html body span.clear {
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
.clearboth {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.aligncenter {
	text-align:center;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	font-size:12px;
	color:#545454;
	padding-left:5px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	PAGE HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#web_header {
	background:url(../images/mall/header_pulau2.jpg) no-repeat;
	width:900px;
	height:115px;
}
.logomp {
	float:left;
	padding:5px 0 0 10px;
}
.logotsel {
	float:right;
	padding:5px 10px 0 0;
}
.search {
	float:left;
	padding-left:10px;
	margin-top:35px;
}
.askmerlin {
	float:right;
	padding-right:10px;
	margin-top:35px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	MENU TOP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu {
	width:900px;
	height:33px;
	background:url(../images/mall/nav/menutop_bg.gif) repeat-x;
}
#menu ul {
	list-style-image:none;
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
}
#menu li {
	display:inline;
	margin:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#6a6a6a;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:5px;
}
#menu a {
	float:left;
	text-decoration:none;
	color:#6a6a6a;
	padding:6px 12px 8px 22px;
	display:block;
}
#menu a:hover {
	color:#cf1209;
	text-decoration:underline;
}
.ico_home {
	background:url(../images/mall/nav/ico_home.gif) no-repeat;
}
.ioo_invite {
	background:url(../images/mall/nav/ico_invite.gif) no-repeat;
}
.ico_album {
	background:url(../images/mall/nav/ico_album.gif) no-repeat;
}
.ico_blog {
	background:url(../images/mall/nav/ico_blog.gif) no-repeat;
}
.ico_class {
	background:url(../images/mall/nav/ico_class.gif) no-repeat;
}
.ico_events {
	background:url(../images/mall/nav/ico_event.gif) no-repeat;
}
.ico_groups {
	background:url(../images/mall/nav/ico_groups.gif) no-repeat;
}
.ico_polls {
	background:url(../images/mall/nav/ico_poll.gif) no-repeat;
}
.ico_video {
	background:url(../images/mall/nav/ico_video.gif) no-repeat;
}
.ico_pulaumall {
	background:url(../images/mall/nav/ico_pulaumall.gif) no-repeat;
}
.ico_talkbox {
	background:url(../images/mall/nav/ico_chat.gif) no-repeat;
	padding-right:0px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	LOGIN/SEARCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menubtm {
	background:url(../images/mall/nav/menubtm_bg.gif) repeat-x;
	height:32px;
	padding:5px 10px 0 10px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
}
#menubtm a {
	color:#545454;
}
#menubtm a:hover {
	color:#cf1209;
}
.formsearch {
	width: 209px;
	height: 21px;
	position: relative;
}
.formsearch input.search {
	background:url(../images/mall/bg_search.gif) no-repeat;
	width:130px;
	height:21px;
	border:0;
	margin-top: 0;
/*
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
*/
	font-size: 11px;
	color: #de4c2a;
	padding:3px 4px 0;
	position: absolute;
	top: 0px;
	left: 0px;
}
.formsearch input.search-submit {
	margin:0;
	padding:0;
	position: absolute;
	top: 0px;
	left: 135px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.sidebar_title {
	background:url(../images/mall/bgsidebar_title.gif) repeat-x;
	height:35px;
}
.header {
}
.header_red {
	background:url(../images/mall/bgsidebar_title_red.gif) repeat-x;
	height:25px;
	border:1px solid #e0e0e0;
	border-bottom: none;
}
.header_orange {
	background:url(../images/mall/bgsidebar_title_orange.gif) repeat-x;
	height:25px;
	border:1px solid #e0e0e0;
	border-bottom: none;
}
.header_blue {
	background:url(../images/mall/bgsidebar_title_blue.gif) repeat-x;
	height:25px;
	border:1px solid #e0e0e0;
	border-bottom: none;
}
.header_blu{
background:url(../images/mall/bgsidebar_title_blue.gif) repeat-x;
	height:25px;
	border:1px solid #e0e0e0;
	border-bottom: none;
}
.header_blue2 { /* blue for pulau mall */
	background:url(../images/mall/bgsidebar_title_blue2.gif) repeat-x;
	height:25px;
	border:1px solid #e0e0e0;
	border-bottom: none;
}
.header_green {
	background:url(../images/mall/bgsidebar_title_green.gif) repeat-x;
	height:25px;
	border:1px solid #e0e0e0;
	border-bottom: none;
}
.header_green2 { /* green for pulau mall */
	background:url(../images/mall/bgsidebar_title_green2.gif) repeat-x;
	height:25px;
	border:1px solid #e0e0e0;
	border-bottom: none;
}
.header_black {
	background:url(../images/mall/bgsidebar_title_black.gif) repeat-x;
	height:25px;
	border:1px solid #e0e0e0;
	border-bottom: none;
}
.header_purple {
	background:url(../images/mall/bgsidebar_title_purple.gif) repeat-x;
	height:25px;
	border:1px solid #e0e0e0;
	border-bottom: none;
}
.header_pink {
	background:url(../images/mall/bgsidebar_title_pink.gif) repeat-x;
	height:25px;
	border:1px solid #e0e0e0;
	border-bottom: none;
}
.header h6 {
	color :#FFF;
	padding:5px 5px 0;
}
.portal_content {
	border:1px solid #e0e0e0;
	border-top: none;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#515151;
	padding:5px;
}
.portal_spacer {
	height: 10px;
}
.sidetitle {
	font-size:13px;
	color:#FFF;
	margin:0;
	padding:3px 0 0 5px;
}
.sidemore {
	padding:10px 5px 0 0;
}
.sidedesc {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#515151;
	padding:5px;
}
.portal_content p {
	margin:0;
	padding:0 0 5px;
}
.portal_content label {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:700;
}
.portal_content input.usrpass {
	background:url(../images/mall/sidebar-input.jpg) no-repeat scroll;
	width:170px;
	height:27px;
	border:0;
	padding:6px 5px 0 5px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
}
.friendsrec {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:normal;
}
.dlhowto {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:normal;
}
.dlexample {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#302d22;
	text-align:center;
}
.dlexample strong {
	color:#ee2028;
	font-size:14px;
}
.dlexample span {
	color:#efaf31;
}
.dldisclaimer {
	color:#9aa094;
	font-size:10px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	SIDEBAR POLL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pollbox {
	border:1px solid #e0e0e0;
}
.polltitle {
	text-align:center;
	padding:8px 0;
}
.pollchoose {
	text-align:center;
	padding-bottom:5px;
}
.sidepoll ul {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0 auto;
}
.sidepoll li {
	display:inline;
	margin:0;
	padding:0;
}
.polldesc {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#a875ea;
	background-color:#f7f7f7;
	margin:0;
	padding:5px;
}
.polldesc a {
	color:#a875ea;
}
.polldesc a:hover {
	color:#a875ea;
	text-decoration:underline;
}
.hotnbest {
	text-align:center;
	margin:0 auto;
	padding:0 auto;
}
.fluid {
}
.hotnbestphoto {
	width:72px;
	float:left;
	padding:0;
	margin:2px 9px;
	color:#515151;
	font-size:10px;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	line-height:normal;
}
.hotnbestphoto a {
	color:#eb426f;
	font-weight:800;
}
.hotnbestphoto a:hover {
	color:#eb426f;
	text-decoration:underline;
	font-weight:800;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	IMAGE WITH ONLINE STATUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.photo {
	position:relative; /* IMPORTANT */
	margin:0;
}
.photo img {
	border:none;
}
.photo span.off {
	background:url(../images/mall/lamp_offline.gif) no-repeat;
	position:absolute; /* IMPORTANT */
	width:15px;
	height:15px;
	top:0;
	left:0;
}
.photo span.on {
	background:url(../images/mall/lamp_online.gif) no-repeat;
	position:absolute; /* IMPORTANT */
	width:15px;
	height:15px;
	top:0;
	left:0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	ACCORDION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ddmenu {
	width: 198px;  /*width of menu*/
	border:1px solid #e0e0e0;
}
.ddmenu h3.headerbar, .ddmenu h3.headerbarnomenu {
	font: 13px Verdana, Arial, sans-serif;
	color: white;
	background:url(../images/mall/bgsidebar_title_blue2.gif) no-repeat; /*url(arrowstop.gif) no-repeat 8px 6px; last 2 values are the x and y coordinates of bullet image*/
	margin: 0px; /*bottom spacing between header and rest of content*/
	padding:3px 0 0 5px;/*31px is left indentation of header text*/
	height:22px;
}
.ddmenu .headerbar a, .ddmenu h3.headerbarnomenu a {
	text-decoration: none;
	color: white;
	display: block;
}
.ddmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
	display: block;
}
.ddmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin-left:0;
	display: block;
	width: 100%;
}
.ddmenu ul li a {
	font: normal 11px Verdana, Arial;
	color: #4d4741;
	font-weight:bold;
	background: #FFF;
	line-height: 15px;
	padding-left: 12px; /*link text is indented 8px*/
	text-decoration: none;
	background:url(../images/mall/pulaumall_menubullet.gif) no-repeat;
	background-position:0 .4em;
	margin-left:8px;
}
.ddmenu ul li a.notactive {
	font: normal 11px Verdana, Arial;
	color: #AAA;
	font-weight:bold;
	background: #FFF;
	line-height: 15px;
	padding-left: 12px; /*link text is indented 8px*/
	text-decoration: none;
	background:url(../images/mall/pulaumall_menubullet.gif) no-repeat;
	background-position:0 .4em;
	margin-left:8px;
	cursor: default;
}
.ddmenu ul li a:visited {
	color: #4d4741;
}
.ddmenu ul li a:hover { /*hover state CSS*/
	color: #4d4741;
	text-decoration:underline;
}
.ddmenu ul li a.notactive:hover { /*hover state CSS*/
	color: #AAA;
	text-decoration:none;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	RIGHT BOX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pulaumall_header {
	margin-bottom:10px;
}
.content_tab {
	width:667px;
}
.content_tabs
{
width:329.5px;
}
.contentheader_blue2 {
	background:url(../images/mall/pm_headerblue2.gif);
	height:26px;
}
.contentheader_blue {
	background:url(../images/mall/pm_headerblue.gif);
	height:26px;
}
.contentheader_pink {
	background:url(../images/mall/pm_headerpink.gif);
	height:26px;
}
.contentheader_green {
	background:url(../images/mall/pm_headergreen.gif);
	height:26px;
}
.contentinside_blue {
	background:url(../images/mall/pm_contentbgblue.gif) no-repeat;
	width:647px;
	padding:5px;
}
.contentinside_pink {
	background:url(../images/mall/pm_contentbgpink.gif) no-repeat;
	width:647px;
	padding:5px;
}
.contentinside_green {
	background:url(../images/mall/pm_contentbggreen.gif) no-repeat;
	width:647px;
	padding:5px;
}
.contentinsidefooter_blue {
	background:url(../images/mall/pm_contentfooterblue.gif) no-repeat;
	width:647px;
	height:8px;
}
.contentinsidefooter_pink {
	background:url(../images/mall/pm_contentfooterpink.gif) no-repeat;
	width:647px;
	height:8px;
}
.contentinsidefooter_green {
	background:url(../images/mall/pm_contentfootergreen.gif) no-repeat;
	width:647px;
	height:8px;
}
.content_tab h6 {
	margin: 0;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	padding-top: 4px;
	font-size: 15px;
}
.content_bg {
	background:url(../images/mall/pm_bg.gif) repeat-y;
	padding:8px 8px 0;
	margin-bottom:0px;
}
.content_footer {
	background:url(../images/mall/pm_footer.gif) no-repeat;
	height:7px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	TAB CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pmalltab {
	width:636px;
}
#idTabs {
	margin:0;
	padding:0;
	display:inline;
	list-style-type: none;
}
#idTabs li {
	display: inline;
}
#idTabs a {
	text-indent:-9999px;
	float:left;
	height:30px;
}
#idTabs li a:hover {
	background-position:0 -30px;
}
#idTabs .active {
	background-position:0 -30px;
}
/* default tab */
.tabAll a {
	background:url(../images/mall/tabmenu_alltab.gif) no-repeat;
	width:100px;
}
.tabPic a {
	background:url(../images/mall/tabmenu_piczone.gif) no-repeat;
	width:100px;
}
.tabMusic a {
	background:url(../images/mall/tabmenu_musiczone.gif) no-repeat;
	width:100px;
}
.tabFan a {
	background:url(../images/mall/tabmenu_funzone.gif) no-repeat;
	width:100px;
}
/* end default tab */
/* blue tab */
.tabAll-blue a {
	background:url(../images/mall/pm_bluemenu_all.gif) no-repeat;
	width:73px;
}
.tabPic-blue a {
	background:url(../images/mall/pm_bluemenu_pic.gif) no-repeat;
	width:73px;
}
.tabMusic-blue a {
	background:url(../images/mall/pm_bluemenu_mus.gif) no-repeat;
	width:87px;
}
.tabFun-blue a {
	background:url(../images/mall/pm_bluemenu_fun.gif) no-repeat;
	width:73px;
}
.tabTheme-blue a {
	background:url(../images/mall/pm_bluemenu_theme.gif) no-repeat;
	width:62px;
}
.tabFree-blue a{
background:url(../images/mall/pm_bluemenu_mus3.gif) no-repeat;
	width:62px;
}
.tabAnim-blue a{
background:url(../images/mall/pm_bluemenu_anim.gif) no-repeat;
	width:62px;
}
.tabVideo-blue a{
background:url(../images/mall/pm_bluemenu_video.gif) no-repeat;
	width:62px;
}
/* end blue tab */
/* green tab */
.tabAll-green a {
	background:url(../images/mall/pm_greenmenu_all.gif) no-repeat;
	width:73px;
}
.tabPic-green a {
	background:url(../images/mall/pm_greenmenu_pic.gif) no-repeat;
	width:73px;
}
.tabMusic-green a {
	background:url(../images/mall/pm_greenmenu_mus.gif) no-repeat;
	width:87px;
}
.tabFun-green a {
	background:url(../images/mall/pm_greenmenu_fun.gif) no-repeat;
	width:73px;
}
.tabTheme-green a {
	background:url(../images/mall/pm_greenmenu_theme.gif) no-repeat;
	width:62px;
}
/* end green tab */
/* pink tab */
.tabAll-pink a {
	background:url(../images/mall/pm_pinkmenu_all.gif) no-repeat;
	width:73px;
}
.tabPic-pink a {
	background:url(../images/mall/pm_pinkmenu_pic.gif) no-repeat;
	width:73px;
}
.tabMusic-pink a {
	background:url(../images/mall/pm_pinkmenu_mus.gif) no-repeat;
	width:87px;
}
.tabFun-pink a {
	background:url(../images/mall/pm_pinkmenu_fun.gif) no-repeat;
	width:73px;
}
.tabTheme-pink a {
	background:url(../images/mall/pm_pinkmenu_theme.gif) no-repeat;
	width:62px;
}
/* end pink tab */
.pmtab_bg {
	background:url(../images/mall/contentbg_white.gif);
	width:636px;
	margin:0;
	padding:0;
}
.mall_product {
	line-height:normal;
	float:left;
	width:145px;
	height: 110px;
	padding:5px;
}
.mall_product img.itemimg {
	border: 1px solid #AAAAAA;
}
.mall_product strong {
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
}
.prod_detail {
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
}
.prod_detail span {
	color:#ce2d33;
}
.prod_detail a {
	color:#515151;
	font-weight: normal;
	font-size: 9px;
}
.prod_detail a:hover {
	color:#515151;
	text-decoration:underline;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	COPYRIGHT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#copyright {
	background-color:#f0f0f0;
	padding:5px 10px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#5c5c5c;
}
.leftcopy a {
	color:#5c5c5c;
}
.leftcopy a:hover {
	color:#5c5c5c;
	text-decoration:underline;
}
.rightcopy a {
	color:#0674b7;
}
.rightcopy a:hover {
	color:#0674b7;
	text-decoration:underline;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	FUN IN PULAU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.funinpulau a {color:#50acbf;}
.funinpulau a:hover {color:#50acbf; text-decoration:underline;}
.funinpulau #parent1-menu a.wactive {background-color:#FFF; color:#50acbf; text-decoration:underline;}

#parent1 li {
	color: #ffffff;
}
#parent1-menu a.wactive {
	padding: 0;
	background: #000000;
	color: #eeeeee;
}


/* MALL DOWNLOAD DIALOG */
#mall_download {
	width: 552px;
	height: 419px;
	font: 500 10px Verdana, Arial, sans-serif;
    margin:auto;
}
#mall_download ul, #mall_download ol, #mall_download li, #mall_download li ul, #mall_download li ul li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
#mall_download_body {
	width: 562px;
}
#mall_download_top {
	width: 551px;
	height: 60px;
	margin: 0 0 4px 0;
	clear: both;
    background:#333333;
}
#mall_download_top .mypulau_logo {
	margin: 10px 0 0 10px;
}
#mall_download_top .title {
	background: url('../images/mall/titleBox.gif') no-repeat;
	width: 175px;
	height: 27px;
	margin: 10px 0 0 60px;
	padding: 13px 0 0 0px;
	font: 600 13px Verdana;
	color: #000000;
	text-align: center;
}
#mall_download_top .tsel_logo {
	margin: 10px 0 0 80px;
}
#mall_download_left {
	float: left;
	width: 266px;
	height: 345px;
	margin: 0 0 0 6px;
}
#mall_download_right {
	float: right;
	width: 270px;
	height: 225px;
	margin: 0 6px 0 0;
}
.mall_download_right_div {
	border: 1px solid #c6c6c6;
	width: 266px;
	height: 424px;
}
ul.mall_download_content_info {
	border: 1px solid #c6c6c6;
	width: 266px;
	height: 284px;
	padding-top: 20px;
}
.mall_download_sound {
	float: left;
	height: 35px;
	margin: 0 0 0 15px;
	width: 240px;
}
.mall_download_img {
	float: left;
	width: 138px;
	height: 148px;
	margin: 0 0 0 10px;
	text-align: center;
}
.mall_download_img td {
	height: 148px;	
	vertical-align: middle;
}
ul.mall_download_terms {
	background-color: #eef0f2;
	border: 1px solid #c6c6c6;
	width: 266px;
	height: 63px;
	margin: 4px 0 0 0;
}

ul.mall_download_terms2 {
	width: 366px;
	height: 263px;
	margin: 4px 0 0 0;
}
.mall_download_terms li {
	float: left;
	color: #666666;
	width: 254px;
	height: auto;
	padding: 3px 6px 0 6px;
	font: 500 11px Verdana;
	line-height: 12px;
}
.mall_download_terms2 li {
	float: left;
	width: 254px;
	height: auto;
	padding: 3px 6px 0 6px;
	font: 500 11px Verdana;
	line-height: 12px;
}


.mall_item_code {
	float: right;
	width: 90px;
	height: 25px;
	border: 1px solid #CCCCCC;
	padding: 2px 0 0 3px;
	margin: 0 15px 0 0;
}
.mall_item_info {
	float: right;
	width: 100px;
	height: 180;
	margin: 2px 0px 0 3px;
}
.mall_item_info ul li {
	background: url('../images/mall/item_info_bar.gif') no-repeat left 4px;
	width: 86px;
	padding: 2px 0 0 7px;
	color: #000000;
}
.mall_download_button {
	float: right;
	background: url('../images/mall/img_button_a.gif') no-repeat left top;
	width: 104px;
	height: 20px;
	font: 600 11px Verdana;
	color: #4eb1ef;
	text-align: center;
}
.mall_download_button a {
	display: block;
	text-decoration: none;
}
.mall_download_button a:hover {
	text-decoration: none;
}
.mall_download_button_coco {
	background-color: #dcf0f9;
	width: 233px;
	height: 34px;
	margin: 10px 10px 0 10px;
	padding: 5px 0 0 12px;
	font: 600 11px Verdana;
}
.mall_download_button_coco a {
	display: block;
	text-decoration: none;
}
.mall_download_button_coco a:hover {
	text-decoration: none;
}
.mall_ajax_loader {
	margin: 40px 0 0 10px;
}
.mall_download_rtop {
	background-color: #eef0f2;
	border-bottom: 1px solid #c6c6c6;
	width: 266px;
	height: 56px;
}
.mall_download_rtop03 {
	background-color: #fff;
	width: 266px;
	height: 98px;
}
.mall_download_rtop_text02 {
	width: 242px;
	height: auto;
	margin: 20px 12px 0;
	color: #666666;
	line-height: 14px;
}
.mall_download_rtop_commentary {
	width: 266px;
	height: auto;
	margin: 20px 0 0 0;
	font: 600 11px Verdana;
	text-align: center;
	color: #333333;
}
.mall_download_rtop_text {
	width: 180px;
	height: 40px;
	margin: 4px 0 0 12px;
	color: #333333;
}
.mall_download_rtop_button {
	background: url('../images/mall/rt_button_a.gif') no-repeat;
	width: 79px;
	height: 34px;
	margin: 12px 0 0 5px;
	padding: 0;
	text-align: center;
	float: right;
}
.mall_download_rtop_button a:hover {
	color: #000000;
	text-decoration: none;
}
.mall_download_rtop_button a {
	color: #ffffff;
	cursor: pointer;
}
.mall_download_rbottom {
	width: 266px;
	height: 256px;
	margin : 10px 0px 0px 0px;
}
.mall_download_rbottom03 {
	width: 266px;
	height: 238px;
	line-height: 14px;
}
.mall_download_rbottom_dl {
	background: url('../images/mall/r_imgBox_c.gif') repeat-y;
	width: 253px;
	height: 219px;
	margin: 16px 0 0 6px;
}
.mall_download_rbottom_imgBoxT {
	background: url('../images/mall/r_imgBox_t.gif') no-repeat top;
	width: 253px;
	height: 12px;
	padding: 0;
    margin-top:0px;
}
.mall_download_rbottom_imgBoxC {
	width: 233px;
	height: 154px;
	padding: 0 10px;
	line-height: 12px;
	overflow: auto;
}
.mall_download_rbottom_imgBoxD {
	background: url('../images/mall/r_imgBox_d.gif') no-repeat bottom;
	width: 253px;
	height: 10px;
	padding: 0;
    margin: 10px 0 0 0;
}
.mall_download_rbottom_imgBoxIcon {
	margin: 0;
	width: 253px;
	height: 8px;
}
.mall_download_right_list {
	margin: 5px 0 0 3px;
	width: 260px;
	height: auto;
	border-bottom: 1px solid #CCCCCC;
}
.mall_download_rbottom li {
	width: 260px;
	height: auto;
}
.mall_download_dnickname {
	float: left;
	background: url('../images/mall/rt_list.gif') no-repeat left 50%;
	padding: 0 0 0 6px;
	color: #0098f7;
}
.mall_download_ddate {
	float: right;
	margin: 0 3px 0 0;
	color: #999999;
}
.mall_download_dcomment {
	float: left;
	padding: 0 0 0 6px;
	width: 238px;
	color: #666666;
}
.mall_download_ddel {
	float: right;
	margin: 3px 6px;
	width: 11px;
	height: 11px;
	color: #666666;
}
.mall_download_ftextarea {
	border: 2px solid #e6e6e6;
	width: 243px;
	height: 215px;
	margin: 6px 0 0 6px;
	padding: 3px;
	font: 500 11px Verdana;
	line-height: 12px;
	color: #666666;
}
.mall_download_fbutton {
	width: 100px;
	height: 23px;
	margin: 20px 0 0 83px;
	padding: 0;
	font: 600 11px Verdana;
	line-height: 90%;
	text-align: center;
	vertical-align: top;
}
.mall_item_img {
	border: 6px double #c6c6c6;
}

/* widget */
.page_header_red {
	background:url(../images/mall/bgmid_title_red.gif) repeat-x;
	height:25px;
	border:1px solid #e0e0e0;
	border-bottom:none;
}

/* PROFILE MALL */
div.profile_mall
{
	border-top: 1px solid #DDDDDD;
	padding: 7px 2px 0px 2px;
}
div.profile_mall_item {
	float: left; 
	border: 1px solid #CCCCCC; 
	padding: 10px;
	height: 106px; 
}
div.profile_mall_item img.itemimg {
	border: 1px solid #AAAAAA;
}
td.profile_mall_item_info {
	vertical-align: top; 
	padding-left: 10px;
}
div.profile_mall_item_title {
	font-weight: bold; 
	font-size: 10pt;
}
div.profile_mall_item_date {
	font-size: 7pt;
	color: #777777;
}
ul.profile_mall_item_ul {
	width: 80px;
	height: auto;
	margin: 0;
	padding: 0;
}
ul.profile_mall_item_ul li {
	width: 80px;
	height: 14px;
}
