﻿/* last update: 2008-05-06 */

/* Miscellaneous classes for reuse */
.fltrt
{
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
}
.fltlft
{
    /* this class can be used to float an element left in your page */
    float: left;
}
.clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.checkoutHeader
{
    height: 30px;
    padding-bottom: 15px;
}
.textUppercase
{
    text-transform: uppercase;
}
.container
{
    margin: 0;
    width: 950px;
    float: left;
}
.longText
{
    width: 290px;
    height: 295px;
    overflow: auto;
}
.longTextInner
{
    width: 270px;
}

.textPrice
{
    font-weight: bold;
    font-size: 16px;
    color: #FF3300;
}
.textBox
{
    border: solid 1px #333;
    font-size: 12px;
    color: #000000;
}
.textBoxReadOnly
{
    border: 0;
    font-size: 12px;
    color: #000000;
}

.btnSmall
{
    background: transparent url(../../Images/BtnSmall.gif) no-repeat;
    border: 0px;
    height: 22px;
    width: 66px;
    font: bold 11px Arial, Helvetica, sans-serif;color: #FFFFFF;
}
.btnMedium
{
    background: transparent url(../../Images/BtnMedium.gif) no-repeat;
    border: 0px;
    height: 22px;
    width: 114px;
    font: bold 11px Arial, Helvetica, sans-serif;color: #FFFFFF;
}
.btnLarge
{
    background: transparent url(../../Images/BtnLarge.gif) no-repeat;
    border: 0px;
    height: 22px;
    width: 200px;
    font: bold 11px Arial, Helvetica, sans-serif;color: #FFFFFF;
}
.imgAlignLeft
{
    padding-right: 20px;
    padding-bottom: 15px;
    float: left;
}
.imgAlignRight
{
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}
.orangeWrapper
{
    padding: 15px;
    border: solid 1px #E56400;
    background-color: #FFD7B9;
    line-height: 18px;
}
.greyWrapper
{
    color: #000;
    padding: 10px;
    border: solid 1px #CCC;
    background-color: #EFEFEF;
    line-height: 18px;
}
.imageWrapper
{
    padding: 5px; 
    border: solid 1px #7EACB1;
    position: relative;
}
.zoomIcon
{
    position:absolute;
    top: 15px;
    left: 365px;
}
