
#right-marquee-image
{
    height: 160px;
    width: 273px;
    background-position: top right;
    background-repeat: no-repeat;
}

div.header
{
    display: none;
}

div.footer
{
    display: none;
}

#logo-prod-tab-container
{
    width: 550px;
    margin-left: 120px;
}

.ListBoxContentTitle {
	border-bottom: none;
}

.about-us-container
{
    margin-left: 10px;
}

/***** Logo Product Page ******/

#caption-table-text
{
    background-position: top right;
    background-repeat: no-repeat;
}


#second-preview-image
{
    position: relative;
    float: right;
    margin-right: 5px;
    top: -100px;
}

.details-section-img
{
    margin-right: 5px;
}

.details-section-text
{
	vertical-align: top;
}

.div-grid
{
    margin-bottom: 20px;
    position: relative;
    height: 100%;
}

.div-grid-top
{
    background-image: url('/vp/images/nns/pricinggrid/grid_pixel.gif');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #eff3ff;
    position: relative;
    width: 100%;
}

.div-grid-bottom
{
    background-image: url('/vp/images/nns/pricinggrid/grid_pixel.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}

.div-grid-right
{
    background-image: url('/vp/images/nns/pricinggrid/grid_pixel.gif');
    background-repeat: repeat-y;
    background-position: right;
    width: 100%;
}

.div-grid-left
{
    background-image: url('/vp/images/nns/pricinggrid/grid_pixel.gif');
    background-repeat: repeat-y;
    background-position: left;
    width: 100%;
}

.div-option-headers
{
    font-family: 'Arial','Verdana';
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 7px 10px 7px 10px;
}

.div-grid-top-left
{
    background-image: url('/vp/images/nns/pricinggrid/grid_tab_active_left.gif');
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 5px;
}

.div-grid-top-right
{
    background-image: url('/vp/images/nns/pricinggrid/grid_tab_active_right.gif');
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -5px;
    /* IE hack - fix */
    >margin-left: -4px;
    height: 6px;
    width: 5px;
}

.div-grid-bottom-right
{
    background-image: url('/vp/images/nns/pricinggrid/grid_btm_right.gif');
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 100%;
    right: 0;
    height: 6px;
    width: 5px;
    margin-top:-5px;
    >margin-top:-4px;
    >margin-right:-1px;
}

.div-pricing-table
{
    padding: 0 10px;
    width: 100%;
}

.div-pricing-table-row, .div-pricing-table-row-last
{  
    width: 490px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.div-pricing-table-row
{
    border-bottom: 1px solid #7d7dc1;
}

.div-pricing-table-label
{
    width: 300px;
    float: left;
    padding-left: 3px;
}

.div-pricing-table-price
{ 
    width: 100px;
    text-align: right;
    float: right;
    padding-right: 3px;
}

.div-pricing-table-row-clear
{
    clear: both;
}

/***** Completed Logo Tab ******/

span.offer-title 
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#final-preview-container
{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 17px;
}

#final-preview-image
{
    margin-bottom: 4px;
}

span.offer-sub-title 
{
	font-weight: bold;
	color: #000;
}
span.offer-text 
{
	color: #000;
}

table.finalreviewtable 
{
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.uselogo {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 10px;
}

.GetStartedButton {
	text-align: right;
	padding-right: 15px;
}
.GetStartedButtonLeft {
	text-align: left;
}

