/* @override http://arenamusik.indosat.com/style.css */

/* @override http://arenamusik.indosat.com/style.css */


/*Common*/

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

a:hover {
	outline: none;
}

a:active {
	outline: none;
}

html .more {
	text-align: center;
	color: #f85701;
	display: block;
	font-weight: bold;
}

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

.clear {
	clear: both;
	float: none;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#sidebar ul ul {
	list-style: disc;
}

.ui-tabs .ui-tabs-hide {
	display:none;
}

/*End Common*/

/*Structure*/

body {
	background: #000;
}

.container {
	margin: 20px auto;
}

.div-container {
	border: 1px solid #D6D6D6;
	padding: 4px;
	margin-bottom: 13px;
}

#content .div-container {
	background: url(images/bg-container.gif) repeat-x bottom;
}

#menu-wrap {
	margin: 20px 0 20px 0;
}

.maincontent-top {
	background: url(images/bg-maincontent-top-bottom.gif) top center no-repeat;
	height: 6px;
}

.maincontent-bottom {
	background: url(images/bg-maincontent-top-bottom.gif) bottom center no-repeat;
	height: 6px;	
}

#maincontent, #footer-wrap {
	background: #FFF;
}

#featured .inside {
	padding: 0 0 0 10px;
}

#clip .inside {
	padding: 0 10px 0 0;	
}

#sidebar2 .inside{
	padding: 0 10px 0 0;
}

#content .inside {
	padding: 0 0 0 10px;
}

#footer {
	text-align: center;
}

/*End Structure*/

/*Logos*/

#logo h1 {
	display: block;
	width: 160px;
	height: 80px;
	text-indent: -9999px;
	background: url(images/logo.gif) no-repeat;
	margin: 0;
}

#logo-arena .inside {
	text-align: center;
}

#logo-indosat h4 {
	text-indent: -9999px;
	display: block;
	width: 163px;
	height: 44px;
	background: url(images/logo-indosat.gif) no-repeat;
}

.popup-download h4 {
	font-size: 16px;
}

/*End Logos*/

/*Menus*/

#menu-wrap {
	height: 35px;
	background: url(images/bg-menu.gif) no-repeat;	
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul {
	margin-left: 4px;
}

#menu li {
	display: block;
	float: left;
	background: url(images/bg-menu-item.gif) left no-repeat;
}

#menu li.home {
	background-position: right top;
}

#menu a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 14px;
	font-family: Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #555;	
}

#menu .hot-program {
	text-indent: -9999px;
	background: url(images/hot-program.gif) top left no-repeat;
	width: 153px;
}

#menu .hot-program:hover {
	background: url(images/hot-program.gif) left no-repeat;
}

#menu .hot-program:active {
	background: url(images/hot-program.gif) bottom left no-repeat;
}


#menu-wrap li a:hover {
	color: #F9E08D;
	text-shadow: 0px 1px 1px #000;		
}

#menu-wrap li a:active {
	line-height: 38px;
}

#menu li.home a {
	text-indent: -999px;
	background: url(images/icon-home.gif) center no-repeat;
	padding: 1px 17px 0 21px;
}

.login ul, .login li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.login ul {
	overflow: hidden;
}

.login li {
	float: left;
	background: url(images/bg-menu-item.gif) left no-repeat;	
	margin-left: -2px;
}

.login a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 8px;
	font-family: Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	text-shadow: 0px 0px 1px #555;	
}

#footer {
	color: #2D2D2D;
	font-size:10px;
	text-align:center;
	text-transform:capitalize	
}

#footer ul {
	list-style: none;
	margin: 0;
}

#footer li {
	display: inline;
}

#footer ul a {
	color:#2D2D2D;
}

#footer ul a:hover {
	color: #FF0000;
}

/*End Menus*/

/*Forms*/

.search {
	background: url(images/bg-search.gif) right top no-repeat;
	text-align: right;
	position: relative;
}

.search input[type=text] {
	width: 85px;
	height: 16px;
	margin: 8px 25px 0 0;
	padding: 2px 0;
	text-indent: 0;
	border: none;
}

.search select {
	width: 140px;
}

.search-cat {
	background: #F03D00;
	color: #FFF;;
	z-index: 10000000;
	position: absolute;
	top: 33px;
	left: 5px;
	text-align: center;
	padding: 5px 10px 20px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-weight: bold;
	width: 150px;
	box-shadow:0px 3px 5px #545454;
	-webkit-box-shadow:0px 5px 5px #545454;
}

.search-cat span {
	color: #FFF;
	font-size: 9px;
	font-weight: normal;
	position: absolute;
	right: 5px;
	bottom: 0;
	display: block;
}

.search-cat span:hover {
	cursor: pointer;
}

.search-cat #Submit {
	background: #FFF;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border-radius: 5px;
	margin: 5px auto 0;	
	font-weight: bold;
}

/*Regitration & Login*/

.login-registration-form form {
	width: 45%;
	padding: 20px 10px;
	text-align: center;
}

.login-registration-form #form-login {
	float: left;
	border-right: 1px solid #DDD;
	padding-right: 25px;
}

.login-registration-form #form-registration {
	float: right;
}

.login-registration-form h3 {
	text-align: left;
	text-shadow:0 1px 1px #DDD;
	font-weight: bold;
	color: #000;
}

.login-registration-form label {
	display: block;
	overflow: auto;
	margin: 10px 0;
	line-height: 27px;
}

.login-registration-form label span {
	width: 150px;
	display: block;
	float: left;
	text-align: left;
}

.login-registration-form label input {
	float: left;
	padding: 6px;
	margin: 0;
	width: 170px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;	
}

.login-registration-form input[type=submit] {
	clear: both;
	margin-top: 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	border-radius:10px;
	-moz-box-shadow:0 0 2px #000000 inset;
	-webkit-box-shadow:0 0 2px #000000;	
	box-shadow:0 0 2px #000000 inset;	
	background:url("images/gradient.png") repeat-x scroll center top #D33C00;
	color:#FFFFFF;
	font-size:16px;
	height:38px;
	line-height:34px;
	text-shadow:0 1px 1px #000000;
	font-weight: bold;
	padding: 0 30px;
	border: none;
}

.login-registration-form #form-login input[type=submit] {
	margin-top: 57px;
}

.registrasi form td {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	line-height: 25px;
	width: 10%;
}

.registrasi form td + td {
	text-align: left;
	font-weight: normal;
	width: 90%;
}

/*End Forms*/

/*Tables*/

table.orange {
	width: 620px;
}

table.orange thead tr th{
	background: url(images/bg-header.gif) repeat-x top left;
	color: #FFF;	
	text-align: center;

}

table.orange .even {
	background: #f7f7f7;
}

table.orange th, table.orange td {
	padding: 2 10px;
	text-align: center;
}

table.orange .buy {
	display: block;
	text-indent: -9999px;
	background: url(images/icon-cart.png) top no-repeat;
	width: 15px;
	height: 15px;
	margin: 0 auto;
}

table.orange .beli {
	width: 170px;
}

table.orange .beli a {
	font-size: 11px;
	padding-right: 20px;
	background: url(images/sound.png) right no-repeat;
}

table.orange .buy:hover {
	background: url(images/icon-cart.png) bottom no-repeat;
}

table.orange tr:hover {
	background: #FFFAF3;
}

#frontpage-tabs table.orange {
	width: 493px;
}

.download #komunitas-top table, .download #musicstore-top table {
	width: 100%;
}

/*End Tables*/

/*Sidebars*/

.sidebar ul, .sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

.sidebar li ul, .sidebar li li {
	list-style: disc;
}

.sidebar .banner img {
	border: 1px solid #D6D6D6;
}


#sidebar2.video, .news #sidebar2, .download #sidebar2, .package #sidebar2, .search #sidebar2, .artist #sidebar2 {
	margin-top: 33px;
}

#sidebar2 a img {
	margin-bottom: 10px;
}

/*End Sidebars*/

/*Banners and Advertising*/

#ad1 {
	text-align: right;
}

#ad1 a img {
	display: block;
	border: 2px solid #FFF;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#ad2 .div-container {
	background: none;
	padding: 10px 10px 5px 10px;	
}

#ad2 .div-container img {
	width: 280px;
	height: 180px;
}

#ad3 .inside{
	margin: 0 10px 10px 0;
	border: 1px solid #D6D6D6;
	padding: 5px;
}

#ad3 a {
	display: block;
	text-align: center;
}

/*End Banners and Advertising*/

/* Frontpage stuff*/

/*Change the height to equalize between the two columns*/

.home #news .div-container{
	height: 680px;	
}

#frontpage-tabs .div-container {
	height: 667px;
}

/*News*/

.home #news .div-container {
	padding: 10px;
}

.home #news small {
	font-weight: bold;
}

.home #news img {
	width: 100px;
	margin: 4px 0;
}

.post {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.home .post p {
	margin-bottom: 10px;
	margin-left: 110px;
}


#frontpage-tabs .inside {
	padding: 0 10px 0 0;
}

#frontpage-tabs .div-container {
	padding: 15px 10px 18px 10px;
}

#frontpage-tabs #iring {
	text-align: center;
}

#frontpage-tabs #iring img {
	margin-top : 90px;
}

#banners .div-container {
	margin: 0 10px 10px;
	text-align: center;
	padding: 10px 0;
	background: none;
}

#banners img {
	margin: 0 7px;
}

#clip .div-container {
	text-align: center;
	padding: 10px;
}

#review .div-container {
	padding: 10px;
}

#profile .div-container {
	padding: 10px;
}

#profile h5 {
	margin: 0;
}

#profile ol {
	margin-bottom: 0;
}

#content-bottom .inside {
	padding: 0;
}

#content-bottom #ad2 .inside {
	padding: 0 0 0 10px;
}

#content-bottom #profile .inside {
	padding: 0 10px 0 0;
}

.home #iring {
	height: 300px;
}

.tabs-wrapper-top ul.tab-navigation {
	list-style: none;
	margin: 0;
	height: 34px;
}

ul.tab-navigation li {
	float: left;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background: url(images/bg-header.gif) 0 0 repeat-x;
	line-height: 34px;
	text-shadow: 0px 1px 1px #FFF;
	font-weight: bold;
	margin: 0 5px 0 0;
	border: 1px solid #FFF;
	border-bottom: 1px solid #D6D6D6;
}

.tabs-wrapper-top ul.tab-navigation li.ui-tabs-selected {
	background: #FFF;
	border: 1px solid #D6D6D6;
	border-bottom: 1px solid #fff;
}

.tabs-wrapper-top ul.tab-navigation li.ui-tabs-selected a {
	color: #666666;
}

.tabs-wrapper-top ul.tab-navigation li a {
	color: #000;
	padding: 0 11px;
	font-size: 18px;
	height: 33px;
	display: block;	
}

.tipemusik {
	width: 305px;
	float: left;
	margin: 0 10px 10px 0;
}

.tipemusik a {
	color: #000;
}

.tipemusik h3, .tipekomunitas h3 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	background: url(images/bg-header.gif) repeat-x top left;
	line-height: 34px;
	text-shadow: 0px 1px 1px #FFF;
	font-weight: bold;
	margin: 0 5px 0 0;
	border-bottom: 1px solid #D6D6D6;
	display: table-cell;
	padding: 0 10px;
	-moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; 
}

.tipemusik .tipemusik-content, .tipekomunitas-content {
	border: 1px solid #D6D6D6;
	margin-top: -1px;
	-moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; 
	padding: 10px;
	position: relative;
}

.tipemusik .tipemusik-content ul, .tipemusik .tipemusik-content li, .paket ul, .paket li, .tipekomunitas ul, .tipekomunitas li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bottom-right ul, .bottom-right li {
	margin: 0;
	list-style: none;
}

.tipemusik .tipemusik-content li, .paket li, .paket li, .komunitas li {
	padding: 4px;
	height: 18px;
	overflow: hidden;
}

.tipemusik .tipemusik-content li:nth-child(even), .komunitas li:nth-child(even), .paket li:nth-child(even)  {
	background: #FED9C8;
}

.tipemusik .tipemusik-content li a, .komunitas li a,  .paket li a, .tipekomunitas li a {
	font-weight: bold;
	font-size: 12px;
}

.tipemusik .selengkapnya {
	text-align: right;
	display: block;
	padding: 10px 10px 0;
	color: #f85701;
	font-weight: bold;
}

/*Tambahan Supaya Jadi Cover View*/

/*.tipemusik .tipemusik-content li {
	width: 86px;
	height: 125px;
	float: left;
}

.tipemusik .tipemusik-content .cover {
	width: 80px;
	height: 80px;
	position: relative;
	margin-bottom: 5px;
}

.tipemusik .tipemusik-content .cover img {
	width: 80px;
	height: 80px;
}
	

.tipemusik .tipemusik-content .cover span {
	width: 80px;
	height: 80px;
	background: transparent url(images/gloss.png);
	top: 0;
	left: 0;
	position: absolute;
}

.tipemusik .tipemusik-content span.title {
	display: block;
	margin: 4px 0;
}

.tipemusik .tipemusik-content span {
	line-height: 12px;
}

.tipemusik .tipemusik-content li:nth-child(even) {
	background: #FFF;
}

.tipemusik .tipemusik-content .artist {
	display: block;
}

.tipemusik .tipemusik-content .title {
	font-weight: normal;
}

.tipemusik .selengkapnya {
	text-align: center;
	display: block;
	padding: 20px 0 0 0;
}*/

/*Ayo Gabung & Paket*/

.tipemusik + .tipemusik + .tipemusik + .tipemusik {
	
}

.tipemusik + .tipemusik + .tipemusik + .tipemusik .cover {
	display: none;
}

.tipemusik + .tipemusik + .tipemusik + .tipemusik li {
	width: auto;
	height: auto;
	float: none;	
}
.tipemusik + .tipemusik + .tipemusik + .tipemusik li:nth-child(even){
	background: #FED9C8;	
}

.tipemusik + .tipemusik + .tipemusik + .tipemusik li .title {
	font-weight: bold;
}
	

/*End Ayo Gabung & Paket*/



/*Tambahan*/

/*.tabs-wrapper ul, .tabs-wrapper-top .tabs-wrapper ul {
	width:135px;
	list-style:none;
	margin:0;
	float:left;
	position:absolute;
	z-index:1000;
}

.tabs-wrapper li, .tabs-wrapper-top .tabs-wrapper li {
	border:1px solid #D1D1D1;
	margin-bottom:2px;
	background:#F6F6F6;
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	float: none;
	text-shadow: none;
}

.tabs-wrapper li.ui-tabs-selected {
	background:#FFF;
	border-right:none;
	border-bottom: 1px solid #D6D6D6;
}

.tabs-wrapper li.ui-tabs-selected a {
	color: #f85702;	
}

.tabs-wrapper li a, .tabs-wrapper-top .tabs-wrapper li a {
	color:#f85702;
	font-weight:bold;
	font-size:14px;
	display:block;
	padding:4px 0 4px 20px;
	height: auto;
	line-height: 18px;
}

.tabs-wrapper .ui-tabs-panel {
	border:1px solid #D1D1D1;
	padding:4px;
	width:621px;
	float:right;
}

 .tabs-wrapper-top .tabs-wrapper .ui-tabs-panel {
	border:1px solid #D1D1D1;
	padding:4px;
	width:494px;
	float:right;	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;	
}*/

/*Accordion*/

/*.accordion {
	padding: 10px;
}

.ui-accordion-header {
	font-size: 12px;
	padding: 5px;
	margin: 4px 0 0;
}

.ui-accordion-header:nth-child(odd) {
	background: #FED9C8;	
}

.ui-accordion-content {
	border: 1px solid #D1D1D1;
	border-top: 0;
	padding: 10px;
}

.ui-accordion-content img {
	float: left;
	margin: 0 10px 10px 0;
}

.ui-accordion-content h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

.ui-accordion-content .media-info {
	width: auto;
	margin: 5px 0 0 0;
}

.ui-accordion-content .media-info th {
	width: 20px;
	padding: 0;
}

.ui-accordion-content .media-info td {
	padding: 2px;
}

.ui-accordion-content .download-info {
	clear: both;
}

.ui-accordion-content .download-info td{
}*/

/*End Accordion*/

.megapromo h3.styled {
	background: #f95d03 url(images/bg-header2.gif) repeat-x top;
	line-height: 20px;
	padding: 10px;
}

/*End Frontpage stuff*/

/* Ifest */

.ifest .div-container {
	padding: 20px;
}

.ifest ul {
	margin-bottom: 0;
}

.ifest table {
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;	
}

.ifest td, .ifest td + td + td {
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	text-align: center;
}

.ifest td + td {
	text-align: left;
}

.ifest td + td + td + td {
	text-align: right;
}

/* End Ifest */

/*Download Stuff*/
.download .div-container {
	padding: 10px;
}

.download .tipemusik {
	width: 368px;
}

.download .related {
	list-style: none;
	margin: 0;
}

.download .related li {
	padding: 3px;
}

.download .related li:nth-child(odd) {
	background: #DDD;
}

.download .bottom-right {
	width: 390px;
	float: right;
}

.download .related span {
	font-weight: bold;
}

.download .bottom-left {
	width: 380px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*End Download Stuff*/

/*Details Stuff*/


/*End Details Stuff*/

/*Archive Stuff*/
.archive .div-container {
	padding: 10px;
}

.download .iring {
	text-align: center;
}

/*End Archive Stuff*/

/*Artist Stuff*/

.artist #content .inside .tabs-wrapper-top{
	margin: 20px 10px;
}

.artist .tab-navigation a.styled{
	font-size: 14px;
}

.artist .post {
	border: 0;
	margin: 0;
}

/*End Artist Stuff*/

/*Gallery*/

.gallery-images {
	width: 100px;
	float: left;
	padding: 4px 4px 10px 4px;
	margin: 10px;
	background: #FFF;
	border: 1px solid #DDD;
	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
}

.gallery-images:hover {
	box-shadow: 0px 0px 5px #f95300;
	-moz-box-shadow: 0px 0px 5px #f95300;
	-webkit-box-shadow: 0px 0px 5px #f95300;	
}

/*End Gallery*/

/*Video Stuff*/

.video.archive .post {
	padding: 10px 0;
	margin: 0;
}

.video.archive img {
	border: #000 4px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
}

.video.archive a img {
	float: left;
	margin: 0 10px 0 0;
	width: 110px;
}

.video.archive .post h3 {
	margin: 0;
}

.video.archive .post h3 a {
	color: #F85701;
	font-weight: bold;
	font-size: 14px;
}

.video.archive .post h3 a:hover {
	color: #0DA0C8;
}

.video.archive .post p {
	margin-bottom: 5px;
}

.video.archive .post:first-child {
	padding-top: 0;
}

.video.archive .post:last-child {
	border: none;
	padding-bottom: 0;
}

.video .single h3 {
	color: #F85701;
	font-weight: bold;
	font-size: 20px;
	margin: 3px 0;
}

#videoklip {
	background: url(images/bg-video.gif) left no-repeat;
	display: block;
	height: 360px;
}

.video .single embed#movie {
	float: left;
	margin: 0 130px;
}

.video .single .desc {
	background: #D6D6D6;
	padding: 10px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	margin: 0 5px;
}


/*End Video Stuff*/

/*Headings*/

h2.styled {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background: url(images/bg-header.gif) repeat-x top left;
	height: 34px;
	line-height: 34px;
	padding: 0 11px;
	display: table-cell;
	text-shadow: 0px 1px 1px #555;
	font-weight: bold;
}

h2.styled a {
	color: #FFF;
}

.styled.orange {
	background-position: 0 0;
}

.styled.blue {
	background-position: 0 -34px;	
}

.styled.red {
	background-position: 0 -102px;	
}

.styled.green {
	background-position: 0 -68px;	
}

.styled.yellow {
	background-position: 0 -136px;	
}

h4 a, h4{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f85701;
	margin-bottom: 5px;
}

/*End Headings*/

/*Download Details*/

.popup-download {
	background: #FFF;
	text-align: center;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}

.popup-download table {
}

.popup-download div.desc {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	border-radius:10px;
	-moz-box-shadow:0 0 2px #000000 inset;
	-webkit-box-shadow:0 0 2px #000000 inset;	
	box-shadow:0 0 2px #000000 inset;	
	background:url("images/gradient.png") repeat-x scroll center top #D33C00;
	color:#FFFFFF;
	font-size:18px;
	height:38px;
	line-height:39px;
	text-shadow:0 1px 1px #000000;
	margin: 10px 0;
}

.popup-download .popup-container {
	margin: 0 auto;
	width: 400px;
}

.popup-download .coverart {
	float: left;
}

.popup-download .media-info {
	margin: 0 auto;
	background: #CAD4DE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	width: 300px;
}

.media-info th {
	width: 40px;
}

.popup-download .media-info td, .popup-download .media-info th {
	text-align: left;
	padding: 0;
}

.popup-download .item-info {
	margin: 10px auto;
}

.table-style {padding: 4px; border: 1px solid #D0D0D0; margin: 0;}
.table-style td, .table-style th {padding: 14px 14px 0; text-align: center;}
.table-style td.desc {
	border-bottom: 1px solid #EEE;
	padding: 4px 0 4px 0;
}
.table-style td + td {border-left: 1px solid #FAFAFA; color: #999;}
.table-style td + td + td {color: #666; border-left: none;}
.table-style td .button {color: #FFF; text-decoration: none; text-align: right; padding: 4px 8px; font-weight: bold; background: #F95302; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.table-style td a.button:hover {background: #FE8950; color: #FFF;}
.table-style th {text-align: center; background: url(images/bg-header.gif) repeat-x; color: #000; font-size: 14px; padding: 7px 0; text-shadow: #ffd6ba 1px 1px 0px; }
.table-style th + th {text-align: center; text-indent: 14px;}
.table-style tr {font: 12px sans-serif; background: url(images/prettyinpink_row.png) repeat-x #F8F8F8; color: #666;}
.table-style tr:hover {background: #FFF;}

table.pemenang td {
	text-align: center;
	vertical-align: top;
}

.popup-download tr > .desc {
	background: #FAFAFA;
}

.popup-download .desc p {
	color: #666; 
	text-decoration: none; 
	text-align: center; 
	padding: 4px 8px; 
	font-weight: normal; 
	margin: 0 auto;
	-webkit-border-radius: 10px; -moz-border-radius: 10px;
}

.popup-download .desc p span {
	font-weight: bold;
	color: #000;
}

.popup-download .type {
	font-weight: bold;
	text-align: left;
	color: #F95302;
}

.popup-download .type p {
	margin-bottom: 0;
}

/*Download Details*/

/*Search Result*/

.search-result ul {
	margin: 0;
}

.search-result li {
	list-style: none;
}

.search-result li a {
	font-weight: bold;
}

.search-result .no {
	width: 40px;
}

.search-result table a {
	font-weight: bold;
}

.search-result table .go {
	text-align: center;
}

.search-result .table-style {
	border: none;
}

.search-result th + th, .search-result td + td {
	text-align: left;
}

/*End Search Result*/

/*Package Styling*/

#content.package .div-container {
	padding: 10px;
}

.package .table-style {
	border: none;
}

.package .table-style th + th, .package .table-style td + td{
	text-align: left;
}

.package .table-style td {
	padding: 10px;
}

.package .table-style td.go {
	text-align: center;
}

/*End Package Styling*/

/* Pagination Styling */

.pagination {
	padding: 10px;
	margin: 20px auto;
	text-align: center;
}

.pagination a {
	color: #FFF; 
	text-decoration: none; 
	text-align: center; 
	padding: 4px 8px; 
	font-weight: bold; 
	background: #F95302; 
	margin: 0 4px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px;
}

.pagination a:hover, .pagination a.current  {
	background: #FE8950; 
	color: #FFF;
}

/* End Pagination Styling */

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; }
.ui-corner-tr { -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
.ui-corner-bl { -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; }
.ui-corner-br { -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; }
.ui-corner-top { -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; }
.ui-corner-right { -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; }
.ui-corner-left { -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; }
.ui-corner-all { -moz-border-radius:5px; -webkit-border-radius:5px; }
/* End Corner radius */

/*Post Height etc.*/

.home .post {
	padding: 5px 0;
}

/*Login*/

.login-header {
	margin-top: 40px;
}

.login-container {
	background: #FFF;
	width: 200px;
	margin: 20px auto 0;
	-moz-border-radius:5px; -webkit-border-radius:5px;
	padding: 20px;
	text-align: left;
}

.login-container input[type=text], .login-container input[type=password] {
	padding: 4px;
	width: 190px;
}

.login-container input[type=submit] {
	margin: 10px 0;
}

.aligncenter {
	text-align: center;
}

/*End Login*/

/*My Account*/ 

.myaccount h3 {
	margin: 10px;
}

.myaccount #customer-biodata span {
	font-weight: bold;
	width: 150px;
	display: block;
	float: left;
}

#customer-biodata {
	border: 1px solid #DDD;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin: 10px;		
}

.myaccount table {
	border: 1px solid #DDD;
	padding: 5px;
	margin: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.myaccount table td {
	padding: 10px;
}

.myaccount table td + td, .myaccount table th + th {
	text-align: left;
}

/*End My Account*/
