/* CSS Document */
.info,h1, p,#txtsitemap,th,#actual_content{
font-family: Verdana, arial, san-serif;
}

#txtsitemap {
	padding: 10px;
}


.imagecontent,#actual_content,  .pic2 {
padding:15px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	font-size: 3pt;
	font-family:verdana;
}

#product {
	background-color: #F4F4F4
}

.pic {
	padding:5px;
}


th {
 font-size: 12px;
	background-color:#cccccc;
}

.info {
	font-size:10px;
	color:#000000;
}


.product_list {
	border: 1px solid #999999; 
}


.edge {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.edge_L {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

p, h1{
	color:#000000;
	font-size: 12px;
	padding-left:10px;
	padding-right:10px;
	
}

h1, strong{
    color:#EF4C15;
	font-size:12px;
	font-weight: bold;
}

#pageborder {
	border: 1px solid #999999;
}

#actual_content{
}

table {
background-color:#FFFFFF
}
td{
	font-size: 12px;
}
A:link    { 
	color: gray 
}  
 
A:visited { 
	color: green 
} 

A:active  { 
	color: red
}