/*
Theme Name: laropack
Theme URI: 
Description: 
Version: 1.1
Author: Site project
Author URI: site-project.ru
*/


@charset "utf-8";

*{ 
	padding:0;
	margin:0;
}

html {

}

html, body{
	width:100%;
	height:100%;
	overflow:hidden;
}

body {
	background: url(images/background.jpg);
	font: 100.01% Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

.wrapper {
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;

	
}

.fixed{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

.fix_container {
	width: 100%;
	position:absolute;
}


.wrap_main, .wrap_fix {
	min-width: 853px;
	max-width: 1000px;
	positon:relative;
	_width:853px;
	margin-right: auto;
	margin-left: auto;
	padding:0 5%;
	
}

.main {
	width: 100%;
	border-right: 3px solid #066DAB;
	border-left: 3px solid #066DAB;
	background: #FFF;
		
}
.left_imgs {
	height:974px;
	margin-left:-147px;
	width:147px;
	float:left;
	_position:absolute;
	background: url(images/left_imgs.jpg) no-repeat left top;
	margin-top:-30px;
}


.right_imgs {
	height:969px;
	margin-right:-135px;
	width:147px;
	float:right;
	_position:relative;
	_left:820px;
	_float:none;
	_margin-right:0px;
	background: url(images/right_imgs.jpg) no-repeat left top;
	margin-top:-20px;
}
.header .logo {
	height: 127px;
	position: relative;
}
.logo .img_logo {
	position: absolute;
	top: 10px;
	left: 25px;
}
.logo h1 {
	color: #0985C7;
	position: absolute;
	background: url(images/mini_imgs_up.jpg) no-repeat left top;
	left: 30%;
	top: 21px;
	padding: 15px 0 20px 200px;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	z-index: 100;
}

.header .contacts {
	height: 133px;
	background: url(images/header_contacts_back.jpg) repeat-x;
	position:relative;
	z-index:95;
}
.header .contacts .managers_onlne {
	position: absolute;
	top:30px;
	left:25px;
	
}

.header .contacts .img_stanok {
	position: absolute;
	right: 0px;
	top: -58px;
	z-index:100;
}
.header .contacts h4 {
	font-size:90%;
	margin:0 0 10px 30%;
	padding-bottom:10px;
	padding-top:20px;
	border-bottom: solid 1px #FFF;
	
}

.header .contacts .left_col {
	margin-left: 30%;
	margin-right: 2.3%;
	float:left;
	_margin:0 15px 0 140px;
}

.header .contacts .right_col {
	float:left;
	position:relative;
	width:23%;
	z-index:1500;
	
}

.header .contacts li {
	list-style:none;
	font-size:80%;
	color:#FFF;
}

.content {
	margin-top:40px;
	overflow:hidden;
	
}

.content .left_col {
	width: 25%;
	_width: 220px;
	position: relative;
	float:left;
}

.content .right_col {
	overflow:hidden;
	_margin-left:260px;
	padding: 0 35px;
	_padding:0;
	
	
}

.menu {
	
}



.menu h4 {
	font-size:90%;
	padding:5px;
	background: #066CAA url(images/menu_header_back.jpg) repeat-y right top;
	color:#FFF;
	position:relative;
}

.menu ul {
	margin: 10px 0 20px 15px;
}

.menu li {
	list-style:none;
	border-bottom:dotted 1px #066DAB;
	font-size:95%;
	position: relative;
}

.menu li a {
	padding: 15px 0 15px 40px;
	display:block;
	color:#000;
	text-decoration:none;
	position: relative;
	outline: none;
}

.menu li a:hover {
	color: #009;	
}

.menu .current_page_item a {
	font-weight:bold;
}

.menu .product a, .menu .item_4 a {
	background: url(images/menu_ico_product.gif) no-repeat left center;	
}

.menu .contacts a, .menu .item_5 a {
	background: url(images/menu_ico_contacts.gif) no-repeat left center;	
}

.menu .dostavka a, .menu .item_6 a {
	background: url(images/menu_ico_dostavka.gif) no-repeat left center;	
}

.menu .order a, .menu .item_7 a {
	background: url(images/menu_ico_order.gif) no-repeat left center;	
}

.menu .partners a, .menu .item_8 a {
	background: url(images/menu_ico_partners.gif) no-repeat left center;	
}

.menu .aboutus a, .menu .item_9 a {
	background: url(images/menu_ico_aboutus.gif) no-repeat left center;	
}

.menu .news a, .menu .item_10 a {
	background: url(images/menu_ico_news.gif) no-repeat left center;	
}
.menu .articles a, .menu .item_11 a {
	background: url(images/menu_ico_articles.gif) no-repeat left center;	
}



.catalog_header {
	color:#8FC1E6;
	font-size:11px !important;
	font-weight:norma!important;
	left:0;
	letter-spacing:0.25em!important;
	_letter-spacing:0.20em!important;
	position:absolute;
	text-align:center;
	top:258px;
	_top:-43px;
	_left:-235px;
	width:100%;
	_width:850px;
	
}
.footer {
	background:url("images/footer_back.jpg") repeat-x scroll left top #9CDFFF;
	height:91px;
	position:relative;

	width:100%;
}

.footer .logo {
	left:20px;
	position:absolute;
	top:23px;
}


.footer .text {
	position:absolute;
	left: 180px;
	top: 24px;
	font-size:80%;
	color:#FFF;
}

.footer .text a {
	color:#FFF;
}

.footer .text .siteproject {
	margin-top:10px;
	font-size:80%;
}

.footer .counters {
	position:absolute;
	right:0;
	margin-right:15px;
	top:25px;
}



/*texts, fonts etc */

#cont {
	font-size: 90%;
	_position:relative;
	_padding-right:30px;
}
#cont p, #cont ul, #cont ol, .entry p {
	line-height: 1.5em;
}

#cont p {
	margin-bottom:1em;
}
#cont table td p {
	margin-bottom:0;
}


#cont ol, #cont ul {
	padding-left: 20px;
}

 #cont li {
	 padding:1px 0;
 }

#cont .details {
	background: #D8E1FE;	
	padding: 15px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	margin: 20px 0px;
}

#cont .details li {
	list-style:none;
}

#cont h1 {
	font-size: 150%;
	color: #008dc6;
	padding-bottom: 10px;
}


#cont h2, cont h3 {
	padding-bottom: 5px;
	padding-top: 10px;
} 

#cont h2 {
font-size: 130%;
}


#cont a {
	color:#0077CD;
}

#cont a:hover {
	color:#006;
	
}



.adv {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}
.adv p {
	font-size: 12px;
}

.data_table, .data_table_2 {
	width: 100%;
	
}
.data_table th, .data_table_2 th {
	color: #391672;
}
.data_table td, .data_table th {
	padding: 15px;
	border-bottom: 1px solid #391672;
}

.data_table_2 td, .data_table_2 th {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
	border-bottom: 1px solid #391672;
}

#order_form table td {
	border:none;
	padding-top: 15px;
	padding-bottom: 15px;

}

.page-item-134 a, .page-item-136 a, .page-item-37 a  {
	

}


.menu ul li ul li a {
	background: url(/wp-content/themes/laropack/images/emdash1.gif) no-repeat 0px center; 
	padding-left: 20px;
	padding-top: 5px;
	height: auto;
	width: auto;
	text-decoration: underline;
	margin: 0px;
}


#orderform table {
	
}
#orderform table label {
	display: block;
	margin-right: 5px;
	width: 150px;
}
#orderform table input, #orderform table select, #orderform table textarea  {
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#orderform table td {
	line-height:20px;
	padding-bottom:5px;
	padding-top:5px;
}

#orderform #tab1 select   {
	width: 80px;

}

#orderform #tab1 input {
	width: 50px;
}

#orderform #tab1 .d {
	width: 80px;
}

#orderform #tab1 td, #orderform #tab1 th {
	padding-left:10px;
	padding-right:10px;
	text-align: center;

}

.staff_block .inner {
	margin: 10px 20px;
	/*position: absolute;*/
	z-index: 100;

}

.staff_block .inner .cimg{
	float:left;
	border: 2px solid #FFFFFF;
}

.staff_block .inner #staff_data {
	background:#FFFFFF;
	height:138px;
	margin-left:170px;
	padding:8px;
	width:190px;
}

.staff_block .inner #staff_data dt, .staff_block .inner #staff_data dd {
		margin-bottom: 10px;
}

.staff_block .inner #staff_data dt {
	font-size: 16px;
	color: #1B78B1;
	font-weight: bold;
}

.staff_block .inner #staff_data dd.online {
	font-size: 16px;
	color: #0033CC;
	font-weight: bold;
}

.staff_block .inner #staff_data dd.offline {
	font-size: 16px;
	color: #FF0000;	
}

.staff_block .inner #staff_data dd.online b {
	color: #1B78B1;
}

.staff_block .inner #staff_data div.offline dd, .staff_block .inner #staff_data div.offline dd b, .staff_block .inner #staff_data div.offline dd a  {
	color: #CCCCCC;
}

#cont table.staff_table td {
	width:33%;
}

#cont #staff_list li {
	background: none;
	
}

#cont #staff_list li h2 {
	color:#008DC6;
	font-size:130%;
	
}

#cont #staff_list li ul li h2 {
	color:#008DC6;
	font-size:120%;
	
}
#cont #staff_list #staff_table {
	margin-top:20px;
	


}

#cont #staff_list #staff_table td {
	width:33%;


}
#cont #staff_list #staff_table   {
	border-collapse:separate;
}

#cont #staff_list #staff_table td  {
	border-collapse:separate;
	border-width:medium;
	padding:5px;
	background-color:#E0EAEF;


}

#cont #staff_list #staff_table td .staff_block h3 {
	height:43px;
	font-size:100%;
	text-align:center;


}

#cont #staff_list #staff_table td .staff_block img {
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;


}

#cont #staff_list #staff_table td .staff_block p {
	margin-bottom:5px;
	padding:0;
}

ul.sp_catalog_menu li {

}

.sp_catalog_wide {
	border: 1px solid #1097CB;
	padding: 0;
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #DBEBF2 url(images/logo_catalog.gif) no-repeat 90% center;
	behavior: url(js/PIE.htc);
	margin-bottom:25px;
	_position:relative;
	_margin-bottom:-125px;
}

.sp_catalog_wide .inner {
	background: #FFF;
	width:50%;
	-webkit-border-radius: 8px 0 0 8px ;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	behavior: url(js/PIE.htc);
	padding:20px;
	text-align:left;
	font-size:80%
}

.sp_catalog_wide .inner a {
	color:#000;
}

.sp_catalog_wide .inner a:hover {
	color:#009;
}


/*.sp_catalog_wide .up_right {
	background: url(images/corners_lite.gif) no-repeat 0px -15px;
	height: 15px;
	width: 15px;
	position: absolute;
	right: 0px;
	top: 0px;
}


.sp_catalog_wide .up_left {
	background: url(images/corners_lite.gif) no-repeat -15px -15px;
	height: 15px;
	width: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.sp_catalog_wide .down_right {
	background: url(images/corners_lite.gif) no-repeat 0px 0px;
	height: 15px;
	width: 15px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.sp_catalog_wide .down_left {
	background: url(images/corners_lite.gif) no-repeat -15px 0px;
	height: 15px;
	width: 15px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
*/
.sp_catalog_wide .inner h3 {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	color: #056EAB;
	font-size: 14px;
}

.breadcrumbs {
   color:#608090;
   font-size:95%;
   margin:20px 0px;
}
.breadcrumbs a, .spc_print_link a {
   color:#608090;
   font-size:95%;
}

.sp_catalog_table {
   width:100%;
   margin-top: 15px;
}
.sp_catalog_table td.product_name {
   width:60%;
}
.sp_catalog_table td, .sp_catalog_table th {
   border:solid 1px #E0E4EF !important;
   padding: 5px !important; 
}
.sp_catalog_table th {
   font-size:65%;
}

.sp_catalog_table .catalog_content_table_h1 {
	text-align:center;
	padding:8px;
}

.sp_catalog_table .separator {
	background:#D1E6EF;
	text-align:center;
	padding:5px;
}

.entry p {
   margin-bottom: 15px;

}

.navigation {
   display:block;
   margin-bottom: 15px;
   overflow:hidden;

}
div.online dd{
 	text-align:left !important;
	font-size:14px;
	margin-left:0px;
}

.info {
	display:inline-block;
	//display:inline;
	//zoom:1;
	background: url(/wp-content/themes/laropack/images/info_ico.gif) no-repeat left top;
	padding:7px 0 7px 40px;
}

.price {
	display:inline-block;
	//display:inline;
	//zoom:1;
	background: url(/wp-content/themes/laropack/images/price_ico.gif) no-repeat left top;
	padding:7px 0 7px 40px;
}
.clear {
   clear: both;
   height: 0px;
   line-height: 0px;
   overflow: hidden;
}
.sp_catalog_table .product_preview img {
   width: 100px;
}
.catalog_item img {
   display: block;
   margin: 20px 0px;
}



/* ----------- Articles ------------ */


.tags_area {
	margin-bottom:20px;
}

.tags_area h3 {
	font-size:90%;
	font-weight:normal;
	color:#008BC4;
	font-style:italic;
	margin-bottom:5px;
}

.category-articles {
	overflow:hidden;
	margin-bottom:35px;
}

.category-articles .attachment-post-thumbnail {
	float:left;	
	margin-right: 15px;
}

.category-articles .entry-title,
.category-articles .entry-summary {
	overflow:hidden;
	
	
}

.category-articles .entry-title {
	padding-top:0 !important;
	font-size:110% !important;
}

.category-articles .entry-summary {
	font-size:80%;
	
}
.category-articles .entry-meta,
.category-articles .entry-utility {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	font-size:80%;
}

.category-articles .entry-meta {
	margin-right:15px;
}

.category-articles .entry-meta,
 .category-articles .entry-meta a,
 .category-articles .entry-utility,
 .category-articles .entry-utility a {
	color:#666666;
	
}


/* ----------- /Articles ------------ */
