﻿    /* main.css */
    body {
	    background-image: url(/images/main/gradient_winter.gif);
		background-repeat: repeat-x;
	}
	#divFooterWrapper {
        background-color:#85b6c4;
	}
	.divMainNaviTextOn { 
        background-color:#85B5C3;
    }
    .divButtonText {
	    background-color:#85b5c3;
	}
	hr.gray {
        border-color: #C5DCE3;
	}
    
    /* detail.css */
    .divSubNaviLine {
        border-bottom:1px solid #c5dce3;
    }
    a.subnavigMain {
        background-image:url(/images/navigation/dot_blue.gif);
        background-position:0px 1px;
        background-repeat:no-repeat;
    }
    a.subnavigMainActive {
        background-image:url(/images/navigation/arrow_blue.gif);
        background-position:0px 1px;
        background-repeat:no-repeat;
    }
    .imageGalleryThumb {
        background-image:url(/images/detail/box_gallery_winter.gif);
    }
    .divGalPic {
        background-image:url(/images/detail/box_gallery_winter.gif);
        background-repeat:no-repeat;
    }
    .divGalPicLast {
        background-image:url(/images/detail/box_gallery_winter.gif);
        background-repeat:no-repeat;
    }
    .divLinksFeratel {
        background:#85b5c3;
    }
    
    /* font_small.css */
    a.content { border-bottom: 1px solid #30acd6; }
    
    .divMainContent a {     line-height:18px; font-size: 12px; color: #666; font-weight: normal; border-bottom: 1px solid #30acd6; }
	.divImageLeft a,
	.imageContainerLeft a,
	.imageLinkMainContainerLeft a,
	.imageContainerRight a {line-height:18px; font-size: 12px; color: #666; font-weight: normal; border-bottom: 0;}
    
    .spanDotBlue {    
	    color:#0099cc;
	}
	
	/* form.css */
	.divButtonSend {
        background-color:#85B5C3;
    }
    
    /* sitemap.css */
    .divHorLine {
        border-bottom:1px solid #C5DCE3;
    }