html, body, h1, h2, div, span, p, a, em, font, img, center, ol, ul, li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}
img{max-width:100%;}

ul {
list-style: none;
}

body {
	line-height: 1;
	background-color: #340022;
}
/* top menu */
#ddmenu {
	display: inline;
	width: 99.5%;
	font-size: 18px;
	float: left;
	text-decoration: none;
	color: #fff; 
	padding: 0;
	background-color: #dbdbdb;
	cursor: pointer;
	outline: none;
	margin: 0 3px 7px;
}

#ddmenu li { display: block; position: relative; float: left; }

#ddmenu li a {
  display: block;
  float: left;
  padding: 0 12px;
  line-height: 42px;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#ddmenu li:hover > a { background: #ce0000; color: #ffffff;}

#ddmenu ul {
  position: absolute;
  top: 55px;
  width: 624px;
  background: #fff;
  display: none;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  border-radius: 10px;
  box-shadow: 0 0 7px #000;
}

#ddmenu ul::after, #ddmenu ul::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: 100%;
  left: 20px;
  width: 16px;
  height: 16px;
  background: #fff;
    box-shadow: 0 0 7px #000; /* Добавляем тень для уголка */
      transform: rotate(45deg); /* Поворачиваем на 45º */
    -webkit-transform: rotate(45deg);
  z-index: -1;
}

#ddmenu ul::before {
    z-index: 1; /* Накладываем поверх, чтобы скрыть следы тени */
    box-shadow: none; /* Прячем тень */
   }

#ddmenu ul li { 
  font-size: 0.9em; 
}

#ddmenu ul li a {
  display: block;
  width: 142px;
  padding: 6px 7px;
  font-size: 14px;
  line-height: 1em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: capitalize;
  color: #27293e;
}
#ddmenu ul li a:hover {
  background: #e28383;
  color: #fff;
}
/* top menu end */
#headblock
{
	width: 960px;
	height: 135px;	
	margin: 0 auto;
}
.head1
{
	float: left;
	height: 135px;
	width: 256px;
	background-image: url(/images/pantyhosedpics_head_01.jpg);
}
.head2
{
	float: left;
	height: 135px;
	width: 435px;
	background-image: url(/images/pantyhosedpics_head_02.jpg);
}
.head3
{
	float: right;
	height: 135px;
	width: 269px;
	background-image: url(/images/pantyhosedpics_head_03.jpg);
	text-align: right;
}
H1,H2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #ffc4f9;
	text-shadow: -2px 2px 2px #000;
	float: right;
}
H1{
margin: 20px 0;
font-size: 14px;
line-height: 18px;
}
H2{
margin: 0;
text-indent: 20px;
font-size: 18px;
line-height: 22px;
}
H3{
margin: 20px 0 10px;
font-size: 26px;
line-height: 32px;
text-transform: capitalize;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #feccf4;
}
a:hover {
	text-decoration: underline;
	color: #fff2fb;
}

#box, .topfree 
{
	width: 962px;
	margin: 0 auto 10px;
	background-color: #3d0028;
	border: 1px solid #ba0074;

}

.topline
{
	height: 36px;
	width: 962px;
	background-image: url(/images/line_fon.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 16px;
	color: #ffeefa;
	line-height: 32px;
}
.topline a {
	font-size: 18px;
	display:block;
	float:left;
	text-decoration:none;
	padding:0 20px 0 20px;
	height:32px;
	background:url(/images/divide.gif) no-repeat top right;
}
.topline a:hover {
	text-decoration: none;
    -moz-box-shadow: inset 0 4px 2px 1px #2a0022;
    -webkit-box-shadow: inset 0 4px 2px 1px #2a0022;
    box-shadow: inset 0 4px 2px 1px #2a0022;
	background-image: url(/images/hover.gif);
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.topline form {
	float: right;
	margin: -2px 5px 0;
}
.block {margin: auto; width: 962px;}
.block img {margin: 4px; float: left; width: 150px; height: 200px; border: 1px solid #ba0074;}

.thumbs {
	float: left;
	width: 152px;
	height: 295px;
	margin-left: 4px;
	margin-right: 4px;
}
.thumbs img {border: 1px solid #ba0074; width: 150px; height: 200px;}
.desc
	{
	font-size: 14px;
	font-weight: normal;
	color: #fff2fb;
	}
.descCategory
	{
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #feccf4;
	text-transform: capitalize;
	}
.tags
	{
	height: 30px;
	text-align: left;
	font-size: 16px;
	color: #feccf4;
	line-height: 30px;
	}

.free_site_blocks a
{
	font-size: 20px;
	line-height: 56px;
}

.free_site_tabl
{
	height: 62px;
	width: 312px;
	float: left;
	margin: 4px;
	background-image: url(/images/free_sire_tabl.gif);
}
	
.topfree ul 
{
	width: 180px;
	float: left;
	padding: 10px 0 10px 40px;
}
.topfree li {list-style: none; text-align: left; padding-bottom: 5px; font: 16px Arial, sans-serif; color: #ffddf5;}
.thumb_top
{
	width: 150px;
	height: 210px;
	float: left;
	font-size: 14px;
	color: #ba0074;
	margin: 5px;
}

.thumb_top a img {
	border:1px solid #ba0074;
	width: 140px;
	height: 180px;
}
.thumb_top a:hover img{
	border:1px solid #fff2fb;
}
.pages{
	font-size: 14px;
	color: #ffeefa;
	height: 24px;
	float: left;
	width: 952px;
	margin: 4px;
	line-height: 22px;
}
/*curent page*/
.apc {
	border: 1px solid #ba0074;
	padding: 2px 4px 2px 4px;
	margin: 1px;
	background-color: #7e0054;
}

/*links on pages*/
.ap A:link, .ap A:visited, .ap A:active {
	border-color: #c51b73;
	border-style: solid;
	border-width: 1px;
	padding: 2px 4px 2px 4px;
	margin: 1px;
	color: #c51b73;
}
/*selected links on pages*/
.ap A:hover {
	border-color: #320025;
	border-style: solid;
	border-width: 1px;
	padding: 2px 4px 2px 4px;
	margin: 1px;
	color: #320025;
	text-decoration: none;
	background-color: #FFF;
}


.ad_spon{float: left; width: 300px; height: 250px; border: 1px solid #ba0074; margin: 9px;}
.font_spon a {
	font-size: 20px;
	line-height: 30px;
}
.font_spon_l a {
	font-size: 28px;
	line-height: 34px;
}
.font_cat {
	width: 950px;
	margin: 10px auto;
	color: #feccf4;
	font-size: 20px;
}
.font_cat a {
	font-size: 14px;}
.wm a {
	font-size: 11px;
	height: 50px;
}
.clear {
	clear:both;
}
