﻿*
{
	margin: 0px;
	padding: 0px;
}

a img 
{ 
	border:none !important;
	text-decoration: none !important;
	background-color: transparent !important;

}

.clearFloat
{
	clear: both;
}

body
{
	background-image: url('Images/background.png');
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment:fixed;
}


/* contenitore principale */
.mainContainer
{
	height: auto;
	width: 1000px;
	margin: 50px auto 0px auto;
}

.topLeft
{
	float:left;
	width:610px;
}

.topleft a
{
	margin-bottom: 10px;	
}



.topRight
{
	width:378px;
	float:left;
	background-color:#e9e9e9;
}


.menu
{
}

.thanks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-variant:small-caps;
}

.menu img
{
	margin-bottom: 13px;
}



/* 
Contenitore delle immagini: imagePresenter
Contenitore foto: currentImage
Foto successiva: nextObject
Foto precedente: prevObject
Testo: Caption
*/


.currentImage
{
	width:370px;
	height:417px;
	margin: 10px auto 0px auto;
}


.controlBoxObject
{
	display:inline;
	height: 30px;
}

.captionObject
{
	float:left;
	margin: 5px 0px 5px 0px;
}

.captionNameObject
{
	font-family: Arial Black;
	font-size: 13px;
	font-weight:bold;
	color: #666666;
}

.captionDescriptionObject
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}


.arrow
{
	width: 30px;
	height: 30px;
	cursor: crosshair;
}

.content
{
	width: 320px;
}

.controlBoxTable
{
	margin: 10px 0px;
	width:380px;
	height:53px;
}

.bigImage
{
	width:360px;
	height:430px;
	margin: 0px 0px 0px 5px;
}

.bottomContainer
{
	width: 1000px;
	margin: 0px auto 0px auto;
	position: relative;
}

.bottomLeft
{
    width: 450px;
    position:absolute;
    top: 30px;
    left: 0px;
}

.bottomRight
{
    width: 500px;
    position:absolute;
    top: 181px;
    left:500px;
}


.onlineShopTableLeft tr
{
    /*background-image:url('shopOnline/tableLeftBackground.png');*/
    background-color:#e3e3e3;
}



.onlineShopTableLeft td
{
    margin: 2 2 2 2;
}

.box
{
    background-image:url('shopOnline/LeftBackground.png');
    background-repeat:no-repeat;
    width:500px;
    height:180px;
}

.innerBox
{
    float:left;
    padding: 0;
    margin: 0;
}

.bottomImageContainer
{
    width:450px;
    height:170px;
    float:left;
    position:relative;
}

.bigTitle
{
    font-family: Sans-Serif;
    text-align: justify; 
    color:#636363; 
    font-weight:bold; 
    font-size:24px;
}

.bigTitle:hover
{
    font-family: Sans-Serif;
    text-align: justify; 
    color:#cc66ff; 
    font-weight:bold; 
    font-size:24px;
}

.smallTitle
{
    font-family: Sans-Serif;
    text-align: justify; 
    color:#636363; 
    font-size:22px;
}

.smallTitle:hover
{
    font-family: Sans-Serif;
    text-align: justify; 
    color:#cc66ff; 
    font-size:22px;
}


.bigTitle2
{
    font-family: Sans-Serif;
    text-align: justify; 
    color:#636363; 
    font-weight:bold; 
    font-size:50px;
}

.bigTitle2:hover
{
    font-family: Sans-Serif;
    text-align: justify; 
    color:#cc66ff; 
    font-weight:bold; 
    font-size:50px;
}

.smallTitle2
{
    font-family: Sans-Serif;
    text-align: justify; 
    color:#636363; 
    font-size:38px;
}

.smallTitle2:hover
{
    font-family: Sans-Serif;
    text-align: justify; 
    color:#cc66ff; 
    font-size:38px;
}

.type
{
    font-family: Sans-Serif;
    font-size: normal;
    font-weight:bold;
    color:#636363;
}

.type:hover
{
    font-family: Sans-Serif;
    font-size: normal;
    font-weight:bold;
    color: #cc66ff;
}

.desc
{
    font-family: Sans-Serif;
    font-size: small;
    font-weight:normal;
    color:#636363;
}

.thumbImage
{
    height: 150px;
    width: 120px;
}

.buttonContainer
{
    position:absolute;
    left: 250px;
}
