/*************************/
/*      HTML STYLES      */
/*************************/

html, body {
    background-color: #dfdfdf;
}

a {
    color: #F02C7F;
    text-decoration: none;
}

a.normal, a.normal:hover {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

th,td {
    border: none;
    padding: 0;
}

h3 {
    color: #f1639f;
    margin: 0;
    padding: 0;
}

/*************************/
/*     LAYOUT STYLES     */
/*************************/

div.websiteShadowLeft {
    background: url('/layout/Cdf/Themes/2010/Images/website-shadow-left.png') repeat-y;
    padding-left: 15px;
}

div.websiteShadowRight {
    background: url('/layout/Cdf/Themes/2010/Images/website-shadow-right.png') 100% 0 repeat-y;
    padding-right: 15px;
}

div.websiteShadowBottomLeft {
    background: url('/layout/Cdf/Themes/2010/Images/website-shadow-bottom-left.png');
    width: 15px;
    height: 15px;
    float: left;
}

div.websiteShadowBottomCenter {
    background: url('/layout/Cdf/Themes/2010/Images/website-shadow-bottom-center.png');
    height: 15px;
    width: 950px;
    float: left;
}

div.websiteShadowBottomRight {
    background: url('/layout/Cdf/Themes/2010/Images/website-shadow-bottom-right.png');
    width: 15px;
    height: 15px;
    float: right;
}

span.header-image {
    width: 950px;
    height: 149px;
    position: absolute;
    background: url('/layout/Cdf/Themes/2010/Images/header-950x149.png');
    margin-left: 0px;
    margin-top: -2px;
}

div.headerIcons {
    float: right;
    margin-top: 90px;
}

div.headerIcons div {
    margin-right: 5px;
}

div.headerIcons img {
    width: 32px;
    height: 35px;
}

div.websiteContainer {
    background: url('/layout/Cdf/Themes/2010/Images/bg-stroke.png') repeat-x;
}

div.header-top {
    height: 20px;
}

div.header-bottom {
    height: 128px;
}

div.headerIcons {
    position: relative;
    z-index: 10;
}

div.websiteWidth {
    width: 950px;
}

div.fullWebsiteWidth {
    width: 980px;
}

div.fullWebsiteShadowWidth {
    width: 965px;
}

div.header-top-info {
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
}

div.header-top-info-left {
    text-align: left;
    float: left;
    margin-left: 10px;
}

div.header-top-info-right {
    text-align: right;
    float: right;
    margin-right: 10px;
}

div.header-bottom-info {
    color: #fff;
    text-align: left;
}

div.leftBar {
    width: 180px;
}

div.centerBar {
    width: 525px;
}

div.centerBarBig {
    width: 754px;
}

div.rightBar {
}

div.productBlockPrice {
    margin-top: 3px;
}

div.contentContainer {
    padding: 4px 8px 8px 8px;
}

div.breadcrumbs span {
    font-style: italic;
    font-weight: bold;
}

div.breadcrumbs {
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #000;
}

div.breadcrumbs a {
    font-weight: bold;
}

div.footer {
    height: 59px;
    border: 1px solid #848484;
    background: url('/layout/Cdf/Themes/2010/Images/footer-background-5x59.png');
}

div.footerText {
    font-weight: bold;
    padding-top: 20px;
}

div.footerText1 {
    padding-left: 10px;
}

div.footerText2 {
    padding-left: 15px;
}

div.logoTnt a {
    display: block;
    margin-top: 3px;
    margin-left: 15px;
}

div.logoPackage {
    padding-top: 4px;
    padding-left: 5px;
}

div.copyrightText {
    padding-top: 5px;
}

div.amountInputContainer {
    border: 1px solid #fff;
}

div.bottomLogo {
    width: 400px;
}

input.amountField {
    width: 25px;
    text-align: center;
    height: 15px;
}

div.bigBlock {
    background: #e3e3e3 url('/layout/Cdf/Themes/2010/Images/gradient-block-content-5x281.png') repeat-x;
    border: 1px solid #848484;
    margin-bottom: 4px;
}

div.dottedLineGrey {
    border-top: 1px dashed #848484;
    margin: 0 10px 5px 10px;
    height: 1px;
}

div.basketButtonBigContainer {
    margin-left: 5px;
}

div.lubricantProductForm {
    margin-top: 5px;
}

div.contentBlockHeader {
    background: url('/layout/Cdf/Themes/2010/Images/gradient-block-header-5x19.png') repeat-x;
    height: 17px;
    color: #fff;
    border: 1px solid #848484;
    border-bottom: none;
    padding-left: 10px;
    padding-top: 2px;
}

div.contentBlockContent {
    background: #fff;
    border: 1px solid #848484;
    padding: 10px;
    margin-bottom: 8px;
}

div.stock {
    width: 15px;
    margin-right: 1px;
    background: url('/layout/Cdf/Themes/2010/Images/stock-15x6.png');
    height: 6px;
    margin-top: 6px;
}

div.stockText {
    margin-left: 4px;
}

/*************************/
/*     HELPER STYLES     */
/*************************/

a.styleLess {
    color: #000;
}

.red {
    color: #f00;
}

a.styleLess:hover {
    text-decoration: none;
}

div.error {
    color: red;
    font-style: italic;
    font-weight: normal;
    display: none;
}

.pink {
    color: #F02C7F;
}

.lightGrey {
    color: #383838;
}

.pinkBg {
    background-color: #f02c7f;
}

div.dottedLine {
    height: 1px;
    border-top: 1px dotted #f02c7f;
    padding: 2px 2px;
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 131%;
}

.font18 {
    font-size: 138.5%;
}

.font19 {
    font-size: 146.5%;
}

.font20 {
    font-size: 153.9%;
}

.font21 {
    font-size: 161.6%;
}

.font22 {
    font-size: 167%;
}

.font23 {
    font-size: 174%;
}

.font24 {
    font-size: 182%;
}

.font25 {
    font-size: 189%;
}

.font26 {
    font-size: 197%;
}