#navigator{
           background-color:#1524D0;
           color:#FFFFFF;
           font-family:"Arial";
           font-size:13px;
           font-weight:normal;
           height:22px;
           padding:1px 0px 1px 0.5em;
}

a.group_link{
	text-decoration:none;
	color: #ffffff;
	padding-right: 2px;
}

a.group_link:hover{
	color: #cf0000;
}

.group_list{
}

.group_head{
            background-color:#FFFFFF !important;
            clear:both;
            margin-bottom:1px;
            padding:0.3em 0.3em 0.3em 10px;
            color:#318DD6;
            font-size:14px;
            font-weight:normal;
}

.group_head a.group_list_link{
            color:#4D4D4F;
            font-weight:bold;
            text-decoration:none;
}
.group_head a.group_list_link:hover{
            text-decoration:none;
            color: #000000;
}

.group_list_item{
                 background-color:#FFFFFF !important;
                 border-bottom:1px solid #4D4D4F;
                 font-family:"Arial";
                 font-size:13px;
                 font-weight:normal;
                 margin-bottom:1px;
                 padding:0.5em;
}

.group_list_item a.group_list_link{
                 color:#4D4D4F;
                 font-weight:normal;
                 text-decoration:none;
}

.group_list_item a.group_list_link:hover{
	         text-decoration:none;
	         color: #000000;
}
.group_list_box_small {
	display: block;
	float: left;
	width: 150px;
	height: 60px;
}

.group_list_box_small a.group_list_link{
	text-decoration:none;
	color: #cf0000;
	font-weight:bold;
	font-size: 9pt;
}

.group_list_box_small a.group_list_link:hover{
	text-decoration:none;
	color: #000000;
}
.group_list_box_small .group_list_box_inner{
	background: none ! important;
}
.group_list_box{
                border:1px solid #A8A9AB;
                display:block;
                float:left;
                height:150px;
                margin-left:2px;
                width:150px;
}

.product_list_box{
                  background-color:#FFFFFF;
                  border:1px solid #A8A9AB;
                  display:block;
                  float:left;
                  height:150px;
                  margin:1px;
                  width:150px;
}

.group_list_box_inner, .product_list_box_inner{
	padding-top:2px;
	padding-left:4px;
}


.product_list_box a.group_list_link,.group_list_box a.group_list_link{
                  color:#318DD6;
                  font-size:14px;
                  font-weight:normal;
                  text-decoration:none;
}

.product_list_box a.group_list_link:hover,.group_list_box a.group_list_link:hover{
	text-decoration:none;
	color: #000000;
}

.product_box{
             background-color:#FFFFFF;
             border:1px solid #4D4D4F;
             display:block;
             float:left;
             height:250px;
             margin:2px;
             width:250px;
}

.product_box a.group_list_link{
             color:#318DD6;
             font-size:12px;
             font-weight:normal;
             text-decoration:none;
}


.product_box_inner{
	padding: 0.5em;
	padding-left: 10px;
	position: relative;
}

.product_price{
	width: 220px;
	text-align: right;
	font-size: 13pt;
	padding-top:190px;
	font-weight: bold;
	color: #C00;
}
.product_controls{
	display: block;
	height: 250px;
	padding-left: 4px;
	padding-top: 2px;
	text-align: right;
}

.product_buttons{
    display: block;
    text-align: center;
}

.ppm b{
	vertical-align: top;
}

.tab_header div{
	display: inline;
    border: 1px solid black;
    border-bottom: none;
    font-size: 11pt;
    margin-right:2px;
    padding: 2px;
    font-weight: bold;
    cursor: pointer;
}

.tab_content{
    margin-top: 1px;
    border: 1px solid black;
}

.tab_content div{
    padding: 5px;
}

.product_selector{
	text-align: right;
}
.info_handle
{
	width:20px;
	height:20px;
	position:absolute;
	left:0;
	bottom:0;
	background-image:url(/images/icons/fff/information.png);
	background-repeat:no-repeat;
	cursor:help;
}

.price_ranges
{
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.price_ranges td
{
	vertical-align:middle;
	text-align: center;
	line-height: 11px;
}

.price_ranges th
{
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

.price_ranges .range
{
	font-size: 10px;
	color: darkcyan;
}

.price_ranges .product_price
{
	padding:0px;
	width: auto;
	font-size:10px;
}

.price_ranges .current .product_price
{
	font-size:13pt;
}

