/* CSS Document */

/* basic formatting */

body {
	background: url(../_gfx/background.png) repeat-x top;
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 75%;
	_font-size: 65%;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
}

table, th, td {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

th, td {
  font-\size: 100%; /* th, td only for IE < 6 */
}

img {
	border: 0px;
}

h1 {
	display: block;
	float: left;
	margin: 5px;
	width: 270px;
}

h2, h3 {
	margin: 0em 0em 1em 0em;
	display: block;
	clear: both;
}

a {
	color: #2c3a42;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[rel=download] {
	display: block;
	float: left;
	clear: both;
	height: 25px;
	background-image: url(../_gfx/_download.png);
	background-repeat: no-repeat;
	margin: 2px 10px 10px 0px;
	padding-left: 30px;
	font-size: 120%;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: none;
}

.cleaner {
	clear: both;
	width: 0px;
	height: 0px;
}

.min-height-hack {
	width: 1px;
	float:left;
}

#wrapper {
	width: 732px;
	height: auto;
	min-height: 600px;
	margin: auto;
	text-align: left;
	background-image: url(../_gfx/background-shadow.png);
	background-repeat: repeat-y;
}

#header {
	background-color: #fff;
	width: 720px;
	margin-left: 6px;
}

#top {
	padding: 10px;
}

#menu {
	background-color: #2C3A42;
	width: 100%;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border-top: 3px solid orange;
}

ul#menu li {
	position: relative;
	display: block;
	float: left;
	list-style:none;
	color: #fff;
	width: 11%;
	top: -3px;
	padding-top: 6px;
	_padding-top: 8px;
	border-right: 6px solid #2C3A42;
	text-align: center;
}

ul#menu li a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	height: 30px;
	_height: 10px;
	padding-bottom: 5px;
	_padding: 0px;
}

ul#menu li:hover {
	background-color: #5A758A;
}

ul#menu li:active {
	color: red;
}

#body {
	width: 720px;
	margin: 0 6 0 6px;
	height: auto;
	min-height: 380px;
}

#content {
	position: relative;
	float: left;
	width: 75%;
	_width: 70%;
	margin: 10px 0px 20px 20px;
}

#right-menu {
	float: right;
	width: 20%;
	margin-right: 10px;
}

#right-menu h2 {
	font-size: 90%;
	padding: 3px 0px 5px 0px;
	border-bottom: 1px solid #999;
}

#right-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/* right column short news */
#right-menu h3 {
	margin: 0px;
	font-size: 80%;
	font-weight: normal;
}

#right-menu .news-info {
	width:100%;
	margin:0px 0px 5px 0px;
	padding: 3px 0px 5px 0px;
	color:#D79132;
	font-size:80%;
	border-bottom: 1px solid #999;
}

#right-menu .news-text {
	font-size: 80%;
	_font-size: 90%;
}

#right-menu a {
	color:#2C3A42;
}

#footer {
	clear: both;
	background-image: url(../_gfx/footer.png);
	background-repeat: no-repeat;
	width: 700px;
	_width: 730px;
	height: 32px;
	_height: 42px;
	padding: 5px 15px 10px 15px;
	_padding: 0px;
	min-height: 22px;
	font-size: 80%;
	vertical-align: middle;
	background-position: bottom;
	background-lenght: 50%;
}

#footer .links {
	margin: 0px;
	_margin: 10px 10px 5px 10px;
}

#footer .copy {
	color: #3B4B55;
	margin: 0px;
	padding: 0px;
	_margin: 0px 0px 0px 10px;
}

.invisible {
	display: none;
}

#announcenment {
	position: relative;
	width: 720px;
	height: 205px;
	background-repeat: no-repeat;
}

#shopping-cart {
	position: absolute;
	height: 15px;
  bottom: 15px;
	right: 20px;
	padding-right: 30px;
	background: url(../_gfx/shopping-cart.png) no-repeat right top;
	font-size: 90%;
}

.category-list {
	float:left;
	width: 48%;
	margin: 0px 10px 10px 0px;
	min-height: 170px; /* IE hack below - .min-height-hack */
}

.category-list h2 {
	clear: none;
	margin: 0px 0px 0px 0px;
}

.category-list img {
	float: left;
	margin: 0px 15px 0px 0px;
}

.category-list .min-height-hack {
	height: 175px;
}

.category-list a {
	color: #2C3A42;
	text-decoration: none;
	border-bottom: 1px dotted #2C3A42;

}

.category-list a:hover {
	color: #889AA5;
	border-bottom: 1px dotted #889AA5;
}

.item-list {
	width: 100%;
	display: block;
	clear: both;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px dotted #889AA5;
}

.item-list h2 {
	clear: none;
	margin: 0px 0px 2px 0px;
}

.item-detail a {
	color: #2C3A42;
	text-decoration: none;
	border-bottom: 1px dotted #2C3A42;
}

.item-detail a:hover {
	color: #889AA5;
	border-bottom: 1px dotted #889AA5;
}

.item-list a[rel=download] {
	margin: 5px 0px 5px 0px;
    border: none;
}

.item-list a[rel=download]:hover {
    border: none;
}

.item-img {
	float: left;
	width: 20%;
}

.item-detail {
	width: 75%;
	float: left;
}

a.shop-shortcut {
	color: #fff;
	font-weight: bold;
	background-image: url(../_gfx/buy_shortcut.png);
	background-repeat: no-repeat;
	width: 100px;
	padding-right: 23px;
	height: 22px;
	text-align: center;
	float: left;
	border: none;
}

a.shop-shortcut:hover {
	border: none;
}

#content h2 {
	_font-size: 140%;
}

#content h3 {
	_font-size: 130%;
	margin: 1em 0em 0.5em 0em;
}

#content img {
	margin: 5px;
}

#content dt {
	font-size: 105%;
	font-weight: bold;
}
#content dd {
    margin: 0px;
	text-indent: 0px;
	display:block;
	margin-bottom: 10px;
	font-weight: normal;
}
#extra ul li {
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	vertical-align: middle;
	margin-left: 5px;
	margin-bottom: 1em;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 1em;
	_height: 2.5em;
	min-height: 2.5em;
}
#content ul {
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	list-style-type: none;
}
#content li {
	padding: 0px;
	margin-left: 20px;
	list-style-image: url(../_gfx/_list-arrow.png);
}
#screenshots img {
  border: none;
}

#content form span {
	display:block;
	clear:both;
}

#showcase {
	width: 150px;
	padding: 5px;
        border: none;
}

/*----- shopping cart -------*/

h2 img {
	vertical-align: -0.5em;
}

#basket-operations {
	text-align: right;
}

#basket-operations a, #basket-operations img, .shop-link, .shop-link img {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 0px;
}

#showcase input[type=submit] {
	font-size: 10px;
	font-height: bold;
	padding-left: 30px;
	color: #fff;
	background: transparent;
	width: 145px;
	height: 25px;
	background-image: url(../_gfx/add2sc.png);
	border: none;
}

#showcase h2.shop-title {
	margin: 1.5em 0em -1em 0em;
	font-size: 110%;
	border:none;
}

#right-menu h2.shop-item-title {
	margin-top: 1.5em;
	border-top: 1px solid #999;
	border-bottom: none;
}

fieldset {
	margin-bottom: 5px;
	padding: 0px 5px 5px 5px;
}
legend {
	font-size: 110%;
	font-weight: bold;
	color: #2C3A42;
	margin-bottom: 10px;
	padding: 5px;
}

label {
	color: #2C3A42;
	display: block;
	float: left;
	clear: both;
	width: 120px;
}

#register input {
	display: inline;
	margin: 2px;
	border: 1px solid #2C3A42;
}

#register #basket-operations input {
	border: none;
	margin: 0px;
}

#registration label {
	color: #2C3A42;
	width: auto;
}

#registration input {
	display: block;
	float: left;
	clear: both;
	border: 1px solid #2C3A42;
	margin: 0px 0px 5px 0px;
}

#registration select {
	display: block;
	float: left;
	clear: both;
	border: 1px solid #2C3A42;
	margin: 0px 5px 5px 0px;
}

.submit {
	background-color: #ffffff;
	width: auto;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	color: #2C3A42;
	border: 1px solid #2C3A42;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	_cursor: hand;
}
.formLabel {
	font-style: italic;
	color: #7f7f7f;
	text-transform: none;
}
#notice {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	height: 720px;
	border: 0px;
	clear: both;
}
#noticeContent {
	background-color: #116CBC;
	margin: 10px 10px 10px 10px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 115%;
	font-weight: bold;
}

table.shopping-cart {
	border: none;
}

table.shopping-cart td {
	padding: 2px 5px 2px 5px;
}

table.shopping-cart tr {
	padding: 0px;
	margin: 0px;
}

table.shopping-cart tbody td  {
	border-bottom: 1px solid #000;
}

table.shopping-cart thead {
	color: #fff;
	background-color: #2C3A42; 
	font-size: 110%;
	font-weight: bold;
}

table.shopping-cart tfoot {
	font-size: 115%;
	font-weight: bold;
}

iframe#registration {
	border: none;
	width: 100%;
	height: 400px;
	overflow: auto;
}

#register a {
	text-decoration: underline;
}