@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */
.tx-commerce-pi1 .com-category h2,
.tx-commerce-pi1 .com-single h2 {
font-size: 1.3em;
color: #8b4513;
background-color: transparent;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
margin-top: 1.1em;
margin-right: 0pt;
margin-bottom: 0.5em;
margin-left: 0pt;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
}

.tx-commerce-pi1 .com-category .com-category h2 {
font-family:'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-size:100%;
border-bottom:none;
margin:0;
text-align: left;
font-weight: bold;
}

.tx-commerce-pi1 .com-single img {
float:left;
margin-right:15px;
}
}

