body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	
	margin: 0;
	padding: 0;
}

a {
	color: #F4B504;
	text-decoration: none;
}

a:hover, a.pressed {
	color: #333333;
}

/**
 *	Remove the border around the image links.
 */
a img {
	border: 0;
}


.header {
	position: relative;
	width: 100%;
}

.logo_header {
	position: absolute;
	left: 0;
	top: 10px;
	
	width: 70%;
	height: 109px;
	
	background: url('../img/shadowy-bar-middle.gif') repeat-x;	
}

.logo_header .terminator {
	position: absolute;
	right: -4px;
	top: 0;
}

.logo_header .logo {
	position: absolute;
	left: 10px;
	bottom: 35px; 
}

.logo_header .subtitle {
	position: absolute;
	right: 10%;
	bottom: 35px;
	font-weight: bold;
	text-transform: uppercase;
}

.domain_header {
	position: absolute;
	top: 10px;
	left: 70%;
	width: 30%;
	height: 109px;
	
	background: url('../img/shadowy-bar-middle.gif') repeat-x;
}

.domain_header .logo_divizii {
	position: absolute;
	bottom: 35px;
	left: 30px;
}

.domain_header .domain_name {
	position: absolute;
	left: 30px;
	bottom: 18px;
}

.stripe {
	background: #F5B400;
	width: 10px;
	height: 96px;
	
	position: absolute;
	top: 2px;
	right: 6px;
}

.domain_header .stripe {
	position: absolute;
	left: 9px;
	top: 2px;
}

.content {
/*	width: 580px; */
	width: 100%;
	
	position: absolute;
	left: 0px;
	top: 100px;
}

.content .up {
	background: url('../img/product-corner-2.gif') no-repeat top right;
	width: 100%;
	height: 85px;
	text-align: right;
	
	position: relative;
	top: 20px;
	right: 10px;
}

.content .middle {
	position: relative;
	margin-left: 60px;
	margin-right: 60px;
	
	z-index: 1;
}

.content .middle .product_image {
	float: right;
}

.content .down {
	background: url('../img/product-corner-1.gif') no-repeat bottom left;
	width: 100%;
	height: 85px;
	text-align: left;
	
	position: relative;
	top: -20px;
}

.content .down, .content .up {
	z-index: 0;
}

.product_title {
	font-size: 14px;
	font-weight: bold;
}

.product .product_links {
	clear: both;
	text-align: left;
	
	margin-top: 10px;
}

.product_desc {
	text-align: justify;
}

.product_desc .subtitle {
	font-weight: bold;
	text-align: left;
}

.product_image {
	padding-left: 10px;
	padding-bottom: 10px;
}

.product_image img {

	
	border: 1px solid #666666;
}

.product_edit {
	border: 1px solid #666666;
	background: #EFEFEF;
	padding: 4px;
}

.product_edit table .left_aligned {
	text-align: left;
}

.product_edit table .right_aligned {
	text-align: right;
}

.product_edit table {
	width: 100%;
	overflow: visible;
}

.product_edit table td {
	padding-bottom: 4px;
}

.product_edit table .label {
	width: 10em;
	text-align: right;
}

.product_edit table .value {
	padding-right: 4px; /* IE BUG */
}

.product_edit table .value * {
	width: 100%;
	border: 1px solid #333333;
}

.oferta_text {
	background: #F16D00;
	border: 2px dotted #EFEFEF;
	padding: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 12px;
}

.oferta_text h3 {
	padding: 0;
	margin: 0;
}

.oferta_text p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.pretvechi {
	text-decoration: line-through;
}

.pretnou {
	font-weight: bold;
}

.domain_header .year {
	position: absolute;
	left: 30px;
	bottom: 35px;
	
	font-weight: bold;
	
	font-size: 12px;
	color: #AAAAAA; 
}
