/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible; background: transparent;}
#cboxLoadedContent{overflow:hidden; }
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#000;}

#colorbox{}
	#cboxTopLeft{width:0px; height:0px; }
	#cboxTopCenter{height:0px; }
	#cboxTopRight{width:0px; height:0px;}
	#cboxBottomLeft{width:0px; height:0px; }
	#cboxBottomCenter{height:0px; }
	#cboxBottomRight{width:0px; height:0px; }
	#cboxMiddleLeft{width:0px; }
	#cboxMiddleRight{width:0px; }

		#cboxLoadedContent{margin-bottom:5px;}
		#cboxLoadingOverlay{}
                #cboxLoadingGraphic{}
                #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
                #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
                
                #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; width:23px; height:23px; text-indent:-9999px;}
                #cboxPrevious{left:0px; background-position: -51px -25px;}
                #cboxPrevious.hover{background-position:-51px 0px;}
                #cboxNext{left:27px; background-position:-75px -25px;}
                #cboxNext.hover{background-position:-75px 0px;}
		#cboxClose{right:0; background-position:-100px -25px;}
		#cboxClose.hover{background-position:-100px 0px;}

                .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
                .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
                .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
                .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}

.popup_registration
{
	margin:0px;
	padding: 6px;
	background-color: #dddddd;
	border: 1px solid #cdcdcd;
	border-top: 1px solid #ffffff;
	border-bottom: 39px solid #CDCDCD;
	border-width: 0 1px 24px;
}

.popup_registration a:active, .popup_registration a:focus
{
  outline: none !important;
  -moz-outline-style: none;
}

.popup_registration .popup_topbuttons
{
	height: 30px;
}

.popup_registration .popup_topbuttons h2
{
	color: #323232;
	font-size: 16px;
	margin:0px;
}

.popup_registration .popup_topbuttons .links
{
	float:right;
}

.popup_registration .popup_content
{
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	padding: 0px;
	padding-right: 36px;
	padding-left: 37px; 
}

.popup_registration .btn
{
	float:left;
	width: 70px;
	height: 25px;
	line-height: 25px;
	padding:0px;
	margin:0px;
	text-align:center;
	text-decoration: none;
}

.popup_registration .btn-close
{
	width: 70px;
	background-image: url(/images/common/btn-popup-close.gif);
}

.popup_registration .btn-return
{
	width: 70px;
	background-image: url(/images/common/btn-return.gif);
}

.popup_registration .btn-downloadpdf
{
	width: 112px;
	background-image: url(/images/common/btn-downloadpdf.gif);
}

.popup_registration .btn-downloadxml
{
	width: 129px;
	background-image: url(/images/common/btn-downloadxml.gif);
}

.popup_registration .btn-downloadexcel
{
	width: 124px;
	background-image: url(/images/common/btn-downloadexcel.gif);
}


.popup_content_top
{
	background-image: url(/images/common/popup_content_topnav.jpg);
	width: 864px;
	height: 45px;
}

.nav-skippy
{
	background-position: 0 -90px !important;
}

.nav-cheerios
{
	background-position: 0 -45px !important;
}

.popup_content_top ul 
{
	list-style: none;
	margin:0px;
	padding:0px;
}

.popup_content_top ul li
{
	float: left;
	height: 30px;
	width: 156px;
	margin:0px;
}

.popup_content_top ul li a
{
	display:block;
	width:86px;
	padding-left: 75px;
	padding-top: 18px;
	height: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.popup_content_center
{
	background-image: url(/images/common/popup_content_center.jpg);
	width: 860px;
	padding: 4px;
	height: 498px;
}

.popup_content_center div.content
{
	height: 500px;
	overflow-y: scroll;
}

.popup_content_bottom
{
	background-image: url(/images/common/popup_content_bottom.jpg);
	background-position: center bottom;
	width: 864px;
	height: 11px;
}

.popup_bottom p
{
	font-size: 11px;
}

.popup_table td
{
	padding: 11px;
	text-align: left;

}

.popup_table th
{
	padding: 11px;
	text-align: center;
	padding-right: 60px;
}

.popup_table tr.odd td
{
	background: #fbfbfb;
}

.popup_gallery_control
{
	padding: 13px 0px 0px 17px;
	display:block;
	width: 122px;
	height: 47px;
	background:transparent url(/images/common/popup_gallery_controlbg.jpg) no-repeat;
}

.popup_gallery_control .btn-prev
{
	width: 22px;
	height: 22px;
	background:transparent url(/images/common/popup_gallery_prev.jpg) no-repeat;
}

.popup_gallery_control .btn-next
{
	width: 22px;
	height: 22px;
	background:transparent url(/images/common/popup_gallery_next.jpg) no-repeat;
}

.popup_gallery_control .num
{
	display:block;
	float: left;
	width: 45px;
	height: 22px;
	text-align:center;
	font-size: 14px;
}

.popup_description h3
{
	margin:0px;
	font-size: 12px;
}

.popup_description 
{
	font-size: 12px;
}

.planogram-images-cuadrant
{
	float:left;
	width: 370px;
	height: 200px;
	padding-top: 20px;
	margin-left: 20px;
}

.planogram-images-cuadrant h3
{
	font-size: 14px;
	font-weight: bold;
}

.popup_content
{

}

.popup_registration .popup_registration_tos
{
	height: 20px;
	padding-right: 60px;
}

#confirmationMessage {
	border-bottom:medium none;
	border-left:medium none;
	border-right:medium none;
	color:#555555;
	display:none;
	font-size:11pt;
	font-weight:bold;
	height:4em;
	left:1.5em;
	padding:9px;
	position:relative;
	top:0px;
	width:41em;
}
