/*
================================================
	Reset v 2.1 [s3-mod]
================================================
*/
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%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul, menu {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sub, sup {
	font-size: 65%;
	line-height: 1;
	vertical-align: baseline;
}
sup {
	vertical-align: top;
}
sub {
	vertical-align: bottom;
}

/* Elements of Form */
input:focus, textarea:focus, select:focus {
	outline: none;
}
input, select, button {
	vertical-align: baseline;
}
textarea {
	resize: vertical;
	min-height: 100px;
	max-width: 100%;
	overflow: auto;
}
textarea, select[multiple] {
	vertical-align: top;
}
input[type="color"] {
	vertical-align: middle;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0 4px;
}

/* Pablex Object */
object video {
	display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	object video {
		display: block !important;
	}
}


/*
================================================
	Default Tags Properties
================================================
*/
h1, h2, h3, h4, h5, h6,
hr, p, ul, ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
}


/*
================================================
	Selectors Utility
================================================
*/
.row-vspace {
	margin: 20px 0 !important;
}

.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}

.hide {
	display: none !important;
}
.show {
	display: block !important;
}

.invisible {
	visibility: hidden !important;
}
.visible {
	visibility: visible !important;
}

.fixed {
	position: fixed !important;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

.clear-both {
	clear: both !important;
}

/* Tables */
table.table0 td,
table.table1 td,
table.table2 td,
table.table2 th {
	padding: 5px;
	border: 1px solid #cecece;
	vertical-align: top;
}
table.table0 td {
	border: none;
}
table.table2 th {
	padding: 8px 5px;
	background: #e15344;
	border: 1px solid #e15344;
	border-bottom: 1px solid #cecece;
	font-weight: normal;
	text-align: left;
}

/* Clear Container */
.clear-container {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	clear: both;
	width: 100%;
	height: 0;
}


/*
================================================
	Design Styles
================================================
*/
html, body {
	position: relative;
	height: 100%;
	min-width: 980px;
}
html {
	overflow-y: scroll;
}
body {
	background: url(body-bg.jpg) center 0 repeat fixed;
	font: normal 13px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font: inherit;
	line-height: 1;
	font-weight: normal;
}
h4, h5, h6 {
	line-height: normal;
	font-weight: bold;
}
h1 {font-size: 24px; margin: 10px 0;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5, h6 {font-size: 16px;}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {margin-top: 0;}

a {outline: none; color: #fe7405;}
a:hover {text-decoration: none;}

a img {border-color: #000;}


.body-bg {
	position: fixed;
	width: 200%;
	height: 100%;
	top: 0;
	left: -50%;
	z-index: -1;
	min-width: 980px;
	*width: 100%;
	*height: 100%;
	*top: 0;
	*left: 50%;
	*margin-left: -50%;
	*zoom: 1;
        display: none;
}
.body-bg img {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto auto;
	min-width: 50%;
	min-height: 100%;
	*width: 100%;
	*min-height: 100%;
}


.wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%;
	max-width: 1000px;
	margin: 0 auto -150px;
	background-color: #fff;
}
.wrapper .clear-top {
	background-color: #ffbe0f;
	height: 4px;
}
.wrapper .clear-bot {
	height: 150px;
}


/* ***** Header ***** */
header {
	width: 960px;
	min-height: 106px;
	margin: 0 auto;
}
header p {
	padding: 0;
	margin: 0;
}
header .pull-left {
	width: 210px;
	padding: 10px 30px 10px 10px;
}
header .pull-right {
	width: 220px;
	padding: 30px 0 10px 30px;
}


/* ***** Content ***** */
.content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.content .sidebar,
.content .textbody {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.content .sidebar {
	width: 220px;
	padding: 8px 0 20px;
}
.content .textbody {
	padding: 8px 0 50px 30px
}


/* ***** Footer ***** */
footer {
	background-color: #fff;
	max-width: 1000px;
	min-height: 120px;
	margin: 0 auto;
	padding-bottom: 5px;
	font-size: 11px;
}
footer p {
	padding: 0;
	margin: 0;
}
footer > aside {
	width: 960px;
	margin: 0 auto;
	background:#a5ca01 url(footer-rep.png) repeat-x 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 120px;
	color: #000;
        behavior:url(../../../../../g/pie/pie.htc);
position:relative;
-moz-box-shadow: inset 0 1px 4px rgba(255,255,255,.64);
-webkit-box-shadow: inset 0 1px 4px rgba(255,255,255,.64);
box-shadow: inset 0 1px 4px rgba(255,255,255,.64);
}
footer > aside a {
	color: #e15344;
}

footer > aside .pull-left {
	width: 210px;
	padding: 20px 30px 10px 10px;
}
footer > aside .pull-right {
	width: 300px;
	padding: 20px 10px 10px 30px;
	text-align: right;
}

/* ***** Blocks in Header ***** */
/* Login Top */
.login-top {
	font-size: 11px;
	color: #999;
	padding-bottom: 10px;
}
.login-top a {color: #999;}
.login-top a:hover {color: #e15344;}

/* Company Desc */
.company-desc {
	font-size: 14px;
	color: #e15344;
	width:173px;
}

/* Phone Top */

.phone-top .phone-title {
	font-size: 11px;
	color: #e15344;
}
.phone-top .phone-body {
	font: normal 18px Arial;
	color: #333;
}

.phone-top .phone-body span{font-weight:bold;}

/* Company Name */
.company-name {
	overflow: hidden;
	min-height: 66px;
	padding: 0 0 7px;
        margin: -1px 0 0;
	text-align: center;
        width: 504px;
}
.company-name .text {
	font-family: Georgia, 'Times New Roman', times;
	font-size: 48px;
	font-style: italic;
	color: #fe7405;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.company-name .double-solid {
	line-height: 0;
	font-size: 0;
	height: 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
        width: 260px;
        margin: 2px 0;
}

.company-name .activity {
	text-align:center;
	font:12px arial;
	color:#999999;
        margin: -2px 0 0;
}

.company-name .vertical-align {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 66px;
	width: 0;
	vertical-align: middle;
	line-height: 0;
	font-size: 0;
}

/* Nav Top */
.nav-top,
.nav-top li,
.nav-top ul {
	list-style: none;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.nav-top {
	width: 960px;
	margin: 0 auto;
	min-height: 40px;
	background: url(mt-rep.png) repeat-x 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	text-align: left;
	color: #fff;
}

.nav-top ul {
	text-align: left;
}
.nav-top ul li {
	vertical-align: top;
	background: url(mt-del.png) right 0 no-repeat;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.nav-top ul li a {
	cursor: pointer;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}
.nav-top ul li a:hover,
.nav-top ul li a.active {
	text-decoration: underline;
}

.nav-top ul li.home {
	background-color: #fff;
	border: none;
}
.nav-top ul li.home a {
	padding: 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	background-color: #e15344;
	text-decoration: none;
}

/* Search Top */
.search-top {
	float: right;
	width: 210px;
	height: 22px;
	display: inline;
	margin: 9px 10px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-top input {
	border: none;
	background: none;
	vertical-align: top;
	padding: 0;
	margin: 0;
	font: inherit;
}
.search-top input[type="text"] {
	float: left;
	width: 180px;
	padding: 4px 0 3px 8px;
	text-align: left;
	font-size: 12px;
	color: #999;
}
.search-top input[type="text"]:focus {
	color: #000;
}
.search-top button,
.search-top input[type="button"],
.search-top input[type="submit"] {
	background: url(search-icon.png) 50% 50% no-repeat;
	cursor: pointer;
	width: 22px;
	height: 22px;
	float: right;
	text-indent: -1000px;
}




/* ***** Blocks in Sidebar ***** */
/* Nav Main */
.nav-main,
.nav-main li,
.nav-main ul {
	list-style: none;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.nav-main {
	width: 219px;
	padding: 6px 0 4px;
	margin-bottom: 20px;
        background: #00acc6 url(ml-rep.png) repeat-x 0 0;
behavior:url(../../../../../g/pie/pie.htc);
position:relative;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
border-radius:3px;
-moz-box-shadow: inset 0 1px 4px rgba(255,255,255,.64);
-webkit-box-shadow: inset 0 1px 4px rgba(255,255,255,.64);
box-shadow: inset 0 1px 4px rgba(255,255,255,.64);
}

.nav-main > li {
    background: url(ml-del.png) center 0 no-repeat;
    padding: 1px 0 0;
}

.nav-main > li:first-child {
    background: none;
}

.nav-main > li > a {
	display: block;
	cursor: pointer;
	line-height: normal;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
        text-transform: upperacse;
	color: #fff;
        background:#ffc010 url(ml-a.png) repeat-x 0 0;
        behavior:url(../../../../../g/pie/pie.htc);
position:relative;
-moz-box-shadow: inset 0 1px 4px rgba(255,255,255,.64);
-webkit-box-shadow: inset 0 1px 4px rgba(255,255,255,.64);
box-shadow: inset 0 1px 4px rgba(255,255,255,.64);
}

.nav-main > li > a:hover {
    background:#a0c701 url(ml-h.png) repeat-x 0 0;
}

.nav-main > li > ul > li {
    background: url(ml-del.png) center 0 no-repeat;
    padding: 3px 12px 3px;
    margin: 0 0 0 12px;    
}

.nav-main > li ul > li:first-child {
    background: none;
}

.nav-main li li a {
        line-height: normal;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
.nav-main li li a:hover,
.nav-main li li a.active {
	text-decoration: underline;
	color: #fff;
}

.nav-main ul ul {
	padding: 3px 4px 3px 12px;
}

.nav-main li li li a {
	border: none;
	font-size: 12px;
}

/* Block Text */
.block-text {
	margin: 20px 0;
	width: 220px;
	text-align: left;
}

.block-text .block-title {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	padding: 6px 10px;
	font-size: 18px;
	color: #fff;

position:relative;
-moz-box-shadow: inset 0 1px 4px rgba(255,255,255,.64);
-webkit-box-shadow: inset 0 1px 4px rgba(255,255,255,.64);
box-shadow: inset 0 1px 4px rgba(255,255,255,.64);background:#a0c701 url(ml-h.png) repeat-x 0 0;
background:#a0c701 url(ml-h.png) repeat-x 0 0;
}

.block-text .block-body {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-style: solid;
	border-color: #d6d6d6;
	border-width: 0 1px 1px 1px;
	padding: 10px 9px 9px 9px;
	font-size: 14px;
	color:#666666;
}
.block-text .block-body p {
	margin: 10px 0;
}

/* Block News */
.block-news {
	margin: 20px 0;
	width: 220px;
	text-align: left;
	display:none;
}

.block-news .block-title {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #e6302d;
	padding: 6px 10px;
	font-size: 18px;
	color: #fff;
}

.block-news .all-news {
	font-size: 11px;
	color: #fff;
}

.block-news .block-body {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-style: solid;
	border-color: #d6d6d6;
	border-width: 0 1px 1px 1px;
	padding: 0 9px;
	font-size: 12px;
}

.block-news article {
	padding: 10px 0;
}
.block-news article time {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
}

/* Block Informers */
.block-informers {
	margin: 20px 0;
	padding: 0 10px;
	width: 200px;
	text-align: left;
	font-size: 11px;
	color: #999;
}
.block-informers .block-title {
	font-size: 22px;
	margin-bottom: 10px;
}




/* ***** Blocks in Content ***** */
/* Slider */
.slider {
	position: relative;
	margin: 20px auto;
}
.slider:first-child {
	margin-top: 0;
}
.slider-container {
	overflow: hidden;
	width: 710px;
	height: 520px;
	margin: 0 auto;
}
.slider-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 99999px;
	height: 520px;
}
.slider-container ul li {
	float: left;
	width: 710px;
	height: 520px;
}
.slider-container ul li a {
	display: block;
}
.slider-container ul li img {
	border: none;
	display: block;
	width: 710px;
	height: 520px;
}

.slider .slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 28px;
	height: 60px;
	background: url(slider-controllers.png) no-repeat;
	cursor: pointer;
}
.slider .next-slide {
	right: 0;
	background-position: 100% 0;
}
.slider .prev-slide {
	left: 0;
	background-position: 0 0;
}

/* Site Path */
.site.path {
	font-size: 11px;
	color: #a0a0a0;
	margin: 10px 0;
}
.site.path:first-child {
	margin-top: 0;
}

/* Block Novelty */
.block-novelty {
	margin: 20px 0;
}
.block-novelty .block-title {
	background: #d6d6d6 url(block-title.png) 0 0 repeat-x;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 10px 12px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
.block-novelty .all-novelty {
	font-size: 11px;
	font-weight: normal;
}

.block-novelty .block-body {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}




/* ***** Blocks in Footer ***** */
/* Sitename */
.sitename {
	padding: 0 0 20px 0;
	font-size: 11px;
	text-align: left;
}

/* Shared Bot */
.shared_bot {
	font-size: 11px;
}
.shared_bot .title {
	margin: 0 0 4px 0;
}

/* Contacts Bot */
.contacts-bot {
	float: left;
	width: 250px;
	padding: 20px 0 10px 0;
}

/* Copy */
.copy {
	background: url(mega.png) 100% 0 no-repeat;
	float: right;
	margin: 0 0 20px 0;
	min-height: 32px;
	padding: 2px 40px 0 0;
	width: 140px;
	text-align: right;
	font-size: 11px;
}
.copy span[style] {
	font-size: 11px !important;
}
.copy a {
	display: inline-block;
        color: #009fb7;
}

/* Counters Bot */
.counters-bot {
	clear: both;
	text-align: right;
}
.counters-bot img {
	border: none;
}
.product-item .label.new{background:#e6302d !important;}
.product-card .label.new{background:#e6302d !important;}

.site-path{font-size:11px; color:#a0a0a0;}

/* CART
-------------------------------*/
#cart {float: right; padding:0; margin:19px 0 0; background: url(cart-bg.png) left 7px no-repeat; width:190px;}
    .cart-text {font:normal 15px Arial, Helvetica, sans-serif; color:#222222; padding:0 0 0 38px; }
            #cart_total_amount{font-weight: bold;}
            #cart_total{font-weight: bold;}
        .order {display: block; padding:9px 0 0; font: bold 13px Arial, Helvetica, sans-serif; text-transform: lowercase;}
            .order a {display: block; width: 128px; background: url(cart-btn.png) 0 0 repeat-x; height: 24px; text-align: center; line-height: 24px; color:#fff; text-decoration:none; behavior:url(../../../../../g/pie/pie.htc);
            position:relative;
            -moz-border-radius:2px;
            -webkit-border-radius:2px;
            -khtml-border-radius:2px;
            border-radius:2px;}
            .order a:hover {color:#fff; text-decoration:none;}

.tpl-product-list-clothes-ver-2.wah {border-bottom: 1px solid #cccccc; margin: 0 0 15px;}

.my_spec {
    background: url(block-title.png) repeat-x 0 0;
    font: bold 17px arial;
    color: #333333;
    padding: 9px 16px 10px;
behavior:url(../../../../../g/pie/pie.htc);
position:relative;
-moz-border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
-khtml-border-radius:3px 3px 0 0;
border-radius:3px 3px 0 0;
text-transform: uppercase;
margin: 0 0 10px;
}

.my_spec a {
    color: #e6302d;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 3px;
text-transform: none;
} 

.edit-main {
font: 13px arial;
color:#666666;
}

.edit-main-title {
    font: 24px arial;
color:#222222;
}