﻿/* Style for promos/boxes/indicators in the LHS margin */
div.coldSpecialOffer,
div.colMeasureYourPD,
div.colThreeEasySteps {
    width: 175px;
    text-align: left;
    margin: 30px 5px 0 5px;
    padding: 5px;
    border: 1px solid #dfe9ef;
    background-color: #f0f5f8;
}
div.coldSpecialOffer
{
	width: 171px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:18px;
	background-color:#f68b1f;
	border: 3px dashed #4c4d4f;
	margin-bottom:5px;
}
div.colMeasureYourPD,
div.colThreeEasySteps:hover {
    border: 1px solid #6f8b9c;
    background-color: #e9f0f4;
}
div.colMeasureYourPD,
div.colThreeEasySteps .title {
    color: #19455f;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px 0 0 12px;
}
div.colMeasureYourPD,
div.colThreeEasySteps .blurb {
    color: #f24713;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0 0 0;
    line-height: 18px;
}
div.colMeasureYourPD,
div.colThreeEasySteps .blurb a {
    color: #f24713 !important;
    text-decoration: none;
}
div.colMeasureYourPD,
div.colThreeEasySteps .blurb a:hover {
    color: #19455f !important;
    text-decoration: none;
}
div.colMeasureYourPD,
div.colThreeEasySteps .blurb .number {
   color: #19455f;
}

div.colMeasureYourPD {
    width: 240px;
    float:right;
    margin-left:20px;
}
div.colMeasureYourPD .blurb {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    text-transform:none;
    letter-spacing:normal;
}

div#phoneForHelp,
div#browseRange
{
    width: 169px;
    text-align: left;
    margin: 10px 8px 10px 8px;
    padding: 5px;
    border: 1px solid #9eb6c5;
    background-color: #e7eef2;
    
}
div#phoneForHelp {
	background-image: url(../images/common/bgConfusedWoman.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

div#browseRange {
    background-image: url(../images/common/bgSpectacles.png);
	background-position:top left;
	background-repeat:no-repeat;
}

div#browseRange:hover,
div#phoneForHelp:hover
{
    border: 1px solid #6f8b9c;
    background-color: #e9f0f4;
}
div#browseRange h2,
div#phoneForHelp h2 
{
	font-size:14px;
	letter-spacing:1px;
	margin:10px 0 !important;
	text-align:center;
}
div#browseRange p, 
div#phoneForHelp p
{
	margin:5px 0;
	text-align:center;
	font-size:12px;
}

div#browseRange a
{
	font-size:13px;
	color:#eb7916;
	font-weight:bold;
	text-decoration:none;	
}
div#browseRange a:hover
{
	text-decoration:underline;	
}

