#contentAreaPage {
	width:700px;
}

#whatPage {
	width:700px;
	height:20px;
	background-color:#fff;
	font-size:9px;
	letter-spacing:1px;
	color:#999999;
}

.whatPageText {
	float:left;
	margin-left:15px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
}

.fontSize {
	float:right;
	width:40px;
	height:13px;
	margin-right:15px;
	margin-top:6px;
}

.fontSize a {
	margin-right:4px;
	height:16px;
	width:15px;
}

.fontDec {
	background-image:url(images/font-dec.gif);
	float:right;
	width:13px;
	height:9px;
	margin-right:8px;
}
.fontDec:hover {
	background-image:url(images/font-DecOn.gif);
}

.fontInc {
	background-image:url(images/font-inc.gif);
	float:right;
	width:13px;
	height:9px;
}
.fontInc:hover {
	background-image:url(images/font-incOn.gif);
}

.innerContent {
	background-image:url(images/worldBacking.gif);
	background-repeat:no-repeat;
	background-position:right 0;
	background-color:#e7e7e7;
	clear:both;
	width:700px;
	min-height:300px;
	height:inherit;
}

.innerWelcome {
	width:250px;
	height:32px;
	background-color:#e7e7e7;
	float:left;
	padding-top:20px;
	padding-left:30px;
}

.pricelist {
	width:390px;
	height:52px;
	float:right;
	padding-right:30px;
	font-size:11px;
	color:#666666;
}

#innerSpacerBottom {
	clear:both;
	height:30px;
	width:700px;
	background-color:#e7e7e7;
}

#mainText {
	width:608px;
	clear:both;
	margin:0px 30px 0px 30px;
	font-size:11px;
	color:#666666;
	background-color:#FFFFFF;
	padding:22px 16px 16px 16px;
	height:auto;
}

.topLine {
	height:15px;
	width:608px;
	margin-bottom:10px;
}

.normalText {
	text-align:justify;
	line-height:14px;
	margin-bottom:12px;
}
/*
.redText2 {
	color:#e23b37;
	text-align:right;
	line-height:12px;
	margin:0px;
	font-weight:600;
	font-style:italic;
}*/

.red {
	color:#d04e4d;
	text-decoration:none;
}

p {
	text-align:justify;
	line-height:12px;
	margin:5px;
}

#video3High {
	height:720px;
	width:608px;
}

.video {
	width:270px;
	height:220px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	margin-bottom:15px;
	background-color:#e7e7e7;
}

.videoRight {
	width:270px;
	height:220px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	float:right;
	margin-bottom:15px;
	background-color:#e7e7e7;
}

.videoWords {
	width:270px;
	height:30px;
}


.box600Wide {
	width:600px;
	height:200px;
}

.box350Wide {
	width:350px;
	float:right;
}

.box150Wide {
	clear:both;
	width:150px;
	float:left;
	position:relative;
}

.box250Wide {
	clear:both;
	width:250px;
	float:left;
	position:relative;
}

.box200WideRight {
	width:200px;
	float:right;
}

.box608wide92High {
	width:608px;
	min-height:92px;

}

.box608wide119High {
	width:608px;
	height:109px;
	margin-bottom:10px;
}

.imagebox {
	width:150px;
	margin-left:30px;
	float:left;
	border:#E7E7E7 solid 5px;
}

.newsPreview {
	width:90px;
	height:65px;
	position:absolute;
	margin-top:5px;
}

.newsText {
	width:515px;
	padding-left:93px;
	display:inline-block;
	position:relative;
}

.spacer13High {
	width:657px;
	height:13px;
}

#makerHolder {
	width:608px;
	height:295px;
}

#previewBoxHolder {
	width:329px;
	height:247px;
	float:right;
	background-color:#ffffff;
}

#previewBox {
	background-image:url(contentArea/toniqMaker/blueDBB.jpg);
	width:329px;
	height:185px;
}

#options {
	float:left;
}

#logo {
	float:right;
}

.configText{
	width:300px;
}


/************** Car Maker *****************/
#colours {
	background-color:#E7E7E7;
	width:270px;
	height:65px;
	margin-bottom:8px;
}

#wheels, #lights, #nose{
	background-color:#E7E7E7;
	width:270px;
	height:35px;
	margin-bottom:8px;
}

#colours ul, #wheels ul, #lights ul, #nose ul {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	list-style-type: none;
	width:232px;
	height:65px;
	margin-top:0px;
	margin-bottom:0px;
}

#colours ul li, #wheels ul li, #lights ul li, #nose ul li {
	cursor:pointer;
	text-decoration:none;
	list-style-type:none;
	
	position: relative;
	height: 21px;
	width: 38px;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
/*	border:1px solid #FFFFFF;*/
	filter: Alpha(opacity=100);
	opacity: 1;            /* For Firefox and other good uns */
    -moz-opacity:1;        /* Old school Mozilla browsers */
    -khtml-opacity:1;        /* Safari */
}

#colours ul li:hover, #wheels ul li:hover, #lights ul li:hover, #nose ul li:hover{
	filter: Alpha(opacity=80);
	opacity: 0.80;            /* For Firefox and other good uns */
    -moz-opacity:0.80;        /* Old school Mozilla browsers */
    -khtml-opacity: 0.80;        /* Safari */
}




/************ Pictures *****************/
.picturesText {
	width:100%;
	height:15px;
	margin-bottom:5px;
}
.previewPictures2High {
	width:600px;
	margin-bottom:20px;
	background-color:#e7e7e7;
	padding-left:8px;
	padding-top:5px;
	position:relative;
}

.previewPictures1High {
	width:600px;
	height:85px;
	margin-bottom:20px;
	background-color:#e7e7e7;
	padding-left:8px;
}
	
.previewPictures2High ul, .previewPictures1High ul {
	padding:0;
	margin:0;
	list-style-type:none;


}

.previewPictures2High ul li.first, .previewPictures1High ul li.first {
	width:102px;
	height:61px;
	list-style-type:none;
	cursor:pointer;
	border:7px #e7e7e7 solid;
	background-image:url(contentArea/previewImages/picBack.jpg);
	display:inline-block;
	position:relative;
}

.previewPictures2High ul li, .previewPictures1High ul li {	
	background-image:url(contentArea/previewImages/picBack.jpg);
	width:102px;
	height:61px;
	list-style-type:none;
	cursor:pointer;
	display:inline-block;
		position:relative;
	border:7px #e7e7e7 solid;
	filter: Alpha(opacity=100);
	opacity: 1;            /* For Firefox and other good uns */
    -moz-opacity:1;        /* Old school Mozilla browsers */
    -khtml-opacity:1;        /* Safari */
}

.previewPictures2High ul li:hover, .previewPictures2High ul li.first:hover, .previewPictures1High ul li:hover, .previewPictures1High ul li.first:hover {
	filter: Alpha(opacity=80);
	opacity: 0.80;            /* For Firefox and other good uns */
    -moz-opacity:0.80;        /* Old school Mozilla browsers */
    -khtml-opacity: 0.80;        /* Safari */
}

.date {
	font-size:10px;
	font-weight:bold;
	color:#666666;
}

.boldText {
	font-size:11px;
	font-weight:bold;
	color:#666666;
}

.linksTitle {
	height:13px;
	margin:0px;
	color:#666666;
}

.links {
	margin-bottom:20px;
	margin-top:2px;
	color:#888888;
}

.links a {
	margin-bottom:15px;
	margin-top:2px;
	color:#D04E4D;
}
.links a:hover {
	margin-bottom:15px;
	margin-top:2px;
	color:#9cce01;
}

.rightText {
	text-align:right;
}


