/* INDEX

1.0		Global
	
2.0 	Heading  			*****

3.0 	Image Replacement

4.0		Clearfix

5.0		HTML Tags

6.0		Page Setup  		*****

7.0		Slider

8.0		Navigation

9.0		Header

10.0	Expandable Boxes

11.0	Main Wrapper  		*****

12.0	Side Section

13.0	Lists

14.0	Form

15.0	Footer

16.0	Table - Product comparison table

17.0	Image Shadows

18.0	Quotes

19.0	VTL - Unitrak - RA pages


*/


/* global ----------------------------  1.0  */

    body{
	color:#b5b5b5;
	line-height:160%;
	margin:0;
	padding:0;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #b5b5b5;
	background-image: url(../images/bg-main-grey.jpg);
	background-repeat: repeat-y;
	background-position: top;
	outline: none;
        }

/* headings ----------------------------  2.0  */
        h1{
	font-size:2.0em;
	font-weight:normal;
	color: #375ca5;
	margin: 0px 0px 1.0em 0px;
            }		
		h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:0px 0px 1.0em;
	color:#9badd2;
			}	
        h2{
	font-size:2em;
	font-weight:100;
	color:#9badd2;
	padding: 0px;
	margin: 0px 0px 1.0em;
            }				
        h3{
	font-size:1.5em;
	font-weight:100;
	color: #666;
            }
        h4{          
			font-size:16px;
            }				
    /* // headings */

/* image replacement ----------------------------  3.0  */
        .graphic{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

/* clearfix ----------------------------  4.0  */ 

		#content:after, ul:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul{
			display:block;
			}
		/*  \*/
		#content, ul{
			min-height:1%;
			}
		* html #content, * html ul{
			height:1%;
			}

    /* // clearfix */
	
/* HTML Tags ----------------------------  5.0  */ 
		
		a{
			text-decoration:none;
			color:#940000;
            }
        a:hover{
			color:#999;
            }			
		table, input, textarea, select, li{
			font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#333;
			}				
		p, blockquote, ul, ol, form{
			margin:0 0 1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}
		li{
			display:list-item;
			}	
	
	/* // HTML Tags */	
	
/* // global */

/* page setup ----------------------------  6.0  */

	#container{
	margin:0 auto;
	width:880px;
	text-align:left;
	position:relative;
		}
	#header{
	height:120px;
		}	
		
	#slider2 {
	height: 800px;
	background-image: url(../images/bg-banner.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
	margin: 0px 40px;
		}	
	
	.col{
		float:left;
		display:inline;
		width:266px;
		margin-left:20px;
		padding-bottom:1em;
		}			
	#content{
		margin:1em 0;
		}	
	#main{
	float:left;
	display:inline;
	width:510px;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	border-right: dotted 1px #ccc;
	color: #333;
		}											
	#side{
		float:left;
		display:inline;		
		width:270px;
		margin: 0px;
		padding:0px 0px 0px 20px;
		position:relative;
		}
	#footer{
	clear:both;
	height: 275px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-color: #878787;
	padding: 20px;
	width: 840px;
	margin-top: 20px;
		}		
		
	#footer .col{
		float:left;
		display:inline;
		width:266px;
		margin-left:20px;
		padding-bottom:1em;
		}
		
	#footer .first{
	margin-left:0px;
	}
		
	#clearAll {
		clear: both;
		}
		
	.right {
		float: right;
		}	

/* //page setup */


/* Slider ----------------------------  7.0  */

#sliderWrapper {
	padding: 0px;
	margin: 0px;
	width: 880px;
	height: 300px;
	color: #fff;
	}

#slider{
	width: 880px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	}	
	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	color:#FFFFFF;
	overflow:hidden;
	}	
	
#slider li.slide1, 
#slider li.slide2,
#slider li.slide3,
#slider li.slide4,
#slider li.slide5, 
#slider li.slide6,
#slider li.slide7,
#slider li.slide8 {
	padding: 0px;
	width: 880px;
	height: 300px;
	}
	
#slider li.slide1 {
	background-color: #00a7da;
	}	
	
#slider li.slide2 {
	background-color: #ba7ff1;
	}
	
#slider li.slide3 {
	background-color: #dba206;
	}
	
#slider li.slide4 {
	background-color: #ed1390;
	}
	
#slider li.slide5 {
	background-color: #dce800;
	}	
	
#slider li.slide5 h2,
#slider li.slide5 p.listItem {
	color: #333;
	}	
	
#slider li.slide6 {
	background-color: #333;
	}
	
#slider li.slide7 {
	background-color: #eb088a;
	}
	
#slider li.slide8 {
	background-color: #00a7da;
	}

#slider li img, #slider2 li img{
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	float: right;
	border: solid 10px #cdd6e8;
	margin: 0px 60px 0px 20px;
	}	
	
#slider p.listItem {
	background-image:url(../images/star-sm.png);
	background-position:70px 6px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size: 1.4em;
	margin:0;
	padding:4px 20px 8px 100px;
	}	
	

/* #slider p.listItem img {
	margin: 0px 60px 0px 0px;
	border: none;
	text-align: left;
	float: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
	top: 0px;
	left: 60px;
	}	

*/

#slider p {
	margin-left: 60px;
	}	
	
#slider h2 {
	color:#FFFFFF;
	margin:20px 0 20px 60px;
	line-height: 1.4em;
	}	
	
p#controls {
	margin:0;
	position:relative;
	bottom: 45px;
	} 

#prevBtn, #nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:30px;
	position:absolute;
	text-indent:-8000px;
	top:-110px;
	width:30px;
	}	
#nextBtn {
	left:840px;
	z-index: 5;
	}
#prevBtn {
	left:10px;
	z-index: 5;
	}
#prevBtn a, #nextBtn a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/btn_prev.png) no-repeat 0 0;
	}	
#nextBtn a { 
	background:url(../images/btn_next.png) no-repeat 0 0;	
	}		

/* navigation elements ----------------------------  8.0  */

	/* main nav */
		#navWrapper {
			margin: 20px 0px;
			padding: 0px;

			}
		ul#nav,  
		ul#nav li {
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav {
			padding: 0px;
			height: 40px;
			background-color: #9badd2;
			}			
		ul#nav li {
			float:left;
			display:inline;
			height:40px;
			outline: none;
			}	
		ul#nav li a,
		ul#nav li a:visited {
	float:left;
	display:inline;
	height:40px;
	font-size:15px;
	color:#fff;
	padding: 0px 17px;
	text-transform:capitalize;
	line-height: 37px;
	outline: none;
			}	
		ul#nav li a:hover {
			background-color: #375ca5;
			}
		ul#nav li a:active,
		ul#nav li a:selected {
			background-color: #05338e;
			}
			
		#navWrapper #toggleBanner {
	background-color:#6985BB;
	top:0px;
	color:#9BADD2;
	float:right;
	height:20px;
	padding:10px 20px;
	text-align:right;
	width:85px;
	margin: 0px;
	display: relative;
	z-index: 10;
			}	
			
		

		#navWrapper #toggleBanner a,
		#navWrapper #toggleBanner a:link,
		#navWrapper #toggleBanner a:hover,
		#navWrapper #toggleBanner a:visited {
			background-image:url(../images/toggle-up.png);
			background-position:-1px 6px;
			background-repeat:no-repeat;
			color:#9BADD2;
			display:block;
			font-size:12px;
			outline-color:-moz-use-text-color;
			outline-style:none;
			outline-width:medium;
			text-transform:lowercase;
			}

	/* //main nav */
	
/* //navigation elements */




/* header ----------------------------  9.0  */



		#header h1{
			position:absolute;
			float:left;
			left:0;
			top:0;
			height:120px;
			line-height:76px;
			font-size:30px;
			font-weight:bold;
			color:#fff;
			margin:0;
			background-image: url(../images/logo-bg-grey.jpg);
			background-repeat: no-repeat;
			background-position: 0 0;
			display: block;
		}
		#header h1 a{
			background: transparent url("pathtoyourimage.png") no-repeat 0 0;
			display: block;
			width: 426px;
			height: 120px;
			overflow: hidden;
			line-height: 1000px;
		}	
			
		#header #phoneNo {
			background-image:url(../images/phone-35.png);
			background-position:20px 43px;
			background-repeat:no-repeat;
			color:#6985bb;
			float:right;
			height:70px;
			padding:50px 20px 0;
			text-align:right;
			width:280px;
			}
		
		#header #phoneNo p {
			font-size:36px;	
		}	

/* // header */


/* Box - Expandable ----------------------------  10.0  */


#boxAllBtn {
	float: right;
	position: relative;
	top: 60px;
	right: 20px;
	display: block;
	width: 200px;
	height: 50px;
	}
	
#boxAllBtn a {
	background-image: url(../images/banner-text.jpg);
	}	

#boxRAWrapper, #boxVTLWrapper, #boxUniWrapper,
#boxRAWrapper p, #boxVTLWrapper p, #boxUniWrapper p {
	padding: 0px;
	margin: 0px;
	display: block;
	text-align: center;
	background-color: none;
	}
	
#boxRAWrapper, #boxVTLWrapper, #boxUniWrapper {
	height: 240px;
	padding: 0px;
	margin: 0px;
	}	

#boxRAWrapper p .price, #boxVTLWrapper p .price, #boxUniWrapper p .price {
	font-size: 4em;
	color: #990000;
	font-weight: 100;
	position: relative;
	bottom: 65px;
	}

#boxRAWrapper p .from, #boxVTLWrapper p .from, #boxUniWrapper p .from {
	font-size: 1em;
	position: relative;
	bottom:80px;
	}

#boxRAWrapper h2, #boxVTLWrapper h2, #boxUniWrapper h2 {
	padding: 0px;
	margin: 0px;
	}

#boxRAWrapper h2 a, #boxVTLWrapper h2 a, #boxUniWrapper h2 a {
	padding: 0px;
	margin: 0px;
	height: 220px;
	width: 266px;
	display: block;
	overflow: hidden;
	line-height: 8000px;
	outline: none;
	cursor: pointer;
	}

#boxRAWrapper h2 a {
	background-image:url(../images/boxRA.jpg);
	background-repeat: no-repeat;
	}

#boxVTLWrapper h2 a{
	background-image:url(../images/boxNavman.jpg);
	background-repeat: no-repeat;
	}
	
#boxUniWrapper h2 a {
	background-image:url(../images/boxUni.jpg);
	background-repeat: no-repeat;
	}	

#boxRA, #boxVTL, #boxUni {
	width: 226px;
	height: 400px;
	background-color: #f6ecd3;
	padding: 20px;
	}

#boxRA ul, #boxVTL ul, #boxUni ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
#boxRA ul li, #boxVTL ul li, #boxUni ul li {
	background-image:url(../images/star-sm.png);
	background-position:0 1px;
	background-repeat:no-repeat;
	line-height:1.5em;
	list-style-type:none;
	margin:0;
	padding:0 0 6px 29px;
	text-indent:0;
	}

#butProduct {
	width: 180px;
	height: 40px;
	padding:0px;
	margin: 20px auto;
	}
	
#butProduct a {
	width: 160px;
	height: 20px;
	padding:10px;
	text-align: center;
	background-image: url(../images/bg-but-orange.gif);
	background-repeat: repeat-x;
	display: block;
	color: #333;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	outline: none;
	}

#butProduct a:hover {
	width: 160px;
	height: 20px;
	padding:10px;
	text-align: center;
	background-image: url(../images/bg-but-orange-over.gif);
	background-repeat: repeat-x;
	display: block;
	color: #333;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	outline: none;
	}

#mainWrapper p.bgWhite {
	background-color: #FFF;	
	}


#boxRATall {
	background-image: url(../images/boxRA-no-border.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #CCC;
	padding: 180px 20px 0px;
	}

#boxVTLTall {
	background-image: url(../images/boxNavman-no-border.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #CCC;
	padding: 180px 20px 0px;
	}

#boxUniTall {
	background-image: url(../images/boxUni-no-border.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #CCC;
	padding: 180px 20px 0px;
	}
	
#center {
	display: block;
	width: 226px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 200px;
	}	
	
#center a {
	display: block;
	cursor: pointer;
	}	
	
#hrLine {
	margin: 20px 0px;
	padding: 0px;
	border-bottom: dotted 1px #ccc;
	
	}	

/* content ----------------------------  11.0  */

	#mainWrapper {
	width: 840px;
	margin: 0px;
	background-color: #FFF;
	padding: 20px;
	color: #333;
	}
	
	#content a, .col a{
		text-decoration:underline;
		font-weight:bold;
		}	
	.first{
	margin-left:0px;
		}								
	.col img{
	background:url(../images/bg_colimg.gif) no-repeat 0 0;
	padding:20px 0px;
		}		
		
		
	#imageFloatLeft {
		padding: 0px;
		margin: 20px 0px 0px;
		width: 500px;
		}	
		
	#imageFloatLeft img {
		width:48px;
		padding: 0px 20px 20px 0px;
		height:48px;
		float:left;
		}	
		
	#imageFloatLeft p {
		float: right;
		width: 430px;
		}	
		
	/* intro */
	
		#slogan{
			margin:0;
			background:url(../images/bg_slogan.gif) no-repeat 0 0;
			padding-top:25px;
			padding-bottom:2px;
			line-height:59px;
			color:#2c728a;
			font-size:25px;
			font-weight:bold;
			text-indent:32px;			
			}
		#intro{
			margin:10px 0;
			height:159px;
			position:relative;
			background:url(../images/bg_intro.jpg) no-repeat 0 0;
			}																	
		#intro h2{
			margin:0;
			position:absolute;
			left:30px;
			top:40px;
			font-size:35px;
			line-height:40px;
			color:#fff;			
			padding-bottom:0;
			background:none;			
			}
		#intro p{
			margin:0;
			position:absolute;
			left:30px;
			top:80px;
			color:#fff;
			font-size:18px;
			width:530px;
			line-height:110%;
			}	
		#intro p.link{
			left:709px;
			top:88px;			
			width:196px;
			height:47px;
			background:url(../images/bg_introLink.png) no-repeat 0 0;
			}
		#intro p.link a{
			display:block;
			margin:0 10px;
			overflow:hidden;
			color:#2c728a;
			height:45px;
			line-height:45px;
			text-align:center;
			font-size:22px;
			font-weight:bold;
			text-transform:lowercase;
			}	
		#intro p.link a:hover{
			color:#940000;
			}												
	
		#content li {
			list-style: none;
			background-image: url(../images/tick-15.gif);
			background-position:0 2px;
			background-repeat:no-repeat;
			line-height:15px;
			padding:0 25px 10px;
			text-align:left;
			vertical-align:top;
			}
	
	
	/* // intro */		
	
	
		#mainFullWidth {
			width:840px;
			}
	
/* side list ----------------------------  12.0  */
	
		ul.list, ul.list li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.list{
			}													
		ul.list li{
			padding-top:.5em;
			background:url(../images/bg_line.gif) no-repeat 0 0;
			}	
		ul.list li.first{
			padding-top:0;
			background:none;			
			}																
		ul.list li h3{		
			margin:.5em 0;
			font-size:15px;
			}
		ul.list li p{		
			margin:.5em 0;
			}																						
	
	/* // side list */	
	
/* item list ----------------------------  13.0  */
	
		ul.items, ul.items li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.items{
			}													
		ul.items li{
			padding:.5em 0;
			background:url(../images/bg_line.gif) no-repeat 0 0;
			position:relative;
			min-height:120px;
			}	
		ul.items li.first{
			background:none;			
			}																
		ul.items li h4, ul.items li p{		
			margin:.5em 0 .5em 130px;
			}	
		ul.items li img{
			position:absolute;
			top:1em;
			left:0;
			background:url(../images/bg_itemimg.gif) no-repeat 0 0;
			padding:12px;
			}																											
	
	/* // item list */							
	
/* form ----------------------------  14.0  */
																				
		form{
			margin:1.5em 0;
			padding-top:.5em;
			background:url(../images/bg_line.gif) no-repeat 0 0;
			}
		fieldset{
			margin:0;
			padding:0;
			border:none;
			}			
		legend{
			display:none;
			}			
		label{
			float:left;
			width:120px;
			}	
		input, textarea{
			width:250px;
			border:1px solid #dbd3b6;
			padding:5px;
			}			
		textarea{
			height:120px;
			overflow:auto;
			}						
		form p{
			clear:both;		
			margin:0;
			padding:8px 0;
			}	
		button{
			border:none;
			padding:5px 15px;
			margin:0;
			float:left;
			background:#2c728a;	
			color:#fff;
			font-weight:bold;
			font-size:15px;
			cursor:pointer;
			margin-left:120px;
			}										
					
	
	/* // form */					
						
	
/* // content */

/* footer ----------------------------  15.0  */

	#footer h2 {
		border-bottom:1px dotted #666666;
		color:#FFFFFF;
		font-size:1.6em;
		margin:0 0 20px;
		padding:0 0 10px;		
		}
		
	#footer p {
		color: #333;
		}

	#footer a{
		color:#555;
		text-decoration:underline;
		}
	#footer a:hover{
		color:#940000;
		text-decoration:underline;
		}		
	#footer ul{
		float:right;
		margin:1em 0;
		padding:0;
		}
	#footer li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}		
	#footer a:link,
	#footer a:hover,
	#footer a:visited {
		color: #ccc;
		text-decoration: underline;
		}

	#footer a.browserSpace {
		display:inline;
		margin:0 10px;
		}

/* // footer */


/*  PRODUCT TABLE ----------------------------  16.0  */

#main table {
	padding: 5px;
	width: 400px;
}

#main caption {
	font-size: 1.4em;
	text-align: left;
	padding: 20px 0px 0px;
	margin: 20px 0px 0px;
	color: #9badd2;
	border-top: dotted 1px #ccc;
}

#main td {
	text-align: center;
	border-left: 1px dotted #ccc;
}

#main td.cost {
	width: 100px;
}

#main th.company {
	text-align: left;
	font-size: 1.2em;
	background-color: #eee;
}

#main th.price {
	text-align: center;
	font-size: 1.2em;
	border: 1px dotted #ccc;
}

#main .underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	background-color: #EEE;
}

#main td.product {
	text-align: left;
	font-size: 1.0em;
}

/* IMAGE SHADOWS ----------------------------  17.0  */

.alpha-shadow {
	float: left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right;
	margin: 10px 0 0 5px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.alpha-shadow div {
  background: url(../images/shadow2.png) no-repeat left top !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  padding: 0px 5px -5px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}

/*  QUOTES  ----------------------------  18.0  */

#quoteWrapper {
	background-color:#F6F6F6;
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	margin:0 auto;
	padding:0;
	width:100%;
}

#quoteWrapper p {
	text-align: center;
	color: #666;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 100;
	padding: 0px 20px;
}

#quoteWrapper p.source {
	text-align: right;
	color: #bbb;
	font-style: normal;
	font-size: 1.0em;
	font-weight: 100;
	padding-right: 2.0em;
}


/*  PRODUCT - VTL - RA - Unitrak  ----------------------------  19.0  */

#tab_left_form {
	float: left;
	width: 470px;
	padding-right: 20px;
	text-align: left;
	border-right: 1px dotted #CCC;
	color: #333;
}

#tab_left_form a {
	text-decoration: underline;
}

#tab_left_form img.logo {
	float: left;
	padding-bottom: 20px;
}



#tab_right_form {
	float: right;
	width: 330px;
	bcakground-color: #0F0;	
}

#tabLeft {
	float: left;
	width: 73%;
	text-align: left;
}

#tabLeft img {
	padding: 10px;
	border: 1px solid #999;
}

#tab_3_left img {
	padding: 10px;	
}

#tabRight {
	font-size: 1.2em;
	line-height: 1.3em;
	float: right;
	width: 27%;
	text-align: left;
}

#white-section-bottom {
	height: 10px;
	background-image: url(../images/content-bg-bottom.png);
	background-repeat: no-repeat;	
	margin-bottom: 40px;
}

.line {
	width: 100%;
	height: 1px;
	margin: 20px 0;
	border-bottom: 1px dotted #ccc;		
}

.stars {
	float: right;
	width: 150px;
	text-align: right;
}

#note {
	padding: 10px;
	border: 1px dotted #F60;
	background-color: #FFF;
}

/* VTL */

#livetrak-product {
	padding: 0px 0px;
}

#livetrak-product img {
	float: left;
	width: 190px;
}

#livetrak-product p {
	padding: 0px;
	text-align: center;
}

#livetrak-product .price {
	font-size: 5.0em;
	margin: 20px 0px;
	color: #C60;
}

#livetrak-product .note {
	font-size: 0.88em;
	color:#999;
}



/*  PRODUCT TABLE  */

#tab_left_form table {
	padding: 5px;	
}

#tab_left_form caption {
	font-size: 1.4em;
	text-align: left;
	padding: 10px 0px;
}

#tab_left_form td {
	text-align: center;
	border-left: 1px dotted #ccc;
}

#tab_left_form td.cost {
	width: 200px;
}

#tab_left_form th.company {
	text-align: left;
	font-size: 1.2em;
	background-color: #eee;
}

#tab_left_form th.price {
	text-align: center;
	font-size: 1.2em;
	border: 1px dotted #ccc;
}

#tab_left_form .underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	background-color: #EEE;
}

#tab_left_form td.product {
	text-align: left;
	font-size: 1.0em;
}

