@charset "utf-8";
/* CSS Document */

/* Products Details */

div#mainProdImg img {
margin-right: 20px;
}

div#mainProdDetails ul {
font-size: 125%;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 10px 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

div#mainProdDetails ul li {
margin: 0 0 6px 0;
}

div#mainProdDetails ul li span {
color: #ef9f14;
}

div#mainProdDetails ul li span.enlarge {
font-size: 140%;
}

div#prodDesc p {
margin: 0 0 15px 0;
}

div#prodDesc ul {
margin: 0 0 15px 25px;
padding: 0;
list-style: square;
}

div#prodDesc ul li {
margin: 0 0 3px 0;
padding: 0;
}

div#prodBtns form.apply, div#prodBtnsDesc form.apply {
margin: 0;
float: left;
width: 50%;
}

div#prodBtns form.apply input.apply, div#prodBtnsDesc form.apply input.apply {
padding: 5px;
text-decoration: none;
display: block;
font-weight: bold;
color: #fff;
font-size: 12px;
background-color: #ff9900;
border: 2px solid #cc6600;
cursor: pointer;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
}

div#prodBtns form.compare, div#prodBtnsDesc form.compare {
margin: 0;
float: left;
width: 50%;
text-align: right;
}

div#prodBtns form.compare input.compare, div#prodBtnsDesc form.compare input.compare {
padding: 4px;
text-decoration: none;
display: block;
font-weight: bold;
color: #fff;
font-size: 10px;
margin-right: 10px;
background-color: #a3c22e;
border: 2px solid #92b11e;
cursor: pointer;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#prodReviews h3 {
margin: 0 0 5px 0;
padding: 0;
font-size: 180%;
}

div#prodReviews h4 {
margin: 0 0 10px 0;
padding: 0;
color: #999;
font-size: 140%;
}

div#prodReviews ul {
margin: 0;
padding: 0;
list-style: none;
border-top: 1px dashed #ccc;
line-height: 140%;
}

div#prodReviews ul li {
padding: 10px 0;
border-bottom: 1px dashed #ccc;
color: #999;
}

div#prodReviews ul li a {
font-size: 120%;
}

div#prodReviews ul li span {
color: #b0d135;
font-weight: bold;
}

div#prodReviews ul li span.gry {
color: #666;
font-weight: normal;
}

/* FOTD */

div#fotdLeftPanel, div#fotdRightPanel {
color: #fff;
background-color: #2b87b2;
background-repeat: no-repeat;
margin-bottom: 15px;
}

div#fotdLeftPanel {
background-image: url(/assets/images/template/fotd-panel-br.gif);
background-position:bottom right;
margin-right: 10px;
}

div#fotdLeftPanel div#fotdContent {
background-image: url(/assets/images/template/fotd-panel-header-r.gif);
background-position: top right;
}

div#fotdRightPanel {
background-image: url(/assets/images/template/fotd-panel-bl.gif);
background-position:bottom left;
margin-left: 10px;
}

div#fotdRightPanel div#fotdContent {
background-image: url(/assets/images/template/fotd-panel-header-l.gif);
}

div#fotdContent {
background-repeat: no-repeat;
padding: 15px;
}

div#fotdContent h3 {
margin: 5px 0 10px 0;
padding: 0;
color: #fff;
}

div#fotdContent p {
margin: 0 0 10px 0;
padding: 0;
font-size: 100%;
}

div#fotdContent p.source {
margin: 0;
padding: 0;
font-style: italic;
font-size: 90%;
}

/* Poll Module */

#pollContainer  {
	margin-bottom: 15px;
}

#pollContainer {
	background-color: #B0D135;
    color: #fff;
}

.pollContent {
	background-image: url('/assets/images/template/poll_bg_top_repeat.gif');
	background-repeat: repeat-x;
}

#pollContainer .topCorner {
    width: 14px;
    height: 14px;
    vertical-align: top;
}

#pollContainer .bottomCorner {
	width: 14px;
	height: 14px;
	vertical-align: bottom;
}
.pollContent .pollBot {
    text-align: center;
}

.pollContent .h2 {
margin: 0;
padding: 10px 0 0 7px;
}

.pollContent fieldset {
border: none;
padding: 0;
}

.pollContent legend {
display: none;
}

.pollContent p {
margin: 0;
padding: 0 12px;
}

.pollContent p.poll {
font-size: 120%;
margin: 0;
padding: 10px 7px;
font-weight: bold;
color: #fff;
}

.pollContent ul {
list-style: none;
margin: 0;
padding: 10px 0 10px 7px;
}

.pollContent ul li {
padding-bottom: 3px;
}

.pollContent ul li label {
color: #fff;
}

.pollContent ol {
list-style: none;
margin: 0;
padding: 10px 0 10px 10px;
}

.pollContent ol li {
clear: left;
color: #fff;
}

.pollContent ol li.mid {
margin: 4px 0;
}

.pollContent ol li input.poll {
float: left;
width: 30px;
}

.pollContent ol li input.full {
clear: left;
width: 55px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}

.pollContent ol li label {
font-weight: bold;
color: #fff;
}

.pollContent ol li label.poll {
float: left;
padding-top: 3px;
padding-right: 10px;
font-weight: normal;
}

.pollContent ol li span {
}

/* NEW Preview */

div#mainNewsPanel {
position: relative;
width: 100%;
z-index: 0;
height: 250px;
}

div#mainNewsTxtPanel {
background-color: #000;
filter: alpha(opacity=80);
-moz-opacity: .80;
opacity: .80;
width: 40%;
position: absolute;
right: 0;
z-index: 1;
height: 250px;
}

div#txtInsert {
padding: 10px;
color: #fff;
}

div#txtInsert h2 {
font-size: 200%;
}

div#txtInsert a {
color: #fff;
}

div.newsPreview {
border-top: 6px solid #b0d135;
padding: 15px 0 10px 0;
margin: 0 10px;
background-image: url(/assets/images/template/panel-fade.gif);
background-repeat: repeat-x;
}

div.newsPreview h3 {
margin: 0 0 10px 0;
padding: 0 0 10px 5px;
border-bottom: 1px dashed #c0c0c0;
}

div.newsPreview div.listRow {
margin: 0 0 10px 0;
padding: 0 0 10px 5px;
border-bottom: 1px dashed #c0c0c0;
}

div.newsPreview div.listRow div.listRowImg {
float: left;
margin-right: 5px;
}

div.newsPreview div.listRow div.listRowTxt {
float: left;
}

div.newsPreview div.listRow div.listRowTxt a {
color: #333;
font-weight: bold;
text-decoration: none;
font-size: 110%;
}

div.newsPreview div.listRow div.listRowTxt p.date {
font-size: 90%;
padding: 0 0 3px 0;
margin:0;
}

/* Home News List */

div.homeListPreview {
border-top: 6px solid #b0d135;
padding: 15px 0 10px 0;
margin: 0;
width: 390px;
background-image: url(/assets/images/template/panel-fade.gif);
background-repeat: repeat-x;
}

div.homeListPreview h3 {
margin: 0 0 5px 0;
padding: 0 0 10px 5px;
border-bottom: 1px dashed #c0c0c0;
}

div.homeListRow {
width: 380px;
margin: 0 0 5px 0;
padding: 5px;
border-bottom: 1px dashed #c0c0c0;
}

/*div.homeListRow div.homeListRowImg {
float: left;
margin-right: 10px;
width: 80px;
}*/

div.homeListRow div.homeListRowImg {
float: left;
margin-right: 10px;
width: 50px;
}

div.homeListRow div.homeListRowImg img {
width: 50px;
}

/*div.homeListRow div.homeListRowTxt {
float: left;
width: 290px;
}*/

div.homeListRow div.homeListRowTxt {
float: left;
width: 320px;
}

div.homeListRow div.homeListRowTxt2 {
width: 380px;
}

div.homeListRowTxt a, div.homeListRowTxt2 a {
color: #333;
font-weight: bold;
text-decoration: none;
font-size: 110%;
}

div.homeListRowTxt p.date, div.homeListRowTxt2 p.date {
font-size: 90%;
padding: 0 0 3px 0;
margin:0;
}


/* Reviews */

div#revMainPanel ul {
list-style: none;
margin: 0;
padding: 0;
}

div#revMainPanel ul li {
margin: 0 0 20px 0;
padding: 0;
}

div#revMainPanel ul li a {
font-weight: bold;
}

div#revMainPanel ul li ul {
list-style: none;
margin: 0 0 0 10px;
padding: 0;
}

div#revMainPanel ul li ul li {
margin: 0;
padding: 0;
}

div#revMainPanel ul li ul li a {
font-weight: normal;
}

div#revMainPanel div.revObjName {
background-color: #f0f0f0;
padding: 7px;
font-size: 110%;
}

div#revMainPanel div.revObjName div.revPanelHeader {
float: left;
padding-top: 4px;
}

div#revMainPanel div.revObjName div.revPanelBtn {
float: right;
padding-top: 5px;
}

div#revMainPanel div.revObjName div.revPanelBtn form {
margin: 0;
}

div#revMainPanel div.revObjName div.revPanelBtn form input.btn {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
display: block; 
font-weight: bold;
color: #fff;
background-color: #a3c22e;
border: 2px solid #92b11e; 
cursor: hand;
width: 100px; 
padding: 2px;
}

div#revMainPanel div.revObjName a {
text-decoration: none;
}

div#revMainPanel div.revObjName a:hover {
text-decoration: underline;
}

div#revMainPanel div.revObjItem {
border-left: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 10px 10px 0 10px;
}

div#revMainPanel div.revObjImg {
float: left;
width: 60px;
}

div#revMainPanel div.revObjImg span {
font-size: 240%;
color: #ff9900;
padding-left: 4px;
}

div#revMainPanel div.revObjImg span.underPar {
color: #b0d135;
}

div#revMainPanel div.revObjDetail {
float: left;
}

div#revMainPanel div.revObjDetail a.revTitle {
font-size: 140%;
font-weight: bold;
text-decoration: none;
}

div#revMainPanel div.revObjDetail a.revTitle:hover {
text-decoration: underline;
}

div#revMainPanel div.revObjDetail span.revExt {
color: #999;
}

div#revMainPanel div.revObjDetail span.revExt a {
font-weight: bold;
text-decoration: none;
color: #999;
}

div#revMainPanel div.revObjDetail span.revExt a:hover {
text-decoration: underline;
}

p.revNote {
color: #000;
}

/* Sitemap */

div#siteMap {
font-size: 140%;
}

div#siteMap ul {
list-style: none;
margin: 0;
padding: 0;
}

div#siteMap ul ul {
list-style: none;
margin: 0 0 0 20px;
padding: 2px 0 0 0;
}

div#siteMap li {
margin: 0;
padding: 2px 0;
font-size: 90%;
}

/* News List */

h2.itemList {
color: #000;
margin: 0 0 10px 0;
padding: 0;
}

ul.itemList {
list-style: none;
margin: 0 0 30px 0;
padding: 0;
border-top: 1px dashed #c0c0c0;
}

ul.itemList li {
margin: 0;
padding: 10px;
border-bottom: 1px dashed #c0c0c0;
}

ul.itemList li a {
font-size: 120%;
}

ul.itemList li p.date {
margin: 3px 0;
padding: 0;
font-size: 90%;
color: #999;
}

/* Small Comparison Table */

div.shtTblContainer {
width: 510px;
background-color: #2b87b2;
background-image: url(/assets/images/template/table-bg-footer.gif);
background-repeat: no-repeat;
background-position: bottom;
padding: 0 0 20px 0;
margin-bottom: 15px;
}

div.fullTblContainer {
width: 715px;
background-color: #2b87b2;
background-image: url(/assets/images/template/table-bg-full-footer.gif);
background-repeat: no-repeat;
background-position: bottom;
padding: 0 0 20px 0;
margin-bottom: 15px;
}

div.shtTblContent {
width: 504px;
padding: 0 3px;
background-image: url(/assets/images/template/table-bg-header.gif);
background-repeat: no-repeat;
background-position: top left;
}

div.fullTblContent {
width: 709px;
padding: 0 3px;
background-image: url(/assets/images/template/table-bg-full-header.gif);
background-repeat: no-repeat;
background-position: top left;
}

div.shtTblContent h2, div.fullTblContent h2 {
padding: 20px 0 5px 10px;
margin: 0;
color: #fff;
font-size: 200%;
}

div.shtTblBtnContainer {
width: 504px;
text-align: center;
padding: 0;
}

div.shtTblBtnLinks {
height: 9px;
width: 40px;
border-left: 6px solid #999;
border-right: 6px solid #999;
margin: 0 auto;
}

div.shtTblBtnContainer form {
margin: 0;
}

div.shtTblBtnContainer form input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
padding: 9px 0 9px 0;
width: 330px;
background-image: url(/assets/images/template/btn-tick.gif);
background-repeat: no-repeat;
background-color: #b0d135;
border: 2px solid #92b11e;
color: #fff;
}
