/******************************************************************************
**		File: dvdpStyles.css
**		Desc: I define the styles & layout for DVD Planet.com
**
**		Auth: CW
**		Date: ??/??/????
*******************************************************************************
**		Change History
*******************************************************************************
**		Date:		Author:			Description:
**		--------	--------		-------------------------------------------
**		08/08/11	CW				Changed the body mid-width from 960px to
** 						1092px to keep site from collapsing in on itself with
** 						smaller browser widths. Replaced Anime tab with "Not
** 						In Stores" so I did the following to accomodate: 
** 						Changed #header #floatNav width from 934px to 964px
** 						Changed #header #headNav #subNav li.sub3 width from 
** 						90px to 120px
** 
*******************************************************************************/

/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	/* border: 0; */
}

body, html {
	color: #000; 
	font-family: Verdana, Arial, sans-serif;
	background-color: #ffffff; 
}

body {
	min-width: 1092px;
}

#topBucket{
	font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}

p {
	padding: 7px 0 7px 0;
}

div.oneUp p {
	padding: 6px 0 5px 0;
}

h1 {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 22px;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
}

h3 {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	margin: 10px auto 5px auto;
	padding: 0 0 0 0;
	clear: both;
	height: 30px;
	width: 140px;
	background-color:#2E2E2E;
	border: 1px solid #5B5B5B;

}

h3.altColor {
	color: #FFD800;
}

h3.blueGradBox {
	border: 1px solid white;
	background-image: url(/images/infobox-blue.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	height: auto;
	padding: 6px 0 6px 0;
	line-height: normal;
}


h3.redGradBox {
	border: 1px solid white;
	background-color: #000000;
	background-image: url(/images/infobox-red.gif);
	background-repeat: repeat-x;
	height: auto;
	padding: 6px 0 6px 0;
	line-height: normal;
}

h4 {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 16px;
	color: black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h5 {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h6 {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
	color: #000099;
}

a:hover{
	color: #0000FF;
	text-decoration: none;
}

.clear {
	clear: both;
}

#mainContainer {
	min-height: 300px;
	background: #FFFFFF; /* #E3E3E3; */		
}

* html #mainContainer {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/**************************
HEADER
**************************/
#header {
	height: 180px;
	background: #004194;
	background-image:url(/images/headBkrndShort.gif);
	background-repeat:repeat-x;
	padding: 0px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#header #headTop {
	/* height: 130px; */
	/* width: 780px; */
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header #headTop #headLogo{
	width: 267px;
	float:left;
	padding: 3px 0 0 0;
	margin:0 0 10px 4px;
}

#header #headTop #headLinks {
	background-image:url(/images/headTopBkrndShort.gif);
	background-repeat:no-repeat;
	background-position:top right;
	/* width: 513px; */
	height: 65px;
	text-align: right;
	padding: 25px 0 0 0;
	float: right;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #000000;
	margin:10px 14px 0 0;
	min-width:650px;
}

#header #headLinks a:link, #header #headLinks a:visited, #header #headLinks a:active {
	color: black;
	text-decoration: none;
}

#header #headLinks a:hover {
	text-decoration: underline;
}


#header #wrapNav {
	width: 100%;
	height: 60px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
	background-image:url(/images/headMidBkrnd.png);
	background-repeat: repeat-x;
	background-position:top left;
	position:absolute;
	top:106px;
}

#header #floatNav {
	height: 60px;
	width: 964px;
	margin: 0 auto; /* center */
	padding: 0 0 0 0;
	clear: both;
}

#header #headNav {
	height: 25px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	clear:none;
}

#header #headNav #mainNav {
	margin: 0 8px 0 0;
	padding: 0 0 0 0;
	height: 25px;
	float:right;
	clear:both;
}

#header #headNav #mainNav li {
	text-align: center;
	line-height: 25px;
	list-style-type: none;
	padding: 0 0 0 0;
	background-image:url(/images/headTopButs-blk.png);
	background-repeat:no-repeat;
	float: left;
	width: 130px;
	height: 25px;
}

#header #headNav #mainNav li.redBut {
	background-image:url(/images/headTopButs-red.png);
}
#header #headNav #mainNav li.blueBut {
	background-image:url(/images/headTopButs-blue.png);
}

#header #headNav #subNav {
	height: 28px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 28px;
	float:right;
	clear:both;
}

#header #headNav #subNav li {
	text-align: center;
	line-height: 28px;
	list-style-type: none;
	padding: 0 10px;
	background-image:url(/images/headSubNav.png);
	background-repeat:no-repeat;
	background-position:top left;
	float: left;
	height: 28px;
	width: 160px;
}

#header #headNav #subNav li.sub1 {
	width: 130px;
}


#header #headNav #subNav li.sub2 {
	/* width: 160px;*/
}


#header #headNav #subNav li.sub3 {
	width: 120px;
}


#header #headNav #subNav li.sub4 {
 /*	width: 160px; */
}

#header #headSearch {
	/*  */
	width: 314px;
	height: 44px;
	padding: 0 0 0 0;
	margin: 17px 0 0 0;
	background-image:url('/images/searchBG.png');
	background-position:top left;
	background-repeat:no-repeat;
	color:white;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 28px;
	float:left;
	clear:none;
	/*
	font-weight: bold;
	line-height: 42px;
	*/
}

#searchButton {
	width:30px;
	height:30px;
	/*
	margin:0px;
	padding:2px 45px 3px 45px;
	background-color:#AA2E2E;
	font-size:12px;
	color:white;
	border-width:0px;
	font-family: Tahoma,"Trebuchet MS",sans-serif;
	cursor:pointer;
	*/
}
/* #searchBox {
	height:33px;
	width:212px;
	font-size:14px;
	padding:1px 2px 1px 4px;
	margin:3px 0px 0px 0px;
	border:none;
	font-family: Tahoma,"Trebuchet MS",sans-serif;
	border:1px solid #999999;
	border-bottom:2px solid #999999;
} */
#searchBox {
    border-color: #999999;
    border-style: solid;
    border-width: 1px 1px 2px;
    font-family: Tahoma,"Trebuchet MS",sans-serif;
    font-size: 14px;
    /* height: 13px; */
    margin: 5px 0;
    padding: 6px 2px;
    width: 212px;
}

#header #headSearch form {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

/*
#header #headSearch input {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	width: 150px;	
	margin: 0 4px 0 4px;
	padding: 2px;
}

#header #headSearch input.isButton {
	width: auto;
	padding: 0 4px 0 4px;
	font-size: 10px;
}
*/

#header #headNav a:link, #header #headNav a:visited, #header #headNav a:active,
#header #headSubNav a:link, #header #headSubNav a:visited, #header #headSubNav a:active {
	color: white;
	text-decoration: none;
}

#header #headNav a:hover, #header #headSubNav a:hover {
	color: #ffd800;
	text-decoration: none;
}

#header #headWelcome {
	/* width: auto; */
	height: 42px;
	margin: 0 220px 0 0;
	padding: 0px 30px 0px 30px;
	float: right;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 42px;
}

#header #headWelcome a:link, #header #headWelcome a:visited, #header #headWelcome a:active {
	color: white;
}

#header #headWelcome a:hover {
	text-decoration: none;
}


/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	border-left: 150px solid #000000; /*** This is the width and the color for our left column ***/
	border-right: 225px solid #000000; /*** This is the width and the color for our right column ***/
}

* html .outer {
	/*** No need for hacking IE on this layout ***/
}

.inner {
	width: 100%; 
}

* html .inner {
	/*** No need for hacking IE on this layout ***/
}

/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/
.float-wrap {
	float: left;
	width: 100%;
	margin-left: -150px; /*** Same length as .outer border-left but with negative value ***/
}

* html .float-wrap {
	/*** No need for hacking IE on this layout ***/
}

#content {
	float: right;
	background: #FFFFFF; /* #E3E3E3; */		
	margin-right: -150px;  /*** Same length as .outer border-left but with negative value ***/
	width: 100%;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000000;
}

* html #content {
	position: relative;
}

#content div.sectionHead {
	background-image: url(/images/sectHeader-mid.gif);
	background-repeat: repeat-x;
	margin: 10px auto 0px auto;
	width: 100%;
	height: 46px;
	clear: both;
	background-color:#000000;
	position: relative;
}

#content div.sectionHead span{
	position: absolute;
	display: block;
	border: 0px solid yellow;
	top: 2px;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(/images/sectHeader-line.gif);
	background-repeat: no-repeat;
	z-index: 5;
}

#content div.sectionHead div.sectHeadL {
	background-image: url(/images/sectHeader-left.gif);
	background-repeat:no-repeat;
	width: 20px;
	float: left;
	height: 46px;
	position: relative;
}

#content div.sectionHead h1 {
	border: 0px solid yellow;
	display: inline;
	float: left;
	height: 46px;
	line-height: 46px;
	position: relative;
}

#content div.sectionHead div.sectionMore {
	padding: 5px 0 0 0;
	border: 0px solid red;
	font-size: 13px;
	color: #FF0000;
	float: right;
	line-height: 46px;
	height: 36px;
	z-index: 10;
	position: relative;
}

#content div.sectionHead div.sectionMore a:link, #content div.sectionHead div.sectionMore a:visited, #content div.sectionHead div.sectionMore a:active {
	color: #FF0000;
	text-decoration: none;
	position: relative;
}

#content div.sectionHead div.sectionMore a:hover {
	text-decoration: underline;
	position: relative;
}

#content div.sectionHead div.sectionMore div.moreGT {
	font-weight: bolder; 
	display: inline;
	letter-spacing: -4px;
}

#content div.sectionHead div.sectionMore div.moreGT div.moreGT2 {
	color: #870707;
	display: inline;
}

#content div.sectionHead div.sectionMore div.moreGT div.moreGT3 {
	color: #4E0E0E;
	display: inline;
}

#content div.sectionHead div.sectHeadR {
	background-image: url(/images/sectHeader-right.gif);
	background-repeat:no-repeat;
	width: 20px;
	border: 0px solid green;
	float: right;
	height: 46px;
}

#content div.oneUp {
	width: auto;
	margin: 0 auto 20px auto;
	padding: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	border: 0px solid red;
}
#content div.featuredShowcase {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 auto 20px auto;
}

#content div.featuredShowcase table {
	border: 0px solid black;
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
}

#content div.featuredShowcase table td {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	padding: 6px;
	vertical-align: top;
	background-color: #EEEEEE; /* #D0D0D0; */
	margin: 10px;
	border: 0px solid black;
}

#content div.featuredShowcase table td p/*, #content div.sixUp table td h5*/ {
	margin: 4px 0 4px 0;
	padding: 0 0 0 0;
}

#content div.sixUp {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 auto 20px auto;
}

#content div.sixUp table {
	border: 0px solid black;
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
}

#content div.sixUp table td {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	padding: 6px;
	width: 33%;
	vertical-align: top;
	background-color: #EEEEEE; /* #D0D0D0; */
	margin: 10px;
	border: 0px solid black;
}

#content div.sixUp table td p/*, #content div.sixUp table td h5*/ {
	margin: 4px 0 4px 0;
	padding: 0 0 0 0;
}

#content img.prodImg {
	border: 1px solid black;
	float: left;
	margin: 4px 10px 4px 0px;
}

#content div.sixUp table td img.orderBut {
	margin: 4px 0px 0px 0px;
}

#content span.ourPrice {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

#content span.whyPay {
	text-decoration: line-through;
}

/* ### DETAIL PAGE DIVS ### */

#content #detailHead {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #BBBBBB;
	width: 100%;
	clear: both;
	font-size: 12px;
	color: black;
	overflow: hidden;
}

#content #detailTopL {
	margin: 0 0 -1000px 0;
	padding: 4px 6px 1004px 4px;
	width: 60%;
	background-color: #EEEEEE; /* #D0D0D0; */
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	float: left;
}

#content #detailTopL span.ourPrice {
	font-size: 22px;
}

#content #detailTopR {
	margin: 0 0 -1000px 0;
	padding: 4px 6px 1004px 6px;
	width: 35%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

#content #detailTopR ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#content #detailTopR ul li {
	margin: 0 0 2px 0;
}

#content #detailMain {
	margin: 0px auto 30px auto;
	padding: 4px 4px 4px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* WinBuyer Div Definition */
#content #detailMain #winBuyer {
	margin: 0px 0px 10px 15px;
	float: right;
}

#content #detailMain p {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

#content #detailMain ul {
	margin: 6px 0 20px 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#content #detailMain ul li {
	margin: 0 0 6px 0;
}


/* #### GENRE / SEARCH RESULTS DIVS #### */
#content #prodRowWrapper {
	margin: 0 0 30px 0;
	padding: 10px 10px 10px 10px;
	width: auto;
}

#content #prodRowWrapper div.moreNav {
	text-align: right;
	margin: 0 0 5px 0;
}

#content #prodRowWrapper div.prodRows {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	width: auto;
	border-bottom: 1px solid black;
	clear: both;
}


#content #prodRowWrapper div.prodRows div.prodRowC1 img.prodImg {
	margin: 0 0 10px 0;
	float: none;
}



#content #prodRowWrapper div.prodRows p {
	margin: 2px 0 2px 0;
	padding: 0 0 0 0;
}


#content #prodRowWrapper div.prodRows div.prodRowC1 {
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	width: 70px;
	float: left;
	border: 0px solid red;
}

#content #prodRowWrapper div.prodRows div.prodRowC2 {
	margin: 0 0 0 0;
	padding: 0px 3px 0px 3px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	position: relative;
	z-index: 10;
	border: 0px solid blue;
}

#content #prodRowWrapper div.prodRows div.prodRowC3 {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	width: 95px;
	float: right;
	border: 0px solid green;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	position: relative;
	z-index: 50;
	color: #000000;
}

#content #quoteMachine td, #content #quoteMachine input {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000000;
}

#content div.evenRow {
	background-color: #EEEEEE; /* #D0D0D0; */
}

#content div.oddRow {
}


.contentWrap{
	padding: 10px 20px 10px 20px;
}

.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}

.contentWrap li {
	padding-bottom: 2px;
}

.Special {
	background-color:#EEEEEE;
	padding:6px;
	margin:10px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#leftCol {
	float: left;
	width: 150px;
	min-height: 250px;
	padding: 0px;
	border: 0px solid red;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

* html #leftCol {
	position: relative;  /*** IE needs this  ***/
	height: 250px;
}

#leftCol a:link, #leftCol a:visited, #leftCol a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#leftCol a:hover {
	text-decoration: underline;
}

#leftCol ul {
	width: 130px;
	margin: 0 10px 20px 10px;
	list-style-type: none;
	padding-bottom: 4px;
	border: 0px solid red;
	color: white;
}

#leftCol ul li {
	padding-bottom: 4px;
}

#leftCol ul li ul.subcat {
	font-size: 10px;
	font-weight: normal;
	width: 110px;
	margin: 2px 0px 4px 20px;
	list-style-type: circle;
	color: white;
}

#leftCol ul li ul.subcat li {
	padding-bottom: 2px;
}

#leftCol img {
	border: 1px solid black;
	margin: 10px auto 10px auto;
	display: block;
	clear: both;
}

/*************************
RIGHT COLUMN
**************************/

#rightCol {
	float: right; 
	width: 225px;
	padding: 10px 0 0 0;
	min-height: 250px;
	margin-right: -225px; /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 0px solid red;
}

* html #rightCol {
	height: 250px;
	position: relative;  /*** IE needs this  ***/
}

#rightCol a:link, #rightCol a:visited, #rightCol a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#rightCol a:hover {
	text-decoration: underline;
}

#rightCol #bannerImgs {
	width: 225px;
	margin: 10px auto 10px auto;
	padding: 0 0 0 0;
}

#rightCol #bannerImgs img {
	clear: both;
	margin: 5px auto 5px auto;
	border: 0px solid black;
}

#rightCol div.top10 {
	margin: 10px auto 0px auto;
	padding: 0 0 0 10px;
	width: 195px;
	height: 59px;
	border: 0px solid red;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	color: black;
	font-size: 14px;
	text-align: left;
	line-height: 59px;
	background-image:url(/images/top10heads-10.jpg);
	background-repeat:no-repeat;
}

#rightCol div.top25 {
	background-image: url(/images/top10heads-25.jpg);
	background-repeat: no-repeat;
}

#rightCol div.top10 p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#rightCol div.top10 span.pos1 {
	border: 0px solid red;
	width: 20px;
	float: left;
	display:block;
}

#rightCol div.top10 span.pos2 {
	display: none;
	float: left;
}

#rightCol div.top10 span.bigNumSpacer {
	float: left;
	width: 70px;
	border: 0px solid red;
	display:block;
}

#rightCol div.top10 span.pos3 {
	float: left;
	color: white;
	border: 0px solid red;
	display:block;
}

#rightCol ol {		
	width: 205px;
	margin: 0 auto 10px auto;
	padding: 0 0 0 0;
	border: 0px solid white;
}

#rightCol ol li {
	padding-left: 0;
	margin: 0px 0px 4px 30px;
	font-weight: bold;
}

#rightCol ol li span {
	font-weight: normal;
}

/**************************
FOOTER
**************************/
#footer {
	text-align: center;
	background-color: #000000;
	background-image:url(/images/headMidBkrnd.gif);
	background-repeat: repeat-x;
	height: 28px;
	line-height: 28px;
}

/**************************
BOTTOM BANNERS
**************************/
#bottomBanners {
	padding: 0px;
	background-image:url(/images/footerBG.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color: #ffffff;
	margin: 0px;
	clear: both;
	width:100%;
}

#bottomBanners div.group {
	clear:both;
	margin:0 auto;
	width:1024px;
}
#bottomBanners div.section {
	border-left:1px solid white;
	padding:10px 20px 20px 20px;
	float:left;
	clear:none;
	font-size:12px;
}
#bottomBanners div.section input {
	margin:5px 0 0 5px;
	width:190px;
}
#bottomBanners div.section img{
	margin-bottom:10px;
}

#bottomBanners div.banPos {
	margin: 0 0 5px 0;
	padding: 0;
	display:block !important;
}

/**************************
Cart Coupon Treatment
**************************/
.couponSavePrice {
	color:#FF4831;
}
