/***** Staying-in Stylesheet *****/

@import url("global.css");



body {
background-color:#c0e4ec;
}


.action-menu {
float:right;
width:370px;
margin-top:15px;
font-size:0.85em;
text-align:right;
color:#485f64;
}
.action-menu a { color:#485f64; }


.intro-txt h2 {
color:#485f64;
}


.product {
background:#e1f6f9 url("../img/product-bg.gif") no-repeat;
}
.product-image {
float:left;
width:215px;
padding:30px 20px 0 35px;
}
.product-image .sample {
text-align:center;
}
.product-image .sample a {
font-size:0.75em;
color:#204a86;}
.product-image .sample a:hover { text-decoration:none; }
.product-description {
float:left;
width:380px;
}
.product-description h1 { font-weight:bold; padding:25px 0 20px 0; }
.product-description ul {
padding:0;
font-size:0.8em;
list-style-position:outside;
margin-left:15px;
color:#496065;
line-height:150%;
}
.product-description ul li.divider {
margin:5px 0;
border-bottom:1px solid #b9d2d7;
list-style-type:none;
}
.product-form {
margin-top:2px;
float:left;
width:239px;
margin-left:50px;
font-size:0.8em;
text-align:center;
border-left:1px solid #c8e6ec;
}
.product-form .top {
padding:25px 0;
background-color:#f5f5f5;
border-bottom:1px solid #c8e6ec;
}
.product-form .bottom {
padding:50px 0 50px 0;
}
.product-form .price { font-size:2.2em; font-weight:bold; margin-left:5px; }
.product-form .guarantee { font-size:0.9em; color:#204a86; }
.product-form input[type="text"] {
width:29px;
height:25px;
padding:4px 4px 0 4px;
margin-left:10px;
font-size:1.4em;
font-weight:bold;
color:#333;
border:3px solid #b7d6d8;
}
.product-form input[type="text"]:focus { background-color:#d3f7f9; border-color:#a6c2c4; }
.product-form .button-wrapper { 
width:130px;
margin:10px auto;
border:10px solid #c0e4ec; 
}
.product-form input[type="submit"] {
height:35px;
width:130px;
font-size:0.9em;
color:#fff;
font-weight:bold;
cursor:pointer;
background-color:#3b87f5;
border:1px solid #2d66ba;
}


.main-content {
padding: 18px 10px 0 10px;
background-color:#fff;
}


.left-column {
float:left;
width:530px;
}


.quotes {
padding:0 10px 30px 10px;
}
.quotes a { color:#555; text-decoration:underline; }
.quotes h2 {
font-weight:bold;
padding:5px 0 10px 0;
}
.quotes p {
line-height:150%;
padding:0;
}
.quotes p.source {
margin:5px 0 0 15px;
}
.quote {
margin-bottom:30px;
color:#555;
font-size:0.85em;
}

#copyright { color:#a570a1; }
.strikethrough {text-decoration: line-through;}

