#quick-view-wrapper, 
#qv-disclaimer,
#overlay-wrapper, 
#overlay-wrapper1, 
#overlay-wrapper2,
#overlay-wrapper3 {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #00a9e0;
	margin: 0 auto;	
	/*display: none; js invokes*/
	z-index: 20003;
}
#quick-view, 
#qv,
#overlay-contain,
#overlay-pop-contain {
	position: relative;
}
#quick-view-wrapper h3, 
#qv-disclaimer h3,
#overlay-wrapper h3, 
#overlay-wrapper1 h3, 
#overlay-wrapper2 h3,
#overlay-wrapper3 h3 {
    color: #010101;
    font-family: 'InterfaceR','Arial','Helvetica',sans-serif;
    font-size: 24px;
    margin: 0;
    padding: 0 0 20px;
}

.overlay-content h3 {
	line-height: 24px;
}

.overlay-pop-content h3 {
	line-height: 24px;
}

#quick-view-wrapper p, 
#qv-disclaimer p,
#overlay-wrapper p, 
#overlay-wrapper1 p, 
#overlay-wrapper2 p,
#overlay-wrapper3 p {
	color: #000;
	font-size: 14px;
	padding-bottom: 18px;
}	
#overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	background: #000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-khtml-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity:0.4;
	z-index:20001;
}

#quick-view-close, 
#qv-close,
#overlay-close,
#overlay-pop-close,
#overlay-zip-close {
	width: 32px;
	height: 32px;
	background: url(/us/images/products/button-close-32x32.png) no-repeat 0 0;
	top: 0;
	right: 0;
	margin: -20px -20px 0 0;
	position: absolute;
}
#quick-view-close:hover, 
#qv-close:hover,
#overlay-close:hover,
#overlay-pop-close:hover,
#overlay-zip-close:hover {
	cursor: pointer;
	background-position: 0 -32px;
}
#quick-view .quick-view-content, 
#qv .quick-view-content,
#overlay-contain .overlay-content,
#overlay-contain .overlay-zip,
#overlay-pop-contain .overlay-pop-content {
	padding: 32px 30px;
	width: 855px;
}

#overlay-contain .overlay-zip {
	padding: 32px 30px 0px 30px;
	width: 327px;
}

#quick-view .quick-view-content#congratulations-overlay {
	width: 385px;
}

#quick-view .quick-view-content#congratulations-overlay p {
	padding-bottom: 0;
	line-height: 20px;
}

#quick-view .row-one {
	margin: 0 0 15px 0;
}
#quick-view .col-one {
	width: 230px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}
#quick-view .col-two {
	width: 220px;
	float: left;
	margin: 0;
	padding: 0;
}
#quick-view .col-top-right {
	text-align: right;
}
#quick-view a, 
#qv a
#overlay a,
#overlay-contain a,
#overlay-pop-contain a {
	text-decoration: none;
	color: #00A9E0;
}

.custom-dropdown-active{
	height: 46px;
	width: 100%;
}

.custom-dropdown-active.current{
	background: transparent url(/us/images/support/roundbluehiglightleft.jpg) top left no-repeat;
	height: 46px;
}

.custom-dropdown-active.current.finalstep {
	background: transparent url(/us/images/support/roundbluehiglighttop.jpg) 0 0 no-repeat;
	width: 296px;
	min-height: 54px;
}

.custom-dropdown-active.off ul.custom-dropdown{	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity:0.5;
}
.custom-dropdown-active:after, .custom-dropdown-active span.instruction:after {
    content:"";
	clear:both;
	display:block;
}
.custom-dropdown-active span.instruction {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	margin: 0 0 0 43px;
	padding: 11px 20px 0 0;
	position:relative;
	display: block;
	height: 38px;
	float: left;
}

.custom-dropdown-active.current span.instruction {
	background: #00A9E0 url(/us/images/support/roundbluehiglightright.jpg) top right no-repeat;;
}

.custom-dropdown-active.finalstep span.instruction {
	padding: 5px 55px 38px 15px;
	width: 296px;
	margin: 1px 0 0 0;
	background: #00a9e0 url(/us/images/support/roundbluehiglightbottom.jpg) left bottom no-repeat;
}

.custom-dropdown-active span.instruction {
	display: none;
}

.custom-dropdown-active.current span.instruction {
	display: block;
}	


/* custom dropdowns*/
#quick-view-wrapper ul.custom-dropdown{
	margin:6px 0 0 6px;	
}
#quick-view-wrapper  .custom-dropdown-active.current ul.custom-dropdown{
	margin:6px 0 0 6px;	
}

#quick-view-wrapper .custom-dropdown-active.current.finalstep ul.custom-dropdown {
	padding-bottom: 15px;
}

#quick-view-wrapper .custom-dropdown li.first {
	background: url("/us/images/support/custom-dropdown-bg.jpg") repeat-x scroll 0 0 transparent;	
    border: 1px solid #CCCCCC;
	height:25px;
	width:280px;
}

#overlay-wrapper2 .custom-dropdown li.first {
	background: url("/us/images/support/custom-dropdown-bg.jpg") repeat-x scroll 0 0 transparent;	
    border: 1px solid #CCCCCC;
	height:23px;
	width:100px;
}

#quick-view-wrapper .custom-dropdown li.first a {
    padding: 2px 10px 2px 8px;
	font-weight: normal;
}

#overlay-wrapper2 .custom-dropdown li.first a {
    padding: 2px 10px 2px 8px;
	font-weight: normal;
}

#quick-view-wrapper .custom-dropdown li.first a.default {
    background: url("/us/images/support/bg-dropdown-left.gif") no-repeat scroll 0 0 transparent;
    color: #666666;
    float: left;
    padding: 0 8px;
}

#overlay-wrapper2 .custom-dropdown li.first a.default {
    background: url("/us/images/support/bg-dropdown-left.gif") no-repeat scroll 0 0 transparent;
    color: #666666;
    float: left;
    padding: 0 8px;
}

#quick-view-wrapper .custom-dropdown li.first a.default:hover {
    text-decoration: none;
}

#overlay-wrapper2 .custom-dropdown li.first a.default:hover {
    text-decoration: none;
}

#quick-view-wrapper .dropdown-arrow {
	background: url("/us/images/support/custom-dropdown-arrow.jpg") no-repeat scroll 0 0 transparent;
	float:right;
	width:20px;
	height:23px;
	display:block;
}
#overlay-wrapper2 .dropdown-arrow {
	background: url("/us/images/support/custom-dropdown-arrow.jpg") no-repeat scroll 0 0 transparent;
	float:right;
	width:20px;
	height:23px;
	display:block;
}
#quick-view-wrapper .custom-dropdown ul {
	top:24px;
	width:280px;
}
#quick-view-wrapper .custom-dropdown ul li a {
	font-weight: normal;
	display: block;
}
#overlay-wrapper2 .custom-dropdown ul {
	top:24px;
	width:100px;
}
#overlay-wrapper2 .custom-dropdown ul li a {
	font-weight: normal;
	display: block;
}
#quick-view-wrapper .custom-dropdown ul li a {
    display: block;
}

#quick-view-wrapper .custom-dropdown ul li a.active {
    color: #666;
}
#quick-view-wrapper .custom-dropdown ul li a:hover,
#quick-view-wrapper .custom-dropdown ul li a.active:hover,
#overlay-wrapper2   .custom-dropdown ul li a:hover,
#overlay-wrapper2   .custom-dropdown ul li a.active:hover {
	display: block;
    background: #666;
    color: #FFF;
    text-decoration: none;
    padding-left: 8px;
}

#overlay-wrapper2 .custom-dropdown li.first a {
    padding: 2px 10px 2px 8px;
	font-weight: normal;
}

#dropdowncontext {
	display: none;
}

#quick-view-wrapper #chooser {
	width: 855px;
	float: left;
}

#quick-view-wrapper #chooser.choicemade {
	width: 332px;
	float: left;
}

#chooser.choicemade .custom-dropdown-active span.instruction {
	display: none;
}

#chooser.choicemade .custom-dropdown-active.current.finalstep span.instruction {
	display: block;
}	

#quick-view-wrapper #finalstep {
	display: none;
	float: none;
	margin: 0;
	padding: 0;
}

#quick-view-wrapper #finalstep.choicemade {
	width: 470px;
	float: left;
	display: block;
}

#quick-view-wrapper #finalstep.choicemade a:hover {
	text-decoration: underline;
}

.product h3 {
	line-height: 24px;
}

#quick-view-wrapper .product h4 {
	font-family: 'InterfaceR','Arial','Helvetica',sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    padding-bottom: 5px;
	color: #000;
	text-align: left;
}

#quick-view-wrapper .product ul li {
	background: url("/us/images/products/bullet-gray.gif") no-repeat scroll left 6px transparent;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 15px;
	font-weight: bold;
}

#quick-view-wrapper .product-support-options {
	float: left;
	width: 175px;
}  

#quick-view-wrapper .product img {
	float: left;
}

#finalstep h4 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	margin: 0;
	padding: 5px 0 22px 0;
	display: block;
}

#finalstep h4.choicemade {
	display: none;
}

#quick-view-wrapper #finalstep.choicemade h3 {
	margin-top: 4px;
}

#quick-view-wrapper .product img {
	margin-top: 5px;

}

#qv .quick-view-content#download-popup {
	width: 380px;
}
#qv .quick-view-content#download-popup  p{
	padding-bottom:15px;
	font-size:12px;
	line-height:20px;
}
#qv .quick-view-content#download-popup .cancel-btn{
	display:inline-block;
	position:relative;
	top:12px;
	left:15px;
}
#qv .quick-view-content#download-popup .cancel-btn:hover{
	text-decoration:underline;
}
#quick-view a.reg-btn,
#qv a.reg-btn,
#overlay-contain a.reg-btn,
#overlay-pop-contain a.reg-btn {
	color: #FFFFFF;
	cursor:pointer;
}

#generic-button {
	float: left;
	display: none;
}

#quick-view #generic-button {
	margin: 15px 0 0 3px;
}

.apptest {
	background: #f2f5f7;
	border: 1px solid #4dd3ff;
	padding: 10px 0;
	margin: 6px 0 30px 0;
}

#finalstep .apptest.compatible h4 {
	background: transparent url(/us/images/apps/checkyes.png) 0 0 no-repeat;
	padding: 3px 0 0 40px;
	min-height: 27px;
	margin-left: 10px;
	width: 415px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

#finalstep .apptest.incompatible h4 {
	background: transparent url(/us/images/apps/xno.png) 0 0 no-repeat;
	padding: 3px 0 0 40px;
	min-height: 27px;
	margin-left: 10px;
	width: 415px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.apptest a {
	margin-left: 50px;
	font-weight: bold;
}

#quick-view-wrapper .custom-dropdown ul,
#overlay-wrapper2 .custom-dropdown ul   {
    left: -1px;
}
