.header_content_lg_display
{
border-bottom: 1px solid #cccccc !important;
}

#large_page_images
{
width: 900px;
margin: 0px auto;
border: 1px solid #cccccc;
position: relative;
}

#extracted_page_text
{
display: none;
}

#myMap, #mymap
{
position: absolute;
z-index: 0;
}

#fullpagelink
{
padding: 5px;
color: white;
background-color: rgba(0,0,0,0.3);
/*
background-color: black;
opacity: 0.5;
filter: alpha(opacity = 50);
*/
margin: 10px;
position: absolute;
z-index: 200;
cursor: pointer;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#fullpagelink:hover
{
background-color: rgba(72,61,139,.8);
}

.highlight_sku
{
background-color: red;
opacity: 0.35;
filter: alpha(opacity = 35);
}
.highlight_sku img
{
border: none !important;
}

#share_email
{
font-family: arial;
font-size: 11px;
padding: 6px 10px 0px 10px;
color: #333;
background: #fff;
}

#share_email label
{
display: block;
padding: 5px 0px 2px 0px;
}

#share_email textarea,
#share_email .from
{
width: 285px;
}
#share_email input:focus,
#share_email textarea:focus
{
background-color: #FFFFF0;
border: 1px solid #BBBBBB;
}
#share_email input,
#share_email textarea
{
border: 1px solid #BBBBBB;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
#share_email .req
{
color: maroon;
font-weight: bold;
font-size: 14px;
}

/*Start LEFT/RIGHT Navigation Bar*/
.lg_go_back, .lg_go_next
{
height: 100%;
width: 12px;
position: absolute;
top: -1px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.lg_go_next:hover, .lg_go_back:hover
{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.lg_go_next a, .lg_go_back a
{
height: 100% !important;
width: 12px;
display: block;
}
.lg_go_next
{
right: -13px;
}
.lg_go_back
{
left: -13px;
}
.lg_go_next a
{
background: white url('/images/go_next_off4.gif') no-repeat center;
}
.lg_go_back a
{
background: white url('/images/go_back_off4.gif') no-repeat center;
}
.lg_go_next a:hover
{
background: #cccccc url('/images/go_next_on4.gif') no-repeat center;
}
.lg_go_back a:hover
{
background: #cccccc url('/images/go_back_on4.gif') no-repeat center;
}
/*End LEFT/RIGHT Navigation Bar*/
