* { padding: 0; margin: 0; }

html, body { height: 100%; }

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #6b6f71;
	background: url('/images/background-top.jpg') no-repeat center 0;
}

a { outline: none; }
a img { border: none; }

a { text-decoration: underline; color: #ed4589; }
a:hover { text-decoration: none; }

.clear { clear: both; height: 0px; font-size: 0px; line-height: 0px; overflow: hidden; }

h1 { font-size: 18px; }
h2 { font-size: 16px; }

#container {
	min-height: 100%;
	position: relative;
	margin-bottom: -50px;
	background: url('/images/background-bottom.png') no-repeat center bottom;
}

.wrapper {
	width: 924px;
	margin: 0 auto;
}

.content-wrapper {
	width: 912px;
	margin: 0 auto;
}

#header {
	padding: 20px 2px 0;
}
	.header-left { float: left; }
	.header-right { float: right; text-align: right; margin-right: 5px; }
		.telephone {
			font-weight: bold;
			font-size: 23px;
			color: #ed4589;
			float: right;
		}
		.skype {
			font-weight: bold;
			font-size: 23px;
			color: #ed4589;
			float: right;
			margin-right: 15px;
		}
			.telephone .code { color: #010101; }
			.skype .slogo { background: url("/images/skype.png"); width: 20px; height: 20px; float: left;margin-top: 3px;margin-right: 5px;}

		.cart, .login { float: left; margin-left: 15px; }
		.cart { color: #010101; }
			.cart a {
				padding: 7px 0 7px 32px;
				background: url('/images/icon-cart.png') no-repeat 0 0;
			}

#menu-top {
	margin-top: 30px;
	background: url('/images/line.png') no-repeat center bottom;
	padding-bottom: 10px;
}
	#menu-top ul li {
		display: inline;
		text-transform: uppercase;
	}

	#menu-top ul li a {
		color: #010101;
		text-decoration: none;
	}

	#menu-top ul li a:hover { color: #ee1485; }

	.mainmenu ul li {
		font-size: 19px;
		margin-right: 18px;
		padding-right: 24px;
		background: url('/images/split-mainmenu.png') no-repeat right center;
	}
		.mainmenu ul li.last { padding-right: 0px; margin-right: 0px; background: none; }
	.submenu { margin-top: 10px; }
		.submenu ul li {
			float: left;
			margin-right: 7px;
			padding-right: 8px;
			background: url('/images/split-submenu.png') no-repeat right center;
		}
		.submenu ul li.last { padding-right: 0px; margin-right: 0px; background: none; }
		.submenu ul li a { color: #ce659d; }
		.submenu ul li a span {
			display: block;
			text-transform: none;
			font-size: 12px;
		}

.breadcrumbs { padding: 25px 0; }

#content { }
	.products {
		background: url('/images/line.png') no-repeat center bottom;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	.content-text { margin-bottom: 25px; }
	.product {
		width: 415px;
		float: left;
		margin-bottom: 45px;
		line-height: 100%;
	}	
	.product-margin-right { margin-right: 50px; }
		.product .col-3 { margin-left: 170px; margin-top: 20px; } 
		.product .col-1, .product .col-2 { float: left; }
		.product .col-1 { width: 170px; }
		.product .col-2 { width: 245px; }
		.product .col-3 { width: 660px; }

		.product-title { margin-bottom: 10px; }
		.product-title, .product-title h1, .product-title h1 a { font-size: 18px; color: #000; font-weight: normal; text-transform: uppercase; text-decoration: none; }
		.product-title h1 a:hover { text-decoration: underline; }
		.pt2 { width:830px; }
		
		.product-image { text-align: center; }
			.product-image img { max-width: 156px; max-height: 156px; }

		.product-info { padding-left: 15px; }

		.product-price { color: #c2055b; font-size: 14px; font-weight: bold; margin-top: 10px; }
			.product-price span { font-size: 18px; }

		.product-description, .product-description h2 { font-size: 13px; font-weight: bold; margin-top: 15px; }
		.product-description span { color: #d5679d; }

		.product-text { margin-top: 5px; }

		.product-status { margin-top: 15px; }

		.product-buy-link, .product-reviews-count { float: left; }
		.product-buy-link { width: 60px; }
		.product-reviews-count { margin-left: 10px; }

#footer-empty { height: 50px; }
#footer {
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
	#menu-bottom { padding-top: 15px; }
	#menu-bottom ul li {
		display: inline;
		margin-right: 7px;
		padding-right: 8px;
		background: url('/images/split-bottommenu.png') no-repeat right center;
	}
	#menu-bottom ul li.last { padding-right: 0px; margin-right: 0px; background: none; }
	#menu-bottom ul li a { color: #010101; text-decoration: none; }
	#menu-bottom ul li a:hover { text-decoration: underline; }

/* Buttons */
.button {
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
.button:hover { color: #efecec; }
.button a { color: #fff; text-decoration: none; }
.button a:hover { color: #efecec; }

	.button-blue .bg, .button-blue .bg-left, .button-blue .bg-right { height: 20px; }
	.button-blue .bg { margin: 0 3px; padding: 0 5px; }
	.button-blue .bg { background: url('/images/button-blue-bg.png') repeat-x 0 0; }
	.button-blue .bg-left { background: url('/images/button-blue-left.png') no-repeat left 0; }
	.button-blue .bg-right { background: url('/images/button-blue-right.png') no-repeat right 0; }

	.button-pink .bg, .button-blue .bg-left, .button-blue .bg-right { height: 20px; }
	.button-pink .bg { margin: 0 3px; padding: 0 5px; }
	.button-pink .bg { background: url('/images/button-pink-bg.png') repeat-x 0 0; }
	.button-pink .bg-left { background: url('/images/button-pink-left.png') no-repeat left 0; }
	.button-pink .bg-right { background: url('/images/button-pink-right.png') no-repeat right 0; }

/* Image border */
.image-width-border {}
	.image-width-border .border-top, .image-width-border .border-top .bg-left,
	.image-width-border .border-top .bg-left, .image-width-border .border-top .bg,
	.image-width-border .border-bottom, .image-width-border .border-bottom .bg-left,
	.image-width-border .border-bottom .bg-left, .image-width-border .border-bottom .bg { height: 7px; }

	.image-width-border .border-top .bg, .image-width-border .border-bottom .bg, .image-width-border .bg-center { margin: 0 7px; }

	.image-width-border .bg-center { background: #fff; }

	.image-width-border .border-top .bg-left { background: url('/images/image-corner-top-left.png') no-repeat 0 0; }
	.image-width-border .border-top .bg-right { background: url('/images/image-corner-top-right.png') no-repeat right 0; }
	.image-width-border .border-top .bg { background: url('/images/image-border-top.png') repeat-x 0 0; }

	.image-width-border .border-bottom .bg-left { background: url('/images/image-corner-bottom-left.png') no-repeat 0 bottom; }
	.image-width-border .border-bottom .bg-right { background: url('/images/image-corner-bottom-right.png') no-repeat right bottom; }
	.image-width-border .border-bottom .bg { background: url('/images/image-border-bottom.png') repeat-x 0 0; }

	.image-width-border .border-left { background: url('/images/image-border-left.png') repeat-y 0 0; }
	.image-width-border .border-right { background: url('/images/image-border-right.png') repeat-y right 0; }
/* Misc */
input {
	border: 0px;
	height: 25px;
	font-size: 20px;
	width: 337px;
}
textarea {
	border: 0px;
	font-size: 20px;
	width: 337px;
}
#id_phone{
	width: 300px;
}
