﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*                 Page Styles StyleSheet - Yestertainment
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the various page styles used throughout the site.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.DVB_nib {
	font :  11px Verdana, Arial, Helvetica, Geneva, sans-serif; 
	color : #666666; 
} 

/* Default.aspx Styles
-------------------------------------------------------------------------------*/
#home_content 
{ 
	position: relative;
	margin: -10px 0px 0px 0px; 
}

/* -- Main Images -- */
#home_image1
{
	width: 615px;
	height: 188px;
	background: url("../../Images/home_image1.jpg") no-repeat;
}
#home_image2
{
	width: 615px;
	height: 188px;
	background: url("../../Images/home_image2.jpg") no-repeat;
}
#home_image3
{
	width: 615px;
	height: 188px;
	background: url("../../Images/home_image3.jpg") no-repeat;
}
#home_image4
{
	width: 615px;
	height: 188px;
	background: url("../../Images/home_image4.jpg") no-repeat;
}


.home_why_join
{
	position: absolute;
	top: 7px; 
	right: 4px;
	width: 86px;
	height: 88px;
}

/* -- Search Area -- */
#home_search
{
	width: 615px;
	height: 150px;
	margin: -2px 0px 15px 0px; 
	
	background: url("../../images/home_search_bg.gif") no-repeat;
}
#home_search_table
{
	margin: 40px 0px 0px 10px;
}
#home_search_table input, #home_search_table select
{
	border: 1px solid #C1CC0E;
}

/* -- Content Areas -- */
#home_leftcontent
{
	float: left;
	width: 300px;
}
#home_leftcontent .titlebar 
{ 
	height: 23px;
	color: #FFFFFF;
	background-color: #E71B00; 
	font-weight: bold;
	font-size: 11px;
	width:300px;
}
#home_rightcontent
{
	float: left;
	margin-left: 6px; 
	width: 300px;	
}
#home_rightcontent .titlebar 
{ 
	height: 23px;
	color: #FFFFFF;
	background-color: #84B31F; 
	font-weight: bold;
	font-size: 11px;
}
.home_title
{
	position: relative;
	left: 12px; 
	top: 5px;
}
.home_content_body
{
	height: 131px;
	background-color: #EDECE7;
	font-size: 11px;
}
.home_item_title
{
	font-weight: bold;
	display: block;
	padding: 11px 25px 10px 10px; 
}
.home_item_body
{
	display: block;
	height: 75px;
	padding: 0px 25px 0px 10px;	
}
.home_more_link
{
	text-align: right;
	margin-right: 25px;
	font-weight: bold;
	
}

.searchresults_more_link
{
	text-align: right;
	margin-right: 2px;
	font-weight: bold;
	
}
.home_ad
{
	margin-top: 7px;
	height: 83px;
}

/* SearchResults.aspx Styles
-------------------------------------------------------------------------------*/
#searchresults_header
{
	width: 615px;
	height: 73px;
	background: url("../../Images/searchresults_header.gif") no-repeat;
}
#MoreResults
{
	width: 615px;
}
.searchresults_gridview
{
	line-height: 25px; 	
	border: 1px dashed;
}
/* DVB add on 5-10-2007
/* Content box within pages
-------------------------------------------------------------------------------*/
.dvb_navitem1 ul { list-style:none; margin:0 5px;padding:0;}
.dvb_navitem1 li{ padding:0 4px 8px 10px; background: url(../../images/arw.gif) 0 3px  no-repeat;}
.dvb_navhead1{ width:600px;height:18px;padding: 3px 3px 0 5px;border:#ddd 1px solid;text-align: left;font-size:8pt;font-weight:bold;background-color:#eee;color:#666;}
.dvb_navitem1{ width:602px;padding: 15px 3px 0 3px;border-bottom:#ddd 1px solid;border-right:#ddd 1px solid;border-left:#ddd 1px solid;  font-size:8pt;font-weight: normal;text-align:justify;}
  
 /* DVB add on 5-10-2007
/* AMAZON  Shopping Cart First version of Amazon shopping Cart/
-------------------------------------------------------------------------------*/
 #cart .carttitle
{text-align: center;color: #666;font-weight: bold; background-color:#E4EFDE; border:#ddd 1px solid;}
#cart .cartinfo
{text-align: left;  padding-top:10px; padding-bottom:10px;border-bottom:1px dotted #999}


.dvb_navitemUL { list-style:none; margin:0 5px; padding-left:5px}
.dvb_navitemLI{ padding:0 4px 5px 10px; background: url(../../images/arw.gif) 0 3px  no-repeat;}


 /* DVB add on 6-06-2007
/* AMAZON  Second Version of Amazon Store
-------------------------------------------------------------------------------*/

.AmazMenuHeader{padding-left:8px; padding-top:3px;font-family:verdana,arial,helvetica,sans-serif;font-size:13px;font-weight:bold;color:White;background-color:#578621;height:5px;}
.AmazRed{color:Red;font-weight:bold;}
.AmazInformationTitle {width:100;color: #666;font-weight: bold;font-size:11px;}
.AmazListPrice{text-decoration: line-through;}
.AmazSalesPrice{font-weight: bold; color: Maroon;}
.AmazProdLink{text-decoration:none;font-size:11px; color:#245B69;font-weight: bold;}
.AmazMaximumWidth{width:100%;}
.AmazOrangedot{border-style:dashed;border-width:1px;color:#FAD46E;}
.Amazgreendot{border-style:dashed;border-width:1px;color:#2A861D;}
.AmazCartinfo{color:Black;background-color:#F7F4E2;}
.AmazAmazonprice{font-weight:bold;}
.AmazHeaderA{text-align: center;color: #666;font-weight: bold; background-color:#DDF3D4; border:#ddd 1px solid;}
.AmazAvailability{font-weight:bold; color:red;}
