﻿/**
 frontend 
*/
.bggrey {
	background-color: #DDDDDD;
}
.redtext {
	font-style: normal;
	color: #FF0000;
	font-size: 12px;
	text-decoration:none;
}
.title_collection
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	
}
.collection
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	
}
a.collection:active	{color:#FFFFFF; text-decoration:none}
a.collection:link	{color:#FFFFFF; text-decoration:none}
a.collection:visited	{color:#FFFFFF; text-decoration:none}
a.collection:hover	{color:#FF0000; text-decoration:none; }

.collection_select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;
	
}
a.collection_select:active	{color:#FF0000; text-decoration:none}
a.collection_select:link	{color:#FF0000; text-decoration:none}
a.collection_select:visited	{color:#FF0000; text-decoration:none}
a.collection_select:hover	{color:#FF0000; text-decoration:none; }


.title_giftshop
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9F5478;
	
}

.giftshop
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9F5478;
	
}
a.giftshop:active	{color:#9F5478; text-decoration:none}
a.giftshop:link	{color:#9F5478; text-decoration:none}
a.giftshop:visited	{color:#9F5478; text-decoration:none}
a.giftshop:hover	{color:#9F5478; text-decoration:none}

/**
backend
*/
#producttip
{
	position:absolute;
	background-color:#FFFFFF;
	border: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	display: "none"
}



.item_disabled
{
	color:#C8C8C8 ;
}

#titleproduct	{
	color:#CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-color: #CC9933;
	font-weight: bold;
}
#titleproduct A,#titleproduct A:visited,#titleproduct A:link{
	color:#FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-color: #CC9933;
	font-weight: bold;
	text-decoration: none;
}
#titleproduct A:hover {
	color: #FFCC00;
	text-decoration: none;
}
/* ------------------------------------------- */
#productstyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
}
#productstyle A,#productstyle A:visited,#productstyle A:link{
	color: #FF6600;
	text-decoration: none;
}
#productstyle A:hover {
	color: #990000;
	text-decoration: none;
}

#productstyle_table{
	width:100%;
	margin:0;
	padding:0;
	border-top: 1px solid #B00219;
	border-right: 1px solid #B00219;
	border-bottom: 1px solid #B00219;
	border-left: 1px solid #B00219;
	border-collapse: collapse;	
}
#productstyle_table td {
	/*width:auto;*/
	margin:0;
	padding:2;
	border-top: 0px solid #B00219;
	border-right: 1px solid #B00219;
	border-bottom: 1px solid #B00219;
	border-left: 0px solid #B00219;
	/*text-align:center;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
#productstyle_table th {
	/*width:auto;*/
	margin:0;
	padding:2;
	border-top: 0px solid #B00219;
	border-right: 0px solid #B00219;
	border-bottom: 1px solid #B00219;
	border-left: 1px solid #B00219;
	background-color:#FFF2F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.bgcell_product_catalog_0
{
	background-color:#FDE3BD;
}
.bgcell_product_catalog_1
{
	background-color:#FEE4BE;
}

.title_catalog_list
{
	font-size:12px;
	font-weight:bold;
}

.bg_functions
{
	font-size:11px;
	/*font-weight:bold;*/
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	background-color: #E6E6E6;
}


#bill_linetitle
{
	padding-top:5px;
	border-top-style:solid ;
	border-top-width: 1px ;
	border-top-color:#CCCCCC;

	padding-bottom:5px;
	border-bottom-style:solid ;
	border-bottom-width: 1px ;
	border-bottom-color:#CCCCCC;
	
	background-color:#DDDDDD ;

	margin-bottom:4px;

	padding-right:5px;	
	text-align:right;
	
	text-transform:uppercase ;
	
}

// ---------------  frontend ------------------






