@import url("fonts/fonts.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}
body {
	line-height: 1;
	/*background: url(images/bg-up.jpg) top center no-repeat #fff;*/
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	background-color: #dadada;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
}
caption,th,td {
	text-align: left;
	vertical-align: middle;
/*	border-right: 1px solid #333;*/
	border-bottom: 1px solid #aaa;
	padding: 5px 10px;
	font-size: 14px;
}
tbody {
/*	border-top: 1px solid #333;
	border-left: 1px solid #333;*/
}
thead {
/*	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;*/
}
tfoot {
/*	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
/*	clear: both;*/
	padding: 1em 0 .5em;
	line-height: 1.2;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #006699;
}
hr {
/*	border: 1px solid #aaa;*/
	height: 1px;
	color: #ddd;
	line-height: 1px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: small;
	line-height: 1.2;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a {
	text-decoration:none;
	color: #005a8e;
	letter-spacing: 100;
	/*color: #e31e24;*/
}
a:hover {
	text-decoration:underline;
	cursor: pointer;
	/*color: #d4e3f5;*/
	color: #480016;
}
a:active {
	color: #082751;
}

.ha {
	display: block;
	background-color: transparent;
	padding: 0;
	width: 40%;
	min-width: 200px;
	max-width: 250px;
	float: right;
}
.ha:hover {
	background-color: #e4e4e4;
}
.ha b {
	display: block;
	text-align: right;
	font-size: 12px;
}
p {
	padding: .2em 1em;
}

em {
	font-weight: bold;
	padding: 0 .5em;
	background-color: #eee;
}
.strikestr {
	text-decoration:line-through;
}
#body-wrap {
	background: url(images/bg.jpg) center center fixed no-repeat;
	background-size: 100% auto;
	/*background-color: #eee;*/
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #006699;
}
#page-wrap {
	background-color: #fff;
	position: relative;
	width: 100%;
	min-width: 400px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}
#header-wrap {
	background: url(images/bg-h.jpg) left top no-repeat transparent;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 600px;
	max-width: 1200px;
}

#header-wrap p {
	line-height: 1.2;
	font-size: .7em;
	padding: 0 .5em;
}
#header-wrap span {
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .1em;
	line-height: 1;
}
#header-logo {
	height: 130px;
	width: 100%;
	min-width: 150px;
	background: url(images/rtype-logo.png) right top no-repeat transparent;
	display: block;
}
.header-left {
	margin: 0;
	padding: 50px 0 0;
	float: left;
	text-align: right;
	vertical-align: middle;
	width: 70%;
	min-width: 300px;
}
.header-right {
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	width: 30%;
	min-width: 150px;
}
.header-logo {
	margin: 0;
	padding: 0;
	float: left;
	width: 30%;
	min-width: 150px;
}

/*.header-logo a, .header-logo span {
	display: block;
	text-align: right;
}*/

.ui-autocomplete-input {
	border-radius: 5px;
	width: 200px;
	margin: 0 1em;
	display: none;
}
#searchb {
	margin: .3em 1em 0 0;
	border-radius: 5px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	display: none;
}
.header-right button {
	margin: .5em;
	font-size: 14px;
}

#content-wrap {
	border: 0; 
	margin: 0 auto;
	width: 100%;
	min-width: 600px;
	max-width: 1200px;
	height: auto;
	background-color: transparent;;
}
#content-wrap h1 {
	font-size: 24px;
	padding: .5em 0;
	color: #000;
	text-align: center;
	background-color: #eee;
}
#content-wrap h2 {
	font-size: 20px;
	padding: 1em 1em .5em;
}
#content-wrap h3 {
	padding: 1em;
	font-size: 18px;
	color: #111;
}
#content-wrap h4 {
	font-size: 16px;
	padding: .5em 1em;
	color: #333;
}
#content-wrap p {
	font-size: 14px;
	line-height: 1.4;
}
#content-wrap ul {
/*	padding-top: 1em;
	padding-bottom: 2em;
	*/
}
#content-wrap li {
	font-size: 14px;
	line-height: 1.4;
}
#content-wrap img {
	padding: .5em;
}

#bpage {
	background: transparent;
}
.page-left {
	padding-bottom: 30px;
	width: 60%;
	float: left;
	clear: left;
}
.page-left p {
	text-align: left;
	padding-right: 20%;
}
.page-left img {
	margin-left: 300px;
}
.page-right {
	padding-bottom: 30px;
	padding-top: 40px;
	width: 40%;
	float: right;
	clear: right;
}
.page-right ul {
	padding: 5px 10px 10px 30px;
}
.page-right li {
	font-size: 18px;
}
.page-right li li {
	font-size: 14px;
	padding: 5px 0 10px;
}
.page-right ul ul {
	padding-left: 10px;
}
.page-left ul {
	padding-left: 20px;
}
#left-wrap {
	clear: left;
	float: left;
	min-width: 200px;
	max-width: 500px;
	width: 30%;
	background-color: #dadada;
	background: -moz-linear-gradient(bottom, #dadada 0%, #fefefe 100%);
	background: -webkit-linear-gradient(bottom, #dadada 0%, #fefefe 100%);
	background: -o-linear-gradient(bottom, #dadada 0%, #fefefe 100%);
	background: -ms-linear-gradient(bottom, #dadada 0%, #fefefe 100%);
	background: linear-gradient(bottom, #dadada 0%, #fefefe 100%);
}
#right-wrap {
	clear: right;
	float: right;
	min-width: 200px;
	max-width: 300px;
	width: 30%;
}

#footer-wrap {
	clear: both;
	min-width: 900px;
	max-width: 1200px;
	width: 100%;
	margin: 0;
	height: 25px;
	left: auto;
	bottom: 0;
	position: fixed;
	z-index: 99;
	opacity: .95;
}
#footer-wrap .footer-up, #footer-wrap .footer-down {
	text-align: center;
	line-height: 1.4;
	height: 25px;
	margin: 0 auto;
	width: 450px;
	border-radius: 10px 10px 0 0;
	background-color: #005a8e;
}
#footer-wrap .footer-up {
	display: block;
}

#footer-wrap .footer-down {
	display: none;
}
#footer-up {
	background: url(images/down-up.png) right bottom no-repeat transparent;
}

#footer-down {
	background: url(images/down-down.png) right bottom no-repeat transparent;
}
#footer-wrap a {
	color: #ffffff;
	display: block;
}
#footer-wrap a:hover {
	color: #e4e4e4;
}

#footer-wrap .footer-main {
	background-color: #005a8e;
	height: 55px;
	border-radius: 10px 10px 0 0;
	display: none;
}

#copy-wrap {
	clear: both;
	min-width: 60px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	font-size: 10px;
}
.logoslog {
	text-align: center;
	padding: 1em 0 0;
	font-weight: bold;
	font-size: 14px;
	background-color: #ffffff;
	border-top: 1px solid #eee;
}
.footer-counters {
	width: 100%;
	text-align: center;
	padding: 0;
}
.footer-center {
	text-align: center;
	min-width: 400px;
	max-width: 1200px;
	width: 100%;
	color: #aaa;
	padding: 1em 0;
	margin: .5em 0;
	font-weight: normal;
	background: #efefef;
}
.footer-center strong {
	font-weight: normal;
}
.footer-counters a, .footer-center a {
	color: #aaa;
}

.menuf {
	width: 33%;
	float: left;
	text-align: center;
}
.menuf ul {
	padding: 0 20px;
}
.menuf li {
	line-height: 1.4;
	letter-spacing: 300;
	font-size: 12px;
}
.menuf h3 {
	padding: 1em 0;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
}

.menu-up {
	position: absolute;
	top:0;
	left:auto;
	position: fixed;
	z-index: 50;
	width: auto;
	height: auto;
	margin: 0;
	background-color: transparent;
	/*background: -moz-linear-gradient(bottom, #dadada 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(bottom, #dadada 0%, #f4f4f4 100%);
	background: -o-linear-gradient(bottom, #dadada 0%, #f4f4f4 100%);
	background: -ms-linear-gradient(bottom, #dadada 0%, #f4f4f4 100%);
	background: linear-gradient(bottom, #dadada 0%, #f4f4f4 100%);
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	box-shadow: 0 1px 1px 0 #e6e6e6;*/
}
/*
.menu-up ul {
	display: block;
}
.menu-up li {
	float: left;
	text-align: center;
	padding: .5em 0;
}
.menu-up span {
	display: block;
	font-size: .8em;
	line-height: 1.2;
	padding: .2em 1em;
	border-right: 1px solid #aaaaaa;
}
.menu-up a {
	color: #444444;
	text-decoration: none;
}
.menu-up .active {
	color: #000000;
	background-color: #ffffff;
}
.menu-up a:hover {
	color: #000;
	background-color: #eee;
}
.menu-up a:hover > span {
	color: #000;
	background-color: #eee;
}
.menu-up .last-up {
	border: 0;
}
*/
.menu-right {
	padding: 3px 5px 3px;
	font-size: 14px;
	line-height: 1;
/*	border-bottom: 1px solid #e31f25;
	border-right: 1px solid #e31f25;
	background: url(images/bg-b.gif) left top transparent;*/
}
.menu-right strong {
	/*background-color: #2f69b3;*/
	background-color: #309;
	color: #f4f4f4;
	padding: 3px 10px;
	border-radius: 10px;
	display: block;
}
.menu-right b {
	/*background-color: #2f69b3;*/
	background-color: #e31e24;
	color: #f4f4f4;
	font-weight: normal;
	padding: 3px 10px;
	border-radius: 5px;
	display: block;
}
.menu-right div {
	padding: 5px 0;
	line-height: 1.5;
/*	background-color: transparent;
	background: -moz-linear-gradient(left, #dddddd 0%, transparent 100%);
	background: -webkit-linear-gradient(left, #dddddd 0%, transparent 100%);
	background: -o-linear-gradient(left, #dddddd 0%, transparent 100%);
	background: -ms-linear-gradient(left, #dddddd 0%, transparent 100%);
	background: linear-gradient(left, #dddddd 0%, transparent 100%);*/
}
.menu-right select {
	border: 1px solid #eee;
	font-size: 16px;
	padding: 0;
	width: 100%;
	min-width: 200px;
	max-width: 300px;
	box-shadow: 0 0 1px #eeeeee;
	color: #309;
	background-color: #f4f4f4;
}
.menu-right select option {
	border-top: 0;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-left: 0;
	font-size: 16px;
	padding: 4px 0 4px 5px;
}

.menu-left {
	list-style: square;
	color: #aaaaaa;
	margin-left: 2em;
}
.menu-left span {
}
#left-wrap b {
	color: #666666;
	padding: 1em;
	display: block;
	font-weight: bold;
	font-size: 14px;
}
.menu-left li {
	border-bottom: 1px solid #e4e4e4;
}
.menu-left strong {
	line-height: 1.4;
	padding-bottom: 8px;
}
.menu-left a {
	display: block;
	padding: .5em 1em;
	line-height: 1;
	font-size: 12px;
	color: #999999;
}
.menu-left a:hover {
	color: #000000;
	background-color: #ffffff;
}
.menu-down {
	padding: 10px 0;
	clear: both;
/*	background-color: #333;*/
}
/*.menu-down a {
	color: #fff;
}
.menu-down a:hover {
	color: #efefef;
}*/
#brands {
	padding-top: 30px;
	/*border-left: 1px solid #dddddd;*/
}
#brands .menu-left a span {
	display: none !important;
}
#brands .menu-left span a {
	display: block !important;
}
#brands .menu-left li:hover {
	background-color: #ffffff;
}
#brands .menu-left li:hover > a span {
	display: block !important;
}
#brands .menu-left li:hover > span a {
	display: none !important;
}
#brands .menu-left li.activeb {
	background-color: #ffffff;
}
#brands .menu-left li.activeb a span {
	display: block !important;
}
#brands .menu-left li.activeb span a {
	display: none !important;
}
.menu-left li.active {
	padding: 0;
	border-bottom: 3px solid #eee;
	font-weight: normal;
	box-shadow: inset 0 0 1px 0 #aaa;
	background-color: #e4e4e4;
	background: -moz-linear-gradient(right, #e4e4e4 0%, #ffffff 100%);
	background: -webkit-linear-gradient(right, #e4e4e4 0%, #ffffff 100%);
	background: -o-linear-gradient(right, #e4e4e4 0%, #ffffff 100%);
	background: -ms-linear-gradient(right, #e4e4e4 0%, #ffffff 100%);
	background: linear-gradient(right, #e4e4e4 0%, #ffffff 100%);
}

.activec {
	background: #330099;
	padding: 5px 10px !important;
	color: #ffffff !important;
	letter-spacing: 2px;
}

.menu-left li ul {
	margin-left: 1em;
}
.menu-left li li {
/*	font-size: 14px;*/
	border: 0;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0;
}
.menu-left li li ul {
	margin-bottom: 10px;
	list-style: disc;
	margin-left: 25px;
}
.menu-left li li li {
	padding: 5px 0;
}
.menu-left li li li:hover {
	color: green;
}
.menu-left li li li span {
/*	font-size: 14px;
	padding: 2px 10px 3px;
	*/
}
.menu-left h3 {
	padding: .5em;
/*	margin-left: 5px;*/
	font-size: 12px;
	background: #2f69b3;
	color: #fff;
}
#brands p {
	color: #309;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	background: #fff;
	background: -moz-linear-gradient(left, #dddddd 0%, #eeeeee 20%, #ffffff 100%);
	background: -webkit-linear-gradient(left, #dddddd 0%, #eeeeee 20%, #ffffff 100%);
	background: -o-linear-gradient(left, #dddddd 0%, #eeeeee 20%, #ffffff 100%);
	background: -ms-linear-gradient(left, #dddddd 0%, #eeeeee 20%, #ffffff 100%);
	background: linear-gradient(left, #dddddd 0%, #eeeeee 20%, #ffffff 100%);
}
.inner {
	margin: 0;
	padding: .5em 1em;
	border-bottom: 1px solid #eee;
}
.clear {
	clear: both;
}

#breadcrumb-box {
	line-height: 1;
}
#breadcrumb-box li {
	float: left;
	margin-right: 5px;
}
#breadcrumb-box em {
	font-size: 12px;
}
#breadcrumb-box a {
	padding: .5em 0;
	color: #999;
	font-size: 12px;
}
#breadcrumb-box a:hover {
	color: #aaa;
}
#town-list {
	padding: .3em 0;
	clear: both;
}
#town-list span {
	display: block;
	height: 20px;
	line-height: 1.1; 
	padding: 1em .5em .5em;
	font-size: 10px;
	color: #005a8e;
}
#town-list div {
	background-color: #eee;
}
#town-list div:hover  {
	background-color: #fff;
}
#town-list li {
	float: left;
	width: 11.1%;
	margin-bottom: 1em;
	text-align: center;
/*	font-size: 14px;*/
}
#town-list img {
	padding: 1%;
	width: 98%;
	min-width: 10px;
	max-width: 200px;
}

#cat-list {
	padding: .3em 0;
	clear: both;
	background-color: #e1ebf3;
}
#cat-list a {
	padding: 1em 0;
	font-size: 18px;
	color: #005a8e;
	display: block;
/*	border-radius: 8px;
	float: right;
	background-color: #eee;
*/
	width: 100%;
	
}
#cat-list a:hover {
	background-color: #ddd;
	
}
#cat-list li {
	float: left;
	width: 50%;
	margin-bottom: 1em;
	display: block;
/*	font-size: 14px;*/
}
#cat-list img {
	border-radius: 8px;
	padding: 0;
	width: 100%;
	min-width: 50px;
	max-width: 400px;
}
#cat-list a:hover {
}

#cat-hlist {
	padding: 0;
	clear: both;
}

#cat-hlist li {
	float: left;
	width: 50%;
	text-align: center;
	background-color: #eee;
	padding: 1em 0;
	border-radius: 8px;
/*	font-size: 14px;
	margin-bottom: 1em;
*/
}
#cat-hlist img {
	padding: 0;
	width: 90%;
	min-width: 100px;
	max-width: 400px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
}
#cat-hlist a:hover {
}
#cat-hlist img:hover {
	border: 1px solid #005a8e;
}
#cat-hlist li.hactive {
	background-color: #aaa;
}
#cat-list-right {
	padding: 0;
/*	float: left;
	width: 70%;*/
}
#cat-list-right h1 {
	padding: .5em 1em;
}
/*#cat-list-right a {
	padding: .5em 1em;
	font-size: 16px;
	font-weight: bold;
	color: #005a8e;
}*/
#cat-list-right li {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	margin-bottom: 2em;
	text-align: center;
	background-color: #eee;
/*	border-radius: 20px;
	margin-left: 1.2%;
	padding: .5em 0;
	font-size: 14px;*/
}
#cat-list-right div {
	position: absolute;
	top: 0;
	left: 0;
}
#cat-list-right img {
	padding: 0;
	width: 95%;
	min-width: 50px;
	max-width: 400px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
}
#cat-list-right a:hover {
}
#cat-list-right a:hover > img {
	border: 1px solid #005a8e;
}

#product-list {
/*	background: url(images/bg-p.png) top left transparent;*/
	/*background-color: #a09de0;*/
	padding: 10px 0 20px;
	border-radius: 0 0 20px 20px;
	clear: both;
/*	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #309;*/

}
#product-list span {
/*	padding: 3px 5px*/
}
#product-list h1 {
	color: #f4f4f4;
}
#product-list h3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding: 5px 5px 5px 30px;
	color: #333;
	background: #f4f4f4;
}
#product-list h4 {
	color: #2f69b3;
	padding: 5px 5px 10px;
	background-color: #dddddd;
	background: -moz-linear-gradient(bottom, #dddddd 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(bottom, #dddddd 0%, #f4f4f4 100%);
	background: -o-linear-gradient(bottom, #dddddd 0%, #f4f4f4 100%);
	background: -ms-linear-gradient(bottom, #dddddd 0%, #f4f4f4 100%);
	background: linear-gradient(bottom, #dddddd 0%, #f4f4f4 100%);
}
.product-brand {
	height: 300px;
	position: relative;
	overflow-y: hidden;
/*	overflow-x: hidden;
	height: 310px;*/
}
.product-brand .scroll-left {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/left-scroll.png) center center no-repeat #f4f4f4;
	display: block;
	width: 40px;
	height: 40px;
	opacity: .8;
	z-index: 100;
}
.product-brand .scroll-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: url(images/right-scroll.png) center center no-repeat #f4f4f4;
	display: block;
	opacity: .8;
	z-index: 100;
}
.product-brand .left-scroll {
	display: block;
	width: 40px;
	height: 40px;
}
.product-brand .right-scroll {
	display: block;
	width: 40px;
	height: 40px;
}
.product-brand .scroll-left:hover {
	opacity: 1;
	background-color: #005a8e;
}
.product-brand .scroll-right:hover {
	opacity: 1;
	background-color: #005a8e;
}
.product-brand img {
	width: 90%;
	height: auto;
	min-width: 50px;
	min-height: 50px;
	max-width: 300px;
	max-height: 180px;
}
.product-brand ul {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.product-brand li {
	display: block;
	width: 50%;
	min-width: 100px;
	float: left;
	font-size: 1em;
	height: 290px;
	padding: 5px 0;
/*	background-color: #309;*/
}
.pcard {
	position: relative;
	height: 300px;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #e4e4e4;
}
.pprice {
	color: #e31e24;
}
.ptitle {
	font-size: 18px;
	padding: .5em;
	font-weight: normal;
}
.product-series {
	clear: both;
}

.product-series img {
	width: 100%;
	min-width: 100px;
	max-width: 200px;
	height: auto;
}
.product-series p {
	padding: .5em;
	font-size: 12px;
}
.product-series li {
	display: block;
	clear: both;
	border-bottom: 1px solid #dddddd;
}
.product-img {
	width: 100%;
	min-width: 50px;
	/*max-width: 150px;
	float: left;*/
	padding: 0;
	clear: left;
}
.product-smallimg {
	width: 49%;
	min-width: 40px;
	max-width: 150px;
	padding: 3px .5%;
	float: left;
	clear: left;
}
.product-cat {
	color: #2f69b3;
	padding: 0 5px 5px 10px;
/*	margin-right: 10px;*/
	margin-bottom: 5px;
	background: url(images/bg-p.png) top left #dddddd;
/*	background-color: #330099;*/
	background: -moz-linear-gradient(top, #dddddd 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #dddddd 0%, #fff 100%);
	background: -o-linear-gradient(top, #dddddd 0%, #fff 100%);
	background: -ms-linear-gradient(top, #dddddd 0%, #fff 100%);
	background: linear-gradient(top, #dddddd 0%, #fff 100%);
	font-size: .8em;
}
.product-desc {
	width: 100%;
	min-width: 140px;
	padding: 0;
}
.product-desc ul {
	list-style: disc outside;
	color: #000;
	padding-left: 10px;
}
.product-desc li {
	display: list-item;
	border: 0;
	font-size: 12px;
}
.product-desc h2 {
	padding: .5em 1em !important;
	font-size: 1em;
	line-height: 1.2;
	background-color: #f4f4f4 !important;
}
#product-list .product-price {
/*	width: 50%;
	min-width: 50px;
	float: right;*/
	padding: 0;
	font-size: 1em;
}
.product-price b {
	color: #333;
}
#product-list p {
	padding: 3px 7px;
	font-size: 12px;
	text-shadow: 1px 0 3px #f4f4f4;
	color: #000;
	text-align: center;
}
#product-list .product-desc p {
	text-align: left;
	padding: 5px 10px;
}
#product-related, #product-special {
	font-size: .8em;
	margin-top: 10px;
}
#product-related li, #product-special li {
	border: 0;
	box-shadow: inset 0 -1px 1px 0 #309;
	border-radius: 0;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 3px;
	background-color: #fff;
}
#product-related .product-price, #product-special .product-price {
	width: 45%;
	min-width: 90px;
	max-width: 140px;
	float: right;
	padding: 10px 0 5px;
	text-align: center;
}
#product-related img, #product-special img {
	width: 100%;
	height: auto;
	min-width: 100px;
	max-width: 150px;
}
#product-related h3, #product-special h3 {
	font-size: 14px;
	padding: 10px 5px 10px 30px;
	color: #fff;
	letter-spacing: .1em;
	border-bottom: 1px solid #fff;
}
#product-related h3 {
	background: url(images/recomend.png) top left no-repeat #330099;
	color: #f4f4f4;
}
#product-special h3 {
	background: url(images/discount.png) top left no-repeat #e31e24;
	color: #f4f4f4;
}
#product-related h4, #product-special h4 {
	background: #309;
	padding: 5px;
}
#product-related h4 > a, #product-special h4 > a {
	color: #f4f4f4;
	padding: 3px;
}

.priceblock {
	width: 100%;
	display: block;
}
.present {
	padding: 5px 0;
	color: #7d59bd;
}
.priceblock {
	opacity: .9;
/*	padding: 3px 5px;*/
}
.priceblock:hover {
	opacity: 1;
}
.priceblock p a {
	display: block;
	line-height: 2;
}
#product-card {
	padding: 1em 0 0;
/*	width: 70%;
	float: left;
	border-left: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px dashed #309;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #625bc4;
	border-bottom: 1px solid #e31e24;
	border-top: 0;
	border-radius: 20px 20px 0 0;
	background: #f4f4f4;
	background: url(images/bg-p.png) center bottom no-repeat #fff;*/
}
#product-card h1 {
/*	border-radius: 18px 18px 0 0;
	text-align: left;
	border-bottom: 1px solid #f4f4f4;*/
}
#product-card h2 {
	font-size: 1em;
	line-height: 1;
	padding: 5px 0;
}
#product-card h3 {
	font-weight: bold;
}
#product-card h4 {
	font-size: 1.2em;
	line-height: 1.2;
	padding: 10px 5px 5px 10px;
}

#product-card p {
	padding: .3em .5em .2em;
	font-size: 14px;
}
#product-card strong {
	/*padding: 5px 10px;*/
}
#product-card small {
	display: block;
	/*padding: 5px 10px;*/
}
#product-card .price {
/*	width: 50%;
	float: left;*/
}
#product-card .product-date {
	font-size: 12px;
	color: #aaa;
}

.product-gallery {
	width: 50%;
	max-width: 600px;
	min-width: 200px;
	float: left;
}

#product-images {
	/*border-top: 1px solid #309;
	border-top: 1px solid #309;*/
/*	background-color: #fff;
	border-radius: 0 0 10px 0;
	box-shadow: inset 0 1px 0 1px #dddddd;*/
}
#product-images p {
	font-size: 12px;
	background-color: #f4f4f4;
	color: #333;
	padding: 3px 5px 3px 10px;
}

#mainimg {
	width: 100%;
	min-width: 200px;
	max-width: 1000px;
	text-align: left;
	position: relative;
	padding: 0;
}
#mainimg .zoomimg {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: .8;
	background: url(images/zoomimgh.png) center center no-repeat transparent;
}
#mainimg .zoomimg:hover  {
	opacity: 1;
	background: url(images/zoomimg.png) center center no-repeat transparent;
}

#mainimg img {
	width: 100%;
	max-width: 800px;
	min-width: 50px;
	height: auto;
	padding: 1em 0 0;
}
#prodthumbs {
	width: 100%;
	text-align: center;
}
#prodthumbs .thumb {
	width: 10%;
	height: auto;
	max-height: 50px;
	min-width: 10px;
	max-width: 70px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #fff;
}
#prodthumbs .thumb a {
	width: 100%;
	min-width: 10px;
	height: auto;
	max-height: 50px;
	text-align: center;
	display: block;
	padding: 0;
}
#prodthumbs .thumb img {
	width: 90%;
	min-width: 10px;
	max-width: 50px;
	max-height: 50px;
	opacity: .9;
	padding: 5px 0;
}
#prodthumbs .thumb a:hover > img {
	opacity: 1;
}

.product-details {
	width: 50%;
	max-width: 800px;
	min-width: 200px;
	float: right;
}

#product-card .product-price {
	font-size: 18px;
	line-height: 1.4;
	color: #005a8e;
	padding: 1em 0;
}


.product-sale {
	padding-top: 5px;
	display: block;
}
#product-info .product-sale {
/*	width: 50%;
	float: left;*/
}

.instock {
	color: #005a8e;
	padding: 1em 0;
}

.outstock {
	padding: 1em 0;
	color: #005a8e;
}
.buy, .order {
	padding: .5em 1em;
	font-size: 1.2em;
	border-radius: 6px;
	border: 1px solid #660033;
	background-color: #005a8e;
	width: 100%;
	color: #fefefe;
}
.buy {
/*	width: auto;*/
}
.buy:hover, .order:hover {
	cursor: pointer;
	border: 1px solid #aaa;
	background-color: #cc3366;
}
.buy:active, .order:active {
	cursor: pointer;
	border: 1px solid #660033;
}
.buys, .orders {
	padding: 5px 0;
	font-size: 1em;
}
.more {
	padding: 5px;
}

.product-delivery {

}

.product-tabs {
	padding: 1em 0;
	width: 50%;
	max-width: 600px;
	min-width: 200px;
	float: right;
}

#product-info, #product-images {
/*	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	box-shadow: inset -1px -1px 0 0 #dddddd;
	background-color: #fff;
		border-right: 1px solid #309;*/
	width: 96%;
	max-width: 800px;
	min-width: 200px;
	padding: 0 2%;
}

/*.yashare-auto-init {
	background-color: #dddddd;
	border-left: #eee;
}*/
#buy, #buyl {
	padding: 1em;
/*	background-color: #e1e1e1;
	background: -moz-linear-gradient(top, #e1e1e1 0%, #f1f1f1 20%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e1e1e1 0%, #f1f1f1 20%, #ffffff 100%);
	background: -o-linear-gradient(top, #e1e1e1 0%, #f1f1f1 20%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e1e1e1 0%, #f1f1f1 20%, #ffffff 100%);
	background: linear-gradient(top, #e1e1e1 0%, #f1f1f1 20%, #ffffff 100%);
	border-top: 1px solid #dddddd;*/
}
#buy .product-sale {
/*	width: 50%;
	float: right;
	padding: 10px 0;
}
#buyl .product-sale {
/*	width: 50%;
	float: right;
	padding: 0 0 20px;*/
}
#buyl .product-price {
	padding-top: 10px;
}
#buyl em {
	display: block;
}
.tabs_ul {

}

#product-description {

}

.product-video {
	width: 50%;
	max-width: 600px;
	min-width: 200px;
	float: left;
	clear: left;
}

#prodvid {
/*	border-top: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	box-shadow: inset -1px 0 1px 0 #f4f4f4;
	border-radius: 0 10px 0 0;*/
	background-color: #f4f4f4;
}
#prodvid h4 {
	color: #000;
}
#prodvid .thumb {
	width: 80px;
	height: 45px;
	padding: 0;
	margin-left: 2px;
	margin-bottom: 4px;
	float: left;
	background-color: #fff;
	text-align: center;
}

#prodvid .thumb img {
	width: 80px;
	height: 45px;
	opacity: .8;
	padding: 0;
}
#prodvid .thumb img:hover {
	opacity: 1;
}

/*.product-recomend {
	width: 50%;
	max-width: 500px;
	min-width: 260px;
	float: left;
	clear: left;
}

.recomendproduct {
	width: 100%;
}
.recomendproduct li {
	min-height: 150px;
	height: auto;
	padding: 5px 10px;
	margin: 5px 0;
	position: relative;
	border-bottom: 1px solid #eee;
}
.recomendproduct img {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
.recomendproduct span {
	font-size: .9em;
	display: block;
}
.recomendproduct h5 {
	font-size: 1.5em;
	display: block;
}
.recomendproduct b {
	font-size: 1.2em;
	line-height: 1;
}

.pricesblock {
	width: 50%;
	min-width: 600px;
	max-width: 1000px;
	margin-left: 150px;
	display: block;
	padding: 0 20px 20px 0 !important;
	background: #fff;
}
*/
.product-related {

}

.product-list {

}


span.toppr {
	display: block;
	border-top: 1px solid #aaa;
	background-color: #eee !important;
	/*box-shadow: -1px -1px 1px 0 #eee;*/
}
span.tsmall {
	
}

.catser {
	background-color: #dddddd !important;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 10px 10px 0 0;
	padding: 3px 25px !important;
	font-size: 12px;
}
.tleft {
	text-align: left;
	display: block;
}
.tright {
	text-align: right;
	display: block;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.tcenter {
	text-align: center;
	display: block;
}
.hidethis {
	display: none;
	cursor: wait;
}

a.callback {
	color: #003366;
	vertical-align: bottom;
	padding: 10px 5px;
	background-color: #eee;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #ddd;
	text-align: center;
	border-radius: 5px;
	display: block;
}
a.callback:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}
a.callback:hover > span {
	border-bottom: 1px dotted #eee;
}
.page-up {
	display: none;
	background: url(images/page-up.png) center center no-repeat !important;
	width: 50px !important;
	height: 30px !important;
	padding:0 !important;
	margin:0 !important;
	position: absolute;
	right: 50px;
	top: 0;
	opacity: 0;
}
.phone {
	padding-right: 20px;
	background-color: #fff;
	text-align: right;
	display: block;
/*	padding: 1em 1em .5em 0;
	color: #e31e24;
	border-bottom: 1px solid #e31e24;
	border-radius: 0 0 10px 0;
	border-right: 1px solid #e31e24;
	text-align: right;*/
}
.phone sup {
	font-size: 10px;
}
.phone big {
	font-size: 24px;
}
.timework {
	font-size: 12px;
	padding: 5px;
/*	border-bottom: 1px solid #e31e24;
	border-left: 1px solid #e31e24;*/
}
.workcontact {
	padding: 35px 0 0;
	width: 30%;
	max-width: 250px;
	min-width: 180px;
	white-space: nowrap;
	float: left;
	line-height: 1;
	color: #309;
}
.workhelp {
	padding: 35px 0 0;
/*	white-space: nowrap;
	margin-left: 2%;*/
	width: 65%;
	max-width: 700px;
	min-width: 200px;
	float: right;
	line-height: 1.2;
}
.workhelp li {
	float: left;
	width: 33%;
	text-align: right;
	font-size: 12px;
	line-height: 1;
	color: #309;
	height: 65px;
	border-left: 1px solid #f4f4f4;
}
li.curyer {
	background: url(images/curyer.png) left bottom no-repeat transparent;
}
li.cardelivery {
	background: url(images/cardelivery.png) left bottom no-repeat transparent;
}
li.callbackme {
	background: url(images/callback.png) left bottom no-repeat transparent;
}
.workhelp a {
	padding: 0;
	display: block;
	height: 60px;
	padding: 5px 5% 0 20%;
}
.workhelp a:hover {
	background-color: #f4f4f4;
	opacity: .8;
}
.ofield {
	padding-right: 5px;
	color: red;
}
.validateTips {
	padding: 5px;
	color: red;
}
.pvideo img {
	width: 100%;
	max-width: 300px;
	min-width: 150px;
}
.pvideo span {
	padding: 2px 10px;
}
.pvideo li {
	background-color: #dddddd;
	background: -moz-linear-gradient(bottom, #dddddd 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(bottom, #dddddd 0%, #f4f4f4 100%);
	background: -o-linear-gradient(bottom, #dddddd 0%, #f4f4f4 100%);
	background: -ms-linear-gradient(bottom, #dddddd 0%, #f4f4f4 100%);
	background: linear-gradient(bottom, #dddddd 0%, #f4f4f4 100%);
}
.pitems {
	width: 800px;
}
.itogo {
	background: #fff;
	margin: 5px 30px;
	padding: 5px 30px;
}
.qua {
	width: 20px !important;
	height: 20px !important;
	text-align: center;
	background: #fff;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.summ {
	width: 80px !important;
	height: 20px !important;
	text-align: center;
	background: #fff;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.bmin, .bmax {
	display: block;
	border: 0;
	width: 30px;
	height: 30px;
	background: #aaa;
	color: #000;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}
.bmin:hover, .bmax:hover {
	background: #fc0;
	color: #000;
}
.pic {
	text-align: center;
	width: 60px;
}
.pic img {
	width: 50px;
	height: 50px;
}
.id {
	width: 30px;
}
.kolvo {
	width: 120px;
}
.price {
/*	width: 100px;*/
}
.pricen {
	width: 100px;
}
.emptybasket {
	padding: 0 10px 100px;
	font-size: 2em;
	line-height: 1.5;
}
#search_result {
	text-align: center;
}
#search_result li {
	/*float: left;*/
	display:inline-block;
	padding: 1em;
}
/*============================== UI */
 .ui-autocomplete-category {
font-weight: bold;
padding: .2em .4em;
margin: .3em 0 .1em;
line-height: 1.5;
border-bottom: 1px solid #eee;
background: #eee;
}
.ui-autocomplete {
    position: fixed;
    top: 30px !important;
    right: auto !important;
background: #fff;
height: auto;
min-height: none;
max-height: 500px;
overflow-y: scroll;
overflow-x: visible;
padding-right: 30px;
}
.ui-autocomplete .ui-menu-item {
	clear: both;
	position: relative;
	border-bottom: 1px solid #eee;
}
.ui-autocomplete .ui-menu-item div {
	padding: 3px 0;
}
.ui-autocomplete .ui-menu-item img {
	position: absolute;
	top: 5px;
	left: 0;
	height: 60px;
	min-width: 60px;
	max-width: 60px;
	min-height: 60px;
	max-height: 60px;
	width: 30%;
	min-width: 60px;
}
.ui-autocomplete .ui-menu-item strong {
	display: block;
	margin-left: 60px;
	padding: 3px 0;
	text-align: left;
	width: 70%;
	min-width: 180px;
}
.ui-autocomplete .ui-menu-item em {
	display: block;
	margin-left: 60px;
	width: 70%;
	min-width: 180px;
	padding: 3px 0;
}
.ui-tabs .ui-tabs-nav {
	background-color: #fff;
}
/*.ui-menu .ui-menu {
	background: #f4f4f4;
}*/
.ui-tabs-panel {
	background-color: #fff;
/*	margin-bottom: 2em;*/
}
.ui-tabs-panel ul {
	list-style: square;
	padding: 5px 10px;
}
.ui-tabs-panel li {
	font-size: 14px;
}
/*.scroll-pane { overflow: auto; width: 100%; height: 320px; float:left; }
.scroll-content { width: 1600px; float: left; height: 280px; }
.scroll-content-item {
	position: relative;
	width: 200px;
	height: 280px;
	float: left;
}
.scroll-bar-wrap { clear: left; padding: 0; margin: 0; }
.scroll-bar-wrap .ui-slider { background: none; border:0; height: 30px; margin: 0 auto; }
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap .ui-slider-handle { top: 5px; height: 20px; }
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }
.ui-widget-header {
    border: 0;
    background: none;
    color: #000;
    font-weight: normal;
}
====================== NEW =============================
*/
.ray {
	color: #005a8e;
}
.rayb {
	color: #4c5e6a;
}
.sliderbox {
	width: 100%;
	background: url(images/bg-left-slider.jpg) left top no-repeat #b7b7b7;
/*	background: url(images/bg1.jpg) bottom left #b7b7b7;
	background-color: #dadada;
	background: -moz-linear-gradient(left, #dadada 0%, #ffffff 25%, #ffffff 75%, #dadada 100%);
	background: -webkit-linear-gradient(left, #dadada 0%, #ffffff 25%, #ffffff 75%, #dadada 100%);
	background: -o-linear-gradient(left, #dadada 0%, #ffffff 25%, #ffffff 75%, #dadada 100%);
	background: -ms-linear-gradient(left, #dadada 0%, #ffffff 25%, #ffffff 75%, #dadada 100%);
	background: linear-gradient(left, #dadada 0%, #ffffff 25%, #ffffff 75%, #dadada 100%);
	*/
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
}
#slider {
	background: url(images/bg-right-slider.jpg) right top no-repeat transparent;
	text-align: center;
	height: auto;
	max-height: 360px;
}
#slider .slide_item {
/*	visibility: hidden;*/
}
#slider .scroll-left {
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 5%;
	height: 100%;
	outline: 1px solid #aaa;
}
#slider .scroll-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 5%;
	height: 100%;
	display: block;
	outline: 1px solid #aaa;
}
#slider .left-scroll {
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/left-scroll.png) center center no-repeat #bbb;
	/*border-radius: 8px 0 0 8px;*/
}
#slider .right-scroll {
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/right-scroll.png) center center no-repeat #bbb;
	/*border-radius: 0 8px 8px 0;*/
}
#slider .left-scroll:hover {
	background-color: #005a8e;
}
#slider .right-scroll:hover {
	background-color: #005a8e;
}
.subcat {
	width: 100%;
	margin: 1em auto;
	text-align: center;
	border-top: 1px solid #eee;
}
.subcat-item {
	height: 280px;
	float: left;
	text-align: center;
	padding-bottom: 1em;
}
.subcat-item p {
	font-size: 10px !important;
	line-height: 1 !important;
	padding: .2em 1em !important;
}
.subcat-item img {
	width: 98%;
	max-width: 400px;
	min-width: 100px;
}
.subcat-item a {
	font-size: 12px;
	padding: .5em 1em;
	font-weight: bold;
}

#product-info-help li {
	float: left;
	width: 33%;
}
#product-info-card {
	padding-bottom: 1em;
/*	width: 68%;
	padding-right: 2%;
	float: left;
	clear: left;*/
}
#product-info-card input[type="submit"] {
	width: 100%;
	margin: 2% 0;
	height: 40px;
	font-size: 1.2em;
	color: #999;
}
#product-info-card input[type="submit"]:hover {
	color: #000;
	cursor: pointer;
}
select {
	color: #000;
	font-size: 1.5em;
	padding: .5em 1em;
	width: 100%;
}
.fsearch {
	color: #000;
	font-size: 1em;
	padding: .5em;
	width: 90%;
}
input[type="checkbox"] {
	margin: 1em 1em 1em 0;
}
label {
	font-weight: bold;
}
.dmenu {
	padding: .5em 0;
	margin: 1em 0;
	height: 100px;
	width: 100%;
	border: 0;
	border-bottom: 1px #aaa solid;
	border-top: 1px #aaa solid;
}
.dmenu li {
	float: left;
	height: 100px;
	width: 33%;
}
.dmenu li:first-child {
	border-right: 1px #aaa solid;
}
.dmenu li:last-child {
	border-left: 1px #aaa solid;
}
.dmenu span {
	display: block;
	height: 100px;
	text-align: center;
	padding: 0 .5em;
}
.rmenu {
	/*padding-top: .5em;
	box-shadow: inset -1px -1px 0 0 #ddd;
	border: 1px solid #eee;*/
}
.rmenu img {
	padding: .2em;
	float: left;
}
.features {
	background: url(images/features.png) center bottom no-repeat transparent;
}
.specifications {
	background: url(images/specifications.png) center bottom no-repeat transparent;
}
.products {
	background: url(images/rur.png) center bottom no-repeat transparent;
}
.manuals {
	background: url(images/manuals.png) center bottom no-repeat transparent;
}
.parts {
	background: url(images/parts.png) center bottom no-repeat transparent;
}
.network {
	background: url(images/networking.png) center bottom no-repeat transparent;
}
.faq {
	background: url(images/faq.png) center bottom no-repeat transparent;
}
.rmenu, .rhelp-block {
/*	background-color: #f4f4f4;
	background: -moz-linear-gradient(bottom, #f4f4f4 0%, #fefefe 100%);
	background: -webkit-linear-gradient(bottom, #f4f4f4 0%, #fefefe 100%);
	background: -o-linear-gradient(bottom, #f4f4f4 0%, #fefefe 100%);
	background: -ms-linear-gradient(bottom, #f4f4f4 0%, #fefefe 100%);
	background: linear-gradient(bottom, #f4f4f4 0%, #fefefe 100%);
*/
}
.rmenu span {
	padding: 3em 0 3em 50px;
	text-align: left;
	display: block;
	background-size: 40px 35px;
	background-position: left center;
}
.rmenu a {
	background-color: transparent;
}
.rmenu li {
/*	float: left;
	width: 33%;
	padding: 0;
	margin: 0;*/
}
/*.rmenu a:hover > span {
	background-color: #fff;
}*/
.activer {
	background-color: #e4e4e4;
}
.rhelp {
	padding: 0;
	text-align: center;
}
.rhelp-block {
	margin: 0 0 1em;
	padding: 1em 0;
	border: 0;
}
.rhelp-block img {
	width: 90%;
	max-width: 600px;
	min-width: 100px;
}

#product-info-list {
	padding: 1em 0;
}
#product-info-list li {
	float: left;
	width: 33%;
	text-align: center;
}
#product-info-list img {
	padding: 0;
	width: 100%;
	max-width: 200px;
	min-width: 50px;
	border-radius: 5px;
	border: 1px solid #aaa;
}
#product-info-list a:hover > img {
	border: 1px solid #005a8e;
}


.mdiv {
	padding: 1em 0;
	width: 50%;
}
.covertable, .covertable td, .covertable th, .covertable tr {
	border: 0;
}
.techtable {
	width: 100%;
	padding: 0;
	margin: 0;
}

.techtable th {
	text-align: left;
	font-weight: normal;
	border: 1px solid #eee;
	background-color: #eee;
	color: #000;
	font-size: 16px;
}

.techtable td {
	text-align: center;
	border: 1px solid #eee;
	color: #333;
	background-color: #eee;
	font-size: 14px;
}
.techtable .silver th {
	background-color: #fff;
	border: 1px solid #eee;
}

.techtable .silver td {
	background-color: #fff;
	border: 1px solid #eee;
}
.techtable th, 
.techtable td {
	padding: .5em;
	line-height: 1.2;
	margin: 0;
}
.techtable img {
	width: 100%;
	max-width: 800px;
	min-width: 200px;
	padding: 0 !important;
}

.prodtable {
	width: 100%;
	padding: 0;
	margin: 0;
}
.prodtable thead th {
	text-align: center;
	font-weight: bold;
	background-color: #ddd;
	border: 1px solid #fff;
}
.prodtable thead td {
	text-align: left;
	font-weight: bold;
	background-color: #ddd;
	border: 1px solid #fff;
}

.prodtable tbody th {
	text-align: center;
	border: 1px solid #fff;
	color: #333;
	background-color: #eee;
}
.prodtable tbody td {
	text-align: left;
	border: 1px solid #fff;
	color: #333;
	background-color: #eee;
}
.prodtable tbody .silver th {
	background-color: #fff;
	border: 1px solid #eee;
}

.prodtable tbody .silver td {
	background-color: #fff;
	border: 1px solid #eee;
}

.prodtable strong {
	padding: .2em 0 .3em;
	display: block;
}
.prodtable em {
	padding: .2em 0;
	display: block;
	opacity: .7;
}
.prodtable img {
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.ol_num {
	list-style: decimal;
	padding: .5em 2em 1em;
}
.ul_square {
	list-style: square;
	padding: .5em 2em;
}
.ul_square li, .ol_num li {
	font-size: 14px !important;
}
.sdil {
	padding: 1em;
	background-color: #f4f4f4;
	background: -moz-linear-gradient(bottom, #e1e1e1 0%, #f1f1f1 20%, #ffffff 100%);
	background: -webkit-linear-gradient(bottom, #e1e1e1 0%, #f1f1f1 20%, #ffffff 100%);
	background: -o-linear-gradient(bottom, #e1e1e1 0%, #f1f1f1 20%, #ffffff 100%);
	background: -ms-linear-gradient(bottom, #e1e1e1 0%, #f1f1f1 20%, #ffffff 100%);
	background: linear-gradient(bottom, #e1e1e1 0%, #f1f1f1 20%, #ffffff 100%);
}
.catalog_item {
    float: left;
    width: 23%;
    height: 400px;
    text-align: center;
    margin: 1%;
}
.accordion h3 {
	background-color: #eee;
	color: #333;
	font-weight: normal !important;
	cursor: pointer;
	padding-left: 0 !important;
	margin-top: 3px;
}
.accordion div {
	padding: .5em 0;
}