body {
	margin: 0;
	padding: 0;
	background: url(../img/bg.jpg);
	font: normal 12px Arial;
	color: #303030;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bg {
	/*background: url(../img/filetBg.jpg) repeat-y center center;*/
}

#body {
	margin: 0 auto 0 auto;
	width: 951px;
}

#top {
	width: 951px;
	height: 147px;
	background: url(../img/top.jpg) no-repeat;
	position: relative;
	border: #1A1A1A solid 3px;
	border-width: 0 0 3px 0;
}

#top ul {
	position: absolute;
	bottom: 7px;
	left: 230px;
}

#top li {
	font-size: 18px;
	float: left;
        position:relative;
}

#top li a {
	color: #B1B1B3;
	display: block;
	padding: 11px 30px;
}

#top li a:hover,
#top li a.menuHover {
	color: white;
	background: url(../img/menuHover.gif) no-repeat bottom center;
}

#logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 30px;
	width: 200px;
	height: 110px;
}

#middle {
	background: white url(../img/filetHaut.jpg) repeat-x;
}

#main {
	background: transparent url(../img/filetBas.jpg) repeat-x bottom;
	padding: 20px;
}

.glass {
	padding: 10px;
	border: 1px #a6a7a9 dotted;
	border-width: 0 1px 0 0;
	float: left;
}

.glass img {
	cursor: pointer;
}

.glass div.brand {
	font-size: 16px;
	position: relative;
}

.glass div.brand div.price {
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
}

.glass div.buttons input.buttonTry,
.glass div.buttons input.buttonBuy {
	float: right;
	margin-left: 10px;
}

.box {
	border: #6d6d6d solid 1px;
	border-width: 0 1px 10px 1px;
	background: white;
}

.boxTitle {
	height: 27px;
	background: url(../img/topBox.jpg) repeat-x;
	color: white;
	font-size: 18px;
	padding: 6px 0 0 10px;
}

#home {}

#home .glass div.buttons input.buttonBuy {
	display: none;
}

#homeTop {
	background: #CCCCCC url(../img/home.jpg) no-repeat left;
	height: 383px;
	margin: -20px;
	position: relative;
}

#homeTop #postItHome {
        display:block;
        width: 204px;
        height: 193px;
        z-index: 20;
        position: absolute;
        background-image: url(../img/postItHome.png);
        right: 270px;
        top:6px;
}

#homeTop #ETOBox {
	position: absolute;
	right: 8px;
	top: 4px;
	padding: 1px;
        border: ridge 2px #666666;
}

#homeBottom {
	margin: 40px 0 0 0;
}

#catalog {
        position:relative;
}

#catalog #postItCatalog {
        position:absolute;
        display:block;
        width:208px;
        height:196px;
        z-index:30;
        top:-125px;
        right:40px;
        background-image: url(../img/postItCatalog.png);
}

#catalog #ETOBox {
	float: right;
	margin: 20px 20px 19px 20px;
	border: ridge 2px #666666;
	padding: 3px;
}

#catalog .glass {
	background: url(../img/glassBorder.jpg) no-repeat bottom center;
	border: none;
	margin: 19px;
}

#catalog .glass div.brand span {
	text-decoration: underline;
}

#product {
        position:relative;
}

#product #postItProduct {
        display:block;
        width: 163px;
        height: 154px;
        position: absolute;
        z-index: 30;
        top:-154px;
        right:40px;
        background-image: url(../img/postItProduct.png);
}

#product #ETOBox {
	float: right;
	border: ridge 2px #666666;
	padding: 3px;
        margin-top:8px;
}

#product .box {
	width: 650px;
	position: relative;
}

#product .actions {
	height: 42px;
	background: url(../img/actions.jpg) no-repeat top right;
	text-align: right;
}

#product .actions a {
	display: block;
	height: 42px;
	width: 49px;
	float: right;
	cursor: default;
}

#product .actions a:hover {
	height: 38px;
	width: 45px;
	/*border: 2px solid #373738;*/
}

#product .infos {
	width: 176px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #f2f2f2;
	padding: 10px;
	color: #4a4a4a;
}

#product .title {
	font-size: 18px;
}

#product .title span {
	font-size: 45px;
	font-weight: bold;
	color: #303030;
	margin-left: 10px;
}

#product .buttons {
	padding: 20px 0 10px 20px;
}

#product .buttons .buttonBuyProduct {
	margin-left: 10px;
}

#product em {
	display: block;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

.pagination {
	height: 30px;
	text-align: right;
	padding: 4px 20px 0 20px;
	background: url(../img/paginationBg.jpg) repeat-x;
	float: right;
        margin-right:300px;
	font-size: 18px;
}

.pagination strong {
	color: white;
	background: #FF8406;
	padding: 0 2px;
	font-weight: normal;
}

.pagination img {
	vertical-align: -3px;
}

.pagination a {
	padding: 0 2px;
	color: #303030;
}
