body {
	margin:0px;
	height:100%;
	text-align: center;
	min-height:100%;
	color:#000000;
	background-color:#EEE;	
	background-image:url(../img/pattern.png);
}

h1 {
	color: #777;
	font-size:18px;	
	font-weight:bold;
}

h2 {
	color: #666;
	font-size:16px;	
	font-weight:bold;
}



a {
	text-decoration: none;
	font-weight:bold;
	color: #006FAD;
}
a:visited {
	color: #006FAD;
	font-weight:bold;
	text-decoration: none;
}
a:hover { 
	text-decoration: none;
	font-weight:bold;
	color: #FC4;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	outline: none;
}


strong {
	font-weight:bold;
}


.hlink {
	font-size:11px;	
	
}


.footer {
	font-size:10px;
	text-align:center;
		
}

.breadcrumb {
	font-size:10px;
	color: #777;	
}

.productThumb {
	font-size:11px;
	text-align:center;	
	
}
.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(../img/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}


.toc a {color: #414141; background: #FFF; }

.smallLink {
	font-size:10px;
	color: #F33;
	text-decoration:underline;	
	
}


/*
rounded corners for sidebar:
*/
/* curve height, background image */
.rcorners .t, .rcorners .b, .rcorners .b b, .rcorners .t b{
height:10px;
background-image:url(../img/ffffffeeeeeeeeeeee4101600.png);
}

/* inner color, border color, border width */
.rcorners .c{
background:#eeeeee;
border-color:#eeeeee;
border-left-width:4px;
border-right-width:4px;
}
/* surrounding margins (optional) */
.round{
margin-bottom:5px;
}
.round .c{
/* inner content padding */
padding:0 10px 0 10px;
border-top:0;
border-bottom:0;
border-style:solid;
}
.round .t, .round .b, .round .t b, .round .b b{
display:block;
overflow:hidden;
}
.round .t b, .round .b b{
float:right;
width:50%;
}
.round .t .r{
background-position:top right;
}
.round .b .r{
background-position:bottom right;
}
.round .b{
background-position:bottom left;
}
.round .br{
clear:both;
display:block;
overflow:hidden;
height:0px;
}
