/* CSS Document */
table.address {
	font-size: 85%;
	}
	
table.address td.head_mediaship {
	font-weight: bold;
	background: url(../images/address_ico_ship.gif) top right no-repeat #e0ebf1;
	border-bottom: 1px solid #ff6600;
	}

table.address td.head_phone {
	font-weight: bold;
	background: url(../images/address_ico_phone.gif) top right no-repeat #e0ebf1;
	border-bottom: 1px solid #ff6600;
	}

table.address td.head_fax{
	font-weight: bold;
	background: url(../images/address_ico_fax.gif) top right no-repeat #e0ebf1;
	border-bottom: 1px solid #ff6600;
	}

table.address td.head_email {
	font-weight: bold;
	background: url(../images/address_ico_email.gif) top right no-repeat #e0ebf1;
	padding-right: 25px;
	border-bottom: 1px solid #ff6600;
	}
	
table.address td.head_web {
	font-weight: bold;
	background: url(../images/address_ico_web.gif) top right no-repeat #e0ebf1;
	padding-right: 25px;
	border-bottom: 1px solid #ff6600;
	}
	
table.address td.head {
	font-weight: bold;
	background: #e0ebf1;
	border-bottom: 1px solid #ff6600;
	}
	
table.address td.locationcol {
	font-weight: bold;
	background-color: #ddd;/*#F3F3F3;*/
	border-right: 1px solid #ff6600;
	/*font-size: 115%;*/
	text-align: right;
	color: #000;
	}

table.address td.addresscol {
	}

table.address td.mediashipcol {
	background: url(../images/address_ico_ship2.gif) bottom right no-repeat #e7e7e7;
	width: 15em;
	}

table.address td.phonecol {
	background: url(../images/address_ico_phone2.gif) bottom right no-repeat #eee;
	}

table.address td.faxcol {
	background: url(../images/address_ico_fax2.gif) bottom right no-repeat #e7e7e7;
	}
	
table.address td.emailcol {
	background: url(../images/address_ico_email2.gif) bottom right no-repeat #eee;
	}
	
table.address td.webcol {
	background: url(../images/address_ico_web2.gif) bottom right no-repeat #e7e7e7;
	}

table.address caption {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	}
/*..............Contact Form...................*/
table.address td.required {
	font-weight: bold;
	/*background-color: #e0ebf1;#F3F3F3;*/
	border-right: 1px solid #ff6600;
	/*font-size: 115%;*/
	text-align: right;
	}
	
table.address input {
	font-size: 110%;
	}
	
table.address select {
	font-size: 110%;
	}
	
.asterisk {
	font-family: verdana, courier; 
	font-weight: bold; 
	font-size: 14px;
	}
