@charset "iso-8859-1";



/* main */

body {

	margin: 0px;

	font-family: verdana, sans-serif;

	font-size: 12px;

	background-color: #000;

	color: #CCC;

}



/* layout for default.tpl */

#layout {

	position: absolute;

	width: 951px;

	background-color: #000;

}



#content {

	padding: 12px;

	border-top: 5px #333 solid;

	border-bottom: 5px #333 solid;

	background-color:#000;

}



#picture_right {

	position: absolute;

	left: 952px;

	top: 91px;

	width: 277px;

	background-color: #000;

}



#logo {

	width: 950px;

	height: 90px;

	background-color: #666;

	border-right: 1px #000 solid;

	border-bottom: 1px #000 solid;

}



#menu {

	width: 951px;

	height: 28px;

	background-color: #444;

	border-bottom: 1px #000 solid;

	background-color: #444;

}



#footer {

	padding-top: 5px;

	padding-bottom: 5px;

	width: 951px;

	text-align: center;

	background-color: #444;

	border-top: 1px #000 solid;

	margin-bottom: 20px;

}



#clear {

	clear: both;	

}



/* navigation */

.navs {

	margin: 5px 0;

	text-align: right;

	font-weight: bold;

	color: #EEE;

}



.navs a, .navs a:visited, .navs a:active, .navs a:focus {

	padding: 0 3px;

	font-weight: bold;

	text-decoration: none;

	color: #CCC;

	background-color: #333;

	border: 1px #CCC solid;

}



.navs a:hover {

	color: #EEE;

	background-color: #555;

}



.nav_pages {

	margin: 0 3px;

}



.nav_previous {

	margin: 0 3px 0 1px;

}



.nav_next {

	margin: 0 1px 0 3px;

}



/* text & fonts */

a {

	font-family: verdana, sans-serif;

	font-size:10pt;

	color: #CCC;

}



a, a:visited, a:active, a:focus {

	color: #CCC;

	text-decoration: underline;

}



a:hover {

	color: #EEE;

}



.main_title {

	font-family: verdana, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #7a482f;

	background-color: #000;

	margin: 0 0 10px 0;

}



.price_text {

	font-family: verdana, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #7a482f;

	background-color: #000;

	margin: 0 0 10px 0;

}



.main_sub_title {

	font-family: verdana, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #CCC;

	background-color: #000;

	margin: 0 0 10px 0;

}



.main_text {

	font-family: verdana, sans-serif;

	font-size: 10px;

	color: #ccc;
	
	vertical-align: top;

	background-color: #000;

	margin: 0 0 10px 0;

}



.main_text_bold {

	font-family: verdana, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #fff;

	background-color: #000;

	margin: 0 0 10px 0;

}



.main_table_title {

	font-weight: bold;

}



.main_table_description {

	font-size: 10px;

}



.border_captcha {

	border: 1px #AAA solid;

}



/* focus for all browsers */

*:focus {

	outline: none;

}



*::-moz-focus-inner {

	border: none;

}
