#columnLeftStyle {
    position: relative;
    float: left; 
    width: 360px;
    }

    #columnLeftStyle p {
        float: left;
        width: 155px; 
        color: #000; 
        margin: 0 20px 10px 0; 
        padding: 0 !important;
        }

    #columnLeftStyle a { 
        width: 100px;
        float: left; 
        color: #000; 
        display: block; 
        text-decoration: underline;
        font-weight: bold;
        margin: 1em 0 0 0;
        padding: 0 0 0 12px;
	    background: url("../imgs/small-red-arrow.gif") no-repeat 0 3px;
        }

#columnRightStyle { 
    position: relative; 
    float: left;
    width: 298px; 
    white-space: nowrap;
    }
    
    #columnRightStyle p { 
    text-align:right; 
    color:#000;
    }

#nailSteps { 
    width:330px; 
    float:left; 
    margin-left:0px; 
    margin-top:15px; 
    padding-left:0px;
    }
    #nailSteps ol, #nailsteps ul {
        list-style-position: inside;
        }        
    #nailSteps li {
        line-height:12px; 
        font-size: 1em;
        margin: 1em 0;
        }     
    #nailSteps li p { 
        display: inline;
        }
    #nailSteps p {
        font-size: 1.1em;
        line-height:12px; 
        }         

#styleBox { 
	float:left; 
	padding-left:20px; 
	margin-bottom:10px;
	}

#nextStyleBox { 
	float:left;
	padding-top:12px;
	padding-left:30px;
	}

    #nextStyleBox a {
        padding: 0 0 0 12px;
	    background: url("../imgs/small-red-arrow.gif") no-repeat 0 2px;
	    color: #000;       
        }

    #nextStyleBox a:hover {
	    color: #c00;       
        }

