@charset "UTF-8";

/*-------------------------------------------------------------------

	Screen - adobe.marketplace revision
	
	$Id: //depot/projects/dylan/releases/rc_16_11_1/ubi/template/identity/adobe.marketplace/screen.css#1 $

-------------------------------------------------------------------*/


@import url(../adobe/screen/layout.css);
@import url(../adobe/screen/gfooter.css);
@import url(../adobe/Carousel/noscript.css);


/*-------------------------------------------------------------------

	Shell overrides

-------------------------------------------------------------------*/

html {
	border-top-style: none;
}

body {
	background-color: #B9B9B9;
	background-image: url(/ubi/template/identity/adobe/screen/theme/windowfrost.png);
	background-repeat: no-repeat;
}


/*-------------------------------------------------------------------

	Layout wrappers
	
	When the shade for xnav enables overflow hidden, content gets 
	clipped.  Since cs4 doesn't have a drop shadow, i'm moving the 
	padding down to the next element to fix it.

-------------------------------------------------------------------*/

#content-layout {
	padding-top: 0;
}

#content-wrapper {
	padding-top: 17px;
}


/*-------------------------------------------------------------------

	Marketplace header

-------------------------------------------------------------------*/

/*-------------------------------------------------------------------

	content-header - adobe.marketplace revision
	
	$Id: //depot/projects/dylan/releases/rc_16_11_1/ubi/template/identity/adobe.marketplace/screen/content-header.css#1 $

-------------------------------------------------------------------*/

#content-header,
#content-header h1 {
	position: relative;
}

#content-header {
	background-position: top left;
	margin: 0;
	width: 996px; /* important for IE...loser */
	height: 50px;
	border: 1px solid black;
}

#content-header h1 {
	display: none;
}

#marketplaceHeader {
	margin: 21px 0 0 32px;
}

#marketplaceAdobe {
	float: left;
}

#marketplaceHeader a,
.breadcrumbLink a,
.breadcrumbLink a:hover {
	color: #BABABA;
}

#marketplaceAdobe img {
	margin-right: 10px;
}

#select_marketplace {
	margin: 15px 8px 0 540px;
	_margin: 16px 8px 0 540px;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
}

#select_marketplace select {
	background: #3B3B3B none repeat scroll 0 0;
	color: #ABABAB;
	border-color: #000;
	width: 170px;
	padding: 1px;
}

#select_marketplace select:focus {
	outline-style: none;
	border-color: #000;
}

#search_marketplace {
	margin: 15px 8px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 230px;
}

#search_marketplace input {
	background: #3B3B3B none repeat scroll 0 0;
	border: 1px solid black;
	color: #ABABAB;
	height: 18px;
	_height: 21px;
	line-height: 1.5em;
	*line-height: 1.25em;
	_line-height: 1.5em;
	padding: 3px 0 0 10px;
	_padding: 0 0 0 10px;
	width: 187px;
}

a img.breadcrumbImage {
	background: url(/images/marketplace/branding/adobe_marketplace.png) top left no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/marketplace/branding/adobe_marketplace.png", enable='true') !important;
}

a:hover img.breadcrumbImage {
	background: url(/images/marketplace/branding/adobe_marketplace_hover.png) top left no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/marketplace/branding/adobe_marketplace_hover.png", enable='true') !important;
}

#search_icon img{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/marketplace/search/search_icon-base.png", enable='true') !important;
}

#search_icon[id] img {
	background: url(/images/marketplace/search/search_icon-base.png) top left no-repeat;
}

#search_icon:hover img {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/marketplace/search/search_icon-over.png", enable='true') !important;
}

#search_icon:hover[id] img {
	background: url(/images/marketplace/search/search_icon-over.png) top left no-repeat;
}

#search_icon img {
	width: 23px;
	height: 24px;
	vertical-align: middle;
	border: 0;
}


/*-------------------------------------------------------------------

	Depthpath overrides
	
-------------------------------------------------------------------*/

#depthpath {
	display: none;
}


/*-------------------------------------------------------------------

	Globalnav overrides

-------------------------------------------------------------------*/

#globalnav {
	padding: 0 300px 19px 4px !important;
}


/*-------------------------------------------------------------------

	Panels

-------------------------------------------------------------------*/

.publisher_panel {
	border: #DDD 1px solid;
	color: #888;
	width: 32.3% !important;
	margin-bottom: 1.5em;
}

.mp_panel {
	border: #DDD 1px solid;
	color: #888;
}

.publisher_panel:hover,
.mp_panel:hover,
div.ie6hover {
	border: #888 1px solid;
	color: #444;
}

.panels3 {
	height: 370px;
	width: 32.3% !important;
}

.panels4 {
	height: 320px;
	width: 23.87% !important;
}

.publisher_panel h3 {
	color: #444;
	font-size: 1.67em;
	text-transform: none;
	margin: 0;
}

.publisher_panel p {
	font-size: 1.13em;
}

.mp_panel h3 {
	color: #444;
	font-size: 2em;
	text-transform: none;
	margin-top: 0;
}

.mp_panel p {
	font-size: 1.15em;
}

div.mp_title {
	height: 85px;
	margin: 8px;
}

.panels3 div.mp_title {
	height: 110px;
}

div.mp_blurb {
	height: 150px;
	margin: 8px;
}

div.mp_blurb p {
	font-size: 1.15em;
}

.panels3 div.mp_blurb {
	height: 145px;
}

.panels3 div.mp_blurb p {
	font-size: 1.33em;
}

div.publisher_content,
div.mp_content {
	margin: 8px;
}

div.mp_explore {
	height: 50px;
	margin: 8px;
}

div.mp_explore p {
	margin: 0;
}

p.explorelink {
	font-size: 16px;
	padding-top: 14px;
}

.panels3 p.explorelink {
	font-size: 20px;
	padding-top: 24px;
}

p.explorelink a {
	color: #888 !important;
}

.mp_panel:hover a,
div.ie6hover a {
	color: #444 !important;
}

.mp_title h3 {
	color: #444;
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
}

.mp_title h3 span {
	color: #444;
	font-size: .67em;
	line-height: 1.2em;
	text-transform: none;
	display: block;
}

.panels3 h3 {
	font-size: 3em;
}

.panels3 h3 span {
	font-size: .56em;
}

.mp_content h3 {
	font-size: 2em;
	margin-bottom: 12px;
}

.mp_content p {
	margin-bottom: 22px;
}

a.yellowButton21 {
	border: 1px solid #FFAE57;
	padding: 2px 12px;
	background: #FF8201 url(/images/marketplace/yellowbutton_21.jpg) repeat-x scroll left top;
	cursor: pointer;
	color: #FFF !important;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

a.yellowButton21:hover {
	color: #FFF !important;
	text-decoration: none;
}

.mp_panel:hover a.yellowButton21,
div.ie6hover a.yellowButton21 {
	color: #FFF !important;
}


/*-------------------------------------------------------------------

	Carousel overrides

-------------------------------------------------------------------*/

.carousel-item {
	border: #DDD 1px solid;
	color: #888;
	margin: 0px 6px;
	height: 285px;
}

.carousel-item:hover {
	border: #888 1px solid;
	color: #444;
}

.carousel-item:hover a {
	color: #444 !important;
}

.carousel-item div.mp_title,
.carousel-item div.mp_blurb,
.carousel-item div.mp_explore {
	margin: 0;
}


/*-------------------------------------------------------------------

	Content

-------------------------------------------------------------------*/

#content-body {
	background-color: #FFF;
	color: #444;
	border-right: solid 1px #000;
	min-height: 570px;
	_height: 570px !important;
}

.clip-sides {
	_height: 1em;
	*zoom: 1;
}

p.intro {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 1em;
	color: #888;
}

h2.intro {
	font-size: 3em;
	color: #444;
	margin-bottom: 6px;
}
