* {
	margin: 0px;
	padding: 0px;
}

body {
 	background: #59b2fa url('/img/bg.png') repeat-x 0 0;
	margin-top: 20px;
	text-align: center;
	color: #0c384a;
	font-family: arial;
	font-size: 15px;
}

a {
	color: #006e8a;
}

a:visited {
	color: #006e8a;
}
img {
	border-style: none;
}

h1, h2 {
	color: #0f83bc;
	font-family: Rockwell, Courier New, "Trebuchet MS";
	font-weight: bold;
	font-size: 23px;
	text-transform: uppercase;
}

h3 {
	color: #0f83bc;
	font-family: Rockwell, Courier New, "Trebuchet MS";
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header a {
	display: block;
	width: 960px;
	height: 119px;
	background: url('/img/linser-header.png');
}

#left {
	width: 230px;
	float: left;
	margin-top: 12px;
}

#right {
	width: 730px;
	float: left;
	margin-top: 12px;
}

.text-headline {
	color: #0c384a;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	text-transform: none;
}

.menu-top {
	background: url('/img/menu-top.png') no-repeat 0 0;
	padding-left: 20px;
	padding-top: 18px;
}

.menu-content {
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: url('/img/menu-bg.png') no-repeat 0 0;
	background-position: left bottom;
	margin-bottom: 12px;
}

.menu-content ul {
	list-style: none;
}

.menu-content ul a {
	font-size: 15px;
	color: #5f5f5f;
	font-weight: bold;
	text-decoration: none;
}

.menu-content ul a:hover {
	color: #ed542c;
}

.content-top {
	background: url('/img/intro-top.png') no-repeat 0 0;
	padding-left: 20px;
	padding-top: 18px;
	margin-left: 5px;
}

.content-text {
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	min-height: 50px;
	background: url('/img/intro-bg.png') no-repeat 0 0;
	background-position: left bottom;
background-size: 100% 100%;
	margin-bottom: 12px;
	margin-left: 5px;
}
.content-bott {
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	min-height: 20px;
	background: url('/img/intro-bg.png') no-repeat 0 0;
	background-position: left bottom;
	margin-bottom: 12px;
	margin-left: 5px;
}

.content-footer {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	min-height: 50px;
	background: url('/img/intro-bg.png') no-repeat 0 0;
	background-position: left bottom;
	margin-bottom: 0px;
	margin-left: 5px;
}

.content-bottom {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 25px;
	background: url('/img/content-bottom-no-fade.png') no-repeat 0 0;
	background-position: left bottom;
	margin-bottom: 0px;
	margin-left: 5px;
}

#product-table {
	margin-left: 5px;
	margin-bottom: 0px;
	width: 725px;
	border-collapse: collapse;
}

#product-table img.go_shop {
	padding-top:7px;
}

#product-table a{
	text-decoration:none;
}

.table-bottom {
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 5px;
	margin-bottom: 12px;
	height: 50px;
	background: url('/img/intro-bg.png') no-repeat 0 0;
	background-position: left bottom;
}

.th-left {
	padding-left: 20px;
	width: 430px;
	height: 36px;
	background: url('/img/th-left.png') no-repeat 0 0;
}

.th-middle {
	padding-left: 10px;
	background: url('/img/th-middle.png') no-repeat 0 0;
}

.th-right {
	padding-left: 20px;
	background: url('/img/th-right.png') no-repeat 0 0;
	background-position: right top;
}

.th-left a, .th-middle a, .th-right a {
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 6px;
}

.th-left a:hover, .th-middle a:hover, .th-right a:hover {
	color: #d8d8d8;
}

.th-middle a {
	float: left;
}

.th-arrow {
	float: left;
	margin-top: 6px;
	margin-left: 0px;
}


/* Start Table columns */
.td-left-even {
	padding-left:  15px;
	padding-right: 5px;
	width: 72px;
	background: url('/img/td-left.png') no-repeat 0 0;
}

.td-left-odd {
	padding-left: 15px;
	padding-right: 5px;
	width: 72px;
	background: url('/img/td-left-odd.png') no-repeat 0 0;
}

.td-product-even {
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 370px;
	background-color: white;
	background: url('/img/td-middle.png');
}

.td-product-odd {
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 370px;
	background-color: #d7f0fe;
	background: url('/img/td-middle-odd.png');
}

.td-middle-even {
	background-color: white;
	text-align: center;
	background: url('/img/td-middle.png');
}

.td-middle-odd {
	background-color: #d7f0fe;
	text-align: center;
	background: url('/img/td-middle-odd.png');
}

.td-right-even {
	padding-right: 20px;
	background-color: white;
	text-align: center;
	background: url('/img/td-right.png') no-repeat 0 0;
	background-position: right top;
}

.td-right-odd {
	padding-right: 20px;
	background-color: white;
	text-align: center;
	background: url('/img/td-right-odd.png') no-repeat 0 0;
	background-position: right top;
}
/* End Table columns */


.product-trademark {
	font-size: 11px;
	color: #0f83bc;
	font-weight: bold;
}

.product-link a {
	color: #ed542c;
	font-weight: bold;
	text-decoration: none;
}

.product-link a:hover {
	color: #e93000;
}

.product-price {
	color: #ed2f2c;
	font-weight: bold;
}

.shop-link a {
	color: #5f5f5f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 2px;
}

.paging {
	padding-bottom: 20px;
	font-weight: bold;
}

.paging a {
	color: #ed542c;
	text-decoration: none;
}

.paging a:hover {
	color: #e93000;
}

.paging img {
	float: left;
}

.fact-table td {
	vertical-align: top;
	font-size: 13px;
}

.fact-right {
	padding-left: 10px;
	width: 240px;
}

.buy-table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}


.buy-table a{
	text-decoration:none;
}

.td-buy-even {
	background-color: white;
	padding-right: 20px;
	padding-left: 20px;
	height: 55px;
	background: url('/img/td-middle.png');
}

.td-buy-odd {
	background-color: #d7f0fe;
	padding-right: 20px;
	padding-left: 20px;
	height: 55px;
	background: url('/img/td-middle-odd.png');
}

.th-buy {
	padding-left: 20px;
	height: 20px;
	font-weight: bold;
}

.th-buy-left {
	padding-left: 0px;
	height: 20px;
	font-weight: bold;
}

.faq-head {
	color: #056a9b;
	font-size: 16px;
	display: block;
}

.content-middle {
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	min-height: 50px;
	background: url('/img/content-middle.png');
	background-position: left bottom;
	margin-left: 5px;
}

.search_input {
	width: 133px;
	border-top: 1px solid #87c9fa;
	border-left: 1px solid #87c9fa;
	border-right: 1px solid #59a9e3;
	border-bottom: 1px solid #59a9e3;
	padding: 3px;
	background-image: url('/img/form-input.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}

.search_button {
	float: right;
}

.small-icon {
	float: left;
	margin-right: 5px;
}

#footer {
	clear: both;
	width: 726px;
	text-align: center;
	padding-top: 0px;
	margin-bottom: 20px;
}

#footer a {
	color: #006e8a;
}
