html {
	color:#19191b;
	background:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:url(../images/bgtile.png) repeat-x;
}

body {
	margin:0;
	padding:0;
}

/* Text Styles */
h1,legend {
	font-size:24px;
	font-weight:normal;
	margin:0 0 2px;
	color:#19191b;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#19191b;
	margin:14px 0 0 0;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
}

h3 {
	font-size:16px;
	color:#19191b;
	margin:0;
	padding:5px 0 0;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
}

a {
	color:#001470;
	text-decoration:none;
}

a img  {
	border:0;
}

p a {
	font-weight:bold;
}

p.creators a, p.pagelinks a {
	font-weight:normal;
}

a:hover {
  	color:#fff;
  	background-color:#677bd3;
}

p {
	line-height:19px;
	margin:8px 0 12px;
}

p.message {
	padding:6px;
	text-align:center;
	font-weight:bold;
	-moz-border-radius:8px;
	background-color:#edffec;
	border:2px solid #c2ffbd;
	width:80%;
	margin:10px auto;
}

hr {
	border:none;
	background-color:#fff;
}

img {
	display:block;
}

abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}

em {
	font-style:italic;
}

ul, ol {
	padding-bottom:3px;
}

li {
	padding:2px 0;
}

#leftcontent ul {
	margin:2px 0;
}

fieldset {
	border:none;
}

dl,dd,dt { margin:0; }

.sub {
	font-size:11px;
	margin:2px 0 5px 0;
}

/* Home Page Boxes */

#homefeatured {
	width:360px;
	float:left;
}

#homefeatured h2, .smallhomefeatured h2 {
	margin:0 0 5px;
}

#homefeaturedpad {
	padding:10px;
}

.smallhomefeatured {
	width:220px;
	float:right;
	border:2px solid #d5dbf5;
  	-moz-border-radius: 5px;
  	background-color:#e9eefd;
  	margin:20px 0 10px 0;
}

.smallhomefeaturedpad {
	padding:4px 10px;
}

.smallhomefeatured p {
	font-size:12px;
}

.smallhomefeatured img, #latestnews img {
	border-color:#fff !important;
}

#latestnews {
	border:5px solid #d5dbf5;
  	-moz-border-radius: 5px;
  	background-color:#e9eefd;
  	padding:0 10px;
}

.newsitem {
	width:550px;
	margin:10px auto;
}

select.countries {
	margin-top:5px;
	padding:6px 4px;
	width:208px;
}

/* Layout Styles */
#wrapwrap {
  background:url(../images/footer.jpg) bottom no-repeat;
}

#wrap {
  margin:0 auto;
  width:950px;
}

#header {
  width:950px;
  height:149px;
  background:url(../images/topbg.jpg) no-repeat;
}

#logo {
  width:412px;
  float:left;
}

#banner {
	float:right;
	padding:21px 20px 0 0;
}

#menu {
  width:520px;
  float:right;
}

#menu ul {
  padding: 0;
  margin:0;
  list-style: none;
  position:absolute;
  top:100px;
}

#menu li {
  float: left;
  margin-right:4px;
  padding:0;
}

#menu ul li a {
  background: url(../images/buttons_left.png) bottom left no-repeat;
  display: block;
  padding: 0 0 0 14px;
  text-decoration: none;
  line-height:44px;
  height:44px;
  font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
  font-size:18px;
  color:#58595e;
  outline: 0;
}
#menu ul li a span.m1 {
  background: url(../images/buttons_right.png) bottom right no-repeat;
  display: block;
  padding: 0 14px 0 0;
  height:44px;
}

#menu ul li a span.m2 {
  background: url(../images/buttons_middle.png) bottom repeat-x;
  display: block;
  padding: 0 10px;
  height:44px;
}

#menu ul li a:hover, #menu ul li a.current, #menu ul li a.section {
  background: url(../images/buttons_left.png) top left no-repeat;
}
#menu ul li a:hover span.m1, #menu ul li a.current span.m1, #menu ul li a.section span.m1 {
  background: url(../images/buttons_right.png) top right no-repeat;
}

#menu ul li a:hover span.m2, #menu ul li a.current span.m2, #menu ul li a.section span.m2 {
  background: url(../images/buttons_middle.png) top repeat-x;
}

#login-status-container {
	height:40px;
}

p.welcome {
	font-size:11px;
	margin:0;
	padding:9px 20px 0 0;
	text-align:right;
}

#content {
  width:920px;
  margin:0 auto;
  min-height:450px;
}

#left {
  width:600px;
  float:left;
  display:inline;
}

.booktitle {
  font-size:20px;
  font-style:italic;
}

.title {
  font-weight:bold;
  line-height:22px;
}

#leftcontent {
  margin:0;
}

#leftcontent img {
  border:5px solid #d5dbf5;
  -moz-border-radius: 5px;
  margin:0 10px 0 0;
}

#leftcontent img.title {
  border:none;
  margin:15px 0 10px 0;
}

.rating {
	border:none !important;
	display:inline;
	float:none;
	margin:0 !important;
}

.left {
  float:left;
}

.right {
  float:right;
}

.pagelinks {
	text-align:left;
}

.pagelinks a, .pagelinks span {
	padding:3px 6px;
	border:1px solid #dadff5;
	background-color:#e9eefd;
	-moz-border-radius: 4px;
	margin:0 2px;
}

.pagelinks a:hover, .pagelinks span {
	color:#fff;
	padding:0 3px;
	background-color:#677bd3;
	border:4px solid #677bd3;
}

span.usedfrom {
	font-size:12px;
}

#leftcontent form.boxed {
	-moz-border-radius:8px;
	background-color:#e9eefd;
	border:2px solid #dadff5;
	display:block;
	margin:10px auto;
	padding:30px 10px 25px;
	width:480px;
}

#leftcontent form.boxed label, .popup-form label {
	display:block;
	float:left;
	font-size:16px;
	line-height:40px;
	text-align:right;
	width:180px;
	padding-right:12px;
}

.popup-form label {
	width:75px;
	padding-right:5px;
}

.popup-form {
	padding:8px 5px 12px 5px;
	width:205px;
}

#leftcontent form.boxed input, .popup-form input {
	float:left;
	font-size:16px;
	padding:4px 2px;
	-moz-border-radius:4px;
	width:200px;
	margin:5px 0;
}

.popup-form input {
	width:110px;
}

.popup-form .forgotpassword {
	clear:both;
	font-size:11px;
	line-height:12px;
	margin:0;
	padding-left:82px;
	text-align:left;
}

.popup-form .error, .popup-form .autherror {
	clear:both;
	text-align:center;
	color:red;
	padding:2px 0 6px 0;
}

.popup-form .autherror {
	border:1px solid red;
	padding:5px 0;
	-moz-border-radius:4px;
	background-color:#ffefef;
	margin:5px 0;
}

#add-review {
	width:335px;
}

#add-review label {
	width:100px;
}

#add-review input {
	width:180px;
}

#add-review input.submit {
	margin-left:106px;
	margin-bottom:6px;
	clear:both;
}

#add-review h2, #add-review p {
	margin:0 0 7px 10px;
}

dd.rating input {
	width:15px !important;
	margin:2px;
}

.radiooption {
	display:block;
	float:left;
	width:32px;
	line-height:16px;
	height:16px;
	margin-top:11px;
}

#leftcontent form.boxed input.submit, .popup-form input.submit {
	padding:4px 10px;
	border:1px solid #677BD3;
	background-color:#677BD3;
	color:#fff;
	-moz-border-radius: 4px;
	cursor:Pointer;
	width:auto;
	margin:5px 0 0 192px;
	font-weight:bold;
}

.popup-form input.submit {
	margin-left:81px;
}

#leftcontent form.boxed input.submit:hover, .popup-form input.submit:hover {
	background-color:#788ff4;
}

.captcha {
	clear:both;
	font-size:11px;
	line-height:16px;
	text-align:center;
	padding:5px 0;
}

#recaptcha_image {
	padding:10px 0 0 94px;
}

#leftcontent form .error {
	clear:both;
	text-align:left;
	padding-left:192px;
	color:red;
}

#leftcontent form .forgotpassword {
	clear:both;
	text-align:left;
	padding-left:192px;
	font-size:11px;
}

dd.rememberme {
	padding:2px 0 22px 184px;
	clear:both;
}

dd.rememberme input {
	width:25px !important;
}

.popup-form dd.rememberme input {
	width:20px !important;
}

.popup-form dd.rememberme label {
	width:85px;
}

.popup-form dd.rememberme {
	padding:8px 0 16px 78px;
	clear:both;
}

dd.rememberme label {
	line-height:14px !important;
	font-size:12px !important;
	text-align:left !important;
}

#rightcontent .box {
  width:286px;
  background:#e3e9fd url(../images/boxbg.png) repeat-y -286px 0px;
}

#rightcontent .boxtop {
  width:286px;
  height:17px;
  background:url(../images/boxbg.png) no-repeat top left;
}

#rightcontent .boxbot {
  width:286px;
  height:17px;
  background:url(../images/boxbg.png) no-repeat bottom left;
  margin-bottom:10px;
}

#rightcontent .boxcontent {
  padding:0 10px;
}

#rightcontent .boxcontent h2 {
  margin:0 0 0 12px;
}

#rightcontent .boxcontent p {
  margin:0;
  padding:3px 0 5px 0;
}

#rightcontent .boxcontent ul {
	margin:10px 0 0;
	padding-left:12px;
}

#rightcontent .boxcontent li {
	list-style:none;
	margin:3px 0;
	padding:0;
}

#rightcontent .boxcontent li a {
	padding:2px;
	-moz-border-radius: 4px;
}

#rightcontent .boxcontent li.current a {
	background-color:#99f;
	color:#fff;
	-moz-border-radius: 4px;
}

#rightcontent .boxcontent form {
	margin:0;
	text-align:center;
	padding:10px 0 0 0;
}

#rightcontent .boxcontent input, .cart input {
	padding:2px;
	border:1px solid #677BD3;
	background-color:#fff;
	-moz-border-radius: 4px;
	color:#449;
}

#rightcontent .boxcontent .searchbox {
	width:166px;
}

#rightcontent .boxcontent .submit, form .submit {
	padding:1px 6px;
	border:1px solid #677BD3;
	background-color:#677BD3;
	color:#fff;
	-moz-border-radius: 4px;
	margin:0 2px;
	cursor:Pointer;
}

#rightcontent .boxcontent .submit:hover, form .submit:hover {
	background-color:#788ff4;
}

#addtobasket {
	
}

#addtobasket .submit {
	padding:4px 10px;
}

img.rating {
	margin-left:-5px !important;
}

p.creators {
	margin:2px 0;
	font-size:12px;
}

#featuredoffer {
	-moz-border-radius:8px;
	background-color:#e9eefd;
	border:2px solid #dadff5;
	display:block;
	float:left;
	margin:10px 0 0 0;
	padding:6px 10px;
	width:375px;
}
#featuredoffer h2 {
	margin:0;
}
#featuredoffer p {
	width:180px;
	float:left;
	margin:5px 0 0;
}
#featuredoffer form {
	float:right;
	padding:10px 0;
	text-align:center;
}

.review {
	border-top:1px solid #dadff5;
	margin-bottom:12px;
	padding: 0 15px;
}

.review.first {
	border:none;
}

.review h3 {
	margin:0 0 2px;
	padding-top:5px;
	font-size:16px;
}

.review p.rating {
	margin:0 !important;
	display:block;
}

.review p.first {
	margin-top:8px;
}

.ourreview {
	-moz-border-radius:8px;
	background-color:#e9eefd;
	border:2px solid #dadff5;
	margin:8px 15px;
	padding: 4px 10px;	
}

.ourreview.owned {
	background-color:#fffed5;
}

.ourreview img.avatar {
	float:left;
	border:4px solid #fff !important;
	margin:3px 10px 0 -3px !important;
}

/* OFFERS */

#offers {
	height:200px;
	overflow:auto;
	padding:5px;
	border:2px solid #dadff5;
	-moz-border-radius: 4px;
}

#offers.full {
	height:auto;
	overflow:visible;
}

#offers ul {
	margin:0;
	padding:0;
	list-style:none;	
}

#offers li {
	padding:6px 0 12px;
	border-top:1px solid #dadff5;
}

#offers li.first {
	padding-top:0;
	border:none;
}

#offers h3 {
	margin:4px 0 4px 5px;
	padding:0;
	font-style:italic;
}

#offers p {
	margin:0;
	line-height:14px;
}

.offerleft {
	width:75px;
	float:left;
	padding-left:5px;
}

.offercenter {
	width:385px;
	float:left;
}

.offerright {
	width:84px;
	float:left;
	text-align:center;
}

.offerright input {
	font-size:11px;
	padding:2px !important;
}

/* Cart Stuff */

table.cart {
	background-color:#e3e9fd;
	border:4px solid #dadff5;
	-moz-border-radius: 8px;
	width:100%;
	padding:4px 6px;
	margin-top:12px;
}

table.cart th {
	text-align:left;
	font-size:11px;
}

table.cart tr {
	border-bottom:1px solid #dadff5;
}

table.cart td {
	padding:0 5px;
	background-color:#fff;
	-moz-border-radius: 4px;
	border:4px solid #fff;
}

table.cart tr.update td {
	background-color:#e3e9fd;
	text-align:right;
	border:none;
	padding:6px 0 0 0;
}

td.itemquantity {
	width:30px;
	text-align:center;
}

td.itemprice {
	width:50px;
	text-align:center;
}

table.cart input {
	width:23px;
}

table.cart input.update {
	width:auto;
	cursor:pointer;
}

table.cart input.update:hover {
	background-color:#788ff4;
}

table.cart tr.first {
	padding-top:0;
}

table.cart tr.last {
	border:none;
}

p.cartinfo {
	text-align:right;
	padding-right:10px;
	margin-top:10px;
}

p.cartinfo img {
	display:inline;
	border:none !important;
	margin:10px -10px 0 0 !important;
}

div#message {
	margin:12px 0 0 0;
	background-color:#e4eafd;
	border:4px solid #dadff5;
	-moz-border-radius: 8px;
	padding:5px;
}

div#error {
	margin:12px 0 0 0;
	background-color:#ffefc8;
	border:4px solid red;
	-moz-border-radius: 8px;
	padding:5px;
}

div#error h3 {
	margin:10px 0 4px 0;
}

div#error p, div#message p {
	margin:5px 0 8px 0;
}

div#error .errormessage {
	border:1px dotted #666;
	margin:10px 25px;
	background-color:#fff;
}

p.cartinfo a:hover {
	background:#fff;
}

.small {
	font-weight:normal;
	font-size:11px;
}

#right {
  float:right;
  width:286px;
  display:inline;
}

.buttonwrap {
	margin:4px 0 0 0;
	display:block;
}

a.button {
	padding:3px 6px;
	border:1px solid #dadff5;
	background-color:#eef;
	-moz-border-radius: 4px;
	margin:4px 2px;
	font-weight:normal;
}

a.button:hover {
	background-color:#677bd3;
	border:1px solid #677bd3;
}

a.button.popup {
	border:1px solid #677BD3;
	background-color:#677BD3;
	color:#fff;
}

a.button.popup:hover {
	background-color:#788ff4;
}

a.button.off {
	border:1px solid #ddd;
	background-color:#eee;
	color:#ddd;
}

a.button.off:hover {
	background-color:#eee;
	cursor:default;
}


p.center {
	text-align:center;
}

p.large {
	font-size:18px;
	font-weight:bold;
	padding:12px 0;
}

/* Shop Home Page Styles */

.shopsection {
	width:150px;
	float:left;
	padding-top:12px;
}

.shopsection h2 {
	text-align:center;
	margin:6px 0 4px;
}

.shopsection p {
	font-size:11px;
	margin:5px 10px;
}

.shopsection ul {
	list-style:none;
	margin:0;
	padding:0 0 0 40px;
}

.shopsection img {
	border:none !important;
	margin:0 auto !important;
	background:none !important;
}

.shopsection li {
	margin:3px 0;
	font-size:11px;
}

.shopsection li a, .shopsection h2 a {
	border:2px solid #fff;
	-moz-border-radius: 4px;
}

.shopsection li a:hover, .shopsection h2 a:hover {
	color:#fff;
	background-color:#677bd3;
	border:2px solid #677bd3;
}

div.featureditem img {
	margin:2px 5px 0 10px;
	-moz-border-radius:5px;
	border:5px solid #fff;
}

div.featureditem h3, div.featureditem p {
	padding-left:12px !important;
}

/* Search Results Styles */

#productlist ul {
	margin:0;
	padding:0;
}

#productlist li {
	list-style:none;
	border-top:1px solid #dadff5;
	padding:15px 0 6px;
	margin:10px 0;
}

#productlist li.first {
	border:none;
}

#productlist h2 {
	font-weight:normal;
	margin-top:2px;
	font-size:16px;
}

.resultleft {
	width:430px;
	float:left;
}

.resultleft img {
	float:left;
	margin:0 10px 0 0 !important;
}

.resultright {
	width:128px;
	float:right;
}

.resultright p, .resultleft p {
	margin:0;
}

.resultleft p {
	font-size:11px;
}

#footer {
  width:950px;
  margin:80px auto 0 auto;
  padding:5px 0;
}

#footer p, #footer a {
  font-size:11px;
  color:#666;
  font-family:"Trebuchet MS", helvetica, sans-serif;
  font-weight:normal;
  line-height:12px;
  margin:2px;
  text-decoration:none;
  text-align:center;
}

#footer p {
  background-color:#fff;
  margin:0 auto;
  padding:5px;
  width:600px;
  border:5px solid #d5dbf5;
  -moz-border-radius: 5px;
}

#footer a:hover {
	color:#fff;
}
