
.product-card .product-tail { background-color:#ffffff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
video {
 display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden],
template {
 display: none;
}
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
 padding: 0;
}
a {
 background: transparent;
}
a:focus {
 outline: thin dotted;
}
a:active,
a:hover {
 outline: 0;
}
h1 {
 margin: 0.67em 0;
 font-size: 2em;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b,
strong {
 font-weight: bold;
}
dfn {
 font-style: italic;
}
hr {
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
}
mark {
 background: #ff0;
 color: #000;
}
code,
kbd,
pre,
samp {
 font-size: 1em;
 font-family: monospace, serif;
}
iframe, object, embed {max-width: 100%;}
pre {
 white-space: pre-wrap;
}
q {
 quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
 font-size: 80%;
}
sub,
sup {
 position: relative;
 vertical-align: baseline;
 font-size: 75%;
 line-height: 0;
}
sup {
 top: -0.5em;
}
sub {
 bottom: -0.25em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 0;
}
fieldset {
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
 border: 1px solid #c0c0c0;
}
legend {
 padding: 0;
 border: 0;
}
button,
input,
select,
textarea {
 margin: 0;
 font-size: 100%;
 font-family: inherit;
}

button,
input {
 line-height: normal;
}
button,
select {
 text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 cursor: pointer;
 -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
 box-sizing: border-box;
 padding: 0;
}
input[type="search"] {
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
textarea {
 overflow: auto;
 vertical-align: top;
}

/*------ General style ------*/
html,
button,
input,
select,
textarea {
    color: #6c6c6c;
}

body {
    font: 13px Arial, sans-serif;
    line-height: 1.5;
    background-color: #fff;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 0;
    border: 0;
    border-top: 1px solid #ededed;
    margin: .4em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-decoration: none;
	color: #fd7a80;
}

a:hover {
	text-decoration: underline;
}

.cuzadpn a {
    font-family: inherit;
}

.clr:after {
 display: table;
 clear: both;
 content: '';
}

.opened {
	color: #000 !important;
}

.middle {
	margin: 0 auto;
	max-width: 1000px;
	padding: 45px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}

.middle > section,
.middle > aside,
.middle > div {
	white-space: normal;
}

.content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 260px;
}

.sidebar {
	width: 220px;
	vertical-align: top;
	margin-left: -220px;
	position: relative;
	display: inline-block;
}

#cntContaineroEditmessage {
 margin-top: 10px !important;
}

/*------ General style ------*/

/*------ Button style ------*/
input[type="submit"],
input[type="reset"],
input[type="button"],
select {
 padding: 14px;
 border: none;
 border-radius: 2px;
 background-color: #fd7a80;
 color: #fff;
 font: italic normal 13px Arial, sans-serif;
 cursor: pointer;
 -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
  box-shadow: inset 0 -2px rgba(0,0,0,.2);
 -webkit-transition: background-color .15s ease;
 -moz-transition: background-color .15s ease;
 -ms-transition: background-color .15s ease;
 -o-transition: background-color .15s ease;
 transition: background-color .15s ease;
}

select {
	padding: 3px 5px;
}

.manTable select {max-width: 300px;}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
select:hover {
	background-color: #fea0a4;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background-color: #fc454e;
	-webkit-transition: background-color 0s ease;
 -moz-transition: background-color 0s ease;
 -ms-transition: background-color 0s ease;
 -o-transition: background-color 0s ease;
 transition: background-color 0s ease;
}
input#catSelector9{padding-right:25px; }
input#catSelector9:hover{background-image:url('/.s/src/panel-v2/img/select_arrow.png'); }
.manTdText input[type="button"],
.manTd2 input[type="button"],
.commTd2 input[type="button"],
.manTdBrief input[type="button"],
select.codeButtons,
input[type="button"].codeButtons,
#iplus input[type="button"] {
 padding: 3px 5px;
 font-size: 9px;
}

input[type="button"]#bid-8-basket {
	padding: 4px 7px;
	 margin-left: 3px;
}

.manTd2 input[type="text"] {
 padding: 2px 5px !important;
}

input[type="text"],
input[type="password"],
textarea {
 padding: 4px 10px;
 border: 1px solid #ededed;
 background: #fff;
 font-size: 13px;
}

textarea,
.loginField {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="button"]#newPhtBt {
	width: auto !important;
}
/*------ Button style ------*/

/*------ Header style ------*/
.header {
	width: 100%;
	min-height: 228px;
	text-align: center;
	background: url('/.s/t/1075/header.jpg') no-repeat 50% 0;
	-webkit-background-size: 1600px 100%;
	-moz-background-size: 1600px 100%;
	-o-background-size: 1600px 100%;
	background-size: 1600px 100%;
	position: relative;
}

.logo-wrap {
	text-align: center;
	padding-top: 90px;
	white-space: nowrap;
}

.logo-b {
	display: inline-block;
	font-size: 3.0769em; /*40/13*/
	font-weight: 300;
	text-align: center;
	color: #bac3f7;
	text-decoration: none;
}

.logo-b:hover {
	text-decoration: none;
}

.logo-name {
	padding: 0 20px;
	color: #fff;
	display: inline-block;
}

.logo-name:first-letter {
	color: #000;
}
/*------ Header style ------*/


/*------ Menu style ------*/
.show-menu {
	display: none;
}

.vert-menu {
	display: inline-block;
}

.vert-menu .uMenuRoot {
	padding: 0;
	margin: 60px 0 5px;
	display: inline-block;
	line-height: 2;
	font-size: 1.1538em; /*15/13*/
	position: relative;
}

.vert-menu .uMenuRoot li {
	padding: 0;
	margin: 0;
	list-style:none;
}

.vert-menu .uMenuRoot > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.vert-menu .uMenuRoot > li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 11px;
	right: 0;
	top: 50%;
	margin-top: -4px;
	border-right: #fff;
	border-right: 1px solid rgba(255,255,255,.3);
}

.vert-menu .uMenuRoot > li:first-child:after {
	content: '';
	position: absolute;
	width: 0;
	height: 11px;
	left: 0;
	top: 50%;
	margin-top: -4px;
	border-right: #fff;
	border-right: 1px solid rgba(255,255,255,.3);
}

.vert-menu .uMenuRoot li a {
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	padding: 0 22px;
	margin: 0;
}

.vert-menu .uMenuRoot  li:hover > a,
.vert-menu .uMenuRoot  li:hover > span,
.vert-menu .uMenuRoot li > a:hover,
.vert-menu .uMenuRoot li > span:hover,
.vert-menu .uMenuRoot li > .uMenuItemA,
.vert-menu .uMenuRoot li > .uMenuItemA
 {
	color:#000 ;
}

.vert-menu .uMenuRoot  li li:hover > a,
.vert-menu .uMenuRoot  li li:hover > span {
	background-color: #f7f7f7 !important;
}

.vert-menu .uMenuRoot  li li.uWithSubmenu:hover > a,
.vert-menu .uMenuRoot  li li.uWithSubmenu:hover > span {
	background-color: #ccc !important;
}

.vert-menu .uMenuRoot li ul {
	display: none;
	margin: 0;
	padding: 0;
}

.vert-menu .uMenuRoot li:hover > ul {
	display: block;
	position: absolute;
	top: 100%;
	z-index: 10;
}

.vert-menu .uMenuRoot li li {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}

.vert-menu .uMenuRoot li li a {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,.3);
	padding: 5px 22px;
	background-color: #fd7a80;
}

.vert-menu .uMenuRoot li li > .uMenuItemA {
	background-color: #f7f7f7 !important;
}

.vert-menu .uMenuRoot li ul > li {
	position: relative;
}

.vert-menu .uMenuRoot li ul li:hover ul{
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 10;
	padding-left: 5px;
	border-left: 5px solid transparent;
}

.vert-menu .uMenuRoot li ul li:hover a:hover{
	background-color: #f7f7f7;
}
/*------ Menu style ------*/

/*------ Paginator style ------*/
.switchActive,
.switchDigit,
.switchBack,
.switchNext,
.swchItemA,
.swchItem {
	padding: 5px 9px;
	font: 300 18px 'Sans Serif', sans-serif;
	color: #6c6c6c;
}

.swchItem:hover,
.switchDigit:hover,
.switchBack:hover,
.switchNext:hover {
	text-decoration: none;
	color: #fd7a80;
}

.switchActive,
.swchItemA {
	border: none;
	border-radius: 2px;
	color: #fd7a80;
	background-color: #f7f7f7;
	-webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
	box-shadow: inset 0 -2px rgba(0,0,0,.2);
}
.catPages1 {
	padding-bottom: 10px;
}
/*------ Paginator style ------*/


/*------ Content style ------*/
.eBlock,
.gTable {
	position: relative;
	border-top: 1px solid #ededed;
	padding: 25px 0 35px;
	word-break: break-word;
}

.eBlock:before,
.gTable:before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 60px;
	height: 0;
	padding: 0;
	margin: 0;
	border-top: 1px solid #fd7a80;
}

.eTitle,
.gTableTop {
	font-family: 'Open Sans', sans-serif;
	font-size: 3.0769em;
	font-weight: 300;
	color: #333333;
	line-height: 1.2;
	padding-bottom:10px;
}

.eTitle a,
.catLink {
	color: #333333;
}

.eTitle a:hover,
.catLink:hover {
	text-decoration: none;
}
.eTitle div[style^="float:right"] a {font-size: inherit;}

.eMessage,
.cMessage {
	color: #6c6c6c;
	line-height: 1.8;
	text-align: justify;
	word-wrap: break-word;
}

.eMessage img,
.cMessage img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.eMessage img {
	margin:5px !important;
}

.entryReadAll {
	display: block;
	margin-top: 10px;
	font-style: italic;
}

.eDetails {
	font-size: 0.923em; /*12/13*/
	font-style: italic;
	color: #6c6c6c;
	margin-top: 20px;
}

.ed-sep {
	display: inline-block;
	padding: 0 .5em 0 .6em;
}

.content .sidebox.srch {
		display: none;
}

#cat-select {
	max-width: 230px;
}

.manFlTitle, .manFlTxt {-webkit-box-sizing: border-box;box-sizing: border-box;}
/*------ Content style ------*/

/*------ Post style ------*/
.dateBar + hr {
	border: none;
	margin: 0;
}
/*------ Post style ------*/

/*----- Comments style -----*/

.cTop {
	font-style: italic;
}

.cTop span {
	font-size: 1em !important;
}

.pagesBlock1 {
	display: block;
	padding-bottom: 10px;
}

.cMessage {
	border-bottom: 1px solid #ededed;
}



.content .cMessage {
	padding: 15px 0 30px !important;
	margin-bottom: 10px;
}

.cMessage .user_avatar {
	display: block;
	float: left;
	margin-right: 2.7%;
	margin-top: 5px;
}

.cMessage .user_avatar img {
	width: 42px;
	height: 42px;
	border-radius: 2px;
}
/*----- Comments style -----*/



/*----- Sidebar style -----*/
.sidebox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #fd7a80;
	border-bottom: 1px solid #ededed;
	background-color: #fafafa;
	margin-bottom: 30px;
	padding: 30px 10px 30px;
}

.sidebox-ttl {
	color: #151515;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
	font-weight: 300;
	font-size: 1.8462em; /*24/13*/
	padding-bottom: 30px; /*30/220*/
}

.sidebox-bd li {
	list-style-position: inside;
}

.sidebox .ulogin-btn {
	float: left;
}

.ulb-mid {
	color: #6c6c6c;
}

.calTable {
	font-family: Arial, sans-serif;
}

.calMonthLink {
	font: 300 1.5385em 'Open Sans', sans-serif; /*20/13*/
}

.calWday {
	color: #131313;
}

.calWdaySe,
.calWdaySu {
	color: #fd7a80;
}

.calMdayIsA,
.calMdayA {
border-radius: 2px;
 background-color: #fd7a80;
 color: #fff;
 font: normal 13px Arial, sans-serif;
 cursor: pointer;
 -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
  box-shadow: inset 0 -2px rgba(0,0,0,.2);
 -webkit-transition: background-color .15s ease;
 -moz-transition: background-color .15s ease;
 -ms-transition: background-color .15s ease;
 -o-transition: background-color .15s ease;
 transition: background-color .15s ease;
}

.calMdayIsA:hover {
	background-color: #fea0a4;
}

.calMdayIsA:active {
	background-color: #fc454e;
	-webkit-transition: background-color 0s ease;
 -moz-transition: background-color 0s ease;
 -ms-transition: background-color 0s ease;
 -o-transition: background-color 0s ease;
 transition: background-color 0s ease;
}

.calMdayLink {
	font-weight: bold;
}

.calMdayIsA .calMdayLink {
	color: #fff;
	font-style: normal;
}

.calMdayIsA .calMdayLink:hover {
	text-decoration: none;
}

.archUl {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mchatBtn {
	padding: 3px 5px;
 	font-size: 9px;
}

#mchatNmF {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pollBlock {
	font-family: Arial, sans-serif !important;
}

.pollQue {
	font-size: 1.2308em  !important;
	color: #151515;
	padding-bottom: 18px;

}

.pollQue b {
	font-weight: normal;
}

.answer {
	font-size: 13px;
}

.pollButton {
	padding: 27px 0;
	float: left;
}

.pollLnk a {
	font-size: 1em !important;
	font-style: italic;
	white-space: nowrap;
}
.pollLnk {
	text-align: left !important;
	clear: both
}

.pollTot {
	text-align: left !important;
	font-size: 1em  !important;
	font-style: italic;
}

.pollTot b {
	font-weight: normal;
	color: #fd7a80;
}

.cat-blocks.gTable {
	margin-top: 0;
	border-top: none;
}

.cat-blocks.gTable:before {
	border: none;
}

.cat-blocks.gTable div {
	font-size: 13px !important;
}

.cat-blocks.gTable .forumNameTd {
	border-top: none;
}

.cat-blocks.gTable a:hover {
	text-decoration: underline;
}
/*----- Sidebar style -----*/

/*------ Search style ------*/
.searchForm {
 position: relative;
}

.queryField {
 padding: 6px 40px 7px 10px !important;
 height: 30px;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 color: #6c6c6c !important;
 font-style: normal !important;
}

.searchSbmFl[type="submit"] {
 width: 34px;
 height: 28px;
 border: none;
 text-indent: -10000px;
 overflow: hidden;
 margin: 0;
 padding: 0;
 background-image: url('/.s/t/1075/srch.png');
 background-repeat: no-repeat;
 background-position: 50% 50%;

}

.sidebox .searchSbmFl {
	background-color: transparent;
}

.sidebox .searchSbmFl:hover {
 background-color: transparent;
}

.sidebox .searchSbmFl:active {
 background-color:  transparent;
}

.sidebox .searchSbmFl {
 position: absolute;
 top: 1px;
 right: 1px;
  -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}
/*------ Search style ------*/


/*------ Footer style ------*/
.footer {
	max-width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #ededed;
	padding: 25px 0 20px;
}

.copy {
	float: left;
}

.login-b {
	float: right;
}
/*------ Footer style ------*/



/*----- Forum style -----*/
.switches {
	padding-top: 10px;
}

.fNavLink {
	display: inline-block;
	text-align: left;
	padding: 14px;
	border: none;
	border-radius: 2px;
	color: #fd7a80;
	 background-color: #f7f7f7;
	 font: italic normal 13px Arial, sans-serif;
	 cursor: pointer;
	 -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
	 -moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
	 box-shadow: inset 0 -2px rgba(0,0,0,.2);
	 -webkit-transition: background-color .15s ease;
	 -moz-transition: background-color .15s ease;
	 -ms-transition: background-color .15s ease;
	 -o-transition: background-color .15s ease;
	 transition: background-color .15s ease;
}

.fNavLink:hover {
	text-decoration: none;
}

.fNavLink:hover {
	background-color: #f2f2f2;
}

.fNavLink:active {
	background-color: #dedede;
	-webkit-transition: background-color 0s ease;
	-moz-transition: background-color 0s ease;
	-ms-transition: background-color 0s ease;
	-o-transition: background-color 0s ease;
	transition: background-color 0s ease;
}

.fNavLink:first-child {
	background-color: #fd7a80;
	 color: #fff;
}

.fNavLink:first-child:hover {
	background-color: #fea0a4;
}

.fNavLink:first-child:active {
	background-color: #fc454e;
	-webkit-transition: background-color 0s ease;
 -moz-transition: background-color 0s ease;
 -ms-transition: background-color 0s ease;
 -o-transition: background-color 0s ease;
 transition: background-color 0s ease;
}


input[type="submit"].fastSearch,
input[type="button"].fastNav,
input[type="submit"].fastNav,
#forum_filter input[type="submit"],
.userSchFrm input[type="submit"] {
	padding: 4px 7px;
}

#frM60 {
	padding-top: 10px;
}


.gTable {
	padding-bottom: 0;
	margin-top: 30px;
}


.gTableTop {
	padding-bottom: 16px;
}

.gTableTop a {
	text-decoration: none;
}

.forum,
.threadLink {
	font: 300 italic 1.8462em 'Open Sans', sans-serif;
}

.forumDescr,
.threadDescr  {
	font-style: italic;
}

.gTableSubTop {
	font-style: italic;
	padding: 14px 0 14px;
	position: relative;
}

.topSortLink {
	font-family: Arial, sans-serif;
	min-width: 80px;
	display: inline-block;
}

.gTableSubTop:after {
	content: '';
	height: 24px;
	width: 0;
	border-right: 1px solid #ededed;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}

.gTableSubTop:first-child:after,
.gTableSubTop:last-child:after {
	border: none;
}

.gTableSubTop:last-child {
	text-align: center;
}

.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.threadIcoTd,
.threadIcoTd,
.threadNametd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadLastPostTd {
	padding: 35px 0;
	border-top: 1px solid #ededed;
}

.forumThreadTd,
.forumPostTd {
	font: 300 1.5385em 'Open Sans', sans-serif;
}

.threadViewTd {
	width: 80px !important;
}

.posttdMessage {
	border-left: 1px solid #ededed;
}

.postUser,
.postTdInfo,
.postip {
	text-align: center;
}

.postTdInfo,
.posttdMessage,
.postBottom {
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
}

#thread_search_field {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 150px !important;
}

#thread_search_button {
	margin-top: 0 !important;
}

.postTable {
	margin-bottom: 15px;
}

.searchForumsFl {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ededed;
	color: #6c6c6c;
}

.searchForumsFl,
.searchForumsFl:hover {
	background-color: transparent;
}
/*----- Forum style -----*/

/*------ Popup style ------*/
.popup {
	padding: 30px;
}

.popup-bd input[type="submit"],
.popup-bd input[type="button"] {
	 padding: 4px 5px;
}

.popup-ttl {
	color: #151515;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
	font-weight: 300;
	font-size: 1.8462em; /*24/13*/
	padding-bottom: 30px;
}

.popup-bd a {
	font-family: Arial,sans-serif;
	font-style: italic;
}

#block1 a,
#block7 a,
#block25 a {
	font-style: normal;
}

.#block22 a {
	display: inline-block;
	padding: 0 10px;
}

.user_avatar {
	display: inline-block;
	padding-bottom: 10px;
}

.udtlb {
	width: 185px;
	color: #151515;
}

.repHistory {
	font-weight: bold;
}
/*------ Popup style ------*/




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (min-width: 1599px) {
	.header {
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	}
}

@media only screen and (max-width: 960px) {
	.navbar-share {display: none;}
}

@media screen and (max-width: 800px) {
	.eTitle,
	.gTableTop {
		font-size: 1.9231em;
	}
	.manTable select {max-width: 250px;}
	#puzadpn {display:none;}
	td.shop-itempage-images{width:inherit!important;display:block;text-align:center;padding:0 10px}
	.module-shop .goods-list td[width="150"]+td, .module-shop td.shop-itempage-images+td {
		padding: 0 10px;
	}
	td.shop-itempage-images+td table td{display:block;width:100%;text-align:left}
	.shop-itempage-images+td { display: block; }
	.content-wrap>section ul.shop-options,.content-wrap>section ul.shop-tabs { margin: 5px; }
	.content-wrap>section ul { margin: 0; }
	.shop-itempage-rating { margin-left: 5px; margin-right: 5px; }
	.shop-itempage-rating-text { text-align: left !important; margin-top: 5px; }
	td.shop-itempage-buy.nowrap { padding: 10px 5px; }

}

@media screen and (max-width: 600px) {
	.logo-wrap {
		padding-top: 30px;
	}

	.vert-menu .uMenuRoot {
		margin-top: 30px;
	}

	.logo-brk {
		display: none;
	}

	.logo-name,
	.logo-b {
		display: block;
	}

	.logo-name {
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

	.uMenuRoot {
	max-width: 550px;
	}

	.middle {
		padding: 45px 10px;
		white-space: normal;
	}

	.content {
		padding: 0;
	}

	.sidebox.srch {
		padding-left: 0;
		padding-right: 0;
	}

	.sidebox.srch .sidebox-ttl{
		padding-left: 5px;
	}

	.copy,
	.login-b {
		float: none;
		text-align: center;
	}

	.sidebar .sidebox.srch {
		display: none;
	}

	.content .sidebox.srch {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 1px;
	}

	.sidebar {
		display: block;
		margin: 0;
		width: auto;
	}

	.eTitle, .gTableTop {
        font-size: 2.0769em;
    }

}

@media screen and (max-width: 440px) {
	.header {
		min-height: 100px !important;

	}


	.vert-menu {
		display: none;
	}

	/*------ mobile menu style ------*/
	.show-menu {
		display: inline-block;
		width: 24px;
		 height: 28px;
		 border: none;
		 text-indent: -10000px;
		 overflow: hidden;
		 margin: 30px 0 5px;
		 padding: 0;
		 background-image: url('/.s/t/1075/menu.png');
		 background-repeat: no-repeat;
		 background-position: 50% 50%;
	}

	.show-menu:hover {
		cursor: pointer;
		background-image: url('/.s/t/1075/menu-hov.png');
	}

	.vert-menu .uMenuRoot {
		margin: 0;
		padding: 0;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 20;
	}

	.vert-menu .uMenuRoot > li {
		padding: 0;
		margin: 0;
		vertical-align: center;
	}

	.vert-menu .uMenuRoot li {
		display: block;
		width: 100%;
		min-height: 50px;
		background-color: #fd7a80;
		border-top: #fff;
		border-top: 1px solid rgba(255,255,255,.3);
	}

	.vert-menu .uMenuRoot > li:first-child {
		border-top: none;
	}

	.vert-menu .uMenuRoot li a {
		display:block;
		height: 50px;
		width: 100%;
		vertical-align: center;
		line-height: 50px;
		text-align:center;
		color: #fff;
		text-decoration:none;
		padding: 0;
		margin: 0;
	}

	.vert-menu .uMenuRoot li a:hover  {
		color: #000;
		background-color: #fff;
	}


	.vert-menu .uMenuRoot li ul {
		margin: 0;
		padding: 0;
		list-style: disc;
		display: block;
		position: static !important;
	}

	.vert-menu .uMenuRoot li li a{
		border-top: none;
		padding: 0 0 0 30px;
	}

	.vert-menu .uMenuRoot li li li a{
		padding-left: 60px;
	}

	.vert-menu .uMenuRoot li ul li:hover ul{
		border-left: none;
		padding-left: 0;
	}

	.vert-menu li.uWithSubmenu:hover > a,
	.vert-menu li.uWithSubmenu:hover > span {
		background-color: #ccc !important;
	}

	.sub-mn {
		position: relative;
	}

	.sub-mn:after {
		content: '';
		display: inline-block;
		width: 0;
    	height: 0;
    	margin-left: 10px;
    	border-left: 3px solid transparent;
    	border-right: 3px solid transparent;
    	border-top: 5px solid #fff;
	}

	.sub-mn:hover:after {
    	border-top-color: #000;
	}
	/*------ mobile menu style ------*/
}



@media screen and (min-width: 440px) {
	.vert-menu {
		display: inline-block !important;
	}
}
