/*iWebKit css 5.04 by Christopher Plieger*/

body {
	position: relative;
	margin: 0;
	-webkit-text-size-adjust: none;
	min-height: 360px;
	font-family: helvetica,sans-serif;
	/*-webkit-background-size:0.438em 100%; */
	-webkit-touch-callout: none;
	-webkit-transform: opacity;
	line-height: 0;
}


.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 5s;
}
@-webkit-keyframes fade {
	 from {opacity:0;}
	 to {opacity:1.0;}
}

.pop {
 -webkit-transform: scale3d(1, 1, 1);
 -webkit-animation-name: pop;
 -webkit-animation-duration: 1s;
 -webkit-animation-timing-function: ease-in;
}



 @-webkit-keyframes pop {
             from {
               -webkit-transform: scale3d(0, 0, 0);
               opacity: 0;
               -webkit-animation-timing-function: ease-out;
             }
             /*70% {
               -webkit-transform: scale(1.2, 1.2);
               opacity: 1;
               -webkit-animation-timing-function: ease-in-out;
             }*/
             to {
               -webkit-transform: scale3d(1, 1, 1);
               opacity: 1;
             }
           }



.center {
	margin: auto;
	display: block;
	text-align: center!important;
}
img {
	border: 0;
}
a:hover .arrow {
	background-position: 0 -13px!important;
}
@media screen and (max-width: 320px)
{
#topbar {
	height: 44px;
}
#title {
	line-height: 44px;
	height: 44px;
	font-size: 16pt;
}
#tributton a:first-child, #duobutton a:first-child {
	width: 101px;
}
#tributton a:last-child, #duobutton a:last-child {
	width: 101px;
}
#tributton a {
	width: 106px;
}
#duobutton .links {
	width: 195px;
}
#tributton .links {
	width: 302px;
}
#doublead {
	width: 300px!important;
}
#duoselectionbuttons {
	width: 191px;
	height: 30px;
	top: 7px;
}
#triselectionbuttons {
	width: 290px;
	height: 30px;
	top: 7px;
}
#triselectionbuttons a:first-child, #duoselectionbuttons a:first-child {
	width: 99px;
	height: 28px;
	line-height: 28px;
}
#triselectionbuttons a {
	width: 98px;
	height: 28px;
	line-height: 28px;
}
#triselectionbuttons a:last-child, #duoselectionbuttons a:last-child {
	width: 99px;
	height: 28px;
	line-height: 28px;
}
.searchbox form {
	width: 272px;
}
.searchbox input[type="text"] {
	width: 275px;
}
.list1line .name {
	max-width: 77%;
}.checkbox .name {
	max-width: 190px;
}.radiobutton .name {
	max-width: 190px;
}
#leftnav a, #rightnav a, #leftbutton a, #rightbutton a, #blueleftbutton a, #bluerightbutton a {
	line-height: 30px;
	height: 30px;
}
#leftnav img, #rightnav img {
	margin-top: 4px;
}
#leftnav, #leftbutton, #blueleftbutton {
	top: 7px;
}
#rightnav, #rightbutton, #bluerightbutton {
	top: 7px;
}
.musiclist1line .name {
	max-width:55%
}
.textbox textarea {
	width: 280px;
}
.bigfield input{
	width:295px
}
}
@media screen and (min-width: 321px)
{
#topbar {
	height: 32px;
}
#title {
	line-height: 32px;
	height: 32px;
	font-size: 13pt;
}
.list1line .name {
	max-width: 85%;
}.checkbox .name {
	max-width: 75%;
}.radiobutton .name {
	max-width: 75%;
}
#leftnav a, #rightnav a, #leftbutton a, #rightbutton a, #blueleftbutton a, #bluerightbutton a {
	line-height: 24px;
	height: 24px;
}
#leftnav img, #rightnav img {
	margin-top: 4px;
	height: 70%;
}
#leftnav, #leftbutton, #blueleftbutton {
	top: 4px;
}
#rightnav, #rightbutton, #bluerightbutton {
	top: 4px;
}
.musiclist1line .name {
	max-width:70%
}
.textbox textarea {
	width: 440px;
}
#tributton a:first-child, #duobutton a:first-child {
	width: 152px;
}
#tributton a:last-child, #duobutton a:last-child {
	width: 152px;
}
#tributton a {
	width: 154px;
}
#tributton .links {
	width: 452px;
}
#duobutton .links {
	width: 298px;
}
#doublead {
	width: 350px!important;
}
#duoselectionbuttons {
	width: 293px;
	height: 24px;
	top: 4px;
}
#triselectionbuttons {
	width: 450px;
	height: 24px;
	top: 4px;
}
#triselectionbuttons a:first-child, #duoselectionbuttons a:first-child {
	width: 150px;
	height: 22px;
	line-height: 22px;
}
#triselectionbuttons a {
	width: 156px;
	height: 22px;
	line-height: 22px;
}
#triselectionbuttons a:last-child, #duoselectionbuttons a:last-child {
	width: 150px;
	height: 22px;
	line-height: 22px;
}
.searchbox form {
	width: 432px;
}
.searchbox input[type="text"] {
	width: 435px;
}
.bigfield input{
	width:455px
}
}
#topbar.black {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#858585), color-stop(3%, #636363), color-stop(50%, #202020), color-stop(51%, black), color-stop(97%, black), to(#262626));
}
#topbar.transparent {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(133,133,133,0.7)), color-stop(3%, rgba(99,99,99,0.7)), color-stop(50%, rgba(32,32,32,0.7)), color-stop(51%, rgba(0,0,0,0.7)), color-stop(97%, rgba(0,0,0,0.7)), to(rgba(38,38,38,0.7)));
}
#topbar {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdd5df), color-stop(3%, #b0bccd), color-stop(50%, #889bb3), color-stop(51%, #8195af), color-stop(97%, #6d84a2), to(#2d3642));
	/*margin-bottom: 13px;*/
	margin:0;
}
#title {
	position: absolute;
	font-weight: bold;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	/*color: #FFF;*/
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
}
#content {
	width: 100%;
	position: relative;
	min-height: 250px;
	margin-top: 10px;
	height: auto;
	z-index: 0;
	overflow: hidden;
	line-height: 1em;
}

#content_classic {
	width: 100%;
	position: relative;
	min-height: 250px;
	margin-top: 1px;
	height: auto;
	z-index: 0;
	overflow: hidden;
}

#footer {
	text-align: center;
	position: relative;
	margin: 20px 10px 0;
	height: auto;
	width: auto;
	bottom: 10px;
}
.ipodlist1line #footer, .ipodlist1line #footer a {
	text-shadow: #FFF 0 -1px 0;
}
#footer a, #footer {
	text-decoration: none;
	font-size: 9pt;
	/*color: #4C4C4C;*/
	text-shadow: #FFF 0 1px 0;
}


.pageitem {
	-webkit-border-radius: 8px;
	/*background-color: #fff;
	border: #878787 solid 1px;*/
	font-size: 11pt;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 3px 9px 17px!important;
	list-style: none;
}
.pageitem_classic
{
-webkit-border-radius:0px;
font-size:11pt;
overflow:hidden;
padding:0;
position:relative;
display:block;
height:auto;
width:auto;
margin:0px 0px 0px 0px;
list-style:none
}


.pageitem_classic li:first-child, .pageitem li:first-child
{
border-top:0
}


.checkbox, .radiobutton, .select, li.button, li.bigfield, li.smallfield {
	position: relative;
	list-style-type: none;
	display: block;
	height: 43px;
	overflow: hidden;
	/*border-top: 1px solid #878787;*/
	width: auto;
}




.top_img_full img
{
width:320px;
height: 100px;
margin:0px auto 0 auto;
display: block;
    /*margin-left: auto;
    margin-right: auto*/
}


.top_img_full
{
padding:0px 0px;
position:relative;
overflow:hidden;
}

/* ari .header_text_left .subheader_text_left */
.header_text, .header_text_left, .subheader_text, .subheader_text_left
{
display:block;
text-align:center;
position:relative;
font-weight:bold;
font-size:16px;
}

.header_text_s, .subheader_text_s
{
text-align:center;
position:relative;
font-weight:bold;
font-size:16px;
}

/* ari .subheader_text_left */
.subheader_text, .subheader_text_left, .subheader_text_s
{
font-size:13px;
}



.textbox
{
padding:5px 9px;
position:relative;
overflow:hidden;
line-height:1em;
}

.textbox p
{
margin-top:10px;
margin-bottom:10px;
text-align:left
}
.textbox img
{
max-width:100%
}



.textbox ul
{
margin:3px 0 3px 0;
list-style:circle!important
}

.textbox li
{
margin:0!important
}



li.list_classic
{
position:relative;
list-style-type:none;
display:block;
height:90px;
overflow:hidden;
width:100%
}
li.list_classic a
{
display:block;
height:90px;
width:auto;
text-decoration:none
}
li.list_classic a img
{
width:90px;
height:90px;
margin:0px 0px 0px 0px;
float:left
}

li.list1line
{
position:relative;
list-style-type:none;
display:block;
height:57px;
overflow:hidden;
width:100%

}

li.list1line a img
{
width:48px;
height:auto;
margin:5px 0px 0px 5px;
float:left
}

span.photogallery a img
{
width:64px;
height:64px;
margin:0px 4px 8px 4px;
float:left
}


li.photogallery_full a img
{
width:75px;
height:75px;
margin:0px 0px 4px 4px;
float:left
}

.classic_content
{
margin:0px 0px 0px 0px;
width: 200px;
float:left;
}

.classic_content_nopic
{
margin:0px 0px 0px 0px;
width: 290px;
float:left;
}

.list_content
{
margin:0px 0px 0px 0px;
width: 160px;
float:left;
}

.list_content_nopic
{
margin:0px 0px 0px 0px;
width: 210px;
float:left;
}

.list_community_top_nopic
{
margin:0px 0px 0px 0px;
width: 300px;
float:left;
}
.list_community_top
{
margin:0px 0px 0px 0px;
width: 250px;
float:left;
}

.list_community_content_nopic
{
margin:0px 0px 0px 0px;
width: 275px;
float:left;
}
.list_community_content
{
margin:0px 0px 0px 0px;
width: 225px;
float:left;
}

span.community_name, span.community_time
{
margin:5px 0px 0px 5px;
width:45%;
font-weight:bold;
font-size:13px;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;

float: left;
}
span.community_time
{
font-size:10px;
text-align: right;
float: right;

}

span.community_comment
{
margin:5px 0px 0px 5px;
width:100%;
font-weight:normal;
font-size:13px;
text-overflow:ellipsis;
overflow:hidden;
white-space:wrap;

float: left;
}



span.item_name, span.item_name_nopic
{
margin:20px 0px 0px 10px;
width:50%;
font-weight:bold;
font-size:16px;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
float:left;

}
span.item_name_nopic
{
width:67%;
}

span.item_info
{
margin:24px 0px 0px 0px;
width:25%;
font-size:12px;
font-weight:bold;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
float:left;

}






a:hover span.arrow, a:hover span.classic_arrow
{
background-position:0 -13px!important
}


.classic_arrow
{
position:absolute;
width:8px!important;
height:13px!important;
right:10px;
top:40px;
margin:0!important;
background:url("../images/arrow.png") 0 0 no-repeat
}
.arrow
{
position:absolute;
width:8px!important;
height:13px!important;
right:10px;
top:22px;
margin:0!important;
background:url("../images/arrow.png") 0 0 no-repeat
}


/*.list1line:hover, .list_classic:hover, .lista #pressed, .lista_classic #pressed{background:-webkit-gradient(linear,0% 0%,0% 100%,from(#7b8b9f),color-stop(3%,#8c9baf),to(#647792));color:#fff;text-shadow:black 0 -1px 0}*/


ul.pageitem li.list1line:first-child, ul.pageitem li.list1line:first-child:hover,.pageitem li.list1line:first-child a,
ul.pageitem li.list3lines:first-child, ul.pageitem li.list3lines:first-child:hover,.pageitem li.list3lines:first-child a,
ul.pageitem li.list4lines:first-child, ul.pageitem li.list4lines:first-child:hover,.pageitem li.list4lines:first-child a,

{
-webkit-border-top-left-radius:8px 8px;
-webkit-border-top-right-radius:8px 8px
}

ul.pageitem li.list1line:last-child, ul.pageitem li.list1line:last-child:hover,.pageitem li.list1line:last-child a,
ul.pageitem li.list3lines:last-child, ul.pageitem li.list3lines:last-child:hover,.pageitem li.list3lines:last-child a
ul.pageitem li.list4lines:last-child, ul.pageitem li.list4lines:last-child:hover,.pageitem li.list4lines:last-child a
{
-webkit-border-bottom-left-radius:8px 8px;
-webkit-border-bottom-right-radius:8px 8px

}

#tributton, #duobutton {
	height: 44px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdd4d9), color-stop(3%, #c0c9cf), color-stop(97%, #abb7bf),to(#81929f));
	margin: -13px 0 13px 0;
	text-align: center;
}
#tributton .links, #duobutton .links {
	height: 30px;
	-webkit-border-image: url("../images/tributton.png") 0 4 0 4;
	border-width: 0 4px 0 4px;
	margin: 0 auto 0px auto;
	position: relative;
	top: 7px;
}
#tributton a:first-child, #duobutton a:first-child {
	border-right: 1px solid #6d7e91;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin-left: -4px;
}
#tributton a, #duobutton a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 27px;
	display: inline-block;
	line-height: 27px;
	margin-top: 1px;
	font: bold 13px;
	text-decoration: none;
	color: #3f5c84;
	text-shadow: #FFF 0 1px 0;
}
#duobutton a:last-child {
	border: 0;
}
#tributton a:last-child {
	border-left: 1px solid #6d7e91;
}
#tributton a:last-child, #duobutton a:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-right: -4px;
}
#tributton a:hover, #tributton a#pressed, #duobutton a:hover, #duobutton a#pressed {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7b8b9f), color-stop(3%, #8c9baf), to(#647792));
	color: white;
	text-shadow: black 0 -1px 0;
}
#triselectionbuttons, #duoselectionbuttons {
	-webkit-border-image: url('../images/navbutton.png') 0 5 0 5;
	border-width: 0 5px 0 5px;
	position: relative;
	margin: auto;
}
#duoselectionbuttons a:first-child {
	border: 0;
}
#triselectionbuttons a:first-child {
	border-right: solid 1px #556984;
}
#triselectionbuttons a:first-child, #duoselectionbuttons a:first-child {
	margin-left: -4px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
#triselectionbuttons a, #duoselectionbuttons a {
	display: inline-block;
	text-align: center;
	color: white;
	text-decoration: none;
	margin-top: 1px;
	text-shadow: black 0 -1px 0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#909baa), color-stop(3%, #a5b4c6), color-stop(50%, #798eaa), color-stop(51%, #6b83a1), color-stop(97%, #6e85a3), to(#526379));
}
#triselectionbuttons a:last-child, #duoselectionbuttons a:last-child {
	border-left: solid 1px #556984;
	margin-right: -4px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#triselectionbuttons a:hover, #triselectionbuttons a#pressed, #duoselectionbuttons a:hover, #duoselectionbuttons a#pressed {
	background: none;
}
#doublead {
	height: 83px!important;
	position: relative;
	margin: 0 auto 13px auto;
}
#doublead a:first-child {
	left: 0!important;
}
#doublead a:last-child {
	right: 0!important;
}
#doublead a {
	width: 147px!important;
	height: 83px!important;
	position: absolute;
	-webkit-border-radius: 8px;
	display: block;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7c7c7c), color-stop(3%, #858585), color-stop(97%, #a4a4a4),to(#c2c2c2));
}
li#doublead {
	margin-top: 25px;
	margin-bottom: 10px!important;
	background: none;
}
li#doublead:hover {
	background: none;
}
.searchbox {
	height: 44px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f3f4), color-stop(3%, #e0e4e7), color-stop(50%, #c7cfd4), color-stop(51%, #bec7cd), color-stop(97%, #b4bec6), to(#8999a5));
	margin: -13px 0 13px 0;
	width: 100%;
}
.searchbox form {
	height: 24px;
	-webkit-border-image: url('../images/searchfield.png') 4 14 1 24;
	border-width: 4px 14px 1px 24px;
	display: block;
	position: relative;
	top: 8px;
	margin: auto;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.searchbox input[type="text"] {
	border: 0;
	-webkit-appearance: none;
	height: 18px;
	float: left;
	font-size: 13px;
	padding: 0;
	position: relative;
	top: 2px;
	left: 2px;
}





.pageitem li:first-child:hover, .pageitem li:first-child a, .radiobutton:first-child input, .select:first-child select, li.button:first-child input, .bigfield:first-child input, .pageitem li:first-child {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
.pageitem li:last-child:hover, .pageitem li:last-child a, .radiobutton:last-child input, .select:last-child select, li.button:last-child input, .bigfield:last-child input, .pageitem li:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
/*.list1line:hover, .store:hover, .list1line #content li a:hover, .list1line .withimage:hover, .applist1line li:hover:nth-child(n),.ipodlist1line li:hover:nth-child(n) {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#058cf5), to(#015fe6));
}
.ipodlist1line li:hover:nth-child(n) .name,.ipodlist1line li:hover:nth-child(n) .time{border:0}
.list1line a:hover .name, .store:hover .starcomment, .store:hover .name, .store:hover .comment, .list1line .withimage a:hover .comment {
	color: #fff;
}
.list1line a:hover .comment {
	color: #CCF;
}*/
/*.list1line a {
	display: block;
	height: 43px;
	width: auto;
	text-decoration: none;
}
.list1line a img {
	width: auto;
	height: 32px;
	margin: 5px 0 0 5px;
	float: left;
}
.list1line .name, .checkbox .name, .radiobutton .name {
	margin: 11px 0 0 7px;
	width: auto;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}
.list1line .comment {
	margin: 11px 30px 0 0;
	width: auto;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 75%;
	white-space: nowrap;
	float: right;
	color: #324f85;
}
.list1line .arrow, .store .arrow, .musiclist1line .arrow, .list1line .arrow {
	position: absolute;
	width: 8px!important;
	height: 13px!important;
	right: 10px;
	top: 15px;
	margin: 0!important;
	background: url("../images/arrow.png") 0 0 no-repeat;
}*/
.applist1line .arrow {
	position: absolute;
	width: 8px!important;
	height: 13px!important;
	right: 10px;
	top: 29px;
	margin: 0!important;
	background: url("../images/arrow.png") 0 0 no-repeat;
}
.store {
	height: 90px;
	border-top: #878787 solid 1px;
	overflow: hidden;
	position: relative;
}
.store a {
	width: 100%;
	height: 90px;
	display: block;
	text-decoration: none;
	position: absolute;
}
.store .image {
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 90px;
	display: block;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff1f5), to(#d6dce6));
	-webkit-background-size: 90px;
}
.applist1line .image {
	width: 57px;
	height: 57px;
	display: block;
	position: absolute;
	top: 7px;
	left: 11px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 2px 3px rgb(0,0,0);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7c7c7c), color-stop(3%, #858585), color-stop(97%, #a4a4a4),to(#c2c2c2));
	-webkit-background-size: 57px;
}

/*.pageitem .background_image_small {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 7px;
	left: 11px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 2px 3px rgb(0,0,0);
	-webkit-background-size: 32px;
}*/


.pageitem .list1line .background_image, .pageitem .list2lines .background_image {
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 2px 3px rgb(0,0,0);
	-webkit-background-size: 57px;
	background-repeat:no-repeat;

}

.pageitem .list3lines .background_image{
	width: 57px;
	height: 57px;
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 2px 3px rgb(0,0,0);
	-webkit-background-size: 70px;
	background-repeat:no-repeat;

}

.pageitem .list4lines .background_image{
	width: 76px;
	height: 76px;
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	-webkit-border-radius: 0px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 2px 3px rgb(0,0,0);
	-webkit-background-size: 90px;
	background-repeat:no-repeat;

}


.pageitem_classic .list1line .background_image, .pageitem_classic .list2lines .background_image {
	width: 57px;
	height: 57px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat:no-repeat;
    /* ari */
	-webkit-background-size: 57px;
	

}

.pageitem_classic .list3lines .background_image{
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat:no-repeat;
    /* ari */
	-webkit-background-size: 70px;


}

.pageitem_classic .list4lines .background_image{
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat:no-repeat;
    /* ari */
	-webkit-background-size: 90px;

}


.pageitem .background_image_large_right {
	width: 57px;
	height: 57px;
	display: block;
	position: absolute;
	top: 7px;
	right: 11px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 2px 3px rgb(0,0,0);
	-webkit-background-size: 57px;
}


.pageitem_classic .background_image_big {
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-border-radius: 0px;
    /* ari */
	-webkit-background-size: 90px;
}

.pageitem .background_image_big {
	width: 76px;
	height: 76px;
	display: block;
	position: absolute;
	top: 7px;
	left: 11px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 2px 3px rgb(0,0,0);
	-webkit-background-size: 76px;
}

.pageitem_classic .background_image {
	width: 69px;
	height: 69px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-border-radius: 0px;
    /* ari */
	-webkit-background-size: 69px;
}

.pageitem_classic .background_image_large {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-border-radius: 0px;
    /* ari */
	-webkit-background-size: 70px;
}

li:first-child.store .image, .store:first-child a {
	-webkit-border-top-left-radius: 8px 8px;
}
li:last-child.store .image, .store:last-child a {
	-webkit-border-bottom-left-radius: 8px 8px;
}
.store .name, .applist1line .name {
	font-size: 15px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	color: #000;
	max-width: 60%;
	text-overflow: ellipsis;
	font-weight: bold;
}
.store .name {
	position: absolute;
	left: 95px;
	top: 35px;
}
.applist1line .name {
	position: absolute;
	top: 27px;
	left: 80px;
	text-shadow: #eeeeee 0 1px 0;
}
.store .comment, .list1line .withimage .comment, .applist1line .comment, .applist1line .price {
	font-size: 12px;
	color: #7f7f7f;
	display: block;
	width: 60%;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.store .comment, .list1line .withimage .comment {
	margin: 16px 0 0 95px;
}
.applist1line .comment {
	position: absolute;
	top: 9px;
	left: 80px;
	text-shadow: #eeeeee 0 1px 0;
	color: #3b3b3b;
}
.applist1line .price {
	position: absolute;
	top: 29px;
	right: 26px;
	text-shadow: #eeeeee 0 1px 0;
	text-align: right;
	color: #3b3b3b;
}
.store .arrow, .list1line .withimage .arrow {
	top: 39px!important;
}
.store .stars0, .store .stars1, .store .stars2, .store .stars3, .store .stars4, .store .stars5 {
	position: absolute;
	top: 56px;
	left: 95px;
	width: 65px;
	height: 18px;
	display: block!important;
}
.store .stars0 {
	background: url('../images/0starsborder.png');
}
.store .stars1 {
	background: url('../images/1starsborder.png');
}
.store .stars2 {
	background: url('../images/2starsborder.png');
}
.store .stars3 {
	background: url('../images/3starsborder.png');
}
.store .stars4 {
	background: url('../images/4starsborder.png');
}
.store .stars5, .applist1line .stars5 {
	background: url('../images/5stars.png');
}
.applist1line .stars0, .applist1line .stars1, .applist1line .stars2, .applist1line .stars3, .applist1line .stars4, .applist1line .stars5 {
	position: absolute;
	top: 46px;
	left: 79px;
	width: 65px;
	height: 18px;
	display: block!important;
}
.applist1line .stars0 {
	background: url('../images/0stars.png');
}
.applist1line .stars1 {
	background: url('../images/1stars.png');
}
.applist1line .stars2 {
	background: url('../images/2stars.png');
}
.applist1line .stars3 {
	background: url('../images/3stars.png');
}
.applist1line .stars4 {
	background: url('../images/4stars.png');
}
.applist1line .starcomment {
	left: 147px;
	top: 46px;
	color: #3b3b3b;
}
.starcomment {
	position: absolute;
	left: 165px;
	top: 56px;
	font-size: 12px;
	color: #7f7f7f;
	font-weight: lighter;
}
.applist1line a:hover .name, .applist1line a:hover .starcomment, .applist1line a:hover .comment, .applist1line a:hover .price {
	color: white;
	text-shadow: none;
}
.graytitle {
	position: relative;
	font-weight: bold;
	font-size: 17px;
	right: 20px;
	left: 10px;
	padding: 1px 0 3px 0;
}
.header {
	display: block;
	font-weight: bold;
	/*color: rgb(73,102,145);*/
	font-size: 12pt;
	margin-bottom: 6px;
	line-height: 14pt;
}
.musiclist1line ul, .ipodlist1line ul, .applist1line ul {
	padding: 0;
}
.ipodlist1line ul {
	margin: 0;
}
.musiclist1line li:nth-child(odd) {
	background: #dddee0
}
.applist1line li:nth-child(even) {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#adadb0), color-stop(98%, #adadb0), to(#898a8d))
}
.applist1line li:nth-child(odd) {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98989c), color-stop(98%, #98989c), to(#898a8d))

}
.ipodlist1line li:nth-child(even) {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#414041), color-stop(3%, rgba(45,45,45,0.2)), to(rgba(45,45,45,0.2)))
}
.ipodlist1line li:nth-child(odd) {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#414041), color-stop(3%, rgba(50,50,50,0.4)), to(rgba(50,50,50,0.4)))
}
.musiclist1line #content li, .ipodlist1line #content li, .applist1line #content li {
	list-style: none;
	width: auto;
	position: relative;
}
.musiclist1line #content li {
	height: 44px;
	border-bottom: 1px solid #e6e6e6;
}
.applist1line #content li {
	height: 70px;
	margin-bottom: 1px;
}
.ipodlist1line #content li {
	height: 42px;
}
.ipodlist1line #content {
	background: -webkit-gradient(radial, 50% -70, 0, 50% 0, 200, from(#444444), to(rgb(13, 13, 13)));
	top: 16px;
}
.musiclist1line #content li a, .ipodlist1line #content li a {
	text-decoration: none;
	color: #000;
	width: 100%!important;
	height: 100%;
	display: block;
}
.applist1line #content li a {
	text-decoration: none;
	color: #000;
	width: 100%;
	height: 100%;
	display: block;
}
.musiclist1line .number, .musiclist1line .name, .musiclist1line .time {
	display: inline-block;
	height: 44px;
	font-weight: bold;
	font-size: large;
	width: 44px;
	text-align: center;
	line-height: 46px;
}
.musiclist1line .name {
	margin-left: 0;
	width: auto!important;
	font-size: medium;
	padding-left: 5px;
	border-left: solid 1px #e6e6e6;
}
.musiclist1line .time {
	color: #848484;
	font-size: medium;
	margin-left: 4px;
	width: auto!important;
	font-weight: normal;
}
.musiclist1line {
	background-image: none!important;
	background-color: #cbcccf;
}
.ipodlist1line {
	background-image: none!important;
	background-color: black;
}
.applist1line {
	background-image: none!important;
	background-color: #98989c;
}
.ipodlist1line span {
	color: white;
	font-weight: bold;
	font-size: 14px;
}
.musiclist1line .name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.musiclist1line a:hover .name {
	color: #0380f2;
}
.ipodlist1line .number {
	width: 23px;
	display: block;
	float: left;
	height: 42px;
	margin-right: 3px;
	text-align: right;
	line-height: 43px;
}
.ipodlist1line .stop, .ipodlist1line .auto, .ipodlist1line .play {
	width: 18px;
	display: block;
	float: left;
	height: 10px;
	text-align: right;
	line-height: 43px;
	margin-top: 16px;
}
.ipodlist1line .play {
	background: url('../images/play.gif') no-repeat;
}
.ipodlist1line a:hover .auto, .ipodlist1line a:hover .play {
	background: url('../images/play.gif') no-repeat;
	background-position: 0 -10px;
}
.ipodlist1line .time {
	width: 48px;
	float: right;
	border-left: solid #414041 1px;
	display: block;
	height: 42px;
	text-align: center;
	line-height: 43px;
}
.ipodlist1line .name {
	display: block;
	float: left;
	width: inherit;
	height: 42px;
	text-overflow: ellipsis;
	line-height: 42px;
	padding-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 62%;
	border-left: solid #414041 1px;
}
.list1line .title {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b1ba), color-stop(3%, #909faa), color-stop(97%, #b5bfc6), to(#989ea4));
	height: 22px!important;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-shadow: gray 0 1px 0;
	line-height: 22px;
	padding-left: 20px;
	border-bottom: none!important;
}
.list1line ul {
	/*background-color: #fff;*/
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.list1line #content li {
	height: 40px;
	border-bottom: 1px solid #e1e1e1;
	list-style: none;
}
.list1line {
	/*background-color: #fff;*/
	background-image: none!important;
}
.list1line #footer {
	margin-top: 24px!important;
}
.ipodlist1line #footer {
	margin-top: 48px!important;
}
.list1line #content li a {
	padding: 9px 0 0 20px;
	font-size: large;
	font-weight: bold;
	position: relative;
	display: block;
	/*color: #000;*/
	text-decoration: none;
	height: 32px;
}
.list1line #content li a .name {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 93%;
	white-space: nowrap;
	display: block;
}
.list1line #content li a:hover {
	/*color: #fff;*/
}
.list1line #content {
	margin-top: -13px!important;
}
.ipodlist1line #content, .musiclist1line #content, .applist1line #content {
	margin-top: -29px!important;
}
.list1line ul img {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
.list1line .withimage {
	height: 90px!important;
}
.list1line .withimage .name {
	margin: 13px 0 0 90px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 63%!important;
	white-space: nowrap;
}
.list1line .withimage .comment {
	margin: 10px auto auto 90px !important;
	max-width: 63%!important;
}
.list1line .withimage a, .list1line .withimage:hover a {
	height: 81px!important;
}
#leftnav, #leftbutton, #blueleftbutton {
	position: absolute;
	font-size: 12px;
	left: 9px;
	font-weight: bold;
}
#leftnav, #leftbutton, #rightnav, #rightbutton, #blueleftbutton, #bluerightbutton {
	z-index: 5000;
}
#leftnav a, #rightnav a, #leftbutton a, #rightbutton a, #blueleftbutton a, #bluerightbutton a {
	display: block;
	/*color: #fff;*/
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	text-decoration: none;
}
.black #leftnav a:first-child, .transparent #leftnav a:first-child {
	-webkit-border-image: url("../images/navleftblack.png") 0 5 0 13;
}
.black #leftnav a, .transparent #leftnav a {
	-webkit-border-image: url("../images/navlinkleftblack.png") 0 5 0 13;
}
.black #rightnav a:first-child, .transparent #rightnav a:first-child {
	-webkit-border-image: url("../images/navrightblack.png") 0 13 0 5;
}
.black #rightnav a, .transparent #rightnav a {
	-webkit-border-image: url("../images/navlinkrightblack.png") 0 13 0 5;
}
.black #leftbutton a, .black #rightbutton a, .transparent #leftbutton a, .transparent #rightbutton a {
	-webkit-border-image: url("../images/navbuttonblack.png") 0 5 0 5;
}
#leftnav a:first-child {
	z-index: 2;
	-webkit-border-image: url("../images/navleft.png") 0 5 0 13;
	border-width: 0 5px 0 13px;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	width: auto;
}
#leftnav a {
	-webkit-border-image: url("../images/navlinkleft.png") 0 5 0 13;
	z-index: 3;
	margin-left: -4px;
	border-width: 0 5px 0 13px;
	padding-right: 4px;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	float: left;
}
#rightnav, #rightbutton, #bluerightbutton {
	position: absolute;
	font-size: 12px;
	right: 9px;
	font-weight: bold;
}
#rightnav a {
	-webkit-border-image: url("../images/navlinkright.png") 0 13 0 5;
	z-index: 3;
	margin-right: -4px;
	border-width: 0 13px 0 5px;
	padding-left: 4px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	float: right;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
}
#rightnav a:first-child {
	z-index: 2;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-image: url("../images/navright.png") 0 13 0 5;
	border-width: 0 13px 0 5px;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
}
#leftbutton a, #rightbutton a {
	-webkit-border-image: url("../images/navbutton.png") 0 5 0 5;
	border-width: 0 5px;
	-webkit-border-radius: 6px;
}
#blueleftbutton a, #bluerightbutton a {
	-webkit-border-image: url("../images/navbuttonblue.png") 0 5 0 5;
	border-width: 0 5px;
	-webkit-border-radius: 6px;
}
input[type="checkbox"] {
	width: 94px;
	height: 27px;
	background: url('../images/checkbox.png');
	-webkit-appearance: none;
	border: 0;
	float: right;
	margin: 8px 4px 0 0;
}
input[type="checkbox"]:checked {
	background-position: 0 27px;
}
input[type="radio"] {
	-webkit-appearance: none;
	border: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0;
	margin: 0;
	-webkit-border-radius: 0;
}
input[type="radio"]:checked {
	background: url('../images/radiobutton.png') no-repeat;
	background-position: right center;
}
.radiobutton .name {
	z-index: 1;
}
select {
	-webkit-appearance: none;
	height: 34px;
	width: auto;
	border: 0;
	text-align:center;
}
.select select {
	-webkit-border-radius: 6px;
	/*color: #000;*/
	font-weight: bold;
	font-size: 15px;
	text-align:center;
	margin:5px;
}
.select option {
	max-width: 90%;
}
.select .arrow {
	background: url('../images/arrow.png');
	width: 8px;
	height: 13px;
	display: block;
	-webkit-transform: rotate(90deg);
	position: absolute;
	right: 10px;
	top: 18px;
}
.button input {
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	border: 0;
	-webkit-border-radius: 0;
	font-weight: bold;
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: none;
}
.textbox textarea {
	padding: 0;
	margin-top: 5px;
	font-size: medium;	width:99%;

}
.bigfield input {
	-webkit-appearance: none;
	border: 0;
	height: 100%;
	padding: 0;
	-webkit-border-radius: 0;
	background: transparent;
	font-weight: bold;
	font-size: 17px;
	padding-left: 5px;
}
.smallfield_name {
	width: 30%;
	position: absolute;
	left: 0;
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	line-height: 44px;
	font-size: 17px;
	padding-left: 5px;
	overflow: hidden;
}

.smallfield input {
	width: 62%;
	position: absolute;
	right: 0;
	height: 44px;
	-webkit-appearance: none;
	border: none;
	padding: 0;
	background: transparent;
	-webkit-border-radius: 0;
	font-weight: bold;
	font-size: 17px;
}

.smallfield select1 {
	width: 62%;
	position: absolute;
	right: 0;
	height: 34px;
	font-weight: bold;
	font-size: 15px;
	margin:2px;
	padding-left:10px;

}

.smallfield:first-child input {
	-webkit-border-top-right-radius: 8px;
}
.smallfield:last-child input {
	-webkit-border-bottom-right-radius: 8px;
}

.separatefield_name {
	width: 30%;
	position: absolute;
	left: 4px;
	top: 2px;
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	/*line-height: 40px;*/
	font-size: 17px;
	padding: 8px 5px 0 0;
	overflow: hidden;
}

li.separatefield {
	position: relative;
	list-style-type: none;
	display: block;
	height: 38px;
	overflow: hidden;
	border:none;
	width: auto;
	margin:2px;
}


.separatefield_name {
	width: 30%;
	position: absolute;
	left: 4px;
	top: 2px;
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	/*line-height: 40px;*/
	font-size: 17px;
	padding-left: 5px;
	overflow: hidden;
}

.separatefield_input {
	width: 57%;
	position: absolute;
	right: 0;
	height: 22px;
	-webkit-appearance: none;
	border: 1px solid black;
	padding-left: 10px;
	margin: 0;
	/*background: transparent;*/
	-webkit-border-radius: 6px;
	font-weight: bold;
	font-size: 15px;
	text-align: left;

}

.separatefield_input_date1 {
	width: 40%;
	position: absolute;
	left: 10px;
	height: 34px;
	-webkit-appearance: none;
	border: 1px solid black;
	padding: 0px;
	margin:2px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	font-size: 15px;
	text-align:center;
}

.separatefield_input_date2 {
	width: 40%;
	position: absolute;
	right: 0;
	height: 34px;
	-webkit-appearance: none;
	border: 1px solid black;
	padding: 0px;
	margin:2px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	font-size: 15px;
	text-align:center;
}


.separatefield_select1 {
	width: 62%;
	position: absolute;
	right: 0;
	height: 34px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	font-size: 15px;
	margin:2px;
	padding-left:10px;
	border:none;
	color:#474747;

}
.separatefield_select1 option {
	max-width: 90%;
	text-align:center;
	padding-left:10px;
	color:#474747;
}



/* added for appnet*/




.pageitem_classic .list_content{
	margin-left:5px;
}


.list_nopic {
	width:100%;
	height: 43px;
	/*border-top: #878787 solid 1px;*/
	overflow: hidden;
	position: relative;
}


.list_nopic .list_content {
	width:100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 5px;
	top: 9px;
}

.list_nopic .list_content .name, .list_nopic .list_content .name_bw{
	margin:3px 0 0 0;
	max-width:90%;
}


.list_nopic .list_content .comment{
	max-width:90%;
}

.list_nopic .arrow {
	position: absolute;
	width: 8px!important;
	height: 13px!important;
	right: 10px;
	top: 16px;
	margin: 0!important;
	background: url("../images/arrow.png") 0 0 no-repeat;
}



.list_img, list2lines .list_img {
	width:48px;
	height:48px;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	
}

.list2lines {
	width: 100%;
	height: 57px;
	/*border-top: #878787 solid 1px;*/
	overflow: hidden;
	position: relative;
}

.list_content, .list2lines .list_content{
	width:100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 58px;
	top: -2px;
	height:100%;
}

.list2lines_img {
	width:57px;
	height:57px;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	/*float:right;*/
}

.list1line .list_content .name, .list1line .list_content .name_bw{
	margin:20px 0 0 0;
	max-width:74%;
}

.list2lines .list_content .name, .list2lines .list_content .name_bw{
	margin:10px 0 0 2px;
	max-width:72%;
}

.list2lines .list_content .comment{
	max-width:72%;
}

.list3lines {
	width:100%;
	height: 68px;
	/*border-top: #878787 solid 1px;*/
	overflow: hidden;
	position: relative;
}

.list3lines   .list_img{
	width:57px;
	height:57px;
}
.list3lines   .list_date{
	width:90px;
	height:90px;
	padding:10px;
}

.list3lines .list_content {
	width:100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:70%;
	position: absolute;
	left: 70px;
	top: 1px;
}

.list3lines .list_content .name, .list3lines .list_content .name_bw{
	margin:3px 0 0 0;
	max-width:70%;
}

.name_bw{
	font-weight:bold;
	font-size:20px;
}


.list3lines .list_content .comment, {
	max-width:70%;
}



.list3lines .arrow {
	position: absolute;
	width: 8px!important;
	height: 13px!important;
	right: 10px;
	top: 29px;
	margin: 0!important;
	background: url("../images/arrow.png") 0 0 no-repeat;
}


.list4lines {
	width:100%;
	height: 90px;
	overflow: hidden;
	position: relative;
}

.list4lines   .list_img{
	width:90px;
	height:90px;
}

.list4lines   .list_date{
	width:90px;
	height:90px;
	padding:10px;
}

.list4lines .list_content {
	width:100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 90px;
	top: 1px;
}

.list4lines .list_content .name, .list4lines .list_content .name_bw{
	margin:5px 0 0 0;
	max-width:64%;
}

.list4lines .list_content .comment{
	max-width:64%;
}


.list4lines .arrow {
	position:absolute;
	width:8px!important;
	height:13px!important;
	right:10px;
	top:40px;
	margin:0!important;
	background:url("../images/arrow.png") 0 0 no-repeat
}

.list4lines .info {
	position:absolute;
	width:8px!important;
	height:13px!important;
	right:10px;
	top:40px;
	margin:0!important;
}
.list4lines .price {
	position: absolute;
	top: 38px;
	right: 26px;
	text-shadow: #eeeeee 0 1px 0;
	text-align: right;
	font-size:12pt;
}


span.name
{
margin:5px 0px 0px 0px;
width:100%;
max-width: 76%;
font-weight:bold;
font-size:17px;
line-height:20px;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
float:left;
}

span.name_single
{
margin:20px 0px 0px 0px;
width:100%;
max-width: 74%;
font-weight:bold;
font-size:17px;
line-height:20px;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
float:left;
}

span.namewrap
{
margin:5px 0px 0px 10px;
width:100%;
max-height: 42px;
max-width: 70%;
font-weight:bold;
font-size:50px;
line-height:20px;
text-overflow:ellipsis;
overflow:hidden;
white-space:normal;
float:left
}

span.comment, span.comment_italic, span.comment_bold, span.comment_high
{
margin:0px 0px 0 0px;
width:100%;
max-width:72%;
font-weight:normal;
font-size:16px;
line-height:20px;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
float:left
}
span.comment_italic
{
font-style:italic;
}
span.comment_bold
{
font-weight:bold;
}

span.comment_small
{
margin:0px 0px 0 0px;
width:100%;
max-width:72%;
font-weight:normal;
font-size:13px;
line-height:13px;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
float:left
}

span.comment_more
{
margin:22px 0px 0 5px;
width:70px;
font-weight:bold;
font-size:13px;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
float:left;
}





.list_name {
	position: absolute;
	left: 10px;
	top: 20px;
	width:80%;
	whitespace:nowrap;
}

.list_comment {
	font-size: 14px;
	font-weight: normal;
	/*color: #7f7f7f;*/
}


.imageleft{
	float:left;
	margin:0 5px 5px 0;
	max-width: 150px;
}

.imageright{
	float:right;
	margin:0 0 5px 5px;
	max-width: 150px;
}

.imagemiddle{
	margin:0 5px 0 5px;
	vertical-align:middle;
}

.center{
	float:none;
	margin:auto;
}



.calendar {
	text-align:center;
	position:relative;
	margin-bottom:5px;
	margin-right:10px;
	margin-top:0;
	border:1px solid #c9c9c9;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:1px;
	-webkit-border-bottom-left-radius:1px;
	-webkit-border-bottom-right-radius:7px;
	top:0;
	float:left;
	-webkit-box-shadow:#c6c6c6 1px 1px 3px;
}

.cal-month {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0;
	text-shadow:#67727f 1px -1px 0;
	border-bottom:1px solid #ececec;
	text-transform:uppercase;
	padding:3px 10px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:1px;
}

.cal-date {
	color:#111;
	background-color:#e9e9e9;
	text-shadow:white -1px -1px 1px;
	-webkit-border-bottom-left-radius:1px;
	-webkit-border-bottom-right-radius:6px;
	letter-spacing:-3px;
	font:bold 21px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif;
	padding:1px 4px 2px 0;
	text-align:center;
	border:1px solid #fff;
	border-top-style:none;
}

.comment-bubble {
	background:url(../images/sprite.png) no-repeat -2px -90px;
	width:24px;
	height:20px;
	padding-top:4px;
	position:absolute;
	color:#fff;
	padding-left:0;
	font:bold 13px Helvetica, Arial-BoldMT, Geneva, sans-serif;
	letter-spacing:-1px;
	text-shadow:#871521 -1px -1px 1px;
	padding-right:1px;
	margin-left:0;
	z-index:1;
	text-align:center;
	left:1px;
	top:1px;
}


/* ari */
/* Facebook & Like & Comments */


.div_lc_buttons
{
    border:0px solid #fff;
    border-top-style:none;
    display:inline-block;
    position:relative;
}

.lc_button, .like_text
{
    display:inline-block;
    position:relative;
    text-align:center;
	text-shadow:black -1px -1px 1px;
    letter-spacing:0px;
	font:bold 13px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif;
    color : #fff;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.like_text
{
    border:0px;
    padding-top : 9px;
    padding-bottom : 3px;
    margin-top :0px;
	display:block;
}


.lc_image{
	float:left;
	margin:0px 3px 0px 0px;
	width: 21px;    
}

.lc_text_valign{
    vertical-align: -3px;
}

.lc_paddings{
    margin:3px;
    padding-top : 1px;
    padding-bottom : 3px;
    padding-left : 3px;
    padding-right : 3px;
}

.pageitem_classic #lc_bar{
    margin-top:3px;
}

.wall_image
{
	float:left;
	margin:0px 0px 0px 0px;
    max-height: 100px;
}


.header_text_left, .subheader_text_left
{
text-align:left;
padding-top : 10px;
}

/* dl & dt -> facebook info */
dl.info{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    direction: ltr;
    display: block;
    height: 0px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 0px;
    text-align: left;
    unicode-bidi: normal;
    width: 100%;
}

dl.info dt{
    clear: left;
    direction: ltr;
    display: block;
    float: left;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    text-align: left;
    unicode-bidi: normal;
    width: 150px;
}

dl.info dd{
    direction: ltr;
    display: block;
    float: left;
    margin : 0px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 1px;
    text-align: left;
    unicode-bidi: normal;
    text-overflow:ellipsis;
    overflow:hidden;
}

.fb_list_img {
	width:48px;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.pageitem .background_image{
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 2px 3px rgb(0,0,0);
	-webkit-background-size: 48px;
	background-repeat:no-repeat;
}


.fb_comment_list_content{
    padding-right : 52px;
    position: relative;
	left: 52px;
	top: -8px;
	text-overflow:ellipsis;
    margin-bottom:0px;
}

/* !!! */
.pageitem_classic .fb_comment_list_content{
    padding-right : 66px;
    position: relative;
	left: 66px;
	top: 0px;
	text-overflow:ellipsis;
    margin: 0px;
}

.fb_wall_timestamp{
	font:normal 11px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif;

}


#lc_bar {
	height: 32px;
    	position: relative;
	left: 0;
	top: 0;
	width: auto;
	margin:0;
	
}
#lc_bar.transparent {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(133,133,133,0.8)), color-stop(3%, rgba(99,99,99,0.4)), color-stop(50%, rgba(32,32,32,0.4)), color-stop(51%, rgba(0,0,0,0.4)), color-stop(97%, rgba(0,0,0,0.6)), to(rgba(38,38,38,0.6)));
}
.pageitem_classic #lc_bar {
margin-bottom: 0px;
margin-top: 0px;
}

ul.pageitem_classic{
margin-bottom: 8px;
}


.comments .pageitem {
	margin: 0px 9px 1px!important;
}


/* +++ ari +++ speech bubble arrow */
/* Bubble with a border rather than solid colour
------------------------------------------ */

.triangle-border {
	position:relative; */
/*	padding:15px;
/*	margin:1em 0 3em; */
/*	border:1px solid #f00; */
/*	color:#f33; */
/*	background:#f0f; */
	
	/* css3 */
/*	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px; */
}

/* creates the larger triangle */
.triangle-border:before {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
/*	bottom:-40px; *//* value = - border-top-width - border-bottom-width */
/*	left:40px; *//* controls horizontal position */
	width:0;
	height:0;
/*	border:20px solid transparent; */
/*	border-top-color:#f00; */
}

/* creates the smaller  triangle */
.triangle-border:after {
	content:"\00a0"; 
	display:block; /* reduce the damage in FF3.0 */
	position:absolute; 
/*	bottom:-26px; *//* value = - border-top-width - border-bottom-width */
/*	left:47px; *//* value = (:before left) + (:before border-left) - (:after border-left) */
	width:0; 
	height:0;
/*	border:13px solid transparent; */
/*	border-top-color:#fff; */
}
/* Bubble with a border rather than solid colour
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.top:before {
	top:-30px; /* value = - border-top-width - border-bottom-width */
	left:78px; /* controls horizontal position */
	bottom:auto;
	right:auto;
	border:15px solid transparent;
/*	border-bottom-color:#0F0;  */ /* arrow border -> color.css*/
}

/* creates the smaller  triangle */
.triangle-border.top:after {
	top:-26px; /* value = - border-top-width - border-bottom-width */
	left:80px; /* value = (:before right) + (:before border-right) - (:after border-right) */
	bottom:auto;
	right:auto;
	border:13px solid transparent;
/*	border-bottom-color:#fff; *//* arrow inside -> color.css*/
}


ul.pageitem_classic.triangle-border.top, ul.pageitem.triangle-border.top  {
overflow: visible;
}

ul.pageitem_classic.triangle-border.top {
margin-top:18px;
/* border-top:1px solid #f00; *//* -> color.css */
}

 .submit_bg{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(133,133,133,0.8)), color-stop(3%, rgba(99,99,99,0.4)), color-stop(50%, rgba(32,32,32,0.4)), color-stop(51%, rgba(0,0,0,0.4)), color-stop(97%, rgba(0,0,0,0.6)), to(rgba(38,38,38,0.6))); 

}


.comment_button {
 	background-image : url(x); 
	background-repeat:no-repeat;
	background-position: left top;
	height: 32px;
	width: 100%;
	border: 0px solid #ababab;
	font-weight: bold;
}


.comment_input {
	border: 1px solid #747474;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background : #ffffff;
	color : #333;
	width: 90%;
	height: 16px;
}

.commnet_area_left{
	width:75%;
	display:inline-block;
	height:32px;
	vertical-align:top;
	}
	
.comment_area_right{
	width:22%;
	display:inline-block;
	height:32px;
	vertical-align:top;
	text-align:center;
	margin-bottom:6px;
	margin-right:6px;
}

li.textbox_wall_comment:first-child{
	border-top: 0px; /* BORDER DEFAULT for normal/invert   */
}


/* sencha navigation */
.navi_background_image {
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 1px rgb(0,0,0);
	-webkit-background-size: 32px;
	background-position:center center;
	background-repeat:no-repeat;
}

.pageitem_classic .navi_background_image {
	width: 50px;
	height: 50px;
	top: 0px;
	left: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgb(0,0,0);
	-webkit-background-size: 42px;
}

.navi_list_img{
	width:42px;
	height:42px;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	
}
.pageitem_classic .navi_list_img{
	width:50px;
	height:50px;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	
}

#navi_more .list2lines {
	
	height: 50px;
	
}

.x-fullscreen { background: none; }

/* -- header height -- */
.x-toolbar{height:41px;}


/* -- background & border color for the bottom menubar & header -- */
.x-tabbar.x-docked-bottom.x-tabbar-light, .x-toolbar-dark
{border-top-color:#333;background-color:#f00;}

/* -- colorslide for the navigaton buttons (allwyas white)-- */
.x-tabbar.x-docked-bottom.x-tabbar-light .x-tab img{background-image:-webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#fff),color-stop(2%,#eee),color-stop(100%,#ddd));background-image:linear-gradient(top,#fff 0,#eee 2%,#ddd 100%);}

/* -- colorslide for the activated navigation button (allways blue) -- */
.x-tabbar.x-docked-bottom.x-tabbar-light .x-tab.x-tab-active img{background-image:-webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#d4e3f8),color-stop(2%,#d4e3f8),color-stop(50%,#7fb6ee),color-stop(51%,#3387e2),color-stop(100%,#4dc1fb));background-image:linear-gradient(top,#d4e3f8 0,#d4e3f8 2%,#7fb6ee 50%,#3387e2 51%,#4dc1fb 100%);}

/* -- colorslide for the box under the activated navigation button (allways black) -- */
.x-tabbar.x-docked-bottom.x-tabbar-light .x-tab.x-tab-active{background-image:-webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#000),color-stop(2%,#444),color-stop(50%,#333),color-stop(51%,#222),color-stop(100%,#000));background-image:linear-gradient(top,#000 0,#444 2%,#333 50%,#222 51%,#000 100%);text-shadow:#000 0 1px 0;}

/* -- colors for the navigation fonts (allways white + black shadow -- */
.x-tabbar.x-docked-bottom.x-tabbar-light .x-tab{color:#fff;text-shadow:#000 0 1px 0;}

body.install {
	background:url(../images/install_bg.jpg) no-repeat 0px 0px;
	width: 320px;
	height: 460px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-background-size: 320px 460px;
	background-color:#4b516e;
	padding:0;
	margin:0;
	overflow-x: hidden;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
}
@-webkit-keyframes fade {
	 from {opacity:0;}
	 to {opacity:1.0;}
}

.image_160{
	width: 160px;
	height: 160px;
	display: block;
	position: absolute;
	top: 75px;
	left: 80px;
	background-repeat:no-repeat;
	-webkit-background-size: 160px 160px;
}

.image_160_mask{
	background:url(../images/160image_mask.png);
	width: 160px;
	height: 160px;
	display: block;
	position: absolute;
	top: 75px;
	left: 80px;
	background-repeat:no-repeat;
	-webkit-background-size: 160px 160px;
}

.bubble_txt {
	background:url(../images/bubble_txt_en.png);
	width: 320px;
	height: 460px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat:no-repeat;
	-webkit-background-size: 320px 460px;
	text-align: center;
}
.to_install{
	position: relative;
	top: 250px;
	color:#fff;
	text-shadow:#000 0 1px 0;
	font-family:"Helvetica Neue",HelveticaNeue,"Helvetica-Neue",Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
}

.appname{
	position: relative;
	width: 320px;
	top: 50px;
	color:#fff;
	text-shadow:#000 0 1px 0;
	font-family:"Helvetica Neue",HelveticaNeue,"Helvetica-Neue",Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
}

#installer {
	padding: 0;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	height: 460px;
	text-align: center;
	display: none;
}

#nolandscape {
	background-color: black;
	color: white;
	width: 480px;
	height: 480px;
	padding-top: 140px;
	text-align: center;
	display: none;
}