@charset "utf-8";
/* CSS Document */
body{
background-color:#333333;
text-align:center;
margin:0 auto;
}
.content{
background-color:#FFFFFF;
width:800px;
padding-bottom:15px;
border-radius: 15px;  
-ms-border-radius-bottomleft: 15px;  
-moz-border-radius-bottomleft: 15px;  
-webkit-border-radius-bottomleft: 15px;  
-khtml-border-radius-bottomleft: 15px;
-ms-border-radius-bottomright: 15px;  
-moz-border-radius-bottomright: 15px;  
-webkit-border-radius-bottomright: 15px;  
-khtml-border-radius-bottomright: 15px;
margin-bottom:10px;
}
.tabs{
width:800px;
display:table-row-group;
clear:both;
}
.wholepage{
text-align:left;
margin:0 auto;
width:800px;
}
.spacer{
clear:both;
}
.logo{
margin-bottom:20px;
margin-top:20px;
width:800x;
}
.carrito{
cursor:pointer;
}
.ask{
cursor:pointer;
}
.button{
background:url(checkout.png);
text-align:center;
width:157px;
background-repeat:no-repeat;
height:18px;
padding:5px;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
font-family:'Trebuchet MS';
cursor:pointer;
margin-top:5px;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
div:hover.button{
background:url(checkout2.png);
background-repeat:no-repeat;
}
.smallTitles{
color:#333333;
font-family:Arial;
font-size:14px;
font-weight:bold;
}
textArea{
font-family:Arial;
font-size:12px;
padding:5px;
width:270px;
height:50px;
overflow:auto;
border: 1px solid #666666;
}
input{
border: 1px solid #666666;
}
select{
border: 1px solid #666666;
}