body {
    font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size: 11px;
    margin: 0px;
    background-color: #DCDDDF;
}
a.mainmenu {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    display: block;
    color: #606060;
    margin: 2px;
    padding: 9px 0 3px;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
}
a.mainmenu:hover {
    color: #212121;
    background-color: none;
    text-decoration: none;
}
a.nounder {
    text-decoration: none;
    cursor: pointer;
}
a.nolink:hover {
    color: #606060;
    text-decoration: none;
}
a.nohover {
    color: #212121;
    padding-top: 0px;
}
a.submenu {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 10px;
    display: block;
    color: #999;
    margin: 2px;
    padding: 3px 0;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}
a.submenu:hover {
    color: #666666;
}
a.split, div.split {
    border-bottom: 1px solid #bbb;
}
form {
    margin: 0;
}
table.reportTbl2 {
    border-bottom: 1px solid #CCC;
}
table.reportTbl thead tr td {
    background-color: #EAEAEA;
    border-left: 1px solid #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #CCC;
    height: 15px;
    padding: 5px 2px;
    text-align: center;
}
table.reportTbl tbody tr {
    background-color: #f7f7f7;
}
table.reportTbl tbody tr:hover {
    background-color: #D9EBF5;
}
table.reportTbl tbody tr td {
    border-left: 1px solid #fff;
    border-right: 1px solid #ddd;
    padding: 4px 2px;
}
table.reportTbl tfoot tr td {
    background-color: #EAEAEA;
    border-left: 1px solid #fff;
    border-right: 1px solid #ddd;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    height: 15px;
    padding: 4px 2px;
}
table.reportTbl tfoot tr td.total {
    color: #0000ff;
    background-color: #f7f7f7;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
div.header, div.footer {
    background-color: none;
    color: #333;
}
div.header a, div.footer a {
    color: #BBBBBB;
    text-decoration: none;
}
div.header a:hover, div.footer a:hover {
    color: #212121;
    text-decoration: none;
}
div.header {
    padding: 10px 0 10px 10px;
}
div.footer {
    color: #BBBBBB;
    font-size: 11px;
    font-style: italic;
    white-space: nowrap;
    margin: 5px 0 10px 350px;
}

div.mainmenu {
    width: 145px;
    /*margin-right: 20px;*/
    /*position: fixed;*/
    top: 10px;
    left: 10px;
}
div.content {
    /*margin-left: 175px;*/
}
div.wrap h2 {
    -x-system-font: none;
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 24px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: italic;
    font-weight: normal;
    line-height: 35px;
    margin: 0;
    padding: 14px 15px 3px 0;
    text-shadow: 0 1px 0 #FFFFFF;
}

div.yes, div.no, div.online, div.offline {
    width: 5px;
    height: 5px;
    margin: 0 auto;
}
div.yes {
    background: transparent url(../img/tick.png) no-repeat;
    cursor: pointer;
}
div.no {
    background: transparent url(../img/close.png) no-repeat;
    cursor: pointer;
}
div.online {
    background: transparent url(../img/bullet_green.png) no-repeat;
}
div.offline {
    background: transparent url(../img/bullet_black.png) no-repeat;
}
div.search {
    background: transparent url(../img/magnifier_left.png) no-repeat;
    padding: 2px 6px;
    display: inline;
    cursor: pointer;
}
div.delete {
    background: transparent url(../img/close.png) 1px no-repeat;
    width: 16px;
    height: 11px;
    margin: 0 auto;
    cursor: pointer;
}
input.input, input.date, input.time, select.select, textarea.input, .invalidField {
    padding: 4px 2px;
    font-size: 11px;
    width: 139px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
select.select {
    width: 145px;
}
textarea.input {
    font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    height: 42px;
}
input.date, input.time {
    padding: 4px 0 4px 23px;
    width: 120px;
    border-top: 1px solid #ABADB3;
    border-right: 1px solid #DBDFE6;
    border-left: 1px solid #E2E3EA;
    border-bottom: 1px solid #E3E9EF;
}
input.date:hover, input.time:hover {
    border-top: 1px solid #3D7BAD;
    border-right: 1px solid #A4C9E3;
    border-left: 1px solid #B5CFE7;
    border-bottom: 1px solid #B7D9ED;
}
input.date {
    background: url(../img/date.png) 3px center no-repeat;
}
input.time {
    background: url(../img/clock.png) 3px center no-repeat;
}
td.edit:hover {
    background: transparent url(../img/sort_pencil.png) 3px center no-repeat;
}
div.edit {
    padding: 2px 20px 1px 0;
    text-align: right;
    cursor: pointer;
}
div.edit:hover {
    background: transparent url(../img/sort_pencil.png) right center no-repeat;
}
div.editRecord, div.adjustment, div.report, div.editRemark, div.tree {
    width: 16px;
    height: 6px;
    float: left;
    cursor: pointer;
    opacity: .8;
}
div.editRecord {
    background: url(../img/card__pencil.png) no-repeat;
}
div.adjustment {
    background: url(../img/wrench_screwdriver.png) no-repeat;
}
div.report {
    background: url(../img/report.png) no-repeat;
}
div.editRemark {
    background: url(../img/balloon__pencil.png) no-repeat;
}
div.tree {
    background: url(../img/icon_tree.png) no-repeat;
}
div.editRecord:hover, div.adjustment:hover, div.report:hover, div.editRemark:hover, div.tree:hover {
    opacity: 1;
}
div.blank, div.extended, div.shrink {
    display: inline;
    margin-right: 1px;
    padding: 1px 6px;
}
div.extended {
    background: transparent url(../img/bullet_toggle_minus.png) right top no-repeat;
    cursor: pointer;
}
div.shrink {
    background: transparent url(../img/bullet_toggle_plus.png) right top no-repeat;
    cursor: pointer;
}
#cash-history div {
    padding: 1px;
}
#cash-history div.row {
    background-color: none;
    border-bottom: 1px dotted #ccc;
    padding-top: 2px;
}
#cash-history div.row:hover {
    background-color: #DEF2FC;
}
#grid-wrap input, #grid-wrap select {
    font-size: 11px;
    margin-top: 2px;
}
#add-button {
    padding: 3px 3px 3px 20px;
    text-decoration: none;
    color: #000;
    display: block;
    float: left;
}
#report-list div.title, #member-list div.title {
    height: 15px;
    padding: 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    background: #DEDEDE url(flexigrid/images/wbg.gif) repeat-x scroll center -1px;
}
#report-list div.toolbar, #member-list div.toolbar {
    height: 26px;
    border-bottom: 1px solid #ccc;
    background: #FAFAFA url(flexigrid/images/bg.gif) repeat-x scroll center top;
}
#member-list div.add {
    float: left;
    margin: 1px;
    padding: 5px 5px 5px 23px;
    background: url(flexigrid/images/add.png) no-repeat;
    background-position: 3px;
    cursor: pointer;
}
#member-list div.add:hover {
    border: 1px solid #ccc;
    padding: 4px 4px 4px 22px;
    background-position: 2px;
}
#report-list-status, #member-list-status {
    padding: 6px 6px 6px 19px;
    float: right;
    background: transparent url(../img/loading2.gif) 0 5px no-repeat;
}
div.bgHighlight {
    background-color: #FFBFBF;
}
div.row {
    padding: 5px 0;
    border: 1px solid #fff;
}
div.row:hover {
    background-color: #DEF2FC;
    border-bottom: 1px dotted #A8D8EB;
}
div.rowSelected {
    padding: 6px 0 5px;
    background: #D5EFFC url(flexigrid/images/hl.png) repeat-x scroll center top;
    border-bottom: 1px solid #A8D8EB;
    border-left: 1px solid #EEF8FF;
    border-right: 1px solid #D2E3EC;
}
div.success, div.error {
    margin: 0pt 18px 10px 20px;
    padding: 9px 10px 10px 26px;
}
div.success {
    background: #C0E2C6 url(../img/tick_circle.png) 5px 8px no-repeat;
    border-top: 1px solid #139C24;
    border-bottom: 1px solid #139C24;
}
div.uploadBar {
    background: url(../img/upload.gif) no-repeat;
    color: #333;
    margin: 4px 0 0 1px;
    width: 185px;
    height: 20px;
    cursor: default;
}
div.error {
    background: #FFDFDF url(../img/cross_circle.png) 5px 8px no-repeat;
    border-top: 1px solid #FF6464;
    border-bottom: 1px solid #FF6464;
}
#progress {
    background: transparent url(../img/loading2.gif) no-repeat;
    color: #797979;
    font-weight: bold;
    margin-right: 8px;
    padding: 1px 0 1px 19px;
}
#status {
    border: 1px solid #E0E0E0;
    color: #777;
    padding: 6px 6px 6px 22px;
    position: fixed;
    top: -1px;
    right: 20px;
    height: 13px;
    background: #F5F5F5 url(../img/loading.gif) 3px 5px no-repeat;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
#zoom {
    z-index: 5;
}

.cake-sql-log {
    background: #f4f4f4;
    font-size: 10px;
    margin: 10px 15px 20px;
 }
.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
}
.cake-sql-log th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    font-weight: bold;
    background-color: #EAEAEA;
}
.cake-sql-log tbody tr:hover {
    background-color: #D9EBF5;
}
.cake-sql-log tbody tr td {
    border-bottom: 1px dotted #ccc;
}
.cake-sql-log tbody tr td.query {
    color: #026789;
}

/* Paging */
div.paging {
    background:#fff;
    color: #ccc;
    margin-bottom: 2em;
}
div.paging div.disabled {
    color: #999;
    display: inline;
}
div.paging span {
}
div.paging span.current {
    color: #000;
}
div.paging span a {
}

/* Message Box */
.boxdebug, .boxError, .boxAtt, .boxNotice, .boxSuccess {
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    padding-left: 8px;
    border: 1px solid;
}
.boxdebug {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}
.boxError {
    background-color: #FFEBE8;
    border-color: #DD3C10;
}
.boxError a {
    color: #DD3C10;
    text-decoration: none;
}
.boxAtt {
    background-color: #FFF9D7;
    border-color: #E2C822;
}
.boxNotice {
    background-color: #EEEEFF;
    border-color: #66AAEE;
}
.boxSuccess {
    background-color: #DFF3CB;
    border-color: #C3E6D8;
}

.flexigrid div.fbutton .edit {
    background: url(../img/card__pencil.png) no-repeat center left;
}
.flexigrid div.fbutton .refund {
    background: url(../img/arrow_undo.png) no-repeat center left;
}
.flexigrid div.fbutton .confirm {
    background: url(../img/tick_circle.png) no-repeat center left;
}
.flexigrid div.fbutton .member {
    background: url(../img/user.png) no-repeat center left;
}
.flexigrid div.fbutton .ship {
    background: url(../img/box__arrow.png) no-repeat center left;
}
.flexigrid div.bDiv td div.pt {
    color: #FF0000;
    padding: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
}
.flexigrid div.bDiv td div.pt:hover {
    background: #fff url(../img/sort_pencil.png) right center no-repeat;
    border-top: 1px solid #3D7BAD;
    border-right: 1px solid #A4C9E3;
    border-left: 1px solid #B5CFE7;
    border-bottom: 1px solid #B7D9ED;
    padding: 2px 18px 2px 2px;
    text-decoration: underline;
}

input.invalid, select.invalid, textarea.invalid {
    border-top: 1px solid #970000;
    border-right: 1px solid #FFA195;
    border-left: 1px solid #E59D99;
    border-bottom: 1px solid #FFD0CA;
    background-color: #FFF4F4;
}
div.invalidField {
    color: #BB0000;
    margin-left: 2px;
}
.invalidText {
    color: #970000;
}

/* Common */
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.bold {
    font-weight: bold;
}
.fixed {
    position: fixed;
}
.center {
    text-align: center;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}
.invisible {
    visibility: hidden;
}
.link {
    cursor: pointer;
}
.right {
    text-align: right;
}
.fLeft {
    float: left;
}
.fRight {
    float: right;
}
.rel {
    position: relative;
}
.green {
    color: green;
}
.red {
    color: red;
}
.mgn8 {
    margin: 8px 8px 16px;
}
.bgWhite {
    background-color: #fff;
}


/* Custom CSS */
a {
    color: #58595B;
}
#cube_shadow {
    background: url(../img/cube_shadow.jpg) no-repeat;
    width: 1260px;
    height: 93px;
    position: absolute;
    top: 585px;
    left: 15px;
}
#content, #pages  {
    background-color: #fff;
    font-family: Helvetica;
    font-size: 13px;
    float: left;
    color: #58595B;
}
#content {
    /*width: 618px;*/
	width: 850px;
    height: 561px;
    /*margin: 0 15px 0 17px;*/
    overflow: hidden;
}
#pages span {
    font-size: 14px;
    line-height: 20px;
}
#content h1, #pages h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    color: #808285;
    margin: 0;
}
#update-page {
    background-repeat: no-repeat;
    height: 562px;
}
#edit-button {

}
#product-details {
    width: 338px;
    height: 400px;
    font-size: 10pt;
    line-height: 18px;
    padding-top: 0px;
	font-style: italic;
	font-family:"Times New Roman", Times, serif;
}
#side-products {
    /*width: 418px;*/
	width: 850px;
    height: 583px;
    position: relative;
    overflow: hidden;
    float: left;	
}
#side-products div.product {
    margin: 0 15px 15px 0;
    width: 194px;
    height: 176px;
    background: #fff center center no-repeat;
    float: left;
    cursor: pointer;
}
#side-products div.navNext, #side-products div.navPrev {
    font-size: 10px;
    font-style: italic;
    color: #A2A3A5;
    bottom: 3px;
    position: absolute;
    cursor: pointer;
}

a.pretty-link, #addnew-product {
    font-size: 10px;
    font-style: italic;
    color: #A2A3A5;
    bottom: 3px;
    position: relative;
    cursor: pointer;
}

#side-products div.navNext:hover, #side-products div.navPrev:hover, #addnew-product:hover {
    color: #555;
}
#side-products div.navNext {
    right: 16px;
}
#side-products div.pages {
    /*width: 418px;*/
	width: 850px;
    height: 583px;
    float: left;
}

div.gallery-title {
    color: #808285;
}
div.gallery-desc {
    margin-top: 20px;
    color: #58595B;
}
div.galleries {
    /*width: 1058px;*/
	width:850px;
    height: 581px;
    float: left;
}
.gallery {
    margin: 0 15px 15px 0;
    width: 181px;
    height: 177px;
    float: left;
    background: #fff center center no-repeat;
}
div.gallery2 {
    width: 90px;
    height: 86px;
    margin: 0 15px 9px 0;
    float: left;
}
div.product, div.wallpaper {
    background-color: #fff;
    margin: 0 15px 15px 0;
    float: left;
}
div.product {
    width: 255px;
    height: 268px;
}
div.wallpaper {
    width: 182px;
    height: 176px;
}
div.tweet {
    margin-bottom: 3px;
    background-color: #A7A9AC;
    color: #58595B;
    width: 142px;
    padding: 5px 10px;
}
#goprev a, #gonext a {
    color: #949494;
    text-decoration: none;
}
#goprev a:hover, #gonext a:hover {
    color: #555;
    text-decoration: none;
}

#main-feature {
    color: #AFAFAF;
    text-align: center;
}
#main-feature h1, h1.popup {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
#main-feature span, #pages span.describe, p.popup {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    line-height: 18px;
}
#pages span.describe {
    line-height: 17px;
}

#view-panel div.pages {
    /*width: 1058px;*/
	width: 850px;
    height: 581px;
    float: left;
}
#view-panel div.thumb {
    background: url(../img/default.png) center top no-repeat;
    width: 166px;
    height: 133px;
}
#view-panel div.title, div.thumbTitle, a.title {
    color: #999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    overflow: hidden;
}
#view-panel div.title, a.title {
    width: 162px;
    height: 36px;
    padding: 2px;
}
#view-panel div.water {
    /*background: #fff url(../img/watermark.png) center bottom no-repeat;*/
    background: #fff;
    width: 166px;
    height: 169px;
    margin: 0 15px 15px 0;
    cursor: pointer;
}
#view-panel div.navNext, #view-panel div.navPrev {
    font-size: 10px;
    font-style: italic;
    color: #949494;
    bottom: 0;
    cursor: pointer;
}
#view-panel div.navNext:hover, #view-panel div.navPrev:hover {
    color: #555;
}
#view-panel div.navNext {
    right: 90px;
}
#view-panel div.navPrev {
    left: 35px;
}
#tab-panel {
    padding: 20px 5px 0 10px;
    border-bottom: 1px solid #D8DFEA;
}
#tab-panel div.tab {
    margin: 0 2px;
    padding: 6px 15px;
    background-color: #DCDDDF;
    font-weight: bold;
    color: #58595B;
    float: left;
    cursor: default;
}
#tab-panel div.enabled:hover {
    background-color: #898586;
    color: #fff;
    cursor: pointer;
}
#tab-panel div.selected, #tab-panel div.selected:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #D8DFEA;
    border-bottom: 0;
    margin-bottom: -2px;
}
#screenshot {
    position: absolute;
    border: 1px solid #ccc;
    display: none;
    color: #58595B;
}
#shoppingcart-title {
    background: #4C4C5A repeat scroll 0 0;
    border-color: #31313A;
    border-style: solid;
    border-width: 1px 0;
    color: #E3E5E6;
    font-size: 13px;
    padding: 4px 10px;
}
#shoppingcart-title h2 {
    color: #FFF;
    font-size: 13px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
#shoppingcart-content {
    background: #727476 none repeat scroll 0 0;
    border-color: #D8DADB;
    border-style: solid;
    border-width: 1px 0;
    color: #EDEDED;
}
