/* Country Brook Design CSS Styles */

/* GLOBAL VARIABLES //
<><><><><><><><><>*/
#global
{
 width:770px;
}

#global table
{
 background-repeat:no-repeat;
}

#global img
{
 border:none;
}

#global, #global table
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}


/* TABLES //
<><><><>*/
.table_encasement
{
 width:770px;
 border:2px solid #000000;
}

.table_header
{
 width:770px;
 height:146px;
 background-image:url(images/countrybrook_header.jpg);
}

.table_prod
{
 width:715px;
}

.table_visit
{
 width:715px;
}

.table_policies
{
 width:715px;
}


/* FONTS //
<><><><>*/
.font_prod_name
{
 font-size:16px;
 font-weight:bold;
}

.font_prod_description
{
 font-size:14px;
 font-weight:bold;
}

.font_prod_fieldSpecs
{
 font-size:12px;
 font-weight:bold;
}

.font_prod_extDescription
{
 font-size:12px;
 font-weight:normal;
}

.font_sku
{
 font-size:10px;
 font-weight:normal;
 color:#999999;
}


/* LINKS //
<><><><>*/
#global a
{
 color:#3366cc;
 font-style:normal;
}

#global a:link
{
 color:#3366cc;
}

#global a:visited
{
 color:#999999;
}

#global a:active
{
 color:#6699FF;
}

#global a:hover
{
 color:#6699FF;
}
