/* Writing Area blogshop */

table.blogshopTable{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    width:100%;
}
table.blogshopTable th {
    white-space:nowrap;
    width:8%;
}
table.blogshopTable th, .wArea.blogshop table.blogshopTable td {
    border-style:solid none none;
    border-width:0px 0 0;
    padding:5px 10px;
    text-align:left;
    vertical-align:top;
}
table.blogshopTable caption.title { font-size: 150%; padding:10px; text-align:left;}
table.blogshopTable p.blogshipTitleDesc {  padding-left:5px; font-size:9pt; }
.wArea.blogshop .inputText.blogshopTitle {  width : 30%; }
.wArea.blogshop .inputText.blogshopPrice {  width : 5%; }
.wArea.blogshop .inputText.blogshopProNum {  width : 5%; }
textarea.blogshopContent {width:100%; border:1px solid #DDDDDD;}

.wArea.blogshop a{ text-decoration:underline; color:#000;  }
.blogshopAuthArea .inputText {  
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    border:1px solid #DDDDDD;
    color:#767676;
    font-size:12px;
    height:21px;
    margin-bottom:10px;
    padding:6px 0 0 10px;
    width:20%;
}

.blogshopShowTable { width:100%; border:1px solid; border-color:#ECECEC;}
.blogshopShowTable .th{ white-space:nowrap; width:10%; }
.blogshopShowTable td{ width:96%; -moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:#FFFFFF none repeat scroll 0 0;}
.blogshopShowTable .th, .blogshopShowTable td {
	border-color:#F5F5F5;
	border-style:solid;
	border-width:1px 0 0 0;
	padding:5px 10px;
	text-align:left;
	vertical-align:top;
}
.eBlogshopContent {
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */ 
    display:table;
    overflow:hidden;
    table-layout: fixed; 
}
.blgshopShowArea .title {font-size:12pt;color:#2a2a77;width:100%px; font-weight: bold;}
.payBtn {padding:10px;text-align:center;width:100%;}
.blogshopAuthAfterArea p {color:#FF0000;font-size:14px;}
.blogshopManagementDesc {text-align: right; padding-top:100px;}
label.blogshopTakeTypeDesc, label.blogshopPayTypeDesc {text-decoration: underline;cursor:help;}