body {
	background-color: #808080;
	font-family: arial, helvetica;
	font-size: 9pt;
/*	background-image: url(../images/bg2.jpg); */
/*	background-repeat: repeat-x; */
}
body, img, ul, 
li, ol, a, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: 0;
}
p { 
	line-height: 14pt;
	margin: 0;
	padding: 5px 0 5px 0; 
}

.container {
	position: relative;
	width: 950px;
	padding-top: 79px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	height: 49px;
	overflow: hidden;
	background-image: url('../images/logo.png');
	text-decoration: none;
}

a#logo:hover { background-position: 0 -49px; }
#cart {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 240px;
	height: 32px;
	background-color: #fff;
	font-size: 8pt;
	padding: 17px 0 0 10px;
}
#cart img.mycart { position: relative; top: 3px; }
#cart strong { font-weight: bold; color: green; font-size: 9pt; }
#navigation {
	float: left;
	width: 180px;
}
ul#navigation { list-style-type: none; }
ul#navigation li { margin-bottom: 10px; }
#navigation a,
#navigation a:visited {
	display: block;
	width: 180px;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
}
#navigation a:hover,
#navigation a.active {
	background-position: 0 -30px;
}
#navigation a.info { background-image: url('../images/info.png'); }
#navigation a.shop { background-image: url('../images/shop.png'); }
#navigation a.blog { background-image: url('../images/blog.png'); }
#navigation a.boutique { background-image: url('../images/boutique.png'); }
#navigation a.contact { background-image: url('../images/contact.png'); }

#page {
	position: relative;
	float: left;
	width: 480px;
	background-color: #fff;
	min-height: 470px;
	margin-bottom: 10px;
	padding: 30px 10px 30px 10px;
	color: #525252;
}
#page h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 30px;
}
#page h2 img.title {
	position: absolute;
	top: 0;
	right: 10px;
}
#page h3 {
	background-color: #e0e0e0;
	padding: 10px;
	font-size: 14pt;
	font-weight: normal;
	color: #8d8c8c;
	margin-bottom: 5px;
}

#page div.body {
	float: left;
	width: 320px;
}
#page div.details {
	float: left;
	padding: 10px;
	width: 130px;
}
#page div.details p {
	font-size: 8pt;
	color: #000;
}

#extra p a,
#page p a {
	color: #000;
	text-decoration: none;
}
#extra p a:hover,
#page p a:hover { 
	color: #fff;
	background-color: #000;
}


a.next { position: absolute; bottom: 0; right: 0; }
a.prev { position: absolute; bottom: 0; left: 0; }
a.viewcart { position: absolute; top: 10px; right: 0; }

#extra {
	float: left;
	width: 230px;
	min-height: 500px;
	padding: 0 10px 30px 10px;
	background-color: #c2c1c1;
	margin-left: 10px;
}
#extra h2 {
	height: 30px;
}
#extra p {
	font-size: 8pt;
}

#map {
	background-color: #8d8c8c;
	height: 163px;
	margin-bottom: 10px;
}

div.post {
	position: relative;
	margin-bottom: 20px;
}
div.post h3 a,
div.post h3 a:visited {
    text-decoration: none;
	color: #8d8c8c;
}
div.post div.post_meta {
	position: absolute;
	top: 10px;
	right: -160px;
	width: 150px;
	color: #000;
	font-size: 8pt;
}







#details h3 {
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-size: 12pt;
    line-height: 16pt;
}
#details p.details_price {
    font-weight: bold;
    font-size: 13pt;
    padding: 15px 0 10px 0;
}
#details div.options {
    display: block;
    height: 37px;
    position: relative;
}
#details div.options div.size {
    position: absolute;
    top: 0;
    left: 0px;
} 
#details div.options div.quantity {
    position: absolute;
    top: 0;
    left: 78px;
}
#details div.options a.addtocart_btn {
    position: absolute;
    bottom: 0;
    right: -10px;
}
#details div.options select {
    width: 70px;
}
#details p.details_description {
    padding: 15px 0 0 0;
}
#details img.details_image {
    width: 230px;
}


#products {
    padding-top: 20px;
}

div.product {
    position: relative;
    float: left;
    width: 153px;
    height: 172px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 7px 7px 0;
}

div.product div.product_overlay {
    background-image: url('../images/product_overlay_bg.png');
    background-repeat: no-repeat;
    width: 153px;
    height: 172px;
    position: absolute;
    top: 0;
    left: 0;
}
div.product p.name {
    position: absolute;
    top: 105px;
    left: 10px;
    color: #000;
    font-weight: bold;
}
div.product p.brand {
    position: absolute;
    top: 122px;
    left: 10px;
    color: #000;
    font-style: italic;
}
div.product p.price {
    position: absolute;
    top: 140px;
    left: 10px;
    color: green;
    font-size: 10pt;
    font-weight: bold;
}
div.product p.description {
    display: none;
    visibility: hidden;
}




#fading_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#fading_bg img {
    width: 100%;
    z-index: -1;
}

#footer {
	clear: both;
	width: 160px;
	background-color: #000;
	height: 21px;
	padding-top: 9px;
	padding-left: 10px;
	font-size: 7pt;
	color: #fff;
	margin-bottom: 20px;
}
