/* TIPS:
    Helvetica=Arial=sans-serif
    - usare px per mantenere la posizione(layout) dei div quando si 
        cambia la dimensione del testo. Usare em per il testo 0.9em=11px. 
    - creare bordi ai div per visualizzare meglio la loro posizione.
    border-right: red 1px solid;
    border-left: red 1px solid;
    border-top: red 1px solid;
    border-bottom: red 1px solid;
*/

/* General Appearance */
body
{
    margin: 0px auto;
    width: 760px;
    background: #FED36B url(../Images/background_main.jpg) repeat-y center top;
    font-family: Verdana, Helvetica, Trebuchet, Georgia, sans-serif;
    font-size: 76%;
}
A
{
    color: #000000;
}
A:hover
{
    color: #999933;
    text-decoration: underline;
}
/* MASTERPAGE */
/* styles for the header -------------------------------------------------*/
#header
{
    width: 761px;
    height: 95px;
    border-bottom: #cc9900 1px solid;
}
#logo
{
    padding-left: 20px;
    float: left;
    letter-spacing: 30px;
}
#topRightNav
{
    padding-right: 5px;
    padding-top: 0;
    float: right;
    text-align: center;
}
.UserAccountInfo
{
    font-size: 0.8em;
    color: #999933;
    text-decoration: none;
}
.UserAccountLinks, A.UserAccountLinks:link, A.UserAccountLinks:visited
{
    font-size: 0.8em;
    color: #999933;
    text-decoration: none;
    font-weight: bold
}
A.UserAccountLinks:hover {
    color: #FFCC00;
    text-decoration: none;
}
/* styles for the MAIN container ---------------------------------------*/
#mainContainer
{
    width: 761px;
    float: left;
    background-image: url(../Images/background_leftSide.jpg);
    background-repeat: repeat-y;
}
/* styles for the left side navigation container -----------------------*/
#leftContainer
{
    width: 127px;
    height: 500px;    
    padding-top: 3px;
    float: left;
    text-align: center;
}
.leftMenuHeaderText
{
    font-family: Verdana, Times, serif;
    color: #FFCC00;
    font-size: 0.9em;
    font-weight: bold;
    font-style: italic;
}
#leftMenuContainer
{
 	width: 106px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
.leftMenu
{
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.leftMenuLink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #FFCC00;
	cursor: pointer;
    text-decoration: none;
}
A.leftMenuLink:hover
{
    color: #ffff99;
    text-decoration: none;
}
.leftSubMenu
{
    border-top: 1px solid #999933;
    border-bottom: 1px solid #999933;
    margin-bottom: 7px;
}
A.leftSubMenuLink, A.leftSubMenuLink:link, A.leftSubMenuLink:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #FFCC00;
    text-decoration: none;
    vertical-align: middle;
    line-height: 16px;
}
A.leftSubMenuLink:hover
{
    color: #ffff99;
    text-decoration: none;
}
A.leftSubMenuLinkSelected
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    color: #ffff99;
    text-decoration: none;
	vertical-align: middle;
	line-height: 16px;
}
A.leftSubMenuLinkSelected:hover
{
    color: #ffff99;
    text-decoration: none;
}
/* styles for the top menu -------------------------------------------------*/
#topNavBarContainer
{
    width: 634px;
    height: 1.6em;
    background-color: #999933;
    float: left;
}
#topNavBarMenu
{
    padding-top: 2px;
    padding-left: 4px;
    float: left;
}
.topNavBarLinks
{
    color: #FFCC00;
    font-size: 0.9em;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 3px;
    text-decoration: none;
}
a.topNavBarLinks:hover 
{
	color: #ffff99;
    text-decoration: none;
    cursor: pointer;
}
.topNavBarSubLinks
{
    color: #FFCC00;
    font-size: 0.8em;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    border-top: #cc9900 1px solid;
}
a.topNavBarSubLinks:hover 
{
	color: #ffff99;
    text-decoration: none;
}
#topNavBarLangImage
{
    padding-left: 5px;
    float: left;
}
#topNavBarSearch
{
    padding-right: 10px;
    float: right;
}
.topNavBarSearchText
{
    color: #FFCC00;
    font-size: 0.8em;
    font-weight: bold;
    padding-top: 4px;
    padding-right: 2px;
    float: left;
}
.topNavBarSearchBox
{
    float: left;
}
/* styles for the site map -------------------------------------------------*/
#siteMap
{
    padding-top: 7px;
    padding-left: 12px;
    float: left;
}
.siteMap
{
    color: #cc9900;
}
.siteMapNode
{
    color: #cc9900;
    font-size: 0.8em;
}
/* styles for the container ---------------------------------------------------*/
#content
{
    width: 615px;
    padding-top: 18px;
    padding-left: 13px;
    padding-bottom: 15px;
    float: left;
}
#contentUpper
{
    width: 615px;
    float:left;
}
#contentUpperLeft
{
    width: 275px;
    float: left;
}
#contentUpperRight
{
    width: 305px;
    float: right;
    margin-right: 6px;
    text-align: left;
}
#contentBottom
{
    width: 550px;
    float: left;
}
#contentBottomLeft
{
    width: 275px;
    float: left;
    padding-top: 20px;
}
#contentBottomRight
{
    width: 305px;
    float: right;
    margin-right: 6px;
    padding-top: 20px;
}
.box
{
    background-color: #FFFF99;
    font-size: 0.9em;
    border-right: #cc9900 1px solid;
    border-top: #cc9900 1px solid;
    border-left: #cc9900 1px solid;
    border-bottom: #cc9900 1px solid;
}
.boxHeaderText
{
    color: #FFCC00;
    font-size: 1em;
    font-weight: bold;
    height: 1.3em;
    background-color: #999933;
    padding: 1px;
    text-align:center;
}
.boxInstructionText
{
    color: #000000;
    height: 20px;
}
.boxLabel
{
    font-size: 0.9em;
    font-weight: bold;
}
.boxTextBox
{
    font-size: 1em;
}
.button
{
    background-color: white;
    color: #CC9900;
    font-size: 0.9em;
    padding: 1px;
    border-right: #cc9900 1px solid;
    border-top: #cc9900 1px solid;
    border-left: #cc9900 1px solid;
    border-bottom: #cc9900 1px solid;
    cursor: pointer;
    text-decoration: none;
}
.button:hover     /*non mettere la A*/
{
    background-color: #999933;
    color: #FFCC00;
    cursor: pointer;
    text-decoration: none;
}
.gridViews
{
    border-right: #cc9900 1px solid;
    border-left: #cc9900 1px solid;
    text-align: center;
}
.picture
{
    border-right: #cc9900 1px solid;
    border-top: #cc9900 1px solid;
    border-left: #cc9900 1px solid;
    border-bottom: #cc9900 1px solid;
    padding: 2px;
}
/* styles for the FOOTER -----------------------------------------------*/
#footer
{
    width: 761px;
    height: 1.5em;
    float:left;
    background-color: #999933;
    border-bottom: #cc9900 1px solid;
    text-align: center;
}
#footerBrownSide
{
    width: 127px;
    height: 1.5em;
    float: left;
    text-align: center;
    background-color: #cc9900;
}
.footerText
{
    font-size: 0.8em;
    color: #dddddd;
    text-decoration: none;
    padding-top: 3px;
}
.footerLink
{
    color: #dddddd;
    text-decoration: none;
}
.footerLink:hover
{
    color: #dddddd;
}

/* DEFAULT page --------------------------------------------------------------*/
.DefaultHeadText
{
    font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
    color: #999933;
    font-size: 1.8em;
    font-weight: bold;
	font-style: italic;
}
#DefaultImageText
{
    float: left;
    padding-left: 120px;
}
/* PRODUCTSLIST page ----------------------------------------------------------*/
.ProductsListText1
{
    color: #CC9900;
    font-size: 0.8em;
    vertical-align: middle;
    font-variant: small-caps;
    font-weight: bold;
}
.ProductsListText2
{
    color: black;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.5em;
}
.ProductsListText3
{
    color: black;
    font-size: 0.8em;
    font-weight: bold;
}
.ProductsListText4
{
    color: #9D0000;
    font-size: 0.8em;
    font-weight: bold;
}
.ProductsListText4:hover {
}
/* PRODUCTDETAILS page ----------------------------------------------------------*/
#ProductDetailsHeadText 
{
    width: 280px;
}
#ProductDetailsUpperLeft
{
    width: 280px;
    float: left;
}
.ProductDetailsType {
    color: #808080;
    line-height: 1.9em;
}
.ProductDetailsTextSmall {
    color: #808080;
    line-height: 1.6em;
}
.ProductDetailsText {
    color: #808080;
}
.ReviewHeadText {
    font-family: "Times New Roman", Times, serif;
    color: #999933;
    font-size: 1.4em;
    font-weight: bold;
	font-style: oblique;
}
/* styles for the CONTROLS used across the pages -----------------------------------------*/
.boxUserControl
{
    background-color: #FFFF99;
    font-size: 0.9em;
    padding: 4px;
    border-right: #cc9900 1px solid;
    border-top: #cc9900 1px solid;
    border-left: #cc9900 1px solid;
    border-bottom: #cc9900 1px solid;
}
A.linkUserControl, A.linkUserControl:link, A.linkUserControl:visited
{
    color: #cc9900;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5em;
}
A.linkUserControl:hover
{
    color: #999933;
    font-size: 0.9em;
    text-decoration: none;
}
.boxSmallUserControl
{
    font-size: 0.8em;
    padding: 3px;
    border-top: #999933 1px solid;
    border-bottom: #999933 1px solid;
    text-align: left;
}

/* styles for the TEXTS used across the pages -----------------------------------------*/
.textSmall {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.3em;
}
.textSmallBold {
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3em;
}
.text {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
}
.textBold {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.4em;
}
.textDouble {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.5em;
}
.textDoubleBold {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.5em;
}
.textMaroon {
    font-size: 0.9em;
	color: #800000;
}
/* dimensioni standard del browser
.textBig {
    font-size: 1.1em;
}*/
.textBigBold {
    font-size: 1.1em;
    font-weight:bold;
}

.textHeaderGreen {
    font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	color: #999933;
}
.textHeaderMaroon {
    font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	color: #800000;
}
.textHeaderBlue
{
    font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
    font-size: 1.8em;
    font-style: italic;
    color: #0066ff;
}
.textHeaderBrown {
	font-size: 0.8em;
	font-weight: bold;
	color: #CC9900;
}
.textLinksYellow {
    font-size: 0.9em;
    line-height: 1.4em;
    color: #FFCC00;
    text-decoration: none;
}
A.textLinksYellow:hover {
    text-decoration: none;
    color: #ffff99;
    cursor: pointer;
}
.textLinksBrown {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.4em;
    color: #CC9900;
    text-decoration: none;
}
A.textLinksBrown:hover {
    color: #999933;
    cursor: pointer;
}
.textMessage {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 40px;
	color: #CC9900;
	text-decoration: none;
}
.textBoxHeader {
    font-size: 0.8em;
    font-weight: bold;
}
.textBox {
    font-size: 0.9em;
}
.textErrMessage {
    color: red;
    font-size: 0.9em;
}