/* 
    Document   : store
    Created on : 20 Αυγ 2009, 12:14:11 μμ
    Author     : costas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.title,
.title:link,
.title:visited,
.title:hover,
.title:active {
  font-size:1.3em;
  color:#1D3E9F;
  font-weight:bold;
}

.blue {
	color: #6379bd;
}

.gray{
  color: #8A8E8C;
}

.price{
  font-size:1.15em;
  font-weight:bold;
  color:green;
}

.origprice{
  font-weight:normal;
  color:green;
  text-decoration:line-through;
}

.promotext{
  font-weight:normal;
  margin-left: 40px;
  color:red;
}
.notice{
  font-weight:normal;
  font-size:0.85em;
  color:green;
  margin-right:30px;
  margin-left:30px;
}

/* CD SPECIFIC */
.titlecd
{
  font-size:1.9em;
  color:#1D3E9F;
  font-weight:normal;
  margin-top:-5px;
}
.subtitlecd{
  margin-top:-5px;
  margin-bottom:10px;
  padding:0 0 0 0;
  font-size:1.4em;
  color:#1D3E9F;
  font-weight:normal;
}
.subtitle2cd{
  font-size:1.0em;
  color:#1D3E9F;
  font-weight:normal;
}



