/* ================================
    CSS STYLES FOR "Portal Store"
   ================================
*/ 

.PortalStore_HelpDeskRatingBorder
{
	border-right: #ff6600 1px solid;
	border-top: #ff6600 1px solid;
	border-left: #ff6600 1px solid;
	border-bottom: #ff6600 1px solid;
}

.border-white
{
	border-right: white 3px solid;
	border-top: white 3px solid;
	border-left: white 3px solid;
	border-bottom: white 3px solid;
}

.border-black
{
	border-right: black 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: black 1px solid;
}

.background-white
{
	background-color: white;
}

.showdow-right
{
	background-image: url(http://localhost/DotNetNuke2SD30/images/si_border2.gif);
	margin: 0px 2px 0px 0px;
}

.showdow-bottom
{
	background-image: url(http://localhost/DotNetNuke2SD30/images/si_border2.gif);
	margin: 0px 0px 2px;
}

.PortalStore_ProductListBorder
{
	border-right: #4584D7 1px solid;
	border-top: #4584D7 1px solid;
	border-left: #4584D7 1px solid;
	border-bottom: #4584D7 1px solid;
}

.PortalStore_CategoryGridItem
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.PortalStore_HelpDeskResponseBorder
{
	border-right: skyblue 1px solid;
	border-top: skyblue 1px solid;
	border-left: skyblue 1px solid;
	border-bottom: skyblue 1px solid;
}

.PortalStore_HelpDeskResponsePrivateBorder
{
	border-right: #FFCC00 1px solid;
	border-top: #FFCC00 1px solid;
	border-left: #FFCC00 1px solid;
	border-bottom: #FFCC00 1px solid;
}

.ItemTemplateStyle
{
	border-top:1px #CCCC33 solid;
	border-bottom:1px #CCCC33 solid;
	border-left:1px #CCCC33 solid;
	border-right:1px #CCCC33 solid;
                background: palegoldenrod;
}

.ListItemTitleBackground
{
	background-color: silver;
}

.ListItemBackground
{
	background-color: white;
}

.PortalStore_BasicBorder
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.PortalStore_HBorder
{
	border-right: white 1px solid;
	border-top: gray 1px dashed;
	margin-bottom: 50px;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.PortalStore_LightBorder
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.PortalStore_DottedBorder
{
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
}

.PortalStore_Button
{
}

.PortalStore_SalePrice
{
	font-size: 10px;
	color: darkgreen;
	font-family: Tahoma;
}

.PortalStore_DiscountPercent
{
	font-weight: bold;
	color: darkgreen;
}

.PortalStore_Savings
{
	color: firebrick;
}

.PortalStore_GridHeader
{
	color: #CCCCFF;
	background-color: #003399;
}

.PortalStore_GridItem
{
	background-color: white;
}

.PortalStore_GridAlternating
{
	background-color: whitesmoke;
}

.PortalStore_GridPager
{
	color: #CCCCFF;
	background-color: #003399;
}

.PortalStore_GridFooter
{
	background-color: #CCCCFF;
}

.PortalStore_DescriptionMenuBorder
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: white;
}

.PortalStore_DescriptionMenuCell
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: white;
}



/* text style for buttons and link buttons used in the Store description menu*/
.PortalStore_DescriptionMenuButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.PortalStore_DescriptionMenuButton:link {
    text-decoration:    none;
    color: #003366;
}

A.PortalStore_DescriptionMenuButton:visited  {
    text-decoration:    none;
    color: #003366;
}

A.PortalStore_DescriptionMenuButton:active   {
    text-decoration:    none;
    color: #003366;
}

A.PortalStore_DescriptionMenuButton:hover    {
    text-decoration:    none;
    color: #ff0000;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
