/* **************** 
 * Default Styles */
html {direction: ltr; unicode-bidi: embed;}
body {margin-top: 10px;
	margin-left: 0px;
	padding-top: 0px;
	font-family: arial;
	font-size: 12px;
	line-height: 1.4em;
	color: #57453F;}

table {
	padding: 0px;
	text-align:left;
	border-style: none ; 
	border-width:0px;
	border-color: black;
	border-collapse: collapse;}
tr {padding: 0px; border-style: none ;vertical-align: top; }
td {padding: 0px; 
	border-style: none ;
	font-family: arial;
	font-size: 14px;	/* inside a table the measurements are different */
	line-height: 1.2em;
	color: #57453F;}
img {border-style: none; border: none;}
img.clickableImage {border-style: solid; border-width: 2px; border-color:white; ;cursor:pointer;}

a{
	text-decoration: none;
	color : #7EA9A0;
}
a:hover{
	text-decoration: none;
	color : #57453F;
}

a.navLink{
	font-size:11px;
	text-decoration: none;
	color : #7EA9A0;
}
a.navLink:hover{
	text-decoration: none;
	color : #57453F;
}
propertylist:hover {font-family: Verdana, Arial, san-serif; font-size:11px; color:#336699; text-decoration: none;}

/* ********
 * Tables */
table.main {padding: 0px;text-align:left;border-style: solid ; border-width:1px;}
tr {padding: 0px; border-style: none ;vertical-align: top; }
td.main {padding: 0px;border-style: none ; text-align:left;}


table.shoppingCart {
	/* align: center; */
	padding: 2px;
	text-align:left;
	border-style: solid ; 
	border-width:1px;
}
th.shoppingCart {
	padding: 2px;
	border-top: thin solid  black;
	border-right: thin solid  black ;
	border-bottom: thin solid  black;
	border-left: thin solid  black ; 
	border-width:1px;
	font-weight: bold;
}

tr.shoppingCart {
	padding: 2px; 
	border-style: solid ;
	border-width:1px;
}		
td.shoppingCart {
	padding: 2px;
	border-style: solid ;
	border-width:1px;
	vertical-align: top;
}	
	
	

/* ****************** 
 * Text font styles */
siteText	{font-family: arial;
		 font-size: 11px;
		 line-height: 1.4em;
		 color: #57453F;}
		 
.copyrightext	{font-family: arial;
		 font-size: 9px;
		 color: #57453F;}


/* *********************** 
 * For div based layouts */

.spacerLeftDiv{
	float:left;
	width:31px;
	height:10px;
	/* background-color:yellow;*/
}

div#textDataDiv{
	float:left;
	width:304px;
	height:auto;
	/* background-color:#ddccdd; */
	font-family: arial;
	font-size: 12px;
	line-height: 1.4em;
	color: #57453F;	
}

div#shortDescriptionDiv{
	font-weight: bold;
}



.spacer20Div{
	float:left;
	width:20px;
	height:10px;
	/* background-color:yellow; */
}

.spacer5HDiv{
	float:left;
	width:20px;
	height:5px;
	/* background-color:yellow; */
}

div#imageDataDiv{
	float:left;
	width:370px;
	height:auto;
	/* background-color:#dddddd; */
}


div#catNavDiv{
	float:left;
	height:auto;
	/* background-color:#ddccdd; */
	font-family: arial;
	font-size: 12px;
	line-height: 1.4em;
	color: #57453F;	
}

div#NavDiv{
	font-weight: bold;
}


div#imgRibbonTextDiv{
	float:left;
	width:486px;
	height:36px;
	/* background-color:yellow; */
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 0.8em;
	text-align: center;
	color: #57453F;		
}


div#leftMsg{
	float:left;
	width:190px;
	height:260px;
	/* background-color:yellow; */
	font-family: arial;
	font-size: 11px;
	line-height: 1.2em;
	color: #57453F;
}

div#leftMsgSpacer{
	float:left;
	width:75px;
	height:260px;
	/* background-color:red; */
}
	
/*
.floatLeftDiv{
	float:left;
}


.LeftMarginDiv{
	float:left;
	width:31px;
	height:10px;
}

.spacer{
	float:left;
	width:10px;
	height:260px;
}

.spacer20{
	float:left;
	width:10px;
	height:20px;
}

.hspacer{
	float:left;
	width:1px;
	height:5px;
	vertical-align: top;
}

div#TopCatDiv{
	float:left;
	width:146px;
	height:260px;
}


div#SubCatDiv{
	float:left;
	width:146px;
	height:260px;
}

div#ProdDiv{
	float:left;
	width:370px;
	height:260px;
}

div#ImgRibbonDiv{
	float:left;
	width:690px;
	height:80px;
}

div#NavDiv{
	font-weight: bold;
	
}


*/


