/**
 * General printing rules,
 *  don't print anything noprint, left | right column, menu, etc...
 */
@media print{
    .noprint{
        display: none;
    }
    .printonly{
        display: '';
    }
    div#container{
        width: 100%;
    }
    div#left_in{
        width: 100%;
    }
    a.button, div.button{
        display: none;
    }
    a{
        text-decoration: none !IMPORTANT;
    }
    body{
        background: white none !IMPORTANT;
    }
    body div#main{
        background: white none;
    }
    body div#right{
        background: white none;
    }
    body div#bottom1{
        background: white none;
    }
    #BodyColumnLeft{
        display: none;
    }
    #BodyColumnRight{
        display: none;
    }
}

@media screen{
    .noscreen{
        display: none;
    }
    .printonly{
        display: none;
    }
}

/**** Standard Elements ****/
body{
    margin: 0pt;
    padding: 0pt;
}
img {
    border:0;
}


/**** Standard Classes ****/
.showPointer{
    cursor: pointer;
}
.centered{
    text-align: center;
}
.Box{
    margin-bottom: 1em;
}
.crumbarrows{
    font-size: 80%;
}
.Price {
    
}
.SmallPrice{
    
}
.SmallPriceOld{
    text-decoration: line-through;
}


/**** Main Body Positioning Elements ****/
#BodyTable{
    width: 100%;
}
#BodyColumnLeft{
    width: 200px;
    vertical-align: top;
}
#BodyColumnCenter{
    vertical-align: top;
}
#BodyColumnRight{
    width: 155px;
    vertical-align: top;
}


/**
 * More specific elements of the site
 */
div.divTestMode{
    text-align: center;
}
.infoBoxHeadingDark{
    text-align: center;
    color: white;
    background: black;
    padding: 4px 0pt;
    font-weight: bold;
    font-size: 13px;
}
.infoBoxContents_bold{
	font-weight: bold;
}
input.button, a.button{
    cursor:pointer;
    text-decoration:none;
    white-space:nowrap;
}
.button img{
    vertical-align: middle;
}

li.categoriesText{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}


/**** Module Table Hover Effect ****/
.moduleTable{
    color: #444;
    font-size: 11px;
    border-spacing: 0pt;
    text-align: left;
    width: 100%;
}

.moduleTable th{
    background-color: #B6B7CB;
    color: white;
    text-align: left;
}

.moduleTable .moduleRowOver{
    background-color: #E0EEE0;
}

.moduleTable .moduleRowSelected,
.moduleTable .moduleRowSelected.moduleRowOver{
    background-color: #E9F4FC;
}


.inputRequirement{
    color: red;
    font-weight: normal;
}

table.InputDataTable{
    margin: 0.5em 0pt 1em;
    padding: 0pt;
    border-collapse: collapse;
    width: 100%;
}

table.InputDataTable th{
    padding: 0.5em 1em 0.5em;
}

table.InputDataTable td{
    padding: 0.15em 0.25em;
}

div.InputDataDiv{
    margin: 0.5em 0pt 1em;
    padding: 0pt;
    border-collapse: collapse;
}

div.InputDataDiv h2{
    font-size: 100%;
    margin: 0;
    padding: 0.5em 1em;
    text-align: center;
}

div.InputDataDiv div{
    padding: 0.15em 0.25em;
}

.readonly_overlay{
    background-color: #333;
    opacity: 0.2;
    filter:alpha(opacity=20)
}

/*styles for the checkout processing errors dialog box*/ 
.dialog-errors-heading {
	font-size:14px; 
	font-weight:bold;
	text-align:center;
}
	
.dialog-errors {
	 font-size:11px;
	 text-align:left;
	 width: 75%;
	 margin-left:auto;
	 margin-right:auto;
}
	
.dialog-errors div {
	margin-bottom:4px;
}

#size_chart {
    display: none;
    text-align: left;
}
#size_chart.popup {
    display: block;
    padding: 10px;
}
#size_chart_content {
    background-color: #fff;
    text-align: left;
}
#size_chart_link, #size_chart_us_sizes, #size_chart_metric_sizes {
    text-decoration: underline;
    cursor: pointer;
}
.metric_size {
    display: none;
}
.zxheadertextxz
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:24px;
    font-style:normal;
    font-weight:bold;
    font-variant:normal;
    color:#000
}
.zxheadertextgreyxz
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:18px;
    font-style:normal;
    font-weight:bold;
    font-variant:normal;
    color:#06F
}
.zxbodycopyxz
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    color:#000;
    text-align: left;
}
.zxbodycopyboldxz
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    color:#000;
    font-weight:bold;
    text-align: left;
}

td.customFieldElement {
	font-size: 0.8em;
	white-space: nowrap;
}

/* checkout page */
.checkout_disclaimer {
    font-size: 0.7em;
}