/*
=general
---------------------------------------------- */

html, body
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    font-family:  helvetica, arial, Verdana, sans-serif;
    font-size: 75%;
    line-height: 1.5em;
    background: #fff;
    color: #333;
}

table, tr, td, input, select, textarea, ol, ul
{
    font-family: helvetica, arial, Verdana, sans-serif;
    font-size: 100%;
}

a
{
    color: #FE6000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a, a img
{
    border: none;
}

a.dec
{
    border-bottom: 1px solid #F26100;
    text-decoration: none;
    color: #555;
}

a.dec:hover
{
    text-decoration: none;
    color: #F26100;
}


h1, h2, h3
{
    font-weight: bold;
}

h1
{
    font-family:  'arial narrow', helvetica, arial, Verdana, sans-serif;
    color: #F26100;
    font-size: 2em;
    margin: .5em 0 .3em;
}

h2
{
    font-size: 1.4em;
    color: #F26100;
    margin-bottom: .2em;
}

h3
{
    font-size: 1.3em;
}

.editable
{
    color: #000;
    background-color: #ffffd3;
}

.printonly
{
    display: none;
}
/*
Layout
-------------------------------------------------------------*/

#container
{
    width: 100%;
    position: relative;
    float: left;
}

#banner
{
    background: #333 url(/images/banner_bg.gif) repeat-x;
    border-bottom: 2px solid #fff;
    position: relative;
    height: 63px;
}

#util
{
    color: #999;
    font-size: .95em;
    background-color: #fff;
    padding: 0 10px 5px 6px;
    height: 20px;
    text-align: right;
}

#leftcol
{
    width: 231px;
    float: left;
    margin-right: 20px;
    position: relative;
}

#leftcol.product_view
{
    width: auto;
    margin-right: 10px
}

#content
{
    padding: 0 0 0 14px;
}

#resizeme
{
}

#product_content
{
    overflow: auto;
    height: 100%;
    /* IE requires this to work properly. However if breaks Opera so needs to be hidden. */
    _position: relative;

}

#pagehead
{
    margin-top: 10px;
}

#rightcol
{
    width: 179px;
    position: absolute;
    right: 0;
    margin-left: 20px;
    background: url(/images/right_col_bg.gif) repeat-y;
}

#rightcol_folder_view
{
    position: absolute;
    right: 0;
    width: 270px;
    width: 179px;
    margin-top: 20px;
    background: #eee url(/images/right_col_bg.gif) repeat-y;
}


#footer
{
    padding: 0 1em 1em;
    clear: both;
}

/*
=tabs
-------------------------------------------------------------*/
#tabs
{
    position: absolute;
    background: url(/images/tabs.gif) no-repeat 0 0;
    width: 600px;
    height: 32px;
    left: 215px;
    bottom: 3px;
    _bottom: 2px;
}
/* also see @import styles */

#tabs span
{
    position: absolute;
    left: -999em;
}

#tabs a
{
    position: absolute;
    display: block;
}

#tabs a:hover
{
    background-repeat: no-repeat;
    background-position: 0 0;
}


/* Home */
#tabs a.home_tab
{
    width: 184px;
    height: 32px;
    left: 0;
}

#tabs .home_tab:hover
{
    background: url(/images/tab_home.gif);
}

/* products */
#tabs a.products_tab
{
    width: 75px;
    height: 32px;
    left: 184px;
}

#tabs .products_tab:hover
{
    background: url(/images/tab_products.gif);
    width: 75px;
    left: 184px;
}

/*folders */
#tabs a.folders_tab
{
    width: 92px;
    height: 32px;
    left: 257px;
}

#tabs .folders_tab:hover
{
    background: url(/images/tab_folders.gif);
    width: 92px;
    left: 257px;
}

#tabs .back_tab
{
	background: url(/images/back_to_ae.gif);
	width: 117px;
	height: 26px;
	left: 375px;
	top: 6px;
}



/*
header styles
-------------------------------------------------------------*/


.replace
{
      position:relative;
      margin: 0;
      padding: 0;
      /* hide overflow:hidden from IE5/Mac */
      /* \*/
      overflow: hidden;
      /* */
}

.replace span
{
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1; /*for Opera 5 and 6*/
}

#filter_products, #filter_products span
{
    height:35px;
    width:231px;
    background-image: url(/images/h_filter_products.gif);
}

#interior, #interior span
{
    height:18px;
    width:209px;
    background-image: url(/images/h_interior.gif);
}

#exterior, #exterior span
{
    height:18px;
    width:209px;
    background-image: url(/images/h_exterior.gif);
}

#other, #other span
{
    height:18px;
    width:209px;
    background-image: url(/images/h_other.gif);
}



#lamp_type, #lamp_type span
{
    height:18px;
    width:209px;
    background-image: url(/images/h_lamp_type.gif);
}

#interior, #exterior, #lamp_type
{
    margin-left: 9px;
}

#active_folder, #active_folder span
{
    height:37px;
    width:179px;
    background-image: url(/images/h_active_folder.gif);
}

#aesthetics_collections, #aesthetics_collections span
{
    height:31px;
    width:179px;
    background: url(/images/h_aesthetics_collections.gif) no-repeat 0 0;

}


#organiser, #organiser span
{
    height:29px;
    width:179px;
    background-image: url(/images/h_organiser.gif);
}


#change_active_folder, #change_active_folder span
{
    height:19px;
    width:183px;
    background-image: url(/images/h_change_active_folder.gif);
}

#create_new_folder, #create_new_folder span
{
    height:19px;
    width:179px;
    background-image: url(/images/h_create_new_folder.gif);
}


/*
=general =content
-------------------------------------------------------------*/

#pagehead p
{
    margin:  0 0 7px 0;
}

.inline
{
    display: inline;
    margin-right: .5em;
}

ul.buttons
{
    list-style: none;
    margin: 1em 0;
    padding: 0;
}
.buttons li
{
    display: inline;
    margin: 0 7px 0 0;
    padding: 0;
}

.intro {
	color: #333;
	font-weight: bold;
	width: 789px;
	margin-bottom: 0;
}

.intro_products {
	color: #333;
	font-weight: bold;
	margin-top: 0;
}

.indent {
    margin-left: 220px;
}

p.info-box {
    background-color: #eee;
    width: 285px;
    padding: 10px;
}

p.alert-box {
    background-color: #ffe4d3;
    width: 285px;
    padding: 10px;
    font-weight: bold;
}



/*
=msg
--------------------------------------------*/
.msg-error
{
    background: transparent url(/cms/images/icons/error-sml.gif) 5px 5px no-repeat;
    padding: 5px 5px 5px 25px;
}

.msg-error span
{
    color: #DD4604;
    font-weight: bold;
}


.msg-alert
{
    background: transparent url(/cms/images/icons/alert.gif) 5px 5px no-repeat;
    padding: 5px 5px 5px 25px;
}

.msg-alert span
{
    color: #DD4604;
    font-weight: bold;
}