html, body{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: inline;
}
a {
	text-decoration:none;
	color: #FFCC08;
	font-size: 11px;
	outline:none;
}

a:hover {
	color: #FFCC08;
	outline:none;
}

form {
	display: inline;
}
.inputSearch {
	width: 100%;
	font-size: 10px;
	height: 21px;
}
.inputNumeric {
	width: 90px;
	text-align: right;
	font-size: 12px;
	height: 22px;
}
input {
	font-size: 11px;
}
input.FullLength {
	width: 100%;
	height: 20px;
	border: 1px solid #CCCCCC;
}
input.int {
	text-align: right;
	height: 20px;
	border: 1px solid #BF297A;
}
input.Req {
	width: 100%;
	height: 20px;
	background-color: #FFF7EA;
	color: #000000;
	border: 1px solid #CCCCCC;
}
input.Err {
	width: 100%;
	height: 20px;
	background-color: #FF0000;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
select {
	font-size: 11px;
}
select.FullLength {
	width: 100%;
	height: 20px;
	border: 1px solid #CCCCCC;
}
select.Req {
	width: 100%;
	height: 20px;
	background-color: #FFF7EA;
	color: #000000;
	border: 1px solid #CCCCCC;
}
textarea {
	font-size: 11px;
}
textarea.FullLength {
	width: 100%;
	height: 96%;
	font-size: 10px;
	border: 1px solid #CCCCCC;
}
textarea.Req {
	width: 100%;
	height: 96%;
	background-color: #FFF7EA;
	color: #000000;
	border: 1px solid #CCCCCC;
}

.button {
	padding-left:20px;
	padding-right:20px;
}

.MaxHeight {
	height:100%;
}

.Gadget {
	color:#FFFFFF;
	height:22px;
	padding-left:18px;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	background-color: #FF0000;
}

.Gadget div{
	background: url(../images/gadget_r_corner.png) right top no-repeat;
	width:9px;
	height:22px;
	float:right;
}

* html .Gadget div{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/gadget_r_corner.png", sizingMethod="crop");
}

.Gadget a{
	padding-top:4px;
	color:#FFFFFF;
	text-decoration: none;
	float:left;
}
.Gadget a:hover{
	color:#CCCCCC;
	text-decoration: none;
}

.Gadget_content {
	background-color:#e7e7e7;
	padding:4px;
}
.hdr_nav {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}
.Content {
	background: #e7e7e7 url(../images/content_win_left_corner.jpg) left top no-repeat;
}

.thumb_win_1 {
	background:url(../images/thumb_win_1.jpg) no-repeat center center;
	vertical-align:middle;
	text-align:center;
	height:100px;
}

.thumb_win_1_text {
	vertical-align:middle;
	text-align:center;
	height:20px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.thumb_win_1_text a {
	text-decoration: underline;
}
.thumb_win_1_text a:hover {
	text-decoration: none;
}

.thumb_title {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 4px;
}
.thumb_art {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 4px;
}
.thumb_desc {
	font-size: 9px;
	font-weight: normal;
	color: #707070;
	padding-bottom: 4px;
	overflow: hidden;
	height: 100px;
}
.thumb_price {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 4px;
}

.thumb_buttons {
	background:#ff0000 url(../images/btn.png) top left no-repeat;
	width:164px;
	height:20px;
}

* html .thumb_buttons {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/btn.png", sizingMethod="crop");
}

.thumb_buttons a {
	font-size: 10px;
	color: #fff;
	text-decoration:none;
}

.thumb_buttons a:hover {
	font-size: 10px;
	text-decoration:underline overline;
}

#Preview {
	background-color: #EAEAEA;
	border: 1px solid #000000;
}
#PreviewTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:30px;
	padding-left:20px;
	display:none;
}
#PreviewImage {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #666666;
	margin: 10px;
}

.Content_Title {
	background:#ff0000 url(../images/title_bg.png) top left repeat-x;
	width:auto;
	height:33px;
	text-align:left;
	vertical-align:middle;
	padding-right:10px;
	padding-right:50px;
}

* html .Content_Title {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/title_bg.png", sizingMethod="scale");
}

.Content_Title div{
	background:url(../images/title_l_corner.png) top left no-repeat;
	width:14px;
	height:33px;
	float:left;
}

* html .Content_Title  div{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/title_l_corner.png", sizingMethod="crop");
}

.Content_Title h1{
	float:left;
	margin-top:8px;
	margin-left:10px;
}

.Footer {
	font-size: 10px;
	font-weight: normal;
	color: #979797;
	text-decoration: none;
	padding-top: 11px;
	outline:none;
}
.Footer a {
	text-decoration:none;
	color: #979797;
	font-size: 11px;
	outline:none;
}
.Footer a:hover {
	color: #FFCC08;
	outline:none;
}

/* ------------------------------------------ */

#CatalogueRequest {
	display:inline;
}

#CatalogueRequest .input {
	font-size: 11px;
	width:250px;
	border:solid 1px #a5acb2;
	outline:none;
	background-color:#FFFFFF;
	padding:2px;
	vertical-align:middle;
}
.Headingy {
	color: #FFCC08;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.Headingw {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.tp-link, .tp-link a:link, .tp-link a:visited, .tp-link a:active {

	color: #979797;
	text-decoration: none;
}
.tp-link a:hover {

	color: #FFCC08;
	text-decoration: none;
}
.search_field {
	background-color: #353535;
	color: #7E7E7E;
	padding: 4px;
	font-family: tahoma;
	font-size: 7pt;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-color: #080708;
	border-right-color: #474747;
	border-bottom-color: #474747;
	border-left-color: #080708;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 180px;
}
.yellow {
	color: #FFCC08;
	text-decoration: none;
}

