/* * * * * * * * * * * * * * disply none * * * * * * * * * * * * * * * */

#header, .leftSide, #topMenu, .AdminStatusBar, .breadcrumbs, .Pager, img a, #searchfield, #text-banner, .realContentMenu {
	display: none;
}

/* * * * * * * * * * * * * * general css * * * * * * * * * * * * * * * */

body {
	color:#000;
	background: none;
	font-family: Tahoma, Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 10pt;
}

p {
	font-size: 10pt;
}

h1 {
	font-size: 14pt;
	font-family : Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	font-weight: normal;
}
img {
	float:left;
	margin: 10px 10px 10px 0;
	border: 0;
}
a:link, a:active, a:visited {
	background: transparent;
	text-decoration: underline;
	color: #000000;
}
a:link:after, a:visited:after {
	display: none;
}

ul, li {
	float: none;
	clear: both;
	display: block;
	list-style-type: none;
}

/* * * * * * * * * * * * productdetaillist * * * * * * * * * * * * * */

.productdetaillist ul.List {
	list-style-type: none;
}

.productdetaillist ul {
	margin: 0;
	padding: 0;
}

.productdetaillist ul.List li {
	display: block;
	border-bottom: 1px dotted #666666;
	margin: 0 0 10px 0;
}

/* * * * * * * * * * * * * * gallery detail * * * * * * * * * * * * * * * */

#mediagalleryholder {
	width: 210px;
	float: left;
	margin-right: 10px;
}

#mediagalleryholder imh {
	width: 200px;
}

#productdetail-text {
	width: 350px;
	float: left;
}

/* * * * * * * * * * * * * * siteinfo * * * * * * * * * * * * * * * */

p.Copyright{
	clear: both;
	font-size: 9pt;
	border-top: 1px solid #000;
	margin-top: 15px;
}
