/*
	NOTE: All styles are listed, as well as possible,
	in the order they appear visually on the page,
	top left to bottom right	
	- Styles for the YShop located in right hand columm of content pages are declared in /inc/yshop.css
	- Styles for the YShop Marketplace page are declared in /inc/yshopsearch.css
	- Styles for the YShop Catalog page are declared in /inc/yshopcatalog.css
*/

/* 
	1 - Global HTML Styles
	These styles apply globally to the site and are applied directly to html tags
*/
body {
	margin:0;
	padding:0;
	background:url(/i/background.gif);
	font-family:Arial, Helvetica, sans-serif;	
}

/* list and bullet classes */
ul {
	margin-bottom:10px;
	line-height:22px;
	text-align:left;
	color:#666;
}

li {
	list-style-type:disc;
	font-size:12px;
}
li a {
	font-weight:bold;
	color:#405bb4;
}
li a:hover {
	text-decoration:none;
	color:#405bb4;
}

/* form classes */
form {
	margin:0;
	padding:0;	
}

input {
	margin:0;
	padding:0;
}

/* content classes */
h1 {
	margin-top:40px;
	font-size:24px;
	font-weight:bold;	
	color:#333;
	margin-bottom:-10px;
}

h2 {
	margin-bottom:-5px;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#666;
}

h3 {
	margin-top:30px;
	margin-bottom:-10px;
	font-size:18px;
	font-weight:bold;
	color:#333;	
}
h3 a {
	color:#666;
}

p {
	margin-bottom:10px;
	font-size:12px;
	line-height:18px;
	color:#666;	
}
p a:link, p a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#405bb4;
}
p a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#405bb4;
}

img {
	border:0;
}


/* 
	2 - Global Layout Styles
	These styles apply globally to the site and control the main divs that comprise the main layout
*/

/* wrapper: a container div for entire page layout */
#wrapper {
	position:relative;
	width:984px;
	margin:0 auto;
	border-left:2px solid #666;
	background: url(/i/background1.gif) repeat-y;
}

#wrapper2 {
	position:relative;
	width:984px;
	margin:0 auto;
	border-left:2px solid #666;
	background: url(/i/background2.gif) repeat-y;
}

/* header: entire header, inlcuding standardized text links */
#header {
	position:absolute;
	top:0;
	width:984px;
	height:91px;
	background:url(/i/header-gradient.jpg) no-repeat 275px 0;
}
#header a:link, #header a:active, #header a:visited {
	text-decoration:none;
	color:#ffffff;
}
#header a:hover {
	text-decoration:none;
	color:#405bb4;
}

#header .textlinks {
	position:absolute;
	top:66px;
	left:423px;
	font-size:13px;
	font-weight:bold;
	color:#cbcbcb;
}

/* left column styles */
#left {
	width:200px;
	display:block;
	float:left;
	margin-top:91px;
}
#left a {
	display:block;
}

#left-divider1 {
	width:180px;
	display:block;
	background:url(/i/left-divider.gif) no-repeat;
	margin-left:10px;
}

#left-divider2 {
	display:block;
	margin-top:20px;
	margin-left:10px;
	background:url(/i/left-divider.gif) no-repeat;
}

#searchbox {
	width:180px;
	margin:15px 0 0 10px;
}

#searchbox .inputbox {
	position:relative;
	top:-20px;
	left:5px;
	color:#405bb4;
	font-size:10px;
	border:0;
}

/* menu: wraps entire menu */
#menu {
 	display:block;
	width:200px;
}

/* m1, youarehere1, open1: the off, over, on and open states for the top level navigation */
.m1:link, .m1:visited {
	width:170px;
	height:20px;
	padding-top:5px;
	padding-left:30px;
	background:url(/i/m1-background.gif) 5px -24px no-repeat;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.m1:hover {
	background:url(/i/m1-background.gif) 5px -24px no-repeat;
	color:#ccc;
}

.youarehere1:link, .youarehere1:visited, .open1:link, .open1:visited {
	width:170px;
	height:20px;
	padding-top:5px;
	padding-left:30px;
	background:url(/i/m1-youarehere.gif) 5px 1px no-repeat;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#6eafc6;
}

/* m2, youarehere2, open2: the off, over, on and open states for the second level navigation */
.m2:link, .m2:visited {
	width:169px;
	margin-left:6px;
	padding:5px 5px 5px 20px;
	border-top:1px solid #686868;
	background:url(/i/m2-background.gif) 10px 8px no-repeat #949494;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.m2:hover {
	background:url(/i/m2-background.gif) 10px 8px no-repeat #acacac;
	color:#fff;
}

.youarehere2:link, .youarehere2:visited, .open2:link, .open2:visited {
	width:169px;
	margin-left:6px;
	padding:5px 5px 5px 20px;
	border-top:1px solid #686868;
	background:url(/i/m2-background-2.gif) 8px 10px no-repeat #595959;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#6eafc6;
}

/* m3, youarehere3, open3: the off, over, on and open states for the third level navigation */
.m3:link, .m3:visited {
	width:169px;
	margin-left:6px;
	padding:5px 5px 5px 20px;
	border-top:1px solid #686868;
	background:url(/i/m3-background.gif) 11px 11px no-repeat #c1c1c1;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}
.m3:hover {
	background:url(/i/m3-background.gif) 11px 11px no-repeat #acacac;
	color:#fff;
}

.youarehere3:link, .youarehere3:visited, .open3:link, .open3:visited {
	width:169px;
	margin-left:6px;
	padding:5px 5px 5px 20px;
	border-top:1px solid #686868;
	background:url(/i/m3-youarehere.gif) 8px 10px no-repeat #595959;
	font-size:11px;
	text-decoration:none;
	color:#6eafc6;
}

/* m4, youarehere4, open4: the off, over, on and open states for the fourth level navigation */
.m4:link, .m4:visited {
	width:159px;
	margin-left:6px;
	padding:5px 5px 5px 30px;
	border-top:1px solid #686868;
	background:url(/i/m3-background.gif) 21px 11px no-repeat #d7d7d7;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}
.m4:hover {
	background:url(/i/m3-background.gif) 21px 11px no-repeat #b0b0b0;
	color:#fff;
}

.youarehere4:link, .youarehere4:visited, .open4:link, .open4:visited {
	width:159px;
	margin-left:6px;
	padding:5px 5px 5px 30px;
	border-top:1px solid #686868;
	background:url(/i/m3-youarehere.gif) 21px 11px no-repeat #b0b0b0;
	font-size:11px;
	text-decoration:none;
	color:#6eafc6;
}

/* middle: this div also contains the breadcrumbs, the content, and the right columns */
#middle {
	float:right;
	width:784px;
}

#content {
	width:480px;
	float:left;
	padding:0 20px;
}

#content2 {
	width:734px;
	float:left;
	padding:0 20px;
}

#breadcrumbs {
	width:783px;
	height:16px;
	clear:both;
	margin:91px 0 0 1px;
	padding:2px 0;
	background:#454545;
	font-size:11px;
	text-indent:10px;
	color:#6eafc6;
}
#breadcrumbs a {
	text-decoration:none;
	color:#fff;
}
#breadcrumbs a:hover {
	text-decoration:none;
	color:#6eafc6;
}

#breadcrumbs span {
	text-transform:capitalize;
}

/* right: this div contains the YShop */
#right {
	width:244px;
	float:left;
	padding:0 10px;
}

#rightyshop {
	width:244px;
	float:left;
}

/* footer */
#footer {
	width:984px;
	height:27px;
	clear:both;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#454545;
	color: #FFFFFF;
}


/* 
	3 - PPC Styles
	These styles apply globally to the ppc on the content column as well as on the right hand side of the yahoo pages
*/
#ppc {
	width:480px;
	margin:10px 0;
	padding:10px 0;
	border-top:2px solid #b2b2b2;
	border-bottom:2px solid #b2b2b2;
	background-color:#eaeaea;
	color:#474747;
}

#ppc .ppclisting {
	margin:0 10px 0 20px;	
	padding:10px 0;
	border-bottom:1px solid #b2b2b2;
}

#ppc .ppctitle {
	display:block;
	margin-bottom:1px;
	padding-left:20px;
	background:url(/i/ppcbullet.jpg) 0 1px no-repeat;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#405bb4;
}
#ppc .ppctitle:hover {
	text-decoration:none;
	color:#405bb4;
}

#ppc .ppcdescription {
	font-size:11px;
	text-decoration:none;	
	color:#000;
}
#ppcyshop .ppcdescription {
	font-size:11px;
	text-decoration:none;	
	color:#000;
}

#ppc .sponsor-links {
	margin-right:10px;
}
#ppc .sponsor-links a {
	font-size:11px;
	text-decoration:underline;
	color:#6eafc6;
}

#ppc .ppchost {
	margin:0 0 5px 5px;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#6eafc6;
}

#ppc .searchresults {
	margin-left:10px;
	font-size:20px;
	font-weight:bold;
}

#ppc .searchresults em {
	text-transform:capitalize;
}


/* 
	4 - YShop PPC Styles
	These styles apply only to the PPC on the right hand side of /yshopcatalog.aspx and 
*/
#ppcyshop {
	margin:10px 0 0 15px;
	padding:10px 0;
	color:#474747;
}

#ppcyshop .sponsor-links {
	margin-right:10px;
}
#ppcyshop .sponsor-links a {
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	color:#6eafc6;
}

#ppcyshop .ppclisting {
	padding:10px 0;
	border-bottom:1px solid #b2b2b2;
}

#ppcyshop .ppctitle {
	display:block;
	margin-bottom:1px;
	padding-left:20px;
	background:url(/i/ppcbullet2.jpg) 0 1px no-repeat;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#405bb4;
}
#ppcyshop .ppctitle:hover {
	text-decoration:none;
	color:#405bb4;
}

#ppcyshop .ppcdescription {
	font-size:11px;
}

#ppcyshop .ppchost {
	overflow:hidden;
	margin-left:5px;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#6eafc6;
}
#ppcsl {
	padding-bottom:2px;	
	font-size:11px;
	text-transform:uppercase;
	color:#666;	
}

#ppcsl .kw {
	font-weight:bold;
	font-style:italic;
	color:#000;
}

#wt {	
	font-size:11px;
	float:right;	
	text-transform:none;
	color:#999;		
}

#wt a {	
	text-decoration:none;
	color:#bababa;		
}

/* 
	6 - Sitemap Styles
	These styles apply ONLY to the sitemap page (/sitemap.aspx)
*/
#sitemap a {
	text-decoration:none;
}
#sitemap a:hover {
	text-decoration:underline;
}

/* ad styles */
#leaderboard{
	position: relative;
	margin: 3px 0;
	text-align: center;
}

#skyscraper{
	position: relative;
	text-align: center;
	margin: 15px 0 10px 0;
}

#button{
	position: relative;
	margin: 40px 0 10px 0;
	text-align: center;
}

#medrect{
	position: relative;
	margin: 25px 0 10px 0;
	text-align: center;
}