/* ----- Reset -------------------------------------------------------------- */
html, body, ul, p, h1, h2, h3, h4, form, fieldset {
	margin: 0;
	padding: 0;
}
ul li {
	font-size: 120%;
	list-style-type: none;
}
a {
	outline: 0;
}
a img {
	border: 0;
}
input, textarea, button {
	font-family: Georgia, serif;
	font-size: 120%;
}
input, button, select {
	vertical-align: middle;
}
select {
	padding: 1px;
}
table {
	border-collapse: collapse;
}

/* ----- Layout ------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, serif;
	font-size: 62.5%;
	color: #000;
	background: #fff url(../pics/bgBody.png) left top repeat-x; 
}
#wrapper {
	position: relative;
	top: 28px;
	width: 960px;
	margin: 0 auto;
	padding: 1px 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}
#faux {
	width: 100%;
	margin: 0;
}
#header {
	position: relative;
	height: 244px;
	margin: 4px 5px;
	background: #fff url(../pics/bgHeader.jpg) center center no-repeat;
}
#header h1 {
	position: absolute;
	top: 50px;
	left: 550px;
}
#header h1 a {
	display: block;
	width: 371px;
	height: 99px;
	background: transparent url(../pics/logo.png) left top no-repeat;
	overflow: hidden;
	text-indent: -999px;
}
#menu {
	border: 1px solid #fff;
	border-width: 0 1px;
	background: #ee99ba url(../pics/bgMenu.png) left top repeat-x;
	zoom: 1;
}
#menu:after {
	display: block;
	height: 0;
	clear: both;  
	visibility: hidden;
	content: ".";
}
#menu li {
	float: right;
	padding: 0;
	font-size: 100%;
}
#menu li a {
	display: block;
	color: #fff;
	font-size: 150%;
	text-decoration: none;
}
#menu li a span {
	display: block;
	padding: 11px 12px;
}
#menu li a:hover, #menu li.active a {
	background: transparent url(../pics/bgMenuItemActive.png) left center no-repeat;
}
#menu li a:hover span, #menu li.active a span {
	background: transparent url(../pics/bgMenuItemActiveB.png) right center no-repeat;
}
#side-a {
	position: relative;
	display: inline;
	float: left;
	width: 202px;
	margin: 0 5px;
	padding: 15px 0;
}
#content {
	position: relative;
	display: inline;
	float: left;
	width: 525px;
	margin: 0 5px;
	padding: 15px 0;
}
#side-b {
	position: relative;
	display: inline;
	float: right;
	width: 202px;
	margin: 0 5px;
	padding: 15px 0;
}
#footer {
	position: relative;
	padding: 5px 5px;
	background: #fff url(../pics/bgMenu.png) left top repeat-x;
	clear: both;
}
#footer p {
	margin: 0;
}

.box {
	position: relative;
	margin-bottom: 10px;
	background: #fff url(../pics/bgBoxHeader.png) left top no-repeat;
}
.box h4 {
	padding: 5px 0 13px 30px;
	color: #ee679b;
	font-size: 160%;
	font-weight: normal;
}
.box h4.category {
	background: transparent url(../pics/iconCategory.gif) 10px 8px no-repeat;
}
.box h4.cart {
	background: transparent url(../pics/iconCart.gif) 10px 8px no-repeat;
}
.box h4.informations {
	background: transparent url(../pics/iconInformations.gif) 10px 8px no-repeat;
}
.box h4.bestseller {
	background: transparent url(../pics/iconBestseller.gif) 10px 8px no-repeat;
}
.box .content {
	border: 1px solid #fad1e1;
	border-width: 0 1px;
	padding: 1px 10px;
	background: #fff url(../pics/bgBoxContent.png) left top no-repeat;
}
.box .bottom {
	height: 6px;
	background: transparent url(../pics/bgBoxBottom.gif) left top no-repeat;
}

.box.category ul {
	position: relative;
	padding: 1px 0;
}
.box.category ul li {
	margin: 2px 0;
	background: transparent url(../pics/bgSubmenuItem.gif) left top repeat-x;
	font-size: 100%;
}
.box.category ul li:first-child {
	background: none;
}
.box.category ul li a {
	display: block;
	padding: 3px 5px 3px 15px;
	color: #ed82ab;
	font-size: 140%;
	text-decoration: none;
}
.box.category ul li a:hover, .box.category ul li a.active {
	background: transparent url(../pics/iconAsterisk.gif) left center no-repeat;
	color: #ee679b;
}
.box.category ul li ul li {
	background: none;
}
.box.category ul ul li a {
	padding-left: 30px;
	font-size: 120%;
}
.box.category ul li ul li a:hover, .box.category ul li ul li a.active {
	background-position: 15px center;
}

.item {
	position: relative;
	float: left;
	width: 230px;
	height: 200px;
	margin: 15px 20px 15px 0;
}
.item h3 {
	color: #ee679b;
	font-size: 140%;
}
.item img {
	float: left;
	margin: 5px;
}
.item .price {
	color: #ee679b;
	font-size: 160%;
	font-weight: bold;
}
.item p.description {
	clear: both;
}

a.button {
	display: inline-block;
	background: transparent url(../pics/bgButton.png) left center no-repeat;
	color: #fff;
	font-size: 140%;
	text-align: center;
	text-decoration: none;
}
a.button span.button {
	padding: 5px 10px;
	background: transparent url(../pics/bgButtonB.png) right center no-repeat;
}
a.buy span.button, a.detail span.button {
	width: 45px;
}

#content {
	line-height: 1.5;
}
h2 {
	margin: 0;
	padding: 0 0 10px;
	color: #ee679b;
	font-size: 190%;
}
h3 {
	margin: 10px 0;
	font-size: 140%;
}
p {
	margin: 10px 0;
	font-size: 120%;
}
p.warning {
	border: 1px solid #f1aa2d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	background: #feffc8;
}
a {
	color: #ee679b;
}
a:hover {
	text-decoration: none;
}
label {
	font-size: 120%;
	vertical-align: middle;
}
#content ul li {
	padding-left: 20px;
	background: #fff url(../pics/bullet_pink.png) left top no-repeat;
}
span.button {
	display: inline-block;
	border: 0;
	padding: 0;
	background: transparent url(../pics/bgButton.png) left center no-repeat;
	vertical-align: middle;
	cursor: pointer;
}
span.button input {
	display: block;
	border: 0;
	margin: 0;
	padding: 5px 10px;
	background: transparent url(../pics/bgButtonB.png) right center no-repeat;
	color: #fff;
	font-size: 140%;
	cursor: pointer;
}

fieldset {
	position: relative;
	display: block;
	border: 1px solid #FAD1E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0;
	padding: 5px 10px;
	background: #ffedf4;
}
fieldset legend {
	font-size: 120%;
}
fieldset label {
	font-weight: bold;
}
fieldset.addToCart {
	width: 241px;
}
fieldset.addToCart #count {
	width: 30px;
	margin: 0 15px 0 5px;
	text-align: center;
}
fieldset.addToCart span.button input {
	background-image: url(../pics/bgButtonBPink.png);
}

div.picture {
	float: right;
	width: 160px;
	text-align: center;
}

span.icon {
	position: relative;
	top: 3px;
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
}
span.zoom {
	background: transparent url(../pics/iconZoomIn.gif) left top no-repeat;
}

div.clear, div.pagination {
	clear: both;
}

table.product-info th {
	padding: 2px 5px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
table.product-info td {
	padding: 2px 5px;
	font-size: 120%;
	text-align: left;
}

table.discounts {
	width: 50%;
	margin: 10px 0;
}
table.discounts th, table.discounts td, table.discounts caption {
	border: 1px solid #fad1e1;
	padding: 2px 10px;
	background: #ffedf4;
	font-size: 120%;
	text-align: left;
}
table.discounts caption {
	border-bottom: 0;
	font-size: 140%;
	font-weight: bold;
}

table th, table td {
	font-size: 120%;
	vertical-align: middle;
}
table a.button {
	font-size: 120%;
}

table.cart {
	width: 100%;
}
table.cart td input {
	width: 30px;
	text-align: center;
}

table.form th, table.form td {
	font-size: 100%;
	text-align: left;
}

span.required {
	padding-left: 3px;
	color: #f00;
}

div.buttons {
	margin: 10px 0;
	text-align: right;
}

div.pagination {
	font-size: 120%;
	text-align: right;
}
div.pagination div.links {
	float: left;
}
div.pagination div.links a, div.pagination div.links b {
	border: 1px solid #ee689c;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 5px;
	padding: 3px 5px;
	background: #ffedf4 url(../pics/bgMenu.png) left top repeat-x;
	color: #ee689c;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
div.pagination div.links a:hover, div.pagination div.links b {
	color: #000;
}

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

