﻿.GridViewBlack
{	background-image: url('images/backgr_menu.gif');background-repeat: repeat-x;height: 100%; border: sloid 1px white;
}

.RocketFormLabel
{
	vertical-align:middle;
	text-align: right;
	width:150px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; /*I
margin-right:-3px; E 3px display bug fix (in conjunction with the rule following below)
*/
}
	
.RocketFormView
{
	padding-left:200px;
	background-position:100% 40px;
}


a.RocketButton {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: Left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.RocketButton span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.RocketButton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.RocketButton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


.UnitCost
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 15px;
    line-height: 20pt
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt
}

.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

.ProductListHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

/* Navigational Menu */
.browsebox
{
	
}
.browsebox h4
{
	 font-family:Verdana;
	 font-weight:bold;
	 font-size:12px;
	 color:#3973b5;
	 border-bottom:5px}

