
* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    height: 100%;
}
body {
    font-family: arial, helvetica, tahoma;
    font-size: 1em;
    color: #232323;
    background: #ffffff url(img/site_bg.png) repeat-x left top;
}

ul {
    list-style: none;
}

ol.withIndent {
    list-style: normal;
    padding-left: 40px;
}
    
img {
    border: none;
}
a {
    color: #117a95;
    outline: none;
    text-decoration: underline;
}
a:hover {
    color: #1784a0;
    text-decoration: underline;
}
input,
select,
textarea {
    font-family: arial, helvetica, tahoma;
    font-size: .8em;
}
p {
    margin-bottom: 1em;
}

.floatClearer {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.hidden {
    display: none;
}


/* wrappers */
#siteWrapper {
    width: 864px;
    margin: 0 auto;
}

/* header top */
#headerTop {
    width: 100%;
    height: 88px;
    float: left;
    background: url(img/headertop_bg.jpg) no-repeat right bottom;
}
/* logo */
#headerTop h1 {
    text-indent: -8000px;
    margin: 0;
}
#headerTop h1 a {
    display: block;
    width: 215px;
    height: 88px;
    background-image: url(img/logo.jpg);
}

/* header bottom */
#headerBottom {
    margin-top: 6px;
    width: 100%;
    height: 144px;
    float: left;
    position: relative;
    background: url(img/headerbottom_bg.png) no-repeat left top;
}
#headerBottom h2 {
    text-indent: -8000px;
    margin: 0;
    display: block;
    width: 386px;
    height: 39px;
    position: absolute;
    left: 4px;
    top: 30px;
    background: url(img/tx_pgaa.png) no-repeat left top;
}
/* topnav */
#headerBottom ul {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#headerBottom ul li {
    display: block;
    float: left;
    margin-right: 3px;
    background: url(img/nav_left.png) no-repeat left top;
}
#headerBottom ul li a {
    display: block;
    height: 27px;
    padding: 5px 15px 0 15px;
    text-decoration: none;
    color: #ffffff;
    background: url(img/nav_right.png) no-repeat right top;
}
#headerBottom ul li:hover {
    background-position: left center;
}
#headerBottom ul li:hover a {
    background-position: right center;
}
#headerBottom ul li.active {
    background-position: left bottom;
}
#headerBottom ul li.active a {
    background-position: right bottom;
}

/* as seen on */
#seenOn {
    position: absolute;
    right: 0;
    top: 20px;
    width: 385px;
    text-align: right;
    color: #fff;
}
#seenOn h3 {
    font-weight: normal;
    font-style: italic;
    letter-spacing: -1px;
    font-size: 1.4em;
}
#seenOn p {
    font-size: 0.8em;
    margin-top: 8px;
}
#seenOn img {
    margin-bottom: -10px;
}

#fb {
    position: absolute;
    right: 0;
    bottom: 3px;
}

/* content */
#content {
    float: left;
    width: 100%;
    margin: 20px 0;
}

/* left column */
#leftCol {
    width: 193px;
    float: left;
}
#twtr-profile-widget {
    margin-top: 10px;
    float: left;
}
#gaCheckout {
    margin-top: 10px;
    float: left;
}

/* right column */
#rightCol {
    width: 647px;
    float: right;
    line-height: 1.4em;
}
#rightCol h1,
#rightCol h2,
.header-text {
    color: #4f0a51;
    font-weight: normal;
    padding-bottom: 3px;
    border-bottom: solid 1px #ccc;
    line-height: 1em;
    margin: 0.5em 0;
    font-size: 1.4em;
}

#nounderline
{
    border-bottom: none;
}

#rightCol h2 {
    font-size: 1.2em;
    margin: 1.5em 0 0.5em 0;
}

#rightCol ul {
    clear: both;
    margin: 5px 0 0 0;
}
#rightCol ul.handbag li {
    background: url("img/icon_handbag.gif") no-repeat 4px 1px;
    padding: 0 0 10px 27px;
}
#rightCol ul.default li {
    background: url("img/arrow_right.gif") no-repeat 4px 6px;
    padding: 0 0 10px 20px;
}

.photoPanel
{
width: 100%;
float: left;
border-bottom: solid 2px #eeeeee;
padding: 15px 0;
margin-bottom: 15px;
text-align: center;
}
.photoPanel a
{
display: block;
float: left;
border: solid 1px #ccc;
border-bottom: solid 10px #ccc;
margin-left: 5px;
}
.photoPanel a:hover
{
border-color: #666666;
}
.photoPanel a img
{
display: block;
}


/* footer */
#footer {
    clear: both;
    padding: 10px 0;
    font-size: 0.8em;
    text-align: right;
    border-top: solid 1px #8f8f8f;
}

.formInfo
{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0px;
}

.formInfo label
{
    width: 30%;
    height: auto;
    display: inline-block;
}

.formInfo div
{
    /*width: 30%;*/
    height: auto;
    display: inline-block;
}



.nobg
{
    background-image: none;
}

.textboxsmaller
{
    font-size: .8em;
}

#ctl00_CPH1_shippingInfo
{
    width: 100%;
}

#ctl00_CPH1_up1
{
    width: 100%;
}

#basketdisplay .div
{
    width: 100%;
}