@media screen, handheld {
/* Primary Content
===========================================================================*/

body.products-section div.tab-content div.main {
	float: left;
	width: 464px;
}

body.products-section div.tab-content div.main > * {
	margin-bottom: 1em;
}

body.products-section div.tab-content div.support {
	float: right;
	width: 195px;
	text-align: right;
}

body.products-section div.tab-content div.thumbscontainer {
	float: right;
	width: 87px;
	text-align: right;
}

/* Galleries */

body.products-section div#gallery.tab-content div.main {
	display: none;
}

.js body.products-section  div#gallery.tab-content div.main {
	display: block;
}

body.products-section div#primary-content ul.thumbs li {
	margin-bottom: 1em;
	margin-left: 0;
	background: none;
}

/*body.products-section ul.thumbs img {
	padding: 4px;
	border: 1px solid #ccc;
}*/

body.products-section div#img-box {
	text-align: center;
	padding: 4px;
	width: 67px;
	height: 67px;
	border: 1px solid #ccc;
}
/* Video & Media */

/* New video player */

#actions { margin-bottom: 0 !important; }

.playlist-entry {
	position: relative;
	float: right;
	width: 228px;
	height: 81px;
	margin-left: 8px;
	border: 1px solid #ccc;
	padding: 10px 6px;
	background: #d1e8fe url(../js/playlist-bg.png) top left repeat-x;
}

.playlist-entry .title { color: #369; text-decoration: none !important; }
.playlist-entry .duration { color: #c60; }
.playlist-entry .description { float: left; width: 140px; font-size: 10px; color: #585858; }
.playlist-entry .image-download { float: right; text-align: right; font-size: 10px; color: #999; }
#primary-content .image-download a { color: #999 !important; }
.playlist-entry .now-playing { position: absolute; bottom: 10px; left: 10px; }

/* Original comps */

body.products-section div.tab-content #player {
	float: left;
	display: block;
	width: 400px;
	height: 308px;
}

body.products-section div#video-and-media div.support {
	width: 250px;
	text-align: left;
}

body.products-section div#primary-content ul.playlist li {
	width: 226px;
	margin-bottom: 1em;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
	padding: 1em;
	background-image: none;
}

div#primary-content ul.playlist li.active {
	cursor: pointer;
}

div#primary-content ul.playlist li.playing,
div#primary-content ul.playlist li.paused,
div#primary-content ul.playlist li.active {
	background-color: #e7f2fe;
}

body.products-section div#primary-content ul.playlist li h3 {
	padding-top: 0;
	font-size: 1.1667em; /* 14 from 12 */
}

body.products-section ul.playlist li h3 span.duration {
	font-size: .8571em; /* 12 from 14 */
}

body.products-section ul.playlist li p {
	float: left;
	width: 150px;
	font-size: .8333em; /* 10 from 12 */
}

body.products-section ul.playlist li img {
	float: right;
	width: 60px;
	height: 60px;
	background-color: #000;
}


/* Support Files */

div#reader {
        margin-top: 30px;
        background-color: #dedede;
        height: 43px;
        border: 1px dashed #999;
}
div#reader div.reader-text {
        color: #6c8dad;
	font-weight: bold;
	width: 400px;
	float: left;
        margin: 5px;
}
div#reader div.reader-image {
	float: right;
        margin: 5px;
}

table#support-file {
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
	background-color: #f1f8ff;
}
table#support-file .file-title {
        background-color: #dee9f4;
        color: #336699;
        font-size: 1.08em;
        font-weight: bold;
}
table#support-file .file-link {
        font-weight: bold;
        font-size: 0.8em;
        text-transform: uppercase;
        background-color: #dee9f4;
	width: 60px;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 3px;
        padding-bottom: 2px;
        border: 1px solid #ccc;
        float: left;
}
table#support-file .file-link a:link {
        text-decoration: none;
	color: #6699cc;
}
table#support-file .file-link a:visited {
        text-decoration: none;
	color: #6699cc;
}
table#support-file .file-link a:hover {
        text-decoration: underline;
	color: #336699;
}
table#support-file .file-attr {
	color: #333;
        vertical-align: middle;
}
/* end @media */
}