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

* {
	padding: 0; 
	margin: 0;
	border-collapse:collapse;
	}

html {
	height: 100%;
	}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #8f8c81;

	background-color: #ffffff;
}


.search_result { text-decoration: underline;  }

a {
	color: #5591cb;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0 0 15px 0;
	text-align: left;
	font-size: 19px;
	font-weight: bold;
	color: #ec008c;
	}
	
h2 {
	margin: 0 0 15px 0;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #c3d000;
	}
	
h3 {
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #8a8a8a;
	}
	
h4 {
	margin: 0 0 10px 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ec008c;
}
	
p {
	margin: 0 0 5px 0;
	text-align: left;
	}

img {
	border: none;
}

#main_menu {
	height: 33px; 
	overflow: hidden; 
	list-style:none;
    float:right;
}


#main_menu a {
	color: #5591cb;
	text-decoration: none;
}

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

#wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background:url(../images/wrapper_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #f6f4e8;
}

#header {
	width: 1000px;
	overflow: auto;
}

#logo {
	width: 266px; 
	height: 57px; 
	margin: 75px 0 0 12px;
	float: left;
}

#main_menu {
	width: 631px; 
	height: 32px; 
	float: right; 
	margin-top: 15px;
	background:url(../images/menu_bg.jpg);
	text-align: left;
}

#main_menu a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#main_menu a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.float_left {
	float: left;
}

#main_menu .link {
	width: auto;
	float: left; 
	margin-top: 10px;
	white-space: nowrap;
}

#main_menu .icon_ {
	width: 15px; 
	height: 32px; 
	float: left;
}

#main_menu .icon {
	width: auto;
	float: left;
	overflow: hidden;
	text-align: left;
	padding: 0 21px 0 21px;
	cursor:hand;
}

#main_menu .iconhover {
	width: auto;
	float: left;
	overflow: hidden;
	text-align: left;
	padding: 0 21px 0 21px;
	background:url(../images/main_menu_active.png);
	cursor:hand;
}

#main_menu .splitter {
	width: 2px; 
	height: 32px; 
	background:url(../images/main_menu_splitter.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

.login_block {
	width: 449px; 
	overflow: hidden; 
	margin-top: 18px; 
	float: right;
}

#login {
	width: 122px; 
	height: 17px; 
	border: 1px solid #ccc; 
	font-size: 11px; 
	color: #8f8c81; 
	float: left; 
	font-family: Tahoma, Geneva, sans-serif; 
	padding: 2px 0 0 5px
}

#logintext {
	width: 260px; 
	height: 17px; 
	font-size: 11px; 
	color: #8f8c81; 
	float: left; 
	font-family: Tahoma, Geneva, sans-serif; 
	padding: 2px 0 0 5px
}

#password {
	width: 122px; 
	height: 17px; 
	border: 1px solid #ccc; 
	font-size: 11px; 
	color: #8f8c81; 
	float: left; 
	margin-left: 6px; 
	padding: 2px 0 0 5px; 
	font-family:Tahoma, Geneva, sans-serif;
}

#cart_icon {
	width:125px; height:22px; 
	float: left; 
	margin-left: 39px;
}

#items_link {
	width: auto;
	float: left; 
	margin: 5px 0 0 7px; 
	color: #89a8c7;
}

#remember_me {
	width: 315px; 
	height: 20px; 
	overflow: hidden; 
	float: right; 
	margin: 5px 0 0 0;
}

#remember_me checkbox {
	width: 15px; 
	height: 15px;
}

#remember_me_text {
	width: auto;
	color: #89a8c7; 
	font-size: 9px;
	float: left; 
	margin: 2px 0 0 5px;
}

#remember_me_text a: {
	text-decoration: underline; 
}

#search_block {
	width: 631px; 
	height: 42px; 
	background:url(../images/search_bg.jpg); 
	background-repeat:no-repeat; 
	background-position:top right; 
	float: right; 
	text-align: left;
}

#search {
	width: 450px; 
	height: 25px; 
	border: 1px solid #999; 
	font-size: 16px; 
	color: #333; 
	float: left; 
	font-family:Tahoma, Geneva, sans-serif; 
	padding: 2px 0 0 25px; 
	margin-top: 12px; 
	background:url(../images/search_input_bg.jpg); 
	background-repeat:no-repeat; 
	background-position:left; 
	background-color:#fff;
}

#search_button {
	width: auto;
	float: left; 
	margin: 10px 0 0 8px;
}

#right_menu_container {
	width: 283px; 
	float: left; 
	overflow: hidden; 
	color: #739bc3; 
	font-weight: bold; 
	padding: 69px 0 0 43px; 
	background:url(../images/right_menu_bg.jpg) no-repeat left bottom
}

#right_menu_container .caption {
	margin: 0 0 12px 30px;
}

.more_button {
	width: 53px; 
	height: 18px; 
	padding: 0 0 28px 122px;
}

.right_menu {
	list-style: none;
	line-height: 22px;
}

.right_menu li{
	list-style: none;
	background:url(../images/li_bg.gif) no-repeat left;
	padding: 0 0 0 30px;
	
}

.right_menu a{
	font-weight:normal;
	text-decoration: underline;
}

#body_container {
	width: 674px; 
	float: left; 
	overflow: hidden; 
	background:url(../images/body_bg.jpg) no-repeat top right; 
    padding-top: 14px;
}

.first_image {
	width: auto; 
	height: 175px; 
	padding: 6px; 
	border: 1px dashed #b8b6aa; 
	float: left; 
	margin: 0 5px 16px 0;
}

.normal_image {
	width: auto; 
	height: 175px; 
	padding: 6px; 
	border: 1px dashed #b8b6aa; 
	float: left; 
	margin: 0 5px 16px 5px;
}

.last_image {
	width: auto; 
	height: 175px; 
	padding: 6px; 
	border: 1px dashed #b8b6aa; 
	float: left; 
	margin: 0 0 16px 5px;
}

#celebrity {
	width: 634px; 
	overflow: hidden; 
	text-align:center; 
	clear: both; 
	font-size: 12px; 
	color: #598fc5; 
	margin-bottom: 5px;
}

#celebrity_bg {
	width: 634px; 
	height: 21px; 
	overflow: hidden; 
	background:url(../images/posters_and_pictures_bg.jpg) no-repeat center;
}

#alphabet {
	width: 634px; 
	overflow: hidden; 
	background: url(../images/skobka.jpg) right top no-repeat;
	text-align: center;
}

#alphabet div {
	margin: 0 0 14px -70px;
}

#alphabet a{
	font-size: 33px;
	color: #8fb4d7;
	text-decoration:underline;
	margin: 0 0 0 36px;
}

#footer {
	width: 1000px; 
	height: 70px; 
	background:url(../images/footer_bg.gif); 
	clear: both;
}

.down_menu {
	width: auto;
	float: left;
	list-style: none;
	padding: 16px 0 0 18px;
	color: #7d7b6c;
	font-size: 11px;
	clear: both;
}

.down_menu li {
	width: auto;
	float: left;
}

.down_menu li.link {
	padding: 0 10px;
}

.down_menu li a {
	text-decoration: none;
	font-size: 11px;
	color: #7d7b6c;
	text-decoration:underline;
}

.down_menu li a:hover {
	color: #7d7b6c;
	text-decoration: underline;
}

#copyright {
	width: 950px; 
	margin: 0 auto; 
	text-align: right; 
	clear: both; 
	font-size: 10px;
	color: #6a6a6a;
}

#design {
	margin: 0 0 0 27px; 
	clear: both; 
	font-size: 11px;
}


/*Елементы управления*/
.btn {border: 1px solid #aaa; font-size: 11px; color: #5f5c51; font-family: Tahoma, Geneva, sans-serif;}
.iput {border: 1px solid #ccc; font-size: 11px; color: #8f8c81; font-family: Tahoma, Geneva, sans-serif;}