/* CSS Document */

* {
        font-family: tahoma,sans-serif;
        }
		
body {
		margin: 0;
        padding: 0;
		border: none;
		background: #ffffff url(../graphics/shop/bground.gif) repeat;
		color: #333;
        font-size: small;
		}
				
a {
		text-decoration: none;
    	}

a:hover {
        text-decoration: underline;
        }
		
img {
		border: none;
		}
				
form {
		margin: 0;
		padding: 0;
		}
	
label {
		display: none;
		}
	
h1 {
		color: #274d96;
		font-size: 120%;
		font-weight: normal;
		letter-spacing: 0.1em;
		}
		
h2 {
		color: #274d96;
		font-size: 100%;
		font-weight: normal;
		letter-spacing: 0.1em;
		}
		
#container {
		background: url(../graphics/shop/note.gif) top right no-repeat;
		width: 800px;
		margin: 20px 20px 0 20px;
		padding: 0;
		border: 0;
    	}
	
#header {
		color: #efedea;
		margin: 0 0 5px 0;
		}
	
#header p {
		padding: 0;
		display: inline;
		font-size: 100%;
		}
		
#copyright p {
	margin: 0;
	padding: 0 0 13px 48px;
	border: 0;
	text-align: left;
	color: #7e94c0;
	font-size: 80%;
	}
	
#copyright a {
	color: #7e94c0;
	}
	
#copyright a:hover {
	color: #ff0000;
	}
		
#main {
	background: url(../graphics/shop/sideback.gif) top left repeat-y;
	}
		
#content {
	background-color: #ffffff;
	width: 380px;
	margin: 0 0 0 225px;
	padding: 10px 20px 30px 20px;
	border: solid 1px #7e94c0;
	}
	
#content a {
	color: #7e94c0;
	text-decoration:none;
	}
	
#content a:hover {
	color: #ff0000;
	text-decoration: underline;
	}
	
#item {
	margin: 10px 0 10px 0;
	}	
	
#item h2 {
		color: #274d96;
		font-size: 100%;
		font-weight: bold;
		border-bottom: solid 1px #274d96;
		margin-bottom: 0;
		text-align: right;
		}

#item p {
	margin: 0;
	padding: 0;
	font-size: 100%
	}	
	
#item p.price {
	font-weight: bold;
	text-align: right;
	margin-top: 0.5em;
	font-size: 100%;
	color: #274d96;
	}
	
#item input, #item select {
	font-weight: normal;
	}
	
#item img.photo {
	margin-right: 10px;
	}
	
	
#sidebar {
		float: left;
		width: 153px;
		margin: 0 0 0 38px;
		padding: 15px 5px 0 10px;
		border: solid 1px #7e94c0;
		background: #ffffff url(../graphics/shop/sidepanel.jpg) bottom left no-repeat;
		font-size: 90%;
		color: #274d96;
		}
		
#sidebar input {
		margin: 12px 0 0 0;
		border: solid 1px #7e94c0;
		background-color: #ffffff;
		font-size: 90%;
		color: #c5c5c5;
		}
		
#sidebar a {
		color: #274d96;
		text-decoration: none;
		}
		
#sidebar a:hover {
		color: #ff0000;
		text-decoration: underline;
		}	
		
		
#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
		padding: 2px 0 2px 0;
		}
		
#sidebar li a:link, #sidebar li a:visited {
		padding-left: 15px;
  		background: url(../graphics/shop/bullet.gif) no-repeat;
		}
		
#sidebar li a:hover {
		padding-left: 15px;
  		background: url(../graphics/shop/bulleta.gif) no-repeat;
		}
		
#basketform table {
	background-color: #c7d1e4;
}
		
#basketform td {
	font-size: 90%;
	padding: 2px;
	background-color: #ffffff;
	}
	
#basketform input, #basketform select {
	font-size: 90%;
	}
	
#basketform th {
	font-size: 80%;
	background-color: #c7d1e4;
	font-weight: bold;
	padding: 2px;
	color: #274d96;
	}
	