* {
    margin: 0;
    padding: 0;
}

body {
    background: #3879bf url('../images/layout/body-bg.gif') repeat-x top;
    font: 1.0em Arial, sans-serif;
    padding: 3px 5px;
}

h2,h3,h4,h5,h6 {
    color: #34811B;
    margin: 6px 0;
}

h2 {
    background: #fff url('../images/layout/h2-bg.gif') repeat-x bottom;
    font-size: 1.6em;
    padding-bottom: 6px;
}

h3 a{
    font-size: 0.8em;
}

h3 .small, h2 .small{
    font-size: 0.8em;
    padding-top: 0.2em;
}


p {
    font-size: 0.8em;
    margin-bottom: 15px;
}

address {
    font-size: 0.8em;
    font-style: normal;
}

hr {
    color: #1B72CF;
    background-color: #1B72CF;
    height: 20px;
}

table {
    border: 1px solid #1B72CF;
    border-collapse: collapse;
    font-size: 0.8em;
    margin: 5px 0;
}

table label {
    font-size: 1em;
}

thead {
    background: #ffbb59;
    color: #555;
    font-weight: bold;
}

thead th {
    border-bottom: 1px solid #1B72CF;
    text-align: left;
}

tfoot {
    background: #ffbb59;
    color: #555;
    font-weight: bold;
}

tfoot td {
    border-top: 1px solid #1B72CF;
    text-align: left;
}

td,th {
    padding: 5px;
}

tbody th {
    background: #e2eefb;
    border-right: 1px solid #1B72CF;
    border-left: 1px solid #1B72CF;
    text-align: left;
}

ol,ul {
    list-style-position: outside;
    padding-left: 25px;
    clear: both;
}

form {
    width: 100%;
    margin: 10px auto;
    padding: 0;
}

#boSearchForm{
    margin: 0;
    padding: 1px;
    font-weight: bold;
    border: 0;
}

#boSearchForm table, #boSearchForm td{
    padding: 0;
    margin: 0;
    border: 0;
}


label {
    float: left;
    font-weight: bold;
    font-size: 0.8em;
    margin: 3px 0;
    width: 200px;
}

legend {
    font-size: 0.8em;
}

input, textarea, select, button {
    margin: 0 5px 0 0;
    padding: 2px; 
    width: 250px;
    border: 1px solid #ccc;
}

.checkBox{
    width: 20px !important ;
}

.auto{
    width: auto;
}

textarea {
    height: 100px;
}

input.checkbox {
    margin: 15px 5px;
    width: auto;
}

input.button, button {
    width: auto;
}

fieldset {
    border: 1px solid #ccc;
    padding: 0 10px;
    margin: 0 auto 20px auto;
}

fieldset input {
    float: left;
    width: auto;
}

a:link {
    color: #cb7800;	
}

a:visited {
    color: #83520b;	
}

a:hover, a:active {
    color: #ff9700;
}

#container {
    background: #fff;
    width: 100%;
    min-width: 1000px;
    margin: 0 auto;
}

*html #container{
    width: 1000px;
}

#header {
    background: #7bac3c url('../images/layout/header-bg.gif') repeat-x top;
}

#innerHeader {
    background: url('../images/layout/header-left.jpg') no-repeat top left;	
    min-width: 1000px;
    width: 100%;
    overflow: hidden;
}

#header h1 {
    background: url('../images/layout/header-right.gif') no-repeat top right;
    float: right;
}

#header h1 a {
    background: url('../images/layout/logo.gif') no-repeat top right;
    display: block;
    height: 65px;
    margin-right: 19px;
    width: 274px;
}

#header h1 a span {
    display: none;
}

#header p {
    clear: both;
    color: #fff;
    font-size: 0.75em;
    margin: 0;
    padding: 1px 19px;
    text-align: right;
}

#header p span {
    font-weight: bold;
}


#navTop {
    clear: both;
    background: #5b595a url('../images/layout/nav-bg.gif') repeat-x top;
    border: 1px solid #5b595a;
    border-width: 1px 0;
    float: left;
    font-size: 0.8em;
    width: 100%;
}

#navTop ul {
    list-style-type: none;
    padding: 0;
    margin: 0 30px;
    height: 2em;
}

#navTop li {
    background: transparent url('../images/layout/nav-separate.gif') no-repeat left;
    float: left;
    padding-left: 1px;
    position: relative;
}

#navTop li a {
    display: block;
    padding: 0 10px;
    line-height: 1.9em;
}

#navTop li a.last {
    background: transparent url('../images/layout/nav-separate.gif') no-repeat right;
}

#navTop li a:link {
    color: #fff;
    text-decoration: none;
}

#navTop li a:visited {
    color: #eee;
    text-decoration: none;
}

#navTop li a:hover, #navTop li a:active {
    color: #fff;
    text-decoration: none;
}

#navTop ul ul {
    background: #5b595a;
    border: 1px solid #6b6a6b;
    border-width: 0 1px 1px 1px;
    display: none;
    position: absolute;
    width: 16em;
    left: -1px;
    top: 1.7em;
    margin: 0;
    height: auto;
}

#navTop ul li li {
    position: relative;
    background: inherit;
    background-image: none;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    height: auto;
}

#navTop ul ul a {
    background: inherit;
    display: block;
    line-height: 2.2em;
    margin: 0;
    width: 98%;
    padding: 0 1%;
}

#navTop ul ul a:hover {
    background: #ffac35;
    color: #555;
}

#navTop ul li:hover ul, #navTop ul li.sfhover ul {
    display: block;
}

#navTop ul ul ul {
    position: absolute;
    left: 15.5em;
    top: 0;
}

#navTop ul li:hover ul ul {
    display: none;
}

#navTop ul ul li:hover ul {
    display: block;
}



#content {
    background: #fff url('../images/layout/content-top-bg.gif') repeat-x top;
    clear: both;
    min-height: 320px;
    padding: 15px;
}

#resultsFrame{
    border: 1px solid #1B72CF;
    border-right: 2px solid #1B72CF;
    width: 100%;
    height: 200px;
}

#iFrame{
    background: #fff;
    padding: 15px;
}

*html #content{
    height: 320px;
}

#content .btn, #iFrame .btn{
    width: auto;
    background: #5b595a url('../images/layout/nav-bg.gif') repeat-x top;
    color: #fff;
    padding: 2px;
    border: 1px solid #5b595a;
    cursor: pointer;
}

#content .error, #iFrame .error{
    font-size: 10pt;
    color: red;
    font-weight: bold;
}

#content .removed{
    background: #ccc;
}
#content .clear, #iFrame .clear{
    clear: both;
}

#content .left{
    float: left;
    width: 45%;
}


#content .right{
    float: right;
    width: 45%;
}

#content #notice{
    padding: 5px;
    background: #e2eefb;
    border: 1px solid #1B72CF;
}

*html #iFrame .results{
    width: 90%;
    margin: 0 auto;
}
#iFrame .results{
    width: 100%;
    margin: 0 auto;
}

#content li {
    font-size: 0.8em;
}

#content li li {
    font-size: 1em;
}

.shopperTable, .categoryTable , .attributeTable, .attachmentTable, .shopperOrderTable{
    width: 100%;
    padding: 0;
    clear: both;
}

.shopperTable td, .attributeTable td{
    vertical-align: top;
    padding: 5px;
}

.attributeTable td, .attachmentTable td, .relatedProductTable td{
    background: #e2eefb;
}

.shopperOrderTable td{
    vertical-align: top;
    padding: 5px;
}
.attachmentTable td{
    border-bottom: 1px solid #1B72CF;
}

.shopperTable th, .categoryTable th, .attributeTable th, .attachmentTable th, .shopperOrderTable th{
    padding: 5px;
    width: 150px;
}

.shopperOrderTable{
    margin-bottom: 20px;
}

.shopperOrderTable td{
    border: 0;
}




.shopperOrderTable tfoot{
    background: #fff;
}

.attributeTable tfoot {
    text-align: left;
    background: #e2eefb;
}

.categoryTable td{
    border-bottom: 1px solid #1B72CF;
    vertical-align: top;
    padding: 2px 5px;
}

#breadcrumb{
    background: #ffbb59;
    color: #555;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #1B72CF;
}

.shopperTable input, .shopperTable textarea{
    width: 200px;
}


.attributeTable input, .attributeTable textarea, .attributeTable select{
    width: 300px;
}

.productsRelatedContent{
    width: 45%;
}



#footer {
    border-top: 1px solid #46883b;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
}

#footer p {
    margin: 0;
}


.aRight{
    text-align: right;
}

.aLeft{
    text-align: left;
}


.fRight{
    float: right;
}

.fLeft{
    float: left;
}

.productMaintainBlock{
    width: 100%;
    clear: both;
    margin: 0;
    background: #e2eefb;
}

.productMaintainBlock td{
    vertical-align: top;
    padding: 5px;
}


.productMaintainBlock input, .productMaintainBlock textarea, .productMaintainBlock select, .productMaintainBlock button{
    width: 100%;
}
.productMaintainBlock label{
    width: auto;
    margin: 3px 0;
}


#toolbox {
    position: fixed;
    border-top: 10px solid #ffbb59;
    border-bottom: 10px solid #ffbb59;
    background: #e2eefb;
    width: 100%;
    left: 0px;
    bottom: 0px;
    text-align: left;
    color: #aaa;
    font-size: 10pt;
    z-index: 10000;
    
}

*html #toolbox{
    margin-top: 40px;
    left: auto;
    bottom: auto;
    position: relative;
    clear: both;
}


#importErrorContainer #errorContent{
    overflow : auto;     
    width: 100%;
    height: 300px;
}

#importErrorContainer #errorContent table{
    width: 98%;
    text-align: left;
    margin: 0;
}

#importErrorContainer #errorContent table td{
    border: 1px solid #1B72CF;
    border-collapse: collapse;
    vertical-align: top;
}

/**** Upload Progress *****/

.uploadStatus {
    width: 250px;
    display: none;
}

.uploadStatus .uploadProgressBar {
    height: 14px;
    border: 1px solid #bbb;
    text-align: center;
    display: inline;
    float: left;
    clear: both;
    
}

.uploadStatus .uploadProgressBar .uploadIndicator {
    height: 10px;
    position: relative;
    margin: 1px;
    padding: 1px;
    background: #9DC0F4;
    width: 0;
    float: left;
}

.uploadStatus .uploadPercentage {
    width: 40px;
    display: inline;
    float: right;
}

#importAttributeContainer{
    margin: 10px 0 20px 0; 
}
