ul,ol,li {margin-left:10px; font-family:Arial; font-size:12px; font-weight:normal; color:#603400; list-style-position: outside; list-style-image:url(../templates/default/images/icons/listpoint.gif);}

div,address {font-family:Arial; font-size:12px; color:#000000;}

p { font-family:"Arial"; font-size:12px; color:#603400;}
hr {color:#000000; height:1px;}

body { margin:0px; background-color: #FFFFFF;font-weight: normal; font-size: 12px; color:#000000; font-family: Arial, Helvetica, sans-serif; }
td { font-weight: normal; font-size: 12px; color:#000000; font-family: Arial, Helvetica, sans-serif }
th  { font-weight: bold; font-size: 12px; color:#000000; font-family: Arial, Helvetica, sans-serif; text-align:left }

h1 { font-weight: bold; font-size: 12px; color:#000000; font-family: Arial, Helvetica, sans-serif; height:12px; margin:0;}
h2 { font-weight: bold; font-size: 12px; color:#000000; font-family: Arial, Helvetica, sans-serif; height:12px; margin:0;}
h3 { font-weight: bold; font-size: 12px; color:#000000; font-family: Arial, Helvetica, sans-serif; height:12px; margin:0;}

table {padding:0px; border:0px;}

/*input {font-size:10px;color:#000000;background-color:#F9EBC7; border-style:solid; border-width:1px;}*/
input {font-size:10px;color:#000000;background-color:#F9EBC7; border:1px solid black; margin: 0 0 2px 0;}
input.button {font-size:10px;color:#F9EBC7;background-color:#796641; border-style:solid; border-width:1px;}

select {font-size:10px;color:#796641;background-color:#F9EBC7;}
textarea {font-family:"Microsoft Sans Serif";font-size:12px;color:#000000;}


.TButton {color:#603400; background-color:#DAB07F;}

.TStrong {color:#603400; font-weight:bold;}

a:link {color:#000000;}
a:visited {color:#000000;}
a:active {color:#000000;}
a:hover {color:#666666;}
a:focus {color:#000000;}
:unknown {outline: none;}

.TListTitle {font-family:Arial; font-size:12px; font-weight:bold;}
.TListElement {font-family:Arial; font-size:12px; font-weight:normal;}

.TDetailPrice {font-family:Arial; font-size:14px; font-weight:bold; color:#FF0000;}
.TDetailRate {font-family:Arial; font-size:10px; font-weight:normal; color:#FF0000;}

.TDisabledText {font-family:Arial;color:#AAAAAA;}

.TSourceCode {font-family: Arial; font-size:12px; color:#000000; font-style:italic;}

a:link.TNavigationLinks {font-family: Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; text-decoration: none;}
a:visited.TNavigationLinks {font-family: Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; text-decoration: none;}
a:active.TNavigationLinks {font-family: Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; text-decoration: none;}
a:hover.TNavigationLinks {font-family: Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; text-decoration: underline;}
a:focus.TNavigationLinks {font-family: Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; text-decoration: none;}


.TBorderLight {border-style:solid; border-color:#DAB07F; border-width:2px; padding-left:10px; padding-right:10px;}

.THorNavItem {font-family: Arial; font-size: 14px; color:#974700; text-decoration:none;}

a:link.THorNavItem {font-family: Arial; font-size: 14px; color:#974700; text-decoration:none;}
a:visited.THorNavItem {font-family: Arial; font-size: 14px; color:#974700; text-decoration:none;}
a:active.THorNavItem {font-family: Arial; font-size: 14px; color:#974700; text-decoration:none; font-weight:bold;}

a:link.TDetail {font-family: Arial; font-size: 12px; color:#974700; text-decoration:none;}
a:visited.TDetail {font-family: Arial; font-size: 12px; color:#974700; text-decoration:none;}
a:active.TDetail {font-family: Arial; font-size: 12px; color:#974700; text-decoration:none; font-weight:bold;}

.TBackgroundTop {background-color:#ECECEC;}
.TBackgroundLeft {background-color:#ECECEC;}

a:link.TMoreLinks {font-family:Arial; font-size:10px; color:#0067AE}
a:visited.TMoreLinks {font-family:Arial; font-size:10px; color:#0067AE}
a:active.TMoreLinks {font-family:Arial; font-size:10px; color:#0067AE}
a:hover.TMoreLinks {font-family:Arial; font-size:10px; color:#2287CE}
a:focus.TMoreLinks {font-family:Arial; font-size:10px; color:#0067AE}

.TTextBoxRight {font-size:10px; color:#666666;}
.TTitleBoxRight {font-size:12px; color:#666666; font-weight: bold;}

.THeadlineBig {font-family: Arial; font-size:14px; color:#000000; font-weight:bold;}

/*
CHAT
*/

#chatMsgList
{
	height:300px;
/*	width:100%;*/
  width: 650px;
	overflow:auto;
	white-space:nowrap;
	border:1px solid black;
	margin:0 0 3em 0;
  background-color:white;
}
.ssts_chatformtextarea
{
	height:5em;
/*	width:100%;*/
  width: 650px;
	border:1px solid black;
}
#chatSendMessageButton
{
	width:120px;
}
/*Added By HB*/
.error-msg
{
	font-family:Arial; 
	color:#FF0000;
	font-weight: bold;
}
/*End Added*/
