@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;
	font-family:Arial, Helvetica, sans-serif;
	background:#DDEBEF;	
}

/* list and bullet classes */
ul {
	margin-bottom:10px;
	line-height:22px;
	text-align:left;
	color:#4a4a3d;
}

li {
	list-style-type:disc;
	font-size:12px;
}
li a {
	font-weight:bold;
	color:#137ABF;
}
li a:hover {
	text-decoration:none;
	color:#137ABF;
}

/* form classes */
form {
	margin:0;
	padding:0;	
}

input {
	margin:0;
	padding:0;
}

/* content classes */
h1 {
	margin-top:20px;
	font-size:24px;
	font-weight:bold;	
	color:#413D3E;
	margin-bottom:-10px;
}

h2 {
	margin-bottom:-5px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#777773; 
}

h3 {
	margin-top:30px;
	margin-bottom:-10px;
	font-size:18px;
	font-weight:bold;
	color:#939464;	
}
h3 a {
	color:#5c5d3e;
}

p {
	margin-bottom:10px;
	font-size:12px;
	line-height:18px;
	color:#47473a;	
}
p a:link, p a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#137ABF;
}
p a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#137ABF;
}

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;
	top:0px;
	width:985px;
	margin:0 auto;
	background: url(/i/background1.gif) repeat-y;
}

#wrapper2 {
	position:relative;
	top:0px;
	width:984px;
	margin:0 auto;
	background: url(/i/background2.gif) repeat-y;
}

/* header: entire header, inlcuding standardized text links */
#header {
	position:absolute;
	top:0;
	width:982px;
	height:91px;	
}
#header a:link, #header a:active, #header a:visited {
	text-decoration:none;
	color:#fff;
	padding: 0 1px;
}
#header a:hover {
	text-decoration:underline;
	color:#fff;
}

#header .textlinks {
	width:550px;
	position:absolute;
	top:137px;
	padding: 0 10px 0 10px;
	left:430px;
	font-size:13px;
	font-weight:normal;
	color:#2581C4;
}


/* left column styles */
#left {
	width:200px;
	display:block;
	float:left;
	margin-top:160px;
}
#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:190px;
	margin:15px 0 0 10px;
}

#searchbox .inputbox {
	position:relative;
	width:130px;
	top:-20px;
	left:5px;
	color:#333;
	font-size:12px;
	border:0;
	background:url(/i/spacer.gif);
}

/* 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:173px;
	height:20px;
	padding-top:5px;
	padding-left:30px;
	background:url(/i/m1-background.gif) 2px 0px no-repeat;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.m1:hover {
	background:url(/i/m1-background-hover.gif) 2px 0px no-repeat;
	color:#fff;
}

.youarehere1:link, .youarehere1:visited, .open1:link, .open1:visited {
	width:173px;
	height:20px;
	padding-top:5px;
	padding-left:30px;
	background:url(/i/m1-youarehere.gif) 2px 1px no-repeat;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

/* m2, youarehere2, open2: the off, over, on and open states for the second level navigation */
.m2:link, .m2:visited {
	width:163px;
	margin-left:2px;
	padding:5px 5px 5px 30px;
	border-top:1px solid #fff;
	background:url(/i/m2-background.gif) 20px 10px no-repeat #c7d8df;
	font-size:11px;
	text-decoration:none;
	color:#324C54;
}
.m2:hover {
	background:url(/i/m2-background.gif) 20px 10px no-repeat #c7d8df;
	color:#324C54;
	text-decoration:underline;
}

.youarehere2:link, .youarehere2:visited{
	width:163px;
	margin-left:2px;
	padding:5px 5px 5px 30px;
	border-top:1px solid #fff;
	background:url(/i/m2-youarehere.gif) 20px 10px no-repeat #c7d8df;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#287AB1;
}

.open2:link, .open2:visited {
	width:163px;
	margin-left:2px;
	padding:5px 5px 5px 30px;
	border-top:1px solid #fff;
	background:url(/i/m2-open.gif) 20px 10px no-repeat #c7d8df;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#287AB1;
}


/* m3, youarehere3, open3: the off, over, on and open states for the third level navigation */
.m3:link, .m3:visited {
	width:153px;
	margin-left:2px;
	padding:5px 5px 5px 40px;
	border-top:1px solid #fff;
	background:#93B2BD;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}
.m3:hover {
	background:#93B2BD;
	color:#fff;
	text-decoration:underline;
}

.youarehere3:link, .youarehere3:visited, .open3:link, .open3:visited {
	width:153px;
	margin-left:2px;
	padding:5px 5px 5px 40px;
	border-top:1px solid #fff;
	background:#7396A3;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}

/* 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 #d4d4b8;
	font-size:11px;
	text-decoration:none;
	color:#6b6b4d;
}
.m4:hover {
	background:url(/i/m3-background.gif) 21px 11px no-repeat #abab90;
	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:#4eb440;
}

/* 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:160px 0 0 -1px;
	padding:2px 0;
	background:#324c54;
	font-size:11px;
	text-indent:10px;
	color:#275B71;
}
#breadcrumbs a {
	text-decoration:none;
	color:#fff;
}
#breadcrumbs a:hover {
	text-decoration:none;
	color:#6a97ca;
}

#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;
	background:#275B71;
}

#footer a{
	padding:0 2px;
}


/* 
	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
*/

/* 
	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 .ppclisting {
	padding:10px 0;
	border-bottom:1px dashed #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:#3f3b25;
}
#ppcyshop .ppctitle:hover {
	text-decoration:none;
	color:#000;
}

#ppcyshop .ppcdescription {
	font-size:11px;
	display:block;
	color:#474747;
	padding-left:20px;
	text-decoration:none;
}

#ppcyshop .ppchost {
	overflow:hidden;
	padding-left:20px;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#68613a;
}

#ppcyshop .ppchost:hover {
	text-decoration:none;
	color:#8e8450;
}


/* 
	6 - Sitemap Styles
	These styles apply ONLY to the sitemap page (/sitemap.aspx)
*/
#sitemap {
	font:0.8em/1.6em tahoma;
}

#sitemap a, #sitemap a:visited { 
	text-decoration:none;
}
#sitemap a:hover {
	color:#036;
	text-decoration:underline;
}

#sitemap ul {
	color:#000;
}

#sitemap  ul li ul li a {
	color:#09c;
	font-weight:bold;
}

#sitemap  ul li ul li ul li a { 
	color:#03c;
	font-weight:lighter;
}

#sitemap  ul li ul li ul li ul li a { 
	color:#036;
}

.searchresults {
	color:#4b4b39;
	font-weight:bold;
	font-size:1.5em;
}

/* 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;
