@charset "UTF-8";



html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0; }
a img, :link img, :visited img {
	border: 0; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/* ======================================================== *
 * BODY SPECIFIC DECLARATIONS
 * ======================================================== */
body{
	margin:0;
	padding:0;
	line-height: 1.4;
	font-size: 16px;
	background:#FFF;
	color:#333; }
body * {
	font-size: 85.5%;	
	font-family:Arial, Helvetica, sans-serif; }
body * * {
	font-size: 100%; }
	
/* ======================================================== *
 * GENERAL LINK APPEARANCE
 * ======================================================== */
a {
	outline:none; }
a:link, a:active, a:visited {
	color:#248;
	text-decoration:underline; }
a:hover {
	color:#333;
	text-decoration:none; }
a img {
	text-decoration:none;
	border:none; }

/* ======================================================== *
 * MIN WIDTH CONTAINER LAYOUT
 * ======================================================== */

* html .container {
	margin-left: -700px;
	position: relative;
}
/*\*/
* html .container, * html .content {
	height: 1px;
}
/**/
.width {
	width: 100%;
	min-width: 700px;
	margin:0 auto;
	height:100%;
	/*border:1px solid #000;*/
}
* html .minwidth {
	padding-left: 700px;
}
/*\*/
* html .minwidth, * html .layout {
	height: 1px;
}
/**/

/* ======================================================== *
 * MASTHEAD
 * ======================================================== */
 
/* HEADER SECTION */
.masthead {
	background: #FFF;
	height: 60px; /*Height of top section*/
	/*background: #FFF url("images/hdr-pop.jpg") no-repeat top left;
	border-bottom:1px solid #eaeaea;*/ }

.masthead .branding {
	margin-left:20px;
}
.masthead .close-top {
	background: #003979 url(/images/popup/bg-close.gif) no-repeat top left;
	width:144px;
	height:33px;
	float:right;
	margin-right:20px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}

.masthead .close-top a,
.masthead .close-top a:hover {
	color:#FFF; }

.content {
	background:#FFF url(/images/popup/bg-left.gif) repeat-y top left;
}
/* ======================================================== *
 * PRODUCT-INFO
 * ======================================================== */ 
.product-info {
	background:#f7f7f7;
	padding:5px 20px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	margin-bottom:5px;
}

.product-info:after
{
	content: " ";
	display: block;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

.product-info h1.title {
	font-size:120%;
}
.product-info h2.subtitle {
	font-size:90%
}
.product-info .vendor-logo {
	float:right;
	text-align:center;
	background:#FFF;
	padding:5px 4px;
	border:1px solid #CCC;
}
.product-info .vendor-logo img {
	 }

.main-view-title {
	background:#f7f7f7;
	padding:5px 20px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	margin-bottom:5px;
	text-align:center;
	margin:15px 0;
	clear:both;
}
.main-view-title h1.view {
	font-size:110%;
	margin-left:190px;
}
/* ======================================================== *
 * ALT VIEWS
 * ======================================================== */ 
.alt-views {
	margin: 0 15px 15px;
	/*float:left;*/
	width: 157px;
	}
.alt-views h3 {
	margin-left:1px;
	margin-bottom:5px; 
	color:#0c4499;
	padding-bottom:3px;
	border-bottom:1px solid #0c4499; }
.alt-views ul {
	list-style:none; }
.alt-views .images {
	width:100%;
	float:left;
	background:#FFF url(/images/popup/bg-additional-images.gif) no-repeat top left;
	padding:25px 5px 10px 5px;
	margin-top:5px;
	border:1px solid #eaeaea; }
.alt-views .media {
	width:100%;
	float:left;
	background:#f7f7f7 url(/images/popup/bg-additional-video.gif) no-repeat top left;
	padding:25px 5px 5px;
	margin-top:10px;
	border:1px solid #eaeaea; }

.alt-views .thumbnail {
	float: left;
	width: 60px;
	background:#FFF;
	border: 1px solid #999;
	margin: 0 5px 10px 5px;
	padding:  3px;
}

.main-view {margin-left:16px; }
#large h1 {
    font-size:115%;
    margin-top:5px;
    margin-bottom:8px; }
#large h1 span {    
    border:1px solid #BCD4EC;
    background: #ECF6FC;
    padding:5px 4px; }
    
.main-view img {
	margin:5px auto;
	/*display:inline;*/ }
	
/* ======================================================== *
 * LEFT NAVIGATION - PRODUCT THUMBNAILS
 * ======================================================== */
ul#thumbnails li {
	float: left;
	width: 65px;	
	margin: 0 10px 10px 0;	
	font-size:80%;
	background:#FFF; }
ul#thumbnails li a {
	border: 1px solid #EAEAEA;
	padding: 2px;
	display:block; }
ul#thumbnails li a:hover {
	border: 1px solid #666;
	padding: 2px; }
ul#thumbnails li.active a {
	border: 1px solid #0c4499; }
ul#thumbnails li .more-formats {
	display:block;
	text-align:center; }

/* ======================================================== *
 * LEFT NAVIGATION - VIDEOS / RICH MEDIA
 * ======================================================== */	
ul#videos-rm li {
	float: left;
	width: 160px;	
	margin: 0 10px 10px 0;	
	font-size:80%;
	background:#FFF; }
ul#videos-rm li a {
	border: 1px solid #EAEAEA;
	padding: 2px;
	display:block; }
ul#videos-rm li a:hover {
	border: 1px solid #666;
	padding: 2px; }
ul#videos-rm li.active a {
	border: 1px solid #0c4499; }
ul#videos-rm li .more-formats {
	display:block;
	text-align:left; }

/*=================*
 * JS ENHANCEMENTS *
 *=================*/

/* Hide "Zoom In" by default */
ul#thumbnails .more-formats a.LargeLink
{
	display: none;
}

ul#thumbnails li.ExtraLargeLink .more-formats a.LargeLink
{
	display: block;
}

ul#thumbnails li.ExtraLargeLink .more-formats a.ExtraLargeLink
{
	display: none;
}


/* ======================================================== *
 * GLOBAL PARAGRAPH STYLES
 * ======================================================== */
 
p {
	margin-bottom: 0.8em;	
	font-weight: inherit;
	font-style: inherit;
	font-size: 97.5%;
	font-family: inherit; }
/* ======================================================== *
 * UTILITY STYLES
 * ======================================================== */
b{font-size: 110%;}
em{color: red;}

/* INLINE NOTE */
.note {
	border:1px solid #CCC;
	background-color:#FFFFCC;
	padding:4px;
	font-size:90%; }

/* ======================================================== *
 * ACTION BUTTONS
 * ======================================================== */
.action {
	padding: 3px 2px; }
.action a {
	width:120px;
	height:24px;
	display:block;
	line-height:24px;
	padding-left:25px;
	background:url(/images/popup/bg-close-pop.gif) no-repeat 0 0;
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-weight:bold; }
.action a:hover {
	background:url(/images/popup/bg-close-pop.gif) no-repeat 0 -24px; }
.right {
	float:right;
	margin-top:25px; }
.bottom {
	float:right;
	margin:0 0 10px 0; }
