.in { display: inline; float: left; }
.gray { color: gray; }
.m10 { margin: 1px 10px 1px 10px; padding-bottom: 1px; /*f*cking IE fix*/ }
.w100 { width: 100%; }
.w50 { width: 50%; }
.w33 { width: 33%; }
.w30 { width: 30%; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.top { vertical-align: top; }
.red { color: #CC0033; }

#ad a
{
	text-decoration: none;
}

#home a
{
	height: 72px;
	width: 16px;
	position: absolute;
	background: url('/imgs/home.png');
}
#mail a
{
	position: absolute;
	left: 150px;
	top: 20px;
}

#wrapper
{
	width: 100%;
	/*height: 1000px;*/
	text-align: center;
	background: url('/imgs/background.jpg');
}

#main
{
	width: 1024px;
	text-align: left;
	margin: 0px auto;
}

#top
{
	height: 200px;
	background: url('/imgs/header.jpg') no-repeat;
}

.topmenu {
	position: absolute;
	left: 50%;
}
.topmenutop {
	background: url('/imgs/topmenu-b.jpg');
	height: 26px;
	text-align: center;
}
.topmenutop a {
	color: gray;
	font-weight: bold;
	/*background: url('/imgs/topmenu-s.jpg') no-repeat left;*/
}
.topmenutop a:hover, .topmenutop a:active {
	color: black;
}
.topmenustart {
	background: url('/imgs/topmenu-l.jpg');
	width: 7px;
	height: 26px;
}
.topmenu ul, .topmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
.topmenu ul li {
	float: left;
	position: relative;
}
.topmenu ul li a {
	display: block;
	text-decoration: none;
    white-space: nowrap;
	padding: 5px 20px 2px 20px;
}
.topmenu ul li ul {
	display: none;
	position: absolute;
}
.topmenu ul li ul li {
	display: block;
	border-top: 0px;
}
.topmenuend {
	background: url('/imgs/topmenu-r.jpg');
	width: 7px;
	height: 26px;
}
.topmenuitem a {
	font-weight: normal;
	color: black;
	background: #FFFFFF url('/imgs/topmenu-c.jpg') no-repeat;
	width: 110px;
	text-align: left;
}
.topmenuitem a:hover, .topmenuitem a:active {
	font-weight: bold;
}
.topmenuopen {
	height: 20px;
	background: url('/imgs/topmenuopen.png') no-repeat bottom;
	width: 150px;
}
.topmenuclose {
	height: 10px;
	background: url('/imgs/topmenuclose.png') no-repeat top;
	width: 150px;
}
.active
{
    background-color: #eeeeee;
}

#submenu
{
	margin: -3px 20px 20px 20px;
}
#submenu .content
{
	height: 65px;
	font-size: 95%;
	/*text-align: right;*/
}
#submenu h2
{
	color: black;
	font-size: 130%;
	margin: 0px;
	text-align: left;
}
#submenu a
{
	text-decoration: none;
	color: black;
	border-bottom: 1px solid #cccccc;
}
#submenu a:hover, #submenu a:active
{
	/*text-decoration: underline;*/
	color: #0569db;
}

#body
{
	margin: 0px 20px 20px 20px;
	font-size: 11pt;
}
#body .content
{
	line-height: 18px;
}

#end td
{
	padding: 10px;
	color: #FFFFFF;
}

.date, .title
{
	color: #444;
	font-size: 10pt;
}
.news
{
	font-size: 10pt;
	padding: 0 15px 15px 0;
}
.news p
{
	padding: 0;
	margin: 0;
}
.price
{
	border: 1px solid #CD9AB3;
	margin: 0px 20px 0px 20px;
	text-align: center;
}
.price th
{
	background: #FFCC99;
	/*color: #FFFFFF;*/
	border: 1px solid #CD9AB3;
	padding: 10px;
}
.price td
{
	padding: 5px;
	border: 1px solid #CD9AB3;
}
.pricemain
{
	width: 300px;
}
.pricename
{
	font-weight: bold;
}
.warning
{
	color: red;
}


.information, .error
{
	border-bottom: 1px solid #D1DCEB;
	border-right: 1px solid #D1DCEB ;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.information
{
	background-color: #FFFFCC;
	padding: 15px;
}

.error
{
	background-color: #FFCCCC;
	padding: 15px;
	font-weight: bold;
}

.file
{
	margin: 5px;
	padding: 5px;
}
.file a
{
	color: gray;
	text-decoration: none;
}
.file b
{
	color: #0569db;
}

.icon
{
	padding-right: 15px;
	padding-bottom: 10px;
}

#support textarea
{
	width: 500px;
	height: 100px;
}
#support input
{
	margin-top: 5px;
}

.phone
{
	color: #0469db;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
	background: url('/imgs/tools/phone.png') no-repeat;
	padding-left: 20px;
}

.price1, .price2
{
	font-size: 14pt;
	color: green;
	padding: 5px;
}
.priceint
{
	font-size: 14pt;
	border: 0;
	color: green;
	width: 25px;
	text-align: right;
}

#rotation
{
	text-align: left;
	font-size: 13pt;
	background: #fff;
}
#rotation div a
{
	color: gray;
}

.navigation
{
	margin-top: 20px;
	font-size: 9pt;
}
.navigation a
{
	margin-left: 5px;
	margin-right: 5px;
}

#login
{
	text-align: center;
	position: absolute;
	top: 350px;
	left: 30%;
	border: 1px solid #6699CC;
	width: 40%;
	height: 200px;
	z-index: 99;
	background: #fff;
}
#login .link
{
	font-size: 12pt;
	background: #99CCFF;
	height: 40px;
	border-bottom: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.selected
{
	background: #FFCC99;
}

#vod
{
	margin: 20px;
	text-align: center;	
}
#vod td
{
	/*border: 1px solid black;*/
	font-size: 11pt;
	padding: 10px;
	width: 25%;
}
#vod a
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#vod a:hover
{
	color: #000;
}
#vod .year, #vod .genre
{
	font-size: 9pt;
	color: #999;
}
#vod .poster
{
	border: 1px solid #c0c0c0;
	padding: 3px;
	margin: 5px;
}
.vod-sort
{
	line-height: 18px;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}
.vod-sort a
{
	color: #777;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}

.large
{
	width: 150px;
	font-size: 14pt;
	font-weight: bold;
	padding: 3px;
	margin: 3px;
}