﻿/* Right Column - Coming Soon / New Release */
 
  #rightCol
 {
     width:175px;
     display:block;
     /*overflow:auto;*/
     float:right;
     position:relative;
     z-index:11;
 }
 
   #rightCol a
 {
    
     cursor:pointer;
     text-decoration:none;
 }
 
  .rightColItem
 {
     display:block;
     /*overflow:auto;*/
     padding-top:5px;
     padding-bottom:5px;
     padding-left:7px;
     padding-right:7px;
    /* border-bottom:solid 1px #ebebeb;*/
    background-image:url(/App_Assets/images/ui/rightColListDivider.gif);
    background-repeat:no-repeat;
    background-position: 0% 100%; 
 }
 
  #rightCol a:hover > .rightColItem
 {  
     background-image: url(/App_Assets/images/ui/rightColListBackground.gif);
     background-position:bottom;
     background-repeat:repeat-x;
     cursor:pointer;
 }
 
 #rightCol .viewMore
 {
    text-align:right;
    padding-top:10px;
 }
 
 .rightColDivider 
 {
    background-image: url(/App_Assets/images/ui/rightColListDivider.gif);
    background-repeat: no-repeat;
    width:173px;
    height:3px;
     }
     
.productPopupMenu
{
    width:290px;
    height:105px;
    padding:10px;
    padding-top:12px;
    background-color:transparent;
    background-image:url(/App_Assets/images/ui/productPopup.png);
    background-repeat:no-repeat;
    
    /*background: url(/App_Assets/images/ui/productPopup.png) no-repeat;
	-background: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod = crop, src = '/App_Assets/images/ui/productPopup.png' );*/
    
    /*opacity:.9;
    filter: alpha(opacity=90);*/
    z-index:999999;
    font-weight:normal; 
    position:relative;
}

.productPopupMenu .productPopupMenuImage
{
   width:130px;
   float:left;
   text-align:center;
}

.productPopupMenu .productPopupMenuInfo
{
   width:120px;
   float:left;
}

.productPopupMenuInfoButton
{
    padding-top:10px;
}


.productPopupVert
{
    width:172px;
    height:183px;  
    background-image:url(/App_Assets/images/ui/productPopupVert.png);
    background-repeat:no-repeat;
    
   /* background: url(/App_Assets/images/ui/productPopupVert.png) no-repeat;
	-background: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod = crop, src = '/App_Assets/images/ui/productPopupVert.png' );*/
    
    z-index:999999;
    position:relative; 
    padding:15px 0px 0px 10px;
}

.productPopupVert .productPopupMenuImage
{
   width:130px;
   float:left;
   text-align:center;
    position: relative; 
}

.productPopupVert .productPopupMenuInfo
{
   width:130px;
   padding-top:5px;
   float:left;
   text-align:center;
   position: relative; 
}

.productPopupVertButton
{
    width:130px;
    padding-top:10px;
    text-align:center;  
    position: relative; 
}

 /* POLL FOOTER */

.pollFooter	
{
	text-align:center;		
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	padding-bottom:10px;
}

.pollFooterLink
{
	color:#AA0000;
	font-weight:bold;
	line-height:13px;
}