/* 
Title:		Semos Multimedia main style
Author: 	contact@smultimedia.com
*/

/* Import css file */
@import url(master02.css);
/* pageStructure
-----------------------------------------------------------------------------*/
.headerMob {
	width:100%;
	height:40px;
	background:#20518d url(../../img/sdsmmob.jpg) no-repeat top left;
}
.contMob {
	margin:0;
	padding:5px;
	text-decoration:none;
	border-bottom:1px solid #f0e7dc;
	border-top:1px solid #FFF;
	float:left;
	width:100%;
	background-color:#e5e7f2;
	color:#000;
	clear: both;
}
.contMob h3{
	font-size:12px;
	font-weight:bold;
	color:#b0281a;
	padding:5px;
	
}
.contMob a {
	color:#b4080f;
	font-weight:bold;
	text-decoration:none;
}
.contMob ul li {
}
.textStyleMob 
{
	
	clear:both;
	padding:0px;
	margin:0px;
}
.textStyleMob a,
.textStyleMob a:visited {
	color:#F00;
	text-decoration:none;
}
.ListMob {
	padding:0;
	width:100%;
	
}
.ListMob ul {
	list-style:none;
}
.ListMob ul li {
	font-weight:bold;
	padding:5px 0 0 5px;
	background:url(../../img/list_bg.gif) repeat-x top left;
	

	
}
.ListMob ul li a,
.ListMob ul li a:visited
{
	color:#1B2C4D !important;
	text-decoration:none;
	background:url(../../img/bull.gif) no-repeat top left;
	padding:2px 0 0 10px;
}

.imgLeft02 {
	float:left;
	margin:5px 0px 0 0;
}
