/* Layout ******************/
html {
	background-color: #fff;
}
/*body {
	padding:0; margin: 0;
}*/

.header {
	display: none;
}
#content {
	clear: both;
	padding: 0 10px 10px 10px;
}

#central {
	width: 100%;
	padding-bottom: 2em;
}
#rightcol {
	display: none;
}
#searchcont {
	display: none;
}
#printblock, #sidebasket, #sidemoreinfo, #frmAddToCart {
	display: none;
}

/*.noprint {
	display: none;
}*/

/*#homeleft {
	width: 50%;
	float: left;
	padding: 5px 5px 10px 10px;
}
#homeright {
	width: 48%;
	float: right;
	text-align: center;
}*/

#panelmenu {
	display: none;
}
.topmenu {
	display: none;
}
#banner {
	display: none;
}
#bottommenu {
	display: none;
}

/* Service menu ----------------------- */
#servmenu {
	display: none;
}
#langs {
	display: none;
}

/* Fonts and colors *******************/
body {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: small;
	color: #000;
}

#breadcrumbs {
	display: none;
}

#rightcol p {
	margin: 0;
}

/* Misc ********************/
a {
	color: #FF6E6E;
	text-decoration: underline; 
}
a:hover {
	color: #4A32A9;
}

/* classes ******************/
h1 {
	font-size:150%; 
	color: #3D3773;
}
h2 {
	font-size:130%; font-weight: bold;
}
h3 {
	font-size:110%; font-weight: bold;
	color: #000;
}
h4 {
	font-size:100%; font-weight: bold;
	color: #000;
}

.caption {
	color:#000;
	font-weight: bold;
}
.tableHeader{
	color:#000;
	font-weight: bold;
	padding: 0.2em 0.5em;
	text-align: center;
	background: #B7B7B7 url(Images/tableheader.gif) repeat-x left bottom;
}
.formbuttons2 {
	font-weight:bold;
	background: #B7B7B7 url(Images/topmenu_bg.gif) repeat-x left center;
	border: 1px solid #D73B08;
	color: #000;
	padding: 0.2em 1em;
}
a.textbutton {
	width: 100px;
	display: block;
	height: 15px;
	font-weight:bold;
	background: #B7B7B7 url(Images/topmenu_bg.gif) repeat-x left center;
	border: 1px solid #D73B08;
	color: #000;
	padding: 5px 1em;
	text-align: center;
	text-decoration: none;
}
a.textbutton:hover {
	text-decoration: none;
}
a.textbutton2 {
	width: 100px;
	display: block;
	height: 15px;
	font-weight:bold;
	background: #B7B7B7 url(Images/button_bg.gif) repeat-x left center;
	border: 1px solid #D73B08;
	color: #000;
	padding: 5px 1em;
	text-align: center;
	text-decoration: none;
}

.sidetitle {
	color:#000;
	font-weight: bold;
	padding: 0.5em 0.5em;
	text-align: center;
	background: #B7B7B7 url(Images/topmenu_bg.gif) repeat-x left bottom;
}

.producttable td {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
}
.producttable a {
	text-decoration: none;
	color: #000;
}
.producttable a:hover {
	text-decoration: underline;
	color: #FF6E6E;
}
.producttable img {
	border: 1px solid #ccc;
}
.subline {
	border-bottom: 1px solid #000;
}

.akcent {
	color: #f00;
}

a.pageLink {
 font-size: 0.8em;
 font-weight: bold;
 color: #3333FF;
}
.pageCurrent {
 font-size: 0.8em;
 font-weight: bold;
}

#copy {
	display: none;
}

p.formerror {
	display: none;
}

/* LISTS **********************************************************/
.objlist {
 padding: 0;
 margin: 1em;
 list-style: none;
}
.objlist li {
 padding: 0.5em 0 1em;
 border-bottom: 1px solid #D3D3D3;
}
.listdate {
 display: block;
 padding: 0.5em 0 0.2em;
 font-size: 80%;
 font-weight: bold;
}
.listcaption {
 /*font-size: 100%;	
 color: #f00;*/
 font-weight: bold;
}
a.listcaption {
 /*padding-left: 20px;
 background: transparent url(Images/title_arr.gif) no-repeat left 50%;*/
}

div .details {
 text-align: right;
}

.faqlist {
 padding: 0;
 margin: 1em 2em;
 border-bottom: 2px solid #B0B0B0;
 padding-bottom: 2em;
 list-style: none;
}
.faqlist li {
 background: transparent url(Images/title_arr.gif) no-repeat left 10%;
 padding-left: 20px;
}
.faqdetails {
 padding: 0;
 margin: 1em 10px;
 list-style: none;
}
.faqdetails li {
 padding-bottom: 1em;
 padding-left: 20px;
 background: transparent url(Images/banner_arr.gif) no-repeat left 2px;
}

.sidelist {
 padding: 1em;
 margin: 0;
 list-style: none;
}
.sidelist li a img {
padding: 5px 0 8px 0;
}

.noprint {
	display: none;
}
.printonly {
	display: block;
}
#sideprices {
	float: left;
	display: none;
}