@charset "UTF-8";

/* {{{ tpl */

/* }}} */

/* {{{ products */
#products {

}

#products #socialbutton {
width:100%;
height:20px;
padding:20px 10px 10px 10px;
}

#products #socialbutton .sb {
float:left;
}

#products #socialbutton a {
text-decoration: none;
border:none;
}

#products #info {
margin: 10px 0 30px 0;
clear:both;
}

#products #info p {
line-height:160%;
padding: 0 0 0 10px;
color:#555;
}

#products .b {
font-weight:bold;
}

#products .large {
font-size:1.2em;
}

#products .xlarge {
font-size:1.4em;
}

#products .topmargin {
margin-top:10px;
}

#products .subtitle {
margin:50px 0 15px 0;
font-weight:bold;
font-size:1.2em;
color:#333;
}

#products .subTitle01{
border-left:5px solid #138A9F;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
padding: 0 0 0 10px;
background-color:#fafafa;

-webkit-border-top-left-radius: 0px;
-khtml-border-radius-topleft: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;

-webkit-border-top-right-radius: 90px;
-khtml-border-radius-topright: 90px;
-moz-border-radius-topright: 90px;
border-top-right-radius: 90px;

-webkit-border-bottom-left-radius: 0px;
-khtml-border-radius-bottomleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px;

-webkit-border-bottom-right-radius: 90px;
-khtml-border-radius-bottomright: 90px;
-moz-border-radius-bottomright: 90px;
border-bottom-right-radius: 90px;
}
/* }}} */