﻿/* style.css: External stylesheet for eBay Listing for djavu2005. */
/* No @media stuff, since that breaks several browsers.     */

/*---------------------------------------------------------
	GLOBAL SETTING
---------------------------------------------------------*/

html {
        overflow: auto;
}

#masthead, #description, #sidebar, #postage, #payment, #terms {
	font: 11px/1.2 Verdana, Helvetica, sans-serif;
	color : #333;
}

a			{ text-decoration:	none;}
a:visited 	{ color: gray; 	background-color: inherit;}
a:link		{ color: blue; 	background-color: inherit;}
a:active	{ color: red; 	background-color: inherit;}
a:hover		{ color: blue; 	text-decoration: underline}

a img {border: none; }
/*---------------------------------------------------------
	TITLE & PARAGRAPH STYLE
---------------------------------------------------------*/

#navlinks a {color : #fff;}

#description h1, #sidebar h1, #postage h1, #terms h1 {
	font-size: 1.6em;
	font-weight: bolder;
	padding: 0.25em 0.5em;
	color: white; 
	background-color : #6495ED;
	text-transform: capitalize;
	margin-top: 0;
}

h2 {
	font-size: 1.3em;
	color: 		#8B008B;
	margin-bottom: 0;
	text-transform: capitalize;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0;
	text-transform: capitalize;
}

p {
	margin-top: 0;	
}

#title {
	font-size: 2em;
	text-transform: uppercase;
	border-bottom: thin solid;
}

#rrp1	{color:	red;}
#rrp2 	{color:	red; text-decoration:line-through;}
#rrp3	{color:	blue;text-decoration:blink;}

#rrp1, #rrp2, #rrp3 {
	font-size: 120%;
}


/*---------------------------------------------------------
	CLASSES 
---------------------------------------------------------*/

.frame { 
border-style:solid;
border-width:1px;
padding:10px;  }

.warning { 
	background: #fff6bf url(Exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
 }

/*---------------------------------------------------------
	OL & UL 
---------------------------------------------------------*/

ul {
	list-style: square;	
	margin-top: 0;
}

#navlinks li {
	display: inline;
	font : 12px "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	border-right: 1px solid #99c;
	margin-right: 0.5em;
	padding-right: 0.5em;
	text-transform: capitalize;
}

#navlinks li.last {
	border-right : 0;
}

/*---------------------------------------------------------
	LAYOUT
---------------------------------------------------------*/
#mashead {
	padding: 0.5em 0.5em;
	width: 950px;
}

#banner {
	width: 950px;
}

#navlinks {
	background: #1E90FF;
	padding: 0.5em 0.5em;
	clear: both;
		width: 940px;
	margin: 0.5em 0;
}

#main {
	width: 950px;
	clear: both;
	margin-bottom: 20px;
}

#description {
	width: 670px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0.5em 0.5em;
	background: #F0FFFF;
}

.block {
	background-color: #FFCCFF;
}

#sidebar {
	width: 230px;
	float: left;
	margin-left: 20px;
}

#sidebar div {
	width: 230px;
	margin-bottom: 20px;
	padding: 0.5em 0.5em;
	border: #CCFFFF thin solid;
}

#postage, #ads, #terms {
	clear: both;
	width: 950px;
	margin-bottom: 20px;
	border: #CCFFFF thin solid;
	padding: 0.5em 0.5em;
}

#boxed {
	margin-top: 10px;
	border: gray thin;
	border-style:dotted;
	background-color: #FFFFF0;
}

#boxed h2, #boxed p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0;
	
}