/* project: internet market
   design: luka cvrk (www.solucija.com) 
   framework: Concept Nova (www.conceptnova.com) */
   
body {
	padding: 0;
	margin: 0;
	color: #999999;
	font-family: "宋体";
	font-size: 9pt;
	background-color: #222;
	line-height: 1.5em;
}
a { color: #D4D4D4; background: inherit; }
a:hover { color: #8FD3E7; background: inherit;}
a.title { color: #FFFFFF; background: #FFF; }

h1 { font: bold 2em Arial, Sans-Serif; letter-spacing: -1px; padding: 16px 0 0 8px; margin: 0; }
h2 {
	margin: 0;
	letter-spacing: -1px;
	font-family: "宋体";
	font-size: 12pt;
	font-weight: bold;
	color: #6CBAD5;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
h1 a { color: #FFF; background: inherit; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #BFE1ED; background: inherit; }
h3 {
	color: #6CBAD5;
	font-family: "宋体";
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #393939;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 2em;
	padding: 0;
}
p {
	margin: 0 0 0px 0;
}
form { margin: 0; }
input.search {
	border: none;
	color: #1D91BB;
	font-size: 9pt;
	background-color: #fff;
	width: 100px;
}
input.submit {
	height: 18px;
	width: 44px;
	border: none;
	padding: 3px;
	color: #FFF;
	background-color: #45A7CA;
	background-image: url(../images/button.gif);
	font-family: "宋体";
	font-size: 9pt;
}
select.movieType {
    border: none;
	font-family: "宋体";
	font-size: 9pt;
	color: #1D91BB;
}
/* layout
   ------ */

.content {
	width: 800px;
	color: #B0B0B0;
	background-color: #303030;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	background-image: url(../images/bgheader.gif);
	
}

.logo {	padding: 18px 0 0 3px; }

/* header */
.header_top {
	color: #CC3300;
	height: 72px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	vertical-align: bottom;
}
.header {
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.header_bottom {
	clear: both;
	color: #FFF;
	height: 44px;
	background-image: url(../images/big_bottom.gif);
}
    
/* navigation */
#nav { width:100%; float:left; }
#nav ul { margin:0; list-style:none; padding: 0; }
#nav a, #nav strong, #nav span { float:left; display:block; color:#fff; padding: 7px 20px 4px 10px; background: #C43219 url(../images/nav.gif) no-repeat 100% 0px; text-decoration:none; font-weight: bold; }
#nav a { float:none; }
#nav li {
	float:left;
	color: #FFF;
	background: #C43219 url(../images/nav.gif) no-repeat 0px 0px;
	margin:0;
	padding:0 0 0 9px;
	font-size: 10pt;
}
#nav #current { background: #1995C2 url(../images/nav.gif) no-repeat 0 -41px; color: #FFF; }
#nav #current a { background: #1995C2 url(../images/nav.gif) no-repeat 100% -41px; padding:7px 20px 4px 11px; color:#FFF; }
#nav a:hover { color:#BFE1ED; background: #C43219 url(../images/nav.gif) no-repeat 100% 0px; }   


/*.sf_left {
	float: left;
	width: 203px;
	height: 77px;
	background: #5BB2D1 url(logobg.gif) repeat-x; 
	color: #FFF;
	border-top: 1px solid #137DA2;
	border-bottom: 1px solid #000;
	padding: 10px 0 0px 7px;}*/


.sf_right {
	width: 100%;
	float: left;
}

.sf_search {
	clear: both;
	color: #E7F3F8;
	margin-top: -2px;
	height: 26px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-image: url(../images/searchbg.gif);
	text-align: right;
	font-size: 9pt;
}
	
.subheader {
	color: #71C4DF;
	clear: both;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	background-color: #303030;
}
/* left side
   --------- */

.left {
	float: left;
	width: 210px;
	margin: 0 0 10px 0;
}

	.box_top {
	background:#121212 url(../images/bg_module_tl.gif) top left no-repeat;
	}
	.box_head {background:transparent url(../images/bg_module_tr.gif) top right no-repeat;padding:9px 7px 9px 9px;}
	
	.box_top h2 {
	color: #6CBAD5;
	margin: 0;
	background-color: inherit;
	text-align: left;
	font-weight: bold;
	font-size: 11pt;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
	}
	
	.box {
	margin: 0;
	width: 197px;
	color: #888;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 9px;
	background-color: #222;
	line-height: 1.7em;
	}
	.boximg{
	margin: 0;
	color: #888;
	padding-bottom: 0;
	background-color: #222;
	}
	
	.box_bottom {
	background:#222 url(../images/bg_module_bl.gif) bottom left no-repeat;
	margin-bottom: 15px;
	}
	.box_bottom div {
	background:transparent url(../images/bg_module_br.gif) bottom right no-repeat;display:block;
}
		/* left and central column */
		.left_side {
	float: left;
	width: 210px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
}

	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 560px;
	margin: 0;
}
		.right_side {
	float: left;
	width: 558px;
	text-align: justify;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
}
		
		.article {
	margin-bottom: 12px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}
		
	.grey_top {
	width: 547px;
	color: #000;
	height: 5px;
	padding: 0;
	margin-left: 6px;
	clear: both;
	background-color: #222;
	background-image: url(../images/grey_top.gif);
	background-repeat: no-repeat;
}
	.grey {
	width: 527px;
	color: #808080;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
	background-color: #222222;
	background-image: url(../images/grey_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
		
	.grey a {
	color: #C83C3C;
	background: inherit;
	font-weight: lighter;
	font-size: 9pt;
	}
	
	.grey a:hover {
	color: #0095C2;
	font-size: 9pt;
	font-weight: lighter;
	}
	
	.highlight {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	}		
img {
	float: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}

/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	color: #888;
	background: #222;
	padding: 10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.footer p {	line-height: 2em; }
.footer a {	color: #5B5B5B; border-bottom: 1px dotted #808080; text-decoration: none; } 
