div#shopnow {
	font            : 11pt 'Arial', Helvetica, sans-serif;
	text-align      : center;
	width           : 100px;
	height          :  22.50pt;
	color           : #ffffff;
	background-image: url('http://www.mobilecentrix.com/images/gradient.nav.jpg');
	background-repeat:repeat-x;
	padding-top:6px;
	font-weight: bold;
}

img.moreby {
	margin-left:11px;
	margin-right:9px
}

h1 {
	margin-top: 10px;
	color           : black;
	font            : bold 16pt 'Arial', Helvetica, sans-serif;
}

div#tipDiv {
    padding:4px;
    color:#000; font-size:11px; line-height:1.2;
    background-color:#E1E5F1; border:1px solid #667295; 
    width:132px; 
}

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 360px;	
	height:125px;	
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;

	/* custom decoration */
	text-align:center;
	width:72px;
	padding:0px 0px;
	margin-right: 0px;	
	-moz-border-radius:5px;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}


/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/left.png) no-repeat;
	float:left;
	margin:50px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/right.png);
	clear:right;	
}

a.box:link, a.box:visited, a.box:active {
	color           : #fff;
	text-decoration :none;
	}
a.box:hover {
	color           : #000;
	text-decoration :none;
	}

.footer_box2  {
	color           : #ffffff;
	background-image: url('../images/gradient.nav.jpg');
	background-repeat:repeat-x;
	}


/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
  margin-left: 180px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:1px;
	background:url(../images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

a.section_titleF:link, a.section_titleF:visited {
	color           : black;
	text-decoration :none;
}

a.section_titleF:hover{
	color           : #656565;
	text-decoration :none;
}

.section_title           {
	color           : #656565;
	font            : bold 10pt 'Arial', Helvetica, sans-serif;
	}

.section_text           {
	color           : black;
	font            : 10pt 'Arial', Helvetica, sans-serif;
	text-align: 	justify; 
	}



/* Featured drop down menu */
	#jsddm 
	{	
	margin: 0;
	padding: 0;
	}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font : 10pt 'Arial', Helvetica, sans-serif;
	}

	#jsddm li a
	{	display: block;
		background: #fff;
		padding: 3px 10px;
		text-decoration: none;
		border-right: 1px solid white;
		color: #fff;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #fff}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #3797ca}
		
		#jsddm li ul li a:hover
		{	background: #072B8A}

