table{
	font-size : 12px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	color:#636363;
}
.solidfull{
	border:solid 1px #CCCCCC;
}
div{
	font-size : 12px;
}
a {
	color: #636364;
	font-size:12px;
	font-family :  Arial,Tahoma,MS Sans Serif;		
	text-decoration: none;
}
a:hover {
	color : #92622b;
	font-size:12px;
	font-family :  Arial,Tahoma,MS Sans Serif;		
	text-decoration : none;
}
a:active {
	color : #92622b;
	font-size:12px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	text-decoration : none;
}
.solidright{
	border-right: solid 1px gray;
}
.solidfull{
	border:solid 1px #CCCCCC;
}
.solidfullwhite{
	border:solid 1px #FFFFFF;
}
.solidbottom{
	border-bottom:solid 1px #000000;
}
.dottedbottom{
	border-left:solid 1px #CCCCCC;
	border-bottom:dotted 1px #CCCCCC;
}
.solidbottomwhite{
	border-bottom:solid 1px #FFFFFF;
}
.solidleftbottom{
	border-left:solid 1px #000000;
	border-bottom:solid 1px #000000;
}
.solidleftbottomwhite{
	border-left:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
}
.solidleftwhite{
	border-left:solid 1px #FFFFFF;
}
.solidlefttopwhite{
	border-left:solid 1px #FFFFFF;
	border-top:solid 1px #FFFFFF;
}
.solidbottomright{
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
}
.solidbottomrightwhite{
	border-bottom:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
}

.solidleftbottomright{
	border-left:solid 1px #000000;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
}
.solidleftbottomright{
	border-left:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
}
.textHeader{
	font-size : 12px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	color:yellow;
	font-weight: bold;
}
.textWhite{
	font-size : 10px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	color:white;
}
.textmenu0{
	font-size : 12px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	color:white;
	font-weight: bold;
}
.textmenu1{
	font-size : 11px;
	font-family : Arial, Tahoma,MS Sans Serif;	
	color:#636363;
	font-weight: bold;
}
.textmenu2{
	font-size : 11px;
	font-family : Arial, Tahoma,MS Sans Serif;	
	color:#707070;
}
.solidmenu1botton{
	border-bottom: solid 1px #c2c2c2;
}
.solidmenu2botton{
	border-bottom: solid 1px #e2e2e2;
}
.footer{
	font-size : 10px;
}
.solidrightdot{
border-right: dotted 1px #e2e2e2;
}
.solidfullimg{
border: solid 2px #e2e2e2;
}
.texthotproduct{
	font-size : 12px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	color:#1b69b4;
}

.textMenu{
	font-size : 14px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	color:#ffffff;
	text-align:center;
	cursor:hand;
}
.textSubMenu{
	font-size : 12px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	color:#636364;
}
.inputText{
	font-size : 12px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	color:#636364;
	border:solid 1px #cccccc;
	width:250px;
}
.inputText2{
	font-size : 12px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	color:#636364;
	border:solid 1px #cccccc;
	width:170px;
}
.inputText3{
	font-size : 12px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	color:#636364;
	border:solid 1px #cccccc;
	text-align:center;
	width:60px;
}
.inputButton{
	font-size : 11px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	color:#636364;
	border:solid 1px #cccccc;
	font-weight:bold;
	background-color:#ffffff;
}
.inputButton2{
	font-size : 10px;
	font-family :  Arial,Tahoma,MS Sans Serif;	
	color:#636364;
	border:solid 1px #a7a7cc;
	font-weight:bold;
	background-color:#ffffff;
}
/* standard list style table */
table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	/*width: 100%;*/
	border-collapse: collapse;
}

table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(../images/login/background.gif);
	background-repeat: repeat;
	font-size: 11px;
	color: #ffffff;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist th a {
	color: #ff9900;
}

table.adminlist tr.row0 {
	background-color: #F5F5F5;
}
table.adminlist tr.row1 {
	background-color: #FFF;
}
table.adminlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
}