
/*----------------------------------------------------------------------------
  This section contains all the settings and styles for structure
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	background-color: white;
	text-align: left;
	width: 735px;
	margin: 0;
	padding: 0;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	padding: 0;
	margin: 0;
}

#main_nav_list {
	margin: 0;
	padding: 0;
}

#main_nav_list li {
	width: 195px;
	height: 22px;
	display: inline; /*IE6 bugfix*/
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
  overflow: hidden;
	height: 22px;
	line-height: 22px;
	display: block;
	margin: 2px 0 0 0;
  padding: 0 0 0 18px;
	text-align: left;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_container {
	margin-bottom: -4px;
}

.sub_nav_list {
	padding: 0;
	margin:  0 ;
}

.sub_nav_list li {
	width: 195px;
	height: 24px;
	display: inline;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
  overflow: hidden;
	height: 24px;
	display: block;
	margin: 0;
	padding: 0 0 0 30px ;
	text-decoration: none;
	line-height: 24px;
	text-align: left;	
}

/*--- header ---------------------------------------------------------------*/

#header	{
	width: 725px;
	padding: 0;
	margin: 0;
	height: 170px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	float: right;
	width: 520px;
	height: 150px;
	margin: 0;
	padding: 0;
	z-index: 2;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	float: left;
	width: 195px;
	height: 120px;
	z-index: 3;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	position: absolute;
	top: 130px;
	left: 15px;
	z-index: 4;
	text-align: left;
        color: #ffffff;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	clear: both;
	margin: 0;
	padding: 5px;
}

/*--- the main container is divided in sub containers ----------------------*/

#layout_table {
	border-collapse: collapse;
}

#right_column {
	vertical-align: top;
}

#left_column {
	vertical-align: top;
}

#left_column_container {
	width: 195px;
	margin: 0;
	padding: 0;
}

#sub_container2 {
	overflow: hidden;
	width: 520px;
	padding: 0;
	margin: 2px 0 10px 10px;
}

#content_container {
	width: 515px;
	line-height: 1.4;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	padding: 25px 0 25px 0;
	margin: 25px 0 0 0;
}

#footer_text {
	padding: 0;
	margin: 0 12px 0 210px;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: left;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	line-height: 1.4;
}

/*--- table ----------------------------------------------------------------*/

#content_container table {
	border: 0;
	border-collapse: collapse;
}

#content_container th {
	padding: 4px 0 4px 8px;
}

#content_container td {
	padding: 4px 0 4px 8px;
        vertical-align: top;
}

/*--- forms ----------------------------------------------------------------*/

#content_container fieldset {
	padding: 15px;
}

#content_container input, #content_container button {
	color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

#content_container textarea {
	color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

#main_container ul {
	margin-bottom: 6px;
}

#main_container ol {
	margin-bottom: 6px;
}


#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	border: 1px solid #A0A0A0;
}

td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #A0A0A0;
	text-align: left;
}

td.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;

}
.label {
	text-align: right;
}

.buttons {
	border-top: 1px solid #A0A0A0;
	text-align: center;
}

.count {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
}

#links a {
	font-size: 10pt;
}

#links p {
	margin: 0 0 7px 0;
}

.url {
	color: #6f6f6f;
}

#path {
	padding: 10px;
	font-size: 10px;
}

.submit {
	float: right;
        text-align: right;
	vertical-align: bottom;
}

.c {
	float: left;
}
.cr {
	clear: left;
}

.text, .btn {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
	color: #000000;
	border: 1px solid #5e74b3;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #5e74b3;
}
select {
	font-size: 8pt;
	border: 1px solid #5e74b3;
}

.captcha {
	border: 1px solid #5e74b3;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

.btn {
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #5e74b3;
	background-color: #FFCC33; /*#FFAA11;*/
	cursor: pointer;
	height: 20px;
}

span.req {
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}

.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}

.sort {
	color: #000000;
}

p.subcats {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}

div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}

div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

div.footer {
   bottom:0;
   clear:both;
	text-align: center;
	border-top: 1px solid #E0E0E0;
	padding: 3px 0 0 0;
	margin-top: 50px;
}
div.footer a {
	color: #606060;
}
.price {
	border: 1px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#5e74b3;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}
/*----------------------------------------------------------------------------
	this section contains colorscheme definitions.
----------------------------------------------------------------------------*/

#header {
	background-image: url(../images/logo_bg.gif);	
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #696969;
	/* color 6 */
	background: #c4e7fd url(../images/pgbk.gif) repeat-x;
}

/*--- button ---------------------------------------------------------------*/

#content_container button {
	color: #ffffff;
	/* color 2 */
	background-color: #26a8f6;
	/* color 1 */
	border-color: #1d81bf;
}
	
#content_container button:hover {
	/* color 3 */
	border-color: #6cc3f9;
}

#content_container button:active {
	/* n2 */
	color: 333333;
	border-color: #333333;
}
	
/*--- tables ---------------------------------------------------------------*/

#content_container th {
	color: #ffffff;
	/* color 1 */
	background-color: #1d81bf;
}

#content_container tr.odd {
	color: #696969;
	/* color 4 */
	background-color: #99d3f9;
}

#content_container tr.even {
	color: #696969;
	/* color 5 */
	background-color: #c4e7fd;
}

/*--- forms ----------------------------------------------------------------*/

#content_container fieldset {
	color: #696969;
	/* color 2 */
	border-color: #26a8f6;
	/* color 4 */
	background-color: #99d3f9;	
}

#content_container legend {
	/* n3 */
	color: #696969;
}

#content_container label {
	/* n3 */
	color: #696969;
}

#content_container textarea {
	/* color 0 */
	border-color: #356684;
}

/*--------------------------------------------------------------------------*/



#logo {
   background: url(../images/logo2.gif) no-repeat;
}
#key_visual {
   background: url(../images/key_visual2.jpg) no-repeat;
}
#text_caption {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
#main_nav_list a.main_nav_active_item {
  background: url(../images/main_nav_active_button.gif) no-repeat;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
#main_nav_list a.main_nav_item {
  background: url(../images/main_nav_link_button.gif) no-repeat;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
#main_nav_list a.main_nav_item:hover {
  background: url(../images/main_nav_hover_button.gif) no-repeat;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.sub_nav_list a.sub_nav_active_item {
  background: url(../images/sub_nav_active.gif) no-repeat;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.sub_nav_list a.sub_nav_item {
  background: url(../images/sub_nav.gif) no-repeat;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #0A60CB;
}
.sub_nav_list a.sub_nav_item:hover {
  background: url(../images/sub_nav_hover.gif) no-repeat;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #0A60CB;
}
#content_container h1 {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  color: #696969;
}

#content_container h2 {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #696969;
}
#content_container h3 {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #696969;
  border-bottom: 1px dotted #5e74b3;
}
#content_container, #content_container p {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #696969;
}
#content_container a:link {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #1d81bf;
}
#content_container a:visited {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #1d81bf;
}
#content_container a:hover {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #1d81bf;
}
#content_container a:active {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #1d81bf;
}
#footer_text {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #696969;
}


