/*BEGIN - This Section resets css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}

#MobileContent li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0 8px 10px;
    font-size: large;
    font-weight: bold;
    list-style: none;
    padding-right:5px;
}

#MobileContent li a
{
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(customimages/listArrow.png) no-repeat right center;
}

#MobileContent li a.back
{
	    background: url(customimages/listArrowback.png) no-repeat left center;
		padding-left:40px;
}

#MobileContent li.group
{
    margin-bottom: -2px;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #999999;
    padding: 4px 10px;
    background: url(customimages/listGroup.png) repeat-x;
    font-size:medium;
	vertical-align:middle;
    font-weight: bold;
    color: #FFFFFF;
    clear:both;
}

h5
{
	font-size:medium;
}

.MobileProductImage
{
	padding:5px;
	float:left;
}

.mobilecatimage
{
	 float:left;padding-right:10px;
}

br.clear
{
	clear:both;
}