﻿/* ------------------------------------------------------------------------- Text styles */
body, td, th, div, select, textarea, input, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Trebuchet MS;
}
body {
    color: #777;
    font-size: 81.3%;
}
strong {
    font-weight: bold;
}
strong em {
    font-weight: bold;
    font-style: italic;
}
p {
    padding-bottom: 1em;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.screen-reader {
    text-indent: -999em;
    overflow: hidden;
    display: block;
}
.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}
.txt-normal {
    text-decoration: none !important;
    color: #333 !important;
    font-weight: normal !important;
}
.txt-small {
    font-size: 0.8em;
}
.txt-small-indent {
    text-indent: 1em;
    font-size: 0.9em;
}
.txt-medium {
    font-size: 0.923em;
    line-height: 1.2em;
}
.txt-large {
    font-size: 1.2em;
}
.txt-extra-large {
    font-size: 1.5em;
}
.txt-red {
    color: Red;
}
.txt-grey {
    color: #333;
}
.txt-alert {
    color: Red;
    padding: 5px;
    display: block;
}
.txt-price {
    color: #B3975A;
    font-weight: normal;
    font-size: 18px;
}
.txt-stock-in {
    color: #1C760A;
    font-size: 0.769em;
    text-transform: uppercase;
}

.txt-stock-out {
    color: red;
    font-size: 0.769em;
    text-transform: uppercase;
    padding-top:10px;
}
/* ------------------------------------------------------------------------- Headings */
h1, h2, h3, h4 {
    margin: 0 0 10px 0;
    color: #6A737B;
    font-weight: bold;
}
h1 {
    font-size: 1.231em;
    line-height: 1.3em;
}
h2 {
    font-size: 0.923em;
    display: block;
    margin: 10px 0 5px 0;
}
.h2-style {
    margin: 10px 0 10px 0;
    font-size: 0.923em;
    color: #6A737B;
    font-weight: bold;
}
h3 {
    font-size: 1em;
}
h4 {
    font-size: 1em;
    color:#B3965A;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 1em;
}
/* ------------------------------------------------------------------------- Borders */
.hr {
    height: 15px;
    margin-top: 15px;
    border-top: 1px solid #DCD8D9;
}
.border-top {
    border-top: 1px solid #DCD8D9;
    margin-top: 15px;
}
.border-vertical {
    border-top: 1px solid #DCD8D9;
    border-bottom: 1px solid #DCD8D9;
}
.pipe-divider {
    background: url(/images/bg/pipe-divider.gif) no-repeat right center;
    padding-right: 5px;
    margin-right: 5px;
}
/* ------------------------------------------------------------------------- Image styles */
img {
    border: none;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
/* ------------------------------------------------------------------------- Box styles - basic*/
.border-grey {
    border: 1px solid #CCC;
}
.border-alert {
    border: 1px solid red;
}
/* ------------------------------------------------------------------------- Anchor Styles - basic */
a {
    outline: none;
    text-decoration: underline;
    color: #b3975a;
    background: transparent;
}
a:hover {
    text-decoration: underline;
}
a.css-btn {
    background-repeat: no-repeat;
    background-position: left top;
    height: 29px;
    line-height: 28px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    color: #FFF;
    text-align: center;
}
a.css-btn:hover {
    background-position: right top;
}
/* ------------------------------------------------------------------------- List styles - basic*/
ul {
    margin: 10px 0;
    padding-left: 10px;
}
li {
    margin-left: 20px;
    list-style-type: disc;
}
ol {
    margin: 10px 0;
    padding-left: 20px;
}
ol li {
    margin-left: 20px;
    list-style-type: decimal;
}
li.last {
    background: none;
    padding-right: 0;
    margin-right: 0;
}
/* ------------------------------------------------------------------------- List styles - Inline list (floated)*/
ul.list-inline-float {
    margin: 0;
    padding: 0;
    float: left;
}
ul.list-inline-float li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
}
/* ------------------------------------------------------------------------- List styles - Inline list (display:inline)*/
ul.list-inline {
    margin: 0;
    padding: 0;
    display: inline;
}
ul.list-inline li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0 10px 0 0;
}
/* ------------------------------------------------------------------------- List styles - Plain list*/
ul.list-plain {
    margin: 0;
    padding: 0;
}
ul.list-plain li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}
/* ------------------------------------------------------------------------- List styles - Pipe dividers */
ul.divider li, li.divider {
    background: url(/images/bg/pipe-divider.gif) no-repeat right center;
    padding-right: 8px !important;
    margin-right: 7px !important;
}
/* ------------------------------------------------------------------------- Icon styles */
.icon-arrow-left {
    background: url(/images/icons/arrow-left.gif) no-repeat left center;
    padding-left: 20px;
}
.icon-arrow-right {
    background: url(/images/icons/arrow-right.gif) no-repeat right center;
    padding-right: 20px;
}
.email {
    background: url(/images/icons/email.jpg) no-repeat scroll left center transparent;
    float: left;
    height: 26px;
    margin-right: 19px;
    width: 143px;  
}
.icon-magnify {
    background: url(/images/icons/magnify.gif) no-repeat left top;
    padding-left: 25px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    font-size: 0.846em;
}
.icon-ruler {
   
    padding-bottom: 7px;
    float: left;
    display: block;
    font-size: 0.769em;
    text-decoration: none;
}
.icon-ruler:hover {
    text-decoration: none;
}
/* ------------------------------------------------------------------------- Box styles */
.box-shaded {
    border: 1px solid #F1ECEC;
    background: #F9F7F7 url(/images/box-styles/box-shaded-slice.jpg) repeat-x;
}
.box-grey {
    background: #FCFCFC;
    padding: 5px;
}
/* ------------------------------------------------------------------------- Box styles - white curved corner*/
.box-white{
    background:#FFF;
    width:421px;
}
.box-white .content{
    background: url(/images/box-styles/white-curved/top.jpg) no-repeat;
    padding:20px;
}
.box-white .bottom{
    background: url(/images/box-styles/white-curved/bottom.jpg) no-repeat;
    height:8px;
    font-size:0;
}
/* ------------------------------------------------------------------------- Box styles - white curved corner*/
.box-white-square{
    background:#FFF;
    padding:15px;
}
/* ------------------------------------------------------------------------- tables */
th {
    font-weight: bold;
    text-align: left;
    color: #B39758;
}
.table {
    width: 100%;
}
.table th, .table td {
    padding: 10px 5px;
    vertical-align: middle;
}
/* ------------------------------------------------------------------------- Cursors */
.cursor {
    cursor: pointer;
}
/* ------------------------------------------------------------------------- Positional / display styles */
.c {
    clear: both;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}
.clear-both {
    clear: both;
}
.float-container {
    overflow: auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.inline {
    display: inline;
}
.block {
    display: block;
}
.no-wrap {
    white-space: nowrap;
}
.show {
    display: inherit;
}
.hide {
    display: none;
}
/* ------------------------------------------------------------------------- Padding styles */
.no-pad {
    padding: 0;
}
.pad-2 {
    padding: 2px;
}
.pad-5 {
    padding: 5px;
}
.pad-10 {
    padding: 10px;
}
.pad-15 {
    padding: 15px;
}
.pad-20 {
    padding: 20px;
}
.pad-25 {
    padding: 20px;
}
.pad-v-5 {
    padding: 5px 0;
}
.pad-v-10 {
    padding: 10px 0;
}
.pad-v-15 {
    padding: 15px 0;
}
.pad-v-20 {
    padding: 20px 0;
}
.pad-t-5 {
    padding-top: 5px;
}
.pad-t-10 {
    padding-top: 10px;
}
.pad-t-15 {
    padding-top: 15px;
}
.pad-t-20 {
    padding-top: 20px;
}
.pad-b-5 {
    padding-bottom: 5px;
}
.pad-b-10 {
    padding-bottom: 10px;
}
.pad-b-15 {
    padding-bottom: 15px;
}
.pad-b-20 {
    padding-bottom: 20px;
}
.pad-l-10 {
    padding-left: 10px;
}
.pad-r-10 {
    padding-right: 10px;
}
/* ------------------------------------------------------------------------- Margin styles */
.no-margin {
    margin: 0;
}
.margin-5 {
    margin: 5px;
}
.margin-10 {
    margin: 10px;
}
.margin-15 {
    margin: 15px;
}
.margin-20 {
    margin: 20px;
}
.margin-l-5 {
    margin-left: 5px;
}
.margin-l-10 {
    margin-left: 10px;
}
.margin-r-5 {
    margin-right: 5px;
}
.margin-r-10 {
    margin-right: 10px;
}
.margin-b-5 {
    margin-bottom: 5px;
}
.margin-b-10 {
    margin-bottom: 10px;
}
.margin-b-15 {
    margin-bottom: 15px;
}
.margin-b-30 {
    margin-bottom: 30px;
}
.margin-t-5 {
    margin-top: 5px;
}
.margin-t-10 {
    margin-top: 10px;
}
.margin-t-15 {
    margin-top: 15px;
}
.margin-t-20 {
    margin-top: 20px;
}
.margin-t-25 {
    margin-top: 25px;
}
.margin-v-10 {
    margin: 10px 0;
}
/* ------------------------------------------------------------------------- Forms */
.frm-row{
    margin:7px 0;
}
.frm-row label{
    display:block;
    padding: 0 0 1px 0;
}
.table-form td{
    padding:0 4px 6px 0;
}
.table-form label{
    font-size:0.9em;
}
.errorSummary {
    color: #fff;
    margin: 10px 0;   
}
.errorSummary h4 {
    font-size: 1em;
    padding:3px;
    margin:0;
    color: #cc0000;
    font-weight: bold;
    font-style:normal;   
}
.errorSummary ul {
    padding: 0 0 0 20px;
    margin:0;
    color: #cc0000;
    list-style-type: none;
}
.errorSummary ul li {
    margin:0;
    padding:5px 0;    
}

