/* newsletter stylesheet */

body.nl-body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	margin: 0;
	color: #0d0f10;
	background: #fff url(../images/newsletter/bg.jpg) no-repeat 75px 235px;
}

#shop table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

.nl a {
	color: #9d1b23;
	text-decoration: none;
}

.nl a:hover {
	text-decoration: underline;
}

.nl #top {
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.nl #banner-container {
	width: 600px;
	height: 60px;
	margin-left: 20px;
	margin-top: 7px;
}

.nl #bottom {
	width: 600px;
	margin-left: 20px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.nl #bottom a {
	color: ;
	text-decoration: none;
}

.nl iframe.banner {
	width: 600px;
	height: 60px;
	border: 0;
}

.nl h1, #nl h1 {
	clear: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 7px 0;
}

.nl .nl-section {
	width: 552px;
	margin-left: 42px;
}

#cmsedit .nl .nl-section {
	border: 0;
}

.nl hr {
	width: 552px;
	margin-left2: 42px;
	background-color: #000;
	border: 0;
	height: 1px;
	text-align2: left;	
}

.nl a.arrow {
	background: transparent url(../images/misc/bullet_submenu.gif) no-repeat right 4px;
	padding-right: 7px;
	font-weight: bold;
	text-decoration: none;
}

.nl a.arrow:hover {
	text-decoration: underline;
}

.nl .img-right {
	float: right;
	padding-left: 15px;
}

.nl .img-left {
	float: left;
	padding-right: 15px;
}

/** SHOP **/
#shop div.right-top {
	float: right;
	padding: 0;
	margin: 6px 0 8px 0;
	border-right: 1px solid #787878;
}
#shop div.right-top a.arrow {
	text-decoration: none;
	color: #AC0000;
	border-left: 1px solid #787878;
	background: url(../resources/shop/menu-arrow.gif) 100% 50% no-repeat;
	padding: 0 8px 0 8px;
	margin: 0 8px 0 0;
}

#shop table.shop-row {
	margin: 4px 0 0 8px;
	padding: 4px 0 0 0;
}

#shop table.shop-row td {
	padding: 0 11px 0 3px;
	width: 150px;
	background: url(../resources/shop/box-bg.gif) top left repeat-y;
}
#shop table.shop-row tr.head td {
	padding: 4px 15px 2px 7px;
	width: 142px;
	background: url(../resources/shop/box-top.gif) top left no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
#shop table.shop-row tr.text td {
	padding: 3px 13px 3px 5px;
	width: 146px;
}
#shop table.shop-row tr.info td {
	padding: 4px 15px 7px 7px;
	width: 142px;
	background: url(../resources/shop/box-bottom.gif) bottom left no-repeat;
	font-size: 10px;
}
#shop table.shop-row tr.info td div.right {
	width: 47px;
	float: right;
}
#shop table.shop-row tr.info td div.right img {
	margin-bottom: 3px;
}
#shop table.shop-row tr.info td div.price {
	/* color: #6B8DA6; */
	color: #333;
}
#shop table.shop-row tr.info td div.member-price {
	color: #A7313B;
}

#shop table.creditcard td {
	vertical-align: middle;
}

#shop table.shop-row tr.head td.spacer, #shop table.shop-row tr.img td.spacer, #shop table.shop-row tr.text td.spacer, #shop table.shop-row tr.info td.spacer {
	background-color: transparent;
	background-image: none;
	width: 63px;
	padding: 0;
	border: 0;
}
