﻿.left {
	float: left;
}
.right {
	float: right;
}
#userWinLast {
	width: 870px;
	height: 368px;
	background: #fff;
	border: 1px solid #999;
	-moz-border-radius-topleft: 8px;  
	-moz-border-radius-topright: 8px;  
	-moz-border-radius-bottomright: 8px;  
	-moz-border-radius-bottomleft: 8px;  
	-webkit-border-top-left-radius: 8px;  
	-webkit-border-top-right-radius: 8px;  
	-webkit-border-bottom-left-radius: 8px;  
	-webkit-border-bottom-right-radius: 8px;  
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	z-index: 99999;
	position: fixed;
	overflow: hidden;
	top: 50%;
	margin-top: -185px;
	left: 50%;
	margin-left: -400px;
	font-size: 12px;
	font-family: Arial, Tahoma;
	text-align: left;
}
#userWinLast b {
	color: red;
	text-align: center;
}
#userWinLast .titled {
	margin: 4px 0 4px 0;
	color: #000;
	text-align: center;
	font-size: 12pt;
	border-bottom: 1px dotted #d5d5d5;
}
#userWinLast .titled b {
	color: red;
}
#userWinLast .titled span {
	font-size: 16px;
}
#userWinLast .titled span.green {
    color: green;
    font-weight: bold;
}
#userWinLast span.nostyle {
    font-size: 16px;
    font-weight: normal;
	color: #000;
}
#userWinLast .centred {
	text-align: center;
	font-size: 12px;
	margin-top: 25px;
}
.button {
	background: url('images/ok.png') repeat-x;
	cursor: pointer;
	border: 0;
	color: #fff;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.back {
	color: green;
	font-size: 12pt;
	padding: 18px 0 0 28px;
}
.back a {
	color: green;
	font-size: 12pt;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
#userWinLast .text {
	padding: 10px 30px 30px 30px;
	font-size: 16px;
	color: #000;
}
#userWinLast select {
	height: 24px;
	font-size: 14px;
	width: 120px;
}
#userWinLast .close {
	background: url('images/close.png') no-repeat top right;
	width: 19px;
	height: 18px;
	float:right;
	margin: 1px 7px;
	cursor: pointer;
        margin-top: -12px;
}
#userWinLast span {
	font-size: 14px;
	color: red;
	font-weight: bold;
}
#userWinLast .price {
	font-size: 16px;
	color: #555;
	padding-left: 17px;
}
#userWinLast .price span {
	font-size: 16px;
	color: #1A6A9F;
}
#message {
	color: red;
	font-size: 14pt;
	margin-top: 7px;
	height: 25px;
	text-align: center;
}
#message a {
	color: red;
	text-decoration: underline;
}
.support {
	font-size: 14px;
	color: #333;
	text-align: center;
}

.own-files {
	margin-top: -10px;
	margin-left: -8px;
	width: 710px;
	font-family: Arial, Tahoma;
	clear: both;
}
.own-files .title {
	font-size: 15pt;
	padding-bottom: 5px;
	font-weight: lighter;
}
.own-files .title a {
	color: red;
	text-decoration: none;
	border-bottom: 1px solid red;
}
.own-files .title a:hover {
	color: #d32b10;
	border-bottom: 1px solid #d32b10;
}
.own-files .clear {
	clear: both;
}
.own-files .img {
	float: left;
	padding: 0;
	padding-right: 10px;
}
.own-files .description {
	float: left;
	font-size: 14px;
	color: #333;
	text-align: justify;
}
.own-files .gta-cnt {
	font-size: 12pt;
	padding-top: 17px;
	line-height: 22px;
}
.own-files .download {
	cursor: pointer;
	background: url('images/download.png') no-repeat;
	width: 200px;
	height: 50px;
	margin-top: 15px;
	float: left;
	margin-right: 25px;
}
.own-files .download:hover {
	background: url('images/download_hover.png') no-repeat;
	cursor: pointer;
}
.wp-pagenavi {
	margin-left: 150px;
}
