body {
 margin: 0 auto 0 auto;
 padding: 8px 10px 8px 10px;
 background-color: #fff;
 font-size: 75%; 
 text-align: left;
 color: #000;
}

body, input, select, textarea {
 font-family: arial, verdana, sans-serif;
}

input, select, textarea {
 font-size: 95%; 
}

:focus {
 -moz-outline-style: none;
}

* {
	margin:0;
	padding:0;
}

img {
 border: 0;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
 font-size: 1%;
}

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
	line-height:0;
}

.toRight {
 float: right;
}



/* Fonts */

h1,h2,h3,h4,h5,h6 {
 font-family: arial, verdana, sans-serif;
}

h1, h2, h6 {
 margin-bottom: 10px;
 padding-bottom: 10px;
 font-size: 140%;
 font-weight: normal;
 background-image: url(../images/h.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;  
}

h3, h4 {
 font-size: 100%;
}

h4 {
 margin-top: 15px;
}

h6.extended {
 margin-bottom: 13px;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}

a {
 color: #1E568F;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: none;
}



/* Pictures */

.imgLeft {
 margin: 2px 10px 4px 0;
 float: left;
}  

.imgRight {
 margin: 2px 0 4px 10px;
 float: right;
} 



/* Product info */

.priceBox {
 width: 200px;
 margin: 5px 0 3px 5px;
 padding: 4px;
 background-color: #eee;
 border: 1px solid #ccc; 
 float: right;
}

.priceBox .image {
 margin-bottom: 4px;
 padding-bottom: 4px; 
 text-align: center;
}
 
.priceBox .text .price1, 
.cartItems .product .price .price1 {
 display: block;
 width: 80px;
 margin: 5px 6px 0 0; 
 font-weight: bold;
 color: #076186;
 font-size: 120%;
 text-align: right;
 float: left; 
}

.priceBox .text .price2,
.cartItems .product .price .price2 {
 width: 110px;
 margin: 2px 0 10px 0 !important;  
 font-size: 160%;
 font-weight: bold;
 color: #076186; 
 float: left; 
 line-height: 0.9em;
}

.priceBox .text .price2 span, 
.cartItems .product .price .price2 span {
 font-size: 60% !important;
 font-weight: normal !important;
 color: #444 !important;
 background-image: none !important; 
}

.priceBox li span.old {
 color: #076186; 
 text-decoration: line-through;
 background-image: none !important;  
}

.discount {
 color: #f00 !important;
}

.priceBox .pcs {
 display: none;
}

.priceBox span {
 display: none; 
}

.priceBox input.text {
 display: none;
}

.priceBox input.submit {
 display: none;
}



/* Picture list */

.pictureList .item {
 width: 120px;
 height: 93px;
 margin: 15px 6px 6px 0;
 padding: 4px 5px 0 5px;
 background-color: #eee;
 border: 1px solid #ccc;
 text-align: center;
 float: left;
}



/* Item lists */

.product, .article {
 margin-bottom: 5px;
}



/* Hidden elements */

#content .side {
 display: none;
}

#content .main .info {
 display: none;
}

#content .main .back {
 display: none;
}  

#header {
 display: none;
}

#footer {
 display: none;
}