/* temp styles for early muvee.com launch */

.language_links {
	width:50%;
	margin-left: auto;
	text-align:center;
	z-index: 0;
}

.language_links li.selected {
	font-weight: bold; text-decoration: none;
}

html, body, table, select, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

html, body{
	margin:0px;
	padding:0px;
}

body {
	background-color: #CCC;
	background-repeat: repeat-y;
	background-image:url(/en/images/content_bg_colorstrip.jpg);
}

#main {
	width:1006px;
}

#header {
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:962px;
	height:70px;
}

H1 {
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
}

/* caters for replacing H1 text by images */
H1 span{
	display:none;
}

H2 {
	font-weight:bold;
	font-size:11px;
}

H3 {
	font-weight:bold;
	font-size:10px;
}

H4 {
	font-weight:bold;
	font-size:10px;
}

.para_start {
	color:#CC3300;
	font-weight:bold;
}

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#ed0a81;
}

a.em, .em a {
	font-weight:bold;
	color:#CC3300;
}

a.em:hover, .em a:hover {
	color:#ed0a81;
	font-weight:bold;
}

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

.price {
	font-weight:bold;
	color:#CC3300;
}

/* Handles separators */

div.hr hr {
	display:none;
}

div.hr {
	width:100%;
	background-repeat:no-repeat;
	padding-top:5px;
	padding-bottom:5px;
}

div.hr_long {
	background-image:url(/en/images/int_header_line.gif);
	background-position:left;
	height:7px;
}

div.hr_short {
	background-image:url(/en/images/int_footer_line.gif);
	background-position:center;
	height:9px;
}

/* styles to handle site menu */

/* first level menu */

#site_menu {
	font-weight:bold;
	color: #5e5a52;
	padding-right:20px;
}

#site_menu a {
	color: #5e5a52;
	text-decoration:none;
}

#site_menu a:hover {
	color:#ed0a81;
	text-decoration:underline;
}

#site_menu ul {
	list-style:none;
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;
	margin-left: 0px;
}

#site_menu ul li {
	margin-bottom:15px;
	margin-left:20px;
}

#site_menu .selected {
	color:#ed0a81;
}


/* second level menu */

#site_menu ul ul {
	margin-top: 10px;
	color: #5e5a52;
}

#site_menu ul ul li {
	margin-bottom: 8px;
	margin-left: 20px;
}

#site_menu .menu_top_graphic {
	background-image:url(/en/images/menu/shell_menu_top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:177px;
	height:16px;
	padding-top:30px;
}

#site_menu .menu_bottom_graphic {
	background-image:url(/en/images/menu/shell_menu_btm.gif);
	background-repeat:no-repeat;
	width:80px;
	height:13px;
	padding-bottom:30px;
}

/* content menus */
#content_menu a {
	text-decoration:none;
}

#content_menu a:hover {
	text-decoration:underline;
}

#content_menu .selected, #content_menu .subselected {
	color:#ed0a81;
}

#content_menu ul {
	margin:0px;
}

#content_menu li {
	display:inline;
	padding-right:15px;
}
#footer {
	clear:both;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover{
	color:#000000;
	text-decoration:underline;
}

.try_buy {
	text-align:center;
	margin-bottom:0px;
}

.try_buy img[src="/en/images/btn_buynow.gif"] {
	margin-left: 10px;
}

/* li sprites:start */
.sprite-arrows li  { 
	background: url(/en/images/bullets/arrow_points.gif) no-repeat top left; 
	list-style-position:outside;
	list-style-type: none;
	vertical-align: middle;
	display: block;
	height: 20px;
	margin-top: 15px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
}
li.sprite-arrow_point_blue { background-position: 0 -20px; } 
li.sprite-arrow_point_green { background-position: 0 -60px; } 
li.sprite-arrow_point_orange { background-position: 0 -100px; } 
li.sprite-arrow_point_red { background-position: 0 -180px; } 
li.sprite-arrow_point_pink { background-position: 0 -140px; } 
li.oneline { height: 12px; }
li.threelines { height: 29px; }
li.sprite-arrow_point_blue.oneline { background-position: 0 -27px; } 
li.sprite-arrow_point_green.oneline{ background-position: 0 -67px; } 
li.sprite-arrow_point_orange.oneline { background-position: 0 -107px; } 
li.sprite-arrow_point_red.oneline { background-position: 0 -187px; } 
.sprite-arrows li:hover { background-position: 0 -140px; }
.sprite-arrows li.oneline:hover { background-position: 0 -147px; }

/* li sprites:end */

/* corporate list */

ul.corporate_bullet {
	margin-top:0px;
	list-style-image:url(/en/images/bullets/arrow_point_blue.gif);
	list-style-position:outside;
}

ul.corporate_bullet li {
	margin-top:5px;
	margin-left:10px;
	list-style-image:url(/en/images/bullets/arrow_point_blue.gif);
	list-style-position:outside;
}

ul.corporate_bullet_blue {
	margin-top:0px;
	list-style-image:url(/en/images/bullets/arrow_point_blue.gif);
	list-style-position:outside;
}

ul.corporate_bullet_blue li {
	margin-top:5px;
	margin-left:10px;
	list-style-image:url(/en/images/bullets/arrow_point_blue.gif);
	list-style-position:outside;
}


ul.corporate_bullet_pink {
	margin-top:0px;
	list-style-image:url(/en/images/bullets/arrow_point_pink.gif);
	list-style-position:outside;
}

ul.corporate_bullet_pink li {
	margin-top:5px;
	margin-left:10px;
	list-style-image:url(/en/images/bullets/arrow_point_pink.gif);
	list-style-position:outside;
}

ul.corporate_bullet_orange {
	margin-top:0px;
	list-style-image:url(/en/images/bullets/arrow_point_orange.gif);
	list-style-position:outside;
}

ul.corporate_bullet_orange li {
	margin-top:5px;
	margin-left:10px;
	list-style-image:url(/en/images/bullets/arrow_point_orange.gif);
	list-style-position:outside;
}

ul.corporate_bullet_red {
	margin-top:0px;
	list-style-image:url(/en/images/bullets/arrow_point_red.gif);
	list-style-position:outside;
}

ul.corporate_bullet_red li {
	margin-top:5px;
	margin-left:10px;
	list-style-image:url(/en/images/bullets/arrow_point_red.gif);
	list-style-position:outside;
}
/* table styles */

th {
	vertical-align:middle;
}

/* Transparency effect */

.hover {
	padding-top: 0px;
	padding-bottom: 1px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

.hover:hover {
	padding-top: 0px;
	padding-bottom: 1px;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}

.hover:active {
	padding-bottom: 0px;
	padding-top: 1px;
}

a img {
	border: 0px;
}

#muveecom_hotspot {
	position:absolute;
	z-index:1;
	left: 2px;
	top: 5px;
	width:90px;
	height:60px;
	cursor:pointer;
}

#header ul {
	margin-top:0px;
	padding-top:48px;
	padding-right:10px;
	text-align:right;
	margin-bottom:0px;
	padding-bottom:0px;
}

#header li {
	display:inline;
	padding-left:10px;
}


.language_links,.language_links a {
	color: #000;
}
.language_links a:hover {
	color: #ed0a81;
}

#hackersafe { padding-left: 10px; max-width: 150px; }
#hackersafe img { max-width: 100px; }