* {
    margin:  0;
    padding: 0;
    border: none;
}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    background: #000000 url('pg-background.png') repeat-x top;
}

h2 {
    line-height: 200%;
    color: #003399;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 3px 12px;
    text-transform: uppercase;
}

h3 {
    color: #696969;
    font-size: 11px;
    padding: 0 0 3px 12px;
    font-weight: bold;
}

h4 {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    margin: 8px 16px 0 16px;
}

a {
    color: #164D9C;
    text-decoration: underline;
}

a:visited {
    color: #660000;
}

a:hover {
    text-decoration: none;
}

p,ul {
    margin: 0 0 13px 12px;
}

li {
    list-style: outside;
    margin-left: 24px;
    margin-bottom: 5px;
    line-height: 12px;
    /* font-size: 10px; */
    color: #696969;
}

ol li {
    list-style: decimal;
    margin-left: 32px;
}

form {
    font-size: 10px;
}

form th {
    text-align: right;
}

input,select,textarea {
    background: #F5F5F5;
    color: #000000;
    text-align: left;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    vertical-align: middle;
    border: 1px inset #7A7A7A;
    margin: 1px;
    padding: 1px;
}

option {
    padding: 1px 5px 0 3px;
}

hr {
    border: 1px solid #808080;
}

.button {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #666666;
    font-weight: bold;
    border: 2px outset #DEDEDE;
    text-align: center;
    cursor: pointer;
}

.radio {
    background: transparent;
    border: none;
    width: 15px;
    height: 15px;
}

.linepadd {
    border-bottom: 1px solid #DBDBDB;
    margin: 0 0 8px 0;
}

.outlined,.outlined td,.outlined th {
    border: 1px solid #C5C5C5;
}

.noborder,.noborder td,.noborder th {
    border: none;
}

.normal {
    color: #727272;
    font-size: 10px;
    border-collapse: collapse;
    margin: 2px 0 10px 19px;
    font-style: normal;
}

.nomargin {
    margin: 0px;
}

.black {
    color: black;
}

table.normal td,table.normal th {
    color: #000000;
    font-size: 10px;
}

.textcenter {
    text-align: center;
}

.cleaner {
    clear: both;
}

.micro {
    font-size: 1px;
}

.block {
    clear: both;
}

.leftblock {
    float: left;
    width: 48%;
}

.rightblock {
    float: right;
    width: 48%;
}

.leftpic {
    float: left;
    margin: 5px 5px 0 0;
}

.rightpic {
    float: right;
    margin: 5px 0 0 5px;
}

.expressLine {
    background: transparent url(superexpress_background.jpg) top left no-repeat;
    width: 835px;
    height: 250px;
    overflow: hidden;
    padding-left: 3px;
    padding-top: 45px;
}

/* productlist ----------------------------*/
.proditem {
    float: left;
    text-align: center;
    position: relative;
}

a.proditemimg {
    display: block;
    border: solid #E0E0E0;
    border-width: 1px 1px 0 1px;
    margin: 0 auto 0 auto;
    padding: 0 0 2px 0;
    text-decoration: none;
    font-size: 10px;
    color: #666666;
}

a.proditemimg img {
    margin: 5px 0 5px 0;
}

.proditem .description {
    display: block;
    height: 30px;
    line-height: 15px;
    font-size: 9px;
    color: #666666;
    border: solid #E0E0E0;
    border-width: 0 1px 0 1px;
    overflow: hidden;
}

a.proditemcode {
    display: block;
    color: #FFFFFF;
    background: #666666 url(prlist-arrow.gif) right bottom no-repeat;
    margin: 0 auto 0 auto;
    padding: 0 10px 0 0;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #666666;
}

a.proditemcode:visited {
    color: #FFFFFF;
}

a.proditemcode:hover {
    color: #FFFFFF;
    background: #666666 url(prlist-arrow-lt.gif) right bottom no-repeat;
}

.active a.proditemimg,.active .description,.active a.proditemcode {
    border-color: red;
}

.active a.proditemcode {
    background: red;
    color: black;
}

/* productlist end ------------------------*/
.testimonials cite {
    margin: 16px 8px 8px 8px;
    display: block;
    font-style: italic;
    color: #1C509D;
}

.testimonials address {
    margin: 0 8px 16px 8px;
    display: block;
    font-style: normal;
    color: #575757;
}

.discounts h3 {
    font-size: 14px;
}

.listTabs {
    font-size: 12px;
    height: 28px;
    font-weight: bold;
    padding: 4px 10px 0 10px;
}

.listTabs img {
    vertical-align: middle;
}

.listTabs a {
    display: block;
    width: auto;
    float: left;
    text-decoration: underline;
    background: transparent;
    padding: 0 5px 0 0;
    margin: 0 5px 0 5px;
}

.listTabs a:hover {
    color: #FF0000;
}

#pageHead {
    background: transparent url(top-bg.gif) no-repeat top left;
    margin: 8px auto 0 auto;
    width: 848px;
    height: 52px;
    position: relative;
}

#pageHead h1 a {
    color: #ADD6FE;
    background: transparent;
    font-size: 18px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 0 0 16px;
    line-height: 160%;
    font-size: 16px;
}

#pageHead p a {
    color: #ffffff;
    background: transparent url(ue-logo-bg.gif) top right no-repeat;
    display: block;
    text-indent: -500em;
    position: absolute;
    top: 0;
    right: 0;
    width: 174px;
    height: 54px;
    text-decoration: none;
}

#pageHead #languages {
    position: absolute;
    top: 33px;
    left: 20px;
}

#mainMenu {
    clear: both;
    background-color: #0066CC;
    color: #A7A7A7;
    width: 833px;
    height: 18px;
    line-height: 18px;
    margin: 0 auto 0 auto;
    border-bottom: #003399 solid 2px;
    border-top: #138CFF solid 1px;
    position: relative;
    padding-left: 15px;
}

#mainMenu div.level1 {
    float: left;
    width: auto;
    font-size: 10px;
    position: relative;
}

#mainMenu div.level2 {
    display: none;
    position: absolute;
    top: 13px;
    left: 32px;
    background-color: #0066CC;
    color: #A7A7A7;
}

#mainMenu a {
    text-decoration: none;
    padding: 0 0 0 5px;
    color: #FFFFFF;
    position: relative;
    font-weight: bold;
}

#mainMenu a:hover {
    color: #CCCCCC;
}

#mainMenu div.level2 a {
    display: block;
}

#topmenusearch {
    float: right;
    text-align: right;
    padding-right: 10px;
}

#search .intext {
    margin: 0;
    padding: 1px 1px 1px 1px;
    font-size: 9px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: #138CFF 1px solid;
    color: #000000;
    background: #E6EBF7;
    vertical-align: baseline;
}

#search .button {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 9px;
    font-weight: bold;
    border: #138CFF 1px solid;
    vertical-align: baseline;
    background: #00349A;
    color: #138CFF;
}

#submenu {
    background: #E6EBF7 url(../pics/submenu-line.gif) 0 32px repeat-x;
    font-size: 11px;
    padding: 0 0 0 20px;
    height: 32px;
}

#submenu ul {
    margin: 0;
}

#submenu ul li {
    background: transparent url(tab-bg.gif) top left no-repeat;
    display: block;
    list-style: none;
    float: left;
    margin: 0 2px 0 0;
}

#submenu a {
    color: #424242;
    font-weight: bold;
    display: block;
    padding: 0 10px 0 10px;
    line-height: 32px;
    text-decoration: none;
}

#submenu a:hover {
    color: #EE262B;
    text-decoration: underline;
}

#custlist {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}

#custlist li {
    list-style-position: outside;
    list-style: none;
    background: #D5D5D5;
    padding: 0 0 0 8px;
}

#custlist li.active {
    background: #B1B1B1 url(arrow-right.gif) no-repeat right;
}

#custlist a {
    text-decoration: none;
    color: #424242;
    line-height: 32px;
    display: block;
}

#custlist a:hover {
    color: #E10000;
    text-decoration: underline;
}

span#productmenutop {
    display: none;
    position: absolute;
    top: 17px;
    left: 80px;
    z-index: 50;
    background: #00349A;
}

span#productmenutop a {
    display: block;
    padding: 2px 5px 0 5px;
    border-bottom: 1px solid #0066CC;
}

#pageArea {
    background: #FFFFFF url(pagearea-bg.gif) left repeat-y;
    margin: 0 auto 0 auto;
    width: 848px;
    position: relative;
}

#topBlockContainer {
    color: #ffffff;
    background: transparent url(pagesubarea-bg.gif) repeat-y scroll right center;
    width: 848px;
    height: 290px;
    position: relative;
}

#pageSubArea {
    background: transparent url(pagesubarea-bg.gif) right repeat-y;
    padding: 5px 6px 0 6px;
    position: relative;
    width: 836px;
}

#customLeftMenu {
    float: left;
    width: 200px;
}

#customPage {
    float: right;
    width: 632px;
}

#footer {
    clear: both;
    position: relative;
    width: 848px;
    height: 65px;
    background: #001939 url(bg-footer-left.png) bottom center no-repeat;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto 0 auto;
}
#footer img {
    position: absolute;
    top: 7px;
    left: 10px;
}
#footer p {
    text-align: left;
    position: absolute;
    right: 350px;
    top: 10px;
}
#footer address {
    font-style: normal;
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
}
#footer-plain {
    clear: both;
    position: relative;
    width: 848px;
    height: 65px;
    background: #001939 url(bg-footer-plain.png) bottom center no-repeat;
    color: #FFFFFF;
    text-align: center;
    margin: 0px auto;
}
#footer-plain p,ul {
    margin: 0;
    padding: 0;
}
#challenge_ol li {
    line-height: 15px;
}

/* Uniform Designer extension ---------------------------- */
#uniformDesigner #pageHead {
    width: 975px;
}

#uniformDesigner #mainMenu {
    width: 960px;
}

#uniformDesigner #pageArea {
    width: 975px;
}

#uniformDesigner #pageSubArea {
    padding: 5px 0 5px 4px;
}

#uniformDesigner #footer {
    width: 975px;
}

/* ------------------------------------------------------- */
#pricingForm {
    text-align: left;
    background: transparent url(pricing-form-bg.gif) top left no-repeat;
    width: 420px;
    height: 450px;
    position: absolute;
    top: -10px;
    left: 25px;
    padding: 0;
    margin: 0;
    display: none;
    overflow: auto;
}

#pricingForm fieldset {
    padding: 10px 25px 10px 20px;
}

#pricingForm h3 {
    padding-left: 0;
}

#pricingForm p {
    margin-left: 0;
    margin-bottom: 8px;
    clear: both;
}

#pricingForm p.submit {
    padding-left: 90px;
}

#pricingForm label {
    float: left;
    display: block;
    width: 90px;
    padding-top: 2px;
}

#pricingForm hr {
    margin-bottom: 10px;
}

/* ------------------------------------------------------- */
#productDetailBlock {
    position: absolute;
    left: 282px;
    top: 175px;
    width: 180px;
    height: 150px;
    overflow: visible;
}

#productDetailBlock p {
    margin: 0 0 10px 0;
    font-size: 9px;
    text-align: left;
}

#productDetailBlock span {
    color: #888888;
}

#uniformName {
    position: absolute;
    left: 30px;
    top: 0px;
    width: 180px;
    height: 30px;
    overflow: visible;
}

#uniformName h2 {
    text-align: left;
    padding: 0;
}
/* ------------------------------------------------------- */
#sizeChart {
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 0;
    margin: 0;
    width: 675px;
    height: 600px;
    overflow: auto;
    display: none;
    background: white;
    border: 4px solid #E6EBF7;
}
/* ------------------------------------------------------- */
#social-links {
    position: relative;
    width: 826px;
    border: 1px solid #aaaaaa;
    padding: 2px;
    background: #e1e1e1 url(fanzone-back.png) top left no-repeat;
}
#social-links a {
    margin-top: 4px;
    margin-right: 10px;
    float: right;
}
/* ------------------------------------------------------- */
table.sports-options td {
    width: 80px;
    padding: 0.1em;
    text-align: center;
    vertical-align: top;
}
table.sports-lead-form td.lead-form-label {
    width: 100px;
    padding-right: 4px;
    padding-bottom: 2px;
    text-align: right;
}
/* ------------------------------------------------------- */
#addThisShareIt {
    position: relative;
    width: 848px;
    margin: 5px auto;
    text-align: right;
}
/* ------------------------------------------------------- */
#specialOffersMenuLabel a {
    color: #ffff00;
}
#specialOfferMenu {
    position: absolute;
    top: 62px;
    width: 300px;
    background: transparent;
    left: -5000px;
}
#specialOfferMenu div,ul,li {
    border: 0;
    margin: 0;
}
#specialOfferMenu .menu-header {
    background: transparent url(drop-back-head.png) top center no-repeat;
    width: 300px;
    height: 50px;
    overflow: hidden;
}
#specialOfferMenu .menu-body {
    background: transparent url(drop-back-body.png) top center repeat-y;
    width: 300px;
}
#specialOfferMenu .menu-body .menu-content {
    position: relative;
    left: 35px;
    width: 220px;
}
.menu-content ul {
    margin-left: 20px;
}
.menu-content ul li {
    padding-bottom: 8px;
    color: #f0f0f0;
    font-size: 12px;
    line-height: 1.2em;
}
.menu-content a {
    color: #ffffff;
    text-decoration: none;
}
.menu-content a:hover {
    color: #f0f0f0;
    text-decoration: none;
}
.menu-content a:visited {
    color: #ffffff;
    text-decoration: none;
}
#specialOfferMenu .menu-footer {
    background: transparent url(drop-back-foot.png) top center no-repeat;
    width: 300px;
    height: 40px;
    overflow: hidden;
}

