@charset "utf-8";
/* CSS Document */
h3 {
	margin-bottom: 0; 
	padding-bottom: 0;
	background-color: transparent;
}
h2 {
	margin: 10px 0 10px 10px;
}

.down {
	background: url(/images/podklad_down.jpg) no-repeat;
	width:590px;
}

/* cart specifications */
.cart {
	border: 0px solid #ccc; 
	margin: 5px 10px; 
	width:550px;
}
table.cart {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.cart td {
	font-size: 11px;
	padding: 15px 10px;
	margin:0;
	border-bottom: 0px solid #ccc;
}
.cart h3 {
	font-size: 14px; 
	padding: 0; 
	margin:0; 
	font-weight: normal; 
}
.cart p {
	margin: 10px 0 0 0; 
	color: #666;
}
a.cart {
	background-image: url(/images/btn_grey.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 9px;
	display: block;
	height: 24px;
	width: 100px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
a:hover.cart {
	background-position: 0 -40px;
	color: #000000;
} 

input.purchase {
	background-color: #0066CC;
	color: #FFF;
	font-weight: bold;
	border-right: 2px solid #6699FF;
	border-bottom: 2px solid #6699FF;
	border-left: 2px solid #99CCFF;
	border-top: 2px solid #99CCFF;
	cursor: pointer;
}

h2.price {
	text-align: right;
	font-size: 11px;
	margin: 5px;
	padding:0;
	line-height: 150%;
	white-space: nowrap;
}
p.price {
	font-size: 12px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	color: #333333;
}
p.version {
	font-size: 12px;
	text-align: left;
}

.firstcart td {
	border-bottom: 0px solid #ccc;
	border-top: 1px solid #ccc;
}
.border td {
	border: 0px;
}

/* CSS Document purchase */
.odd td { 
	background-color: #eee;
}
.small {
	font-size: 10px;
}
strike {
	font-weight: normal;
}
#resellers {
	margin: 10px 0 0 10px; 
	width: 500px; 
	display: block;
}

/* backgorung Power by Handango*/
.bodyRight div {
	background-image:url(/images/bkg_cart.png);
	background-position: top;
	background-repeat: no-repeat;
}

