.col_name {
	font-weight: bold;
	vertical-align: top;
}
.col_wname {
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}
.product {
	float:left;
	margin:5px;
	width: 114px;
	height: 190px;
	vertical-align:middle;
}
.product a{
}
.product .product_info {
	float: left;
	font-size: 10px;
}
.product .product_links {
	clear: both;
	text-align: center;
	font-size: 10px;
}
.product .product_links a{
	display: block;
	width: 100%
}
.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	height: auto;
	list-style-position: outside;
	list-style-image: url((URL) );
	list-style-type:circle;
}

.style1 li {
	position: relative;
}

.style1b {
	float:right;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    list-style-type: circle;
}

.style1b a {
	position: block;
	float: left;
    margin: 0px;
    padding: 0px;
}

a:link {
    color: #666666;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #9EA616;
}

a:active {
    text-decoration: none;
    color: #666666;
}

.style2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/*
 Move Menu CSS
 */
#move_menu {
    position: relative;
    display: inline;
    cursor: default;
    font-weight: bold;
    border: 1px groove grey;
    padding: 2px;
    width: 100px;
}

#move_menu div {
    display: none;
}

#move_menu:HOVER div {
    width: auto;
    border: 1px solid grey;
    z-index: 100;
    background-color: white;
    position: absolute;
    display: block;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-indent: 5px;
	white-space: normal;
}

a {
    color: #006699;
    text-decoration: none;
}

a:link {
    color: #006699;
    text-decoration: none;
}

a:visited {
    color: #006699;
    text-decoration: none;
}

a:hover {
    color: #006699;
    text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9ea616;
	margin: 0px;
	padding: 0px;
	text-indent: 5px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 100%;
    color: #334d55;
    margin: 0px;
    padding: 0px;
}

h4 {
    font-family: Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #333333;
    margin: 0px;
    padding: 0px;
}

h5 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 100%;
    color: #334d55;
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: square;
}

ul ul {
    list-style-type: disc;
}

ul ul ul {
    list-style-type: none;
}

label {
    font-family: Arial, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #334d55;
    width: 800px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead {
    padding: 0px 0px 0px 0px;
    width: 800px;
}

#navBar {
    float: left;
    width: 220px;
    margin: 0px;
    padding: 0px;
    height: 515px;
}

#headlines {
    float: right;
    width: 180px;
    height: 420px;
    clear: none;
}

#content-wrapper {
	width: 580px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
}

#content {
	float: left;
	width: 578px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
}
/***********************************************/
/* Components                                  */
/***********************************************/
#siteName {
    margin: 0;
    float: left;
    clear: none;
}
/************* #globalNav styles **************/
#globalNav {
    padding: 0px 0px 5px 10px;
    border-bottom: 1px solid #CCC;
    color: #cccccc;
}

#globalNav img {
    display: block;
}

#globalNav a {
    font-size: 90%;
    padding: 0 4px 0 0;
}
/*************** #pageName styles **************/
#pageName {
    margin: 0px;
    padding: 0px 0px 0px 10px;
}
/************* #breadCrumb styles *************/
#breadCrumb {
    font-size: 80%;
    padding: 2px 0px 0 10px;
}
/************** .feature styles ***************/
.feature {
    padding: 0px 0px 10px 10px;
    font-size: 80%;
}

.feature h3 {
    padding: 30px 0px 5px 0px;
    text-align: center;
}

.feature img {
    float: left;
    padding: 10px 10px 0px 0px;
}
/************** .story styles *****************/
.story {
    clear: both;
    padding: 10px 0px 0px 10px;
    font-size: 80%;
}

.story p {
    padding: 0px 0px 10px 0px;
}
/************* #siteInfo styles ***************/
#siteInfo {
    clear: both;
    border: 1px solid #cccccc;
    font-size: 9px;
    color: #cccccc;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

#siteInfo img {
    padding: 4px 4px 4px 10px;
    vertical-align: middle;
}
/************* #search styles ***************/
#search {
    padding: 5px 0px 5px 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
}

#search form {
    margin: 0px;
    padding: 0px;
}

#search label {
    display: block;
    margin: 0px;
    padding: 0px;
}
/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {
    display: block;
}

#navBar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
    border-bottom: 1px solid #EEE;
}
/* fix for browsers that don't need the hack */
html > body #navBar li {
    border-bottom: none;
}
/*********** #sectionLinks styles ***********/
#sectionLinks {
    position: relative;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
}

#sectionLinks h3 {
    padding: 10px 0px 2px 10px;
}

#sectionLinks a {
    display: block;
    border-top: 1px solid #cccccc;
    padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover {
    background-color: #dddddd;
}
/*********** .relatedLinks styles ***********/
.relatedLinks {
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 10px;
    font-size: 90%;
}

.relatedLinks h3 {
    padding: 10px 0px 2px 0px;
}

.relatedLinks a:link, .relatedLinks a:visited {
    display: block;
}
/************** #advert styles **************/
#advert {
    padding: 30px 0px 10px;
}

#advert img {
    display: block;
}
/************** #headlines styles **************/
#headlines {
    margin: 0px;
    padding: 10px 0px 20px 10px;
    font-size: 80%;
    float: right;
}

#headlines p {
    padding: 5px 0px 5px 0px;
}

#wrapper {
    width: 800px;
}

.list_col_name {
	font-weight: bold;
}

.list_record_col {
	float: left;
	width: 110px;
}

.list_record_col_1 {
	float: left;
	width: 20px;
}
.list_record_links {
	float: left;
	width: 180px;
}
.list_record_edit {
	float: right;
	width: 50px;
}
.list_record {
	clear: both;
}
.service_col {
	float: left;
	width: 150px;
	height: 15px;
	overflow: hidden;
}
.service_col:HOVER {
	float: left;
	background-color: #DDDDDD;
	width: auto;
	overflow: visible;
}
.first_unit_col {
	float: left;
	width: 70px; 
}
.shipping_service {
	float: left;
	width: 150px;
	height: 100px;
	margin: 5px;
	border: 1px solid black;
}



#cvtsnavmenu {
	position:absolute;
	left:49px;
	top:36px;
	width:707px;
	height:26px;
	z-index:3;
}
#cvtsnavmenu a{
display: block;
float: left;
margin-left: 15px;
 color: #FFFFFF;
 }
#cvtsnavmenu a img{
display: block;
margin-right: 3px;
float: left;
 }
#cvtsnavmenu a:HOVER {
	color: #D5E034;
}