﻿/*AutoComplete flyout */

.ac_listElement 
{  
	visibility : hidden;
	margin : 0px;
	background-color : #ffffff;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor: pointer;
	overflow : auto;
    text-align : left; 
    list-style-type : none;
    float: none;
}

.ac_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
    clear: both;
    width: 90%;
}

.ac_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	clear: both;
    width: 90%;
}
A.button_admin_go:link, A.button_admin_go:active, A.button_admin_go:visited
{
    text-decoration: none;
    background-color: inherit;
    display: block;
    clear: both;
    float: left;
    position: static;
    color: #999999;
    text-transform: uppercase;
    background-image: url(            'topMenuC.gif' );
    background-repeat: no-repeat;
    font-size: 10px;
    font-weight: bold;
    padding-left: 24px;
    padding-right: 6px;
    padding-top: 3px;
    height: 16px;
    margin-top: 3px;
}
A.button_admin_go:hover
{
    text-decoration: none;
    background-color: inherit;
    display: block;
    clear: both;
    float: left;
    position: static;
    color: #4e4e4e;
    text-transform: uppercase;
    background-image: url(            'topMenuC.gif' );
    background-repeat: no-repeat;
    font-size: 10px;
    font-weight: bold;
    padding-left: 24px;
    padding-top: 3px;
    padding-right: 6px;
    height: 16px;    
    margin-top: 3px;

}

/* testimonal adds */


.adMac
{
    display: block;
    position: static;
    clear: both;
    padding-left: 12px;
    padding-right: 20px;
    width: 473px;
    height: 175px;
    background-repeat: no-repeat;
    background-image: url(            'test_mac.jpg' );
    overflow: hidden;
}
.adWillow
{
    display: block;
    position: static;
    clear: both;
    padding-left: 12px;
    padding-right: 20px;
    width: 473px;
    height: 175px;
    background-repeat: no-repeat;
    background-image: url( 'cc_banner.gif' );
    overflow: hidden;
}
.adBC
{
    display: block;
    position: static;
    clear: both;
    padding-left: 12px;
    padding-right: 20px;
    width: 473px;
    height: 175px;
    background-repeat: no-repeat;
    background-image: url(            'test_bc.gif' );
    overflow: hidden;
}
.adPT
{
    display: block;
    position: static;
    clear: both;
    padding-left: 12px;
    padding-right: 20px;
    width: 473px;
    height: 175px;
    background-repeat: no-repeat;
    background-image: url(            'test_pt.gif' );
    overflow: hidden;
}
.adTS
{
    display: block;
    position: static;
    clear: both;
    padding-left: 12px;
    padding-right: 20px;
    width: 473px;
    height: 175px;
    background-repeat: no-repeat;
    background-image: url(            'test_ts.gif' );
    overflow: hidden;
}
.adEye
{
    display: block;
    position: static;
    clear: both;
    padding-left: 12px;
    padding-right: 20px;
    width: 473px;
    height: 175px;
    background-repeat: no-repeat;
    background-image: url(            'test_eye.gif' );
    overflow: hidden;
}

/* Cat Order Form */

.order_form
{
    display: block;
    clear: both;
    float: left;
    position: static;
    width: 450px;
    height: 310px;
    padding: 20px;
    background-image: url(               'orderForm.gif' );
    background-repeat: no-repeat;
}
.h2formheader
{
    color: #cd7aae;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    position: static;
    clear: both;
    float: none;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 12px;
}
.formBoxHeader
{
    font-weight: bold;
    display: block;
    clear: both;
    float: left;
    position: static;
    color: #666666;
    font-size: 12px;
}
.formboxes
{
    border-style: solid;
    border-width: 1px;
    border-top-color: #e0e1e3;
    border-right-color: #e0e1e3;
    border-bottom-color: #e0e1e3;
    border-left-color: #e0e1e3;
    margin-bottom: 18px;
    width: 90%;
}

/* Search Function */
.searchBox
{
    display: block;
    float: left;
    clear: none;
    overflow: hidden;
    position: static;
    padding-left: 7px;
    padding-top: 3px;
    margin: 0px;
    border-style: none;
    background-image: url(       'searchBox.gif' );
    background-repeat: no-repeat;
    width: 88px;
    min-width: 88px;
    height: 18px;
    min-height: 18px;
    border: 0px;
    color: #333333;    
    font-size: 11px;
}
.searchResultHolder
{
    display: block;
    float: left;
    clear: none;
    overflow: hidden;
    position: static;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e0e1e3;
    width: 95;
    min-width: 95%;
}