@import url(star_rating.css);

body {

	margin: 0;
	padding: 0;
	background: #0AAAFD url(/images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #224080;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #144B6B;
        float: center;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 162%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}
/* lists */
#content ul {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
#content ul {
  font-size: 11px;
  list-style: none;
}
p, ol, ul {
	line-height: 170%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin: 10px 0px 0px 20px;
        padding: 0px;
	list-style: none;
}

ul li {
	margin: 10px 0px 0px 0px;
        padding: 0px;
        list-style: none;
	
}

/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}


blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #224080;
}

a:hover {
	text-decoration: none;
	color: #000;
}

img {
	border: 0px solid #1777B1;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #1777B1;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 125px;
	height: 53px;
	padding: 27px 0 0 0;
	background: #A8D7F8 url(/images/img02.gif) no-repeat;
	border-left: 2px solid #1777B1;
	text-decoration: none;
	text-align: center;
	font-size: 136%;
	color: #1777B1;
}

#menu a:hover {
	background: #FF9009 url(/images/img04.gif) no-repeat;
	color: #005826;
}

#menu .active a {
	background: #A8DC35 url(/images/img03.gif) no-repeat;
	border: none;
	color: #E80732;
}

/* Header */

#header {
	width: 760px;
	height: 220px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #1777B1 url(/images/img05.jpg) no-repeat 5px 0px;
}

/* Logo */

#logo {
        text-align: center;
	float: right;
	width: 345px;
	height: 220px;
	background: #3FD9EC url(/images/img06.jpg) no-repeat;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 77px;
	font-size: 240%;
}

#logo h2 {
	font-size: 150%;
}

#logo a {
	text-decoration: none;
	color: #144B6B;
}

/* Page */

#page {
	width: 730px;
	margin: 0 auto;
	padding: 30px 0;
        color: #144B6B;
}        

/*  */

#content {
	float: left;
	width: 500px;
	padding: 8px 8px 8px 8px;
        /* background: #99ccff; */
        background: #ffffff;
        border-style: solid;
        border-color: #99ccff;
        color: #224080;
}

.twocols {
}

.twocols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #4AF4FE;
}

.twocols .col1, .twocols .col2 {
	width: 160px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

.twocols ul {
        list-style: none;
}

.twocols ul li {
	padding-left: 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

.boxed {
}

.boxed .title {
	height: 33px;
	margin: 0;
	padding: 5px 0 0 5px;
	background: #3FD9EC url(/images/img06.jpg) no-repeat;
	text-transform: uppercase;
	font-size: 136%;
	color: #144B6B;
}

.boxed .content {
	padding: 20px;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 15px;
	border-top: 1px solid #4AF4FE;
        text-decoration: none
}

.boxed ul li.first {
	border: none;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	width: 180px;
}

#searchsubmit {
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
        margin-top: 10px;
	padding: 5px;
	background: #1777B1;
        
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}

#footer a {
}

#legal {
	float: left;
}

/* links */
.linklisting {
  margin: 10px 5px 10px 5px;
}
.linktitle {
  font-weight: bold;
  font-size: .8em;
  text-align: center;
  background: #3FD9EC url(/images/img06.jpg) repeat;
}
.linklisting h3.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 0px 0px;
}
.linktitle a,.linktitle a:visited {
  padding-bottom: 0px;
  color: #224080;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
p.rating {
  font-size: 8px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 5px 5px 0px;
  padding: 3px;
  color: #000;
  border: 1px solid #74a8f5;
  background: #f8faed;
  overflow: hidden;
}
p.actions a, p.actions a:visited {
  padding: 1px 4px;
  border-left: 5px solid #85C12A;
  font-size: 0.9em;
  background: #fff;
  color: #224080;
  margin-bottom: 6px;
  font-weight: bold;
  text-decoration: none;
  display:block;
  width: 90%;
  float:left;
}
p.actions a:hover {
  padding: 1px 4px;
  border-left: 5px solid #FF7F00;
  font-size: 0.9em;
  background: #fff;
  color: #FF7F00;
  margin-bottom: 5px;
  font-weight: bold;
  text-decoration: none;
  display:block;
  width: 90%;
  float:left;
}
.linklisting p.linkactions {
 margin: 1px;
}
.linklisting p.linkactions a   {
  padding: 0.5px 0.25px;
  border: 1px solid #FF7F00;
  font-size: 0.7em;
  background: #FF7F00;
  color: #224080;
  font-weight: bold;
  text-decoration: none;
}
.linklisting p.linkactions a.special   {
  background: yellow;
  color: #555555; 
}

p.actions a:hover {
  background: #e2e1eb;
  color: #555555;
}
.linklisting p.linkactions a:hover  {
  background: #e2e1eb;
  color: #555555;
}

/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}

#links {
	float: right;
}

.linklisting p.linkactions {
 margin: 0.5px;
}
.linklisting p.linkactions a   {
  padding: 0.5px 0.25px;
  border: 0.5px solid #FF7F00;
  font-size: 0.8em;
  background: #FF7F00;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.linklisting p.linkactions a.special   {
  background: yellow;
  color: #555555; 
}
/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .BaseCountry, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default, .free-shipping {
  font-weight: normal;
  font-size: 9px;
  color: #224080;
  vertical-align: text-top;
}
.new-item {
  background-color: #66ff99;
}
.updated-item {
  background-color: #33ccff;
}
.BaseCountry {
  background-color: #00FF00;
}


.free-shipping {
  background-color: yellow;
}
.popular-item {
  background-color: #33ccff;
}

.ebay a, .ebay a:hover {
  color: #000;
}
.productlisting {
 padding: 5px;
 width: 468px;
 margin: 10px auto;
 float: center;
 border: thin black solid;
}
.productlisting h3 {
 margin : 0; 
 padding-bottom : -5px;
 clear: both;
 display : block; 
}
.productlisting .pricebox {
 float: right;
 margin: 6px;
}
.productlisting ul.productactions, .linklisting ul.linkactions {
list-style: none;
padding: 1px;
clear: both;
} 
.productlisting ul.productactions li {
float:left;
font-size : 0.9em;  
margin: 1px;
} 
.productlisting ul.productactions li a {
padding : 1px 4px;
text-decoration : none; 
} 
.productlisting ul.productactions li a:hover {
padding : 1px 4px;
} 
.specialtitle {
  font-size: larger;
  font-weight: bold;
  text-align: center;
}
.special {
  text-align: center;
  border: 1px solid #1777B1;
  background: #ffffff;
}
.special a, .special a:visited {
  color: black;
  font-weight: bold;
}
.standout, .standout a, .standout a:visited {
color: #67A88F;
font-weight: bold;
display: inline;
margin-right: 0px;
}