﻿html {
	color: #707070;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,legend,input,button,textarea,p,blockquote
	{
	margin: 0;
	padding: 0;
}

body {
    font: 14px/1.5 arial,helvetica,clean,sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
}
.fieldset {
	margin: 0;
	padding: 10px;
}

th,td {
	margin: 0;
}
a {
	color: #505050;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #A21D1D;
}

table {
}

.red,.label_error {
	color: red;
}

.redborder {
	border: 1px solid red;
}

.bold {
	font-weight: bold;
}

img {
	border: 0;
	max-width: 100%;
}

img,div,input {
	behavior: url("../templates/default/js/iepngfix.html");
}

address,caption,cite,code,dfn,em,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}
legend {
    color: #000000;
    font-weight: bold;
    padding: 0 8px;
}
figure {
  margin: 0;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select {
	*font-size: 100%;
}
select,input,button,textarea,button {
	font: 99% verdana, arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
.clear {
	clear: both;
}

.hidden,.hide,.hiden {
	display: none;
}
.img-responsive {

}
.products-tab-name {
	background: #f5f5f5;
	margin-bottom: 20px;
	padding: 8px 15px;
}