* {
	font-size: 100%;
}

html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	color: #000;
	background: #febb15 url(../../images/bg/top1.jpg) repeat-x 0 0;
	font-size: 90.00%;
	font-family: Arial,sans-serif;
}
html, body {
	margin:0;
	padding:0;
}

a:link		{color: #0055CC;}
a:hover		{color:#CC0000;}

p{
	margin-top: 0;
}
img{
	border: 0;
}

#measurer{
	width: 100%;
	height: 1em;
	position: absolute;
	left: 0;
	top: -1em;
	visibility: hidden;
	line-height: 1em;
	background: white;
}
#tv {
	height: 100%; 
	min-width: 950px;
	max-width: 1300px;
	margin: 0;
	padding: 0;
	position: relative;
	//overflow-x: hidden;
	//width: expression(
		(
			document.getElementById('measurer')
			&& document.getElementById('measurer').clientWidth < 950
		)
		?	'950px'
		:	(
				document.getElementById('measurer')
				&& document.getElementById('measurer').clientWidth < 1300
			)
			?	'100%'
			:	'1300px'
	);
}
table#layout{
background: transparent url(../../images/bg/bottom2.jpg) repeat-x 0 100%;
height:100%;
}

form{
padding:0px;
margin:0px;
}

#header{

}
#footer{
height:60px;
}

.small{
color: #3b3b3b;
font-size: 0.88em;
}
.small a, .small a:visited, a.small, a.small:visited{
color: #3b3b3b;
font-size: 0.88em;
text-decoration:none;
border-bottom: 1px dashed;
}

h1{
	font-size:180%;
	font-weight: normal;
	margin: 0px;
	width: 90%;
	position: relative;
	left: -0.3em;
	color:#0055CC;
	margin-bottom: 0.3em;
}
h2, h3, h4{
	position: relative;
	font-weight: normal;
	color: #243a48;
	margin-bottom: 0.3em;
}


h2{
	font-size:140%;
	margin-top: 0.2em;
}

h3{
	font-size:110%;
	 //padding-right:18px;
	 //margin-right:18px;
	 font-weight: bold;
}

h4{
	font-size:100%;
}

div.menu{
    padding:0px;
		padding-left:4px;
		margin:0px;
}
ul#submenu {margin-left:0px; padding-left: 10px; list-style-type: none; }
ul#submenu li{margin:0px; padding: 4px; }
ul#submenu li b{margin-left:20px;  }
ul.navigation {margin-left:0px; padding-left: 0px; list-style-type: none; font-size:14px; font-family: Arial,sans-serif;}
ul.navigation li{padding: 0px 0px 2px 0px; margin:4px 0px 14px 10px; color:#455863;}
ul.navigation li a{color:#193968; margin-left:20px;}
ul.navigation li a:hover{color:#fd6404; text-decoration:none;}
ul.navigation li a.sell{text-decoration:none; color:#980000; }
ul#navigation i{
        position: absolute;
        z-index: 1;
        width: 18px; height: 17px;
        margin-top: 0.2em;
				padding-right: 1.2em;
				margin-left:-26px;
				cursor:pointer;
        background: url('/images/movies.png') no-repeat;
//background-image: none ! important;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/movies.png,sizingMethod=crop);
}
ul#navigation i.on{
        background: url('/images/movies2.png') no-repeat;
//background-image: none ! important;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/movies2.png,sizingMethod=crop);
}
#menu i{ background-position: 0 0; }

a.topmenu{color:#000000; font-size:12px;}
a.topmenu:hover{color:#980000; text-decoration:none;}

.right-c{
border-left:solid 1px #d9d9d9;
padding:6px;
}

#content{
padding-top:12px;
padding-left:20px;
padding-right:20px;
}

#content-main{
padding-left:14px;
padding-right:14px;
}

#logo_tv { border:0px; padding: 10px 0px 10px 100px; width: 280px; height:81px;}
#logo_nam { border:0px; padding: 0px; width: 188px; height:128px;}

.clear {clear: both;}

.input{
background: transparent;
font-size:13px;
border:2px solid #febb15;
color:#455161;
font-weight:bold;
}
#button{
background: transparent;
font-size:13px;
border:1px solid #ebc432;
color:#455161;
cursor:pointer;
font-weight:bold;
}
#copyright{
padding:22px;
}
.order{
padding:4px;
background-color:#e9e9c2;
color:red;
font-size:12px;
border:1px solid #ffb400;
font-weight:bold;
margin:14px;
}
