@import url('basic.css');

body.popup {
	margin: 10px;
	font-size: 80%;
}

#container {
	background: #fff;
	border-left: 1px solid #e8112d;
	border-right: 1px solid #e8112d;
	padding: 0px 5px;
	margin: 13px 0 0 0;
	position: relative;
	clear: both;
}
body.popup #container {
	border: none;
}
#pagearea {
	background: #fff url('../i/container-border.gif') no-repeat left 156px;
}
#menuarea {
	width: 178px;
	float: left;
}
#contentarea {
	width: 780px;
	float: right;
}
body.popup #contentarea{
	float: none;
	width: auto;
	padding: 10px;
}
#contentarea h1, .jqmWindow h1 {
	font-family: 'ITCBookmanLightItalic', Tahoma;
	font-size: 2em;
	font-weight: normal;
	color: #e8112d;
	margin: 20px 0 10px 0;
	padding: 0;
}
#menuarea ul {
	margin:0;
	padding:0;
}
#menuarea ul li {
	list-style: none;
	padding:0;
	margin-bottom:2px;
}
#menuarea ul li a {
	font-size: 1.2em;
	display: block;
	background: #fff url('../i/vm.gif') no-repeat;
	height: 29px;
	padding-left: 12px;
	line-height: 29px;
	font-weight: bold;
}
#menuarea ul li.active a {
	background: transparent url('../i/vm-a.gif') no-repeat;
	color: #fff;
	text-decoration: none;
	height: 29px;
	z-index:1;
	position:relative;
}
#menuarea ul li ul li{
	list-style: none;
	padding:2px 0;
	height: auto;
	margin:0;
}
#menuarea ul li.active ul li a, #menuarea ul li ul li a, #menuarea ul li ul li.active li a {
	font-size: 1em;
	display: block;
	background: url('../i/vm-bullet.gif') no-repeat 5px 3px;
	line-height: 100%;
	height: auto;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#menuarea ul li.active ul li a:hover {
	color: #c00;
	text-decoration: underline;	
}
#menuarea ul li ul li a span{
	color: #999;
	padding: 0;
}
#menuarea ul li ul li.active a, #menuarea ul li ul li.active li.active a {
	background-image: url('../i/vm-bullet-a.gif');
	color: #c00;
}
#menuarea ul li ul li.active ul {
	margin-left: 15px;
}


.second-menu {
	position: relative;
	top: -3px;
	margin-bottom: -3px;
	border: 1px solid #dfddd8;
	background: #fbfbfb;
	padding: 8px;
	display:none;
}
.second-menu h3 {
	font-size: 1em;
	margin: 8px 0 0 0;
	padding:0;
}

#menuarea ul li.active .second-menu {
	display:block;
}
#menuarea .menu-basic-age {
	display:none;
}


#contentarea h2 {
	clear: both;
	border-bottom: 1px dotted #666;
	color: #e8112d;
	font-size: 1em;
	padding: 3px 0;
}

#nav-path {
	margin:0;
	padding: 0;
}
#nav-path li {
	display: inline;
	font-size: 1.1em;
	color: #e8112d;
}
#nav-path li a, #nav-path li span {
	color: #666;
}

.paging {
	float: right;
	margin: 0;
	padding: 0;
}
.paging li {
	display: inline;
	padding: 2px;
}
.list-toolbar {
	color: #999;
	padding: 10px 0 10px 0;
	/*margin-bottom: 10px;*/
	border-bottom: 1px dotted #8ab51e;
	clear: both;
}
.list-toolbar a.active {
	font-weight: bold;
}

.paging-offset {
	float: left;
}
.products-order {
	text-align: center;
}

/* current item */
#item-info {
	float: right;
	width: 420px;
}
#item-params {
	background: #eff4f5;
}
#item-params h1 {
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 1.6em;
	color: #000;
}
#item-params hr {
	height: 1px;
	background: #fff;
	border: none;
	border-top: 1px solid #e7ebec;
	clear: both;
}
#item-params p, #item-colors, #item-sizes {
	margin: 0;
	padding: 0 20px;
	line-height: 20px;
	clear: both;
}
#item-params p span {
	color: #999;
	padding-right: 20px;
}
#item-colors div, #item-sizes div {
	float: left;
	width: 60px;
}
#item-colors ul, #item-sizes ul{
	margin: 0;
	margin-top: 3px;
	padding: 0;
	overflow: auto;
}
#item-colors li, #item-sizes li {
	float: left;
	background: #eee;
	list-style:none;
	margin: 0 2px;
	height: 20px;
	line-height: 20px;
	min-width: 20px;
	padding: 0 3px;
	text-align: center;
	border: 1px solid #eee;
}
#item-colors li.active, #item-sizes li.active {
	border: 1px solid #c00;
	background: #fff;
}
#item-colors li.inactive, #item-sizes li.inactive {
	border: 1px solid #fff;
	background: #fff;
}
#item-size-table {
	display: block;
	padding-left: 15px;
	background: url('../i/ico-sizes.gif') no-repeat 0 center;
	float: right;
}
#item-description {
	border: 1px solid #e4edee;
	padding: 20px;
}
#item-description h2 {
	margin-top: 0;
	padding-top: 0;
}
#item-price {
	color: #999;
}
#item-params p#item-price span {
	color: #000;
	font-size: 1.3em;
	padding-right:0;
}
#item-params p#item-price-old span {
	padding-right:0;
}
#item-params p#item-price-sale span {
	color: #e60004;
	font-size: 1.3em;
	font-weight: bold;
	padding-right:0;
}
#item-params button{
	margin: 0 20px;
}
#item-photos-tip {
	padding: 5px 15px;
	background: url('../i/ico-picture.gif') no-repeat 0 center;
}
#item-photos-thumb {
	margin: 0;
	padding: 10px 0;
}
#item-photos-thumb li {
	list-style: none;
	float: left;
	margin: 2px;
	border: 1px solid #e3e3e3;
}
#item-photos-thumb li.active {
	border: 1px solid #c00;
}
#item-photos-thumb li img {
	width: 65px;
	height: 65px;
}
#item-photos-current {
	width: 320px;
	height: 320px;
}
#item-other {
	list-style: none;
	padding: 0 20px 20px 10px;
	margin:0;
}
#item-other li {
	background: url('../i/vm-bullet.gif') no-repeat 5px 5px;
	padding-left: 15px;
}
#item-nostock
{
	color: #e60004;
	display: none;
}
a#sizeTableClose {
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	background: url('../i/ico-close.gif') no-repeat;
}
a#sizeTableClose span {
	display: none;
}
#sizeTableContents {
	height: 400px;
	overflow: auto;
}
/*** zoom */
#zoom-er {
	position: absolute;
	width: 309px;
	height: 243px;
	padding: 7px 7px 21px 24px;
	background: transparent url('../i/zoom.gif') no-repeat;
	overflow: hidden;
	top: 100px;
	left: 520px;
	display:none;
}
#zoom-title {
	background: #efefef url('../i/zoom-bg.gif') repeat-x;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	color: #666;
}
#zoom-img {
	width: 309px;
	height: 232px;
	background: #fff url('../i/ajax-loader.gif') no-repeat center center;
	position:relative;
	overflow: hidden;
}
#zoom-img img {
	position:relative;
	display:none;
}
#zoom-on {
	position: relative;
	width: 320px;
	height: 320px;
}
#zoom-on img {
	width: 320px;
	height: 320px;
}
#zoom-active {
	top: 0;
	left: 0;
	position:absolute;
	width: 320px;
	height: 320px;
	background: #f3f3f3;
	display:none;
}
#zoom-lens {
	top: 0;
	position:absolute;
	width: 100px;
	height: 75px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 1px solid #aaa;
	display:none;
	cursor: pointer;
}
/* zoom end */

.form {
	background: #f3f3f3;
	padding: 10px;
	margin: 10px 0;
}
#contentarea .form h2 {
	color: #000;
	border: 0;
	margin:0;
	padding:5px 25px;
	line-height: 20px;
	font-family: 'ITCBookmanLightItalic', Tahoma;
	font-weight: bold;
	font-size: 1.5em;
	background: transparent url('../i/h2-bullet.gif') no-repeat left center;
}
#contentarea .form h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 5px 0;
	color: #c00;
}
#pay-steps {
	list-style:none;
	padding: 0;
	margin: 10px 0;
	clear: both;
	border-bottom: 2px solid #e8112d;
}
#pay-steps li {
	float: left;
	padding: 10px 30px 10px 20px;
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	border: 2px solid #ccc;
	border-bottom: none;
	position: relative;
	margin-right:-2px;
	top: 2px;
}
#pay-steps li.active {
	color: #c00;
	border: 2px solid #e8112d;
	z-index: 1;
	background: #fff;
	border-bottom: 2px solid #fff;
}
#pay-steps li.active a {
	color: #c00;;
}
#pay-steps li span{
	padding: 3px 15px 5px 5px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	text-decoration:none;
	font-size: .9em;
	background: url('../i/step.gif') no-repeat;
}
#pay-steps li.active span{
	background: url('../i/step-a.gif') no-repeat;
}
#pay-steps li a span {
	text-decoration: none !important;
}

/* tables */
td, th {
}
table.cms{
	width : 100%;
	background: #fff;
	border : 2px solid #ccc;
	border-spacing: 0px;
	padding: 1px;
	margin: 10px 0;
}
table.cms td, table.cms th {
	padding: 5px;
	margin: 0px;
	border-left: 1px solid #d6dfe6;
	border-top: 1px solid #d6dfe6;
}
table.cms th {
	background: #ececec;
	color: #000;
	text-align: center;
	border-top: none;
}
table.cms td+td, table.cms th+th {
	border-left: 1px solid #d6dfe6;
}
table.cms td:first-child, table.cms th:first-child{
	border-left: none;
}
/* basket styles */
table.basket{
	width : 100%;
	margin: 10px 0;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.basket td{
	padding: 10px;
	border-left: 1px solid #dbdad7;
	border-right: 1px solid #dbdad7;
	border-bottom: 1px solid #f2f1f1;
	background: #fff;
}
table.basket th {
	padding: 5px;
	background: #999;
	color: #fff;
	text-align: center;
	border-bottom: none;
}
table.basket th+th {
	border-left: 1px solid #fff;
}
table.basket td:first-child {
}
table.basket th:first-child{
	border-left: 1px solid #cc9;
	width: 40%;
}
table.basket th:last-child{
	border-right: 1px solid #cc9;
}
table.basket img {
	width: 65px;
	height: 65px;
	margin-right: 10px;
	float: left;
}
table.basket h3
{
	margin: 15px 0 0 0;
	font-size: 1em;
}
table.basket div
{
	font-size: .9em;
}
table.basket div span

{
	color: #999;
}
table.basket dl {
	margin: 0 20px 5px 0;
	padding:0;
	clear: left;
	float: left;
}
table.basket dl dt{
	float: left;
	padding:0;
	line-height: 26px;
	margin: 2px;
	margin-left: 20px;
}
table.basket dl dd {
	border: 1px solid #999;
	height: 20px;
	min-width: 20px;
	padding: 2px;
	margin: 2px;
	text-align: center;
	line-height: 20px;
	float: left;
}

dd.v-size, dd.v-color {
	color: #0062ab;
}
dd.v-color span {
	display:block;
	width: 20px;
	height: 20px;
}
dd.v-color span.red {
	background: #c00;
}
.v-links {
	clear: both;
	margin: 0 20px;
}
.v-links a{
	float: left;
	display: block;
	background: #f0f0f0 no-repeat 7px center	;
	padding: 2px 5px 5px 25px;
	margin: 2px;
}
.v-links a.v-edit {
	background-image: url('../i/ico-edit.gif');
}
.v-links a.v-delete {
	background-image: url('../i/ico-delete.gif');
}

table.basket-sum {
	float: right;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.basket-sum td {
	background: #e5e5e5;
	border-bottom: 1px solid #fff;
	text-align: right;
	padding: 5px 15px;
}
table.basket-sum th {
	background: #d3d3d3;
	text-align: right;
	padding: 5px 15px;
}
div.discount {
	float: left;
	padding: 8px 8px 8px 30px;
	font-weight: bold;
	background-image: url('../i/ico-coupon.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
}
/* support old oxid styles */
.fontred, .voucherlistwarning {
	color: #c00;
}
.fontgreen {
	color: #690;
}

/* payment */
#pay-methods {
	background: #fff;
	border: 2px solid #ccc;
	overflow: auto;
	margin: 10px;
	padding: 10px;
}
#pay-methods ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: left;
}

#pay-methods ul li {
	float: left;
	margin: 10px 0;
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
}

#pay-methods ul li label {
	display: block;
	white-space: nowrap;
	vertical-align: middle;
	height: 100px;
	width: 190px;
	text-align: center;
	cursor: pointer;
}
#pay-methods ul li img{

	vertical-align: middle;
	margin: 0 10px;
}

#pay-methods ul li+li {
	border-left: 1px dotted #8ab51e;
}

.comments {
	padding: 15px 0;
}
.comments h3 {
	font-size: 1.1em;
	margin-top:0;
	padding-top:0;
}

.comments .author {
	font-weight: bold;
	padding: 5px;
}
.comments .date {
	float:right;
	font-style: italic;
	padding: 5px;
}
.comments .text {
	clear: both;
	font-size: 1.1em;
	padding: 5px;
}

.content-text
{
	font: normal 1.1em Arial;
	line-height: 150%;
	margin: 0 10px 30px 0;
}

#return_change_variants
{
	display: none;
}

#_filterlist table th {
	text-transform: capitalize;
}


/* jqm begin*/
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #fff;
    color: #333;
    border: 1px solid #aaa;
    padding: 12px;
    text-align:left;
    z-index: 5000;
}
.jqmOverlay { background-color: #000; }
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/* jqm end*/
