﻿@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Roboto');


@font-face {
    font-family: Arial;    
    src: url('fonts/Montserrat-Regular.otf');
}

@font-face {
    font-family: 'AG LightCd';
    src: url('fonts/Montserrat-Light.otf');
}


@font-face {
    font-family: 'DINProCond';
    src: url('fonts/DINPro-Cond.otf');
    src: url('fonts/DINPro-Cond.otf') format('truetype');
}

@font-face {
    font-family: 'DINProCondBold';
    src: url('fonts/DINPro-CondBold.otf');
    src: url('fonts/DINPro-CondBold.otf') format('truetype');
}

@font-face {
    font-family: 'DINProCondLight';
    src: url('fonts/DINPro-CondLight.otf');
    src: url('fonts/DINPro-CondLight.otf') format('truetype');
}


.group-logos {
	margin: 0 auto;
	display: block;
}

.main-table {
  max-width: 800px;
}

.add-box {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ececec;
}

.oj-ko {
  background-color: #0067a5 !important;
  color: #ffffff;
  text-align: center;
}
.black-ko {
  background-color: #000000 !important;
  color: #ffffff;
  text-align: center;
}
.tbl-link {
  color: #000000;
}

.tbl-linkNew2 {
    color: #ffffff;
}

.main-table td {
  background-color: #ececec;
  padding: 20px;
  border-collapse: collapse;
  border: 2px solid #ffffff;
}

.cu-title {
  color: #000000 !important;
  font-size: 32px;
  font-family: Arial;
  letter-spacing: 0px;
}

.roboto {
	font-family: Arial;
	padding: 4px;
}

.pad-right {
	padding-right: 10px;
}

.ui-btn {
    font-family: 'AG LightCd';
    display: inline-block;
    margin: 20px auto;
    padding: 20px 20px;
    font-size: 13px;
    background-color: #0067a5;
    color: #ffffff;
    border-style: solid;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    min-width : 309px;
}

    .ui-btn:hover {
        color: #ffffff !important;
    }

.ui-wrap {
	padding: 40px 0px;
}

.ui-title {
	font-family: Arial;
	letter-spacing: 0.5px;
	font-size: 38px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.container, .container-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}


body {
	    margin-left: 0px;
	    margin-top: 0px;
	    margin-right: 0px;
	    margin-bottom: 0px;
    }
	
.item
{
    float: left;
	background-color: #ffffff;
    color: #1565a5;
	border-color: #005da1;
	border-width: 2px;
	border-style: solid;
    cursor: pointer;
    font-size:18px;
    padding-top: 5px;
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
 
.item:hover
{
    color: #ffffff;
    background-color: #005da1;
}

.item.selected
{
    color: #000000;
    background-color:#A1C401;
    background-image: -moz-linear-gradient(#A1C401, #577D00);
    background-image: -webkit-linear-gradient(#A1C401, #577D00);
    background-image: -o-linear-gradient(#A1C401, #577D00);
}

.box_left
{
    float: left;
	background-color: #005da1;
    color: #ffffff;
	border-color: #005da1;
	border-width: 2px;
	border-style: solid;
	height: 409px;
	width: 210px;
    padding-top: 5px;
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.box_left_excel
{
    float: left;
	background-color: #005da1;
    color: #ffffff;
	border-color: #005da1;
	border-width: 2px;
	border-style: solid;
	height: 210px;
	width: 210px;
    padding-top: 5px;
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.box_tab
{
    float: left;
	background-color: #d8d9db;
    color: #015ca2;
	border-color: #d8d9db;
	border-width: 2px;
	border-style: solid;
	height: 21px;
    padding-top: 5px;
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.box_Banner
{
    float: left;
	background-color: #ffffff;
    color: #ffffff;
	border-color: #045ca3;
	border-width: 2px;
	border-style: solid;
	height: 480px;
	width: 213px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.box_Export
{
	background-color: #d8d9db;
    color: #015ca2;
	border-color: #d8d9db;
	border-width: 2px;
	border-style: solid;
	height: 23px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.box_Export:hover
{
	border-color: #d8d9db;
    color: #ffffff;
    background-color: #d8d9db;
	cursor: pointer;
}

.box_tabsel
{ 
	border-color: #015ca2;
	color: #ffffff;
    background-color: #015ca2; 
}

.box_tab:hover
{
	border-color: #015ca2;
    color: #ffffff;
    background-color: #015ca2;
}

#itemdescEll {
    white-space: nowrap; 
    width: 271px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

#itemdescEll1 {
    white-space: nowrap; 
    width: 247px; 
    overflow: hidden;
	font-family: Arial;
    text-overflow: ellipsis; 
    font-size: 18px !important;
}

/* price */
#myinnercontainer1 > span:first-child {
	font-family: Arial !important;
	font-size: 25px !important;
	display: block;
}

/* product title */
.listing_itemnum > div > span:first-child {
	font-family: Arial !important;
	font-size: 18px !important;
}

#Access_Main > a > div > span {
	font-size: 25px !important;
}
        
.box_List
{
    float: left;
	background-color: #015ca2;
    color: #ffffff;
	border-color: #015ca2;
	border-width: 2px;
	border-style: solid;
	height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.box_Title
{
    float: left;
	background-color: #015ca2;
    color: #ffffff;
	border-color: #015ca2;
	border-width: 2px;
	border-style: solid;
	height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}
	
a.linkQuest:link {
	font-family: Conv_Gothic;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #1079c1;
	text-decoration: none;
	letter-spacing: 1px;
     }
	 
a.linkQuest:visited {
	font-family: Conv_Gothic;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #1079c1;
	text-decoration: none;
	letter-spacing: 1px;
     }

a.linkQuest:hover {
	font-family: Conv_Gothic;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #d9a000;
	text-decoration: none;
	letter-spacing: 1px;
     }

a.linkQuest:active {
	font-family: Conv_Gothic;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #1079c1;
	text-decoration: none;
	letter-spacing: 1px;
}
	
.Employee_head {
  font-family: Conv_Gothic;
  font-size: 13px;
  font-weight: normal;
  color: #1097ff;
  letter-spacing: -0.2px;
}

.Employee_cont {
  font-family: Conv_Gothic;
  font-size: 13px;
}

.Employee_cont1 {
  font-family: Conv_Gothic;
  font-size: 13px;
  color: #000000;
}

.Employee_left {
  font-family: Conv_Gothic;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
}

a.Export:link {
    font-size: 13px;
	color: #045ca3;
	font-family: Conv_Gothic;
	font-style: normal;
	line-height: 14px;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
     }

a.Export:visited {
    font-size: 13px;
    color: #045ca3;
    font-family: Conv_Gothic;
    font-style: normal;
    line-height: 14px;
    font-weight: none;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    height: auto;
}

a.Export:hover {
    font-size: 13px;
	font-family: Conv_Gothic;
	color: #045ca3;
	font-style: normal;
	line-height: 14px;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
     }

a.Export:active {
	font-size: 13px;
	color: #045ca3;
	font-family: Conv_Gothic;
	font-style: normal;
	line-height: 14px;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
}

a.Employee_lnk:link {
    font-size: 13px;
	color: #045ca3;
	font-family: Conv_Gothic;
	font-style: normal;
	line-height: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
     }

a.Employee_lnk:visited {
    font-size: 13px;
	color: #045ca3;
	font-family: Conv_Gothic;
	font-style: normal;
	line-height: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
     }

a.Employee_lnk:hover {
    font-size: 13px;
	font-family: Conv_Gothic;
	color: #67b7f7;
	font-style: normal;
	line-height: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
     }

a.Employee_lnk:active {
	font-size: 13px;
	color: #045ca3;
	font-family: Conv_Gothic;
	font-style: normal;
	line-height: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
}

a.Excel_lnk:link {
    font-size: 13px;
	color: #ffffff;
	font-family: Conv_Gothic;
	font-style: normal;
	line-height: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
     }

a.Excel_lnk:visited {
    font-size: 13px;
	color: #ffffff;
	font-family: Conv_Gothic;
	font-style: normal;
	line-height: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
     }

a.Excel_lnk:hover {
    font-size: 13px;
	font-family: Conv_Gothic;
	color: #ffffff;
	font-style: normal;
	line-height: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
     }

a.Excel_lnk:active {
	font-size: 13px;
	color: #ffffff;
	font-family: Conv_Gothic;
	font-style: normal;
	line-height: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
}

.header2
{
	font-weight: bold;
	font-size: 17px;
	font-family: Arial;
	color: #0f8bdc;
 }	
 
 .title_main
{
	font-family: Conv_Gothic;
	font-size: 27px;
	color: #000000;
	font-weight: bold;
 }	
 
 .title_form
{
	font-family: Conv_Gothic;
	font-size: 13px;
	color: #ffffff;
 }	
 
 .Login_Title
{
	font-family: Arial;
	font-size: 15px;
	color: #ffffff;
 }

#login_area {
    background-color: transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
}

a.login_link:link {
    font-family: Arial;
    font-size: 13px;
    font-style: none;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: normal;
    color: #ffffff;
    vertical-align: middle;
  
    text-decoration: none;
}

a.login_link:visited {
    font-family: Arial;
    font-size: 13px;
    font-style: none;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: normal;
    color: #ffffff;

    vertical-align: middle;
    text-decoration: none;
}

a.login_link:hover {
    font-family: Arial;
    font-size: 13px;
    font-style: none;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: normal;
    color: #ffffff;

    vertical-align: middle;
    text-decoration: none;
}

a.login_link:active {
    font-family: Arial;
    font-size: 13px;
    font-style: none;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: normal;
    color: #ffffff;

    vertical-align: middle;
    text-decoration: none;
}

.mybtn
{
    font-family: Arial;
	font-size: 17px;
	background-color: #d12129;
    color: #ffffff;
	border-color: #d12129;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 26px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 15px;
	cursor: pointer;
}

.mybtn:hover
{
	background-color: #be2829;
	border-color: #be2829;
	border-width: 2px;
	border-style: solid;
	cursor: pointer;
}
 
 a.summary:link {
    font-size: 14px;
	font-family: Arial;
	color: #FF6600;
	font-style: normal;
	line-height: 14px;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
     }

a.summary:visited {
    font-size: 14px;
	font-family: Arial;
	color: #FF6600;
	font-style: normal;
	line-height: 14px;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
     }

a.summary:hover {
    font-size: 14px;
	font-family: Arial;
	font-style: normal;
	line-height: 14px;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
	color: #ca2b00;
     }

a.summary:active {
	font-size: 14px;
	font-family: Arial;
	color: #FF6600;
	font-style: normal;
	line-height: 14px;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
}

.style155{
         font-family: Arial; 
		 font-size: 15px; 
		 color: #0070c5; 
		 font-weight: bold; 
		}
		
 .price
{
	font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	color: #2aa4f4;
}	

.style144{
	color: #0070c5;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	   }
	   
.style166{
	font-family: Arial;
	font-size: 14px;
	color: #0070c5;
	font-weight: bold;
	   }
 
 .statusColor
{
	font-size: 6px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	letter-spacing: 0.5px;
}

.gall_title_wnd_grey {
	font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing:1px;
}

.gall_title_wnd_grey_cap {
	font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing:1px;
}

a.brand:link {
    font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
	color: #0f8bdc;
	text-decoration: none;
	height: auto;
     }

a.brand:visited {
    font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
	color: #0f8bdc;
	text-decoration: none;
	height: auto;
     }

a.brand:hover {
    font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
	color: #0f8bdc;
	text-decoration: none;
	height: auto;
     }

a.brand:active {
	font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
	color: #0f8bdc;
	text-decoration: none;
	height: auto;
}

a.brand1:link {
    font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
	color: #0f8bdc;
	text-decoration: none;
	height: auto;
     }

a.brand1:visited {
    font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
	color: #0f8bdc;
	text-decoration: none;
	height: auto;
     }

a.brand1:hover {
    font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
	color: #e6b62e;
	text-decoration: none;
	height: auto;
     }

a.brand1:active {
	font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
	color: #0f8bdc;
	text-decoration: none;
	height: auto;
}

 .box {
	float: left; 
	border:none; 
	margin-top: 0px; 
	margin-right: 0px; 
	padding: 0px; 
	margin-bottom: 0px; 
	margin-left:0; 
	background: none;
}
 
.priceWnd
{	
	font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
	color:#2aa4f4;
	 }		

.style617 {
    font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	color: #0267c1;
	text-decoration: none;
	height: auto;
 } 
 
 .style618 {
    font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 17px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	height: auto;
 } 
 
a.link:link {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
     }

a.link:visited {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
     }

a.link:hover {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #b6e0ff;
	vertical-align: middle;
	text-decoration: none;
     }

a.link:active {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
     }
	 
	 
	 
	 
	 
a.link_asset:link {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
     }

a.link_asset:visited {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
     }

a.link_asset:hover {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #fff3bc;
	vertical-align: middle;
	text-decoration: none;
     }

a.link_asset:active {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
     }

a.link_asset1:link {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0070c5;
	text-decoration: none;
	cursor: pointer;
     }

a.link_asset1:visited {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0070c5;
	text-decoration: none;
	cursor: pointer;
     }

a.link_asset1:hover {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #35c4fb;
	text-decoration: none;
	cursor: pointer;
     }

a.link_asset1:active {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0070c5;
	text-decoration: none;
	cursor: pointer;
     }
	 
	 	 
a.graylink:link {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0077cd;
	vertical-align: middle;
	text-decoration: none;
     }

a.graylink:visited {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0077cd;
	vertical-align: middle;
	text-decoration: none;
     }
	 
a.graylink:hover {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #00a8e9;
	vertical-align: middle;
	text-decoration: none;
     }
	 
a.graylink:active {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0077cd;
	vertical-align: middle;
	text-decoration: none;
     }

	 a.link_terms:link {
	font-family:Arial;
 	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
     }

    a.link_terms:visited {
	font-family:Arial;
 	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
     }

    a.link_terms:hover {
	font-family:Arial;
 	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #9fe4ff;
	text-decoration: none;
	cursor: pointer;
     }

    a.link_terms:active {
	font-family:Arial;
 	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
     }
	 
a.linkTop:link {
	font-family:Arial;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #646464;
	text-decoration: none;
	cursor: pointer;
	 }

a.linkTop:visited {
	font-family:Arial;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #646464;
	text-decoration: none;
	cursor: pointer;
	 }

a.linkTop:hover {
	font-family:Arial;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #00aaef;
	text-decoration: none;
	cursor: pointer;
	 }

a.linkTop:active {
	font-family:Arial;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #646464;
	text-decoration: none;
	cursor: pointer;
	 }
	 
a.linkEveLand:link {
	font-family:Arial;
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #00aaef;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 1px;
	 }

a.linkEveLand:visited {
	font-family:Arial;
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #00aaef;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 1px;
	 }

a.linkEveLand:hover {
	font-family:Arial;
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #db9b00;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 1px;
	 }

a.linkEveLand:active {
	font-family:Arial;
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #00aaef;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 1px;
	 }
	 
.errmess {
    font-family: Conv_Gothic;
    font-size: 15px;
}

.errmess1 {
    font-family:Arial;
    font-size: 17px;
}
	 
.style777 {font-family:'Conv_NeoSansIntel', Sans-Serif; color: #FFFFFF; font-size: 15px; }


.LeftTitle {
	font-family:'Conv_NeoSansIntel', Sans-Serif; 
	color: #0078cd;
	text-transform: capitalize;
	letter-spacing: 1px; 
	font-size: 13px; 
}


a.twist:link {
	color:#2874bf;
	text-decoration:none;
	font-size: 15px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	height: auto;
}

a.twist:visited {
	color:#2874bf;
	text-decoration:none;
	font-size: 15px;
	font-family: Arial;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	height: auto;
}

a.twist:hover {
	color:#1e9cfc;
	text-decoration:underline;
	font-size: 15px;
	font-family: Arial;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	height: auto;
}

a.twist:active {
	color:#2874bf;
	text-decoration:none;
	font-size: 15px;
	font-family: Arial;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	height: auto;
}

a.login_create:link {
	color:#0098e2;
	text-decoration:none;
	font-family:'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: uppercase;
	height: auto;
	letter-spacing: 2px;
}

a.login_create:visited {
	color:#0098e2;
	text-decoration:none;
	font-family:'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: uppercase;
	height: auto;
	letter-spacing: 2px;
}

a.login_create:hover {
	color:#0098e2;
	text-decoration:none;
	font-family:'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: uppercase;
	height: auto;
	letter-spacing: 2px;
}

a.login_ext:active {
	color:#0098e2;
	text-decoration:none;
	font-family:'Conv_NeoSansIntel', Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: uppercase;
	height: auto;
	letter-spacing: 2px;
}

a.login_ext:link {
	font-size: 14px;
	color: #686868;
	text-decoration:none;
	font-family:'Conv_NeoSansIntel', Sans-Serif;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	height: auto;
	letter-spacing: 1px;
	text-transform: none;
}

a.login_ext:visited {
	font-size: 14px;
	color: #686868;
	text-decoration:none;
	font-family:'Conv_NeoSansIntel', Sans-Serif;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	height: auto;
	letter-spacing: 1px;
	text-transform: none;
}

a.login_ext:hover {
	color:#0098e2;
	font-size: 14px;
	text-decoration:none;
	font-family:'Conv_NeoSansIntel', Sans-Serif;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	height: auto;
	letter-spacing: 1px;
	text-transform: none;
}

a.login_ext:active {
	font-size: 14px;
	color: #686868;
	text-decoration:none;
	font-family:'Conv_NeoSansIntel', Sans-Serif;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	height: auto;
	letter-spacing: 1px;
	text-transform: none;
}

.header_box{
		font-family:'Conv_NeoSansIntel', Sans-Serif;
		font-size: 21px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #0189d1;
		text-decoration: none;
		text-transform: capitalize;
		letter-spacing: 1px;
	}

.style1{
		font-family: Arial;
		font-size: 13px;
		font-style: normal;
		line-height: normal;
		font-variant: normal;
		color: #005ea6;
		text-decoration: none;		 
	}
	
.style2{
		font-family: Arial;
		font-size: 15px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #818080;
		text-decoration: none;
	}
	
.style3{
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}
	
.style4{
		font-family: Arial;
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #606060;
		text-decoration: none;
	}
	
.style5{
		font-family: Arial;
		font-size: 13px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #444546;
		text-decoration: none;
	}

.style6{
		font-family: Arial;
		font-size: 15px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #0059a9;
		text-decoration: none;
	}
	
.style7{
		font-family: Arial;
		font-size: 15px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #2594cc;
		text-decoration: none;
	}	
	
.style8{
		font-family: Arial;
		font-size: 17px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #1f71cd;
		text-decoration: none;
		text-transform: uppercase;
	}	
	
.style9{
		font-family: Arial;
		font-size: 13px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #005da5;
		text-decoration: none;
		text-transform: capitalize;
	}	
	
.style10{
		font-family: Arial;
		font-size: 13px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #008ede;
		text-decoration: none;
		text-transform: capitalize;
	}
	
.style11 {	font-size: 15px;
	font-family: Arial;
	color: #666666;
}
.style12 {	font-size: 17px;
	font-family:'Conv_NeoSansIntel', Sans-Serif;
	font-weight: normal;
	color: #333333;
	letter-spacing: 1px;
}

.style12a {	font-size: 17px;
	font-family:'Conv_NeoSansIntel', Sans-Serif;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
}


.style13{
		font-family: Arial;
		font-size: 15px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #aaa9a9;
		text-decoration: none;
		text-transform: none;
	}

.style14 {
	font-family: Arial;
	color: #005ea6;
	font-size: 24px;
}
.style15 {
		font-family: Arial;
		font-size: 15px; 
		text-transform: capitalize;
		color: #2874bf;
}

.style16 {
	font-family: Arial;
	font-size: 17px;
	color: #333333;
}
.style17 {
	font-size: 15px;
	font-weight: bold;
}
.style19 {
			font-family: Arial;
			font-size: 17px; font-weight: normal; color: #0070c5;
			text-transform: uppercase;
			 }

.style1111{
		font-family: Arial;
		font-size: 15px;
		font-style: normal;
		line-height: normal;
		font-variant: normal;
		text-transform: capitalize;
		color: #f90808;
		text-decoration: none;		 
	}
	
.style111{
		font-family: Arial;
		font-size: 15px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: capitalize;
		color: #04487c;
		text-decoration: none;		 
	}
	
.style222{
		font-family: Arial;
		font-size: 15px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: capitalize;
		color: #333936;
		text-decoration: none;
	}
	
.style18{
		font-family: Arial;
		font-size: 15px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: capitalize;
		color: #575757;
		text-decoration: none;
	}
	
.style333{
		font-family: Arial;
		font-size: 17px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #0389c7;
		text-decoration: none;
	}	
	
.style444{
		font-family: Arial;
		font-size: 15px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #1878cc;
		text-decoration: none;
		text-transform: capitalize;
	}
	
.style222New{
		font-family: Arial;
		font-size: 13px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: capitalize;
		color: #333936;
		text-decoration: none;
	}
	
.productdes
{
	font-size: 14px;
	font-family: Arial;
	color: #666666;
}	

.login_title{
		font-family: Arial;
		font-size: 15px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #ffffff;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
.login_label{
		font-family: Arial;
		font-size: 16px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #ffffff;
		text-decoration: none;
	}

.header
{
font-weight: bold;
font-size: 13px;
font-family: Arial;
}
.button
{
font-weight: bold;
font-size: 15px;
font-family: Arial;
}
.validator
{
font-size: 15px;
color: crimson;
font-family: Arial;
}
.PageTitle
{
font-weight: bold;
font-size: 17px;
color: darkslateblue;
font-family: Arial;
}
table
{

}

.Cart 
{ 
border: solid 1px Tan; 
}

.Cart td
{
border: solid 3px #FFFFFF;
margin: 3px 3px 3px 3px;
font-family: Arial;
padding: 5px 5px 5px 5px;
text-align: center;
}

.CartHeader
{
font-weight: bold;
background-color: Tan;
}
.ItemListMainItemsAddItemMsg
{
font-weight: bold;
font-size: 12;
}
.ItemListMainItemsItemTable
{
font-family: Arial;
border-bottom: thin;
border-bottom-width: thin;
border-top: thin;
border: 0;

}
.ItemListMainItemsTitle
{
font-family: Arial;
color: #475664;
font-weight:bold;
font-size: 12;
}
.ItemListMainItemsDescription
{
font-family: Arial;
color: #0059a9;
font-weight:normal;
line-height: 16px;
font-size: 13px;
}
.ItemListMainItemsSpecialNote
{
	font-family: Arial;
	color: red;
	font-weight: bold;
	font-size: 13px;
}
.ItemListMainItemsPrice
{
font-family: Arial;
color: #475664;
font-weight:bold;
font-size: 11;
}
.ItemListMainItemsQuantity
{
font-family: Arial;
color: #475664;
font-weight:bold;
font-size: 11;
}
.ItemListMainItemsThumbnailLink
{
border: 0px;
}
.ItemListMainItemsThumbnail
{
border: 0px;
}
.ItemListMainItemsTextBox
{

}
.ItemListMainItemsNotAvaiable
{
font-size: 15px;
font-family: Arial;
color: #0070c5;
} 
.ItemListButton
{
border: solid 3px #FFFFFF;
border-bottom: thin;
border-bottom-width: thin;
border-top: thin;
}
.ItemListCartBody
{

}
.ItemListCartTitleRow
{
font-weight: bold;
font-size: 12;
}
.ItemListCartItemRow
{
font-size: 12;
}
.ItemListCartEditRow
{
font-size: 12;
}
.ItemListCartTotal
{
font-weight: bolder;
}
.ItemListCheckoutBody
{

}
.ItemListCheckoutCartTitleRow
{

font-family: Arial;
font-weight: bold;
font-size: 12;
vtext-align: top;
text-align: center;
border-bottom: thin;
border-bottom-width: thin;
border-top: thin;
border: solid 1px Silver;
}
.ItemListCheckoutCartItemRow
{
font-family: Arial;
font-weight: bold;
font-size: 12;
vtext-align: top;
text-align: center;
border-bottom: thin;
border-bottom-width: thin;
border-top: thin;
border: solid 1px Silver;
}
.ItemListCheckoutSecRow
{

font-family: Arial;
font-weight: bold;
font-size: 12;
vtext-align: top;
text-align: center;
border-bottom: thin;
border-bottom-width: thin;
border-top: thin;
border: #ffffff;

}
.ItemListCheckoutSubTotal
{
font-weight: bold;
font-size: 12; 
}
.ItemListCheckoutShipping
{
font-weight: bold;
font-size: 12; 
}
.ItemListCheckoutTotal
{
font-weight: bold;
font-size: 12; 
}
.ItemListCheckoutFieldTitle
{
font-family: Arial;
font-weight: bold;
color: #777777;
font-size: 12;
vtext-align: top;
text-align: right;
border-bottom: thin;
border-bottom-width: thin;
border-top: thin;
border: ffffff; 
}
.ItemListThankYouBody
{

}
.ItemListThankYouCartTitleRow
{
font-weight: bold;
font-size: 12;
}
.ItemListThankYouCartItemRow
{
font-size: 12;
}
.ItemListThankYouSubTotal
{
font-weight: bold;
font-size: 12; 
}
.ItemListThankYouShipping
{
font-weight: bold;
font-size: 12; 
}
.ItemListThankYouTotal
{
font-weight: bold;
font-size: 12; 
}
.ItemListThankYouInvoiceID
{
font-weight: bold;
font-size: 12; 
}
.AdminUserLoginTable
{
background-color: Silver;
border: 1;
width: 240px;
height: 133px;
}
.AdminUserLoginLabel
{
font-weight: bold;
}
.AdminUserLoginText
{
font-weight: normal;
}
.AdminUserLoginButton
{
font-weight: normal;
}
.AdminItemDetailTable
{
border: 1;
width: 736px;
height: 518px;
}
.AdminUserDetailTable
{
border: 1;
width: 736px;
height: 518px;
}
.AdminItemDetailLabel
{
font-weight: bold;
}
.AdminItemDetailTextBox
{
font-weight: normal;
}
.AdminTransactionDetailTitleRow
{
background-color: #D3D3D3;
font-weight: bold;
font-size: 12;
}
.AdminTransactionDetailItemRow
{
font-size: 12;
}
.AdminTransactionDetailEditRow
{
font-size: 12;
}
.AdminTransactionDetailSubTotal
{
font-weight: bold;
font-size: 12; 
}
.AdminTransactionDetailShipping
{
font-weight: bold;
font-size: 12; 
}
.AdminTransactionDetailTotal
{
font-weight: bold;
font-size: 12; 
}
.AdminTransactionDetailInvoiceID
{
font-weight: bold;
font-size: 12; 
}
.AdminTransactionDetailLabel
{
font-weight: bold;
font-size: 12; 
}
.AdminTransactionDetailField
{
font-size: 12; 
}
.AdminTransactionDetailSecRow
{
background-color: Silver;
font-size: 12; 
}
.AdminTitleRow
{
background-color: #D3D3D3;
font-weight: bold;
font-size: 12;
}
.AdminItemRow
{
font-size: 12;
}
.AdminEditRow
{
font-size: 12;
}
.ItemDetailTable
{
font-size: 15px;
font-family: Arial;
}
.AdminPageHeader
{
font-weight: bold;
font-size: 15px;
font-family: Arial;
}
.AddUserTable
{
font-size: 15px;
font-family: Arial;
}
.UserLoginTable
{

border: 1;
width: 240px;
height: 133px;
padding: 5px 5px 5px 5px;
}
.UserLoginLabel
{
font-weight: bold;
}
.UserLoginText
{
font-weight: normal;
}
.UserLoginButton
{
font-weight: normal;
}
.NewUserTable
{

border: 1;
width: 394px;
height: 168px;
padding: 5px 5px 5px 5px;
}
.NewUserLabel
{
font-family: Arial;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #475664;
text-decoration: none;
}
.NewUserText
{
font-weight: normal;
}
.NewUserButton
{
font-weight: normal;
}
.NewUserHeader
{
font-size: normal;
font-weight: bold;
text-align: center;
}
.ItemListMainItemsBody
{
font-weight: normal;
font-size: 24px;
color: #0059a9;
font-family: Arial;
}
.MainItemList_Header
{
font-family: Arial;
font-size: 15px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #475664;
text-decoration: none;
height: auto;
}
.MainItemList_Footer
{
font-family: Arial;
font-size: 17px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #475664;
text-decoration: none;
height: auto;
}
.MainItemList_LargeTable
{
}
.ExhibManagerLabelTitle
{
font-weight: normal;
font-size: 12;
}
.ExhibManagerButton
{
font-weight: normal;
font-size: 12;
}
.ExhibManagerLabelDesc
{
font-weight: normal;
font-size: 12;
}
.ExhibManagerLabelNote
{
font-weight: normal;
font-size: 12;
}
.ExhibManagerGridHeader
{
font-weight: normal;
font-size: 12;
}
.ExhibManagerGridItem
{
font-weight: normal;
font-size: 12;
}
.ExhibManagerGridEdit
{
font-weight: normal;
font-size: 12;
}
.ExhibManagerGridLabel
{
font-weight: normal;
font-size: 12;
}
.ExhibManagerGridRadio
{
font-weight: normal;
font-size: 12;
}
.ExhibManagerGridButton
{
font-weight: normal;
font-size: 12;
}
.DownloadItemTable
{
font-family: Arial;
border-bottom: thin;
border-bottom-width: thin;
border-top: thin;
border: 1; 
}
.DownloadItemsTitle
{
font-weight: normal;
font-size: 15;
font-weight: bold;
}
.DownloadItemsHeader
{
font-weight: normal;
font-size: 14;
font-weight: bold;
}
.DownloadItemsItem
{
font-weight: normal;
font-size: 14;
}
.style555 {font-size: 17px; font-style: normal; line-height: 14px; font-variant: normal; text-transform: none; color: #475664; text-decoration: none; height: auto; font-family: Arial;
}
 
  .header3
{
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
	color: #0f8bdc;
 }

.titles {
    font-size: 13px;
    font-family: Arial;
    color: #666666;
}	
	 
.header
{
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	color: #0f8bdc;
}	

a.graylink:link {
	font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 15px;
	color: #484848;
	font-weight: bold;
	text-decoration: none;
     }

a.graylink:visited {
	font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 15px;
	color: #484848;
	font-weight: bold;
	text-decoration: none;
     }

a.graylink:hover {
    font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 15px; 
	color: #005ea6; 
	font-weight: bold; 
     }

a.graylink:active {
	font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 15px;
	color: #484848;
	font-weight: bold;
	text-decoration: none;
     }
	 
a.whitelink:link {
	font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
     }

a.whitelink:visited {
	font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
     }

a.whitelink:hover {
    font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 15px; 
	color: #005ea6; 
	font-weight: bold; 
     }

a.whitelink:active {
	font-family: 'Conv_NeoSansIntel', Sans-Serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
     }
	 
.style_asset_1 {
	font-family: Arial;
	font-size: 15px;
	color: #484848;
	font-weight: bold;
}

.style_asset_2 {
	font-family: Arial;
	font-size: 11.5px;
	color: #666666;
	line-height: normal;
	line-height:10px;
}
.style_asset_2_des {
	font-family: Arial;
	font-size: 14px;
	color: #808080;
	line-height: normal;
	line-height:10px;
}

.style_asset_4 {
    font-family: Arial; 
	font-size: 14px; 
	color: #666666; 
	font-weight: bold; 
}

.style4444 {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
}

.rece_TitEve {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	color: #1796f0;
}

.rece_TitCnt {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #4d4e4e;
}

a.rece_link:link {
	font-family: Arial;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #1796f0;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 1px;
     }

a.rece_link:visited {
	font-family: Arial;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #1796f0;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 1px;
     }

a.rece_link:hover {
	font-family: Arial;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffb400;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 1px;
     }

a.rece_link:active {
	font-family: Arial;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #1796f0;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 1px;
     }

.asset_box {
	border-style: solid; 
	border-width: 1px; 
	border-collapse: collapse; 
	border-color: #999999;
	background-color: #dbdbdb;
}

a.link_tab:link {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #717171;
	vertical-align: middle;
	text-decoration: underline;
     }

a.link_tab:visited {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #717171;
	vertical-align: middle;
	text-decoration: underline;
     }

a.link_tab:hover {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #717171;
	vertical-align: middle;
	text-decoration: underline;
     }

a.link_tab:active {
	font-family: Arial;
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #717171;
	vertical-align: middle;
	text-decoration: underline;
     }

#footer {	
	z-index: 100;
	width:100%;
	height: 35px;
    background: -webkit-linear-gradient(#d12129, #8d1218); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d12129, #8d1218); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d12129, #8d1218); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d12129, #8d1218); /* Standard syntax (must be last) */
}

/* for moz/opera and others*/
html>body #footer{

}

#footer 
{
	z-index: 100;
	width:100%;
	height:35px;
}

/* for moz/opera and others*/
html>body #footer{
}

#footer-inner {
	height: 35px;
	background-color:#ffffff;
	z-index: 100;
}

/* margin-bottom ensures last content
is not obscured by footer */
#content {
		margin-bottom: 50px;
}

a.footer_link:link {
	margin-right: 25px;
	font-family: Arial;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #747474;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing:1px; 
     }

a.footer_link:visited {
	margin-right: 25px;
	font-family: Arial;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #747474;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing:1px; 
     }

a.footer_link:hover {
	margin-right: 25px;
	font-family: Arial;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #747474;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing:1px; 
     }

a.footer_link:active {
	margin-right: 25px;
	font-family: Arial;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #747474;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing:1px; 
}

.checkoutBox
{
	font-family: Arial;
 	font-size: 15px;
	font-weight: bold;
	background-color: #0067a5;
    color: #ffffff;
	border-color: #0067a5;
	border-width: 2px;
	border-style: solid;
	/*height: 22px;*/
	line-height: 22px;
	width: auto;
	padding-right: 5px;
	padding-left: 40px;
	vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	display:inline-block;
	background-image: url('images/cart.png');
	background-position: 7px 3px; 
	background-repeat: no-repeat;
}

.mycheckout
{
    font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	background-color: #333e48;
    color: #ffffff;
	border-color: #333e48;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 26px;
	width: 115px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	cursor: pointer;
	display:inline-block;
}

.checkoutButton {
	display: inline-block;
	margin-left: 0px;
	position: absolute;
}

div.RadMenu
{
    background-color: #333e48;
	vertical-align: middle;
	margin-left: 0px;
	z-index: 10 !important;
}

    div.RadMenu .rmItem .rmGroup {
        border-style: solid;
        border-color: #0067a5;
        border-width: 1px;
        background-image: none;
        background-color: #0067a5;
        margin-left: 10px;
    }

    div.RadMenu .rmItem .rmLink .rmLeftImage,
    div.RadMenu .rmItem .rmLink,
    div.RadMenu .rmLink .rmText {
        margin: 0;
        padding-left: 9px;
        font-family: Arial;
        font-size: 15px;
        font-style: normal;
        line-height: 40px;
        font-weight: bold;
        font-variant: normal;
        text-transform: uppercase;
        color: #ffffff !important;
        text-decoration: none;
        border: none;
        letter-spacing: 1px;
        margin-right: 4px;
    }

.RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink {
    float: none;
    margin: 0px;
    float: left;
    text-align: left;
    margin-left: -12px;
    margin-right: -7px;
}

.RadMenu .rmRootGroup .rmItem .rmGroup {
    padding-bottom: 0px !important;
}

div.RadMenu .rmLink .rmText:hover {
    cursor: pointer;
    background-color: #0067a5;
}

div.RadMenu .rmGroup .rmItem .rmText:hover {
	text-decoration: underline;
}

div.RadMenu a.rmFocused .rmText,
div.RadMenu a.rmSelected .rmText,
div.RadMenu a.rmExpanded .rmText {
    color: #ffffff;
    line-height: 43px;
    margin-top: -3px;
    padding-left: 10px;
    background-color: #0067a5;
    border: none;
}

.RadForm.rfdTextbox .riSingle input.rfdDecorated {
    border-radius: 12px !important;
}

    .MainBox
{
    text-align: left;
	width: 99%;
	font-family: Arial;
 	font-size: 15px;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e9ea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */  
    color: #000000;
	border: none;
	vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 15px;
	padding-left: 0px;
}

a.master_link:link {
    font-family: Arial;
    font-size: 13px;
    font-style: none;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0px;
}

a.master_link:visited {
    font-family: Arial;
    font-size: 13px;
    font-style: none;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    vertical-align: middle;
    text-decoration: none;
}

a.master_link:hover {
    font-family: Arial;
    font-size: 13px;
    font-style: none;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    vertical-align: middle;
    text-decoration: none;
}

a.master_link:active {
    font-family: Arial;
    font-size: 13px;
    font-style: none;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    vertical-align: middle;
    text-decoration: none;
}

a.master_link_login:link {
    font-family: Arial;
    font-size: 13px;
    font-style: none;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: uppercase;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
}

a.master_link_login:visited {
    font-family: Arial;
    font-size: 13px;
    font-style: none;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: uppercase;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
}

a.master_link_login:hover {
    font-family: Arial;
    font-size: 13px;
    font-style: none;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: uppercase;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
}

a.master_link_login:active {
    font-family: Arial;
    font-size: 13px;
    font-style: none;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: uppercase;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
}
	 
a.listing_link:link {
	font-family: Arial;
 	font-size: 16px;
	font-style: none;
	line-height: normal;
	font-weight: normal !important;
	font-variant: normal;
	color: #0067a5;
	vertical-align: middle;
	text-decoration: none;
}

a.listing_link:visited {
    font-family: Arial;
    font-size: 16px;
    font-style: none;
    line-height: normal;
    font-weight: normal !important;
    font-variant: normal;
    color: #0067a5;
    vertical-align: middle;
    text-decoration: none;
}

a.listing_link:hover {
    font-family: Arial;
    font-size: 16px;
    font-style: none;
    line-height: normal;
    font-weight: normal !important;
    font-variant: normal;
    color: #0067a5;
    vertical-align: middle;
    text-decoration: none;
}

a.listing_link:active {
    font-family: Arial;
    font-size: 16px;
    font-style: none;
    line-height: normal;
    font-weight: normal !important;
    font-variant: normal;
    color: #0067a5;
    vertical-align: middle;
    text-decoration: none;
}
	 
.listing_desc {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.listing_price, .pro-price {
	font-family: Arial;
    font-size: 25px !important;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}

.listing_price > span {
	font-size: 25px !important;	
}

.quantityBox
{
    float: left;
	font-family: Arial;
 	font-size: 13px;
	font-weight: bold;
	background-color: #000000;
    color: #ffffff;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	height: 20px;
	width: 110px;
	padding-left: 5px;
	vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}

@-moz-document url-prefix() { 
	.quantityBox {
     	width: 108px !important;
  }
  	.myAddCartRel {
  		height: 20px !important;
  	}
}

.myEditBtn
{
    font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	background-color: #9e9e9e;
	background-image: url('images/pencil.png');
	background-repeat: no-repeat;
    color: #ffffff;
	border-color: #9e9e9e;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 21px;
	width: 30px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	cursor: pointer;
}

.quantityBoxRel
{
    float: left;
	font-family: Arial;
 	font-size: 15px;
	font-weight: bold;
	background-color: #000000;
    color: #ffffff;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	height: 21px;
	width: 105px;
	padding-left: 5px;
	vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}

.ApproveBox
{
    float: left;
	font-family: Arial;
 	font-size: 17px;
	font-weight: bold;
	background-color: #502971;
    color: #ffffff;
	border-color: #502971;
	border-width: 2px;
	border-style: solid;
	height: 26px;
	width: 120px;
	padding-left: 10px;
	vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}

.myAddCart
{
    font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	background-color: #0067a5;
    color: #ffffff;
	border-color: #0067a5;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 24px;
	width: 115px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	cursor: pointer;
}

.myOutStock
{
    font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	background-color: #6F7173;
    color: #ffffff;
	border-color: #6F7173;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 21px;
	width: 115px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}

.myNoOrder
{
    font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	background-color: #6F7173;
    color: #ffffff;
	border-color: #6F7173;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 21px;
	width: 111px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}

.myComingSoon
{
    font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	background-color: #b9c432;
    color: #ffffff;
	border-color: #b9c432;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 21px;
	width: 115px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}

.myAddCartRel
{
    font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	background-color: #0067a5;
    color: #ffffff;
	border-color: #0067a5;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 17px;
	width: 115px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	cursor: pointer;
}

.myOutStockRel
{
    font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	background-color: #6F7173;
    color: #ffffff;
	border-color: #6F7173;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 17px;
	width: 115px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}

.myNoOrderRel
{
    font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	background-color: #6F7173;
    color: #ffffff;
	border-color: #6F7173;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 17px;
	width: 111px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}

.myComingSoonRel
{
    font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	background-color: #b9c432;
    color: #ffffff;
	border-color: #b9c432;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 17px;
	width: 115px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}

.tooltip_title {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #313135;
	text-transform: uppercase;
}

.tooltip_desc {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #313135;
	text-transform: none;
	
}




.box_tabstrip_eve
{
	font-family: 'Conv_IntelClear', Sans-Serif;
	font-size: 17px;
	display: inline-block;
	background-color: #fafafa;
    color: #0067a5 !important;
	border-color: #e3e3e3;
	border-width: 2px;
	border-style: solid;
	width: 200px;
	height: 24px;
    padding-top: 5px;
    margin: 0px;
	margin-right:5px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.box_tabstripeve_sel
{ 
	border-color:  #0067a5;
	color: #ffffff !important;
    background-color:  #0067a5; 
}

.box_tabstrip_eve:hover
{
	border-color:  #0067a5;
    color: #ffffff !important;
    background-color:  #0067a5;
}

.box_tabstrip
{
	font-family: 'Conv_IntelClear', Sans-Serif;
	font-size: 17px;
    float: left;
	background-color: #B5B2B2;
    color: #FFFFFF !important;
	border-color: #B5B2B2;
	border-width: 2px;
	border-style: solid;
	width: 121px;
	height: 24px;
    padding-top: 5px;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.box_tabstrip_sel
{ 
	border-color: #0067a5;
	color: #ffffff !important;
    background-color: #0067a5; 
}

.box_tabstrip:hover
{
	border-color:  #0067a5;
    color: #ffffff !important;
    background-color:  #0067a5;
}

.box_tabstripInv
{
	font-family: 'Conv_IntelClear', Sans-Serif;
	font-size: 17px;
    float: left;
	background-color: #fafafa;
    color: #0067a5 !important;
	border-color: #e3e3e3;
	border-width: 2px;
	border-style: solid;
	width: 163px;
	height: 24px;
    padding-top: 5px;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.box_tabstripInv_sel
{ 
	border-color:  #0067a5;
	color: #ffffff !important;
    background-color:  #0067a5; 
}

.box_tabstripInv:hover
{
	border-color:  #0067a5;
    color: #ffffff !important;
    background-color:  #0067a5;
}

.box_tabstriperr
{
	font-family: 'Conv_IntelClear', Sans-Serif;
	font-size: 17px;
    float: left;
	background-color: #ff0000;
    color: #0067a5 !important;
	border-color: #ff0000;
	border-width: 2px;
	border-style: solid;
	width: 110px;
	height: 24px;
    padding-top: 5px;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.box_tabstrip_selerr
{ 
	border-color: #ff0000;
	color: #ffffff !important;
    background-color: #ff0000; 
}

.box_tabstriperr:hover
{
	border-color: #ff0000;
    color: #ffffff !important;
    background-color: #ff0000;
}

a.save_link:link {
	font-family: 'Conv_IntelClear', Sans-Serif;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	margin-left: 2px !important;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.4px; 
     }

a.save_link:visited {
	font-family: 'Conv_IntelClear', Sans-Serif;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	margin-left: 2px !important;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.4px; 
     }

a.save_link:hover {
	font-family: 'Conv_IntelClear', Sans-Serif;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	margin-left: 2px !important;
	color: #b6e0ff;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.4px; 
     }

a.save_link:active {
	font-family: 'Conv_IntelClear', Sans-Serif;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	margin-left: 2px !important;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.4px; 
     }

a.saveevent_link:link {
	font-family: 'Conv_IntelClear', Sans-Serif;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0efa1a;
	vertical-align: middle;
	text-decoration: none;
	padding-right: 10px !important;
	letter-spacing: 0.4px; 
	background-image: url('images/div1.png') !important;
	background-position: right !important;
	background-repeat:no-repeat !important;
     }

a.saveevent_link:visited {
	font-family: 'Conv_IntelClear', Sans-Serif;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0efa1a;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.4px; 
	background-image: url('images/div1.png') !important;
	background-position: right !important;
	background-repeat:no-repeat !important;
     }

a.saveevent_link:hover {
	font-family: 'Conv_IntelClear', Sans-Serif;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0efa1a;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.4px; 
	background-image: url('images/div1.png') !important;
	background-position: right !important;
	background-repeat:no-repeat !important;
     }

a.saveevent_link:active {
	font-family: 'Conv_IntelClear', Sans-Serif;
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0efa1a;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.4px; 
	background-image: url('images/div1.png') !important;
	background-position: right !important;
	background-repeat:no-repeat !important;
     }
	 

.results {
	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	color: #0067a5;
	text-transform: none;
}


.listing_Category {
	font-family: Arial;
	font-size: 25px;
	color: #333e48;
	background: none;
}

a.detail_link:link {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	text-transform: none;
	text-decoration: none;	
     }

a.detail_link:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	text-transform: none;
	text-decoration: none;
     }

a.detail_link:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	text-transform: none;
	text-decoration: none;
     }

a.detail_link:active {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	text-transform: none;
	text-decoration: none;
     }

.detail_title {
	font-family: Arial;
	font-size: 38px;
	color: #000000;
	text-transform: capitalize;
	float:left;
}

.details_box_title
{
	font-family:  Arial;
	background-color: #ffffff;
    color: #000000;
	font-size: 16.5px;
	line-height: 23px;
	height: 25px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-left: -7px;
	margin-right: -7px;
	padding-left: 10px;
	vertical-align: middle;
	text-transform: capitalize;
}

.details_box_title_order
{
	font-family:  Arial;
	background-color: #ffffff;
    color: #000000;
	font-size: 16.5px;
	line-height: 23px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-left: -7px;
	margin-right: -7px;
	padding-left: 10px;
	vertical-align: middle;
	text-transform: capitalize;
}

.details_note_title
{
	font-family: Arial;
	background: -webkit-linear-gradient(#d12129, #ad181f); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#d12129, #ad181f); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d12129, #ad181f); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#d12129, #ad181f); /* Standard syntax */
    color: #ffffff;
	font-size: 17px;
	line-height: 23px;
	height: 25px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 10px;
	vertical-align: middle;
	text-transform: uppercase;
}

.myRedBtn {
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
    background-color: #0067a5;
    color: #ffffff;
    border-color: #0067a5;
    border-width: 2px;
    border-style: solid;
    margin: 0px;
    height:35px;
    text-transform: uppercase;
    -moz-border-radius: 0px;
    -webkit-border-radius:0px;
    border-bottom-left-radius:0px;
    border-top-left-radius:0px;
    border-bottom-right-radius:0px;
    border-top-right-radius:0px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}


.myRedBtn2 {
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
    background-color: #d6dadc;
    color: #000000;
    border-color: #d6dadc;
    border-width: 2px;
    border-style: solid;
    margin: 0px;
    height: 26px;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}




.myRedBtnSm
{
    font-family: 'AG LightCd';
	font-size: 15px;
	font-weight: bold;
	background-color: #0067a5;
    color: #ffffff;
	border-color: #0067a5;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 21px;
	text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	cursor: pointer;
	margin-top: 2px;
}

.myPurpleBtn
{
    font-family: 'AG LightCd';
	font-size: 17px;
	font-weight: bold;
	background-color: #0067a5;
    color: #ffffff;
	border-color: #0067a5;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 26px;
	text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	cursor: pointer;
}

.cart_box_title {
    font-family: 'AG LightCd';
    background-color: #323f48;
    color: #ffffff;
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    text-align: left;
    font-weight: bold;
    margin-top: 0px;
    margin-left: -7px;
    margin-right: -7px;
    padding-left: 10px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.listing_price_cart {
	font-family: 'AG LightCd';
	font-size: 13px;
	font-weight: bold;
	color: #D02027;
}

.myEditBtn
{
    font-family: 'AG LightCd';
	font-size: 17px;
	font-weight: bold;
	background-color: transparent;
    color: #0067a5;
	cursor: pointer;
	text-decoration: none;
	border: none;
	margin-left: 0px;
	padding-left: 3px !important;
	margin-top: 1px;

}

.MainBoxDetail
{
	font-family: 'AG LightCd';
 	font-size: 13px;
	font-weight: normal;
	background: none;
	padding-left: 7px;
}

.listing_title {
	font-family: 'AG LightCd';
 	font-size: 13px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0067a5;
	vertical-align: middle;
     }
	 
	 .listing_title_wnd1 {
	font-family: 'AG LightCd';
 	font-size: 15px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0067a5;
	vertical-align: middle;
     }

.feature_title {
	font-family: 'AG LightCd';
	font-size: 30px;
	font-weight: bold;
	color: #502970;
	text-transform: uppercase;
}

.feature_desc {
    font-family: 'AG LightCd';
    font-size: 25px;
    font-weight: bold;
    color: #323f48;
    text-transform: uppercase;
}

.feature_price {
	font-family: 'AG LightCd';
	font-size: 40px;
	font-weight: bold;
	color: #D02027;
}

.myFeatureBtn
{
    font-family: 'AG LightCd';
	font-size: 13px;
	font-weight: bold;
	background: -webkit-linear-gradient(#d12129, #ad181f); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#d12129, #ad181f); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d12129, #ad181f); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#d12129, #ad181f); /* Standard syntax */
	background-repeat: no-repeat;
    color: #ffffff;
	border-color: #ad181f;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	padding-top: 5px;
	border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
}

.feature_phonedesc {
	font-family: Arial, 'Arial', 'Helvetica', sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #0067a5;
}

.feature_email {
	font-family: 'AG LightCd';
	font-size: 13px;
	color: #0067a5;
	letter-spacing: 1px;
}

div.RadSiteMap .rsmLevel1 .rsmItem .rsmLink{
     line-height: 12px;
     font-size: 15px;
	 text-transform: uppercase;
	 font-weight: normal;
	 color: #424141 !important;
     background: url('images/arrow_menu.png') no-repeat scroll 0 100%;
	 background-repeat:no-repeat;
	 padding-left: 32px;
	 margin-top: 5px;
}

div.RadSiteMap .rsmLevel1 .rsmItem .rsmLink:hover{
     line-height: 12px;
     font-size: 15px;
	 text-transform: uppercase;
	 font-weight: normal;
	 color: #424141 !important;
     background: url('images/arrow_menu.png') no-repeat scroll 0 100%;
	 background-repeat:no-repeat;
	 padding-left: 32px;
	 margin-top: 5px;
}

div.RadSiteMap .rsmLevel2 .rsmItem .rsmLink {
     line-height: 11px;
     font-size: 15px;
	 text-transform: uppercase;
	 color: #424141 !important;
     background: url('images/arrow_red.png') no-repeat scroll 0 100%;
	 background-repeat:no-repeat;
	 font-weight: normal;
	 padding-left: 42px;
	 margin-top: 5px;
}

div.RadSiteMap .rsmLevel2 .rsmItem .rsmLink:hover {
     line-height: 11px;
     font-size: 15px;
	 font-weight: normal;
	 text-transform: uppercase;
	 color: #424141 !important;
     background: url('images/arrow_red.png') no-repeat scroll 0 100%;
	 background-repeat:no-repeat;
	 padding-left: 42px;
	 margin-top: 5px;
}

.RadSiteMap .rsmLevel {
	width: 250px !important;
	padding-right: 26px !important;
}

.RadSiteMap .rsmLevel .rsmItem .rsmLink { color:#000000; margin-top:8px; font-weight:bold; }
.RadSiteMap .rsmLevel .rsmItem .rsmLink:hover { color:#000000; margin-top:8px; font-weight:bold; }


div.Wrapper {
    margin: 0 -60px 0 0;
    padding: 0 0 5px 0;
    text-align:left !important;
    width: 829px;
}

div.Wrapper1 {
    width: 220px;
	text-align:left !important;
}

.footer_title {
	font-family: 'AG LightCd';
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

#myFooterlinkbtn a:link { 
    font-family: 'AG LightCd';
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
}

.footer_desc {
	font-family: 'AG LightCd';
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: none;
}

.approval_title {
	font-family: 'AG LightCd';
	font-size: 24px;
	font-weight: bold;
	color: #502970;
	text-transform: uppercase;
}

.stores_title {
	font-family: 'AG LightCd';
	font-size: 15px;
	font-weight: normal;
	color: #502970;
	text-transform: none;
}

.listing_AddCart {
	font-family: 'AG LightCd';
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	background: #ffffff;
}

.listing_Feature {
	font-family: 'AG LightCd';
	font-size: 16.5px;
	font-weight: bold;
	color: #222021;
}

.listing_itemnum {
	font-family: 'AG LightCd';
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding-left:2px;
}

.Feature_Main {
	font-family: 'AG LightCd';
	font-size: 13px;
	font-weight: bold;
	color: #21409a;
	text-transform: uppercase;
}

#myAdditlinkbtn a:link { 
    font-family: 'AG LightCd';
	font-size: 17px;
	line-height: 20px;
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
}

#Access_Main a:link {  
	font-family: Arial;
 	font-size: 25px;
	font-style: none;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0067a5;
	vertical-align: middle;
	text-decoration: none;
}

.MainTitle {
  font-family: 'AG LightCd';
  color: #000000;
  font-size: 22px;
  text-transform: capitalize;
  font-weight:bold;
}

#myLandLink a:link { 
    font-family: 'AG LightCd';
	font-size: 13px;
	font-weight: bold; 
	color: #ffffff;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
}


#myLandLink1 a:link { 
    font-family: 'AG LightCd';
	font-size: 13px;
	font-weight: bold; 
	color: #ffffff;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
}

.landing_banner {
	width: 100%;
	margin: 0 auto;
	top: 50%;
	background-color: #0067a5;
}

.Order_Title {
    font-family: 'AG LightCd';
    font-size: 35px;
    font-weight: bold;
    color: #ef7623;
    background: none;
}

.Order_Content {
    font-family: 'AG LightCd';
    font-size: 15px;
    font-weight: normal;
    color: #323f48;
}

.Order_ContentLabel {
    font-family: 'AG LightCd';
    font-size: 15px;
    font-weight: bold;
    color: #323f48;
}

.Order_EventTitle
{
	font-family: 'AG LightCd';
 	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 0.5px;
}

.myApproveBtn
{
    font-family: 'AG LightCd';
	font-size: 13px;
	font-weight: bold;
	background-color: #00ae6f;
    color: #ffffff;
	border-color: #00ae6f;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 30px;
	text-transform: uppercase;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;*/
	cursor: pointer;
}

.myUpdateCartBtn
{
    font-family: 'AG LightCd';
	font-size: 13px;
	font-weight: bold;
	background-color: #17a7e6;
    color: #ffffff;
	border-color: #17a7e6;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 30px;
	text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	cursor: pointer;
}

.OrderDet_Options {
    text-align: right;
    font-family: 'AG LightCd';
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    width: 100% !important;
    font-weight: bold;
    background-color: #323f48;
    color: #ffffff;
    border-color: #323f48;
    border-width: 0px;
    border-style: solid;
    padding-left: 10px;
    vertical-align: middle;
    /*-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;*/
    display: block;
}

.myBlackBtn
{
    font-family: 'AG LightCd';
	font-size: 13px;
	font-weight: bold;
	background-color: #0067a5;
    color: #ffffff;
	border-color: #0067a5;
	border-width: 2px;
	border-style: solid;
    margin: 0px;
	height: 30px;
	text-transform: uppercase;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;*/
	cursor: pointer;
}



.myBlackBtn2 {
    font-family: 'AG LightCd';
    font-size: 13px;
    font-weight: bold;
    background-color: #323f48;
    color: #ffffff;
    border-color: #323f48;
    border-width: 2px;
    border-style: solid;
    margin: 0px;
    height: 30px;
    text-transform: uppercase;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;*/
    cursor: pointer;
}

.quantityBoxAdmin
{
    float: left;
	font-family: 'AG LightCd';
 	font-size: 15px;
	line-height: 11px;
	font-weight: bold;
	background-color: #000000;
    color: #ffffff;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	height: 17px;
	width: 150px;
	padding-left: 5px;
	vertical-align: middle;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

a.landEmail:link {
	font-family: 'AG LightCd';
	font-size: 13px;
	color: #333e48;
	letter-spacing: 1px;
}

a.landEmail:visited {
	font-family: 'AG LightCd';
	font-size: 13px;
	color: #333e48;
	letter-spacing: 1px;
}

a.landEmail:hover {
	font-family: 'AG LightCd';
	font-size: 13px;
	color: #333e48;
	letter-spacing: 1px;
}

a.landEmail:active {
	font-family: 'AG LightCd';
	font-size: 13px;
	color: #333e48;
	letter-spacing: 1px;
}

.avail_title {
	font-family: 'AG LightCd';
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase; 
	font-weight: bold;
}

.avail_desc {
	font-family: 'AG LightCd';
	font-size: 15px;
	font-weight: normal;
	color: #0f2028;
	text-transform: none;
	font-weight: bold;
}

.avail_sub {
	font-family: 'AG LightCd';
	font-size: 13px;
	font-weight: normal;
	color: #0067a5;
	text-transform: uppercase;
	font-weight: bold;
}

.MyEditBtn
{
    font-family: 'AG LightCd';
	font-size: 17px;
	font-weight: bold;
	background-color: #0067a5;
    color: #ffffff;
	border-color: #0067a5;
	border-width: 2px;
	border-style: solid;
    margin-top: 0px !important;
	height: 20px;
	line-height: 14px;
	width: 50px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	cursor: pointer;
	display:inline-block;
}

.feature_lbls {
	font-family: 'AG LightCd';
	font-size: 15px;
	font-weight: normal;
	color: #424141;
	letter-spacing:1px;
	line-height: 20px;
}
	 
.prod-wrap {
	width: 230px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	text-align: center;
}

.prod-wrap img {
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
	display: block;
}

.prod-wrap-lst {
	width: 170px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	text-align: center;
}

.prod-wrap-lst img {
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
	display: block;
}

.prod-wrap-wnd {
	width: 150px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	text-align: center;
}

.prod-wrap-wnd img {
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
	display: block;
}

.prod-wrap-det {
	width: 520px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	text-align: center;
}

.prod-wrap-det img {
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
	display: block;
}

.prod-wrap-thumb {
	width: 80px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	text-align: center;
}

.prod-wrap-thumb img {
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
	display: block;
}
	 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {     
	.checkoutButton {
		display: inline-block;
		margin-left: -4px !important; 
		position: absolute;
	}
}






/* New Styles Add */

.s-col-1-speak {
    float: left;
    position: relative;
	margin-top: 16px !important;
    margin: 0;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 0;    
}

.s-col-2-speak {
    float: left;
    position: relative;
    margin: 0;
    padding: 0; 
    margin-top: 5px;   
}

.speak_lbl {
    height: 30px !important;
    color: #ffffff !important;
    background-color: #ef7623 !important;
    font-family: 'AG LightCd';
    font-size: 20px !important;    
    display: block !important;
    line-height: 30px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}
        
        
