/*
PURPOSE:
	[1] Basic cascading stylesheet for [ CATEGORY : guides ] [ TYPE : ALL ].

REVISION HISTORY:
	June 11th, 2004. v1.0. Created.

STATUS OF THIS DOCUMENT:
	This is a working draft.

MAINTAINER:
	Carl Lewin
	clewin@discovery.com

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Discovery.com 2004. All Rights Reserved.
*/


/*
###########################
TEXT
###########################
*/
.tagline {
	font: bold 10px Verdana, Arial, sans-serif;
	letter-spacing: 0.0em;
	padding: 5px 0px 0px 10px;
}

.exploreText {
	font: bold 8pt/11pt Verdana, Arial, sans-serif;
	letter-spacing: 0.0em;
	padding-top: 7px;
}
.exploreBullet {
	padding: 7px 10px 3px 10px;
}
.exploreMenu {
	padding: 3px 10px 0px 0px;
}


/*
###########################
BOX DEFINITIONS
###########################
multi(s) get ( + 25px ) in addition to their corret height(s)
*/
.bodySet150 {
	width: 148px;
	height: 260px;
}

.headerXY428 {
	width: 426px;
	height: 23px;
}
.bodyXY428 {
	width: 426px;
	height: auto;
}

.bodySet460 {
	width: 458px;
	height: 260px;
}

.bodyShort460 {
	width: 458px;
	height: 99px;
}

.exploreXY460 {
	width: 458px;
	height: 28px;
}


/*
###########################
MARGINS, PADDING, SHIMS
###########################
*/
/* top, right, bottom, left */
.paddingIntro15 {
	padding: 0px 15px 15px 15px;
}
.paddingIntro20 {
	padding: 0px 20px 20px 20px;
}
.paddingIntro25 {
	padding: 0px 25px 25px 25px;
}

.ratingCell {
	margin: 2px 10px 2px 5px;
}

.paddingGradientTop {
	padding: 8px 10px 5px 15px;
}
.paddingGradientBottom {
	padding: 0px 15px 10px 15px;
}

.shift2 {
	margin-left: 2px;
}
