/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2009.04.30
   PURPOSE:   Styles for the LAYOUT
   CUSTOMER:  DELFINOLUGANO.CH
 **************************************************************/
.width {
	width:960px;
}
#topheader {
	background-image: url(../graphics/topBG.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	width:940px;	
	color: #9B9EA3;
	font-size: 9px;
	text-transform: uppercase;	
	text-align: right;
	padding-right: 20px;
	font-family: Georgia, "Trebuchet", Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}
#topheader a, #topheader a:visited {
	color: #9B9EA3;
}
#topheader a:hover {
	color: #FFFFFF;
}
#wrapper {
	background-image: url(../graphics/wrapperBG.jpg);
	background-repeat: repeat-y;
}
.leftColon {
	width: 160px;
}
.midColon {
	width: 200px;
}
.rightColon {
	width: 580px;
}
#topwrapper {
	background-image: url(../graphics/headerBG.jpg);
	background-repeat: repeat-y;
	height: 440px;
}
#line{
	background-image: url(../graphics/lineBG.jpg);
	background-repeat: repeat-y;
	height: 20px;
	text-align: right;
}

/*  FOOTER  */
#footer {
	margin-bottom: 20px;
	background-image: url(../graphics/footerBG.jpg);
	background-repeat: no-repeat;
	color: #282A2F;
	font-size: 10px;
	padding-top: 10px;
}
#footer a:link, 
#footer a:visited {
	color: #282A2F;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer .colon1{
	width: 147px;
	text-align: right;
}
#footer .colon2{
	width: 500px;
	margin-left: 15px;
}
#footer .colon3 {
	margin-right: 20px;
	width: 250px;
	text-align: right;
}
img.spacing {
	padding: 4px;
}
img.spacing2 {
	padding: 1px;
}

/**************************************************************
Content
**************************************************************/
.content {
	padding: 20px;
	padding-top: 10px;
}
.content p {
	margin-left: 0px;
	padding-left: 0px;	
}
/*
.content img {
	padding: 3px;
	margin: 5px;
	background-color: #D0D9E1;
}*/

/**************************************************************
MasterContent & detailContent
**************************************************************/
a.masterContent, a:visited.masterContent {
	text-decoration: none;
	color: #525963;
	padding: 2px;
	margin: 0px;
	margin-bottom: 5px;
	display: block;
	width: 98%;
}
a:hover.masterContent {
	color: #FF0000;
}
.masterContent img {
	float: left;
	margin: 4px;
	margin-left: 0px;
	border: 4px solid #747577;
}
.masterContent p {
	padding: 0px;
	margin: 0px;
}
.detailContent img, 
a:hover.detailContent img {
	float: left;
	margin: 4px;
	border: 4px solid #747577;
}
a:hover.detailContent img {
	border: 4px solid #C0C0C0;
}
/*BOX for FILES*/
.content .box {
	width: 180px;
	background-color:#C2C9D3;
	border:solid #FFFFFF 2px;
	padding: 2px;
	margin: 2px;
}
.content .box a:link,
.content .box a:visited {
	color: #000000;
}
.content .box a:hover {
	color: #FF0000;
}
.content .box ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-left: 3px;
	padding-left: 0px;
	list-style: none;
}
.content .box ul li {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px;
	padding-left: 20px;
}
.content .box ul li.pdf {
	background-image: url(../graphics/ext_pdf.gif);
}
.content .box ul li.xls {
	background-image: url(../graphics/ext_xls.gif);
}
.content .box ul li.doc {
	background-image: url(../graphics/ext_doc.gif);
}
.content .box ul li.img {
	background-image: url(../graphics/ext_img.gif);
}
.content .box ul li.zip {
	background-image: url(../graphics/ext_zip.gif);
}

td.dark {
	background-color: #C2C9D3;
}
td.light {
	background-color: #D6DAE1;
}
td.verydark {
	background-color: #464A55;
}
.content table {
	border-collapse: collapse;
}
.content table.price {
	width: 98%;
}

/**************************************************************
videoflash
**************************************************************/
.videoflash {
	background-color:#000000;
	border: solid 1px #B8BEC2;
	padding: 5px;
	width: 500px;
	height: 375px;
	text-align:center;
}
/**************************************************************
   Generic Display 
 **************************************************************/
.block {
  display: block;
}
.clear {
  clear: both;
}
.marginRight {
  margin-right: 15px;
}
.paddingLeft {
  padding-left: 5px;
}
.paddingRight {
  padding-right: 5px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignTop {
  vertical-align: top;
}
.alignMiddle {
  vertical-align: middle;
}
.alignBottom {
  vertical-align: bottom;
}
.alignCenter {
	text-align: center;
}
.hidden {
	visibility: hidden;  
}
.bullethidden {
	list-style: none;
	margin-left: 10px;
}
