@charset 'utf-8';
/*
Theme Name: 九州ホールセール
Theme URI: http://www.kawa-khs.co.jp
Description: 九州ホールセール専用テーマ
Version: 0.1
Author: ogata@abfactory.ne.jp
Author URI: http://www.abfactory.ne.jp
Tag: starterkit
*/

/* -*- coding: utf-8 -*- */
@charset "UTF-8";

/* --- YUI Fonts ---
| pixel | percent |
+-------+---------+
|  10   |   77    |
|  11   |   85    |
|  12   |   93    |
|  13   |  100    |
|  14   |  107    |
|  15   |  114    |
|  16   |  123.1  |
|  17   |  131    |
|  18   |  138.5  |
|  19   |  146.5  |
|  20   |  153.9  |
|  21   |  161.6  |
|  22   |  167    |
|  23   |  174    |
|  24   |  182    |
|  25   |  189    |
|  26   |  197    |
/* ----------------- */

/****** 基本設定 ******/
body {
  font-size: 80%;
  background: #ECEDDD;
  color: #333;
  padding: 0;
  margin: 0;
}

body {
  font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

*:first-child+html body {
  font-family: "MS PGothic",sans-serif;
}

html > body {
  font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a {
	text-decoration:none;
	}

a:link {
  color: #009;
}

a:visited {
  color: #909;
}

a:hover, a:active {
  color: #900;
}

img {
    vertical-align: bottom;
}

hr {
    display: none;
}

/****** clearfix, clear ******/
.clearfix:after,
#content:after,
#nav ul:after,
#footer_nav ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix,
#content,
#nav ul,
#footer_nav ul {
    zoom: 1;
}

.clear {
    clear: both;
}


/****** レイアウト ******/
div#container {
	background:url('images/bk_contents.png') repeat-y;
	width:969px;
	margin:0 auto;
	
	border:0px solid #333;
}

div.wrapper {
    margin: 0 auto;
    width: 950px;
    
}

div#header {
	width:950px;
    height:150px;
    margin:0 0 0 10px;
    background:url('images/bk_header.png') left 16px repeat-x;
    position: relative;
}

div#header h1 {
    margin: 0;
    padding: 30px;
}

h3 {
	font-size:1.3em;
	border-top:2px solid #413e2b;
	border-bottom:1px solid #413e2b;
	padding:5px;
	margin:30px 0 20px;
	}
	
h4 {
	font-size:1.2em;
	color:#3d0000;
	border-bottom:1px dotted #413e2b;
	padding-bottom:2px;
	margin:20px 0 10px;
	}
	
table {
	width:100%;
	}

table,
table td,
table th {
	border-collapse:collapse;
	border:1px solid #777;
	}

h1#logo {
	background:url('images/logo.png') no-repeat;
	position:absolute;
	top:25px;
	left:315px;
	text-indent:-9999px;
	width:324px;
	height:100px;
	}
	
h1#logo a{
	display:block;
	width:100%;
	height:100%;
	}

div#header h1 a {
    color: #fff;
    text-decoration: none;
}

#img_contact {
	background:url('images/img_contact.png') 50% no-repeat #3D0000;
	position:absolute;
	top:127px;
	left:0px;
	width:950px;
	height:28px;
	text-indent:-9999px;
	border-bottom:3px solid #cacaba;
	}
	
.tx_header {
	width:950px;
	background:#BEBA9C;
	text-align:center;
	padding:2px 0;
	}
	
.breadcrumb {
	margin:5px 0 0 10px;
	padding:10px 0 5px 10px;
	background:#eceddd;
	width:940px;
	font-size:0.8em;
	}
	
.breadcrumb ol 
{
	margin:0;
	padding:5px 0 0 10px;
	list-style-type:none
	}
	
.breadcrumb li {
	list-style-type:none;
	float:left;
	}
	
#ic_head1 {
	background:url('images/ic_head1.png') no-repeat;
	width:120px;
	height:25px;
	text-indent:-9999px;
	position:absolute;
	top:65px;
	left:25px;
}

#ic_head2 {
	background:url('images/ic_head2.png') no-repeat;
	width:120px;
	height:25px;
	text-indent:-9999px;
	position:absolute;
	top:65px;
	left:155px;
}

#ic_head3 {
	background:url('images/ic_head3.png') no-repeat;
	width:120px;
	height:25px;
	text-indent:-9999px;
	position:absolute;
	top:65px;
	right:155px;
}

#ic_head4 {
	background:url('images/ic_head4.png') no-repeat;
	width:120px;
	height:25px;
	text-indent:-9999px;
	position:absolute;
	top:65px;
	right:25px;
}

div#nav {
    background: #808080;
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav ul li {
    width: 100px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul li a {
    display: block;
    width: 100px;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

div#content {
    margin: 0 auto;
    width: 950px;
    border:0px solid #333;
    position: relative;
}

div#main {
    width: 535px;
    float: left;
    margin:0 0 0 13px;
    border:0px solid #333;
}



div.section {
    margin:18px 2px 20px;
    width: 530px;
    border: 0px solid #aaa;
}

*html section {
	margin:18px 2px 20px;
	}

div.section2 {
	background:#fff;
	width: 495px;
	margin:15px auto;
	}
	
.img_left {
	float:left;
	margin-right:15px;
	}
	
.img_right {
	float:right;
	margin-left:15px;
	}

div#sidebar-left,
div#sidebar-right
 {
    width: 179px;
    float: left;
    border: 0px solid #333;
    margin:0 0 0 15px;
}



*html div#sidebar-left,
*html div#sidebar-right
 {
    margin:0 0 0 11px;
}



ul#left_menu {
	margin:0;
	padding:0;
	}
	
ul#left_menu li,
ul#right_menu li
{
	font-weight:bold;
	border-bottom:1px dotted #413E2B;
	padding:5px 0;
	}
	
ul#left_menu li a,
ul#right_menu li a
{
	color:#413E2B;
	text-decoration:none;
	}
	
ul#right_menu {
	margin:0;
	padding:0;
	}
	

ul#left_menu li,
ul#right_menu li
 {
	list-style-type:none;
	}
	
li#mn_seihin,
li#mn_service,
li#mn_calendar,
#mn_twitter,
#mn_blog,
#mn_pickup {
	width:179px;
	height:25px;
	text-indent:-9999px;
	border:none !important;
	padding:0;
	margin-top:20px;
	}

li#mn_seihin {
	background:url('images/mn_seihin.png') no-repeat;
	}
	
li#mn_service {
	background:url('images/mn_service.png') no-repeat;
	}
	
li#mn_calendar {
	background:url('images/mn_calendar.png') no-repeat;
	}
	
#mn_twitter {
	background:url('images/mn_twitter.png') no-repeat;
	}
	
#mn_blog {
	background:url('images/mn_blog.png') no-repeat;
	}
	
#mn_pickup {
	background:url('images/mn_pickup.png') no-repeat;
	}
	
#bn_side1,
#bn_side2,
#bn_side3,
#bn_side4
 {
	width:179px;
	height:61px;
	text-indent:-9999px;
	margin:10px 0 10px;
}

#bn_side1 a,
#bn_side2 a,
#bn_side3 a,
#bn_side4 a {
	display:block;
	width:100%;
	height:100%;
	}
	
#bn_side1 {
	background:url('images/bn_side1.png') no-repeat;
}

#bn_side2 {
	background:url('images/bn_side2.png') no-repeat;
}

#bn_side3 {
	background:url('images/bn_side3.png') no-repeat;
}

#bn_side4 {
	background:url('images/bn_side4.png') no-repeat;
}

#bt_mitumori {
	background:url('images/bt_mitumori.png') no-repeat;
	width:179px;
	height:70px;
	text-indent:-9999px;
	margin:20px 0 10px;
}

#bt_mitumori a {
	width:179px;
	height:70px;
	display:block;
	overflow:hidden;
	outline:none;
}

#bt_tyumon {
	background:url('images/bt_tyumon.png') no-repeat;
	width:179px;
	height:70px;
	text-indent:-9999px;
	margin:20px 0 10px;
}

#bt_tyumon a {
	width:179px;
	height:70px;
	display:block;
	overflow:hidden;
	outline:none;
}

#bt_contact {
	background:url('images/bt_contact.png') no-repeat;
	width:179px;
	height:70px;
	text-indent:-9999px;
	margin:0px 0 20px;
}

#bt_contact a {
	width:179px;
	height:70px;
	display:block;
	overflow:hidden;
	outline:none;
}

.bt_mitumori_main {
	background:url('images/bt_mitumori_main.png') no-repeat;
	width:194px;
	height:61px;
	text-indent:-9999px;
	margin:20px auto;
}

.bt_mitumori_main a{
	display:block;
	width:100%;
	height:100%;
	}
	
.bt_mitumori_care {
	background:url('images/bt_care.png') no-repeat;
	width:341px;
	height:44px;
	text-indent:-9999px;
	margin:20px auto;
}

.bt_mitumori_care a{
	display:block;
	width:100%;
	height:100%;
	}

div#sidebar .widget {
    margin: 20px;
}

div#footer {
	width:950px;
    background: #eceddd;
    margin:0 auto;
    border:0px solid #333;
}

div#footer a {
}

#footer_nav {
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    border:0px solid #333;
    width:600px;
    margin:0 auto;
}

#footer_nav ul {
    margin: 0;
    padding: 0 auto;
    float: left;
    position: relative;
    left: 50%;
}

#footer_nav ul li {
    position: relative;
    right: 50%;
    width: 100px;
    float: left;
    list-style: none;
    border-right: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

#footer_nav ul li a {
    display: block;
    width: 100px;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
}

#footer_nav li.last {
    border: none;
}

.article {
    border: 1px solid #aaa; 
    background:#fff; 
    width:530px;
    margin:20px auto;
    min-height:960px;
}

.article_top {
    border: 1px solid #aaa; 
    background:#fff; 
    width:530px;
    margin:20px auto;
    
}

.article-header h2,
.article-header h2 a {
    color: #257da6;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.article-header h2 {
    font-size: 200%;
    margin-bottom: .5em;
}

.article-meta {
    margin: 10px 0;
}

.ic_detail {
	background:url('images/ic_detail.png') left center no-repeat;
	padding:3px 3px 2px 15px;
	margin:15px 10px 10px 0 !important;
	}

#copyright {
	width:930px;
	margin:0;
    text-align: center;
    padding: 10px;
    background:#3D0000;
    color:#fff;
}



#comments {
    margin: 0 30px 40px;
}

#comment-form {
    margin: 0 30px 40px;
}

#comment-form textarea {
    width: 500px;
    padding: 2px;
}

#comment-form label {
    width: 10em;
    display: block;
    float: left;
}

#comment-form input[type="text"] {
    width: 300px;
    padding: 2px;
}

#comment-form span.required {
    color: #c33;
}

#comment-form p {
    clear: both;
}

#trackback {
    margin: 0 30px 40px;
}

.news {
    padding: 0 30px;;
}

#search {
    position: absolute;
    top: -80px;
    right: 20px;
    margin: 0 !important;
}

.red {
	color:#ff0000;
	}

#ul_tab {
	margin:0;
	padding:0;
	}

#ul_tab li {
	float:left;
	margin-right:5px;
	list-style-type:none;
	}
	
#tab_on,
#tab_off {
	padding:6px 0 0px;
	height:20px;
	text-align:center;
	}
	
#tab_on {
	background:url('images/tab_on.png') left 2px no-repeat;
	width:130px;
	}
	
#tab_off {
	background:url('images/tab_off.png') left 2px no-repeat;
	width:130px;
	}
	
.bl_ba {
	float:left;
	width:235px;
	margin:15px 6px 0;
	border:0px solid #333;
	text-align:center;
	}
	
*html .bl_ba {
	margin:15px 5px 0;
	}
	
.bl_ba strong{
	
	}
	
.bl_ba img {
	float:left;
	border:1px solid #ebebeb;
	
	margin:1px;
	}
	
#span_news {
	text-align:center !important;
	
	}
	
#span_news strong{
	background:url('images/ic_detail.png') 5px 8px no-repeat;
	padding:3px 3px 2px 15px;
	margin:0 10px;
	}
	
*html #h2_57,
#h2_111
 {
 	width:531px;
 }
	
#h2_57,#h2_3057 {
	background:url('images/h2_coat.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_111,#h2_3059 {
	background:url('images/h2_jacket.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_125 {
	background:url('images/h2_voice.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_3 {
	background:url('images/h2_news.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_4 {
	background:url('images/h2_voice.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_123,#h2_3061 {
	background:url('images/h2_jumper.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_164,#h2_3065 {
	background:url('images/h2_skirt.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_150,#h2_3063 {
	background:url('images/h2_pants.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_199,#h2_3044 {
	background:url('images/h2_bag.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_215,#h2_3047 {
	background:url('images/h2_purse.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_228,#h2_3049 {
	background:url('images/h2_shoes.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_242,#h2_3069 {
	background:url('images/h2_fur.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_254,#h2_3042 {
	background:url('images/h2_brand.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_6,
#h2_272 {
	background:url('images/h2_flow.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_311,#h2_3067 {
	background:url('images/h2_vintage.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_320 {
	background:url('images/h2_glove.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_333 {
	background:url('images/h2_etc.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_3011 {
	background:url('images/h2_rider.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_3024 {
	background:url('images/h2_cloth.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_3039 {
	background:url('images/h2_glove.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
#h2_33 {
	background:url('images/h2_link.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_341 {
	background:url('images/h2_keeping.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_363 {
	background:url('images/h2_feature.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_370 {
	background:url('images/h2_order_flow.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_377 {
	background:url('images/h2_about_the_order.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_40,
#h2_902
 {
	background:url('images/h2_qa.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_385 {
	background:url('images/h2_company.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_435 {
	background:url('images/h2_order_form.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_275 {
	background:url('images/h2_price_list.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_2946 {
	background:url('images/h2_price_list.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_449 {
	background:url('images/h2_guide.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_452 {
	background:url('images/h2_payment.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_2934 {
	background:url('images/h2_tyokuso.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_2938 {
	background:url('images/h2_nouki.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_277,
#h2_5 {
	background:url('images/h2_before_after.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_455 {
	background:url('images/h2_contact.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_457 {
	background:url('images/h2_privacy.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_459 {
	background:url('images/h2_kiyaku.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_461,
#h2_1876
 {
	background:url('images/h2_baisho.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_463 {
	background:url('images/h2_ryosho.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_465 {
	background:url('images/h2_sitemap.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_775 {
	background:url('images/h2_cancel.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_779 {
	background:url('images/h2_order_guide.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_1726 {
	background:url('images/h2_member.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_2256 {
	background:url('images/h2_care.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0px;
	}
	
#h2_2405,#h2_3053 {
	background:url('images/h2_mouton.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0px;
	}
	
#h2_2265 {
	background:url('images/h2_care_order.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_2318 {
	background:url('images/h2_tyumon.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_2329 {
	background:url('images/h2_easy.png') no-repeat;
	width:490px;
	height:34px;
	text-indent:-9999px;
	margin:15px;
	}
	
#h2_home {
	background:url('images/h2_home.png') no-repeat;
	width:530px;
	height:367px;
	text-indent:-9999px;
	margin:0px;
	}
	
#h2_2628 {
	background:url('images/h2_etc.png') no-repeat;
	width:530px;
	height:191px;
	text-indent:-9999px;
	margin:0;
	}
	
table.price th {
	background:#FDEBAE;
	}
	
table.price td {
	text-align:right;
	}
	
table.base th {
	background:#FDEBAE;
	}
	
	
.beforeafter img {
	text-align:center;
	}
	
.bl_flow {
	float:left;
	margin:15px 27px;
	width:191px;
	border:0px solid #333;
	}
	
*html .bl_flow {
	margin:15px 18px;
	}
	
.bl_flow img {
	margin:5px 0;
	}
	
.wom {
	border-bottom:1px dotted #666;
	margin-bottom:15px;
	}
	
.wom p {
	margin:2px 0;
	}
	
.wom_meta {
	margin:25px 0;
	color:#ff6600;
	}
	
.process {
	border-bottom:0px dotted #666;
	margin-bottom:15px;
	}
	
ul.ul_voice {
	margin:15px 0;
	padding:0;
	}
	
.ul_voice li {
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0;
	border-bottom:1px dotted #999;
	list-style-type:none;
	padding:5px;
	width:230px;
	float:left;
	}
	
ul.ul_news {
	margin:15px 0;
	padding:0;
	}
	
.ul_news li {
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0;
	border-bottom:1px dotted #999;
	list-style-type:none;
	padding:5px;
	}
	
.ul_voice img {
	float:left;
	margin-right:5px;
	}
	
.bl_top p{
	text-align:center;
	}
	
.bl_top strong {
	font-size:0.9em !important;
	}
	

.required {
	color: #FF0000;
}

.notice {
	color: #FF0000;
}


.center {
	text-align:center;
}

input.long {
	width:260px;
}

input.short {
	width:70px;
}


input.mini {
	width:50px;
}

textarea.long {
	width:260px;
}


div#price_list_area th {
	width:160px;
}
div#price_list_area td {
}

.flame {
	background:#feecd8;
	padding:10px;
	}
	
div#fixed_footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 0px solid #413E2B;
}

div#fixed_footer a {
	background: #413E2B;
	color: #fff !important;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	display: block;
	padding: 5px;
	margin-left: auto;
	margin-right: 0px;
	width: 6em;
	font-size: 90%;
	text-align: center;
}

.large {
	font-size:1.3em;
	}
	
.green {
	color:#666633;
	}
	
.ul_ryosyo li {
	margin:10px 0px;
	}

.qa {
    margin-bottom: 20px;
}

td.pro_name {
	background:#ffffd8;
	text-align:left !important;
	
	}

.pagination {
    text-align: center;
}

.pagination a {
    margin: 0 20px;
}

.gray_flame {
	background:#ebebeb;
	padding:10px;
	margin:15px 0;
	}
	
.tb_border_none {
	border:none;
	}
	
.tb_border_none td{
	border-bottom:1px dashed #999;
	border-top:0;
	border-left:0;
	border-right:0;
	vertical-align:top;
	}
	
.tb_border_none th{
	border-bottom:1px dashed #999;
	border-top:0;
	border-left:0;
	border-right:0;
	}	
