/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px; 
	margin-right: 0px;	
	margin-bottom: 0px; 
	background-color: #e6e6e6;
        padding: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 20px;
}


h1 {
 margin: 0 auto;
 font-size: 22px;
 text-align: center;
	color: #ff0000;
/*	color: #198106;*/
	font-weight: bold;
 margin-bottom:5px;
 line-height: 25px;
}


h2 {
 margin: 0;
 font-size: 16px;
 text-align: left;
	color: #4057cc;
/*	color: #198106;*/
	font-weight: bold;
 margin-bottom:0px;
}

h3 {
 font-size: 18px;
 text-align: left;
	color: #4057cc;
	font-weight: bold;
 margin-bottom:0px;
}

h4 {
	color: #198106;
        margin: 10px 0 5px 0;
}

p {
 margin: 0 0 0 10px;
 clear: both;
 text-align:left;
 align:left;
}

img {
 border: 0;
}


#footer {
        border-top: 1px solid #198106;
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	margin: auto;
        width:700px;
        line-height: 1.2em;
        clear: both;
}


#comptable {
	padding: 0;
	margin: 0;
}


#comptable table {
	padding: 0;
	margin: 0;
	border: solid #C1DAD7;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
        width: 650px;
        text-align: center;
}

#comptable caption {
	padding: 0 0 5px 0;
	font: italic 
	text-align: right;
}

#comptable th {
	color: #4f6b72;
	border: solid #C1DAD7;
	border-width: 0 1px 1px 0;
	text-align: left;
	background: #CAE8EA;
}


#comptable  td {
	border: solid #C1DAD7;
	border-width: 0 1px 1px 0;
	color: #4f6b72;
}


#comptable  tr.alter {
	border: solid #C1DAD7;
	border-width: 0 1px 1px 0;
	background: #f1f1f1;
}



#comptable  td.spec {
	border: solid #C1DAD7;
	border-width: 0 1px 1px 0;
        background: #fdffce;
}

#comptable  .green{
	color: #198106;
}

#articleArea {
	padding: 0;
	margin: 0;
        width: 90%;
        text-align: center;
}

#articleArea hr {
	margin: 10px 0 10px 0;
        width: 80%;
	color: #bababa;
}

#articleArea p {
	margin: 0;
        text-align: left;
}

#articleArea h3 {
	margin: 10px 0 25px 0;
        text-align:center;
        width:100%;
	color: #cc0000;
        font-size: 18px;
	font-weight: bold;
}

#articleContent {
	margin: 0 20px 0 0;
}

#articleContent p {
	margin: 0;
        text-align: left;
}

#reviewContent p {
	margin: 0;
        text-align: left;
}

#reviewContent h1 {
 font-size: 24px;
 text-align: left;
/*	color: #4057cc;*/
	color: #ff0000;
	font-weight: bold;
 margin-bottom:20px;
 margin-top:10px;
}

a.large {
	color: #ff0000;
        font-size: 18px;
	font-weight: bold;
        line-height: 2em;
}

.red {
	color: #ff0000;
}


#relatedLinks {
	margin-left: 20px;
}

#relatedLinks table {
	padding: 0;
	margin: 0;
	border: solid #C1DAD7;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
        text-align: center;
}

#relatedLinks caption {
	padding: 0 0 5px 0;
	font: italic 
	text-align: right;
}

#relatedLinks th {
	color: #4f6b72;
	border: solid #C1DAD7;
	border-width: 0 1px 1px 0;
	text-align: left;
	background: #CAE8EA;
}


#relatedLinks td {
	border: solid #C1DAD7;
	border-width: 0 1px 1px 0;
	color: #4f6b72;
}


.grey a {
	font-size: 9px;
	color: #666666;
        text-decoration: none;
}

#prodSpecs {
	width: 410px;
      text-align:left;
      float: left;
      padding: 0 10px 0 10px;
	background: #fff;
}

#prodSpecs ul {
	margin: 8px 0 30px 10px;
        padding: 0 0 0 40px;
	list-style-image: url(images/greencheck.png);
}

#prodSpecs li {
	list-style-image: url(images/greencheck.png);
        line-height: 25px;
}

#prodDescr {
	width: 550px;
      text-align:left;
      float: left;
      padding: 0 10px 0 10px;
}

#prodPic {
	width: 360px;
      float: left;
      margin: 20px 0 20px 0;
}


#prodSidebar {
      margin: 0 0 0 20px;
	width: 200px;
      float: left;
}
.blue {
    color: #4057cc;
}

.bodytext-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
	text-align: left;
}


