﻿body 
{
    
}

.itemlist_itemview
{
   border: none;
   color:Black;
   text-align:center;
   vertical-align: top;
   padding:8px;
   min_height:200px;
   _height: 200px;
}

.itemlist_regularprice_offsale
{
  font-weight:bold;      
}

.itemlist_itemview a:link
{
    border:none;
}

.itemlist_regularprice_onsale
{
  text-decoration:line-through;
  font-weight:bold;
}

.itemlist_saleprice
{
  font-weight:bold;   
  color:Blue;
}

.itemdetails_title
{
    font-weight:bold;
    font-size:15px;
}

.success {
color: #0055BB;
border: 1px solid #629DE3;
padding: 10px 10px 10px 45px;
background: #D8E5F8 url(../admin/images/status-info.png) 10px 50% no-repeat;
margin: 15px 0;	
display: block;
}

.warning {
	color: #c00;
    border: 1px solid #fe7b7a;
    padding: 10px 10px 10px 45px;
	background: #FFD6D6 url(../images/status-alert.png) 10px 50% no-repeat;
margin: 15px 0;	
display: block;
}