html { overflow-x: auto; } 

BODY {
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 12px; 
    color : #000000; 
    background-color : #ffffff; 
    margin : 0; 
} 

BR {
    font-size : 5px; 
    margin : 0; 
}

div#wrapper_directory {
/*if you change this width also change content-bg */ 
	width: 1000px;
	margin: 0 auto;
}

/********** LINKS ****************/

A:link {
    COLOR: #5678a2;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

A:visited {
    COLOR: #5678a2;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

A:hover {
    COLOR: #F56655;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: underline;
}

A:active {
    COLOR: #5678a2;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

/********** LISTS ****************/ 

li.category_li {
    list-style: none;
    /*margin: 0px 0px 0px 0px;*/
    /*list-style-image: url('./images/point.gif');*/ 
    /* background: url('./images/point.gif') no-repeat 0 12px; */
    /*padding: 2px 2px 2px 20px;*/
    /*padding: 10px 2px 2px 16px;*/
    /*display:block;*/
    /*display:list-item;*/
    
    list-style-image: url('./images/point.gif'); 
    padding: 0px 10px 0px 0px; 
 
}

ul.category_ul {
    /*list-style-image: url('./images/point.gif');*/
    /*padding: 0px;
    margin: 0px 0px 0px 0px;*/
    /*margin: 2px 2px 2px 20px;*/
    /*padding: 2px 2px 2px 20px;*/
    margin-left: 20px; /* width for bullet.gif */ 
    padding-left: 0; 
}

li.sitemap_li {
}

ul.sitemap_ul {
    margin-left: 10px;
    padding-left: 1.0em;
    padding-top: 0.2em;
    list-style-image: url('./images/point.gif')
}

/* Status line row/font style */

.status_line {
    color:#333333;
    font-size: 11px;
   font-size: 11px;
   font-family: Helvetica,Arial,sans-serif;
   text-transform: uppercase;
   font-weight:bold;
	
}
 
a.status_line:link {
    color: #333333;
    font-size : 11px; 
    font-family: Helvetica,Arial,sans-serif;
    text-decoration: none;
}

a.status_line:visited {
    color: #333333;
    font-size : 11px; 
    font-family: Helvetica,Arial,sans-serif;
    text-decoration: none;
}

a.status_line:hover {
    color: #FF0000;
    font-size : 11px; 
 font-family: Helvetica,Arial,sans-serif;
    text-decoration: none;
}

/* Company listings styles */

.company_default {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : underline; 
    font-weight: bold;
	color: black;
}

.company4 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
	text-decoration : none; 
    font-weight: bold;
	color: red;
}

.company3 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : none;
    font-weight: bold; 
	color: blue;
}


.company2 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : none;
    font-weight: bold;
	color: green;
}

.company1 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : underline; 
    font-weight: bold;
	color: black;
}

.listing_hot {
    color: red;
    font-size: 9px;
}

.listing_new_updated {
    color: green;
    font-size: 9px;
}

.listing_marked {
    color:#5678A2;
    font-size: 9px;
}

/******* BOXES ***********/ 

div.greybox {
    background-color: #F7F7F7; 
    border-width: 1px; 
    border-color: #D6D5D6;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
}

div.whitebox {
    background-color: #FFFFFF; 
    border-width: 1px; 
    border-color: #D6D5D6;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
}


/******** TABLE STYLES ************/

table.list {
    border: 1px #F7F7F7 solid;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px 0px 0px 0px;
    border: 1px 1px 1px 1px;
    padding: 2px 2px 2px 2px;
}

td.table_header {
    border: 1px #FFFFFF solid;
    background-color: #DEDFDE;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #515151;
}
 
td.table_rows {
    background-color:#F1F1F1;
    color:#666666
}

td.table_row_highlight {
    font-weight: bold;
    border: 1px #FFFFFF solid;
    background-color: #fcff9f;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

td.altrow1 {
    border: 1px #FFFFFF solid;
    background-color: #EFEFEF;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

td.altrow2 {
    border: 1px #FFFFFF solid;
    background-color: #F6F6F6;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

table.bodyborder {
    border-bottom : 0px;
    border-left : 0px;
    border-right : 0px;
    border-top : 0px;
}

td.border {
    border-bottom : 1px solid #DADADA;
    border-left : 1px solid #DADADA;
    border-right : 1px solid #DADADA;
    border-top : 1px solid #DADADA;
}

td.border2 {
    background-image: url(images/cell-background.gif);
    BACKGROUND-REPEAT: repeat-x;
    border-left : 1px solid #DADADA;
    border-right : 1px solid #DADADA;
    border-top : 1px solid #DADADA;
    padding-top: 5px ;
}

td.border2 p 
{
margin-top: 0px;
margin-bottom: 0px;
}

/********** FORMS STYLES ************************/
form {
    border-width : 0; 
    padding : 0; 
    margin : 0; 
    display:inline;
} 

INPUT.button { 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    background-color:#E9E9E9; 
}

.textarea_default {
    width: 300;
    height: 100;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
}

.textarea_tall {
    width: 300;
    height: 300;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
}

.input_default {
    width: 300;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_seamless {
    width: 300;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 0px;
    padding: 1px 3px 1px 3px;
}

.input_small {
    width: 150px;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_small2 {
    width: 60px;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_small3 {
    width: 40;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_multiple {
    width: 300;
    height: 200;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}


radio { BORDER-STYLE: none; }

checkbox { BORDER-STYLE: none; }


/** section below commented out to stop interference with google search button

INPUT , SELECT {
   background-color : #FFFFFF; 
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 12px; 
    color : #000000;
} 

*****/

TEXTAREA {
    background-color : #FFFFFF; 
    color : #000000; 
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 12px; 
} 

.required_star {
    font-size: 12px;
    color:#ff0000;
}

div#alter_searchform td.first{width:100px;}
div#alter_searchform td.second{width:100px;}
div#alter_searchform td.third{width:150px;}
div#alter_searchform td.fourth{width:21px;}


/********** TEXT STYLES *************************/
span.text {
    color: #525163;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_bold {
    color: #525163;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_soft {
    color: #959598;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_soft_bold {
    color: #959598;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_large_bold {
    font-size: 13px;
    font-weight: bold;
    text-decoration : none;
    font-family: Verdana, Arial, Sans-Serif; 
}

span.text_small {
    font-size: 11px;
    text-decoration : underline;
    font-family: Verdana, Arial, Sans-Serif; 
}

span.text_large_bold_grey {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration : none; 
    color: 888888;
}

span.text_small_grey {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    text-decoration : none; 
    color: 888888;
}

span.text_desc {
    color: #525163;
    font-weight: bold;
    font-size: 12px;
    font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
	line-height:150%;
	
}

span.error {
    font-weight: bold;
    color:#ff0000;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.success {
    font-weight: bold;
    color:#006600;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}


div.response_error {
    background-color: #ffeaea; 
    border-width: 1px; 
    border-color: #e82a2a;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

div.response_success {
    background-color: #eaffea; 
    border-width: 1px; 
    border-color: #4dda2c;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

/********** COMPARE CHART STYLES ****************/

.YES { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #006600
} 
.NO { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #FF0000
}

/************* ROUNDED CORNERS FROM roundedcornr.com *****************/

.roundedcornr_box_708530 {
	background: url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_708530_tl.png) no-repeat top left;
}
.roundedcornr_top_708530 {
	background: url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_708530_tr.png) no-repeat top right;
}
.roundedcornr_bottom_708530 {
	background: url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_708530_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_708530 div {
	background: url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_708530_br.png) no-repeat bottom right;
}
.roundedcornr_content_708530 {
	background: url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_708530_r.png) top right repeat-y;
}

.roundedcornr_top_708530 div,.roundedcornr_top_708530,
.roundedcornr_bottom_708530 div, .roundedcornr_bottom_708530 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_708530, .roundedcornr_bottom_708530 {
	margin-top: -19px;
}
.roundedcornr_content_708530 { padding: 0 15px; }

/******* gradient corners ***********/

.roundedcornr_box_389098 {
   background: #ffffff url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_389098_grad.gif) repeat-x top left;
}
.roundedcornr_top_389098 div {
   background: url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_389098_tl.gif) no-repeat top left;
}
.roundedcornr_top_389098 {
   background: transparent url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_389098_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_389098 div {
   background: url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_389098_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_389098 {
   background: transparent url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_389098_br.gif) no-repeat bottom right;
}

.roundedcornr_top_389098 div, .roundedcornr_top_389098,
.roundedcornr_bottom_389098 div, .roundedcornr_bottom_389098 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_389098 { margin: 0 15px; }

.roundedcornr_box_725238 {
   background: #f5f5f5;
}
.roundedcornr_top_725238 div {
   background: url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_725238_tl.png) no-repeat top left;
}
.roundedcornr_top_725238 {
   background: url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_725238_tr.png) no-repeat top right;
}
.roundedcornr_bottom_725238 div {
   background: url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_725238_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_725238 {
   background: url(http://www.canphoto.net/canphotodirect/template/canphoto/images/roundedcornr_725238_br.png) no-repeat bottom right;
}

.roundedcornr_top_725238 div, .roundedcornr_top_725238, 
.roundedcornr_bottom_725238 div, .roundedcornr_bottom_725238 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_725238 { margin: 0 15px; }


.xsnazzy h1, .zsnazzy h1 {
margin:0; 
font-size:1.1em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #DADADA;
}
.xsnazzy p, .zsnazzy p {
margin:0; 
padding:5px 10px; 
font-size:10px;
}
.xsnazzy {
background: transparent; 
width:100%; 
float:left; 
margin:0 3px;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #DADADA;
border-right:1px solid #DADADA;
}
.xb1 {
margin:0 5px; 
background:#DADADA;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #DADADA; 
border-width:0 1px; 
height:auto;
}
* html .xboxcontent {
height:1px;
}

.color_a {
background:#f5f5f5;
color: #525163;
}
.color_b {
background:#d4d8bd; 
color:#000;
}
.color_c {
background:#758279; 
color:#fff;
}
.color_d {
background:#b2ab9b; 
color:#000;
}
