a{ text-decoration: none; outline: none; }
ul, ol{ list-style: none; }
label{ cursor: pointer; }
html, body{ width: 100%; height: 100%; }
table{ border-collapse: collapse; }
html, body, h1, h2, h3, h4, h5, h6, p, form, fieldset, img, label, ul, li, ol, dl, dd, dt{
    margin: 0;
    padding: 0;
    border: none;
}
body, input, textarea, select{ font: 100% Tahoma,Verdana,Arial,Helvetica,sans-serif; }

body{
    background: #745060 url(../img/bodyBg.png) repeat-x;
    text-align: center;
    position: relative;
}

#wrapper{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

#content{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    height: 1%;
    position: relative;
    padding-bottom: 10px;
    background: url(../img/contentBg.gif) 0 0 repeat-y;
}

#top{
    height: 30px;
    width: 1000px;
    font-size: 0.69em;
    margin: 0 auto;
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

#top ul#topNav{
    float: left;
    padding-left: 10px;
}
#top ul#topNav li, ul#bottomNav li{
    float: left;
    padding : 0 7px 0 6px;
    height: 30px;
}
#top ul#topNav li a{
    font-size: 1.09em;
    height: 30px;
    line-height: 2.45em;
    float: left;
}
#top ul#topNav img{ display: block; padding-top: 11px; }
#top ul#topNav li a, ul#bottomNav li a{ color: #fff; }
/*#top ul#topNav li.active a{ color: #fff; background: url(../img/markers/02.gif) center bottom no-repeat; }*/
#top ul#topNav li a:hover, ul#bottomNav li a:hover{ text-decoration: underline; color: #fff; }
#top ul#lang{ float: right; padding: 10px 10px 0 0; }
#top ul#lang li{ float: left; padding-right: 3px; }
#top ul#lang li img{ border: 1px #000 solid; }

#header{
    height: 216px;
    background: url(../img/headerBg.jpg) right top no-repeat;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    font-size: 0.75em;
    color: #fff;
    margin-bottom: 6px;
}
#header h1{
    position: absolute;
    top: 0;
    left: 0;
}
#header h1, #header h1 a{
    display: block;
    font-weight: normal;
    height: 90px;
    padding-left: 4px;
}
#header h1 a{
    /*background: url(../img/logo.png) right no-repeat;*/
    padding-right: 86px;
    line-height: 87px;
    font-size: 20px;
    color: #FC0089;
}
/*#header h1 a span{ color: #FFDE00; }*/
#header h2{
    position: absolute;
    top: 30px;
    left: 220px;
    font-weight: normal;
    font-size: 1.82em;
    width: 600px;
}
#header h2 span{
    display: block;
    font-style: italic;
    font-size: 1.40em;
    font-weight: bold;
    padding: 5px 0;
}
#header h2 strong{
    display: block;
    padding-left: 130px;
    font-style: italic;
    font-size: 1em;
    color: #FF068E;
}
#header h3{
    position: absolute;
    bottom: 0;
    width: 1000px;
    font-size: 1.25em;
    line-height: 42px;
    color: #D7EEF6;
    font-weight: bold;
    text-align: center;
    height: 42px;
    background: url(../img/headerFt.png) no-repeat;
}
/*#header h3 span{ color: #FFB401; }*/

#leftColumn, #rightColumn{
    width: 160px;
    float: left;
    font-size: 0.69em;
    padding-top: 5px;
}
#rightColumn{ float: right; }
#leftColumn h2, #rightColumn h2{
    height: 35px;
    font-size: 1.27em;
    color: #fff;
    font-weight: normal;
    line-height: 2.5em;
}

#hotOffers{
    background: url(../img/hotOffersBg.png) 0 0 no-repeat;
    height: 73px;
    width: 160px;
    position: absolute;
    top: 101px;
    padding-left: 15px;
    left: 0;
    font-size: 0.91em;
    color: #EAB0CA;
}
#singIn{
    text-align: center;
    padding: 0 0 15px 20px;
    text-align: left;
    background: url(../img/sectionBg.png) bottom no-repeat
}
#singIn h2{
    padding-bottom: 4px;
    color: #FF2E82;
    font-weight: bold;
    font-size: 1.27em;
}
#singIn p{
	color:white
}
#hotOffers legend{
    display: block;
    font-weight: bold;
    line-height: 1em;
    padding: 10px 0 7px;
    color: #EAB0CA;
}
#hotOffers label{ display: block; padding-bottom: 7px; }
#singIn .line{ height: 25px; padding-bottom: 1px; }
#hotOffers .line input{ float: left; margin-right: 5px; }
#hotOffers input#emailAdr, #singIn .line input{
    border: 0;
    height: 16px;
    color: #3B4B4B;
    float: left;
    width: 88px;
    font-size: 14px;
    padding: 1px 6px;
    border: 1px #fff solid;
}
#singIn .line input{ width: 106px; }
#singIn .agree{ padding: 3px 0 0; }
#singIn .agree input{
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    border: 0;
}
#singIn .agree label{
    float: left;
    color: #EAB0CA;
    font-size: 1.09em;
    padding-left: 5px;
}
#singIn .submit{
    background: url(../img/buttons/01.png) 0 0 no-repeat;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 94px;
    margin-left: 14px;
    height: 26px;
}
#singIn a{
    color: #EAB0CA;
    font-size: 0.91em;
    display: block;
    text-decoration: underline;
    padding: 4px 0 6px 8px;
}

#products{
    padding-bottom: 5px;
    font-size: 1.18em;
}
#products h2{
    padding-left: 20px;
    font-size: 1.08em;
    height: 38px;
    line-height: 38px;
    margin-left: 4px;
    padding-bottom: 4px;
    color: #FE2E81;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background: #39242C;
}
#products ul{
    width: 158px;
    margin: -1px auto 0;
}
#products li{
    background: url(../img/productBg.png) 0 0 no-repeat;
    line-height: 33px;
    padding-top: 1px;
    zoom: 1;
}
#products li a{
    color: #EAB0CA;
    display: block;
    background: url(../img/markers/14.png) 10px 10px no-repeat;
    padding-left: 29px;
    zoom: 1;
}
#products li.expand a{ background-position: 10px -70px; }
#products li a:hover, #products li.expand a{ background-color: #56283A; }
#products li ul{ display: none; }
#products li.expand, #products li.expand li{ border: none; }
#products li.expand ul{
    display: block;
    margin-top: 0;
    background: url(../img/productBg.png) 0 0 no-repeat;
}
#products li.expand li{ line-height: 1.69em; background: none; }
#products li.expand li a{
    height: 1%;
    background: none;
    padding-left: 29px;
    color: #EAB0CA;
}
#products li.expand li a:hover{ background-color: #56283A; text-decoration: underline; color: #fff; }
#learnMore{ padding: 5px; }
#additional{ padding: 4px; }
#learnMore img, #additional img{ display: block; }
#additional img{ border: 1px #4F4F4F solid; margin: 0 auto; width: 114px; }
#shoppingCart,#currenciesDiv{
    background: url(../img/sectionBg.png) bottom no-repeat;
    height: 1%;
    overflow: hidden;
    padding-bottom: 10px;
}
#currenciesDiv label {padding-left:10px; color:white;}
#currenciesDiv #frmCurr div{padding-left:10px;}

#shoppingCart h2,#currenciesDiv h2{
    padding-bottom: 4px;
    color:#FF2E82;
    font-size:1.27em;
    font-weight:bold;
    padding-left: 15px;
}
#shoppingCart img{ display: block; }
#shoppingCart .checkout{
    display: block;
    width: 94px;
    height: 25px;
    background: url(../img/buttons/04.png) 0 0 no-repeat;
    text-align: center;
    color: #fff;
    font-size: 1.18em;
    line-height: 1.77em;
    font-weight: bold;
    margin: 15px auto 17px;
}
#shoppingCart .checkout:hover{ text-decoration: underline; }
#shoppingCart p{
    color: #EAB0CA;
    text-align: center;
    font-size: 1.09em;
    line-height: 2em;
    padding: 4px 0;
}
#shoppingCart p strong{ color: #fff; }
#shoppingCart p a{ text-decoration: underline; color: #EAB0CA; }
#shoppingCart p a:hover{ color: #000; }

#help{
    background: url(../img/helpBg.png) 0 146px no-repeat;
    height: 1%;
    overflow: hidden;
}
#help h2{ 
    font-size: 1.27em;
    font-weight: bold;
    color: #FE2E81;
    height: 38px;
    line-height: 38px;
    margin-left: 4px;
    padding-left: 20px;
}
#help ul{ padding: 11px 0 30px; }
#help a:hover{ text-decoration: underline; }
#help li{
    padding-left: 42px;
    line-height: 1.64em;
    height: 1%;
    font-size: 1.18em;
    background: url(../img/markers/14.png) 22px -168px no-repeat;
}
#help li a{
    color: #000;
}

#callUs{ height: 87px; padding-left: 7px; }
#callUs h3{
    color: #212E2E;
    font-weight: normal;
    font-size: 1.27em;
    padding: 8px 0 3px 7px;
}
#callUs h4 b{ color: #000; }
#callUs h4{
    color: #000;
    font-size: 1em;
    line-height: 1.45em;
    font-weight: bold;
    padding-left: 7px;
}
#callUs p{
    color: #222D2D;
    font-size: 0.91em;
    text-align: left;
    padding: 4px 7px 0 7px;
    line-height: 1.2em;
}

#helpCenter{
    height: 103px;
    position: relative;
    padding-top: 5px;
}
/*#helpCenter h3{*/
/*    color: #fff;*/
/*    font-weight: normal;*/
/*    font-size: 1.18em;*/
/*    text-align: left;*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    left: 15px;*/
/*    line-height: 1.23em;*/
/*}*/
/*#helpCenter strong{*/
/*    display: block;*/
/*    color: #fff;*/
/*    font-weight: normal;*/
/*    position: absolute;*/
/*    text-transform: uppercase;*/
/*    top: 74px;*/
/*    line-height: 1em;*/
/*    height: 20px;*/
/*    left: 15px;*/
/*    text-align: center;*/
/*    font-size: 1.18em;*/
/*    width: 67px;*/
/*}*/

#middleColumn p, #middleColumn .descriptions li{
    color: #E5E5E5;
    font-size: 1.27em;
    line-height: 1.50em;
    text-align: justify; 
}
#middleColumn .product{
    padding-top: 15px;
    margin-top: 30px;
    background: url(../img/productsSep.png) 0 0 no-repeat
}
#middleColumn .product h4, #middleColumn .product p{ padding-bottom: 10px; }
#middleColumn h5{
    color: #fff;
    text-align: left;
    border: 0;
    background: none;
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    padding-top: 0;
    width: auto;
    margin-top: -6px;
}
#middleColumn .descriptions ul{ padding: 2px 15px 20px; }
#middleColumn .descriptions{ font-size: 0.91em; }
#middleColumn .descriptions-2{
    font-size: 0.86em;
    overflow: hidden;
    height: 1%;
    padding-bottom: 10px;
}
#middleColumn .descriptions-2 p{ padding: 10px 0; }
#middleColumn .descriptions-2 img{ float: right; padding: 0 0 10px 15px; }
#middleColumn .descriptions-3{
    background: url(../img/contactBg.png) 0 0 no-repeat;
    font-size: 0.86em;
    margin-bottom: 40px;
    width: 602px;
    height: 106px;
    padding: 20px 0 0 30px;
}
#middleColumn .descriptions-3 p{ color: #fff; float: left; width: 300px; }
#middleColumn .descriptions-3 strong, #middleColumn .descriptions-3 b{ color: #fff; }
#middleColumn .descriptions-3 strong{ font-size: 1.09em; display: block; padding-bottom: 10px}
#middleColumn .descriptions-3 a, #middleColumn .descriptions-2 a, #middleColumn .descriptions a{ color: #FF2E82; text-decoration: underline; }

#middleColumn .line{ height: 1%; overflow: hidden; clear: both; padding-bottom: 3px; }
#middleColumn h2 b{ color: #2493CC; }
#middleColumn h2, #middleColumn h3{
    font-size: 1.64em;
    font-weight: normal;
    color: #FF2E82;
    line-height: 1em;
    padding-bottom: 12px;
}
#middleColumn h3{
    font-size: 1.40em;
    font-weight: bold;
}
#middleColumn h4{
    font-weight: bold;
    color: #fff;
    font-size: 1.18em;
}
#middleColumn{
    float: left;
    width: 640px;
    padding: 0 20px;
    font-size: 0.69em;
    padding-top: 15px;
    background: url(../img/middleBg.png) 0 0 no-repeat;
}

#specialOffer{ padding: 10px 0 20px; }
#specialOffer img{ display: block; }

#bestsellers{ overflow: hidden; height: 1%; padding-bottom: 10px; }
#bestsellers .line{
    padding: 6px 0;
    height: 1%;
    overflow: hidden;
}
#bestsellers .bestseller{
    width: 314px;
    height: 106px;
    background: url(../img/bestsellerBg.png) 0 0 no-repeat;
    position: relative;
    color: #343434;
    float: left;
}
#bestsellers .odd{ margin-left: 12px; }
#bestsellers .bestseller h3{
    color: #fff;
    font-size: 1.27em;
    padding: 8px 0 1px;
    width: 190px;
    font-weight: bold;
    float: left;
}
#bestsellers .bestseller h4{
    color: #EAB0CA;
    font-size: 1.09em;
    padding: 2px 0 0;
    height: 15px;
    width: 190px;
    font-weight: normal;
    float: left;
}
#bestsellers .bestseller .price{
    float: left;
    color: #fff;
    width: 190px;
    font-size: 1.09em;
    line-height: 1.5em;
    height: 25px;
    padding-top: 3px;
}
#bestsellers .bestseller .price strong{
    font-size: 1.75em;
    font-weight: normal;
}
#bestsellers .bestseller img{ float: left; padding: 9px 22px 9px 9px; }
#bestsellers .bestseller a:hover{ text-decoration: underline; }
#bestsellers .bestseller a.buyNow, #bestsellers .bestseller a.details{
    display: block;
    float: left;
    width: 96px;
    height: 26px;
    background: url(../img/buttons/02.png) no-repeat;
    text-align: center;
    color: #fff;
    font-size: 1.18em;
    line-height: 1.77em;
    font-weight: bold;
    margin-right: 7px;
}
#bestsellers .bestseller a.details{
    width: 74px;
    margin-left: 1px;
    background: url(../img/buttons/03.png) no-repeat;
}

#identifyingDetails, .productTable, #returning, #newCustomers{
    width: 640px;
    padding: 30px 0 20px;
    margin-bottom: 20px;
    background: url(../img/productsSep.png) center bottom no-repeat;
}
#returning h3, #newCustomers h3{
    height: 27px;
    background: url(../img/heads/01.png) no-repeat;
    font-size: 1.27em;
    color: #202020;
    font-weight: normal;
    padding: 6px 0 0 15px;
}
#identifyingDetails h3{ color: #fff; font-size: 1.36em; }
#identifyingDetails a{ color:#FF2E82; text-decoration:underline; }
#identifyingDetails form{ padding-top: 5px; }
#identifyingDetails .line{ padding: 10px 15px 10px; }
#identifyingDetails .line label{
    color: #E5E5E5;
    float: left;
    font-size: 1.09em;
    display: block;
    width: 100px;
    line-height: 1.7em;
}
#identifyingDetails .line input, #identifyingDetails .captcha input{
    width: 188px;
    border: 1px #fff solid;
    color: #3B4B4B;
    float: left;
    font-size: 13px;
    height: 16px;
    padding: 2px 6px;
}
#identifyingDetails .captcha input{ padding: 1px 6px; }
#identifyingDetails .line textarea{
    width: 375px;
    border: 1px #fff solid;
    color: #3B4B4B;
    float: left;
    font-size: 14px;
    height: 120px;
    padding: 1px 6px;
}
#identifyingDetails .captcha{
    height: 50px;
    background: url(../img/captchaBg.png) left bottom no-repeat;
    margin-left: 95px;
    padding-top: 15px;
}
#identifyingDetails .captcha label{
    font-size: 1.09em;
    float: none;
    color: #E5E5E5;
    width: 140px;
}
#identifyingDetails .captcha input{ margin: 10px 6px 0; }
#identifyingDetails .captcha img{ float: left; margin: 9px 0 0 45px; }
#identifyingDetails p{
    font-size: 1em;
    padding: 10px 95px;
}
#identifyingDetails span{
    display: block;
    color: #efefef;
    padding: 15px 0 0 95px;
}
#identifyingDetails .submit{
    margin: 20px 10px 10px 388px;
    display: block;
    width: 93px;
    height: 26px;
    border: 0;
    background: url(../img/buttons/05.png) 0 0 no-repeat;
    text-align: center;
    color: #fff;
    font-size: 1.18em;
    line-height: 1.77em;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 3px;
}

.productTable{
    padding: 6px 0 0;
    margin-bottom: 4px;
    width: 637px;
}
#middleColumn .productTable h3{
    background: url(../img/productTableTop.png) 0 0 no-repeat;
    height: 41px;
    color: #fff;
    font-size: 1.64em;
    line-height: 2em;
    text-align: center;
    padding: 0 537px 0 0;
    position: relative;
    width: 100px;
}
.productTable table{
    width: 100%;
    height: 25px;
    margin-top: -8px;
    background: #682F46 url(../img/productTableBg.png) bottom no-repeat;
}
.productTable th{
    color: #fff;
    text-align: center;
    font-weight: normal;
    height: 38px;
}
.productTable td strong{ color: #FFC000; }
.productTable tr.even{ background: #79344F; }
.productTable td{
    text-align: center;
    font-size: 1.09em;
    color: #fff;
    height: 25px;
    line-height: 2.08em;
}
.productTable .addToCart{ width: 100px; }
.productTable .addToCart a{
    display: block;
    width: 83px;
    height: 19px;
    background: url(../img/buttons/10.png) 0 0 no-repeat;
    text-align: center;
    color: #fff;
    font-size: 0.91em;
    line-height: 18px;
    font-weight: bold;
    margin: 1px auto 0;
}
.productTable .addToCart a:hover{ text-decoration: underline; }

#checkout, #contactUs, #productPage, #sign, #shippingBilling{ height: 1%; overflow: hidden; padding-bottom: 20px; }
#checkout a.continueShopping{
    display: block;
    width: 142px;
    height: 27px;
    padding-left: 15px;
    background: url(../img/buttons/07.png) 0 -0 no-repeat;
    text-align: center;
    color: #fff;
    font-size: 1.18em;
    line-height: 1.77em;
    font-weight: bold;
    float: right;
    margin-right: 11px;
}
#checkout a.checkout{
    display: block;
    width: 117px;
    height: 27px;
    background: url(../img/buttons/08.png) 0 -0 no-repeat;
    padding-right: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.18em;
    line-height: 1.77em;
    font-weight: bold;
    float: right;
}
#checkout a.continueShopping:hover, #checkout a.checkout:hover{ text-decoration: underline; }

#order{
    width: 640px;
    clear: both;
    overflow: hidden;
    padding-bottom: 8px;
    height: 1%;
}
#order h3{
    height: 29px;
    color: #fff;
    font-size: 1.27em;
    line-height: 2em;
    padding: 0 0 0 12px;
}


#order .odrerContainer{
    padding: 11px 9px;
    height: 1%;
    overflow: hidden;
    padding-bottom: 15px;
}
#order .orderRow{
    background: #682F46 url(../img/tableBg.png) 0 0 no-repeat;
    height: 1%;
    overflow: hidden;
    margin: 8px 0 0;
    width: 637px;
}
#order .orderImage{
    width: 121px;
    height: 112px;
    padding-left: 10px;
    float: left;
    text-align: center;
}
#order .orderPrice{
    float: left;
    height: 76px;
    padding: 10px 0 0 20px;
    width: 319px;
}
#order .orderPrice del{ color: #fff; font-weight: bold; padding-right: 15px; }
#order .orderPrice p{ padding: 10px 0 12px 23px; font-size: 1.09em; color: #fff; }
#order .orderPrice p strong{ font-size: 1.5em; color: #fff; }
#order .orderPrice label{ padding: 0 18px 4px 23px; color: #fff; display: block; }
#order .orderPrice select{ float: left; margin: 1px 10px 0 23px; width: 44px; }
#order .orderPrice input{ float: left; }
#order .orderPrice a.remove{
    color: #E5E5E5;
    text-decoration: underline;
    line-height: 1.81em;
    padding-left: 25px;
    float: left;
}
#order .orderPrice .submit, #order .orderExtra .submit{
    display: block;
    width: 83px;
    height: 26px;
    background: #22A1D1;
    text-align: center;
    color: #fff;
    border-width: 0;
    background: url(../img/buttons/06.png) top no-repeat;
    font-weight: bold;
    float: left;
    cursor: pointer;
    margin: -3px 0 0 0;
    padding-bottom: 3px;
}
#order .orderExtra .submit{ margin-top: 15px; height: 21px; background: url(../img/buttons/09.png) top no-repeat; }
#order .orderShipping{
    background: url(../img/shippingBg.png) no-repeat;
    width: 123px;
    height: 116px;
    margin: 6px 15px 0 0;
    font-size: 1.27em;
    text-indent: -99999px;
    color: #fff;
    font-weight: bold;
    float: right;
}
#order .orderExtra{
    height: 51px;
    width: 637px;
    background: url(../img/orderExtraBg.png) no-repeat;
    border-top: 0;
    z-index: 10;
    position: relative;
    padding-bottom: 17px;
}
#order .noExtra{
    height: 31px;
    width: 637px;
    background: url(../img/7-down.png) no-repeat;
    border-top: 0;
    z-index: 10;
    position: relative;
    padding-bottom: 17px;
}
#order .supersize{ padding: 0 15px; }
#order .orderExtra h4{
    float: left;
    color: #FFCC00;
    font-size: 1.45em;
    font-weight: bold;
    line-height: 3em;
}
#order .orderExtra h5{
    float: left;
    font-size: 1.09em;
    font-weight: bold;
    line-height: 4em;
    margin: 0;
    color: #fff;
    padding: 0 20px;
    width: auto;
}
#orderSummary{
    background: #682F46 url(../img/tableBg.png) 0 0 no-repeat;
    width: 637px;
    margin: 0 0 8px;
}
#orderSummary h3{
    height: 42px;
    color: #fff;
    font-size: 1.27em;
    line-height: 2em;
    padding: 0 0 0 15px;
}
#orderSummary #orderTable{
    padding: 0 0 11px 50px;
    background: #682F46 url(../img/summaryBg.png) bottom no-repeat;
}
#orderSummary table{
    text-align: left;
    margin: 0 auto;
    font-size: 1.18em;
    color: #fff;
    font-weight: bold;
}
#orderSummary td{
    width: 50%;
    height: 23px;
    padding: 0 15px;
    font-size: 1.08em;
}
#orderSummary td b{ color: #FF2E82; }
#orderSummary th{
    width: 50%;
    height: 30px;
    vertical-align: bottom;
    padding: 0 15px 0;
    margin-top: 10px;
    font-size: 1.18em;
    color: #fff;
}

h5{
    background: url(../img/h5Bg.png) center no-repeat;
    height: 15px;
    color: #fff;
    font-size: 0.69em;
    padding: 5px 0 3px;
    width: 1000px;
    margin: 0 auto;
    line-height: 1em;
    text-align: center;
}
h5 img{ padding: 0 5px; }
#footerContainer{
    height: 80px;
    background: #100108;
    border-top: 1px #FA0087 solid;
    width: 1000px;
    font-size: 0.69em;
    clear: both;
    margin: 0 auto;
}
#footer{
    height: 24px;
    padding-top: 11px;
}
#footer h6{
    float: right;
    width: 270px;
    font-size: 0.91em;
    text-align: left;
    font-weight: normal;
    padding-left: 207px
}
#footer h6, #footer h6 a{ color: #745060; }
#footer ul#bottomNav{
    margin: 0 auto;
    float: left;
    font-size: 0.91em;
    font-family: Verdana, Tahoma, sans-serif;
    padding-left: 10px;
}
#footer ul#bottomNav li, #footer ul#bottomNav li a{ height: 24px }
#footer ul#bottomNav a{ color: #fff; }

#middleColumn #tmpulli li {list-style: disc; margin-left:10px;}
#middleColumn p img{ float: left; padding-right: 5px; }

#middleColumn table.trialpack { float:left;display:inline;/*padding:10px ;*/ margin:5px;width:310px;height:153px; background-color:#682F46 ; }
#middleColumn table.trialpack td { padding: 0; text-align:left; background-image:none; }
#middleColumn table.trialpack td.title{height:18px;padding:10px 0 0 5px;color:white;font-size:16px;font-family:tahoma}
#middleColumn table.trialpack td.image{padding:10px;}
#middleColumn table.trialpack td.extradesc{padding:5px 0 0 5px;font-size:11px;line-height:18px;color:white;font-family:tahoma; line-height:13px;}
#middleColumn table.trialpack td.price{height:48px;padding-left:12px;font-family:Arial; width:120px;}
#middleColumn table.trialpack td.price h5{margin:0;padding:0;color:white;font-size:21px;line-height:18px;font-weight:bold;font-family:Arial;background-image:none}
#middleColumn table.trialpack td.price span.yousave{color:#9aa6a6;letter-spacing:0;font-size:11px; line-height:18px; font-family:Arial ;}
#middleColumn table.trialpack td.button{width:90px; text-align:center; padding-right:10px;}
#middleColumn table.trialpack td.buynow{height:48px;font-family:Arial}
#middleColumn table.trialpack a.btn.style-3 {     display: block;
    width: 83px;
    height: 19px;
    background: url(../img/buttons/10.png) no-repeat;
    text-align: center;
    color: #fff;
    font-size: 0.91em;
    line-height: 1.77em;
    font-weight: bold;
    margin: 0 auto;}

.old_price {text-decoration:line-through; }	