/* $Id: screen.css,v 1.1.1.1 2006/08/24 10:01:32 cvsdef Exp $ */

body, table {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}


input, textarea, select {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}


.input-text-a, .input-text-b, .input-text-c, .input-text-d, .input-text-login, .input-text-view, .input-text-search,
.input-text-mailsender-message, .input-text-ecard, .input-text-ecard-textarea, .input-text-adr, .input-text-comment, .input-text-cc,
.input-text-postal, .input-text-city {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}

.input-text-login {	
	width: 200px;
}

.input-text-view {
	width: 250px;
}
.input-text-cc {
	width: 30px;
}
.input-text-search {
	width: 135px;
	color: #999;
}
.postal {
	width: 50px;
}
.city {
	width: 210px;
}
.address {
	width: 273px;
}
div.postal2 {
	float: left;
	margin-right: 10px;
}
div.city2 {
	float: left;
}

.input-but {
	background: #fff;
	margin-top: 5px;
}

/* site specific styles */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#page {
	margin: 0 auto;
	width: 993px;
	background-image: url(../img/page_bg.png);
	min-height: 100%;
}

#page-padding {
	padding: 0 10px 0 8px;
}

#footer {
	margin: 25px 10px 0 10px;
	padding: 10px 0;
	position: relative;
	font-size: 12px;
	border-top: 1px dotted #d1d1d1;
}

h1, h2, h3, p, form, ul {
	margin: 0;
}

img {
	border: 0;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
}
h2 {
	font-size: 14px;
	color: #0a1621;
	padding-bottom: 4px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #000;
	padding-bottom: 2px;
	margin: 0;
}
h4 {
	font-size: 12px;
	color: #000;
	padding-bottom: 2px;
	margin: 0;
}

h1.border-bottom {
	border-bottom: 2px solid #b5062e;
}

a:link, a:active, a:visited {
	color: #b5062e;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000;
}

a.link:link, a.link:active, a.link:visited,
a.download:link, a.download:active, a.download:visited {
	color: #b5062e;
	text-decoration: none;
}
a.link:hover {
	color: #000;
}

a.link2:link, a.link2:active, a.link2:visited {
	color: #000;
	text-decoration: none;
}
a.link2:hover {
	color: #b5062e;
}

.img-f-l {
	float: left;
	margin: 0 10px 0 0;
}
.img-f-r {
	float: right;
	margin: 0 0 0 10px;
}

.sub-item .img-f-l {
	float: left;
	margin: 0 20px 0 0;
}
.sub-item .img-f-r {
	float: right;
	margin: 0 0 0 20px;
}

p.text {
	padding-bottom: 10px;
}

.clear-left {
	clear: left;
}
.clear {
	clear: both;
}

.hide {
	display: none;
}

.caption {
	color: #44586d;
	font-style: italic;
	font-size: 11px;
	padding: 2px 0 6px 0;
}



#logocontainer {
	height: 110px;
	width: 100%;
	position: relative;
}

#logocontainer-front {
	height: 162px;	
	width: 100%;
	postition: relative;	
}

#logo-ses {
	top: 50px;
	left: 45px;	
	width: 500px;	
	height: 18px;
	position: relative;	
}

#ses-info {
	top: 48px;
	font-size: 10px;
	color: #ddd;
	left: 45px;
	position: relative;	
}

#logo, #logo-front {
	position: relative;
	width: 317px;
	height: 55px;
}
#logo {
	top: 25px;
	left: 45px;
}
#logo-front {
	top: 40px;
	left: 45px;
}
#opening-hours {
	position: absolute;
	top: 32px;
	right: 25px;
}
#opening-hours table tr td {
	font-size: 11px;
}

#note-front {
	background-image: url(../images/note.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 5px;
}
#note {
	background: none;
	margin: 0 5px;
}
#topmenu-front {
	padding-right: 210px;
}

#languages {
	position: absolute;
	right: 0px;
	top: 6px;
}
#languages a {
	padding-left: 5px;
}

.topmenu {
	list-style: none;
	padding: 0;
}
.topmenu li {
	float: right;
	padding: 6px 10px 0 10px;
	border-left: 1px solid #b5062e;
}
.topmenu li.first {
	border-right: 1px solid #b5062e;
}
.topmenu li a {
	
}
.topmenu li a:link, .topmenu li a:active, .topmenu li a:visited {
	color: #6e6e6e;
	text-decoration: none;
}
.topmenu li a:hover, .topmenu li.active a:visited {
	color: #b5062e;
}

#mainmenu {
	position: relative;
	z-index: 2000;
	width: 965px;
	height: 32px;
}

.mainmenu {
	list-style: none;
	padding: 0;
}
.mainmenu li {
	float: left;
	padding-bottom: 6px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
.mainmenu li.active {
	border-bottom: 6px solid #b5062e;
	padding-bottom: 0;
}
.mainmenu li a {
	display: block;
	padding: 0 14px;
	margin: 5px 0;
	border-right: 1px solid #ccc;
}
.mainmenu li a:link, .mainmenu li a:active, .mainmenu li a:visited {
	color: #000;
	text-decoration: none;
}
.mainmenu li a:hover, .mainmenu li.active a:visited {
	color: #44586d;
}

.submenu {
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	position: absolute;
	background-color: #fff;
	width: 150px;
	top: 27px;
	z-index: 1000;
	display: none;
}
.submenu-item {
	border-bottom: 1px solid #d1d1d1;
	font-size: 11px;
	font-weight: normal;
}
.mainmenu li .submenu-item a {
	display: block;
	margin: 0;
	padding: 8px 0 8px 10px;
	border: 0;
}

.mainmenu li.active .submenu-item a:link, .mainmenu li.active .submenu-item a:active, .mainmenu li.active .submenu-item a:visited {
	color: #000;
	text-decoration: none;
}
.mainmenu li.active .submenu-item a:hover {
	color: #44586d;
}


.leftmenu {
	padding: 0;
	list-style: none;
	width: 158px;
}
.leftmenu li ul {
	padding: 5px 0 0 0;
	list-style: none;
	width: auto;
}
.leftmenu li {
	font-size: 11px;
	padding: 8px 0;
	border-bottom: 1px solid #d0d1d2;
	padding-left: 5px;
}
.leftmenu li.first {
	border-top: 1px solid #d0d1d2;
}
.leftmenu li.active {
	background-color: #f2f2f3;
}
.leftmenu li a:link, .leftmenu li a:active, .leftmenu li a:visited {
	color: #000;
}
.leftmenu li a:hover {
	color: #b5062e;
}
.leftmenu li.special a:link, .leftmenu li.special a:active, .leftmenu li.special a:visited {
	color: #b5062e;
}
.leftmenu li.special a:hover {
	color: #b5062e;
}
.leftmenu li ul li, .leftmenu li ul li.first {
	border: 0;
	padding: 3px 0 0 13px;
	background: none;
}
.leftmenu li ul li.active {
	font-weight: bold;
}

#searchnav {
	height: 28px;
	width: 100%;
	background-image: url(../images/search_nav_bg.png);
	position: relative;
	z-index: 1;
	top: -6px;
	border-top: 1px solid #b5062e;
}
#search-box {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 234px;
	height: 28px;
	background-image: url(../images/search_bg.png);
	background-repeat: no-repeat;
	color: #fff;
	text-align: right;
}
.search-padding {
	padding: 4px 5px 0 0;
}
a.search-link:link, a.search-link:active, a.search-link:visited {
	color: #fff;
	padding: 0 8px;
}
a.search-link:hover {
	text-decoration: underline;
}

#background {
	background-image: url(../images/background_bg.png);
	margin-top: 15px;
}
#background-full {
	background: none;
	margin-top: 15px;
}

#left-column {
	float: left;
	width: 180px;
	clear: left;
}
.left-column-padding {
	padding-right: 20px;
}

#content-front {
	padding-left: 10px;
	float: left;
	width: 770px;
	border-right: 1px solid #b5062e;
	clear: left;
	
}

#content-front-admin {
	padding-left: 10px;
	float: left;
	width: 950px;
	
	border-right: 1px solid #b5062e;
	clear: left;
	
}

#content-front-basket {
	padding-left: 10px;
	float: left;
	width: 950px;
	
	border-right: 1px solid #b5062e;
	clear: left;
	
}



#content {
	float: left;
	width: 595px;
	/*border-left: 1px solid #b5062e;*/
	
	height: auto !important;
	height: 380px;
	min-height: 380px;
}
#content-full {
	float: left;
	width: 776px;
	border-right: 1px solid #d3d3d3;
	
	height: auto !important;
	height: 380px;
	min-height: 380px;
	
	clear: left;
}
#content .content-padding {
	padding: 0 20px;
}
#content-full .content-padding {
	padding: 0 20px 0 10px;
}
#right-column, #right-column-front {
	float: left;
	width: 180px;
	/*border-left: 1px solid #d3d3d3;*/
}
#right-column-front {
	/*border-left: 1px solid #fff;*/
}
.right-column-padding {
	padding: 0 0 0 20px;
}

#popup {
	padding: 20px;
	height: auto;
}

.current-page {
	color: #98071f;
	padding-bottom: 10px;
	padding-left: 5px;
}

.page-bottom, .page-top {
	text-align: right;
	font-size: 11px;
}
.page-bottom {
	padding: 10px 0 5px 0;
}
.go-top {
	background-image: url(../images/top.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 2px 15px 2px 10px;
}
.go-back {
	background-image: url(../images/back.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 2px 10px 2px 10px;
}
.print-link {
	background-image: url(../images/print.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 2px 20px 2px 10px;
}
.read-link {
	background-image: url(../images/sound.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 2px 20px 2px 10px;
}
.tip-link {
	background-image: url(../images/tip.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 2px 20px 2px 10px;
}

.link-divider {
	width: 1px;
	font-size: 1px;
	border-left: 1px solid #d3d3d3;
	margin-left: 8px;
}

.movie-link {
	background-image: url(../images/video.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.page-border {
	border-top: 2px solid #b31b2d;
	padding: 5px 0;
}

.footer-image {
	float: right;
	margin: 0 5px;
}

/*   front   */
.front-ad {
	width: 384px;
	float: left;
}
.front-content {
	float: left;
	margin-left: 14px;
	padding-left: 14px;
	border-left: 1px solid #b5062e;
}
.front-item {
	width: 340px;

	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted #d1d1d1;
}
.front-item-first {
	padding-top: 0;
}
.front-item-text {
	float: left;
	width: 190px;
}


/*   rightboxes   */
.rightbox {
	border-bottom: 1px dotted #d1d1d1;
	padding-bottom: 15px;
	/*padding-top: 5px;*/
	margin-bottom: 10px;
	font-size: 11px;
}
.rightbox h2 {
	/*text-transform: uppercase;*/
	padding-bottom: 10px;
}
.sidebar-comment {
	padding-bottom: 5px;
}
.rightbox-text p {
	padding: 5px 0;
}
.related-product {
	padding-bottom: 10px;
}

/*   FAQ   */
.faq-item {
	padding: 6px 0;
}
.faq-item .question {
	font-weight: bold;
}


/*   calendar  */
.calendar tr td {
	padding: 15px 0;
	border-bottom: 1px dotted #d1d1d1;
}
.calendar-date {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.calendar .text {
	padding-right: 45px;
}
.calendar-image {
	width: 160px;
	text-align: right;
}
.calendar-info {
	vertical-align: top;
}


/*   forms   */
div.input-boxtext {
	padding-top: 5px;
}
.input-but {
	background-image: url(../images/button_bg.png);
	background-position: left 50%;
	background-repeat: repeat-x;
	padding: 1px 15px;
	border: 1px solid #cbcbcb;
	font-size: 11px;
	color: #c10029;
	font-weight: bold;
}
.input-but:hover {
	color: #000;
}
.form {
	padding: 15px 0;
}
.form-table tr td {
	vertical-align: top;
}
.form-table tr td.main {
	padding-right: 65px;
}
.form-table tr td.extra {
	width: 290px;
}


/*   articles   */
.article-teaser {
	padding-bottom: 20px;
}
.article-teaser-date {
	font-size: 11px;
}
.article-teaser-text {
	padding-bottom: 10px;
	width: 400px;
	float: left;
}
.sub-item {
	padding: 10px 0;
}
.sub-header {
	padding-bottom: 8px;
}
.author {
	color: #44586d;
	font-size: 11px;
	font-style: italic;
	padding: 5px 0 10px 0;
}
.teaser {
	font-weight: bold;
}
.copyright {
	font-style: italic;
	padding: 10px 0;
}
#article-form {
	padding: 10px 0;
	border-bottom: 1px dotted #cfd0d1;
}
.article-comments-list {
	padding: 10px 0;	
}
.article-comment {
	padding: 5px 0;
}
.teaser-categories {
	text-transform: uppercase;
	color: #b5062e;
	padding-bottom: 10px;
}
.navigation {
	text-align: right;
	font-size: 11px;
	padding: 5px 0;
}


/*   mailsender  */
#ajax-mailform {
	background-color: #fff;
}
#ajax-mailform .padding {
	padding: 10px;
}
.mailsender tr td {
	text-align: left;
	vertical-align: top;
}
.input-text-mailsender-message {
	width: 350px;
	height: 120px;
}
#loading {
	display: none;
	font-size: 11px;
}
.input-focus {
	border: 1px solid #cc0000;
}


/*   exhibition overview   */
.exhibition-overview-top {
	padding: 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px dotted #cfd0d1;
}
.exhibition-overview-top .text {
	padding: 8px 0;
}
.exhibition-overview-box {
	float: left;
	margin-right: 11px;
	padding-bottom: 15px;
}
.exhibition-overview-box .image {
	padding-bottom: 3px;
}
.last-box {
	margin-right: 0;
}


/*   exhibition   */
.exhibition-top-image {
	padding: 10px 0;
}
.exhibition-navigation {
	text-align: center;
	font-size: 11px;
	padding: 5px 0 15px 0;
}
.previous {
	padding-left: 10px;
	background-image: url(../images/back.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
.next {
	padding-right: 10px;
	background-image: url(../images/next.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.exhibition-subsection {
	padding-bottom: 15px;
}
.exhibition-center-image {
	text-align: center;
	padding-bottom: 10px;
}
.exhibition-list-item {
	padding: 8px 0;
	border-bottom: 1px dotted #cfd0d1;
}
.exhibition-list-item a:link, .exhibition-list-item a:active, .exhibition-list-item a:visited {
	color: #000;
	font-weight: bold;
}
.exhibition-list-item a.active {
	text-decoration: underline;
}

/*   ecards   */
.ecards-overview-top {
	border-top: 1px dotted #cfd0d1;
	margin: 15px 0;
}
.ecard-overview, .ecard-overview-last {
	float: left;
	width: 175px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ecard-overview-last {
	margin-right: 0;
}
.ecard-write {
	width: 100%;
}
.ecard-write tr td {
	vertical-align: top;
	padding-top: 10px;
}
.ecard-write tr.top-row td {
	vertical-align: bottom;
}
.ecard-write tr td.first {
	padding-right: 10px;
}
.input-text-ecard-textarea {
	width: 200px;
	height: 185px;
}
.input-text-ecard {
	width: 200px;
}
.message {
	background-color: #faec78;
	padding: 25px;
	text-align: center;
	border: 1px solid #f8d99f;
}
#ecard-front {
	background-repeat: no-repeat;
	position: relative;
	width: 498px;
	height: 329px;
}
#ecard-back {
	background-image: url(../images/ecard_back.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 498px;
	height: 329px;
}
#ecard-back-message {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 210px;
	height: 280px;
	overflow: hidden;
}
#ecard-back-stamp {
	position: absolute;
	top: 10px;
	right: 20px;
}
#ecard-back-from, #ecard-back-to {
	position: absolute;
	left: 255px;
	padding-bottom: 5px;
	width: 200px;
	border-bottom: 1px solid #747474;
	color: #747474;
	font-weight: bold;
}
#ecard-back-from {
	top: 160px;
}
#ecard-back-to {
	top: 195px;
}


/*  products */
.product-overview-box {
	width: 130px;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	vertical-align: top;
}
.last-in-row {
	border-right: 0;
}
.product-overview-box-filler {
	width: 130px;
	border-top: 1px solid #d3d3d3;
	vertical-align: top;
}
.product-overview-box-first {
	border-top: 0;
}
.product-overview-box .inner {
	padding: 10px;
}
.product-overview-box .inner .price {
	font-weight: bold;
}
.product-overview-box .inner .before-price {
	text-decoration: line-through;
}
#product-information .before strong {
	text-decoration: line-through;
}

#product-information {
	
}
#product-information p {
	padding-bottom: 15px;
}

#product-image-container {
	float: right;
	width: 210px;
	margin: 0 0 0 10px;
	
}
#product-image-container .image-zoom {
	text-align: right;
	padding-right: 15px;
	margin-bottom: 5px;
	background-image: url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#product-image-container .product-thumbnails {
	
}
#product-image-container .product-thumbnails .thumbnail {
	margin: 10px 4px 0 0;
	float: left;
	cursor: pointer;
}
#product-image-container .product-thumbnails .last {
	margin: 10px 0 0 0;
}
#product-image-container .product-thumbnails .thumbnail img {
	border: 1px solid #fff;
}
#product-image-container .product-thumbnails .thumbnail img.selected {
	border: 1px solid #cc0000;
}

.add-to-basket {
	margin: 20px 0;
}

#basket {
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d1d1d1;
}
.basket-head {
	font-size: 16px;
	color: #98071f;
	background-image: url(../images/cart.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.basket-content {
	padding: 10px 0;
}


/*   shop   */
#steps-overview {
	margin: 15px 0;
}
#steps {
	height: 19px;
}
#steps .step, #steps .inactive {
	float: left;
	background-image: url(../images/shop_step.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 22px;
	width: 127px;
	color: #9c0000;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
}
#steps .inactive {
	color: #5a5a5a;
	background-image: url(../images/shop_step_inactive.png);
}
#steps .step .text {
	width: 130px;
	padding-top: 5px;
	text-transform: uppercase;
	text-align: center;
}
#steps .step .text span {
	float: left;
	padding-left: 8px;
}
#steps .step-spacer {
	float: left;
	width: 15px;
}

#summary {
	width: 100%;
}
#summary th {
	padding: 3px 3px;
	font-weight: normal;
	color: #626262;
	border-bottom: 1px solid #c1002a;
}
#summary td {
	padding: 3px;
}
#summary .left {
	text-align: left;
}
#summary .right {
	text-align: right;
	padding-right: 3px;
}
#summary .center {
	text-align: center;
}
#summary .name {
	color: #c10029;
}
#summary .postage2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#summary .shop-image {
	float: left;
	margin-right: 5px;
}

#summary .total, #summary .total2 {
	background-color: #e3e4e6;
}
#summary tr.freight td {
	padding: 10px 0 0 0;
}
#summary .product-amount {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
#summary .product-amount2 {
	width: 24px;
	float: left;
}
#summary .product-amount2 img {
	padding: 3px;
	margin: 0 15px;
	cursor: pointer;
}
#summary tr.item-row td {
	border-bottom: 1px dotted #858585;
	padding-top: 10px;
	padding-bottom: 10px;
}

#summary .no {
	width: 20px;
	text-align: center;
}

.shop-buttons {
	margin-top: 25px;
}

#order-details {
	overflow: hidden;
}
#invoice-address1 {
	float: left;
	width: 200px;
}
#invoice-address1 .input-text-adr, #invoice-address2 .input-text-adr, #invoice-address2 .input-text-comment, #delivery-address .input-text-adr {
	width: 200px;
}
#invoice-address1 .input-text-postal, #delivery-address .input-text-postal {
	width: 50px;
}
#invoice-address1 .input-text-city, #delivery-address .input-text-city {
	width: 130px;
}

.postal-city {
	overflow: hidden;
}

#invoice-address1 .postal, #delivery-address .postal {
	float: left;
	width: 50px;
}
#invoice-address1 .city, #delivery-address .city {
	float: left;
	width: 130px;
	margin-left: 20px;
}
#invoice-address2 {
	float: left;
	width: 250px;
	margin-left: 40px;
}

#delivery-address {
	display: none;
	background-color: #efefef;
	margin: 0 0 15px 0;
	border: 1px solid #dddddd;
}
#delivery-address .inner {
	padding: 10px;
}
h2.shop {
	padding: 10px 0 15px 0;
}

.card-details tr td, div table tr td {
	padding: 5px 5px 5px 0;
}

#opening-hours table tr td {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

#cards {
	padding: 10px 5px; 
}
.order-confirmation {
	padding: 40px 0;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px dotted #cfd0d1;
}

#sitemap-container {
	padding: 20px 0;
	width: 740px;
	overflow: hidden;
}
.sitemap-tree {
	padding: 20px 50px;
	float: left;
	width: 250px;
}
.sitemap {
	list-style: none;
	border-left: 1px solid #95999a;
	padding: 0;
	
}
.sitemap li {
	padding: 2px 0 15px 0;
}
.sitemap li ul {
	color: #b5062e;
	list-style-image: url(../images/sitemap_li_ul_li.png);
	padding: 0 0 0 60px;
	margin: 0;
}
.sitemap li ul li {
	padding: 2px 0;
}
.sitemap li ul li ul {
	list-style-image: url(../images/sitemap_li_ul_li_ul_li.png);
	padding: 0 0 0 25px;
}
.search-result {
	padding: 15px 0;
	border-top: 1px dotted #ddd;
}
.no-border {
	border: 0;
}
.search-nav {
	padding: 2px 0;
}
.search-nav-top {
	float: right;
	padding-top: 5px;
	color: #888;
	display: inline;
	font-size: 11px;
}
.search-nav-bottom {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	margin: 10px 0 0 0;
	color: #888;
	font-size: 11px;
	text-align: right;
	width: 100%;
}

.search-nav-table {
	width: 100%;
}
.search-nav-table tr td {
	font-size: 11px;
}
.align-right {
	text-align: right;
}
.search-status {
	padding: 5px 10px 0 10px;
	font-size: 11px;
	font-weight: normal;
	color: #888;
}
.search-status strong {
	color: #000;
}
.search-highlight {
	color: #b31b2d;
}

.newsletter-form {
	margin: 15px 0;
}

.search-head {
	padding-bottom: 5px;
}
.search-head .header {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
}


.not-bold {
	font-weight: normal;
}

#tab-list a b {
	color: #000;
}

.normal-item {
	padding-bottom: 10px;
}

.table-name {
	height: 47px;
}

.table-price {
	height: 14px;
}

.table-image {
	height: 115px;
}

#pay h3 {
	padding:10px 0 15px;
	color:#0A1621;
	font-size:14px;
	font-weight:normal;
}

/* New new new new */

