﻿#gallery_container
{
    float:left;
    padding:0 0 0 10px;
    margin:0 -30px 0 0;
}
#gallery_container li
{
    float:left;
    background:url('http://simg.gpotato.eu/allods/common/download/image_frame.jpg') no-repeat;
    width:184px;
    height:141px;
    padding:7px 0 0 7px;
    margin:0 29px 29px 0;
}

.force_invisible
{
    display:none !important;
}

#overlay
{
    background:#000;
}

#gallery_window
{
    visibility:hidden;
    position:fixed;
    z-index:20000;
    width:593px;
    height:425px;
    border:solid 1px #3b382e;
    background:#1e1c16;
    padding:41px 0 0;
}

#gallery_window #gallery_content
{
    border:solid 1px #121110;
    width:500px;
    height:375px;
    margin:0 auto 10px;
    background:#000;
}

#gallery_window #gallery_download
{
    border:solid 1px #121110;
    width:503px;
    height:384px;
    margin:31px auto 0;
}

#gallery_window #btn_close_gallery
{
    cursor:pointer;
    background:url('http://simg.gpotato.eu/allods/common/download/btn_close.jpg') no-repeat;
    position:absolute;
    right:14px;
    top:14px;
    width:17px;
    height:17px;
    text-align:center;
}

#gallery_menu
{
    text-align:center;
    color:#6c6b53;
    font-size:10px;
    margin:auto;
    .padding-top:29px;
}

#gallery_menu span a
{
    padding:0 5px;
}

#gallery_container.multiple_pages_gallery
{
	height:531px;
}


#gallery_menu .current a
{
    color:#d8e053 !important;
}

#gallery_window #gallery_left_arrow,
#gallery_window #gallery_right_arrow
{
    width:44px;
    height:376px;
    position:absolute;
    top:41px;
    cursor:pointer;
}

#gallery_window #gallery_left_arrow
{
    background:url('http://simg.gpotato.eu/allods/common/download/l_arrow_pop_win.png') no-repeat scroll -1px 158px;
    left:2px;
}

#gallery_window #gallery_right_arrow
{
    background:url('http://simg.gpotato.eu/allods/common/download/r_arrow_pop_win.png') no-repeat scroll 3px 158px;
    right:1px;
}

.loading_indicator
{
    background:url(http://simg.gpotato.eu/allods/common/download/ajax-loader.gif) no-repeat scroll;
    width:32px;
    height:32px;
    position:absolute;
    top:0;
    left:50%;
    top:20%;
}



.image_indicator
{
    top:42%;
}

#DownloadArea
{
    position:relative;
}

.ClientDesc
{
	color:#6e6d4f;
}
.ClientDesc table
{
	margin:auto;
	margin-bottom:30px;
}
.ClientDesc td
{
	color:#8e752a;
	width:320px;
	text-align:center;
	padding:4px 0 0 0;
}
.ClientDesc td img
{
	padding-top:16px;
}
.ClientDesc table.driver
{
	margin:auto;
	margin-bottom:30px;
}
.ClientDesc table.driver td
{
	color:#8e752a;
	width:123px;
	text-align:center;
	padding:12px 0 0 0;
}
.ClientDesc table.spec
{
	width:100%;
	margin-top:14px;
}
.ClientDesc table.spec th
{
	color:#8d943f;	
	font-size:12px;
	text-align:center;
	height:25px;
	vertical-align:middle;
	background:url("http://simg.gpotato.eu/allods/de/download/bg_brown.png");
	border-top:solid 1px #464133;
	border-bottom:solid 1px #464133;
}
.ClientDesc table.spec td
{
	color:#6e6d4f;
	border-bottom:solid 1px #464133;
	padding:10px 0;
	line-height:16px;
}
.ClientDesc table.spec .RightBorder
{
	border-right:solid 1px #464133;
}

/* Positions the client Download buttons center */
#ClientButtons{
	float:left;
	text-align:left;
}
#ClientButtons ul{
	list-style:none;
	position:relative;
}
#ClientButtons a{
	text-decoration:none;
	text-align:center;
	white-space:nowrap;
}
#ClientButtons li{
	float:left;
	position:relative;
    width: 149px;
    margin: 5px 10px 0 0;
}
#ClientButtons li div
{
	height:36px;
    margin-top: 5px;
    text-align: center;
    color:#8E752A
}
.SubContentTitle.Drivers{clear:both;margin-top:10px;}

.align_center
{
    text-align:center;    
}

.download_intro
{
    margin-top: 32px;    
}
