/* CSS Document */
@charset "utf-8";

/*CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------*/



* {margin:0; padding:0;}

html, body
{
	color:#a9a9a9;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:#000 url(images/background.jpg) center top no-repeat;
	margin:0;
}

h1 {
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
}

h2 {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

p {
	text-align:justify;
	margin-bottom:10px;
}

.title { color:#FFFFFF; }
.cost { font-size:18px; }

#content a { text-decoration:underline; color:#a9a9a9; }
#content a:hover { color:#71a810; }

#main {
	padding:0;
	margin:0 auto;
	width:951px;
	height:750px;
	text-align:left;
	z-index:1;
}

#header a {
	outline:none;
}


#left_bg {
	background:url(images/left_bg.jpg) no-repeat top right;
	position:absolute;
	top:0px;
	left:0px;
	width:20%;
	height:800px;
}

#right_bg {
	background:url(images/right_bg.jpg) no-repeat top left;
	height:inherit;
	width:10%;
	float:right;
}

#header {
	width:100%;
	position:relative;
	background:url(images/top_back.jpg) no-repeat top right;
	z-index:10;
}

#contacts {
	position:absolute;
	top:20px;
	right:20px;
}

#contacts a {
	color:#717171;
	text-decoration:underline;
}

#contacts a:hover {
	text-decoration:none;
}

#favourite_arrow {
	padding-top:3px;
	padding-right:5px;
	float:left;
}

.pseudo { text-decoration:none !important; border-bottom: 1px dashed; cursor: pointer; }

.left_float {float:left;}

.left_float_pad { float:left; margin:0px 3px; }

.clear {clear:both;}

.split {
	padding:0px 13px;
	float:left;
}

.no_splitter {
	background:none;
}

/*menu*/
#top_menu a {
	color:#bbbbbb;
	text-decoration:none;
}

ul#top_menu {
       	display:inline;
		position:absolute;
		top:60px;
		left:300px;
		margin: 0;
        border: 0 none;
        padding: 0;
        list-style: none;
        height: 30px;
}

ul#top_menu li {
        margin: 0;
        border: 0 none;
        padding: 0;
        float: left;
        display: inline;
        list-style: none;
        position: relative;
        height: 30px;
}

ul#top_menu ul {
        margin: 0;
        border: 0 none;
        padding: 0;
        width: 180px;
        list-style: none;
        display: none;
        position: absolute;
        top: 30px;
        right: 0px;
}

ul#top_menu ul:after {
        clear: both;
        display: block;
        font: 1px/0px serif;
        content: ".";
        height: 0;
        visibility: hidden;
}

ul#top_menu ul li {
        width: 180px;
        float: left;
        display: block !important;
        display: inline;
}

ul#top_menu a {
        border: 0px;
        padding: 10px 10px 10px 7px;
        float: none !important;
        float: left;
        display: block;
        background:url(images/splitter.jpg) no-repeat;
		background-position:99% 11px;
        height: auto !important;
        height: 1%;
		text-transform:uppercase;
}

ul#top_menu li.no_splitter a {
		background:none;
}


ul#top_menu a:hover,
ul#top_menu li:hover a,
ul#top_menu li.jshover a
 {
       	background:#131313;
        color:#ffffff;
		border-left: 1px solid #1d201d;
		border-right: 1px solid #1d201d;
		border-top: 1px solid #1d201d;
        padding: 9px 9px 10px 6px;
}

ul#top_menu li.nomulti a:hover,
ul#top_menu li.nomulti:hover a {
        color:#ffffff;
		border:none;
        background:url(images/splitter.jpg) no-repeat;
		background-position:99% 11px;
        padding: 10px 10px 10px 7px;
}

ul#top_menu li:hover li a,
ul#top_menu li.jshover li a {
		border-left: 1px solid #1d201d;
		border-right: 1px solid #1d201d;
		border-bottom: 1px solid #1d201d;
        float: left;
		text-align:left;
		background:url(images/menu_bg.png);
        color: #FFFFFF;
}

ul#top_menu li:hover li a:hover,
ul#top_menu li:hover li:hover a,
ul#top_menu li.jshover li a:hover,
ul#top_menu li.jshover li.jshover a {
        background:#898989 url(images/arrow_menu.jpg) no-repeat top right;
		background-position:165px 10px;
        color:#111111;
}

ul#top_menu ul ul {
        display: none;
        position: absolute;
        top: 0px;
        left: 170px;
}

ul#top_menu ul li a {
		text-transform:none;
}


ul#top_menu li:hover ul ul,
ul#top_menu li.jshover ul ul {
        display: none;
}

ul#top_menu li:hover ul,
ul#top_menu ul li:hover ul,
ul#top_menu li.jshover ul,
ul#top_menu ul li.jshover ul {
        display: block;
} 

/*menu end*/

#content {
	position:absolute;
	top:132px;
	height:465px;
	z-index:1;
	background:url(images/main_bg.jpg) no-repeat;
	width:951px;
	/*background-position:0px 129px;*/
}

#inner_text {
	padding:20px 45px 10px 55px;
	position:relative;
}

.scrollable {
	width: 851px;
	height: 399px;
	overflow: auto;
	padding-right:15px;
	position:relative;
}

#footer {
	width:100%;
	position:relative;
	top:465px;
	height:180px;
	background:url(images/bottom_back.jpg) no-repeat top left;
	color:#494949;
}

#bottom_nav {
	position:absolute;
	top:9px;
	left:60px;
	word-spacing:15px;
}

#bottom_nav .bottom_nav_nums a {
	padding:0px 7px;
}

#bottom_nav .bottom_nav_nums a.showing, #bottom_nav .bottom_nav_nums a.active, #bottom_center .active {
	color:#fff;
	cursor:default;
}

#bottom_link {
	position:absolute;
	top:9px;
	left:40px;
}

#bottom_center {
	position:absolute;
	top:9px;
	left:40px;
	width:900px;
	text-align:center;
}

#bottom_link a {
padding-left:10px;
}

#bottom_name {
	position:absolute;
	top:9px;
	right:30px;
}

#bottom_name a, #bottom_center a {	
	padding-left:10px;
	}
	
#bottom_center span {
	padding-left:10px;
	color:#fff;
}
	
	
#bottom_splitter {	
	padding-left:10px;
	background:url(images/splitter_bottom.jpg) no-repeat;
	background-position:right 2px;
	float:left;
	}

#bottom_menu {
	position:absolute;
	top:50px;
	left:40px;
}

#bottom_menu ul {
	margin:0px;
	-webkit-padding-start: 0px;
}

#bottom_menu li {
	float:left;
	list-style-type:none;
	padding:0px 17px 0px 17px;
	background:url(images/splitter_bottom.jpg) top right no-repeat;
	position:relative;
}

#bottom_menu li.no_splitter {
	background:none;
}

#bottom_menu a, #bottom_nav a, #bottom_name a, #bottom_link a, #bottom_center a {
	color:#494949;
	text-decoration:none;
}

#bottom_menu a:hover, #bottom_nav a:hover, #bottom_name a:hover, #bottom_link a:hover, #bottom_center a:hover {
	color:#FFFFFF;
}


#copyright {
	position:absolute;
	top:108px;
	left:50px;
	font-size:10px;
}

#copyright a {
	font-size:10px;
	color:#494949;
}

#copyright a:hover {
	text-decoration:none;
}

#search {
	position:absolute;
	top:108px;
	right:53px;
	height:29px;
	width:194px;
	background:url(images/search.jpg) no-repeat top left;
}

#search2 {
	height:29px;
	width:194px;
	background:url(images/search.png) no-repeat top left;
	float:left;
	padding-right:10px;
}

#search_form {
	color:#494949;
	padding:5px 10px;
	border:none;
	background:none;
	font-size:13px;
	width:170px;
	float:left;
}

#search_button {
	position:absolute;
	top:108px;
	right:13px;
	width:29px;
}

#search_button_form {
	background:url(images/search_button.jpg) no-repeat top left;
	width:29px;
	height:29px;
	border:none;
	cursor:pointer;
	display:block;
	padding:0px;
	margin:0px;
	/*text-indent:-9999px;*/
}

#search_button_form2 {
	background:url(images/search_button.png) no-repeat top left;
	width:29px;
	height:29px;
	border:none;
	cursor:pointer;
	display:block;
	padding:0px;
	margin:0px;
	/*text-indent:-9999px;*/
}

.gallery {
	position:relative;
}

/*.gallery div#gallery_inner {
	margin-left:1px;	
	height:100%;
}*/

.gallery ul {
	position:relative;
}

.gallery ul li {
	float:left;
	list-style-type:none;
	padding:7px 18px 7px 13px;
	text-align:center;
	background:url(images/splitter_gallery.jpg) no-repeat;
	background-position:99% 7px;
	position:relative;
}


#content .gallery li a {
	text-decoration:none;
}

#content .gallery li a:hover { 
	color:#FFFFFF;
}

#foto_big {
width:300px;
height:395px;
float:left;
/*background:url(images/loadinfo.gif) center center no-repeat;*/
}

.picturecontainer {
text-align:left;
}

.picturecontainer img, .preview li img {
border:dotted 1px #686868;
}

.picturecontainer img {
	width:296px;
	height:395px;
}
	
.preview li img {
	width:71px;
	height:94px;
}

.preview li .top img {
border:none;
}

#login table {
	border-spacing:3px;
	border-collapse:separate;
}

.required {
	color:#FF0000;
	font-weight:bold;
}


#item_text {
padding-left:310px;
}

#buy {
	position:relative;
	margin-top:30px;
}

#buy_form {
float:right;
}

#buy_button {
	background:url(images/buy.jpg) no-repeat top left;
	width:93px;
	height:26px;
	border:none;
	cursor:pointer;
	display:block;
	/*text-indent:-9999px;*/
}

.preview ul {
	display:inline-block;
}

.preview li {
	float:left;
	list-style-type:none;
	padding:10px 5px 10px 5px;
	position:relative;
}


#item_links {
	float:left;
	display:inline-block;
	height:94px;
}

.item_link {
	float:left;
	padding-right:27px;
}

.item_link2 {
	float:left;
	padding-right:0px;
}

.black_mask {
	margin:7px 18px 7px 13px;
	width:132px;
	height:175px;
	position:absolute;
	top:0px;
	left:0px;
	border:0;
	background:url(images/blank.gif);
	cursor:pointer;
	display:none;
}

.black_mask2 {
	margin:10px 5px 10px 5px;
	width:71px;
	height:94px;
	position:absolute;
	top:0px;
	left:0px;
	border:0;
	background:url(images/blank.gif);
	cursor:pointer;
	display:none;
}

input, button, select, textarea {
	background-color:#242424; 
	border:1px solid #515151; 
	color:#a9a9a9;
	margin:2px;
	padding:2px;
}


.hidden { display:none; }
#popup_login a { text-decoration:underline; color:#a9a9a9; }
#popup_login a:hover { color:#71a810; }
#login { padding-top:20px; }

.htmlsitemap { line-height:18px; }
.htmlsitemap ul { padding-left:20px; }
.htmlsitemap ul ul { display:none; }
.htmlsitemap li { height:auto; }

.expander { text-decoration:none !important; padding:1px; margin:2px; }
.bull { padding:1px; margin:2px; }

#main_promo_wrap { background:url(images/loadinfo2.gif) center center no-repeat; width:905px; height:465px; padding-left:30px; }
.selectedThumb { cursor:default; }

.AS_Result {position:relative; float:left; width:100%; padding:10px 0px;}
.resImage {position:relative; float:left; width:100px; }
.resContent { position:relative; display:block; float:left; width:600px; }

.right_border {display:block; position:absolute; left:0px; height:175px; width:1px; background:url(images/splitter_gallery.jpg) no-repeat;}
#paginate a, #paginate span { padding:0px 5px; } 

#forslider { width:870px; height:400px; overflow:hidden; }
#forloader { width:870px; height:400px; overflow:hidden; }
