/* Guidaroo stylesheet */
/* (c) 2009 Magnesium Media Ltd */

body {
 font-family: corbel, arial, sans-serif;
 font-size: 1em;
 background: url(images/background.gif) repeat-x;
}

#container { 
 margin: 0 auto;
 width: 850px;
 }

#header {
 float: left;
 color: black;
 width: 850px;
 margin: 1em 0 1em 0;
 }

#cart {
 float:right;
 }

#about { 
 float: right;
 width: 475px;
 padding: 0px;
 text-align: right;
}

#content {
 float: left;
 width: 850px;
 padding-bottom: 2em;
}

#description {
 float: left;
 width: 380px;
 margin-right: 25px;
}

#whatsinside {
 float: left;
 border-left: 1px dotted;
 width: 200px;
 padding-left: 20px;
 margin-right: 20px;
 font-style: italic;
}

#info {
 float: right;
 width: 200px;
 font-style: italic;
 text-align: right;
}

#info img {
 border: 1px solid black;
 margin-bottom: 1em;
 }
 
#highlight {
 padding: 20px;
 background: beige;
 border: 1px dotted;
}
 
#postage { 
 font-size: 0.9em;
 width:300px;
 clear: both;
 border-top: 1px black dotted;
 margin: 30px 0px 20px 0px;
}

#cardlogos {
 text-align: center; 
}

#footer { 
 clear: both;
 margin: 1em 0 1em 0;
 text-align: left;
}

a:visited {color: purple;}

h1    {
 color: black;
 font-size:1.6em;
 font-weight: bold;
} 

h2 {
 font-size:1.1em;
 font-weight: bold;
}

h3 {
 font-size:1em;
 font-weight: bold;
}

img { border: none; }

p {
 margin:1em 0em 1em 0em;
 line-height: 1.5em;
}

ul{
list-style-type: none;
padding: 0;
margin-left: 0;
}

li {
 margin: 0.5em  0 0.5em 0;
 font-size: 0.9em;
 line-height: 1.5em;
}
 
table.guidelist {
 width: 100%;
 border: 0;
 cellspacing: 0;
 cellpadding: 0;
 text-align: center;
}

.guidelist td {
 color:black;
 width: 33%;
 background:transparent;
 vertical-align: top;
 text-align: center;
 padding: 0px;
 padding-right: 20px;
 padding-bottom: 20px;
}  

#cardlogos table {
 margin: 0 auto 0 auto;
 width: 70%;
 border: 0;
 padding: 5px;
 text-align: center;
}

#cardlogos td {
 color:black;
 width: 25%;
 vertical-align: middle;
 text-align: center;
 padding: 5px;
}  

.cover {
 float: left;
 padding-right: 15px;
 padding-bottom: 15px;
}

.coverright {
 float: right;
 padding-left: 15px;
 padding-bottom: 15px;
}

.coverpic {
 border: 1px solid black;
}

.section {
 clear: both;
 margin-top: 20px;
}

.right {
 float: right;
 padding-left: 15px;
}

.small {
 font-size: 0.8em;
}
 
