@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background:url(/images/gradients/gradient_1.png) 0 0 repeat-x
}

body {
	min-height:100%;
	height: 100%;
	color: #696969;
	font-weight: normal;
	font-family: 'opensans-regular-webfont', Arial, Verdana;
	font-size:12px;
	line-height:1.4
} 

a {
	text-decoration:underline;
	outline:none;
	color:#1a5ba9
}

a:hover {
	text-decoration:none;
}

img {
	border:0
}

p {/*margin:1.5em 0*/}

.text-right {
    text-align: right;
}

button{
	width:74px;
	height:20px;
	color: #1A5BA9;
	text-align:center;
	font-size: 11px;
	background:url(/images/buttons/button_1.png) 0 0 no-repeat;
	font-family: 'opensans-regular-webfont',Arial,Verdana;
	border: none;
	text-decoration:none;
	margin-left: 10px;
}

#page {
	width: 960px;
	padding:0 18px;
	margin:0 auto;
	height: auto !important;
	min-height:100%;
	height: 100%;
	position:relative;
}

#footer_guarantor {
	height: 105px;
	clear: both;
}

#footer {
	margin:0 auto;
	margin-top: -75px;
	height: 65px;
	padding:10px 0 0;
	clear: both;
	position:relative;
	z-index:3;
	background: url(/images/borders/border_1.png) 0 0 repeat-x #fff
}

#footer .footer_content{
	width: 960px;
	padding:0 18px;
	margin:0 auto;
	font-size:10px;
	color:#777;
	font-family:Tahoma, Geneva, sans-serif;
	position: relative
}

#footer .footer_content > div{
	float:left;
	padding:0 0 0 25px;
	width:240px;
	background:url(/images/icons/ico_2.png) 10px 3px no-repeat
}

.foot_dec{
	position:absolute;
	left:0;
	top:-16px
}

#header {
	height: 135px;
	position:relative;
	z-index:2;
	background: url(/images/header/head_bg.jpg) 100% 0 no-repeat;
	margin:0 0 40px 0
}

a.logo{
	display:block;
	width:171px;
	height:63px;
	position:absolute;
	left:10px;
	top:34px;
	background:url(/images/logo.png) 0 0 no-repeat
}

div.slogan{
	position:absolute;
	left:241px;
	top:39px;
	font-size:21px;
	line-height:1.2;
	color:#fff;
	font-family: 'opensans-light-webfont';
	text-shadow:1px 1px 0 #094488
}

#sidebar {
	width: 215px;
	float: left;
}

#mainbar.inside {
	overflow:hidden
}

/*BLOCKS*/

/*BLOCK BASE BEGIN*/

div.dec_block{}

div.dec_block > .top{
	height:6px;
	line-height:0;
	font-size:0;
	margin:0 6px;
	position:relative
}

div.dec_block > .top div{
	height:6px;
	width:6px;
	position:absolute;
	top:0;
	right:-6px;
}

div.dec_block > .top span{
	display:block;
	height:6px;
	width:6px;
	position:absolute;
	top:0;
	left:-6px;
}

div.dec_block > .bottom{
	height:6px;
	line-height:0;
	font-size:0;
	margin:0 6px;
	position:relative
}

div.dec_block > .bottom div{
	height:6px;
	width:6px;
	position:absolute;
	top:0;
	right:-6px;
}

div.dec_block > .bottom span{
	display:block;
	height:6px;
	width:6px;
	position:absolute;
	top:0;
	left:-6px;
}

div.dec_block .cont{
	min-height:60px;	
}

/*BLOCK BASE END*/

div.block_1{}

div.block_1 > .top{
	background:#00FF00;
}

div.block_1 > .top div{
	background:#CC6600
}

div.block_1 > .top span{
	background:#CC6600
}

div.block_1 > .bottom{
	background:#00FF00;
}

div.block_1 > .bottom div{
	background:#CC6600
}

div.block_1 > .bottom span{
	background:#CC6600
}

div.block_1 .cont{
	background:#CC9900
}

/**/

div.search_block{
	position:absolute;
	left:434px;
	top:50px;
	width:202px;
	height:26px;
	background:url(/images/inputs/input_1.png) 0 0 no-repeat;
}

a.cart{
	position:absolute;
	left:719px;
	top:45px;
	padding:2px 0 0 49px;
	background:url(/images/icons/ico_3.png) 0 0 no-repeat;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 0 #094488
}

/*LISTS*/

dl.langs{
	position:absolute;
	left: 434px;
	top:28px;
}

dl.langs dt{
	float:left;
	line-height:1.1;
	border-left:1px solid #0c53a1
}

dl.langs dt:first-child{
	border:0
}

dl.langs dt a{
	color:#fff;
	text-decoration:none;
	font-size:11px;
	display:block;
	padding:0 12px;
}

div.main_menu{
	position:absolute;
	right:0;
	bottom:0;
	height:30px;
}

div.main_menu > div{
	float:left
}

div.main_menu > div > a{
	display:block;
	border-left:1px solid #bfbfbf;
	height:30px;
	line-height:30px;
	border-radius:3px 3px 0 0;
	text-decoration:none;
	color:#000;
	padding:0 30px;
	background:url(/images/borders/border_2.png) 0 100% repeat-x #fff
}

div.main_menu > div > a:hover,
div.main_menu > div.selected > a{
	background-color:#F5F2F1
}

div.category_list.clear:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

div.category_list > div{
	float:left;
	width:200px;
	height:200px;
	margin:0 53px 53px 0
}

div.category_list > div > a{
	display:block;
	width:200px;
	height:200px;
	position: relative;
	cursor:pointer
}

div.category_list > div > a img{
	margin:11px 0 0 11px;
}

div.category_list > div > a .rounds{
	position:absolute;
	left:0;
	top:0;
	background:url(/images/misc/rounds.png) 0 0 no-repeat;
	width:200px;
	height:200px;
}

div.category_list > div > a .txt{
	position:absolute;
	left:2px;
	top:125px;
	width:140px;
	line-height:30px;
	background:url(/images/misc/rounds2.png) 0 0 no-repeat;
	text-align:center;
	font-size:18px;
	color:#fff;
	padding:2px 0;
	text-shadow:1px 1px 0 #084081
}

div.category_list .dec{
	width:9px;
	height:43px;
	background:url(/images/misc/rounds3.png);
	position:absolute;
	left:-7px;
	top:125px
}

dl.left_menu{}

dl.left_menu dt{
	margin:14px 0 0
}

dl.left_menu dt:first-child{
	margin:0
}

dl.left_menu dt a{
	display:block;
	font-size:16px;
	line-height:1.1;
	padding:0 0 0 54px;
	position:relative;
	min-height:36px;
	text-decoration:none
}

dl.left_menu dt a > span.ico{
	position:absolute;
	left:0;
	top:0;
}

dl.left_menu dt a > span.ico span{
	display:block;
	width:36px;
	height:36px;
	background:url(/images/misc/rounds4.png);
	left:0;
	top:0;
	position:absolute
}

dl.left_menu dt a > span.txt{
	display:table-cell;
	height:36px;
	vertical-align:middle
}

dl.left_menu dt a:hover,
dl.left_menu dt.selected a{
	color:#ff4003
}

dl.left_menu dt.selected a{
	cursor:default
}

div.products_list{
	overflow:hidden
}

div.products_list > div{
	width:160px;
	float:left;
	position:relative;
	font-size:11px;
	line-height:1.1;
	margin:0 33px 0 0
}

div.products_list > div.cleaner{
	height:33px;
	clear:both;
	float:none;
	width:100%;
	margin:0
}

div.products_list .photo{
	position:relative;
	display:block;
	cursor:pointer
}

div.products_list .photo img{
	display:block;
	margin:0 auto 34px;
	position:relative;
	top:12px;
}

div.products_list .photo .rounds{
	width:160px;
	height:150px;
	background:url(/images/misc/rounds5.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:2
}

div.products_list > div h3{
	color:#0a50a1;
	font-weight:normal;
	font-family: 'opensans-semibold-webfont';
	margin-bottom:5px;
	font-size:11px;
}

div.products_list .cco{
	margin:6px 0 0;
	overflow:hidden;
	height:20px;
}

div.products_list .quant{
	width:66px;
	overflow:hidden;
	height:20px;
	line-height:20px;
	text-align:center;
	float:left
}

div.products_list .quant .fl{
	float:left;
	height:20px;
	width:17px;
	background:#eaeaea;
	text-decoration:none
}

div.products_list .quant .fr{
	float:right;
	height:20px;
	width:17px;
	background:#eaeaea;
	text-decoration:none
}

div.products_list .quant .fr:hover,
div.products_list .quant .fl:hover{
	color:#fff;
	background:#ff4003
}

div.products_list a.ext_button{
	width:74px;
	height:20px;
	text-align:center;
	line-height:20px;
	background:url(/images/buttons/button_1.png) 0 0 no-repeat;
	float:right;
	text-decoration:none
}

div.products_list a.ext_button:hover{
	color:#ff4003
}

div.pagination_place{

}

dl.pagination{
	overflow:hidden
}

dl.pagination dt{
	float:left;
	height:21px;
	margin:0 5px 0 0
}

dl.pagination dt a{
	display:block;
	height:21px;
	line-height:21px;
	padding:0 5px;
	text-decoration:none;
	color:#013584
}

dl.pagination dt a:hover,
dl.pagination dt.selected a{
	background:#03a0c6;
	color:#fff
}

dl.pagination dt.selected a{
	cursor:default
}

/*INPUTS*/

input, select, textarea {
	outline:none !important;
	color: #000;
	font-weight: normal;
	font-family: 'opensans-regular-webfont', Arial, Verdana;
}

input[type="text"]{
	padding:2px;/*if req*/
}

div.search_block input[type="text"]{
	border:0;
	line-height:1.1;
	background:none;
	padding:5px 10px;
	width:156px;
	position:absolute;
	left:0;
	top:0;
	color:#fff
}

div.search_block input[type="submit"]{
	width:26px;
	height:26px;
	background:none;
	border:0;
	position: absolute;
	right:0;
	top:0;
	cursor:pointer
}

/*HEADERS*/

h1{}

#mainbar > h1{
	font-family: 'opensans-semibold-webfont';
	font-size:30px;
	color:#0a50a1;
	font-weight:normal;
	margin:0 0 20px
}

h2{}

h3{}

h4{}

/*BUTTONS*/

/*BUTTON BASE BEGIN*/

a.button{
	display:inline-block;
	height:25px;
	line-height:25px;
	padding:0 0 0 25px;
	margin:0 25px 0 0;
	cursor:pointer;
	
}

a.button span{
	display:block;
	float:left;
	height:25px;
	padding:0 25px 0 0;
	margin:0 -25px 0 0
}

/*BUTTON BASE END*/

a.button_1{
	background:#CCCC00;
}

a.button_1 span{
	background:#d08133;
}

a.button_1:hover{
	color:#000000
}

a.styled_link{
	padding:0 0 0 21px;
	background-position:left;
	background-repeat:no-repeat
}

a.styled_link.link_1{
	background-image:url(/images/icons/ico_1.png);
}

/*SPECIAL*/

.d_block{
	display:block
}

.d_inl_block{
	display:inline-block
}

br.cleaner {
	display:block;
	clear:both
}

br.small_br {
	font-size:6px;
	line-height:1
}

.pointer {
	cursor:pointer
}

.cleaner {
	display:block;
	clear:both
}

.nopadd {
	padding:0 !important
}

.noborg {
	border:0 !important
}

.nobg {
	background:none !important
}

.nomarg {
	margin:0 !important
}

.nowrap {
	white-space:nowrap
}

.dinamic {
	overflow:auto;
	width:100%
}

.center {
	margin:0 auto
}

.fl {
	float:left
}

.fr {
	float:right
}

.no_float{
	float:none !important
}

.cursor_def{
	cursor:default !important
}

.v_align{
	vertical-align:middle
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

input.hidden_submit{
	font-size:0;
	border:0;
	padding:0;
	margin:0;
	position:absolute;
	left:-10000px;
	top:-10000px;
}

/*FONTS*/

.trbucet{
	font-family:"Trebuchet MS"
}

.bold {
	font-weight:700
}
.f_normal{
	font-weight:normal
}
.f_9 {
	font-size:9px;
}
.f_10 {
	font-size:10px;
}
.f_11 {
	font-size:11px;
}
.f_12 {
	font-size:12px;
}
.f_13 {
	font-size:13px;
}
.f_14 {
	font-size:14px;
}
.f_15 {
	font-size:15px;
}
.f_16 {
	font-size:16px !important;
}
.f_17 {
	font-size:17px;
}
.f_18 {
	font-size:18px;
}
.f_19 {
	font-size:19px;
}
.f_20 {
	font-size:20px;
}
.f_21 {
	font-size:21px;
}
.f_22 {
	font-size:22px;
}
.f_23 {
	font-size:23px;
}
.f_24 {
	font-size:24px;
}
.f_25 {
	font-size:25px;
}
.f_26 {
	font-size:26px;
}
.f_27 {
	font-size:27px;
}
.f_28 {
	font-size:28px;
}
.f_29 {
	font-size:29px;
}
.f_30 {
	font-size:30px;
}
.f_6 {
	font-size:6px !important
}

/*COLORS*/

.light_blue{
	color:#46d8fe
}

/*Misc*/


/* Cart list */
div.cart_list table {
    width: 100%;
    border: 0 none;
    border-collapse: collapse;
}
div.cart_list div.buttons {
    width:500px;
    padding-top: 20px;
    margin: 0;
    float: right;
    text-align: right;
}
div.cart_list table td, div.cart_list table th {
    font-family: Arial,Tahoma,Verdana,Sans-Serif;
    font-size: 13px;
    padding: 10px 0 10px 5px;
    text-align: left;
}
div.cart_list table th {
    background-color: #F5F2F1;
    font-weight: bold;
}
div.cart_list table td {
    border-bottom: 1px solid #E0E0E0;
    color: #333333;
}
div.cart_list table th.c1, div.cart_list table td.c1 {
    width: 160px;
}
div.cart_list table th.c2, div.cart_list table td.c2 {
    width: 260px;
}
div.cart_list table th.c3, div.cart_list table td.c3 {
    width: 90px;
}
div.cart_list table th.c3 {
    text-align: center;
}
div.cart_list table td.c3 span {
    padding-left: 20px;
}
/* Cart list END */

/* Order form */
table.main {
    font-family: Georgia,Tahoma,Verdana,Sans-Serif,Arial;
    font-size: 12px;
}
table.main td, table.main th {
    padding-top: 10px;
}
table.main th {
    font-weight: normal;
    width: 150px;
    text-align: left;
}
table.main td.button {
    text-align: right;
}
table.main td.button2 {
    padding-left: 205px;
}
table.main input, table.main textarea {
    border: 1px solid #BBBBBB;
    font-family: Georgia,Tahoma,Verdana,Sans-Serif,Arial;
    font-size: 12px;
    padding: 2px;
    width: 300px;
}
textarea.main {
    height: 100px;
}
span.star {
    color: #FF0000;
}
/* Order form END */
