/*		San Diego Jewelers Exchange - www.sdjex.com
		---------------------------------------------------------
		Site developed by ratkovicdesign (www.ratkovicdesign.net)
		Design by Goran Ratkovic
		Programming by Slobodan Ratkovic
		
		CSS design started at 11th November 2008
		CSS design started at 21st November 2008
		---------------------------------------------------------*/

/* Section I: Redefine some elements from screen.css and leave other values at defaults
-----------------------------------------------------------------------------------------------*/
html {
	background: #FFF;
	color: #000;
	font-family: "Trebuchet MS", Times New Roman, Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
	line-height: 180%;
}
a img {
	border: 0;
}
.toright, .toleft {
	display: block;
}
#top, #footer, #end, #menu, .printpage, .left, #fotester, .header .home, .header .options {
	display: none;
}
label, .field {
	display: block;
}
.header {
	border-bottom: #000 1px solid;
}
.header h1 a {
	color: #000;
	text-decoration: none;
	font-style: italic;
}
table {
	border-collapse: separate;
	width: 100%;
}
table td {
	border-bottom: #000 1px solid;
}
table td .separator {
	border: 0;
	width: 0;
}
.dontprint {
	display: none;
}
.disclaimer {
	font-size: 80%;
	line-height: 160%;
}
h1, h2, h3, h4, h5 {
	page-break-after: avoid;
}
ul {
	list-style: disc;
}
li {
	page-break-inside: avoid;
}
p {
	text-indent: 4em;
}
p.question, p.answer {
	text-indent: 2em;
}
input, textarea {
	font-family: "Trebuchet MS", Times New Roman, Arial, Tahoma, Sans-Serif;
	font-size: 100%;
}