@charset "utf-8";
/* CSS Document */
<!--
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS", Tahoma;
	font-size:11px;
	color:#555555;
}
-->
a {
color: #346ba3;
}
input{
color:#000000;
background-color:#FFFFFF;
border:1px solid #818181;
font-size:11px;
font-family:"Trebuchet MS", Tahoma;
padding:2px;
}
.separator{
	width:100%;
	margin-top:10px;
	height:10px;
	background-color:#ececec;
	font-size:1px;
}
.separator_thin{
	width:100%;
	margin-top:1px;
	height:1px;
	background-color:#cbcbcb;
	font-size:1px;
}
#navbar{
	width:100%;
	height:45px;
	background-image:url(../images/navbar.jpg);
}
#navbar a{
	text-decoration:none;
	color:#000000;
}
#navbar .label{
	color:#000000;
}
.errormsg{
	font-size:9px;
	color:#CC3300;
}
.nav_button {
	color:#000000;
	font-size: 11px;
	border-right: 1px solid #b5b5b5;
}
.title_bar{
background-image:url(../images/titlebar.jpg);
}
.product_menu{
	border: 1px solid #b5b5b5;
}
.product_menu .button{
	height:30px;
	border-bottom: 1px dotted #b5b5b5;
}
.product_menu .button a{
text-decoration:none;
color:#333333;
}


.product{
	color:#333333;
	margin-top:10px;
	text-align:justify;
}
.product .package{
	background-color:#ffffff;
	padding:0px;
	border-bottom: 1px solid #cbcbcb;
}
.product .background0{
	background-color:#ffffff;
	padding:10px;
}
.product .background1{
	background-color: #F4F4F4;
	padding:10px;
}
.product .img{
	border:1px solid #d1dae1;
	padding:5px;
	background-color:#ffffff;
}
.product .title{
	font-size:12px;
	font-weight:bold;
	color:#2685BB;
}
.product .description{
	
}
.product .long_text{
	font-size:10px;
	color:#666666;
}
.product .description img{
	position:relative;
	top: 7px;
	/*left:5px;*/
}
.account_bar{
background-image:url(../images/titlebar.jpg);
padding-left:15px;
font-size:14px;
color:#000000;
}
.account_title{
	width:100%;
	background-color:#ecf4c5;
	height:35px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.account_separator{
border-right: 1px dotted #000000
}
.form_bot{
border-top: 1px dotted #000000
}
.cart_table{
background-color:#b6bba7;
}
.form_details{
	color:#000000;
	font-weight:bold;
}
.cart_row{
background-color:#ffffff;
}
.cart_row1{
background-color:#f9f9f9;
}
.cart_header{
background-color:#ecf4c5;
font-size:12px;
font-weight:bold;
color:#000000;
}
.cart_separator{
	border-bottom:1px solid #b6bba7;
}
.cart_price{
color:#006600;
font-size:12px;
font-weight:bold;
}
.cart_total_legend{
color: #000000;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
}
.cart_total{
color: #CC0000;
font-size:12px;
font-weight:bold;
}