body {
    background: #f8f8f9;
    font-size:11px;
    color:#455560;
    font-family:Arial, Helvetica, sans-serif;
    line-height:15px;
    margin:0px;
}

td {
    vertical-align:top;
    font-size:11px;
    color:#455560;
    font-family:Arial, Helvetica, sans-serif;
    line-height:15px;
}

p {
    color:#455560;
    margin:0px;
    margin-bottom:7px;
    line-height:15px;
}

div  {
    margin:0px;
    padding:0px;
}

span {
    margin:0px;
    padding:0px;
}

em {
    color: #F00;
    font-weight: bold;
}

a:link,
a:visited {
    color:#455560;
    text-decoration:underline;
}

a:hover {
    color:#455560;
    text-decoration:none;
}

form {
    margin:0px;
}

input, textarea, select
{
    border:1px solid #ffffff;
    font-size:11px;
    color:#333333;
    font-family:Arial, Helvetica, sans-serif;
    background:#ffffff url(../images/admin/bg_field.gif) no-repeat;
    padding:3px 0px 2px 0px;
}

textarea {
    width:400px;
    height:120px;
}

ul {
    margin:0px;
    padding:0px;
}

li {
    margin:0px;
    padding:0px;
}

small {
    font-size:10px;
}

h1 {
    font-size:19px;
    color:#455560;
    font-weight: normal;
    line-height:18px;
    margin:0px 0px 9px 0px;
    padding:0px 0px 6px 0px;
    border-bottom:1px solid #455560;
}

h2 {
    font-size:15px;
    color:#455560;
    font-weight: normal;
    line-height:16px;
    margin:0px 0px 9px 0px;
    padding:15px 0px 4px 0px;
    border-bottom:1px solid #455560;
}
h3 {
    font-size:14px;
    color:#455560;
    font-weight: bold;
    line-height:15px;
    margin:0px 0px 4px 0px;
    padding:0px;
}

h4 {
    font-size:12px;
    color:#ffffff;
    font-weight: bold;
    text-transform:uppercase;
    margin:0px 0px 2px 0px;
    padding:0px 0px 1px 0px;
    border-bottom:1px solid #ffffff;
}

h5 {
    font-size:12px;
    color:#455560;
    font-weight:bold;
    margin:0px 0px 3px 0px;
    padding:0px;
}

h6 {
    font-size:11px;
    color:#455560;
    font-weight:bold;
    margin:0px 0px 3px 0px;
    padding:0px;
}

/************************************************************
 
************************************************************/
.table_rows	{
    border:1px solid #ffffff;
}

.table_rows th {
    padding:3px 8px 2px 8px;
    background:#e8eaec url(../images/admin/bg_th_rows.gif) repeat-x bottom;
    border-bottom:1px solid  #cfd3d6;
    font-weight:bold;
    text-transform:uppercase;
    text-align:left;
}

.table_rows .create {
    background: #455560;
    color: red;
    text-transform: capitalize;
    font-weight: bold;
    
}

.table_rows td {
    padding:4px 8px 3px 8px;
    border-bottom:1px solid #dadddf;
}

.odd {
    background:#ebedef;
}

.even {
    background:#f0f2f3;
}

.over {
    background:#455560;
    color:#ffffff;
}

.over td {
    color:#ffffff;
}

.over th {
    color:#455560;
}

.over a:link,
.over a:visited,
.over a:hover {
    color:#ffffff;
}

.b_form	{
    color: #455560;
    background: none;
    background: #dadddf;
    cursor: pointer;
    border: 1px solid #5e707c;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    padding:2px 5px;
}

.button	{
    color:#455560;
    background:none;
    background:#dadddf;
    cursor:pointer;
    border:1px solid #5e707c;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    font-weight: normal;
}

.button a:link,
.button a:visited,
.button a:hover	{
    text-decoration:none;
    color:#455560;
    padding:2px 7px;
}


/************************************************************
 
************************************************************/
.table_cols  {
    border:1px solid #ffffff;
    background:#f0f2f3 url(../images/admin/bg_td.gif) repeat-x;
}

.table_cols th {
    padding:7px 12px;
    text-align:left;
    white-space:nowrap;
    font-weight:bold;
    text-transform:uppercase;
    border-bottom:1px solid #cfd3d6;
    background:#e8eaec url(../images/admin/bg_th.gif) repeat-y;
    vertical-align:top;
}
    
.table_cols td {
    border-bottom:1px solid #dadddf;
    padding:7px 0px 7px 12px;
    width:100%;
}


/************************************************************
 MENU
************************************************************/
#horiz ul {
    float:left;
    width:100%;
    padding:0px;
    margin:0px;
    list-style-type:none;
    font-family: Arial, Helvetica, sans-serif;
    white-space:nowrap;
    font-size:11px;
    background:#b5bbbf;
}

#horiz li {
    text-align:center;
    display:inline;
}

#horiz a:link,
#horiz a:visited {
    float:left;
    text-decoration:none;
    color:#ffffff;
    background:#b5bbbf url(../images/admin/arrow.gif) 4px 4px no-repeat;
    padding: 2px 10px 2px 18px;
}

#horiz a:hover {
    background:#455560 url(../images/admin/arrow-on.gif) 4px 4px no-repeat;
}

#current a:link,
#current a:visited {
    float:left;
    text-decoration:none;
    color:#455560;
    background:#f8f8f9 url(../images/admin/arrow-current.gif) 4px 4px no-repeat;
    padding:2px 10px 2px 18px;
}

#current a:hover {
    color:#ffffff;
    background: #455560 url(../images/admin/arrow-on.gif) 4px 4px no-repeat;
}

.t_darkgrey	{
    background:#455560 url(../images/admin/header.gif) repeat-x;
    color:#ffffff;
    font-size:15px;
    text-align:left;
    height:25px;
    vertical-align:middle;
}

.help_icon {
    margin-left:8px;
    cursor:pointer;
    vertical-align:text-bottom;
}

.help_info {
    visibility: hidden;
    position:absolute;
    padding:10px 15px 14px 15px;
    margin:2px 0px;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    line-height:14px;
    text-transform:none;
    white-space:normal;
    width:300px;
    background: #000 url(../images/admin/info_bg.png);
}

.help_info p {
    margin:0px;
    margin-bottom:5px;
    color:#ffffff;
    font-weight:bold;
    line-height:14px;
    text-transform:none;
    white-space:normal;
}

.admin_news_photo {
    padding: 5px;
    margin: 5px 5px 5px 0;
    background:#e8eaec url(../images/admin/bg_th_rows.gif) repeat-x bottom;
    border:1px solid #cfd3d6;
    width: 196px;
}

/************************************************************
 HELP BOX
************************************************************/
.help_bar {
    padding: 2px 0 10px 0;
}

.help,
.help:link,
.help:visited {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.help:hover	{
    color: #455560;
}


#help_box {
    background-color: #455560;
    padding: 10px;
    color: #FFF;
    width: 300px;
    position: absolute;
    z-index: 2;
}

#help_box div {
    padding-bottom: 5px;
}

#help_box strong {
    display: block;
    color: #FFF;
}

#help_box p {
    padding-left: 10px;
    color: #FFF;
}

/************************************************************
 CMS EDIT?
************************************************************/
#cms_edit_text td {
    margin:0px;
    padding:0px;
    border:0px;
}

.status {
    margin-top: 15px;
    padding:20px 10px 5px 10px;
    border-bottom: 1px solid #B5BBBF;
    background-color: #F8F8F9;
    font-weight: bold;
    color: #455560;
}

.error_message {
    color: red;
    padding-left: 2px;
    font-weight: bold;
}

.error {
    margin:10px 0px 0px 10px;
    padding:20px 20px 20px 20px;
    border: 1px solid red;
    color:red;
    background-color:#FFE4C4;
}

/************************************************************
 Tree
************************************************************/
.tree_container{
    background-color: #FFF;
    border: 1px solid #B5BBBF;
    padding: 5px;
    margin-bottom: 5px;
    height: 400px;
    overflow: auto;
}

.tree, .tree ul { 
    padding-left: 20px; 
    list-style-type: none;
    cursor: move;
}
.tree {
    padding: 0px;
    margin: 12px;
    line-height: 28px;
}
.tree li {
    margin-top: -6px;
}
.tree li a {
    padding: 2px 0 0 18px;
    background: url(/images/admin/folder.png) no-repeat left top;
}
.tree li.file {
    padding-left: 18px;
}
.tree li.file a {
    padding-left: 18px;
    background: url(/images/admin/file.png) no-repeat left top;
}
.tree li.file a.enable {
    padding-left: 5px;
    color: #666;
    background: none;
    font-size: 9px;
    text-decoration: none;
}
.tree li.file a.enable:hover {
    color: #F00;
}
.tree li span.handle {
    display: block;
    float: left;
    width: 15px;
    height: 12px;
    margin: 6px 3px 0 0;
    cursor: pointer;
}
.tree li span {
    background: url(/images/admin/folder_open.png) no-repeat 3px 3px;
}
.tree li.closed span {
    background: url(/images/admin/folder_closed.png) no-repeat 3px 3px;
}
.tree li.closed li {
    display: none;
}

.tree .drop_hover {
    background: url(/images/admin/drag.png) no-repeat bottom left;
}

.tree .drop_top {
    background-position: 12px top;
}

.tree .drop_bottom {
    background-position: 12px bottom;
}

.tree .drop_insert {
    background-position: 32px 100%;
}

/************************************************************
 Gallery
************************************************************/
#galleryThumb div
{
    float:left;
    width:125px;
    height:125px;
    background:#f1f1f1;
    margin:0px 27px 27px 0px;
}

#galleryThumb td
{
    text-align:center;
    vertical-align:middle;
}

#galleryThumb td.photo
{
    vertical-align:middle;
    height:125px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #DDD;
    line-height: 30px;
}

#galleryThumb td.controls
{
    background-color: #FFF;
    text-align:left;
    padding: 3px;
}

/************************************************************
 Paging
************************************************************/
.paging	{
    background: #E8EAEC url(../images/admin/bg_th_rows.gif) repeat-x scroll center bottom;
    padding: 10px;
    margin-top: 30px;
    border-top: 1px solid #CFD3D6;
}

.paging th {
    text-align:right;
    font-weight:normal;
}

.paging a:link,
.paging a:visited {
    padding:2px 6px;
    margin-left:1px;
}

.paging a:hover	{
    text-decoration:none;
}

/************************************************************
 Order Details
************************************************************/
.order_items	{
}
.order_items th	{
    width:0%;
    text-align:left;
    color:#455560;
    padding:4px 10px;
    background:#DDD;
    font-weight:bold;
    text-transform:uppercase;
    white-space:nowrap;
    border-bottom: 1px solid #CFD3D6;
}
.order_items td	{
    text-align:right;
    padding:8px 10px 4px 10px;
    background:#f1f1f1;
    border-bottom:1px solid #e6e6e6;
}
.order_items div	{
    float:right;
    margin-top:10px;
}
.order_items div table	{
    font-weight:bold;
}
.order_items span	{
    color:#000000;
}
.order_items span span	{
    color:#000000;
    font-size:16px;
    font-weight:bold;
}

.order_data th {
    width:100px;
    text-align:left;
    color:#455560;
    padding:4px 10px;
    background:#E8EAEC;
    font-weight:bold;
    text-transform:uppercase;
    white-space:nowrap;
    border-bottom: 1px solid #CFD3D6;
}
.order_data td {
    padding:7px 15px 7px 12px;
    background:#f1f1f1;
}
.order_data th.checkoutHeader    {
    background:#DDD;
    font-size:12px;
    font-weight:bold;
    color:#455560;
}
.order_data h2 {
    border: none;
    padding: 2px 0;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    margin: 0;
}
.order_status {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.order_status.pending {
    color: #000;
}
.order_status.paid {
    color: #F00;
}
.order_status.shipped {
    color: #6A0;
}
.order_status.closed {
    color: #AAA;
}
