/* Link properties */
a:link {color: #CCCCCC;}
a:visited {color: #CCCCCC;}
a:hover {color: #FFFFFF;}

body {
	background-color: #000000;
}

#canvas{
    text-align: center;
}


#captionbox{
	position: absolute;
	width: 800px;
	height: 70px;
	margin-top: 0px;
    margin-left: 103px;
    font-family:"Helvetica", "Times";
    text-align: center;
}

#pricebox{
	position: absolute;
	width: 100px;
	height: 30px;
	margin-top: 0px;
    margin-left: 800px;
}


#related_box{
	position: absolute;
	width: 80px;
	height: 20px;
	margin-top: 5px;
    margin-left: 80px;
}




.title{		
    text-align: center;
	color:#CCCCCC;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 5px;
	}
	
.description{		
	color:#CCCCCC;
	font-size: 10pt;
	line-height: 110%;
	margin-top: -15px;
	}
	
	
.price{		
	color:#CCCCCC;
	font-size: 10pt;
	line-height: 110%;
    text-align: right;
    margin-top: 0px;
    word-spacing: 10px;
	}
	
.money {		
	color:#FFFFFF;
	font-size: 10pt;
	line-height: 110%;
    text-align: right;
    margin-top: 0px;
    word-spacing: 10px;
    font-weight: bold;
	}
	
	
.medium{		
	color:#99CCCC;
	font-size: 10pt;
    text-align: center;
	margin-top: -18px;
	line-height: 16px;
	font-style: italic;
	}
	
	
	
.exmples{			
		color:#CCCCCC; /* Text color */
		font-family:"Georgia", "Arial"; /* Use system fonts */
		font-size: 1.2em; /* Sizes can be described with em, px, or % */
		font-style: italic;
		font-weight: bold;
		letter-spacing: 1px; /* Space between letters */
		word-spacing: 2px; /* Space between words */
		line-height: 120%; /* Leading - Space between lines */
		text-indent: 25px; /* First line Space from left edge */
		margin-left: 100px; /* Space from left edge */
		text-align: center; /* Alignment on page, or inside box center, left, or right */
		margin-top: 100px; /* Space above paragraph */
		margin-bottom: 100px; /* Space below paragaph */
		}
