/* <?php
*/

/* Shop Styles here please
*/
.legalinfo {
	background: lightgray;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}
/*
General Formatting
*/
.formLabel {
	float:left;
	width:30%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
}

.formField {
	float:left;
	width:60%;
	margin: 2px;
		
}
/**
* Administration Styles
*/
.adminListHeader {
	float:left; height: 48px; background-repeat: no-repeat;
	text-align: left; font-size: 18px; font-weight: bold;
	padding-left: 80px;	
}

.labelcell {
	margin-left: auto;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}

/**
* Errors, Warnings and Info formatting
*/
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
	font-size: 120%;
  	margin-top: 0.8em;
  	margin-left: auto;
  	margin-right: auto;
  	width: 70% !important;
  	clear: both;
  	text-align: justify;
  	vertical-align: middle;
  	border-collapse: collapse;
  	padding: 15px 20px 15px 80px;
  	background-position: 20px 50%;
  	background-repeat: no-repeat;
  	-moz-border-radius: 20px;
  	-khtml-border-radius: 20px;
  	border-radius: 20px;
}
.shop_error {
  	background-color: #fdd;
	background-image: url( ../shop_image/ps_image/log_error.png );
}
.shop_warning {
  	background-color: #ffc;
	background-image: url( ../shop_image/ps_image/log_warning.png );
}
.shop_info {

  	background-color: #eef;
  	background-image: url( ../shop_image/ps_image/log_info.png );
}
.shop_tip {
	background-image: url( ../shop_image/ps_image/info.png );
  	background-color: #dfd;
}
.shop_debug {
	background-color: #F0F8FF;
	background-image: url( ../shop_image/ps_image/log_debug.png );

}
.shop_critical {
	background-color: salmon;
	font-weight: bold;
	background-image: url( ../shop_image/ps_image/log_critical.png );
}

/* AM:  Recordshop styling */

.recordListImage, .recordListImage A
{
    padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;	
	padding-top: 5px;
	position: static;	
}

.recordListItem
{
	font-size: x-small;
	color: navy;
	font-family: Verdana;
}

.recordListItem A
{
	font-size: x-small;
	color: darkred;
	font-family: Verdana;
}


.recordListItem2
{
	font-size: xx-small;
	color: navy;
	font-family: Verdana;
	text-align: left;
}

.recordListItem2 A
{
	font-size: x-small;
	color: red;
	font-family: Verdana;	
}

.recordListInfo
{
	border-top: 1px solid;
	font-size: xx-small;
	color: navy;
	font-family: Verdana;
	border-bottom: 2px solid #6699cc;
	text-align:left;
}

.recordHeader
{
    font-size        : xx-small;
    color            : #000000;
    font-family      : Verdana;
    height           : 15px;
    background-color : #cccccc;    
	border-bottom    : 1px solid #ffffff;
	letter-spacing   : 1px;
    text-align       : left;
    text-transform   : uppercase;
    font-weight      : normal;
    font-size        : 10px;	
}

.recordSep
{
    font-weight      : bold;    
    color            : navy;
    font-family      : Verdana;
    height           : 15px;
	border-bottom    : 1px solid;
	letter-spacing   : 1px;
    text-align       : left;    
    font-size        : 10px;
    text-transform   : uppercase;	
}

.recordImage
{
    text-align: left;
     
}

.recordProp, .recordProp A
{
	font-size: xx-small;
	color: navy;
	font-family: Verdana;
}

.recordInfo, .trackInfo
{
	font-size: xx-small;
	color: navy;
	font-family: Verdana;
	
}

/* AM */
.cartButton
{
  color            : #999999;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : url(../shop_image/cart.gif) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 18px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
 }
 
.cartButtonHover
{
  color            : #99cc00;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : url(../shop_image/cart_hover.gif) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 18px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
 }
 
  
.tracks
{
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color				: navy;
  font-weight      : normal;	
}

.tracksbrowse
{
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color			   : navy;
  font-weight      : normal;	
  padding-top	   : 5px;
  padding-left	   : 5px;
  border-top	   : 1px solid #E0E0E0;
  text-transform   : Uppercase;
}
 