body {
	margin: 0;
	padding: 0;
	font-family: sans-serif,arial,verdana;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0;
}
h5 {
	margin: 7px 0 0;
	padding: 5px 8px;
	background-color: #999;
	color: white;
}
a {
	color: #dc7c26;
	text-decoration: none;
}
a img {
	border: 0;
}
.clearfix {
	clear: both;
	height: 1px;
}
.is-selected {
	border: 1px solid #fdcd08;
	background-color: #F3FE79;
	padding: 1px;
}
.info-collapsible-button {
	cursor: pointer;
	color: black;
	padding-left: 22px;
	background: transparent url(../img/btn-disc-show-hide.gif) no-repeat 5px center;
}
#info-collapsible {
	padding: 7px;
	font-size: 80%;
	color: gray;
	background-color: #fffeee;
	border-top: 1px solid #fdcd08;
	border-bottom: 1px dotted #fdcd08;
}
#info-collapsible p {
	margin: 0 0 7px 0;
}
.disc-header-container {
	background-color: black;
}
.disc-header {
	color: white;
	padding: 10px 10px 10px 180px;
	background: black url(../img/logo-small.gif) no-repeat left center;
}
.disc-header a {
	color: white;
	text-decoration: none;
}
.disc-header a:hover {
	color: white;
	text-decoration: underline;
}
.disc-parameters-form {
	border: 3px solid #fdcd08;
}
.disc-parameters-form .info {
	color: gray;
	padding: 5px 7px;
	background-color: #FFFCDA;
}
.disc-parameters-form img {
	float: left;
	margin: 0 7px 7px 0;
	border: 1px solid gray;
}
.disc-parameters-form form {
	margin: 7px;
}
.disc-menu {
	margin: 10px auto;
	width: 92%;
}
.disc-menu a {
	margin-right: 5px;
	padding: 1px 0 1px 25px;
	line-height: 20px;
	color: black;
}
.disc-menu a.all {
	background: transparent url(../img/btn-link-all.gif) no-repeat left center;
}
.disc-menu a.back {
	background: transparent url(../img/btn-link-back.gif) no-repeat left center;
}
.disc-menu a.notepad {
	background: transparent url(../img/btn-link-notepad.gif) no-repeat left center;
}
.disc-menu a:hover {
	text-decoration: underline;
}
.disc-table-container {
	margin: 0 auto;
	width: 92%;
}
.num-of-offers {
	color: gray;
	padding-right: 7px;
}
.error {
	margin: 10px;
	border: 1px solid #FFB1B8;
	background-color: #FFEBED;
	padding: 7px 10px;
}
.error-info {
	margin: 10px;
	padding: 7px 10px;
	font-size: 12px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}
.orange { color: #fdcd08; }
.white { color: white; }
.black { color: black; }
.disc-table {
	empty-cells: hide;
	border-collapse: collapse;
	margin: 10px 0 15px;
}
.disc-table td {
	padding: 4px;
	width: 115px;
}
.disc-table a {
	color: black;
}
.disc-title a {
	font-size: 0.8em;
	color: gray;
}
.disc-title small {
	font-size: 0.75em;
	font-weight: bold;
	color: #343434;
}
.disk-page-container {
	width: 100%;
	border-collapse:collapse;
	border:0;
}
.disk-page-container .disk-photo {
	text-align:center;
	min-width:50%;
}
#disk-photo {
	margin:10px 30px 10px 0;
}
.disk-page-container td {
	vertical-align: top;
}
.disc-parameters-table {
	border-collapse: collapse;
}
.disc-parameters-table th {
	background-color: #fdcd08;
	text-align: left;
	padding: 4px 7px;
	border-bottom: 1px solid #fdcd08;
	font-weight: normal;
	font-size: 90%;
}
.disc-parameters-table td {
	color: #333;
	font-size: 0.9em;
	padding: 4px 7px;
	border-bottom: 1px solid #dedede;
}
td.price {
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	color: #333;
}
tr.selection td.price span {
	font-weight: bold;
}
input.compact {
	width: 30px;
}
.offers-pages {
	background-color: #f9f9f9;
	border-top: 1px solid #ccc;
	padding: 5px;
}
.pagination {
	margin: 1px;
	padding: 0 3px;
}
span.pagination {
	border: 1px solid gray;
	background-color: #FFF;
}
a.pagination:hover {
	text-decoration: underline;
}
span.prev-next {
	margin-left:25px;
}
a.page-prev {
	margin-right:15px;
	padding-left:25px;
	background:transparent url(../img/page-prev.gif) no-repeat left center;
}
a.page-next {
	padding-right:25px;
	background:transparent url(../img/page-next.gif) no-repeat right center;
}
a.page-prev:hover, a.page-next:hover {
	text-decoration: underline;
}
.recommend {
	background:url("../img/advice.png") no-repeat left 3px white;
	color:#343434;
	cursor:pointer;
	font-size:9pt;
	margin-bottom:15px;
	padding:0 5px 0 24px;
	width:370px;
}
.recommend b {
	color:black;
}
.disc-parameters-output {
	background-color: #fdcd08;
	margin-bottom: 7px;
	padding: 0 3px 2px;
}
.disc-vendor-info{
	border: 1px solid #dedede;
	background-color: #efefef;
	color: #555;
	padding: 5px 7px;
	font-size: 12px;
}
.disc-vendor-logo img {
	border: 1px solid #eee;
}
tr.even {
	background-color: #fffdbe;
}
tr.odd {
	background-color: #fff;
}
tr.selection.even {
	background-color: #f1ff57;
}
tr.selection.odd {
	background-color: #F3FE79;
}
td.available0 {
	color: red;
}
td.available1 {
	color: #5b8f3f;
}
td.selection.even, td.selection.odd {
	padding-left: 8px;
	background-image: url(../img/selected-arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.links-to-vendors {
	display: block;
	margin: 10px auto;
	width: 92%;
	color: #aaa;
}
.links-to-vendors a {
	font-size: 12px;
	color: gray;
}
.links-to-vendors a:hover {
	text-decoration: underline;
}
.contacts {
	width: 92%;
	margin: 15px auto 0;
	padding: 10px 0;
	border-top: 1px solid #bbb;
	color: #DC7C26;
	font-size: 14pt;
	text-align: center;
}
.contacts span {
	color:#343434;
}
.counters {
	text-align: center;
	margin: 5px 0;
}
.usa {
	width:65%;
	margin:13px auto 5px;
	padding:2px 5px 5px 48px;
	color:#777;
	border:3px solid #FDCD08;
	background: transparent url(../img/package.png) no-repeat 8px center;
}
.usa strong {
	color:#000;
}
.usa span {
	color:#555;
	font-size:12px;
	padding-left:1px;
	background-color:#FFFCDA;
}