@charset "UTF-8";

/* @override http://dev.xonixwatch.com/css/typography.css */

p{
	font-size: 1.2em;
}

#slogan{
	font-size: 1.0em;
}

#navBar{
	font-family: "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.3em;
}

#navBar > li > a:hover{
	font-weight: bold;
}

/*disable current page on navrbar highlight*/
.aboutUs #navBar .aboutUs a:hover,
.watches #navBar .watches a:hover,
.machinery #navBar .machinery a:hover,
#support #navBar .support a:hover,
#contactUs #navBar .contactUs a:hover{
	font-weight: normal;	
}

/*highlight current page on the navBar*/
.aboutUs #navBar .aboutUs a,
.watches #navBar .watches a,
.machinery #navBar .machinery a,
#support #navBar .support a,
#contactUs #navBar .contactUs a{
	/*font-weight: bold;*/
}

.contentTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
}

.sectionTitle{
	font-size: 1.4em;
}

.blockTitle,
.photoWatches #specNew .spec h4{
	font-size: 1.2em;
	font-weight: bold;
}

.description,
.photoWatches #specNew .spec p,
#displayStand p,
.machinery div.machine p{
	font-size: 1.2em;
}

#subNav{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.1em;
}

.figureBox h4{
	font-size: 1.2em;
}

#home #category li a,
#home #highTechTitle a,
#home #description{
	font-size: 1.2em;
}

#home #news h2{
	font-size: 1.2em;
	font-weight: normal;
}

#contactInfo p {
	font-size: 1.4em;
}

.contactTable{
	font-size: 1.2em;
}

.contactTable tr th{
	font-weight: bold;
}

.contactUs div#schedule table{
	font-size: 1.1em;
}

#schedule table tbody tr th em {
	font-size: 1.2em;	
}

#schedule table tbody tr td span.subscript {
	font-size: 0.8em;
	white-space: nowrap;
}

.machinery div.machine h3{
	font-size: 1.2em;
}

.photoWatches #color h4 {
	font-size: 1.2em;
}

.photoWatches h1.watchTitle {
	font-size: 1.4em;
}

.photoWatches #specNew .spec p,
.photoWatches #specNew .spec ul{
	font-size: 1em;
}


.watches .watchBox{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.watches .watchBox h3{
	font-size: 1.2em;
}

.watches .colorBox p{
	font-size: 0.9em;
}

.watches div#watchImageBox h3.watchModelText{
	font-size: 1.4em;
}

.watches div#watchImageBox p{
	font-size: 0.9em;
}

.watches span#sortBy{
	font-size: 1.2em;
}

.watches .pageNav span.pageNum {
	font-size: 1.1em;
}

.photoWatches #spreadoutThumb span{
	font-size: 1.2em;
}

#displayStand h4{
	font-size: 1.2em;
}

form#productSearchFieldForm {
	font-size: 1.2em;
}

.support table.manualDownload{
	font-size: 1.3em;
}

.support p#downloadNote{
	font-size: 1.1em;
}

#alert_404 p,
#alert_404 ul{
	font-size: 1.4em;
}


#alert_404 #title{
	font-size: 1.6em;
	font-weight: bold;
}

/* @group overrides */
 
.aboutUs .sectionTitle {
	font-size: 1.2em;
	text-transform: uppercase;
}

.contactTable caption.sectionTitle{
	font-weight: bold;
	font-size: 1.2em;
/*fix bug: align left display differences*/
	text-indent: 1em !important;
	text-indent: 0;
}



/* @end */