/*----- COMMON --------------*/
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


body {
	background:#eeeeee url(/img/bg_all.png) repeat-y center;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size:0.9em;
	margin: 0px;
	padding: 0px;
	font-size:0.9em;
	line-height:1.45em;
	_font-size:0.80em;
	_text-align:center;
}

hr.clear10 { visibility: hidden; clear: both; border: none; margin: 0 !important; line-height: 1px; height: 10px; }

#container {
	margin: 0px auto;
	width: 990px;
	_text-align:left;
	padding-bottom:1px;
}

#pagebody {
	clear:both;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, object, embed {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol, dl {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;/*border: 1px solid #00CCCC;*/
}


div.wrap {
	overflow: hidden;
}

div.wrap:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div.wrap {
    height: 1em;
    overflow: visible;
}
/**/


.clr_both {
	clear:both;
}

.float_left {
	float:left;
	margin-left:10px;
}

.float_right {
	float:right;
	margin-right:10px;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}


.margin_btm0 {
	margin-bottom:0px;
}

#mainCol .margin_btm0 {
	margin-bottom:0px;
}

#mainCol .margin_btm30 {
	margin-bottom:30px;
}

.padding_btm10 {
	padding-bottom:10px;
}

#mainCol .margin_btm0 {
	margin-bottom:0px;
}




.red {
	color:#ff0000;
}

ul.disc {
	list-style-type:disc;
	padding-left:20px;
}

.indent {
	padding-left:20px;
}

#mainCol h2 {
	color:#333333;
	font-weight:bold;
	height:27px;
	margin:0 0 0 10px;
	font-size:1.1em;
	padding:9px 15px 5px 30px;
	background:url(/img/h2_title_bg.png) no-repeat left top;
}

#mainCol div.mainCol_bggray h2 {
	color:#333333;
	font-size:1em;
	background:none;
	xborder-left:3px solid #999999;
	font-size:1.1em;
	font-weight:bold;
	height: auto;
	margin:2.5em 0 1em 0;
	padding:0.1em 0 0.1em 7px;
}

h3 {
	font-weight:bold;
}

h3.static {
	font-size:1em;
	font-weight:bold;
	line-height:1.3em;
	margin:1.5em 0 0.45em;
}

.sys_req_title{
	color:#443197;
	font-weight:bold;
	font-size:1.1em;
    background-image: url("/img/bullet_h3.png");
    background-position: 2px -2px;
    background-repeat: no-repeat;
	padding-left:33px;
}

p {
	font-size:0.9em;
	line-height:1.4em;
	margin-bottom:10px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/*--- HEADER ----------*/
#header {
	margin:0 auto;
	width:990px;
}

#header_copy {
	text-align:left;
	font-size:0.8em;
	color:#d5d5d5;
	padding-top:10px;
	padding-bottom:10px;
}


/* HEADER MAIN */
#header_main {
	height:85px;
}

#header_logo {
	float:left;
	height:85px;
	width:355px;
	margin:0 15px 0 0;
	background-image:url(/img/img_logo.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#header_description {
	float: left;
	height:85px;
	width:620px;
	line-height: 85px;
	color: #666;
	font-weight: bold;
	font-size: 0.8em;
}

#header_login {
	float:left;
	height:85px;
	width:99px;

}

#header_register {
	float:left;
	height:85px;
	width:107px;
}

#header_tocart {
	float:left;
	height:85px;
	width:263px;
}

#header_logo a {
	height:85px;
	width:355px;
	display:block;
	font-size:0;
	text-indent:-9999px;
	background-image:url(/img/img_logo.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#header_login a {
	height:85px;
	width:99px;
	display:block;
	font-size:0;
	text-indent:-9999px;
	background-image:url(/img/header_login.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#header_login a:hover {
	background-position:bottom left;
}

#header_register a {
	height:85px;
	width:107px;
	display:block;
	font-size:0;
	text-indent:-9999px;
	background-image:url(/img/header_register.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#header_register a:hover {
	background-position:bottom left;
}

#header_tocart a {
	height:85px;
	width:263px;
	display:block;
	font-size:0;
	text-indent:-9999px;
	background-image:url(/img/header_tocart.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#header_tocart a:hover {
	background-position:bottom left;
}

/* NAV */
#header_nav {
	clear:both;
	height:41px;
	background:url(/img/bg_header_nav_all.png) no-repeat top left;
	padding-top:2px;
}

#header_nav li {
	float:left;
	padding-right:2px;
	background-image:url(/img/nav_border.png);
	background-repeat:no-repeat;
	background-position:top right;

}

#header_nav li a {
	font-size:0.9em;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	line-height:35px;
	height:35px;
	padding-left:15px;
	padding-right:15px;
	display:block;
	float:left;
}



#header_nav li a:hover {
	background-image:url("/img/nav_hover_bg.png") ;
	background-position:bottom left;
	background-repeat:repeat-x;
}


#header_nav li a.active {
	color:#ffffff;
	background-image:url("/img/nav_hover_bg.png") ;
	background-position:bottom left;
	background-repeat:repeat-x;
}

ul#secondarynav {
	float: right;
}

ul#secondarynav li {
	float: right;
	width: 191px;
	padding:0;
}

ul#secondarynav li a {
	display: block;
	width: 191px;
	height:36px;
	background: url(/img/nav_header_cart.png) no-repeat left top;
}

ul#secondarynav li a:hover {
	background: url(/img/nav_header_cart.png) no-repeat left bottom;
}

ul#secondarynav li a.act {
	background: url(/img/nav_header_cart.png) no-repeat left bottom;
}


/* BREADCRUMB */

div#breadcrumb {
	clear:both;
	font-size:0.7em;
	color:#999999;
	line-height:1em;
}

div#breadcrumb a {
	color:#666666;
	text-decoration:none;
}

a#breadcrumb_home {
	padding-left:12px;
	background-image:url(/img/icon_home.png);
	background-repeat:no-repeat;	
	background-position:left center;
}

#breadcrumb_home_none {
	font-size:0;
	height:0;
	margin:0;
	padding:0;
}

/*----- MAINCOLUMN ------------------*/
#mainCol {
	float:left;
	width:735px;
	color:#333333;
}


div.mainCol_inner_home {
	color:#cccccc;
	padding:0 10px 10px 10px;
}

div.mainCol_inner {
	color:#cccccc;
	padding:10px;
}

div.mainCol_bggray {
	margin-left:3px;
	padding-top:10px;
}

div.mainCol_bggray p,
div.mainCol_bggray h3 {
	margin-left:15px;
}

div.mainCol_bggray ul {
	margin-left:20px;
}

div.mainCol_4col {
	padding-top:8px;
	padding-bottom:8px;
}

#mainCol_inner,#mainCol_inner_home {
    float: left;
	padding-left: 5px;
    /*margin-left: 4px;
    width: 692px;*/
}

.mainCol_prod {
    float: left;
    width: 174px;
	padding: 0 4px;
}

#mainCol_l {
	float:left;
	width:336px;
	margin-left:10px;
	_margin-left:5px;
}

#mainCol_r {
	float:right;
	width:336px;
	margin-right:5px;
	_margin-right:2px;

}

#mainCol_01 {
	float:left;
	width:174px;
}

#mainCol_02 {
	float:right;
	width:174px;
	padding-bottom:1px;
}

#mainCol_03 {
	float:left;
	width:174px;
}

#mainCol_04 {
	float:right;
	width:174px;
}

#mainCol p, 
#mainCol ul,
#mainCol table {
	margin-bottom:10px;
}

#mainCol li {
	font-size:0.9em;
	line-height:1.4em;
} 


/* COMMON FRAME */

div.frame_item_top {
	width:174px;
	height:3px;
	background-image:url(/img/frame_item_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:0px;
	text-indent:-9999px;
}

div.frame_item_body {
	background:url(/img/frame_item_bg.png) repeat-y center;
	padding-left:12px;
	padding-right:10px;
}

div.frame_item_body a {
	text-decoration:none;
	color:#333333;
}

div.frame_item_body div.product_title {
	padding:5px 0px 6px 0px;
	font-weight:bold;
	font-size:0.9em;
	line-height:1.2em;
	height: 30px;
}


div.frame_item_body div.product_description {
	padding:2px 0px 7px 0px;
	font-size:0.8em;
	line-height:1.2em;
}

div.frame_item_body div.product_genre {
	padding:0px 0px 4px 0px;
	font-size:0.8em;
	line-height:1.2em;
	height: 20px;
}

div.frame_item_body div.product_price {
	padding:0px 0px 8px 0px;
	margin-right: -1px;
	font-size:0.7em;
	line-height:1em;
}

div.frame_item_body span.sales_price {
	font-weight:bold;
	font-size:1.4em;
}

div.frame_itme_btn_buy {
	width:174px;
	height:21px;
	background-image:url(/img/frame_item_btn_buy.png);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:1px;
	text-indent:-9999px;
	margin-bottom:5px;
}

div.frame_itme_btn_preorder {
	width:174px;
	height:26px;
	background-image:url(/img/frame_item_btn_preorder.png);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:1px;
	text-indent:-9999px;
	margin-bottom:5px;
}

div.frame_itme_btn_buy a, div.frame_itme_btn_preorder a {
	display:block;
	width:174px;
	height:24px;
}

/*------ SUBCOLUMN (RIGHT COLUMN) --------*/
#subCol {
	float:right;
	width:252px;
	color:#666666;
	padding:11px 0 0 0;
}

div.subCol_inner {
	padding:0 8px 0 5px;
}

div.subCol_inner a {
	text-decoration:underline;
	color:#666666;
}

#subCol h2 {
	font-weight:bold;
	color:#666666;
	margin:0 0px 15px 0px;
}

#subCol p,
#subCol ul,
#subCol dl{
	font-size:0.8em;
}


#subCol .border_btm{
	border-bottom:1px solid #373739;
	margin-bottom:10px;
	padding-bottom:10px;
}

#portrait h3 {
	font-size: 0.9em;
	margin-bottom: 8px;
}

#portrait img {
	float: left;
}

#portrait p {
	float: right;
	font-size: 0.8em;
	width: 147px;
}

/* GUIDE */
div.subCol_guide {
	padding-left:12px;
	padding-right:15px;
	margin-bottom:20px;
}

#subCol div.subCol_guide dt {
	color:#ffffff;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:15px;
	background-image:url(/img/bullet_guide.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#subCol div.subCol_guide dt a {
	color:#ffffff;
	text-decoration:underline;
}

/* BANNER */
#subCol div.subCol_banner {
	margin-bottom:20px;
	margin-top:0px;
}


/* GEOTRUST */
div#geotrust {
	text-align:left;
	padding-top:10px;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:13px;
}

div#geotrust_logo {
	text-align:center;
	margin-bottom:10px;
}

/* PAYMENT */
#subCol div.subCol_payment {
	padding-left:12px;
	padding-right:12px;
	margin-bottom:20px;
	margin-top:0px;
}

#subCol div.payment_bdr{
	border:1px solid #dddddd;
	padding:10px;
	width:197px;
	margin: 0 0 15px 0;
}

/* MENU */
#subCol div.subCol_menu h2 {
	width:239px;
	font-size:0.9em;
	font-weight:normal;
	padding:5px 37px 5px 26px;
	margin:0px;
	color:#333333;
	font-weight:bold;
}

#subCol div.subCol_menu {
	width:239px;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	background:#edecf4 url(/img/subcol_bg_bottom.png) no-repeat bottom center;
}

#subCol div.subCol_menu li {
	border-bottom:1px solid #c8c8ce;
	background:#edecf4;
}

#subCol div.subCol_menu li a {
	display:block;
	background-image:url("/img/bullet_subcol_menu.png");
	background-position:left center;
	background-repeat:no-repeat;
	padding:5px 37px 5px 26px;
	text-decoration:none;
	color:#666666;
}

#subCol div.subCol_menu li a:hover {
	background-color:#e1deef;
}

#subCol div.subCol_menu li.active {
	background-color:#d8d3ea;
}


#subCol #h2_subCol_menu_title {
	background-image:url(/img/h2_subcol_title.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#subCol_menu_guide {
	margin-bottom:20px;
}

/* SEARCH */
div#search {
	padding:8px 0px;
}

div#search input {
	vertical-align:middle;
}
/* ---------- FOOTER ---------------------*/

#footer {
	clear:both;
	margin-bottom:20px;
	background-color:#6e61a7;
}

/* MENU */

#footer_menu ul {
	margin-left:15px;
}

#footer_menu li {
	float:left;
	font-size:10px;
	padding-left:12px;
	padding-right:20px;
	background-image:url(/img/bullet_footermenu.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#footer_menu li a {
	color:#ffffff;
	text-decoration:none;
	line-height:35px;
}

/* COPYRIGHT */
#copyright {
	color:#666666;
	height:24px;
	line-height:24px;
	clear:both;
	font-size:0.7em;
	padding-left:15px;
	background-color:#ffffff;
}

/*---- INDEX ------*/

#theater {
	width:720px;
	height:254px;
	margin:0 0 35px 9px;
}

ul.news li{
	font-size:0.9em;
	color:#999999;
	border:1px solid #373739;
	padding:8px 10px;
}

/*---- PRODUCT ------*/

#mainCol_product_top_l {
	float:left;
	width:175px;
	margin-bottom:15px;
	padding-top:15px;
}

#mainCol_product_top_l img {
	margin-left:17px;
}

#mainCol_product_top_r {
	float:right;
	width:545px;
	margin-bottom:10px;
	padding-top:13px;
}


#mainCol_product_top_r div.product_title {
	padding:0px 5px;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.7em;
	margin-bottom:10px;
}

#mainCol_product_top_r h1.product_title {
	padding:0px 5px;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.7em;
	margin-bottom:10px;
}

#mainCol_product_top_r div.product_description {
	padding:0px 5px;
	font-size:0.9em;
	margin-bottom:15px;
}

#mainCol_product_top_r div.product_price {
	padding:0px 5px;
	font-size:1.0em;
	margin-bottom:10px;
}

#mainCol_product_top_r span.sales_price {
	font-weight:bold;
	font-size:1.4em;
}


#mainCol_product_content_l {
	float:left;
	width:510px;
	margin-bottom:20px;
}

#mainCol_product_content_l h3{
	color:#443197;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 8px;
    margin-top: 25px;
    text-align: left;
}

#mainCol_product_content_r {
	float:right;
	width:174px;
	margin-right:6px;
	margin-bottom:20px;
}

#mainCol p.product_summary {
	text-align: left;
	color:#333333;
	font-size:1em;
	background:none;
	border-top:1px solid #7063a8;
	border-left:4px solid #7063a8;
	border-right:1px solid #7063a8;
	border-bottom:1px solid #7063a8;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom: 12px;
	padding:0.6em 0 0.4em 9px;
}

/* H1 */
#h1_product_pkg {
	background-image:url(/img/h1_product_pkg.png);
}

/* SCREENSHOT */
div.frame_screenshot_top {
	width:174px;
	height:3px;
	font-size:0px;
	text-indent:-9999px;
	background-image:url(/img/frame_plain_w164_top.png);
	background-repeat:no-repeat;
	background-position:left top;
}

div.frame_screenshot_body {
	text-align:center;
	padding:5px 0px 0px 0px;
	width:174px;
	background-image:url(/img/frame_plain_w164_body.png);
	background-repeat:repeat-y;
	background-position:left top;
}

div.frame_screenshot_body img {
	margin:0 7px 5px 0;
}

div.frame_screenshot_bottom {
	width:174px;
	height:3px;
	font-size:0px;
	text-indent:-9999px;
	background-image:url(/img/frame_plain_w164_bottom.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:20px;
}


div.frame_common_w680_top {
	width:680px;
	height:3px;
	font-size:0px;
	text-indent:-9999px;
	background-image:url(/img/frame_common_w680_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px auto;
}

div.frame_common_w680_body {
	width:680px;
	background-image:url(/img/frame_common_w680_body.png);
	background-repeat:repeat-y;
	background-position:left top;
	margin:0px auto;
	padding-top: 10px;
}

div.frame_common_w680_bottom {
	width:680px;
	height:5px;
	font-size:0px;
	text-indent:-9999px;
	background-image:url(/img/frame_common_w680_bottom.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px auto 10px auto;
}


#mainCol div.frame_common_w680_body h2 {
	width:655px;
	color:#333333;
	background-color:#ffffff;
	margin:0px auto 25px auto;
	padding:8px 0px 0px 0px;
	border:none;
}

/* BUTTON BUY */
div.frame_btn_buy_bottom {
	margin-bottom:40px;
}

/*---- STORE ------*/

/* NAV */
#nav_menu_store {
	float:right;
	width:421px;
	margin-right:12px;
	_margin-right:6px;
}

#nav_menu_store li {
	float:left;
	text-indent:-9999px;
	font-size:0px;
	line-height:100%;
	height:51px;
}

#nav_menu_store li a {
	display:block;
	color:#494949;
	height:51px;
	background-repeat:no-repeat;
	background-position:top left;
}

#nav_menu_store li a:hover {
	background-position:bottom left;
}
#nav_menu_store li a#menu_store {
	width:184px;
	height:51px;
	background-image:url(/img/nav_store_1.png);
	background-position:bottom left;
}

#nav_menu_store li a#menu_back {
	width:237px;
	height:51px;
	background-image:url(/img/nav_store_2.png);
}

#store_title {
	float:left;
	padding-left:30px;
}

#store_title img {
	margin-top:17px;
}


/* CART */
#mainCol table.carttable {
	width:655px;
	margin:0px auto 10px auto;
	border:1px solid #CCCCCC;
	font-size:0.9em;
}


table.carttable td.col1 {
}

table.carttable td.col2 {
}

table.carttable td.col3 {
}

table.carttable td.col4 {
}

table.carttable td.col5 {
}

table.carttable td.cartsubject {
	background-color:#95A0AC;
	border-right:1px solid #CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}

table.carttable td.cartsubjectlast {
	background-color:#95A0AC;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	vertical-align:middle;
}

table.carttable td.cartcontent {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#000000;
	text-align:center;
}

#mainCol table.carttable table.cartquantitycontent {
    width:40px;
    margin:0 auto;
}

table.carttable td.cartquantitycontent input.quantity {
	border:medium none;
	width:25px;
}


#mainCol table.carttable_total {
	width:655px;
	margin:0px auto 10px auto;
	border:1px solid #cccccc;
	font-size:0.9em;
	background-color:#eeeeee;
}

table.carttable_total td.cartprice {
    text-align:right;
    padding-right:0px;
    padding-top:3px;
    padding-bottom:3px;
}

table.carttable_total td.cartpricesum {
    width:15%;
    text-align:right;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:3px;
    background:#eeeeee;
}


/* BACK */
div.store_back {
	text-align:center;
	margin-bottom:15px;
}

/**/

div.store_note {
	padding:10px;
	margin:0px 12px 0 12px;
	background-color:#E9F0F8;
}

/* LOGIN */

#store_login input {
	margin-right:10px;
}

#mainCol p.forgot {
	font-size:10px;
	padding-right:10px;
	padding-top:5px;
	text-align:right;
	margin-bottom:0px;
}

/* CUSTOMER INFO */
.addresstable {
	border:1px solid #cccccc;
	margin:0px 12px 20px 12px;
}

table.addresstable td.headding {
	background-color:#95A0AC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	width:25%;
}

.addresstable table.addresstable td, table.addresstable td.headding {
	padding:6px 10px;
}

table.addresstable td.cell {
	font-size:0.8em;
	background:#F7FBFD none repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	padding-left:10px;
	width:750px;
}

div.store_next {
	text-align:center;
	margin-bottom:20px;
}


/* UPGRADE INFO */
div.frame_upgrade_top {
	font-size:0px;
	text-indent:-9999px;
	height:4px;
	background-image:url(/img/frame_upgrade_top.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:10px;
}

div.frame_upgrade_body {
	background-image:url(/img/frame_upgrade_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:6px 10px 8px 80px;
	margin-bottom:5px;
}

#mainCol div.frame_upgrade_body p {
	margin-bottom:0px;
}

#tbl_2col {
	border:1px solid #CCCCCC;
	font-size:0.9em;
	margin:5px 10px;
	width:662px;
}

#tbl_2col th {
	padding:6px 10px;
	background-color:#95A0AC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
#tbl_2col th img {
	vertical-align: -3px;
}

#tbl_2col td {
	background-color:#F7FBFD;
	border-bottom:1px solid #CCCCCC;
	padding:6px 10px;
}

#tbl_2col td p {
	margin-bottom:0px;
}

div.static {
	padding-right:15px;
	padding-bottom:20px;
}

#img_404 {
	margin-top:10px;
	margin-bottom:20px;
}


p.learn-more {
	text-align:right;
}

p.learn-more a {
	background-image:url(/img/bullet_learn_more.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
}

/*FORM ERROR*/
.fit_brd_err /* form item border error, form item envelope error */
{
	border-top: 1px solid #d82e2e;
	border-left: 1px solid #d82e2e;
	border-right: 1px solid #efb1ab;
	border-bottom: 1px solid #efb1ab;
}

.fit_err { background-color: #fbeceb; }

.flb_err { 
	font-weight: bold; 
	color: #cf1100; 
	margin-top: 6px;
}

li.flb_err { 
	font-weight: bold; 
	font-size: 0.9em;
	color: #cf1100; 
}

div.frame_itme_btn_buy2 {
	height:22px;
	margin-bottom:10px;
}

p.comment {
	margin-left: 0!Important;
	margin-top: 6px;
}

/*------------ PROMOTION PAGES ONLY ------------- */

div.promo_page_title {
	color: #777777;
	margin-left: 17px;
	padding-bottom: 5px;
}

div.promo_title {
	font-size:1.7em;
	font-weight:bold;
	line-height:1.2em;
	margin-left:10px;
	margin-top:17px;
	text-align:left;
	color: #000000;
}

div.promo_large_banner {
	margin-top:10px;
}

div.promo_summary {
	font-size:1.1em;
	font-weight:bold;
	line-height: 1.7em;
	color: #000000;
	padding: 5px 5px 5px 8px;
	text-align: justify;
}

div.promo_detail {
	color: #000000;
	padding: 10px;
	font-size: 0.9em;
}

div.promo_notice {
	color: #000000;
	padding: 10px;
	font-size: 0.8em;
}

div.promo_form {
	padding: 5px;
}

div.promo_form_notice {
	background-color: #ECF3F9;
	padding: 5px;
	margin-bottom: 29px;
	font-size: 0.9em;
}

div.promo_form_title {
	padding-left: 12px;
	color: #000000;
	font-size: 1.2em;
	font-weight:bold;
}


div.promo_form_top {
	background-image:url(/img/promo/form_top_corner.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	width: 680px;
	height: 16px;
}

div.promo_form_body {
	background-image:url(/img/promo/form_body_bg.png);
	background-repeat: repeat-y;
	background-position:center center;
	width: 680px;
}

div.promo_form_inner_text {
	padding: 12px;
	color: #000000;
}

div.promo_form_bottom {
	background-image: url(/img/promo/form_bottom_corner.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 680px;
	height: 12px;
}

table.promo_addresstable {
/*
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	border-top:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
*/
	margin-bottom: 20px;
	width: 100%;
}

table.promo_addresstable td.headding{
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	border-top:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;

	background-color:#a4afba;
	width: 160px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	padding:6px 5px;
	text-align: left;
	vertical-align: top;
}

table.promo_addresstable td.cell {
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	border-top:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;

/*	height: 37px;*/
	padding-left: 10px;
	font-size: 0.9em;
}

div.promo_form_submit_button {
	text-align: center;
	padding: 10px 0px 0px 0px;
}


div.promo_form_error_text {
	color: #FF0000;
	font-weight: bold;
	font-size: 0.8em;
}



.detail_item_text {
	margin-left:15px;
}

table.text_s td{
	border:1px solid #dddddd;
}

/*
img.hdw_l_img {
	width:200px !important;
	margin-right:10px/img2/spacer.jpg;
}
*/

table.hdw_std_2col {

}

table.hdw_std_2col td,
table.hdw_std_2col th {
	border:1px solid #dddddd;
	padding:5px 10px;
}

table.hdw_std_2col td {
	background-color:#ffffff;
}

table.hdw_std_2col th {
	white-space:nowrap;
	background-color:#cccccc;
}

img.ifunnel_l {
	margin-right:10px;
}

img.ifunnel_r {
	margin-left:10px;
}
