/****************************************************************************************
* UnEspace - CSS File by UnEspace Open Source Solutions
* @File      : gold_css.css
* @Author    : Julien Gautier
* @web http://www.unespace.com/
* @copyright (C) 2009 by UnEspace Open Source Solutions - All rights reserved!
* @css version 1.0 by UnEspace Open Source Solutions
*
* tab width: 4px
* or color: #cead68
* normal: #ab0000
****************************************************************************************/

/* ##################### OVERALL SETTINGS ##################### */
.color_hi {
color: #000000;
}

/* ############## LAYOUT CONTAINER SETTINGS ############### */


#main_header {
    background: url(../images/ue_finestwine_02/gold/tile_main.png) left top repeat-x;
}

#main_header_left {
    background: url(../images/ue_finestwine_02/gold/bg_main.png) left top no-repeat;
}

#main_header_right {
    background: url(../images/ue_finestwine_02/gold/bg_main.png) right top no-repeat;
}


/* ##################### PATHWAY SETTINGS ##################### */
a.pathway:link, a.pathway:visited {
    color: #000000;
}

/* ##################### MODULE SETTINGS ###################### */

a.contentheading:link, a.contentheading:visited, a.componentheading:link,  a.componentheading:visited {
    color: #000000;
    text-decoration: none;
}

a.contentheading:hover, a.componentheading:hover {
    color: #860A12;
    text-decoration: underline;
}

a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    font-size: 115%;
}

a.contentpagetitle:hover{
    text-decoration: none;
    font-weight: bold;
    color: #860A12;
    font-size: 115%;
}


/* ################# MAIN AND SUB MENU SYSTEM ################# */
a.mainlevel:hover, a.sublevel:hover {
    color: #860A12;
    text-decoration: underline;
}

a.mainlevel#active_menu {
    color: #860A12;
    border-bottom: 1px solid #860A12;
}

#active_menu {
    color: #000000;
}

/* ##################### PAGE NAVIGATION ###################### */
.contenttoc th {
    background: url(../images/ue_finestwine_02/gold/title_con2.png) 0 0 no-repeat;
}

/* ################### SMALL FONT SETTINGS #################### */
.small, .smalldark, .createdate, .modifydate {
    color: #860A12;
}

/* ###################### BUTTON SETTINGS ##################### */
a.readon:link, a.readon:visited {
    background: url(../images/ue_finestwine_02/gold/nav_moreback.png) 0 0 no-repeat;
    padding-left: 15px;
}

a.readon:hover {
    color: #860A12;
    background-position: 0 -18px;
    padding-left: 15px;
}

.back_button a:link, .back_button a:visited {
    background: url(../images/ue_finestwine_02/gold/nav_moreback.png) 0 -36px no-repeat;
    padding-left: 15px;
}

.back_button a:hover {
    color: #860A12;
    background-position: 0 -54px;
    padding-left: 15px;
}

a.pricelist_item:link, a.pricelist_item:visited {
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

a.pricelist_item:hover {
    color: #860A12;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

.bg_pricelist_rows {
    width:49%;
    float:left;
    margin-right: 5px;
    font-weight: normal;
    padding: 5px 0px 5px 0px;
}

.bg_pricelist_row1 {
    width:100%;
    background-color: #F5F5F5;
    border-bottom: 1px solid #BBBBBB;
    margin: 0px;
    font-weight: normal;
    padding: 5px 0px 5px 0px;
}

.bg_pricelist_row2 {
    width:100%;
    background-color: #E5E5E5;
    border-bottom: 1px solid #BBBBBB;
    margin: 0px;
    font-weight: normal;
    padding: 5px 0px 5px 0px;
}

.bg_pricelist_row_on {
    width:100%;
    background-color: #CCCCCC;
    border-bottom: 1px solid #BBBBBB;
    margin: 0px;
    font-weight: normal;
    padding: 5px 0px 5px 0px;
}

select.inputbox  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

input.inputbox  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.bg_search_mod {
    background: transparent url(../images/ue_finestwine_02/bg_search_mod.jpg) repeat-x scroll 0pt 50%;
    padding: 4px 4px 4px 4px;
    margin: 5px 0px 0px 0px;
    text-align: center;
}

div.bg_search_mod input.button {
	background:transparent url(../images/ue_finestwine_02/search_button.png) no-repeat scroll 0 0;
	border:medium none;
	height:20px;
	width:20px;
}