/*******************************************************************
* 01 MULTIPAGE STYLES FOR GEAR REVIEWS
*******************************************************************/

div#homephotogear
{
    position:relative;
    width:451px;
    background:#d1d1d3 url(/Shared/css/images/multipage/multigearbase.gif) 0 0;
}

.homephotogearicon
{
    position:absolute;
    left:11px;
    top:4px;
    z-index:2;
}

div#homephotogear h2
{
    position:relative;
    width:451px;
    height:45px;
    background:#d1d1d3 url(/Shared/css/images/multipage/multigeartop.gif) 0 0 no-repeat;
    
	text-indent:52px;
	line-height:40px;
	font-family:Arial, Tahoma, Sans-Serif;
	font-size:1.6em;
	color:#333;
}

div#homegearbttm
{
   height:4px;
   font-size:0em;
   background:#d1d1d3 url(/Shared/css/images/multipage/multigearbttm.gif) 0 0;
}



/*******************************************************************
* 02 MULTIPAGE STYLES FOR LOCATION FINDER
*******************************************************************/
div#homelocation
{
     position:relative;
     width:308px;
     background:#d1d1d3 url(/Shared/css/images/multipage/multilocationbase.gif) 0 0;
}

.homephotolocationicon
{
    position:absolute;
    left:9px;
    top:4px;
    z-index:2;
}

div#homelocation h2
{
    position:relative;
    width:308px;
    height:45px;
    background:#d1d1d3 url(/Shared/css/images/multipage/multilocationtop.gif) 0 0 no-repeat;
    
    text-indent:46px;
	line-height:40px;
	font-family:Arial, Tahoma, Sans-Serif;
	font-size:1.6em;
	color:#333;
}

div#homelocationbttm
{
   height:4px;
   font-size:0em;
   background:#d1d1d3 url(/Shared/css/images/multipage/multilocationbttm.gif) 0 0;
}



/*******************************************************************
* 03 MULTIPAGE STYLES FOR GEAR LANDING PAGE
*******************************************************************/
div.gearlandmulti
{
     position:relative;
     width:308px;
     background:#d1d1d3 url(/Shared/css/images/multipage/multilocationbase.gif) 0 0;
}

div.gearlandmulti h2
{
    position:relative;
    width:308px;
    height:45px;
    background:#d1d1d3 url(/Shared/css/images/multipage/multilocationtop.gif) 0 0 no-repeat;
    
    text-indent:14px;
	line-height:40px;
	font-family:Arial, Tahoma, Sans-Serif;
	font-size:1.6em;
	color:#333;
}

div.gearlandmultibttm
{
   height:4px;
   font-size:0em;
   background:#d1d1d3 no-repeat url(/Shared/css/images/multipage/multilocationbttm.gif);
   margin:0 0 5px 0;
}






/**********************************************
* INNER STYLES
**********************************************/
div.multipagecont
{
	background:#d1d1d3 url(/Shared/css/images/multipage/multipagebg.gif) 0 0 repeat-x;
	margin:0 4px 0 4px;
}

div.multipagecont ul
{
	padding:10px 10px 0px 10px;
}

div.multipagecont ul li
{
	background:repeat-x url(/Shared/css/images/standardseperator.gif) bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style:none;
	
	font-family:Trebuchet MS, Arial, Sans-Serif;
}

div.multipagecont ul li div.MultiImgBase
{
    width:110px;
    float:left;
    margin:0 5px 5px 0;
}

div.multipagecont ul li div.MultiImgBase div.Multimgblocktop
{
    background-image:url(/Shared/css/images/multipage/imgblocktop.gif);
    height:4px;
    font-size:0em;
}

div.multipagecont ul li div.MultiImgBase div.multimgholder
{
    width:110px;
    background-color:#434343;
}

div.multipagecont ul li div.MultiImgBase div.multimgholder img
{
    display:block;
    margin:0 auto;
    /* height:70px; */
}

div.multipagecont ul li div.MultiImgBase div.Multimgblockbttm
{
    background-image:url(/Shared/css/images/multipage/imgblockbttm.gif);
    height:4px;
    font-size:0em;
}

div.multipagecont ul li h3
{
	font-size:1.3em;
	font-weight:bold;
	margin:0px;
}

div.multipagecont ul li h3 a
{
	color:#0099cc;
	text-decoration:none;
}

div.multipagecont ul li h3 a:hover
{
	color:#087ca3;
	text-decoration:underline;
}

div.multipagecont ul li p.review
{
	font-size:1.1em;
	margin-bottom: 10px;
}

div.multipagecont div.seeAll
{
	background:#e2e2e2 url(/Shared/css/images/multipage/viewallbg.gif) repeat-x;
	height:31px;
	
	font-size:1.2em;
	font-weight:bold;
	text-indent:14px;
	line-height:31px;
}

div.multipagecont div.seeAll a
{
	color:#0099cc;
	text-decoration:none;
}

div.multipagecont div.seeAll a:hover
{
	text-decoration:underline;
	color:#087ca3;
}
