div.content-shop {
	width: 1000px;
}

div.content-shop div.bottom-menu {
	/*margin-right: 200px;*/
}

div.shop-banner {
	position: relative;
	margin-bottom: 0px;
}

div.shop-categories {
	position: relative;
	margin-left: -5px;
}


div.shop-categories div.category {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 330px;
	height: 300px;
	overflow: hidden;
}

div.shop-categories div.category a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

div.shop-categories div.category a img.image-hover {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}



/*** Category ***/

a.shop-link {
    position: relative;
    display: block;
    height: 38px;
    background: #fcfacc;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-top: 7px;
    color: #3c2313;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0px;
	font-family: qlassikbold_tb;
}

a.shop-link span {
    font-size: 24px;
	font-family: qlassikbold_tb;
}

a.shop-link:hover {
    background: #ffde00;
}

div.products-list {
	position: relative;
	margin-left: -5px;
}

div.products-list div.product {
	background: #ffffff;
	width: 310px;
	height: 280px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 10px;
}

div.products-list div.product div.name {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	background: #4d4d4d;
	font-weight: bold;
}

div.products-list div.product div.image {
	background: #d7d7d7;
	position: relative;
	height: 215px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 35px;
	width: 310px;
}

div.products-list div.product div.image a {
	padding-top: 0px;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

div.product-form {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 310px;
}

div.product-form form {
	margin: 0px;
	padding: 0px;
}

div.product-form div.price {
    position: absolute;
    bottom: 16px;
    left: 0px;
	text-transform: uppercase;
    color: #464646;
    font-size: 10px;
    font-weight: bold;
}

div.product-form div.size,
div.product-form div.quantity {
	text-transform: uppercase;
	color: #464646;
	font-size: 10px;
	font-weight: bold;
}


div.product-form div.size label,
div.product-form div.quantity label {
	width: 55px;
	float: left;
	padding-right: 5px;
	text-align: right;
}

div.product-form div.size {
	position: absolute;
	bottom: 0px;
	left: 110px;
}

div.product-form div.size select {
	width: 35px;
    height: 12px;
    font-size: 8px;
    background: #b7b7b7;
    border-radius: 0px;
    border: 0px;
    margin-left: 0px;
}

div.product-form div.quantity {
    position: absolute;
    bottom: 16px;
    left: 110px;
}

div.product-form div.quantity input {
	width: 35px;
	height: 11px;
	font-size: 8px;
	background: #b7b7b7;
	border-radius: 0px;
	border: 0px;
	margin-left: 0px;
}

div.product-form input.submit {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #f8ec31;
	color: #3b2314;
    font-weight: bold;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
	height: 30px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	width: 95px;
	text-align: center;
}


div.product-form input.submit:hover {
	background: #ba1e7b;
	color: #ffffff;
}



/*** Cart ***/


div.cart {
	position: relative;
	background: #fde24a;
	margin: 0px;
    margin-top: 5px;
	padding-top: 20px;
}

div.cart h2.title {
	font-size: 36px;
	font-weight: bold;
	color: #362f2d;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}

div.cart-items {
    position: relative;
	padding-top: 0px;
}

div.cart-items div.empty-cart {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}

div.cart-items div.item {
    position: relative;
	margin-bottom: 5px;
	background: #faf6a6;
	color: #362f2d;
	font-size: 14px;
	height: 50px;
	font-weight: bold;
}

div.cart-items div.item div.name {
	float: left;
	width: 280px;
	padding-left: 50px;
	padding-top: 17px;
	text-transform: uppercase;
}

div.cart-items div.item div.size {
    float: left;
	width: 95px;
	padding-top: 17px;
	padding-left: 5px;
	text-transform: uppercase;
}

div.cart-items div.item div.quantity {
    float: left;
	width: 90px;
	padding-top: 17px;
	text-align: center;
	text-transform: uppercase;
}

div.cart-items div.item div.quantity input {
	height: 15px;
	border: 0px;
	border-radius: 0px;
	display: inline;
	width: 30px;
	background: #faf6a6;
	text-align: right;
	font-weight: bold;
}

div.cart-items div.item div.price {
    float: left;
	width: 250px;
	padding-top: 17px;
	text-align: center;
}

div.cart-items div.item div.price-sum {
    float: left;
	background: #e0dc97;
	width: 85px;
	text-align: center;
	height: 33px;
	padding-top: 17px;
}

div.cart-items div.remove {
    float: left;
	width: 110px;
	text-align: right;
	padding-top: 12px;
	position: relative;
}

div.cart-items div.remove a.item-remove {
	position: relative;
}

div.cart-items div.remove a.item-remove img.remove {
    position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

div.cart-items div.remove a.item-remove img.remove-hover {
    position: absolute;
    top: 0px;
    left: 0px;
	opacity: 0;
	z-index: 3;
}


/*** Final-price ***/

div.cart-items div.final-price {
	position: relative;
	background: #f8ab47;
	color: #362f2d;
	font-size: 15px;
	height: 50px;
}

div.cart-items div.final-price div.sum {
    float: left;
    width: 720px;
    padding-left: 50px;
    padding-top: 15px;
    text-transform: uppercase;
	font-weight: bold;
}

div.cart-items div.final-price div.price {
    float: left;
    width: 85px;
    padding-top: 15px;
	height: 35px;
    text-transform: uppercase;
    font-weight: bold;
	background: #f1b961;
	text-align: center;
}


div.cart-buttons {
	margin-top: 60px;
	text-align: center;
	padding-bottom: 55px;
}

div.cart-buttons input {
	
	width: 200px;
	position: relative;
    height: 30px;
    border: 0px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    background: #c7a002;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: none;
}


div.ajax-loader {
	display: none;
}


/*** Order-form ***/


div.order-form {
	position: relative;
	background: #fde24a;
	padding: 30px;
	padding-left: 120px;
	padding-right: 120px;
	margin-top: 5px;
}

div.order-form h2 {
	font-size: 22px;
    font-weight: bold;
    color: #362f2d;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    padding-bottom: 30px;
}

div.order-form div.cms-form form h3.cms {
	border-color: #a97c50;
}

div.order-form div.cms-form form {
	margin: 0px;
	padding: 0px;
}

div.order-form div.cms-form form label {
	width: 150px;
	color: #362f2d;
}

div.order-form div.cms-form form input {
    width: 250px;
}

div.order-form div.cms-form form select {
	width: 358px;
}

div.order-form div.cms-form form textarea {
    width: 350px;
	resize: none;
}


div.order-form div.cms-form form input,
div.order-form div.cms-form form select,
div.order-form div.cms-form form textarea {
	border-radius: 0px;
	border: 1px solid #a97c50;
	padding: 3px;
}


div.order-form div.cms-form form div.input-error input,
div.order-form div.cms-form form div.input-error select,
div.order-form div.cms-form form div.input-error textarea {
	border-color: #c20b0b;
}

div.order-form div.cms-form form div.input-error span {
	color: #c20b0b;
}


div.order-form div.order-buttons {
    padding-left: 263px;	
}


div.order-form div.cms-form form div.order-buttons input.subject {
    border: none;
    background-color: transparent;
    color: #ffffff;
    width: 100px;
    margin-right: 20px;
    cursor: default;
display: none;
}


div.order-form div.cms-form form div.order-buttons input.submit {
    position: relative;
	float: left;
	height: 30px;
    width: 250px;
    border: 0px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    background: #c7a002;
    cursor: pointer;
    text-transform: uppercase;
	text-shadow: none;
}


/*** Order ***/


div.order {
    position: relative;
    background: #fde24a;
    padding: 30px;
    padding-left: 125px;
    padding-right: 125px;
    margin-top: 5px;
}

div.order h2 {
    font-size: 18px;
    font-weight: bold;
    color: #362f2d;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
}



div.order div.shopping-cart {
	position: relative;
	margin-bottom: 35px;
	background: #fffcd9;
	border: 1px solid #a97c50;
	color: #362f2d;
}

div.order div.shopping-cart table {
	width: 100%;
}

div.order div.shopping-cart table td, 
div.order div.shopping-cart table th {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

div.order div.shopping-cart table th {
    border: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #a97c50;
}

div.order div.shopping-cart table th.icon {
    width: 50px;
}

div.order div.shopping-cart table th.icon.price-all {
    width: 70px;
}

div.order div.shopping-cart tr.price-sum td {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

div.order div.shopping-cart table td.dotted {
	border-top: 1px;
    border-top-style: dotted;
    border-top-color: #a97c50;
}




div.order div.order-information {
	position: relative;
	margin-top: 0px;
	color: #362f2d;
}

div.order div.order-information div.order-information-address {
    position: relative;
	width: 350px;
	float: left;
	background: #fffcd9; 
	border: 1px solid #a97c50;
}

div.order div.order-information div.right {
	float: right;
}

div.order div.order-information div.order-information-address table tr td {
	padding-left: 5px;
}

div.order div.order-information div.order-information-address table tr td.left-column {
	width: 150px;
}


div.order div.order-buttons {
	position: relative;
}

div.order div.order-buttons a.button-continue {
    position: relative;
    float: right;
    height: 23px;
    width: 250px;
    border: 0px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    background: #c7a002;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: none;
	text-align: center;
	padding-top: 7px;
	text-decoration: none;
	margin-top: 28px;
}

div.order div.order-buttons input.subject {
display: none;
}









