/*** reset ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */
/*** /reset ***/

/*** basic ***/
body {
background:#fff;
font:63.5%/1.4 arial,helvetica,sans-serif;
color:#000;
}
p {
margin:0 0 1em 0
}
#extras, #topmenu, .breadcrumb, .content label, .content input, .actions, .login, .brands {
display:none
}
a {
color:#000;
text-decoration:underline
}
strong {
font-weight:bold
}
/*** header ***/
#header h1 a {
text-decoration:none;
font-size:2.2em;
font-weight:bold;
letter-spacing:-.05em;
color:#ccc;
position:absolute;
top:0;
left:0;
}
#header h2 {
font-size:1.8em;
font-weight:bold;
letter-spacing:-.05em;
text-align:right;
color:#ccc;
position:absolute;
top:.2em;
right:0;
width:100%;
border-bottom:1px solid #ccc
}
/*** item ***/
#content {
margin-top:1.5cm
}
.post, .entry {
font-size:1.2em
}
.img {
float:left;
margin:0 20px 10px 0;
border:1mm solid #ccc
}
#primary h3 {
font-size:2.8em;
letter-spacing:-.05em;
font-weight:bold;
line-height:1.1
}
.post .content {
width:50%;
float:right
}
.post .subt p {
margin:0
}
.post .subt {
border:1px solid #ddd;
background:#f5f5f5;
padding:5px 10px;
margin-bottom:5px;
}
.post .price {
font-size:2.8em;
letter-spacing:-.05em;
font-weight:bold;
line-height:1;
}
.post .price small {
font-size:.32em;
letter-spacing:0;
font-weight:normal;
display:block
}
.articles {
margin:0 0 20px;
color:#666;
}
.articles h4 {
font-size:1.6em;
letter-spacing:-.05em;
}
.articles li {
list-style:disc;
margin-left:5mm;
line-height:1.2;
margin-bottom:2px
}
#footer {
font-size:1.1em;
color:#999;
margin-top:1.5cm;
border-top:1px solid #999
}