div.pager {
    clear: both;
    margin: 10px 10px 10px 15px;
    padding: 2px 2px 4px 2px;
    width: 546px;
    border: 3px double #802d7d;
}
div.pager a,
div.pager span {
    margin: 0px 2px 0px 2px;
}

table.items a.button {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #2074B0;
    display: block;
    background-color: #FFF;
    color: #2074B0;
    padding: 3px;
    text-align: center;
}
table.items a.button {
    padding: 1px 3px 1px 3px;
}
table.items a.button.new:hover {
    background-color: #2074B0;
    color: #FFF;
}

table.items a.button.edit:hover {
    background-color: blue;
    color: #FFF;
}

table.items a.button.delete:hover {
    background-color: red;
    color: #FFF;
}

table.datas a.button {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #802d7d;
    display: block;
    background-color: #FFF;
    color: #802d7d;
    padding: 3px;
    text-align: center;
}
table.datas a.button {
    padding: 1px 3px 1px 3px;
}
table.datas a.button.new:hover {
    background-color: #bc259c;
    color: #FFF;
}

table.datas a.button.edit:hover {
    background-color: #802d7d;
    color: #FFF;
}

table.datas a.button.delete:hover {
    background-color: #ff7500;
    color: #FFF;
}

*.error {
    border: 1px solid red;
    background-color: #ffeeee;
}

label.error {
    border: 0;
    font-weight: bold;
    color: red;
    background-color: transparent;
}


/*------------------------------
    form table
------------------------------*/
table.form_table *.error {
    border: 1px solid red;
    background-color: #ffeeee;
}
table.form_table label.error {
    border: 0;
    font-weight: bold;
    color: red;
    background-color: transparent;
}
table.form_table input, textarea,select {
    border: 1px solid #802d7d;
	font-family: Arial;
	font-size: 11px;
    padding: 2px;
}
table.form_table select.text250,input.text250 {
    width: 300px;
}
table.form_table input.text200 {
    width: 219px;
}
table.form_table textarea.text250 {
    width: 300px;
    height: 100px;
    overflow: auto;
}

table.form_table label {
    cursor: pointer;
}
table.imgeditor th,
table.form_table th {
    background-color: #0072BB;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}
table.form_table tr.row1 td {
    border-bottom: 1px solid #343434;
    background-color: #efefef;
}
table.form_table tr.row2 td {
    border-bottom: 1px solid #343434;
    background-color: #e0e0e0;
}
table.form_table tr.row1 td td,
table.form_table tr.row2 td td {
    border: 0;

}

table.imgeditor {
    border: 1px solid #343434;
    float: left;
    margin: 5px;
}
table.imgeditor th a {
    color: #ffffff;
    text-decoration: none;
}
table.imgeditor th img {
    border: 1px solid #ffffff;
    margin: 2px;
}

table.form_table input.submit {
    width: 100px;
    background-color: #0072BB;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #505050;
}

table.form_table input.sbutton {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #696969;
    display: block;
    background-color: #989898;
    color: #fff;
    padding: 1px 3px 1px 3px;
    text-align: center;
    cursor: pointer;
}

table.form_table input.sbutton:hover {
    background-color: red;
}

table.form_table a.button {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #696969;
    display: block;
    background-color: #989898;
    color: #fff;
    padding: 3px;
    text-align: center;
}
table.form_table a.button {
    padding: 1px 3px 1px 3px;
}
table.form_table a.button.new:hover {
    background-color: #33ff33;
}
table.form_table a.button.delete:hover {
    background-color: red;
}
table.form_table a.button.edit:hover {
    background-color: green;
}
img.orders {
    border: 1px solid #fff;
    vertical-align: middle;
    margin: 3px;
}

/*------------------------------
    guestbook
------------------------------*/
.guestbook_date {
    font-size: 10px;
}

/********************
 * start pager
 ********************/
div.pager {
    display: block;
    width: 95%;
    clear: both;
    height: 22px;
	border: 0;
}
div.pager a,
div.pager span {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    text-align: center;
    margin: 2px;
}
div.pager a {
    border: 1px solid #802d7d;
    text-decoration: none;
	color: #802d7d;
}
div.pager a:hover {
    border: 1px solid #802d7d;
    background-color: #802d7d;
	color: #FFF;
}
div.pager span {
    border: 1px solid #AAA;
    color: #AAA;
}

div.pager span.more {
    border: 1px solid #AAA;
    color: #AAA;
    margin-left: 20px;
    margin-right: 20px;
}



table.datas *.error {
    border: 1px solid red;
    background-color: #ffeeee;
}
table.datas label.error {
    border: 0;
    font-weight: bold;
    color: red;
    background-color: transparent;
}



table.datas th {
    padding:5px;
    font-size:16px;
    color:#FFF;
	background-color:#9b2b91;
}

table.datas input, textarea, select {
    border: 1px solid #9b2b91;
    font-size: 11px;
    padding: 2px;
}
table.datas select.text250, input.text250 {
    width: 300px;
}
table.datas input.inputleft {
    width: 219px;
}

table.datas input.inputleft_error {
    width: 219px;
    border:1px solid red;
    background-color:#F6F6F6;
}

table.datas textarea {
    width: 219px;
    height: 100px;
    overflow: auto;
    border: 1px solid #9b2b91;
}

table.datas label {
    cursor: pointer;
}


table.datas tr.row1 td {
    border-bottom: 1px solid #DDD;
    background-color: #F6F6F6;
    padding:6px;
        font-size:12px;
        line-height:23px;
}
table.datas tr.row2 td {
    border-bottom: 1px solid #DDD;
    background-color: #FFF;
    padding:6px;
     font-size:12px;
     line-height:23px;
}

table.datas tr.row1 td td,
table.datas tr.row2 td td {
    border: 0;
}


table.datas a.button {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #DDD;
    display: block;
    background-color: #FFF;
    color: #333;
    padding: 3px;
    text-align: center;
}
table.datas a.button {
    padding: 1px 3px 1px 3px;
}
table.datas a.button.new:hover {
    
    color: #9b2b91;
    
}

table.datas a.button.edit:hover {
    background-color: #DDD;
    color: #9b2b91;
}

table.datas a.button.delete:hover {
    background-color: red;
    color: #FFF;
}


table.datas input.submit {
    width: 100px;
    background-color: #EF7F01;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #505050;
}

table.datas td.all_price{
        font-size:16px;
        color:#EF7F01;
        font-weight:bold;
        text-align:right;
}




table.imgeditor th,
table.cms th {
    background-color: #9B2B91;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}
table.cms tr.row1 td {
    border-bottom: 1px solid #343434;
    background-color: #efefef;
}
table.cms tr.row2 td {
    border-bottom: 1px solid #343434;
    background-color: #e0e0e0;
}
table.cms tr.row1 td td,
table.cms tr.row2 td td {
    border: 0;
    width: none;
}

table.imgeditor {
    border: 1px solid #343434;
    float: left;
    margin: 5px;
}
table.imgeditor th a {
    color: #ffffff;
    text-decoration: none;
}
table.imgeditor th img {
    border: 1px solid #ffffff;
    margin: 2px;
}

table.cms input.submit {
    width: 100px;
    background-color: #9B2B91;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #505050;
}

table.cms input.sbutton {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #696969;
    display: block;
    background-color: #9B2B91;
    color: #fff;
    padding: 1px 3px 1px 3px;
    text-align: center;
    cursor: pointer;
}

table.cms input.sbutton:hover {
    background-color: red;
}

table.cms a.button {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #696969;
    display: block;
    background-color: #9B2B91;
    color: #fff;
    padding: 3px;
    text-align: center;
}
table.cms a.button {
    padding: 3px 6px 3px 6px;
}
table.cms a.button.new:hover {
    background-color: #FE7902;
}
table.cms a.button.delete:hover {
    background-color: red;
}
table.cms a.button.edit:hover {
    background-color: #FE7902;
}
img.orders {
    border: 1px solid #fff;
    vertical-align: middle;
    margin: 3px;
}