@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h2, h4, p, ul, li, dl, form {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-bottom: 10px;
}
.wraper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.header .flash {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

.header {
	width: 100%;
	position: relative;
	height: 150px;
}
.header .logo {
	position: absolute;
	left: 7px;
	top: 22px;
	z-index: 100;
}
.header .login {
	position: absolute;
	background-image: url(../images/login_bg.gif);
	top: 0px;
	right: 0px;
	width: 504px;
	height: 43px;
	z-index: 6;
}
.header .login .links  {
	display: block;
	position: absolute;
	top: 0px;
	height: 43px;
	right: 20px;
}
.header .login .links a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #333;
	padding-top: 4px;
}
.header .login .fieldu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-size: 11px;
	color: #333;
	height: 20px;
	width: 100px;
	position: absolute;
	left: 21px;
	top: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.header .login .fieldp {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-size: 11px;
	color: #333;
	height: 20px;
	width: 100px;
	position: absolute;
	left: 151px;
	top: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.header .login .but  {
	position: absolute;
	left: 273px;
	top: 6px;
	background-image: url(../images/but_login_bg.gif);
	height: 28px;
	width: 59px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	font-size: 10px;
}

.header .menu {
	width: 300px;
	position: absolute;
	left: 7px;
	top: 77px;
	list-style-type: none;
}
.header .menu li a {
	color: #FFF;
	font-size: 12px;
	padding-bottom: 3px;
	display: block;
	text-decoration: none;
	padding-left: 10px;
}
.header .menu li a:hover {
	background-image: url(../images/bul.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.header .menu li {
	display: block;
	float: left;
	width: 150px;
}
.sub_header {
	height: 230px;
	width: 100%;
	position: relative;
	z-index: 5;
}
.alpha {
	position: relative;
	width: 100%;
	height: 230px;
	z-index: 3;
}
.alpha h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DBC356;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	top: 150px;
	width: 550px;
	left: 320px;
	z-index: 23;
}
.sub_header .alpha p{
	position: absolute;
	left: 320px;
	text-align: left;
	width: 550px;
	padding-top: 180px;
	height: 40px;
}
.sub_header .alpha img {
	position: absolute;
	top: 70px;
	left: 50px;
}


.conatiner {
	width: 880px;
	background-color: #FFF;
	padding: 10px;
	clear: both;
	float: left;
}
.content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #D5BA40;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.conatiner h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DAC153;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 15px;
}
.content {
	float: right;
	width: 670px;
}
.content .poro {
	height: 118px;
	width: 600px;
	margin-top: 10px;
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 17px;
}
.content .him {
	background-image: url(../images/for_him.gif);
	background-repeat: no-repeat;
}
.content .her {
	background-image: url(../images/for_her.gif);
	background-repeat: no-repeat;
}



.sidebar  {
	float: left;
	width: 190px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left: 10px;
}
.sidebar p {
	color: #333;
	padding-bottom: 10px;
}

.sidebar .news {
	font-size: 12px;
	color: #333;
	padding-right: 15px;
}
.sidebar .news  .date {
	display: block;
	font-style: normal;
	color: #666;
	font-size: 11px;
	font-weight: bold;
}
.sidebar .news p {
	padding-bottom: 15px;
}
.sidebar .news strong {
	color: #C6A618;
	display: block;
	padding-bottom: 2px;
}
.sidebar ul {
	padding-bottom: 15px;
	list-style-type: none;
	font-size: 12px;
}
.sidebar ul .sub {
	padding-left: 12px;
	padding-top: 10px;
	font-size: 11px;
}

.sidebar ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
}
.sidebar ul li {
	width: 100%;
}
.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	float: left;
	width: 100%;
}
.footer a {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

.footer h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DBC253;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 15px;
}


.footer .foot_up {
	height: 20px;
	background-image: url(../images/footer_up.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.footer .part {
	width: 180px;
	padding: 10px;
	float: left;
	margin-right: 15px;
}
.footer ul {
	list-style-type: none;
}
.foot_down  {
	float: left;
	width: 100%;
	background-image: url(../images/footer_down_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 13px;
	color: #666;
	padding-bottom: 15px;
}
.foot_down p a {
	color: #D2B639;
}
.results {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 15px;
}
.results .grid {
	font-size: 11px;
	color: #000;
	width: 33%;
	float: left;
	display: block;
	border: 1px solid #FFF;
	cursor: pointer;
}
.results .grid:hover {
	border: 1px solid #CCC;
}

.results .grid img {
	float: left;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.results .grid p {
	padding-top: 10px;
	line-height: 16px;
}
.pages {
	clear: left;
}
.pages a {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #535353;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.pages a:hover {
	color: #000;
	background-color: #D5BA40;
}
.pages .active {
	color: #000;
	background-color: #D5BA40;
}
.details {
	clear: both;
	float: left;
	width: 100%;
	color: #333;
}
.details .info {
	float: right;
	width: 350px;
}
.details .info  b {
	display: inline-block;
	width: 100px;
}
.details .info ul {
	padding-left: 15px;
}


.details .img {
	width: 310px;
	display: block;
	float: left;
}
.details .img img {
	height: auto;
	width: 310px;
	float: left;
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.details .info .price {
	font-size: 14px;
	font-weight: bold;
	color: #C5A516;
}

.add_to_cart {
	padding-top: 15px;
}
.add_to_cart .add {
	background-image: url(../images/add_to_cart.gif);
	height: 32px;
	width: 135px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
.add_to_cart .field {
	width: 40px;
	font-size: 11px;
	border: 1px solid #CCC;
}
.register {
	padding-left: 10px;
}
.register label {
	font-size: 12px;
	color: #333;
	width: 120px;
	display: inline-block;
}
.register .error {
	color: #F00;
}
.register .field {
	border: 1px solid #CCC;
	margin-bottom: 5px;
	font-size: 12px;
}
.register .px100 {
	width: 100px;
}
.register .reg {
	height: 32px;
	width: 135px;
	background-image: url(../images/but_reg.gif);
	display: block;
	margin-top: 15px;
	color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 11px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
.register p {
	color: #333;
}


.register .px300 {
	width: 300px;
}
.register .px150 {
	width: 150px;
}
.header .loged {
	position: absolute;
	background-image: url(../images/loged_bg.gif);
	top: 0px;
	right: 0px;
	width: 504px;
	height: 43px;
	z-index: 6;
}
.loged .name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	position: absolute;
	width: 214px;
	left: 27px;
	top: 10px;
}
.header .loged .name a {
	font-size: 11px;
	display: inline-block;
	color: #000;
}

.header .loged .links {
	display: block;
	position: absolute;
	top: 12px;
	height: 16px;
	right: 155px;
	width: 103px;
}
.links a , .links2  a  {
	color: #000;
	display: block;
}
.header .loged .links2 {
	display: block;
	position: absolute;
	top: 7px;
	height: 16px;
	right: 15px;
	width: 130px;
}
.content table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333;
}
.content .head {
	color: #333;
	background-color: #DBC253;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #B99F26;
}
.content table .all {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

.content table .but {
	font-size: 10px;
}
.content p  {
	color: #333;
	padding-top: 10px;
}
.content form .control {
	padding-top: 15px;
}
.content table .num {
	text-align: right;
}
.alpha h2 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DBC356;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.sidebar .news strong a {
	color: #C6A618;
	display: block;
	padding-bottom: 2px;
}
.contacts label {
	float: left;
	width: 150px;
	color: #333;
}
.contacts {
	padding-top: 15px;
}

.contacts .field {
	width: 300px;
	margin-bottom: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.serach {
	display: block;
	clear: both;
	float: left;
	width: 172px;
	padding-bottom: 25px;
}
.search label {
	color: #333;
	display: block;
	padding-bottom: 3px;
}
.search .tfield {
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 168px;
}
.search .lefts {
	float: left;
	width: 90px;
	display: block;
	padding-top: 10px;
}
.search .stfield {
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 78px;
}
.search .rights {
	float: left;
	width: 80px;
	display: block;
	padding-top: 10px;
}
.search .but {
	clear: left;
	background-color: #333;
	height: auto;
	color: #FFF;
	border: 1px solid #333;
	margin-top: 10px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

