/* General */
body {
	color: #000000;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}
div.timeleft {
	font-size: 10px;
	text-align: center;
	line-height: 1.0;
}
div.author {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a.bokhandel {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

/********************************************************
      BASKET MESSAGE
 ********************************************************/
 
table.basketmessage {
	border: 0px;
	width: 100%;
	border-collapse: collapse;
}
table.basketmessage tr td {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	background-color: yellow;
	padding: 10px;
	line-height: 1.7;
}

/********************************************************
					BASKET
 ********************************************************/
table.basket {
	border: 0px;
	width: 100%;
	border-collapse: collapse;
}
table.basket tr.sumrow td {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 2px;
}
table.basket tr.discountrow td {
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	border-top: 1px solid #C0C0C0;
	padding: 2px;
}
table.basket tr.headerrow th {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
	padding: 2px;
}
table.basket tr.headerrow th.right {
	text-align: right;
}
table.basket tr.mainheaderrow th {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
table.basket tr.itemrow td {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #C0C0C0;
	padding: 2px;
	vertical-align: middle;
}
table.basket tr.itemrow td a {
	font-weight: normal;
	text-decoration: none;
}
table.basket tr.itemrow td.right {
	text-align: right;
}
table.basket tr.itemrow td.editableright {
	text-align: right;
	background-color: pink;
	border-top: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
}
table.basket tr.itemrow td.editableleft {
	text-align: left;
	background-color: pink;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
}
table.basket tr.itemrow td.editableright input.textfield {
	font-size: 11px;
	font-weight: normal;
	padding: 1px;
	margin: 0px;
}
table.basket tr.itemrow td.editableleft input.button {
	font-size: 11px;
	font-weight: normal;
	padding: 1px;
	margin: 0px;
	width: auto;
	overflow: visible;
}
table.basket tr.buttonrow td.button {
	text-align: right;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
table.basket tr.buttonrow td.button input {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	width: auto;
	overflow: visible;
}
table.basket tr.itemrow td.abouteditable {
	text-align: left;
	background-color: pink;
	border-top: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
	font-weight: normal;
}

/********************************************************
               COMMENTS
 ********************************************************/
table.comments {
	width: 100%;
	border-collapse: collapse;
}
table.comments tr td.header {
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
}
table.comments tr td.comment {
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
table.comments tr td.writecomment {
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

table.commentform {
	width: 100%;
	border-collapse: collapse;
}
table.commentform tr th {
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	vertical-align: top;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
table.commentform tr td {
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}
input.comment {
	width: 100%;
}
textarea.comment {
	width: 100%;
	height: 50px;
}
/********************************************************
					RIGHT COLUMN
 ********************************************************/
table.rightcol {
	border: 0;
	border-collapse: collapse;
}
table.rightcol tr td.header {
	font-size: 15px;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: center;
}
table.rightcol tr td.bread {
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	text-align: justify;
	line-height: 1.7;
}
table.rightcol tr td.recitomore {
	font-size: 9px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	line-height: 1.7;
}
table.rightcol tr td.recitomore a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
table.rightcol tr td.recitomore ul {
	padding: 0;
	margin: 0;
}
table.rightcol tr td.recitomore li {
	display: inline;
	list-style-type: none;
}
table.contactbox {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
table.contactbox tr td.detail {
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
	line-height: 1.7;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	vertical-align: top;
}
table.contactbox tr td.value {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	line-height: 1.7;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	vertical-align: top;
}
/********************************************************
					LEFT COLUMN
 ********************************************************/
table.leftcol {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
table.leftcol tr td.leftcol {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
}
table.leftcol tr td.categorytitle {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
/********************************************************
					Products
 ********************************************************/
table.products {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
table.products tr td.product {
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 0px solid #000000;
}
table.product {
	width: 100%;
	border-collapse: collapse;
}
table.product tr td.picture {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 77px;
	vertical-align: top;
}
table.product tr td.name {
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	height: 26px;
}
table.product tr td.name a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
table.product tr td.authorname {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
}
table.product tr td.button {
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: bottom;
	text-align: right;
}
table.product tr td.button input {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	width: auto;
	overflow: visible;
}
table.product tr td.description {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	line-height: 1.7;
}
table.product tr td.readmore {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: top;
	line-height: 1.7;
}
table.product tr td.price {
	font-size: 17px;
	font-weight: bolder;
	color: red;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: bottom;
	text-align: left;
}
table.product tr td.unavailableprice {
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: bottom;
	text-align: right;
}
table.pageturner {
	width: 100%;
	border-collapse: collapse;
}
table.pageturner tr td.left {
	text-align: left;
	width: 150px;
	border-top: 1px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 2px solid #000000;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
table.pageturner tr td.middle {
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 2px solid #000000;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
table.pageturner tr td.right {
	text-align: right;
	border-top: 1px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 2px solid #000000;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
table.pageturner tr td input {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	width: auto;
	overflow: visible;
}
table.searchbox {
	border-collapse: collapse;
}
table.searchbox tr td.rss {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
table.searchbox tr td.button {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
}
table.searchbox tr td.button input {
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	width: auto;
	overflow: visible;
	display: block;
}
table.searchbox tr td.box {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
}
table.searchbox tr td.box input {
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	height: 28px;
}
table.noproducts {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}
table.noproducts tr td {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 13px;
}
table.recipient {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
table.recipient tr.mainheaderrow th {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
}
table.recipient tr.detailrow td.detail {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-top: 0px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
	font-size: 13px;
	width: 50%;
}
table.recipient tr.detailrow td.input {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
	font-size: 13px;
	width: 50%;
}
table.recipient tr.detailrow td.input input {
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	height: 30px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
table.recipient tr.detailrow td.inputmissing {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
	width: 50%;
}
table.recipient tr.detailrow td.inputmissing input {
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	height: 30px;
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
}
table.recipient tr.buttonrow td.return {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-right: 0px solid red;
	border-bottom: 1px solid red;
	font-size: 13px;
}
table.recipient tr.buttonrow td.proceed {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-top: 1px solid red;
	border-left: 0px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
}
table.recipient tr.buttonrow td input {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	width: auto;
	overflow: visible;
}
table.recipient tr.instructionrow td {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	border-top: 0px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
	font-size: 13px;
}
table.checkouterror {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}
table.checkouterror tr td {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top: 2px solid red;
	border-left: 2px solid red;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
	font-size: 13px;
	font-weight: bold;
}
table.checkoutdone {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}
table.checkoutdone tr.mainheaderrow th {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
}
table.checkoutdone tr.instructionrow td {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	border-top: 0px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 13px;
}
table.bottomnav {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}
table.bottomnav tr td.left {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	width: 50%;
}
table.bottomnav tr td.right {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	width: 50%;
}
table.bottomnav tr td a {
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
table.checkoutconditions {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}
table.checkoutconditions tr.instructionrow td {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	border-top: 0px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	font-size: 13px;
	font-weight: normal;
}
table.checkoutconditions tr.mainheaderrow th {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
}

/********************************************************
					DETAIL.PHP
 ********************************************************/
table.productdetails {
	width: 100%;
	border-collapse: collapse;
}
table.productdetails tr td.picture {
	padding-left: 0;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	width: 77px;
	vertical-align: top;
}
table.productdetails tr td.name {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
	height: 26px;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
}
table.productdetails tr td.author {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
}
table.productdetails tr td.description {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
	vertical-align: top;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
	text-align: left;
	line-height: 1.7;
}
table.productdetails tr td.unavailableprice {
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	font-weight: normal;
	vertical-align: bottom;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
	text-align: right;
	line-height: 1.7;

}
table.productdetails tr td.button {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	text-align: right;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
}
table.productdetails tr td.button input {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	width: auto;
	overflow: visible;
}
table.productdetails tr td.price {
	font-size: 20px;
	font-weight: bolder;
	color: red;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	text-align: left;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
}
table.productdetails tr td.details {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
}
table.finedetails {
	border-collapse: collapse;
}
table.finedetails tr td.property {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: right;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
	font-size: 13px;
	font-weight: bold;
}
table.finedetails tr td.value {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 00px;
	padding-bottom: 5px;
	vertical-align: top;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
	font-size: 13px;
	font-weight: normal;
}
/********************************************************
					RSS
 ********************************************************/
table.rssbox {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
table.rssbox tr td.rssicon {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	text-align: left;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	width: 32px;
	background-color: pink;
}
table.rssbox tr td.rsslink {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	text-align: left;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
table.rssbox tr td.rsslink a {
	font-weight: normal;
}
