@import url("/inc/ppc.css");

/*
	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:#D6EAF1;
	font-family:Arial, Helvetica, sans-serif;	
}

/* list and bullet classes */
ul {
	margin-bottom:10px;
	line-height:22px;
	text-align:left;
	color:#302f3d;
}

li {
	list-style-type:disc;
	font-size:12px;
}
li a {
	color:#6790b7;
}
li a:hover {
	color:#04547a;
}

/* 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:#4d6988;
	margin-bottom:-10px;
}

h2 {
	margin-bottom:-5px;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#7f94ac;
}

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:#302f3d;	
}
p a:link, p a:visited {
	color:#6790b7;
}
p a:hover {
	color:#04547a;
}

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, #wrapper2 {
	position:relative;
	top:0px;
	width:740px;
	margin:0 auto;
	background: url(/i/background1.gif) repeat-y;
}

/*#wrapper2 {
	position:relative;
	top:0px;
	width:740px;
	margin:0 auto;
	background: url(/i/background2.gif) repeat-y;
}*/

/* header: entire header, inlcuding standardized text links */
#header {
	position:absolute;
	top:0;
	width:740px;
	height:160px;
}
#header a:link, #header a:active, #header a:visited {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#header a:hover {
	text-decoration:none;
	color:#1c7bbd;
	font-weight:bold;
}

#header .textlinks {
	position:absolute;
	top:133px;
	left:242px;
	padding:5px;
	font-size:12px;
	color:#000;
	font-weight:bold;	
}

#header-prologue{
    background:url(/i/header-logo-prologue.jpg) no-repeat;
    width:168px;
    height:263px;
    position:absolute;
    top:0;
    margin:0 0 0 -168px;
}

/* left column styles */
#left {
	width:200px;
	display:block;
	float:left;
	margin-top:160px;
	background-image:url(/i/search-title.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#left a {
	display:block;
}

#left-divider1 {
	width:180px;
	display:block;
	background:url(/i/spacer.gif) #343434;
	margin-left:10px;
}

#left-divider2 {
	width:180px;
	display:block;
	margin-top:20px;
	margin-left:10px;
	background:url(/i/spacer.gif) #343434;
}

#searchbox {
	width:200px;
	height:80px;
	margin:25px 0 0 0px;
}

#searchbox .inputbox {
	position:relative;
	top:7px;
	left:5px;
	width:143px;
	height:16px;
	border:0;
	font-size:10px;
	color:#6f5a63;
	font-size:12px;
}

#searchbox .go-button{
    float:right;
    margin-right:10px;
}

/* 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, .youarehere1:link, .youarehere1:visited, .open1:link, .open1:visited {
	width:170px;
	height:20px;
	padding-top:5px;
	padding-left:30px;
	background:#cdcdcd;
	border-bottom:1px solid #000;
	font-size:11px;
	text-decoration:none;
	color:#000;
}
.m1:hover {
	background:#349de7;
	color:#cecbd2;
}
.youarehere1:link, .youarehere1:visited, .open1:link, .open1:visited {
	font-weight:bold;
}

/* m2, youarehere2, open2: the off, over, on and open states for the second level navigation */
.m2:link, .m2:visited, .youarehere2:link, .youarehere2:visited, .open2:link, .open2:visited {
	width:170px;
	height:18px;
	padding:5px 0 0 30px;
	background:url(/i/m2-background.gif) no-repeat 5px 0;
	border-bottom:1px solid #1f232c;	
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
.m2:hover {
	color:#fff;
}
.youarehere2:link, .youarehere2:visited, .open2:link, .open2:visited
{
	font-weight:bold;
}


/* middle: this div also contains the breadcrumbs, the content, and the right columns */
#middle {
	position:relative;
	float:right;
	width:540px;

}

#content {
	width:495px;
	float:left;
	padding:0 20px;
}

#content2 {
	width:495px;
	float:left;
	padding:0 20px;
}

#breadcrumbs {
	width:537px;
	height:16px;
	clear:both;
	margin:160px 0 0 2px;
	padding:2px 0;
	background:#73746c;
	font-size:11px;
	text-indent:10px;
	color:#81beee;
}
#breadcrumbs a {
	text-decoration:none;
	color:#fff;
}
#breadcrumbs a:hover {
	text-decoration:none;
	color:#000;
}

#breadcrumbs span {
	text-transform:capitalize;
}

/* right: this div contains the YShop */
#right {
	width:240px;
	float:right;
	padding:0 10px;
}

#rightyshop {
	width:240px;
	float:right;
}

/* footer */
#footer {
	width:740px;
	height:27px;
	clear:both;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#434a59;
}



/* 
	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;
}

.sponsor-links {
	font-size:10px;
}
.sponsor-links a {
	text-decoration:underline;
	color:#6f5a63;
}
.sponsor-links a:hover {
	text-decoration:none;
	color:#c42607;
}

#ppcyshop .ppclisting {
	padding:10px 0;
	border-bottom:1px solid #afa781;
}

#ppcyshop .ppctitle {
	display:block;
	margin-bottom:1px;
	padding-left:12px;
	background:url(/i/bullet.gif) no-repeat 0 5px;
	font-size:16px;
	font-weight:bold;
	color:#8c1a1c;
}
#ppcyshop .ppctitle:hover {
	text-decoration:none;
	color:#c42607;
}

#ppcyshop .ppcdescription {
	display:block;
	padding-left:12px;
	font-size:11px;
	color:#000;
	text-decoration:none;
}

#ppcyshop .ppchost {
	display:block;
	margin-bottom:5px;
	padding-left:12px;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	color:#8c1a1c;
}
#ppcyshop .ppchost:hover {
	text-decoration:none;
	color:#c42607;
}


/* 
	6 - Sitemap Styles
	These styles apply ONLY to the sitemap page (/sitemap.aspx)
*/
#sitemap a {
	text-decoration:none;
}
#sitemap a:hover {
	text-decoration:underline;
}

.searchresults {
	color:#000;
	font-weight:bold;
	font-size:1.5em;
}

/* Ad styles */
#leaderboard {
	position: relative;
	margin: 3px 0;
	text-align: center;
}

#skyscraper {
	position: relative;
	text-align: center;
	padding: 20px 0 10px 0;
}

#medrect {
	position: relative;
	text-align: center;
	padding: 20px 0 10px 0;
}

#button {
	position: relative;
	text-align: center;
	padding: 10px 0 10px 0;
}