﻿body
{
    background: #ffffff url('Images/Body.jpg');
    margin: 10px 0px;
    padding: 0px;
    text-align: center;
}
div#wrap
{
    width: 980px;
    margin: 0px auto;
    text-align: left;
    border: solid 1px #999999;
}

a 
{
	color: #2F597B;
}
p
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	padding: 0px
}

#headerwrap
{
    width: 970px;
    height: 110px;
    background: #ffffff url('Images/HeaderBG.gif') repeat-x center top;
    padding: 10px 0px 0px 10px;
}
#logo
{
    width: 151px;
    height: 45px;
    background: url('Images/LorientLogo.png');
    float: left;
    margin: 17px 0px 0px 12px;
}
#nav
{
    width: 734px;
    height: 100px;
    float: left;
    font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin: 0px 0px 0px 50px;
	position: relative;
}
#nav ul
{
	margin: 17px 0px 0px 0px;
	padding: 0px;
}
#nav li
{
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}
#nav li a
{
	color: #666666;
	text-decoration: none;
}

#nav li a:hover
{
    color: #548FB9;
}

#nav p
{
    font-weight: normal;
    margin-bottom: 10pt;
}

#subhead
{
    width: 970px;
    height: 40px;
    background: #ffffff url('Images/SubHeaderBG.gif');
    padding: 16px 0px 0px 10px;
    font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

#content
{
    width: 964px;
    min-height: 400px;
    background: url('Images/ContentBG.gif') repeat-y;
    padding: 8px;
}

#content div, #content td
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px 0px 10pt 0px;
	padding: 0px
}

#content h1
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12pt;
	color: #427CAC;
	margin: 0px 0px 10pt 0px;
	padding: 0px
}

#content h2
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	margin: 0px 0px 10pt 0px;
	padding: 0px
}

#content h3
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 10pt;
	color: #427CAC;
	margin: 0px 0px 10pt 0px;
	padding: 0px
}

#content h4
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin: 0px 0px 10pt 0px;
	padding: 0px
}

#content p
{
	margin-bottom: 10pt
}
#content li
{
    font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#content div.productprofile
{
    min-width: 70px;
    text-align: center;
    float: left;
    padding: 4px;
    margin: 0px 0px 8px 8px;
    border: solid 2px #BBBBBB/*transparent*/;
    cursor: pointer;
    text-decoration: none;
}

#content div.productprofile:hover
{
    border: solid 2px #427CAC;
}

#content div.productprofile img
{
    border: none;
    padding-top: 8px;
}

#content div.productprofile a
{
    color: #000000;
    text-decoration: none;
}

#copy
{
    text-align: center;
    background: url('Images/ContentBG.gif') repeat-y;
    padding: 0px 0px 8px 0px;
}

.admindgheader
{
	font-weight: bold;
}

.admin
{
	font-family: Arial;
	font-size: 10pt
}

span.admin
{
	display: block;
	font-weight: bold;
}

input.admin, select.admin
{
	display: block;
	margin: 2px 0px 8px 0px;
}

.categorydescription
{
    width: 500px;
    height: 400px;
    float: right;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #8ABEDA;
	color: black;
	padding: 1px;
	font-weight: normal;
	cursor: pointer;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	font-weight: normal;
}