* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
    background-image: url(/skin/images/gradient.jpg);
    background-position: center top;
    background-repeat: repeat-y;
}

table {
    border-collapse: collapse; 
    border-spacing: 0px;
}

td, p, li {
    font-family: Arial, sans-serif;
    font-size: 9pt;
}
a {
    color: #6865FC;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#page {
    width: 978px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    position: relative;
}

#logo {
    height: 172px;
    background-image: url(/skin/images/logo2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
#topMenu {
    float: right;
    padding: 17px 22px 0;
    text-align: right;
}
#topMenu li {
    display: block;
    list-style-type: none;
    padding-top: 5px;
    font-family: Verdana, sans-serif;
    font-size: 12pt;
    color: #FF7F00;
    text-decoration: none;
}
#topMenu a {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    color: #FF7F00;
    text-decoration: none;
}
#topMenu a:hover {
    text-decoration: underline;
}
#content {
    padding: 0 8px;
    background-color: #C3C4F9;
    border-left: 2px solid #000a34;
    border-right: 2px solid #000a34;
}
#capTop {
    position: relative;
    height: 8px;
    background-color: #C3C4F9;
    border-top: 2px solid #000a34;
}
#capBottom {
    position: relative;
    height: 8px;
    background-color: #C3C4F9;
    border-bottom: 2px solid #000a34;
}
#contentRightTop {
    position: absolute;
    right: 0px;
    top: -2px;
    width: 10px;
    height: 10px;
    background-image: url(/skin/images/right_top.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
#contentLeftTop {
    position: absolute;
    left: 0px;
    top: -2px;
    width: 10px;
    height: 10px;
    background-image: url(/skin/images/left_top.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
#contentRightBottom {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    background-image: url(/skin/images/right_bottom.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
#contentLeftBottom {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    background-image: url(/skin/images/left_bottom.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

#leftPanel {
    float: left;
    width: 203px;
}
#leftPanel ul {
    list-style-type: none;
    padding:  1px 10px 2px;
}
#leftPanel li.button {
    width: 181px;
    height: 37px;
}
#leftPanel a.button {
    display: block;
    width:181px;
    height:37px;
    background:url(/skin/images/back.png) no-repeat left top;
    padding:0;
    margin:0;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #65D8FE;
    text-decoration: none;
    text-align: center;
    line-height:37px;
    cursor:pointer;
}
#leftPanel a:hover {background-position:left -37px;}
#leftPanel .href {
    display: block;
    width:181px;
    height:37px;
    background:url(/skin/images/back.png) no-repeat left -37px;
    padding:0;
    margin:0;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FF7F00;
    text-decoration: none;
    text-align: center;
    line-height:37px;
}
#categories {
    margin: 0 4px 1px;
}
#categories ul {
    padding: 0;
    margin: 0;
}
#categories li{
    border-bottom: 1px dotted #dde;
}
#categories a{
    display: block;
    padding: 2px 4px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #6865FC;
    text-decoration: none;
}
#categories a:hover{
    color: #fff;
    background-color: #5E5EA9;
    text-decoration: none;
}
#categories #active {
    color: #FF7F00;
    background-color: #5E5EA9;
    padding: 2px 4px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.spaced {
    margin-right: 8px;
}
.item {
    width: 233px;
    float: left;
    position: relative;
    margin-top: 8px;
}
.item .boxcontent {
    height: 140px;
}
.item img{
    float: left;
    width: 62px;
    margin: 0 4px;
    border: 0;
}
.item h2 {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #6865FC;
}
.item p {
    padding: 5px 5px;
    font-family: Arial, sans-serif;
    font-size: 8pt;
}
.item a {
    cursor:pointer;
    font-weight: normal;
    color: #191F2F;
    text-decoration: none;
}

#centerPanel {
    margin-left: 212px;
}
#rightInfo {
    width: 588px;
    float: left;
}
#rightInfo .boxcontent {
    min-height: 287px;
    height:auto !important;
    height:287px;
    padding: 6px 10px;
    font-size: 9pt;
}
#rightPanel {
    float: right;
    width: 150px;
}
#loginPanel {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;    
}
#loginPanel input {
    width: 70px;
    height: 17px;
    border: 1px solid #6865FC;
    color: #6865FC;
}
#frame {
    border: 1px solid #6865FC;
    margin: 0 4px;
    padding-top: 2px;
    padding-bottom: 4px;
    text-align: right;
    position: relative;
    width: 138px;
    height: 74px;
}
#frame div {
    margin: 2px;
}
#frame a {
    display: block;
    padding-top: 2px;
    margin-right: 14px;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #6865FC;
    text-decoration: none;
}
#frame a:hover {
    text-decoration: underline;
}
a#buttn {
    display: block;
    width: 0px;
    height: 0px;
    font-size: 0pt;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 10px solid #6865FC;
    float: right;
    cursor: pointer;
    color: white;
    margin: 2px;
    padding: 0;
}
#arr_right {
    border: 1px solid #6865FC;
    display: block;
    float: right;
}
#arr_right b{
    display: block;
    width: 0px;
    height: 0px;
    font-size: 0pt;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #6865FC;
    color: white;
    margin: 1px;
    padding: 0;
    cursor: pointer;
}
#arr_left {
    border: 1px solid #6865FC;
    display: block;
    float: right;
}
#arr_left b{
    display: block;
    width: 0px;
    height: 0px;
    font-size: 0pt;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #6865FC;
    color: white;
    margin: 1px;
    padding: 0;
    cursor: pointer;
}
#arr_up {
    border: 1px solid #6865FC;
    display: block;
    float: right;
    margin: 0 10px;
    height: 21px;
    padding-top:1px;
}
#arr_up b{
    display: block;
    width: 0px;
    height: 0px;
    font-size: 0pt;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #6865FC;
    border-right: 10px solid transparent;
    color: white;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}
p#arr_right {

}
p#arr_right b{
    border-left: 10px solid #eef;
    cursor: default;
}
p#arr_left {

}
p#arr_left b{
    border-right: 10px solid #eef;
    cursor: default;
}

#clockPanel {
    margin-bottom: 8px;
}
#news {
    margin-top: 8px;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;    
}
#news .title {
    position: relative;
    background-color: #6865FC;
    border: 1px solid #6865FC;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 138px;
}
#news a {
    display: block;
    margin: 4px 4px 0;
    text-decoration: none;
    color: #000;
}
#news a:hover {
    text-decoration: underline;
}
.date {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #6865FC;
}

.newsInList {
    padding: 2px 4px;
}
.newsInList a{
    font-family: Arial, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}
.newsInList a:hover{
    text-decoration: underline;
}

#article {
    padding: 4px;
}
#article #body {
    margin-top: 8px;
}
h1 {
    font-family: Arial, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #6865FC;
}
.registerForm {
  width: 100%;
}
.registerForm textarea,.registerForm input.wide {
  width: 300px;
}
#regWarning {
  padding: 8px;
  margin-bottom: 4px;
  background-color: #ccd;
}
#regFormContainer td.input{
  padding: 8px 0;
  border-right: 1px solid #ccd;
  border-top: 1px solid #ccd;
  border-bottom: 1px solid #ccd;
}
#regFormContainer .star {
    font-size: 9pt;
    font-weight: normal;
    color: #FF7F00;
    padding-bottom: 2px;
    padding-right: 4px;
}
#regFormContainer td.star {
    width: 10px;
    border-top: 1px solid #ccd;
    border-bottom: 1px solid #ccd;
}
#regFormContainer td.label {
    width: 230px;
    padding: 2px 0 2px 4px;
    font-size: 9pt;
    font-weight: normal;
    border-top: 1px solid #ccd;
    border-bottom: 1px solid #ccd;
    border-left: 1px solid #ccd;
}
#regFormContainer label {
    font-size: 9pt;
    font-weight: bold;
}
ul.errors {
    margin-left: 16px;
    padding: 4px 0;
    list-style-type: circle;
    color: red;
}
tr.error input{
    border: 1px solid red;
}
span.error {
    color: red;
}
#rightInfo #index {
    padding: 6px 10px;
}
#index p {
    margin-bottom: 10px;
}
#rightInfo #lockers {
    padding: 6px 10px;
}
#lockers h3 {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #6865FC;
}
#lockers p {
    margin: 10px 0;
}
#lockers ul {
    padding-left: 14px;
    list-style-type: disc;
}
#lockers li {
    margin-top: 4px;
}
#lockers .itemBox {
    position:relative;
    border-top: 1px solid #6865FC;
    border-left: 1px solid #6865FC;
    border-bottom: 2px solid #6865FC;
    border-right: 2px solid #6865FC;
    margin-bottom:10px;
    padding-right: 10px;
    color:#334;
    text-decoration: none;
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
    text-align: justify;
    cursor:pointer;
}
.fullsized {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
}
#lockers .itemBox:hover {
    background-color: #F5FAFF;
    border-top: 2px solid #000043;
    border-left: 2px solid #000043;
    border-bottom: 1px solid #000043;
    border-right: 1px solid #000043;
}
#lockers .itemBox:hover h2{
    color: #191F2F;
}
#lockers .itemBox h2 {
    margin: 8px 0 8px;
}
#lockers .itemBox h2 a{
    font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #6865FC;
    text-decoration:none;
}
#lockers .itemBox p a {
    color:#334;
    text-decoration: none;
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
    text-align: justify;
}
#lockers .itemBox p a:visited {
    color:#334;
}
#lockers .itemBox img {
    border:0;
    float:left;
    height: 150px;
    margin-right: 10px;
}
#rightInfo #lockersItem {
    padding: 6px 10px;
}
#lockersItem h2 {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #6865FC;
    padding-bottom:10px;
}
#rightInfo #spares {
    padding: 6px 10px;
}
#spares table {
    width: 100%;
}
#spares td {
    border: 1px solid #6865FC;
    padding: 2px 4px;
}
#spares #header {
    background-color: #00BFFE;
    color: #fff;
    font-weight:bold;
}
#spares .light {
    background-color: #fff;
}
#spares .middle {
    background-color: #eef;
}
#spares a {
    color: #000;
    text-decoration: none;
}
#spares a:hover {
    text-decoration: underline;
}
#rightInfo #metallwork {
    padding: 6px 10px;
}
#metallwork h1 {
    margin-bottom: 10px;
}
#metallwork .block {
    margin: 10px 0;
}
#rightInfo #forging {
    padding: 6px 10px;
}
#forging .itemBox {
    border: 1px solid #6865FC;
    width: 130px;
    height:210px;
    text-align: center;
    float: left;
    margin-bottom: 10px;
}
#forging h2 {
    font-size: 9pt;
    font-weight: normal;
    margin-bottom: 10px;
}
#forging img {
    border: 0;
    margin: 10px auto;
    cursor: pointer;
}
#forging a {
    display: block;
    margin: 0 auto;
}
#links a {
    display: inline;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #6865FC;
    text-decoration: none;
}
#links a:hover {
    text-decoration: underline;
}
#calendar td {
    border: 1px solid #6865FC;
    padding: 5px;
}
#calendar b {
    color: #6865FC;
}
#calendar a {
    color: #6865FC;
    text-decoration: none;
}
#calendar a:hover {
    text-decoration: underline;
}
#order #table td {
    border: 1px solid #6865FC;
    padding: 2px 4px;
}
#order #header {
    background-color: #00BFFE;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#order #table input {
    border: 0;
}
#order a {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #6865FC;
    text-decoration: none;  
}
#order a:hover {
    text-decoration: underline; 
}
#order #table a {
    font-family: Arial, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    color: #6865FC;
    text-decoration: none;  
}
#order #table a:hover {
    text-decoration: underline; 
}
#reginfo {
    width: 100%;
    margin-top:20px;
}
#reginfo tr {
    border: 1px solid #6865FC;
}
#reginfo td {
    padding: 2px 5px;
}
#reginfo input{
    width: 400px;
}
.triangle {
    float: left;
    width:0;
    height:0;
    font-size: 0pt;
    border-left:6px solid #6865FC;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
}
.error {
    color:red;
    font-weight:bold;
}
/* -------- Preview Image -------- */
#tplPreview {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  border:1px solid #444444;
  font-size: 11px;
  color: #4B4B4B;
  padding: 12px 15px 15px 15px;
}
#tplPreviewTitle {
  font-size: 16px;
}
#tplPreviewBody {
  position: relative;
}
#tplPreviewImage {
  margin: 8px auto 0 auto;
}
#tplPreviewProgressBar {
  position: absolute;
  width: 125px;
  padding: 10px 10px 15px 10px;
  top: 45%;
  left: 50%;
  margin-left: -67px;
  border: 1px solid #6A6A6A;
  background-color: #ffffff;
  color: #000000;
  font-family: Arial,sans;
  font-size: 10px;
  text-align:left;
}
 .rightcoltempl {
 width:236px; margin-left: 5px;
 }
 .hidden {
    display:none;
 }
.faq_item_title {
    margin:22px 0;
}
.line-also {
    border-top: 1px solid #D9D9D9;
    width: 470px;
    padding: 0 15px 5px 15px;

}
/* Curved corners */

.bordered .b1, .bordered .b2, .bordered .b3, .bordered .b4 {display:block; overflow:hidden; font-size:1px;}
.bordered .b1, .bordered .b2, .bordered .b3 {height:1px;}
.bordered .b2 {background:white; border-left:1px solid #000043;; border-right:1px solid #000043;;}
.bordered .b3 {background:white; border-left:1px solid #000043;; border-right:1px solid #000043;;}
.bordered .b4 {background:white; border-left:1px solid #000043;; border-right:1px solid #000043;;}

.bordered .b1 {margin:0 5px; background:#000043;;}
.bordered .b2 {margin:0 3px; border-width:0 2px;}
.bordered .b3 {margin:0 2px;}
.bordered .b4 {height:2px; margin:0 1px;}

.bordered .boxcontent {display:block; background:white; border-left:1px solid #000043; border-right:1px solid #000043;}

.bb1, .bb2, .bb3, .bb4 {display:block; overflow:hidden; font-size:1px; width: 1px; height: 1px; background:white;}
.bb1 {position: absolute;top:-1px;left:-1px;}
.bb2 {position: absolute;top:-1px;right:-1px;}
.bb3 {position: absolute;bottom:-1px;left:-1px;}
.bb4 {position: absolute;bottom:-1px;right:-1px;}
 
