body{
    font-family: arial;
    background-color: #ffffff;
    font-size: 12px;
    margin: 0px;
    text-align: center;
}
td{
	font-size: 12px;
}
#viewport{
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: left;
}
#header{
    display: none;
}
#mainmenu{
					display: none;
}


#leftbar{
    display:none;
}
#productimage #diagramlink{
	display: block;
	height: 41px;
	padding-left: 25px;
	background-image: url(images/diagram.gif);
	background-repeat: no-repeat;
	background-color: white;
	width: 175px;
	margin-top: 5px;
	display: none;
}
html>body #productimage #diagramlink{
	width: 125px;
	height: 31px;
}

#content{
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	width: 500px;
}
#content h3{
	font-size: 20px;
	margin: 0px;
	
}
#content h3.top{
	margin-top: 100px;
}
#content ul{
	padding-left: 20px;
}
#content li{
	margin-bottom: 10px;
	list-style-type: square;
}
#content td{
	padding-left: 10px;
}
#productimage{
    float: right;
	text-align: left;
	width: 225px;
}
#productimage a{
    color: #888888;
    text-decoration: none;
    background-image: url(images/watchglass.gif);
    background-repeat: no-repeat;
    height: 24px;
	padding-left: 25px;
	margin-left: 40px;
	display: block;
	width: 140px;
	margin-right: auto;
	display:none;
}
#productinfo p{
    line-height: 19px;
}

#productinfo h1{
    font-size: 32px;
    margin: 0px;
}
#productinfo h2{
    font-size: 24px;
    margin: 0px;
}
#armourprint{
	width: 500px;
}
#armourprint img{
	float: right;
}
#bottombar{
    clear: both;
    height: 3px;
    background-color: #e3e2e0;
	font-size: 1px;
	margin-top: 40px; 
}
#armour{
				  display: none;
}
html>body #armour{
			width: 620px;
}
#popuplayer{
	clear: both;
	position: absolute;
	border: 1px solid black;
	margin-left: -300px;
	top: 170px;
	opacity: .98;
	filter: alpha(opacity=98); 
	-moz-opacity: 0.98;
	-khtml-opacity: .98;
}
html>body #popuplayer{
	margin-left: 150px;
}
#popuplayer a{
	display: block;
	font-weight: bold;
	background-color: #ffffff;
	text-align: right;
	padding: 2px;
	text-decoration: none;
	color: #666666;
}
#breadcrumb{
	display:none
}


.listingitem{
	border: 1px solid white;
	overflow: auto;
	display: block;
	width: 162px;
	height: 200px;
	float: left;
	padding: 0px;
	text-decoration: none;
}
.listingitem:hover{
	border: 1px solid #eeeeee;
	text-decoration: none;
}
.listingitem img{
	border: 0px;
	margin-right: 5px;
	margin-left: -5px;
	position: relative;
}
/* Hide from IE-Mac \*/
html>body .listingitem img{
	left: 0px;
}
/* End Hide */
#content .listingitem h3{
	margin: 0px;
	margin-top: 5px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
}
/* Hide from IE-Mac \*/
#content .listingitem h3{
	margin-top: 3px;
	font-size: 12px;
}
/* End Hide */
#faqs{
	float: left;
}
#faqs h1{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	
}
#faqs .question p{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#faqs .answer p{
	font-weight: italic;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}