.textleft{
        text-align: left;
}

/* Tables */
#paypal table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
#paypal th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
#paypal th a {
	text-decoration: none;
}
#paypal th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
#paypal table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}

#paypal pre {
	border:none;
	margin:3px;
	padding:0px;
}

#logoutNotifier {
	border: #999 6px solid;
	border-bottom: none;
	background-color: black;
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 600px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: white;
	margin-left: -300px;
	opacity: 0.75;
	display: none;
	z-index: 9000;
}

#logoutNotifier:hover {
	background-color: #666;
}
#logoutNotifier a{
	color: white;
}

#loginForm {
	display: none;
	position: fixed;
	z-index: 1000;
	min-width: 300px;
	max-width: 600px;
	min-height: 210px;
	background-color: #FFF;
	border: solid 5px #999;
	color: #000;
	font-size: 12;
	margin: 0;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}
#loginForm input[type=text], #loginForm input[type=password] {
	border: 1px solid #C5C6C8;
	border-bottom: 1px solid #8D8D8F;
	font-size: 16px;
	width: 284px;
	height: 25px;
	padding: 4px 4px;
/*
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;	
*/
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .3),0 1px 0 0 #FAFBFB;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .3),0 1px 0 0 #FAFBFB;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .3),0 1px 0 0 #FAFBFB;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-top-left-radius: 2px 2px;
	border-top-right-radius: 2px 2px;
	border-bottom-right-radius: 2px 2px;
	border-bottom-left-radius: 2px 2px;
}
#loginForm input[type=text]:focus, #loginForm input[type=password]:focus {
	border: 1px solid #228DED;
	-moz-box-shadow: 0 0 5px #228DED;
	-webkit-box-shadow: 0 0 5px #228DED;
	box-shadow: 0 0 5px #228DED;
}
#loginForm label {
	display: block;
	width: 85%;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
}
#loginForm div.title {
	background-color: #999;
	color: white;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 0;
	text-align: left;
	padding-left: 1em;
}
#loginForm div.content {
	padding: 1em;
}
#loginForm div.btn_block {
	float: left;
	margin-right: 5px;
}
#loginForm div.btn_block a.btn_style {
	display: inline-block;
	text-decoration: none;
	background-color: #565F6F;
	background: -webkit-gradient(linear, left top, left bottom, from(#7B8596), to(#565F6F));
	background: -moz-linear-gradient(top, #7B8596, #565F6F);	outline: none;
	white-space: nowrap;
	cursor: pointer;
	border-color: #AAB0BB #525A69 #333842;
	background-color: #525B69;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	border-width: 1px;
	border-style: solid;
	padding: 3px 10px 4px 9px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#loginForm div.btn_block a.btn_style:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#5D94D6), to(#1B58AE));
	background-color: #1B58AE;
	background: -moz-linear-gradient(top, #5D94D6, #1B58AE);	outline: none;
	border-color: #59E #47C #35A;
}
#loginOverlay {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0.15;
}

/* Forms */
#paypal form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width:auto;
}
#paypal fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
#paypal fieldset legend {
	background:#fff;
}
#paypal fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
#paypal fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
	margin-left: 20px;
}
#paypal fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
#paypal form div.input {
	color: #444;
}
#paypal form div.required {
	color: #333;
	font-weight: bold;
}
#paypal form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
#paypal label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
}
#paypal input, textarea {
	clear: both;
	display: block;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
#paypal input, textarea {
	display: inline;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	width: auto;
  padding: 3px;
  line-height: 1em;
}
#paypal p.totalcost {
	text-align:right;
	padding-top:1em;
	padding-bottom:1em;
	background-color:#eee;
}

#paypal p.underline {
	text-align:right;
	border-bottom:1px dashed #999;
}

#paypal p.cart-error {
	background-color:#fdd;
	margin:5px;
	padding:0.5em;
}

form div { clear:none;margin:0;padding:0; }
div.itm_header{ padding:5px 0;font-weight: bold;border-bottom: 1px solid #999;font-size:11px;}
div.itm_header div{ text-align: center; }
div.itm_title{ cursor:pointer; }
div.itm_push{ float:left;width:70px;margin:0 5px;text-align:center; }
div.itm_pname{ float:left;width:280px;margin:0 5px; }
div.itm_memo{ float:left;width:150px;margin:0 5px;overflow: hidden; }
div.itm_price{ float:left;width:80px;margin:0 5px;}
div.itm_op{ float:left;width:170px;margin:0 5px; }
ul.item_list{ list-style: none;padding:0;margin: 0;}
ul.item_list li{ margin:0;padding:5px 0;border-bottom: 1px solid #999; }
ul.item_list li div.itm_op,
ul.item_list li div.itm_price{
text-align:right;
}
.div_left { float:left; }

div.item_edit_box,
div.coupon_edit_box{
border:1px dashed #ccc;margin:10px 0;padding:10px;display: none;
}
div.item_info_box{float:left;width:65%;padding:5px 10px;background-color: #f9f9f9;}
fieldset.item_push_box,
fieldset.item_upload_box{
float:right;width:25%;border:1px solid #ccc;margin-top:0px;margin-left:10px;margin-bottom:15px;padding:5px;
}

table.item_table,
table.coupon_table{
border-style:none;background-color: transparent;
}
table.coupon_table{background-color: #f9f9f9;}
table.item_table th,
table.item_table td,
table.coupon_table th,
table.coupon_table td{
	border-style: none;
	background: none;
}
table.item_table th,
table.coupon_table th{
font-weight: normal;text-align:right;
}
table.item_table td,
table.coupon_table td{
text-align: left;
}
img.star{ background:transparent url(../img/push_star.png) no-repeat 0px -14px;width:14px;height:14px;margin:0 2px; }
img.nostar{ background:transparent url(../img/push_star.png) no-repeat 0px 0px;width:14px;height:14px;margin:0 2px; }
div.set_push{ text-align:center;margin:5px;padding:5px; }
div.set_push img{ cursor: pointer; }
div.set_push img:hover{ opacity:0.8; }
a.delete,a.coupon_delete{ color:#FF3366; cursor:pointer;}
a.imageDelete {margin:0;padding:0;border-style:none;display:block;height:22px;width:42px;background:transparent url(../img/btn_delete.gif) no-repeat 0 0;float:right;cursor:pointer;}
div.imgbox a:hover{background-color:transparent;opacity:0.9;}

.title_focus{ background-color:#F9F9F9; }
.title_hover{ background-color:#E5F7F7; }

#check_url_box{ width:750px;display:none;}
span.sortdef{padding-left:9px;}
span.asc{
background:transparent url(../img/sort_arrow.png) no-repeat 0 -14px;
}
span.desc{
background:transparent url(../img/sort_arrow.png) no-repeat 0 0;
}

div.cp_header{ padding:5px 0;font-weight: bold;border-bottom: 1px solid #999;width:85%; }
div.cp_header div{ text-align: center; }
div.cp_title{ cursor:pointer; }
div.cp_mark{ float:left;width:25px;margin:0 5px; }
div.cp_serial{ float:left;width:200px;margin:0 5px; }
div.cp_discount{ float:left;width:80px;margin:0 5px;}
div.cp_available{ float:left;width:80px;margin:0 5px;text-align:center;}
div.cp_op{ float:left;width:50px;margin:0 5px; }
ul.coupon_list{ list-style: none;padding:0;margin: 0;width:85%; }
ul.coupon_list li{ margin:0;padding:5px 0;border-bottom: 1px solid #999; }
ul.coupon_list li div.cp_discount,
ul.coupon_list li div.cp_op {
text-align:right;
}

table.search_table{
	border-style:none;
	border-top:1px solid #ccc;
	margin:0 auto;
}
table.search_table td{
	text-align: left;
	border-style:none;
	border-bottom:1px solid #ccc;
	vertical-align: middle;
}
table.search_table p{
	text-align: left;
}
table.search_table input{
	display: inline;
	width:auto;
}
table.history_list{
font-size:10px;margin:2px auto;text-align:left;
}
table.history_list th{
	padding:2px 5px;
}
table.history_list td{
	text-align: left;
	overflow: hidden;
}
ul.tablist{
margin: 0 !important;
padding: 1px 0;
}

ul.tablist li{
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 0 0 -2px;
padding: 0;
}
ul.tablist li a{
outline:none;
display:block;
margin:0 1px 0 0;
padding:0 10px;
height:25px;
line-height: 25px;
position:relative;
z-index:1;
background:#fff url(../img/tab_bg.png) repeat-x scroll 0 0;
font-size:0.9em;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom:1px solid #ccc;
border-top-left-radius:7px;
border-top-right-radius:7px;
-webkit-border-top-left-radius:7px;
-webkit-border-top-right-radius:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
}
ul.tablist a.selected{
background:#fff url(../img/tab_selected_bg.png) repeat scroll 0 0;
border-bottom:1px none #fff;
color:#000000;
font-weight:bold;
cursor:default;
text-decoration:none;
z-index:100;
}
div.tabpanel div.tabpanelbox{
display:block;
clear:left;
font-weight:normal;
line-height:normal;
padding:10px 10px 8px;
margin: 0 0;
position:relative;
z-index:1;
background:#fff none repeat scroll 0 0;
border:1px solid #ccc;
width:850px;
}
ul.ul_button{
list-style: none;
margin:0;
padding:0;
}
ul.ul_button li div.box_button{
display:none;
margin:1em;
padding:1em;
background-color:#fff;
}
ul.ul_button li div.box_button div.prop{
border:1px solid #ccc;
padding:10px;
margin:5px 0 1em;
}
ul.ul_button li{
border-bottom:1px solid #999;
}
ul.ul_button li label{
cursor:pointer;
line-height:24px;
}
ul.ul_button li label span{
margin:0 2px;
}
span.title{
font-weight: bold;
}
div.button_detail{
display:none;
margin:5px 0 1em;
line-height: 1.5em;
border:1px solid #ccc;
}
div.button_detail div{
margin:5px;
}
div.button_detail div div.subbox{
margin-left:2em;
padding:1em;
border-top:1px dashed #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
position: relative;
display:none;
}
ul.ul_list{
list-style: none;
padding:5px 0;
margin:5px 0;
border-top:1px dashed #ccc;
border-bottom:1px dashed #ccc;
font-size:9px;
}
ul.ul_list li{
margin:1px;
border:1px solid #ccc;
background-color:#eee;
height:20px;
line-height:20px;
cursor:move;
position:relative;
padding:0;
}
ul.ul_list li a.item_edit{
display:block;
position:absolute;
bottom:0;
right:25px;
width:20px;
cursor:pointer;
}
ul.ul_list li a.item_delete{
position:absolute;
bottom:0;
right:2px;
display:block;
width:20px;
cursor:pointer;
}
span.arrowthick{
position:absolute;
top:4px;
left:0;
width:10px;
background: transparent url(../img/sort_arrow2.png) no-repeat 0 0;
}
ul.ul_list li span.list_title{
position: absolute;
bottom:0;
left:10px;
overflow: hidden;
width:85px;
height: 20px;
text-overflow: ellipsis;
white-space: nowrap;
}
div.prop div.option_box{
width:150px;
border:1px solid #ccc;
padding:5px;
line-height:1.2em;
float:left;
margin-right:1px;
margin-top:1px;
}

ul.ul_settings{
list-style: none;
margin:0;
padding:0;
}
ul.ul_settings li{
margin-top:2em;
}
ul.ul_settings li label{
line-height:1em;
border-bottom:1px solid #999;
font-weight:bold;
font-size:12px;
padding:2px 0;
margin:0 0 10px;
position:relative;
}
ul.ul_settings li table{
border:none;
margin:0;
line-height:1.5em;
font-size:12px;
}
ul.ul_settings li table td{
border:none;
text-align: left;
padding: 5px;
}
ul.ul_settings li table td.title{
color:#444;
border:none;
text-align: right;
width:210px;
font-weight:bold;
}
.inline{
display:inline;	
}