/*
	================================================
	These style rules are for the ProductList page
	================================================
*/


div#col1 {
    width: 200px;
    padding-top: 5px;
}

div#col1 img {
    padding: 4px;
    background-color: white;
    border: 2px solid #999;
    margin-top: 20px;
}


div#productDetail {
    width: 573px;
    overflow: hidden;
    margin: 0px;
    float: right;  
}

body.col2 div#col2 {
    margin: 0px;
    width: 400px;    
}

body.col2 div#col2 h1 {
    margin-top: 5px;
    font-size: 12px;
    font-family: Arial;
    margin-bottom: 20px;
	line-height:160%;
	color: #999;
}

body.col2 div#col2 h1 a {
    color: #999;
}


body.col2 div#col2 h1 .productCategorySelected {
    color: #000000;
    font-size: 14px;
    border-bottom: 1pt solid #000;
}



body.col2 div#col2 span#description {
    font-size: 12px;
    line-height: 130%;
    font-family: verdana, arial, sans-serif;
    display: block;
    float: left;
    width: 390px;
}

body.col2 div#col2 span#step {
    font-size: 12px;
    color: #000;
}

.colorGroupName
{
    font-weight:bold;
    color:#000;
}


body.col2 div#col2 p {
    line-height: 130%;
}

body.col2 div#col2 table {
    height: 45px;
}
body.col2 div#col2 td {
    width: 65px;
}

body.col2 div#col2 a {
    color: #999999;
}

body.col2 div#col2 .mychoose {
    color: #999999;
    font-weight:bold;
}

body.col2 div#col2 .myColorSpecificChoice {
    color: #9999FF;
    font-weight:bold;
}

.clear {
    clear: both;
}

.colorProfileColorName {
    height: 25px;
    width: 65px;
    font-size: 10px;
}


div#productOption {
    background-color: #E5E6E8;
    width: 170px;
    text-align: center;
    float: right;
    margin: 0px !importent;
    margin-left: -10px;
    height: 670px;
}

div#productOption div#state {
    text-align: center;
    background-color: #A9AAAE;
    color: #ffffff;
    padding: 10px 0 10px 0;
    font-weight: normal;
}


div#option {
    padding-top: 20px;
    width: 100%;
}

div#option select {
    font-size: 12px;
    width: 155px;
}

div#option span#customBlendBar {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.introLink {
    color: #000;    
    border-bottom: solid 1px #000;
    line-height: 200%;  
    font-weight:normal;
}


.qty {
    font-size: 15px;
    color: Black;
    padding-left: 10px;
    padding-right: 5px;
    font-weight:normal;
}

div#productlist {
    background-color: #E5E6E8;
}

div#separator {
    width: 95%;
    border-bottom: solid 1px #999999;
    margin-bottom: 10px;
}

.showColorPanel {
    height: 50px;
    width: 130px;
    border: solid 1px #000;
}

.panelWidth {
    width: 100%;
}

div#optionPanel {
    vertical-align: top;
}


/***Set high of productDetail***/
div#productDetail:after {
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#productDetail {
    display: inline-block;
}
/*\*/
div#productDetail {
    display: block;
}
/* end easy clearing */
/*\*/
div#col2, div#productOption {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
}

@media all and (min-width: 0px) {
    div#col2, div#productOption {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    div#col2:before, div#productOption:before {
        content: '[DO NOT LEAVE IT IS NOT REAL]';
        display: block;
        background: inherit;
        padding-top: 32767px !important;
        margin-bottom: -32767px !important;
        height: 0;
    }
}
/**/
