@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: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:#565656;
}

li {
	list-style-type:disc;
	font-size:12px;
}
li a {
	font-weight:bold;
	color:#ff00cc;
}
li a:hover {
	text-decoration:none;
	color:#ff00cc;
}

/* form classes */
form {
	margin:0;
	padding:0;	
}

input {
	margin:0;
	padding:0;
}

/* content classes */
h1 {
	margin-top:40px;
	font-size:24px;
	line-height:10px;
	font-weight:bold;	
	color:#666;
}

h2 {
	margin-bottom:-5px;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#036fe9;
}

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:#565656;	
}
p a:link, p a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#ff00cc;
}
p a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#ff00cc;
}

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;
	background: url(/i/background1.gif) repeat-y;
}

#wrapper2 {
	position:relative;
	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: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;
}

/* 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;
	height:45px;
	margin:10px 0 10px 10px;
	background:url(/i/search-background.gif);
}

#searchbox input {
	float:left;
}

#searchbox .inputbox {
	width:150px;
	height:15px;
	position:relative;
	top:25px;
	left:4px;
	padding-top:1px;
	padding-right:2px;
	border:0;
	background:none;
	font-size:11px;
	color:#ff00cc;	
}

#searchbox .gobutton {
	width:20px;
	height:20px;
	position:relative;
	top:23px;
	left:4px;
	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;
	padding:5px 5px 5px 25px;
	border-top:1px solid #686868;
	background:url(/i/m1-background.gif) no-repeat 8px 6px #a8c61f;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.m1:hover {
	background:url(/i/m1-background-over.gif) no-repeat 8px 6px #ff00cc;
	color:#fff;
}

.youarehere1:link, .youarehere1:visited, .open1:link, .open1:visited {
	width:170px;
	padding:5px 5px 5px 25px;
	border-top:1px solid #686868;
	background:url(/i/m1-background-over.gif) no-repeat 8px 6px #ff00cc;
	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:165px;
	padding:5px 5px 5px 30px;
	border-top:1px solid #686868;
	background:url(/i/m2-background.gif) no-repeat 20px 9px #949494;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}
.m2:hover {
	background:url(/i/m2-background-over.gif) no-repeat 20px 9px #949494;
	color:#fff;
}

.youarehere2:link, .youarehere2:visited, .open2:link, .open2:visited {
	width:165px;
	padding:5px 5px 5px 30px;
	border-top:1px solid #686868;
	background:url(/i/m2-background-over.gif) no-repeat 20px 9px #949494;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}

/* m3, youarehere3, open3: the off, over, on and open states for the third level navigation */
.m3:link, .m3:visited {
	width:160px;
	padding:5px 5px 5px 35px;
	border-top:1px solid #686868;
	background:url(/i/m3-background.gif) no-repeat 25px 11px #a8a8a8;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}
.m3:hover {
	background:url(/i/m3-background-over.gif) no-repeat 25px 11px #a8a8a8;
	color:#fff;
}

.youarehere3:link, .youarehere3:visited, .open3:link, .open3:visited {
	width:160px;
	padding:5px 5px 5px 35px;
	border-top:1px solid #686868;
	background:url(/i/m3-background-over.gif) no-repeat 25px 11px #a8a8a8;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}


/* 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:#fff;
}
#breadcrumbs a {
	text-decoration:none;
	color:#bede23;
}
#breadcrumbs a:hover {
	text-decoration:none;
	color:#ff00cc;
}

#breadcrumbs span {
	text-transform:capitalize;
}

/* right: this div contains the YShop */
#right {
	width:244px;
	float:left;
}

#rightyshop {
	width:244px;
	float:left;
}

/* footer */
#footer {
	width:984px;
	height:25px;
	clear:both;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:url(/i/footer-background.jpg) repeat-x;
	text-align:right;	
}

#footer .textlinks {
	margin-top:5px;
	margin-right:15px;
	font-size:12px;
	font-weight:bold;
	color:#93b701;
}
#footer .textlinks a {
	text-decoration:none;
	color:#fff;
}
#footer .textlinks a:hover {
	text-decoration:none;
	color:#ff00cc;
}


/* 
	6 - Sitemap Styles
	These styles apply ONLY to the sitemap page (/sitemap.aspx)
*/
#sitemap {
	margin-top:20px;	
}

#sitemap a {
	color:#ff00cc;
	text-decoration:none;
}

#sitemap a:hover {
	text-decoration:underline;
}

#sitemap li {
	margin-left:20px;
}


#sitemap .sub {
	margin-left:30px;
}

#sitemap ul {
	line-height:18px;
	text-align:left;
	color:#565656;
}


/* ad styles */
#leaderboard {
	position: relative;
	margin: 3px 0;
	text-align: center;
}

#skyscraper {
	position: relative;
	margin: 15px 0 15px 0;
	text-align: center;
}

#button {
	position: relative;
	margin: 40px 0 10px 20px;
	text-align: center;
}
#medrect {
	position: relative;
	margin: 20px 0 10px 0;
	text-align: center;
}