
* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	/*background: #003d4c;*/
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:10pt;
	margin: 0 auto;
        width: 740px;
}

.products p {
    margin-top: 10px;
}
/*a {
	background:#fff;
	color: #0000ff;
	text-decoration: underline;
	/*font-weight: bold;
}
a:hover {
	background:#fff;
	color: #0000ff;
	text-decoration:underline;
}*/


h2 a, h2 a:hover { text-decoration: none; color: #000; }


a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h1, h2 {
	background:#fff;
	/*color: #e32;*/
    color: #000;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	margin: 0.3em 0;
	/*padding-top: 0.8em;*/
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 0.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	/*background: #003d4c url('../img/cake.icon.gif') no-repeat left;*/
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	/*color: #fff;*/
	/*background: #003d4c;*/
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
    background: #fff;
    clear: both;
    color: #333;
    overflow: auto;
    margin: 0 auto;
    position: relative;
}
#footer {
    clear: both;
    padding: 6px 10px;
    margin: 0 0 15px;
}
#footer .col {
    border-right:1px solid #C6D7E8;
    float:left;
    margin:10px 10px 0 0;
    padding:1px 0;
    position:relative;
    font-size: 10px;
}
#col-prime { width: 180px; }
#col-minor { width: 120px; }
#footer dl { margin: 0px; }
#footer dd { margin:0; padding:3px 10px; }

.sub-feature {
    float:left;
    margin:0 0 15px 3px;
    position:relative;
    width:250px;
}
.sub-feature ul, sub-feature li { margin: 0px; }
.sub-feature ul.link li {
    -moz-border-radius:10px 10px 10px 10px;
    -moz-box-shadow:0 10px 20px rgba(255, 255, 255, 0.5) inset, 0 -10px 20px rgba(147, 180, 195, 0.7) inset, 0 3px rgba(0, 0, 0, 0.1), 0 -3px #8EAEBB inset;
    background:none repeat scroll 0 0 #BEDCE6;
    line-height:24px;
    margin:10px 0 0;
    padding:0;
}
#connect.sub-feature ul.link li a { padding-left:40px; }
.sub-feature li#connect-twitter a { background-position:0 50%; }
.sub-feature li#connect-facebook a { background-position:-250px 50%; }
.sub-feature li#connect-blog a { background-position:-500px 50%; }

.sub-feature ul.link li a {
    background-image:url(/img/assets/connect-buttons.png);
    background-position:-750px 50%;
    background-repeat:no-repeat;
    color:#63757D;
    display:block;
    font-size:12px;
    letter-spacing:-0.04em;
    padding:5px 25px 7px 10px;
    text-decoration:none;
    text-shadow:0 1px #E2F2FA;
}

/* Tables */
table {
        clear: both;
        width: 100%;
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	color: #333;
	margin-bottom: 10px;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

td.tprice a {
    /*padding: 20px 5px;*/
    font-weight: bold;
}

td.tshop {
    /*padding-top: 15px;*/
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	/*width: 60%;*/
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	/*margin-right: 20px;*/
	padding: 0;
	/*width: 80%;*/
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}

/*select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}*/
select[multiple=multiple] {
	width: 100%;
}
option {
	/*font-size: 120%;*/
	padding: 0 4px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}


/* review highlight */
.highlight {
background-color:#C8E8F3;
color:#444444;
margin-bottom:1em;
overflow:hidden;
padding:1em;
}
.highlight h2, .highlight h3 {
color:#011234;
font-size:1.385em;
font-weight:normal;
margin-top:0;
}
.highlight h4 {
margin-bottom:1em;
}
.highlight p {
margin-bottom:0;
margin-top:1em;
}
.highlight img.avatar {
float:right;
margin-bottom:1em;
margin-left:1em;
}
.highlight .more-info {
float:left;
}
.highlight a.button {
margin-top:0.5em;
}
.highlight .further-navigation {
border-top:1px dotted #A5C9D5;
margin-bottom:0;
}
.highlight .further-navigation .more-info {
float:right;
}

.highlight a {
    font-weight:bold;
}

a:link, button.link span {
color:#0055EE;
text-decoration:none;
}
a:visited {
color:#003595;
text-decoration:none;
}
a:hover, a:focus, button.link:hover, button.link:focus span {
color:#003595;
text-decoration:underline;
}
a:active, button.link:active span {
color:#003595;
text-decoration:underline;
}

input, textarea, select, button {
font-family:inherit;
font-size:1em;
line-height:inherit;
}

form.addon-feedback {
float:left;
margin-right:1.5em;
margin-top:1em;
width:50%;
}

form.addon-feedback div.container {
clear:both;
margin-bottom:0.5em;
overflow:hidden;
}

form.addon-feedback label {
clear:both;
float:left;
margin-bottom:1em;
width:18%;
}

label {
cursor:pointer;
font-weight:bold;
}


form.addon-feedback textarea {
background-color:#E3F3F9;
float:right;
min-height:140px;
width:80%;
}

textarea {
display:block;
width:99%;
}


form.addon-feedback select {
background-color:#E3F3F9;
margin-left:1%;
}

select.replaced {
display:none;
}

textarea, input[type="text"], input[type="password"], select {
border-color:#999999 #CCCCCC #CCCCCC #999999;
border-style:solid;
border-width:1px;
padding:0 1px 1px;
}

.selectReplacement {
background-image:url(/img/assets/starselect.gif);
background-position:-65px 0;
background-repeat:no-repeat;
cursor:pointer;
height:12px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
overflow:hidden;
padding:0;
position:relative;
width:65px;
}

.selectReplacement li {
display:inline;
margin:0;
padding:0;
}

.selectReplacement li a:link, .selectReplacement li a:visited, .selectReplacement li a:hover, .selectReplacement li a:active, .selectReplacement li a:focus {
display:block;
height:12px;
left:0;
overflow:hidden;
position:absolute;
text-indent:-9999px;
width:13px;
}

.selectReplacement li.worst a:link, .selectReplacement li.worst a:visited, .selectReplacement li.worst a:hover, .selectReplacement li.worst a:active, .selectReplacement li.worst a:focus {
left:0;
z-index:6;
}

.selectReplacement li.bad a:link, .selectReplacement li.bad a:visited, .selectReplacement li.bad a:hover, .selectReplacement li.bad a:focus, .selectReplacement li.bad a:active {
left:13px;
z-index:5;
}

.selectReplacement li.fair a:link, .selectReplacement li.fair a:visited, .selectReplacement li.fair a:hover, .selectReplacement li.fair a:focus, .selectReplacement li.fair a:active {
left:26px;
z-index:4;
}

.selectReplacement li.good a:link, .selectReplacement li.good a:visited, .selectReplacement li.good a:hover, .selectReplacement li.good a:focus, .selectReplacement li.good a:active {
left:39px;
z-index:3;
}

.selectReplacement li.best a:link, .selectReplacement li.best a:visited, .selectReplacement li.best a:hover, .selectReplacement li.best a:focus, .selectReplacement li.best a:active {
left:52px;
z-index:2;
}

#review-box button {
margin-left:18%;
padding:0.1em 1em;
}

form.addon-feedback button {
clear:both;
display:block;
margin-top:1em;
}

a.button[disabled="disabled"]:link, a.button[disabled="disabled"]:visited, a.button[disabled="disabled"]:hover, a.button[disabled="disabled"]:focus, a.button[disabled="disabled"]:active, button[disabled="disabled"], input[type="submit"][disabled="disabled"] {
cursor:default;
opacity:0.5;
}

a.button:link, a.button:visited, a.button:hover, a.button:focus, a.button:active, button, input[type="submit"] {
background-color:#73B9FF;
background-image:url(/img/assets/button-blue.jpg);
background-position:center center;
background-repeat:repeat-x;
border:1px solid #258BFF;
color:#FFFFFF;
cursor:pointer;
font-family:helvetica,arial,sans-serif;
font-size:1em;
/*margin:0.3em 0;*/
overflow:visible;
padding:0 0.6em 0 0.5em;
text-decoration:none;
text-shadow:-1px -1px 1px #196CF2;
vertical-align:middle;
white-space:nowrap;
}


.article {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#FFFFFF;
border:1px solid #C9E8F3;
overflow:hidden;
padding:1em;
}

.hreview {
border-bottom:1px dotted #B5D9E5;
margin-bottom:0.5em;
padding:0.5em 0 1em;
}

.more-info, .more-info:link, .more-info:visited, .more-info:hover, .more-info:focus, .more-info:active {
background-image:url(/img/assets/arrows.gif);
background-position:right -153px;
background-repeat:no-repeat;
color:#0055EE;
float:right;
font-weight:bold;
padding-right:1em;
}

.hreview p {
    margin-bottom:0.8em;    
}


/* ratings related */
table.ratings {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

ul.ratings {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.ratings li {
    display: inline;
    list-style: none;
}

.rating_label {
    white-space: nowrap;
    background: #eee;
    font-family: Arial;
    font-size: 8pt;
    padding: 1px 4px;
}

.rating_value {
    white-space: nowrap;
    padding: 1px 3px;
    font-family: Arial;
    font-size: 8pt;
}

.rating_value .no_ratings {
    color: #666;
}

table.ratings td {
    text-align:right;
}


.rating_value .on {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/img/assets/rating/star-full.png) no-repeat scroll 0 0;
}

.rating_value a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/img/assets/rating/star-empty.png) no-repeat scroll 0 0;
display:block;
float:left;
height:16px;
width:16px;
}

.rating_value span {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/img/assets/rating/star-empty.png) no-repeat scroll 0 0;
display:block;
float:left;
height:16px;
width:16px;
}

span.ratingdetails {
    display:inline;
    background:none;
    font-size: 14px;
    height: 16px;
    margin-left: 6px;
}

.ratingdetails a {
    display: inline;
    float: none;
}

.ratingdetails a {
    background: none;
    text-decoration: underline;
}


.pathbar {
background:#FFFFFF url(/img/assets/pathbg.png) repeat scroll 0 0;
border-bottom:1px solid #ABABAB;
color:#353535;
font-family:Verdana,Arial,sans-serif;
font-size:11px;
height:22px;
line-height:1.8em;
margin:0;
padding:3px 16px;
text-align:left;
white-space:nowrap;
}

.pathbar .left {float: left;}
.pathbar .right {float: right;} 
.pathbar #search-submit {font-size: 11px;}

.description { line-height: 1.3em; }
.description img { float: left; height: 177px; width: 160px; }
.descriptiontext { font-size: 0.9em; text-align:justify; float:left; }



.review-cmppricebar {
    padding: 5px 5px 6px 16px;
    font-size: 11px;
    background-color: #EEFFFF;
    margin-bottom: 6px; 
    border-bottom: 1px solid #ababab;
}

.share-div {
    float: right;
}
.share-fb {
    padding: 5px 0 5px 21px;
    background: transparent url(/img/assets/icons/facebook.png) no-repeat scroll 0 50%;
}


.share-tweet {
    padding: 5px 0 5px 21px;
    background: transparent url(/img/assets/icons/twitter.jpg) no-repeat scroll 0 50%;
}

.cake-sql-log {
    display: none;
}    

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}


.stars {
    background-image:url(/img/assets/stars.png);
    background-position:0 50%;
    background-repeat:no-repeat;
    display:block;
    float:left;
    margin-right:0.5em;
    margin-left:1em;
    text-indent:-5000px;
    width:63px;
}

.stars-4 { background-position:-13px 50%; }
.stars-3 { background-position:-26px 50%; }
.stars-2 { background-position:-39px 50%; }
.stars-1 { background-position:-52px 50%; }
.stars-0 { background-position:-65px 50%; }

.pricestop4, .reviewstop {
    position: absolute;
    clear: both;
    top: 70px;
}
.reviewstop .stars {
    margin-left: 0px;
}
.reviewstop .more-reviews {
    font-weight: bold;
}

.pricestop4 { left: 180px; }
.reviewstop { right: 0px; width: 230px; padding: 10px 10px 5px; }
.reviewstop .hreview { margin: 0px; border-top: 1px dotted #B5D9E5; border-bottom: none; padding: 5px 0px;}
.reviewstop .hreview p { margin: 0px; }

.pricestop4 h2 {
    margin: 0px;
    display: none;
}

td.viewallprices {
    border-top: 1px solid #ccc;
}
