@charset "UTF-8";

body {

margin: 0px;
padding: 0px;
background-image: url(http://www.noctem.es/mysp_img/back_noctem.jpg);
background-position: center top;
background-attachment:fixed;
background-repeat:no-repeat;
color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: justify;

}

#wrapper {

width:760px;
margin: 0px auto;

}

#header {

background-image: url(img/noctem_store.png);
background-repeat:no-repeat;
background-position:center;
width: 150px;
height: 150px;
margin: 0px auto;
margin-top: 25px;
margin-bottom: 25px;

}

#products {

width:410px;
margin-right:20px;
float: left;

}

#products h2 {

border-bottom: solid 1px white;
padding-bottom: 3px;

}

#products img {

width:100px;
height:100px;
margin-right:10px;
float: left;
border: solid 1px white;
margin-bottom:60px;

}

#products span {
display: block;
margin-bottom: 10px;

}

#products form input, #products form select {

margin-left: 10px;
margin-right: 10px;

}

#sidebar {

width: 310px;
float: right;

}

.producto {

clear:left;

}

#cart {

border: solid 1px #666666;
padding:15px;
text-align: center;


}

#info {

margin-top:20px;
border: solid 1px #666666;
padding:15px;

}

#info li {

margin-left:-15px;
margin-bottom:15px;

}

#cart h2, #info h2 {

font-size:16px;
margin-top:0px;
padding-bottom:5px;
border-bottom:solid 1px #666666;
}

#cart table {
width:100%;
border-collapse: collapse;
margin-top: 10px;
margin-bottom: 10px;
text-align:center;

}

#cart table th {

padding-bottom: 5px;

}

#cart table td {

border-top: solid 1px #666666;
padding: 7px 0px;

}

#cart input {

background: none;
border:solid 1px #666666;
color:white;
padding:0px;

}

#cart a {

text-decoration:none;
border:solid 1px #666666;
color:white;
padding:0px 5px;

}

#data {

border: solid 1px #666666;
padding:20px;
margin-bottom:100px;
margin-top:30px;

}

#data table {
width:100%;
text-align:center;

}

#data label {

width:100px;
display:block;
float:left;
text-align:left;
margin-bottom:5px;
margin-top:10px;

}

#data input {
float:left;
width:220px;
}

#submit {

float:none !important;
margin-top:15px;
width:100px !important;

}

#data p {

font-size: 10px;

}

#cart-checkout {

padding: 20px;
border:solid 1px #666666;

}

#cart-checkout h1 {

width:70%;
margin:0px auto;
margin-bottom: 20px;

}

#cart-checkout table{

width:70%;
text-align:center;
border-collapse:collapse;
margin:0px auto;

}

#cart-checkout td {

border-top: solid 1px #666666;
padding: 5px 0px;

}

.totals {
background:#333333;
}