﻿*
{
margin: 0px 0px;
}

body
{
background-image: url(../imgfon/fon.jpg);
font-family: arial;
}

#menu
{
float: left;
width: 700px;
height: 132px;
}

#site_vnutri
{
width: 1000px;
position: relative;
margin: auto;
overflow: auto;
}

#dress_top
{
float: left;
width: 300px;
height: 132px;
}

#table
{
float: left;
}

#dress_left
{
background-image: url(../imgfon/3dress_left.png);
background-size: 168px 100%;
}

#dress_right
{
background-image: url(../imgfon/3dress_right.png);
background-size: 152px 100%;
}

#dress_middle
{
float: left;
width: 1000px;
height: 221px;
}

#footer
{
float: left;
width: 1000px;
height: 60px;
margin-top: -3px;
}

#copyright
{
float: left;
width: 1000px;
height: 30px;
font-family: arial;
font-size: 10px;
line-height: 16px;
color: #FFF;
text-align: center;
text-shadow: 0px 0px 6px black, 0 0 1em;
}

#content
{
background: #FFF;
width: 680px;
float: left;
}

a:link
{
font-family: arial;
font-size: 12px;
text-decoration: none;
color: #316483;
}

a:visited
{
font-family: arial;
font-size: 12px;
text-decoration: none;
color: #316483;
}

a:active
{
font-family: arial;
font-size: 12px;
text-decoration: none;
color: #316483;
}

a:hover
{
font-family: arial;
font-size: 12px;
text-decoration: none;
color: #FF3399;
}

#tolink1:hover,#tolink2:hover,#tolink3:hover,#tolink4:hover,#tolink5:hover,#tolink6:hover {cursor:pointer;color: #FF3399;}

a.tablelink {color:#000;}
a.tablelink:hover {color:#ff3399;text-decoration:underline;}
a.tablelink:hover strong {color:#ff3399;}

table.show-time {cursor: pointer;width:100%;margin-bottom:20px;transition: all 0.5s ease 0s;}
table.show-time:hover {background-color: rgba(115, 147, 198, 0.1);}
table.show-time p {text-align:center;font-size:12px;margin-bottom:12px;}
table.show-time p strong {font-size:16px;font-weight:normal;color:#dc2b3b;padding-bottom:6px;}