body {
    font-family:Verdana, Arial, Tahoma, Sans-Serif, sans;
    font-size:13px;
    color:#666;
    margin:5px;
    text-align:center;
    /*background-color:#FFF;    */
    background-image:url(../img/bkg.jpg);
    background-repeat:repeat-x;
}

h1 {
    font-size:16px;
    margin:10px 0px 2px 0px;
    padding:0px;
    color:#666;
    font-weight:bold;
}

#h1title {
    font-size:16px;
    margin:15px;
}
.h1_gray_bar {
    font-size:18px;
    padding:0px;
    margin:0px;
    color:#FFF;
    text-align:center;
    vertical-align:center;
    font-weight:bold;
    font-style:italic;
}

h2 {
    font-size:15px;
    margin:10px 0px 5px 0px;
    padding:0px;
    color:#666;
    font-weight:bold;
}

h3 {
    font-size:13px;
    margin:10px 0px 0px 0px;
    padding:0px;
    color:#666;
    font-weight:bold;
}

blockquote {
    border-left: 5px solid #CCC;
    padding-left: 10px;
}

p {
    margin:10px 5px 5px 0px;
}
p.content {
    font-size:12px;
}

p.home {
    margin:10px 0px 5px 0px;
}

a {
    text-decoration:underline;
    color:#666;
}
a:hover {
    color:#006EFF;
}
a.sortheader {
    text-decoration:none;
}

img {
    border: 0px;
}

li {
    margin-bottom: 6px;
}

#master {
    background-image:url(/app/webroot/img/admin_bkg2.jpg);
    background-repeat:repeat-x;
    border:1px solid #ccc;
    padding:0px;
}
#tblmaster {
}
#tdheader {
    background-image:url(/app/webroot/img/admin_header_bkg.jpg);
    background-repeat:repeat-x;
    background-position:bottom left;
}
#content {
    text-align:left;
    /*border:1px solid #ccc;*/
    padding:0px;
    width:550px;
    height:100%;
    margin:0px 0px 0px 0px;
}
#modulecontent {
    margin:5px;
    text-align:center;
}
#nav {
    text-align:left;
    /*border:1px solid #ccc;*/
    padding:5px;
    margin:5px;
    width:130px;
}
#nav span{
    display:block;
    margin:0px 5px;
    padding:2px 5px;
    border-bottom: 1px dashed #ddd;
}
#nav .sub {
    margin-left:25px;
}
a:hover .nav {
    background-color:#fff;
}

#tdcontent {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
#tdnav {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
#activemodule {
    border-bottom:1px solid #ccc;
}
#footer {
    margin:5px;
    font-size:10px;
}

/* ************************** */
/* ------
- "Flash" divs (status messages) -
------ */
.flash_message_ok {
    border:2px solid #6d6;
    background-color:#CCFFCC;
    text-align:center;
    font-size:13px;
    font-weight:bold;
    padding:5px;
    margin: 10px 0px;
    text-align:left;
}
.flash_message_error {
    border:2px solid #FF0000;
    background-color:#FCCECC;
    /*background-color:#fff;*/
    text-align:center;
    font-size:13px;
    font-weight:bold;
    padding:5px;
    margin: 10px 0px;
    text-align:left;
}


/* ************************** */
/* ------
- FORMS -
------ */

form {
    width: 540px;
    text-align:left;
    margin-bottom:5px;
}

fieldset { 
    border:1px solid #CCC; 
    padding:5px;
    /*-moz-border-radius: 8px; border-radius: 8px;*/
    text-align:left;
}

legend {
    color: #666;
    padding:5px;
}

label {
    /*border: 1px, solid #000;*/
    display: block;
    /*float: left;*/
    width: 150px;
    padding:0px 10px 0px 0px;
	cursor:pointer;
}

.checkbox {
    float: left;
    display: block;
    margin: 0px 10px;
}

.checkbox_item {
    display: block;
    clear: both;
    margin: 0px 0px 0px 150px;
    /*border: 1px  solid #000;*/
}

.label_checkbox {
    display: block;
    float: right;
    padding:0px 10px 0px 0px;
    /*border:1px solid #000;*/
}

div.required label {
    /*border: 1px, solid #000;*/
    display: block;
    float: left;
    width: 150px;
    padding:0px 10px 0px 0px;
}

div.optional label {
    /*border: 1px, solid #000;*/
    display: block;
    float: left;
    width: 150px;
    padding:0px 10px 0px 0px;
}

input, textarea {
	padding:2px;
	border-width:1px;
	background: url(/img/bkg_input5.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#ffc;
}

input:hover, textarea:hover {
	background:#ffc;
	cursor:text;
}
 
select {

	background: url(/img/bkg_input5.gif);
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#FFF;
}

label:hover {
	cursor:pointer;
	color:#999;
}

.required {
    color:#FF0000;
}

.err { 
    font-weight: bold;
    color:#000;
}

.optional {
    color:#000000;
}

/* ************************** */

div.error {
    padding: 5px;
    background-color:#FCCECC;
    border: 2px solid #FF0000;
    margin: 5px 1px;
}

/*p.err { 
    font-weight: bold;
}*/

p.error {
    font-weight: bold;
    color: #FF0000;
    margin:15px;
}

.error_message_group {
    padding: 5px;
    font-weight: normal;
}

.error_message {
    color:#000;
    padding:5px;
    margin:10px;
    background-color:#FCCECC;
    border: 2px solid #FF0000;
}

div.admin_module_alert {
    background-color:#FCCECC;
    border: 1px dashed #FF0000;
}


#paginator {
    /*border: 1px solid #CCC;*/
    border: none;
    margin: 10px 0px;
    padding:2px;
    font-size:11px;
}
#paginator select {
    font-size:11px;
}
.paginationnum {
    margin:3px;
}

.tbl_module tr:hover {
	background:#ffc;
}

.div_popup {
    display:block; 
    visibility:hidden; 
    position:absolute; 
    z-index:500; 
    width:250px; 
    height:150px;    
    left:60%;
    border: 1px solid #000;
    background-color: #FFF;
    padding:10px;
    margin:10px;
}

.status_pending {
    color: #ff0000;
}
.status_processing {
    color: #ff9900;
}
.status_complete {
    color: #339966;
}

/* ENDUSER SPECIFIC CSS START */
.coupon_summary {
    text-align: center;
}
div.coupon_summary {
    padding: 10px;
    text-align: center;
}

/* coupon_expires, coupon_no_image and coupon_print are *inside* coupon_details */
div#coupon_details { 
    text-align:center;
    border: 1px solid #000;
    padding: 10px;
}
div#coupon_no_image {
    text-align:center; 
    width: 75%;
    height:50px; 
    border: 1px solid #000; 
    padding: 10px 10px;
}
/* coupon_expires and coupon_print are *inside* coupon_details */
div#coupon_expires { 
    padding:5px;
}
div#coupon_print { }

/* make the print button large */
div#coupon_print input{ 
    width:300px;
    height:50px; 
}

div.testimonial {
    margin-bottom:30px;
    font-style:italic;
}
div.bg1 {
    background-color:#EAEAEA;
}
div.bg2 {
    background-color:#000;
}

.table_main {
    background-image:url(../img/bkg_body.gif);
    background-repeat: repeat-y;
}

#header_flash {
    position: relative;
    top: 0px;
    left: 0px;
    z-index:10;
}

#header_hours {
    position: relative;
    top: -95px;
    left: 290px;
    z-index:500;
    width:200px;
    height:60px;
    margin-bottom: -60px;
    color:#fff;
    text-align:center;
    font-weight:bold;
}

.tbl_col_left {
}

.col_left_header {
    margin:2px 18px;
    color:#fff;
    font-weight:bold;
    text-align:center;
}

.col_left {
    margin:2px 18px;
    font-weight:bold;
    text-align:center;
}



.col_right_header {
    margin:2px 15px 2px 10px;
    color:#fff;
    font-weight:bold;
    text-align:center;
}
.col_right {
    margin:2px 15px 2px 10px;
    text-align:left;
}
.col_right_specials {
    margin:2px 15px 2px 10px;
    font-size:11px;
    text-decoration:none;
    text-align:left;
}
ul.col_right_specials {
    padding:0px;
}
li.col_right_special {
    margin:6px 0px 3px 0px;
    font-size:10px;
    text-decoration:none;
}
.col_right_special_price {
    font-weight:bold;
    font-style:italic;
}


#column_left_nav {
    text-align:left;
    margin: 10px 0px 5px 10px;
    font-size:15px;
    font-weight:normal;
    color:#000;
}
#column_left_nav p{
    margin:8px 0px 2px 0px;
    color:#000;
}
#column_left_nav a {
    text-decoration:none;
    color:#000;
}
#column_left_nav a:hover {
    color:#006EFF;
}

#column_left_nav_inventory {
    text-align:left;
    margin: 2px 5px 2px 12px;
    font-size:11px;
    font-weight:bold;
}
#column_left_nav_inventory p{
    margin:2px 0px 2px 5px;
}
#column_left_nav_inventory a {
    text-decoration:none;
}
#column_left_nav_inventory a:hover {
    color:#E47900;
}



.body_block_header {
    margin: 0px 10px 0px 10px;
    color:#fff;
    font-weight:bold;
    text-align:center;
}

.auto_summary {
    margin: 0px;
    padding: 0px;
}   

div.div_img_auto_thumb {
    position:relative;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 84px;
    z-index:10;
}
/*div.div_img_auto_thumb_overlay {
    position:relative;
    top: -84px;
    left: 0px;
    width: 200px;
    height: 85px;
    z-index:20;
} */

/*.overlay {
   border:1px solid #fff; 
}*/

.price {
    text-decoration:none;
}

.price_old {
    text-decoration:line-through;
    font-style:italic;
}

div#auto_details {
    padding:0px;
    margin:0px;
}
#auto_details p {
    margin:2px 2px 2px 10px;   
}

#auto_details td {
    text-align:left;
}
.feature_label {
    font-weight:bold;
    font-size:11px;
}