/*----- 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-color:#111111;
	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;
}

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

#pagebody {
	clear:both;
	border-top:solid 3px #373739;
	border-bottom:solid 3px #373739;
	background-color:#303033;
	background-image:url(/img/main_bg.png);
	background-repeat:repeat-y;
	background-position:top left;
}

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:#777777;
	font-size:1.1em;
	_font-weight:bold;
	background-color:#373739;
	padding:5px 15px 5px 15px;
}

#mainCol div.mainCol_bggray h2 {
	color:#333333;
	font-size:1em;
	background:none;
	border-left:3px solid #999999;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	margin:2.5em 0 1em 15px;
	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;
}

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:940px;
}

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


/* HEADER MAIN */
#header_main {
	height:85px;
	background-image:url(/img/header_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
}

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

#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:471px;
	display:block;
	font-size:0;
	text-indent:-9999px;
}

#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:36px;
	background-image:url(/img/nav_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:2px;
}

#header_nav li {
	float:left;
	padding-top:1px;
	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:#000000;
	line-height:30px;
	height:30px;
	padding-left:15px;
	padding-right:15px;
	display:block;
	float:left;
/*
	border-left:1px solid #6c6c6c;
	border-right:1px solid #aeaeae;
*/
}



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


#header_nav li a.active {
	color:#ffffff;
}


/* BREADCRUMB */

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

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

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

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


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

div.mainCol_bggray {
	margin-left:3px;
	padding-top:10px;
	background-color:#e9e9e9;
}

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_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:164px;
}

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

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

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

#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:164px;
	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-color:#e9e9e9;
	padding-left:12px;
	padding-right:12px;
}

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;
}

div.frame_item_body div.product_description {
	padding:2px 0px 3px 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;
}

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:164px;
	height:26px;
	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_buy a {
	display:block;
	width:164px;
	height:24px;
}

/*------ SUBCOLUMN (RIGHT COLUMN) --------*/
#subCol {
	float:right;
	width:242px;
	color:#dddddd;
}

div.subCol_inner {
	padding-left:5px;
	padding-right:8px;
}

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

#subCol h2 {
	font-weight:bold;
	color:#ffffff;
	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;
}

/* 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;
}

/* MENU */
#subCol div.subCol_menu h2 {
	width:239px;
	height:29px;
	text-indent:-9999px;
	font-size:0px;
	margin:0px;
}

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

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

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

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


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

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

#subCol #h2_subCol_menu_guide {
	background-image:url("/img/h2_subcol_guide.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;
	background-color:#303033;
	margin-bottom:20px;
}

/* 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:#333333;
	height:24px;
	line-height:24px;
	clear:both;
	font-size:0.7em;
	background-image:url(/img/copyright_bg.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
}

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

#theater {
	width:680px;
	height:273px;
	margin-left:9px;
	margin-bottom:5px;
}

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:27px;
}

#mainCol_product_top_r {
	float:right;
	width:497px;
	margin-bottom:15px;
	padding-top:15px;
}


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

#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.2em;
	margin-bottom:10px;
}

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


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

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

#mainCol p.product_summary {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:30px;
}

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

/* SCREENSHOT */
div.frame_screenshot_top {
	width:164px;
	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:164px;
	background-image:url(/img/frame_plain_w164_body.png);
	background-repeat:repeat-y;
	background-position:left top;
}

div.frame_screenshot_body img {
	margin-bottom:5px;
}

div.frame_screenshot_bottom {
	width:164px;
	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;
}

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 10px 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 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; 
}

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

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

/*------------ 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;
}
