#body_mobile{
	background: none repeat scroll 0 0 #333333;
	padding : 0;
	margin : 0;
	overflow-y: scroll;
    position: relative;
	/*height : 100%;*/
}


#mobile_header_contaienr{
	
}

#mobile_header{
	
	width : 100%;
	border: 1px solid 		#b3b3b3 /*{c-bar-border}*/;
	background: 			#eee /*{c-bar-background-color}*/;
	color: 					#3e3e3e /*{c-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 0 /*{c-bar-shadow-radius}*/ 	#fff /*{c-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #ddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/);
	height : 40px;
}

.header_panel_content{
	position:relative;
	/*float : right;*/
	padding-right : 5px;
	padding-top : 2px;
}

.mobile_pusher{
	float : left;
	width : 100%;
}

#mobile_container{
		padding : 0;
		float: left;
		width : 100%;
		z-index : -1;
}


#mobile_content{
	/*float : left;*/
}

#mobile_content_row1{
	/* height:250px;
	background-color: blue; */
	/*float : left;
	text-align : center;*/
	width : 100%;
}

#mobile_content_row1 .block{
	padding-bottom : 10px;
}


#mobile_content_row2{
	/* height:250px;
	background-color: red; */
	width : 100%;
}

#mobile_content_row2 .block{
	padding-bottom : 10px;
}


#mobile_content_row3{
	width : 100%;
}



#mobile_footer{
	width : 100%;
	float: left;
}

#mobile_main_container{
	max-width : 640px;
	margin : 0 auto;
	min-height : 100%;
	overflow : hidden;
	position : relative;
	font-size : 14px;
	line-height : 1.4em;
	
	/*height : 100%;*/
}


.mobile_menu_button_container a{
	width : 100%;
	background-color: #343434;
	background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#292929));
	background: -webkit-linear-gradient(top, #343434, #292929);
	background: -moz-linear-gradient(top, #343434, #292929);
	background: -ms-linear-gradient(top, #343434, #292929);
	background: -o-linear-gradient(top, #343434, #292929);
	background: linear-gradient(top, #343434, #292929);
	display: block; 
	font-size: 1.0em;
	font-weight: bold;
	color: #d4d4d4 !important; 
	text-decoration: none;
	padding: 10px 18px;
	border-bottom: 1px solid #212121;
}



.mobile_view_port{
	min-width : 320px;
	max-width : 640px;
}

#header_home{
	width :10%;
	float : right;
	/*positio*/
}


/*
.ds_view_row_2{
	width : 95% !important;
	float : left;
}

.ds_view_row_3{
	width : 95% !important;
	float : left;
}

.ds_view_row_4{
	width : 95% !important;
	float : left;
}



.ds_view_row_5{
	width : 95% !important;
	float : left;
}
*/

body .ui-body-b .ui-link {
    color: white !important;
    font-weight: normal;
    text-shadow: 0px 0px;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

ul.filter label {
	float:none;
}

.ui-input-text {
	overflow:hidden;
}

.display_nav_button{
	float:right;	
	width : 5%;
}

.display_label{
	width : 95%;
	float : left;
	color : #FFFFFF;
	font-width : normal;
	text-shadow : none;
	font-size : 12pt;
	
}

.header_title_div{
	background-color : #000000;
}
.header_menu_title{
	color: #FFFFFF !important;
	font-size : 14pt !important;
	text-shadow : none !important;
	
}


.header_menu_trigger{
	width : 50%;
	float : left;
}


.header_home_trigger{
	float : left;
	width : 50%;
	text-align : right;
}