﻿/* LABEL ON PAGE */

.label-pagetitle, .label-subtitle, .label-title
{
	color: #ffffff;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: dotted 1px #cacaca;
	font-weight:bold;
	display:block;
}
.label-pagetitle
{
	font-size: 1.5em;
}
.label-subtitle
{
	font-size: 1.1em;
}
.label-title
{
	font-size: 1.0em;
}	
a.label-title
{
	color:#ffcc00;
}	

.label-bold
{
	font-size: 1.0em;
	font-weight:bold;
}	
.label-information
{
	font-size: 0.8em;
}

/* LABEl IN MODULE (LEFT/RIGHT) */

.label-module-title
{
	color:#999999;
	text-align:left;
	font-weight:bold;
	/*padding-bottom: 0.5em;*/
	display:block;
	padding: 0.2em 0 0.5em 0;
}



/* FOR SKIN  */

.label{
	
}
.label-small, .label-small-bold, .label-recordinformation
{
	font-size:80%;
}
.label-small-bold 
{
	font-weight:bold;
}
.label-large, .label-large-bold
{
	font-size:115%;
	line-height:230%;
}
.label-large-bold
{
	font-weight:bold;
}
.label-larger, .label-larger-bold
{
	font-size:140%;
	line-height:280%;
}
.label-larger-bold
{
	font-weight:bold;
}
.label-description
{
	font-style:italic;
}
.label-warning
{
	font-size:80%;
	color: #FF3300;
}
.label-recordinformation
{
	font-style:italic;
}

.label-price, .label-price-old, .label-price-new
{
	color: #FF3300;
	color:#000000;
}
.label-price-old
{
	text-decoration: line-through;
}
.label-price-new
{
	font-size:120%;
	font-weight:bold;
}
.label-price-saved
{
}

.textbox-default{
	height: 14px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	width: 6em;
	color: #666666;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
}
.textbox-search{
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 120px;
	color: #666666;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
}

.dropdownlist-default{
	height: 20px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	width: 6em;
	color: #666666;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
}
.button-default
{
	margin: 0px;
	padding: 2px 4px;
	color: #FFFFFF;
	border: 1px solid #fff;
	font: normal 10px Verdana,Arial,Helvetica,sans-serif; /*background: #71727F;*/
	background-color: #333333;
}
.button-default:hover
{
	background-color: #333333;
}

.button-search
{
	margin: 0px;
	margin-top:5px;
	padding: 2px 4px;
	color: #FFFFFF;
	border: 1px solid #fff;
	font: normal 10px Verdana,Arial,Helvetica,sans-serif; /*background: #71727F;*/
	background-color: #333333;
	height:20px;
}
.button-search:hover
{

}

.button-key
{
	background-image: url(images/icon/16x16/icon-16-key.png);
	background-repeat: no-repeat;
	display: block;
	float:left;
	height: 16px;
	width: 16px;
}

.button-picture
{
	background-image: url(images/icon/16x16/icon-16-picture.png);
	background-repeat: no-repeat;
	display: block;
	float:left;
	height: 16px;
	width: 16px;
}

.button-blank
{
	background-image: url(images/icon/16x16/icon-16-blank.png);
	background-repeat: no-repeat;
	display: none;
	width: 16px;
	height: 16px;
}

.button-list-image
{
	background-image: url(images/button/button-list-image.png);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 17px;
}
.button-grid-image
{
	background-image: url(images/button/button-grid-image.png);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 17px;
}
.button-grid-noimage
{
	background-image: url(images/button/button-grid-noimage.png);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 17px;
}
.icon-32-download
{
	background-image: url(images/icon/32x32/icon-32-download.png);
	background-repeat: no-repeat;
	display: block;
	float:left;
	height: 32px;
	width: 32px;
}

/* RATING */
.rating 
{
    width: 16px;
    height: 16px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.rating-filled 
{
    background-image: url(images/rating/star-filled.png);
}

.rating-empty 
{
    background-image: url(images/rating/star-empty.png);
}

.rating-saved 
{
    background-image: url(images/rating/star-saved.png);
}
.rating-panel
{
	text-align:center; 
	margin: 5px auto 0px auto; 
	height:20px; 
	width:80px;	
}
.button-price-mail
{
	background-image: url(images/icon/16x16/icon-16-mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	padding-left:20px;
}
.checkbox-default
{
	background-color: Transparent;
}
