﻿#browsebyvessel
{
display					: block;
width					: 455px;
float					: left;
margin-right			: 10px;
}


#category
{
display					: block;
width					: 455px;
float					: left;
}

#browsebyvessel img.bottom, #category img.bottom
{
display					: block;
}

/* browse by vessel */

#browsebyvessel h4
{
width					: 440px;
background-image		: url(../images/generic/box_header_blue_vessel.gif);
background-repeat		: no-repeat;
font-size				: 100%;
font-weight				: bold;
color					: #FFF;
margin					: 0px 0px 0px 0px;
padding					: 10px 0px 8px 15px;
line-height				: 16px;
background-color		: #0C4094;
}

#browsebyvessel dl
{
background-image		: url(../images/generic/bg_sliverheader.jpg);
background-repeat		: repeat-x;
background-position		: bottom;
width					: 452px;
overflow				: hidden;
margin					: 0px;
border-left				: 1px solid #CCCDE1;
border-right			: 1px solid #CCCDE1;
border-bottom			: 1px solid #CCCDE1;
}

#browsebyvessel dl dt
{
margin					: 0px;
padding					: 5px 15px 5px 10px;
overflow				: hidden;
float					: left;
}

#browsebyvessel dl dd
{
overflow				: hidden;
float					: left;
padding					: 0px;
margin					: 0px;
}

#browsebyvessel dl dd h5
{
font-size				: 80%;
font-weight				: bold;
margin					: 10px 0px 10px 0px;
padding					: 0px;
line-height				: 15px;
color					: #0C4094;
}

#browsebyvessel dl dd select
{
font-family				: Arial;
font-size				: 70%;
border					: 1px solid #999;
width					: 180px;
display					: block;
margin					: 0px 0px 10px 0px;
}

/* browse by category */

#category h4
{
width					: 440px;
background-image		: url(../images/generic/box_header_red_category.gif);
background-repeat		: no-repeat;
font-size				: 100%;
font-weight				: bold;
color					: #FFF;
margin					: 0px 0px 0px 0px;
padding					: 10px 0px 8px 15px;
line-height				: 16px;
background-color		: #0C4094;
}

#category dl
{
background-image		: url(../images/generic/bg_sliverheader.jpg);
background-repeat		: repeat-x;
background-position		: bottom;
width					: 452px;
overflow				: hidden;
margin					: 0px;
border-left				: 1px solid #CCCDE1;
border-right			: 1px solid #CCCDE1;
border-bottom			: 1px solid #CCCDE1;
background-color        : #FFF;
}

#category dl.last, #browsebyvessel dl.last /* last in the list */
{
border-bottom			: 0px solid #CCCDE1;
}

#category dl dt
{
margin					: 0px;
padding					: 5px 15px 5px 10px;
overflow				: hidden;
float					: left;
}

#category dl dd
{
overflow				: hidden;
float					: left;
padding					: 0px;
margin					: 0px;
}

#category dl dd h5
{
font-size				: 80%;
font-weight				: bold;
margin					: 10px 0px 10px 0px;
padding					: 0px;
line-height				: 15px;
color					: #666;
}

#category dl dd select
{
font-family				: Arial;
font-size				: 70%;
border					: 1px solid #999;
width					: 270px;
display					: block;
margin					: 0px 0px 10px 0px;
}