* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eee;
	font-family: Arial;
}

button,
input,
select,
textarea {
	font-family: Arial !important;
}

#Mainframe {
	width: 960px;
	margin: auto;
	background-color: #fff;
}

#Main {
	width: 960px;
	height: 700px;
	background-image: url(Main.jpg);
	position: relative;
}

#MainDefault {
	width: 960px;
	height: 700px;
	background-color: #ddd;
	position: relative;
}

#MainFlex {
	min-height: 700px;
	background-color: #ddd;
	position: relative;
}

#Overview {
	position: absolute;
	bottom: 0px;
}

#SubOverview {
	position: absolute;
	top: 0px;
}

#Legal {
	padding:15px 30px;
}

#Legal a {
	text-decoration: none;
}

#Legal a:hover {
	text-decoration: underline;
	color: white;
}

#Legal img {
	border: none;
	margin-right: 10px;
}

#Manufacturer {
	padding: 5px;
	font-size: 8pt;
	background-color: #aaa;
}

#Manufacturer a {
	text-decoration: none;
	color: #000;
}

#Manufacturer a:hover {
	text-decoration: underline;
}

#Header {
	padding: 20px;
}

#Header h1 {
	font-size: 24pt;
	font-weight: normal;
}

#Logo {
	display: none;
}

#Logo img {
	border: none;
}

#PreviewBox {
	float: left;
	width: 480px;
}

#PreviewBox img {
	margin: 10px;
}

#ParamBox {
	float: left;
	width: 480px;
}

#cart_count {
	color: #000;
	font-size: 8pt;
	position: absolute;
	left: 21px;
	top: 5px;
	width: 20px;
	text-align: center;
}

div.entry {
	background: #ddde;
	width: 100%;
	padding: 10px 20px;
	margin: 10px 0;
}

.entry img {
	border: none;
	margin-right: 10px;
}

.entry h2 {
	font-size: 14pt;
	font-weight: normal;
}

.entry p {
	font-size: 9pt;
	margin-top: 5px;
}

.entry a {
	text-decoration: none;
	color: #000;
}

div.sub_entry {
	background: #ddd;
	width: 100%;
	padding: 10px 20px 30px;
	margin: 10px 0;
}

.sub_entry img {
	border: 1px solid #777;
	margin-right: 10px;
	margin-bottom:10px;
}

.sub_entry h2 {
	font-size: 19pt;
	font-weight: normal;
}
/*
.sub_entry p {
	font-size: 13pt;
	margin-top: 5px;
}
*/
.sub_entry a {
	text-decoration: none;
	color: #000;
}

div.SectionHeadline {
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
	font-size: 16pt;
}

div.SectionContent {
	background-color: #eaeaea;
	padding: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.SectionContent p {
	font-size: 13pt;
}

input.midinput {
	width: 90%;
}

input.textinput {
	width: 100%;
}

textarea.textinput {
	width: 100%;
	height: 150px;
}

.carttable {
	font-size: 17px;
	width: 100%;
}

.carttable th {
	background-color: #fff;
	padding: 10px;
	font-size: 14pt;
	font-weight: normal;
	border-bottom: 2px solid #ddd;
}

.carttable td {
	background-color: #eaeaea;
	padding: 10px;
	border-bottom: 2px solid #ddd;
}

.carttable2 {
	font-size: 10pt;
	width: 100%;
}

.carttable2 th {
	background-color: #ddd;
	padding: 10px 5px 5px 5px;
	font-size: 14pt;
	font-weight: normal;
	border-bottom: 2px solid #ddd;
	text-align: left;
}

.carttable2 td {
	background-color: #eaeaea;
	padding: 5px;
	border-bottom: 2px solid #ddd;
}

.cartsmall {
	font-size: 10pt;
	margin: 3px 0;
}

.servicetable {
	font-size: 9pt;
	width: 100%;
	margin-top: 10px;
}

.servicetable th {
	background-color: #ddd;
	padding: 3px;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	border-top: 2px solid #eaeaea;
}

.servicetable td {
	background-color: #ddd;
	padding: 3px;
	font-size: 17px;
	color: #666;
}

div.btnheader {
	background-color: #fff;
	padding: 10px;
}

div.btnfooter {
	background-color: #fff;
	padding: 10px;
}

div.additional_info {
	padding: 10px;
	font-size: 9pt;
}

.additional_info p {
	line-height: 1.4em;
	margin: 5px 0;
}

div.default_format {
	padding: 10px;
}

.default_format h1 {
	font-size: 14pt;
}

.default_format p {
	font-size: 10pt;
	line-height: 1.4em;
	margin: 5px 0;
}

.head1 {
	font-size: 36px !important;
}

.cb {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.hid {
	display: none;
}

.raquo {
	font-size: 16pt;
}

.light {
	color: #999;
}

.navBut {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #000000;
	color: #fff;
	font-weight: normal;
	border: none;
	padding: 7px;
	margin-right: 10px;
}

.navButCur {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #C09B5B;
	color: #fff;
	//font-weight: bold;
	border: none;
	padding: 7px;
	margin-right: 10px;
}

.navButDis {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #999;
	color: #fff;
	font-weight: normal;
	border: none;
	padding: 7px;
	margin-right: 10px;
}

.default_format a {
	color: #000000;
}

.bg_notsel {
	border: 3px solid #eee;
	margin: 1px;
}

.bg_sel {
	border: 3px solid #a90f19;
	margin: 1px;
}

.btn {
	background-color: #000000;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 7px;
}

.btn:hover,
.btn:focus {
	background-color: #C09B5B;
	color: #fff !important;
	transition: all 0.3s ease-in-out;
}

.gold {
	background-color: #C09B5B;
	color: #fff;
	font-weight: bold;
	//border: none;
	padding: 7px;
}

.gold:hover,
.btn:focus {
	background: black;
	color: white;
	transition: all 0.3s ease-in-out;
}

@media(max-width:768px) {
	.gold {
		margin-bottom: 10px !important;
		//margin-top: 10px !important;
	}
}

#AcceptTerms {
	margin-left: 5px;
}

.col {
	color: #a90f19;
}

.mandatory {
	color: #a90f19;
}

.inv {
	color: #fff;
}

.colbg {
	background-color: #000000;
}

.invbg {
	background-color: #fff;
}

.modal-dialog {
	margin-top: 25% !important;
}

@media(min-width:768px) {
	.modal-dialog {
		width: 800px !important;
	}
}

.modal-content {
	background-color: black !important;
}

.modal-body h2 {
	color: white;
}

.modal-body p {
	color: white;
}

.modal-header,
.modal-footer {
	background: white !important;
}

.couponteaser ul {
	margin-left: 20px;
}

.couponteaser ul li {
	font-size: 15px;
}

.couponteaser p {
	font-size: 17px;
}


/*
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; 
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
*/

@media(min-width:768px) {
	.voucher {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media(max-width:768px) {
	.voucher input {
		font-size: 12px;
	}
	.voucher {
		padding-right: 15px;
		padding-left: 15px;
	}
}