﻿.clear {
    clear: both;
}
body, form, img, h1, h2, h3, h4, h5, p, a, div, ul, li
{
    padding: 0;
    margin: 0;
    border: 0;
    
}

input,textarea,a{
	outline:0;
}
body{
	font-family: verdana,arial,sans-serif;
	font-size:11px;
    margin:10px;
	/*color:#607586;*/
	background:#FFFFFF;
    font-weight: normal;
   /* line-height: 1;*/
	overflow-x:hidden;
}
a{
	font-family: Arial,sans-serif;
	font-size:13px;
	color:#607586;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
strong{
	font-family: Arial,sans-serif;
	font-weight: bold;
}
p{
	line-height: 20px;
}
h1{
	font-weight: normal;
	font-size: 18px;
	line-height: 40px;
	color: #293848;
	text-shadow:0 0 0 #293848;
	border-bottom:1px solid #D1D5DC;
	padding: 0 0 12px 0;
	margin: 0 0 20px 0
}
h2{
	font-weight: normal;
	font-family: Arial,sans-serif;
	font-size: 21px;
	line-height: 30px;
	color: #293848;
	text-shadow:0 0 0 #293848;
	border-bottom:1px solid #D1D5DC;
	padding: 0 0 7px 0;
	margin: 0 0 20px 0
}

h2 a{
	font-weight: normal;
	font-family: Arial,sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #293848;
	text-shadow:0 0 0 #293848;
	border-bottom:1px solid #D1D5DC;
	padding: 0 0 7px 0;
	margin: 0 0 20px 0
}

h3{
	font-weight: normal;
	font-family: Arial,sans-serif;
	font-size: 21px;
	line-height: 28px;
	color: #293848;
	text-shadow:0 0 0 #293848;
}
h4{
	font-weight: bold;
	font-family: Arial,sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #293848;
	padding:0 0 15px 0;
}
h4 a{
	font-weight: bold;
	font-family: Arial,sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #293848;
	text-decoration: none;
}
h4 a:hover{
	text-decoration: underline;
}
ul{
	list-style-type: none;
  
}
/*li{
	border-bottom:1px solid #E8EAED;
	background: url('../images/marker_2.gif') no-repeat 0 14px;
	padding: 7px 0 10px 13px;
}
li:last-child{
	border:0;
	padding: 7px 0 0px 13px;
}*/
.btn {
  
  color: #000000;
  height:28px;
  padding: 0px  20px 10px 20px;
  border: solid #d1d5dc  1px;
  text-decoration: none;
 line-height:28px;
}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#header{
	min-width:980px;
	width: 100%;
	margin: 0 auto;
	text-align:left;
	background: url('../images/bg_header.jpg') repeat center 0;
	position: relative;
	z-index: 100;
}
#header .top_info{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 20px 25px;
}
#header .top_info .logo{
	width: 400px;
	float: left;
	padding: 0px 0 0 1px;
}
#header .top_info .logo a{
	font-family: Arial,sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 60px;
	font-weight: bold;
	text-decoration: none;
}
#header .top_info .logo a span{
	color: #FFB01F;
}
#header .top_info .header_contacts .sub_title{
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
	word-spacing: 1px;
	padding: 0 0 2px 0;
}
#header .top_info .header_contacts{
	width: 455px;
	float: left;
	font-family: Arial,sans-serif;
	color: #B6BFC9;
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0 0 5px;
}
/*
================================================================================
|                                     NAVIGATION                               |
================================================================================
*/
.bg_navigation{
	width: 100%;
	min-width: 980px;
	background: url('../images/bg_navigation.jpg') repeat-x 0 0 #DBDCDC;
	margin: 0 auto;
}
.navigation_wrapper{
	width: 940px;
    /*width: 1120px;*/
	overflow: hidden;
	padding: 0 20px;
	margin: 0 auto;
}
.navigation_wrappers{
	/*width: 940px;*/
    width: 1120px;
	overflow: hidden;
	padding: 0 15px;
	margin: 0 auto;
}
#navigation{
	/*width: 620px;*/
	float: left;
	padding: 0 0 0 0;
}
#navigation span{
	height: 29px;
	display: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 28px;
	cursor: pointer;
	text-decoration: none;
	padding: 0px 23px 0 15px;
	background: url('../images/navigation_marker.gif') no-repeat 175px 12px;
}
#navigation ul{
	
}
#navigation ul li{
	display: inline-block;
	height: 49px;
	margin: 0 7px 0 0;
	border:0;
	background: none;
	padding: 0;
	line-height: 20px;
}
#navigation ul li div
{
float:right;    
margin: 10px 0 0 600px;
}

#navigation ul li a{
	display: inline-block;
	height: 49px;
	padding: 0 0 0 0;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #3B424A;
	text-shadow:0 1px 0 #FFFFFF;
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
	padding: 11px 23px 0 23px;
}
#navigation ul li.current a,
#navigation ul li:hover a{
	background: url('../images/bg_menu.jpg') repeat-x 0 0;
	color: #FFFFFF;
	text-shadow:0 -1px 0 #00369F;
}

/*
================================================================================
|                                     CONTENT                                  |
================================================================================
*/
#content{
	width:100%;
	background: url('../images/bg_content.jpg') repeat-x 0 0;
	text-align:left;
	min-width: 980px;
	margin: 0 auto;
}
.content{
	width: 940px;
	min-height:450px;
	margin: 0 auto;
	padding: 15px 20px 0;
}
.wrapper_1{
	padding: 6px 0 33px 0;
}
.wrapper_2{
	padding: 0 0 40px 0;
}
.wrapper_3{
	padding: 0 0 13px 0;
}
.wrapper_2 .left,
.wrapper_3 .left{
	width: 700px;
	float: left;
	padding-top:13px;
}
.wrapper_4 .left{
	float: left;
	padding-top:13px;
}

.wrapper_2 .right,
.wrapper_3 .right {
	width: 220px;
	float: left;
	padding: 0 0 0 20px;
}
.main_wrapper{
	position:relative;
}

.ctr_box h2{
	margin-bottom: 14px;
}
.ctr_box label{
	color: #293848;
	padding: 0 0 2px 0;
	line-height: 20px;
	/*display: block;*/
}
.ctr_box label span{
	color: #FFB52E;
}
.ctr_box .select_wrapper,
.ctr_box .input_wrapper,
.ctr_box .single_chb_wrapper{
	width: 245px;
	float: left;
	padding-bottom: 7px;
}
.ctr_box .single_chb_wrapper{
	padding-top: 28px;
}
.ctr_box .select_wrapper.last,
.ctr_box .input_wrapper.last,
.ctr_box .single_chb_wrapper.last{
	/*width: 205px;*/
   
}
.ctr_box .input_wrapper.large{
	width: 490px;
}
.ctr_box .input_wrapper.large.last{
	width: 450px;
}
.ctr_box .foto_wrapper{
	float: left;
	width: 140px;
	margin: 6px 20px 20px 0;
}
.ctr_box .foto_wrapper.last{
	margin-right: 0;
}
.ctr_box .txb{
	border: 1px solid #D1D5DC;
	display: block;
	vertical-align: top;
	background: #FFFFFF;
	border-radius: 4px;
	width: 183px;
	height: 28px;
	margin: 0;
	padding: 1px 10px 0 10px;
	line-height: 28px;
	font-family: Arial,sans-serif;
	/*color: #798FA1;*/
}
.ctr_box .txb.large{
	width: 428px;
}

.ctr_box .drpb{
	border: 1px solid #D1D5DC;
	display: block;
	vertical-align: top;
	background: #FFFFFF;
	border-radius: 4px;
	width: 183px;
	height: 28px;
	margin: 0;
	padding: 1px  0px 0 10px;
	line-height: 28px;
	font-family: Arial,sans-serif;
    padding: 1px 10px 0 10px;
	/*color: #798FA1;*/
}



/*


*/
 .ctr_box .selectbox
{
    width: 183px;
	height: 28px;
    background-color: #FFF;
    font: 400 12px/18px 'Open Sans' , sans-serif;
    color: #000;
    font-weight: normal;
    border: 1px solid #ccc;
    margin: 5px 0 0 0;
    padding: 5px;
}

 
/*


*/

.ctr_box .drpb.large{
	width: 428px;
}


.ctr_box .chb_group{
	float: left;
	padding: 4px 0 0 0;
	width: 158px;
}
.ctr_box .chb_group.last{
	width: 148px;
}
.ctr_box .foto_wrapper a{
	border:1px solid #EBEBEB;
	background: #F8F8F8;
	display: block;
	width: 138px;
	height: 103px;
	text-transform: uppercase;
	color: #798FA1;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
}
.ctr_box .foto_wrapper a img.upload{
	display: block;
	margin: 25px auto 9px;
}
.ctr_submit_wrapper{
	border-top:1px solid #D1D5DC;
	padding: 18px 0 35px 0;
}
.ctr_submit_wrapper input.ctr_submit{
	background: url(../images/button_6.png) no-repeat 0 0;
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: Arial,sans-serif;
    height: 46px;
    float: right;
    font-size: 14px;
    cursor: pointer;
    line-height: 18px;
    margin: 2px 0 0px;
    padding: 0px 0px 9px;
    width: 87px;
    text-transform: uppercase;
}
.msg_wrapper {
    display: block;
    margin-bottom: 7px;
    overflow: hidden;
    float: left;
}

.content_sidebar{
	width: 220px;
	padding: 0 40px 0 0;
	float: left;
}
.main_content{
	float: left;
	width: 680px;
	padding: 15px 0 0 0;
}
.top_content_box{
	border-bottom: 1px solid #D1D5DC;
	padding-bottom: 30px;
}

.search{
	width: 260px;
	border:1px solid #EBEBEB;
	padding: 11px 19px 13px;
	background: #F8F8F8;
}
.content_sidebar .search{
	width: 180px;
	margin-bottom: 20px;
}
.search h3{
	padding: 0 0 12px 0;
	float: left;
}
.content_sidebar .search h3{
	float: none;
}

.search label{
	font-size: 13px;
	display: block;
	line-height: 18px;
	padding: 0 0 3px 0;
}
.search label strong{
	color: #293848;
}
.search label.check_label{
	display: inline;
	vertical-align: top;
	color: #798FA1;
	line-height: 20px;
	font-size: 13px;
}

.content_sidebar{
	width: 220px;
	padding: 0 40px 0 0;
	float: left;
}


.search .chb_wrapper{
	float: left;
	padding: 25px 0 0 0;
}
.content_sidebar .search .chb_wrapper{
	float: none;
	padding: 0px 0 0 0;
}
.search .chb_wrapper input{
	margin: 4px 2px 0 0;
	vertical-align: top;
}
.search .btn_search{
	width: 104px;
	height: 46px;
	background: url(../images/button_2.png) no-repeat 0 0;
	border:0;
	cursor: pointer;
	border-radius: 4px;
	float: right;
	font-family: 'PTSansBold';
	color: #FFFFFF;
	text-shadow:0 -1px 0 #050A0F;
	text-transform: uppercase;
	font-size: 14px;
	margin: 13px 0 0 0;
	padding: 0 0 7px 0;
}
.content_sidebar .search .btn_search{
	float: none;
	margin: 16px 0 1px 0;
	padding: 0 0 9px 0;
}

.search .select_box_1{
	width: 260px;
	padding: 0 0 8px 0;
}
.content_sidebar .search .select_box_1{
	width: 180px;
}
.select-list {
    border: 1px solid #D1D5DC;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #FFFFFF;
    color: #798FA1;
    display: block;
    font-family: 'PTSansRegular',Arial,sans-serif;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding: 1px 0 0 11px;
    width: auto;
}



.content_table{
	padding: 0 0 0 0;
}
.content_table li{
	display: block;
	padding: 4px 0;
	border-bottom: 1px solid #D1D5DC;
	overflow: hidden;
	background: none;
}

.content_table li .content_desc{
	padding: 0 0 0 0px;
	width: 100%;
	float: left;
}

.content_table li .title_box{
	float: left;
	color: #798FA1;
	line-height: 20px;
	padding: 0px 0 1px 0;
}
.content_table li .title_box h4{
	padding-bottom: 7px
}
.content_table li .title_box h4 a{
	line-height: 20px;
}
.content_table li .title_box {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'PTSansBold',Arial,sans-serif;
	color: #F89D13;
}

.content_table li a.more{
	text-decoration: none;
	color: #798FA1;
	line-height: 18px;
}
.content_table li a.more:hover{
	text-decoration: underline;
}
.grey_area {
    background: none repeat scroll 0 0 #F8F8F8;
    line-height: 18px;
    padding: 20px 15px 8px;
}
.content_table li .grey_area{
	color: #798FA1;
	margin: 0 0 10px 0;
}
.content_table li .grey_area span{
	padding:0 15px 0 0;
}

.blue_area
{
    background: #FFCCCC none repeat scroll 0 0;
    line-height: 18px;
    padding: 20px 15px 8px;
}
.content_table li .blue_area
{
    color:#798FA1;
    margin: 0 0 10px 0;
}
.content_table li .blue_area span{
	padding:0 15px 0 0;
}

.content_table li .location {
    color: #798FA1;
    float: right;
    line-height: 20px;
    padding: 2px 0 0;
}

.drop_list {
    float: left;
    line-height: 20px;
    padding: 1px 20px 0 0;
}


.drop_list strong {
    color: #293848;
    float: left;
    padding-top: 3px;
}
strong {
    font-family:Arial,sans-serif;
    font-weight: bold;
}
.drop_list .selected {
    float: left;
    padding-top: 0;
    position: relative;
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    padding: 5px 11px 0 10px;
    position: relative;
    z-index: 10;
}

.drop_list .drp
{
   border: 1px solid #D1D5DC;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #FFFFFF;
    /*color: #798FA1;*/
    display: block;
    font-family: 'PTSansRegular',Arial,sans-serif;
    font-size: 13px;
   
    width: auto; 
}
.pagination {
    float: right;

}

.model_section {
    border-bottom: 1px solid #D1D5DC;
    float: left;
    margin-bottom: 1px;
    padding: 3px 0 14px;
    width: 100%;
}


.model_section .header {
    color: 	#696969;
    font-family: 'PTSansBold',Arial,sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    padding: 2px;
}


.model_section .close
{
    /*background: url(../images/close.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    display: block;
    float: right;
    height: 27px;
    margin: 3px 0 0;
    width: 27px;
    /*background-image: url('../images/close.jpg');*/
    background-repeat: no-repeat;
}
.features_table {
    padding: 0 0 1px;
}

.features_table .line {
    color: #798FA1;
    overflow: hidden;
    padding: 5px 15px 5px;
}

.features_table .line .left {
    color: #293848;
    float: left;
    font-family: 'PTSansBold',Arial,sans-serif;
    font-weight: bold;
    width: 185px;
}

.features_table .line .right {
    float: left;
    width: 205px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    border: 2px solid Gray;
    background-color: #FFFFFF;
    margin:0;
   
}


.progressmeter
{
    border-width: 2px;
    border-color: #C0C0C0;
    overflow: auto;
    margin: 1em 0;
    border-top-style: solid;
    border-bottom-style: solid;
}
.progressmeter ol {min-height:3em; margin:0; padding:0;}
.progressmeter li
{
    float: left;
    width: 4.5em;
    min-height: 3em;
    margin: 0 .6em;
    padding-top:4px;
    padding-left: 2.2em;
    color: #999;
    background: #fff url('../images/number.gif') no-repeat 0 4px;
    list-style-type: none;
    
}
.progressmeter li.two {background-position:-100px 4px;}
.progressmeter li.three {background-position:-200px 4px;}
.progressmeter li.four {background-position:-300px 4px;}
.progressmeter li.five {background-position:-400px 4px;}
.progressmeter li.six {background-position:-495px 4px;}
.progressmeter li.seven {background-position:-600px 4px;}
.progressmeter li.eight {background-position:-695px 4px;}
.progressmeter li.nine {background-position:-790px 4px;}
.progressmeter li.current {background-position:0 -38px;cursor:hand;}
.progressmeter li.current.two {background-position:-100px -38px;cursor:hand;}
.progressmeter li.current.three {background-position:-200px -38px;cursor:hand;}
.progressmeter li.current.four {background-position:-300px -38px;cursor:hand;}
.progressmeter li.current.five {background-position:-400px -38px;cursor:hand;}
.progressmeter li.current.six {background-position:-495px -38px;cursor:hand;}
.progressmeter li.current.seven {background-position:-600px -38px;cursor:hand;}
.progressmeter li.current.eight {background-position:-695px -38px;cursor:hand;}
.progressmeter li.current.nine {background-position:-790px -38px;cursor:hand;}
.progressmeter p
{
    font-weight:bold;
    font-style:italic;
    padding:5px;
    font-size:16px;
    }
 .progressmeter li span {display:block; position:absolute; left:-9999px;}
 .ctr_txb
 {
     border: 1px solid #D1D5DC;
     
     }
.content_Links {
    position: absolute;
    right: 0;
    top: 3px;
}

.content_Links a {
    padding: 6px 10px 7px 11px;
}
.content_Links span, .content_Links a
{
    /*display: inline-block;*/
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-decoration: none;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    /*color: #CC3300;*/
}     
     
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
#footer{
	min-width:980px;
	width: 100%;
	margin: 0 auto;
	text-align:left;
	background: url('../images/bg_footer.jpg') repeat center 0;
	border-top:1px solid #D1D6DF;
}
.copyright_wrapper{
	width: 100%;
	background: url(../../images/line_1.gif) repeat-x 0 0;
	min-width: 940px;
	margin: 0 auto;
}
.copyright{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	padding: 19px 20px 21px;
	font-size: 13px;
	color: #A9B5BD;
	line-height: 20px;
}



.dashboard_table {
    border-collapse: collapse;
    border: 1px solid black;
    width:100%;
    font-family:Verdana;
}

.dashboard_table td {
    border: 1px solid black;
    font-family:Verdana;
}


.dashboard_table_head{
    border: 1px solid black;
    font-weight:bold;
    font-size:12px;
    background-color:#B2D1FF;
    font-family:Verdana;
}


.dashboard_table td.numright {
    border: 1px solid black;
    font-family:Verdana;
    text-align:right;
    padding-right:5px;
}
.masterpage_style_div{
    float:right;   
    /*background-color: #ffffff;*/
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin-top:10px; 
    font-weight: bold
}





/*...............................*/
/*------------------------------oferte_content-----------------------*/
.oferte_content{
width:600px;
height:94px;
float:left;
padding:0 0 0 50px;
}
.top_divider{
float:left;
width:1px;
height:164px;
}
.oferta{
width:538px;
float:left;
padding:15px 30px 0 30px;
}
.oferta_img{
float:left;
padding:0 0 10px 0;
}
.oferta_title{
font-size:15px;
color:#b72c24;
font-weight:bold;
}
.oferta_details{
width:400px;
float:left;
padding:0 0 0 30px;
}
.oferta_text{
padding:5px 0 5px 0;
font-size:12px;
color:#FFFFFF;
text-align:justify;
line-height:15px;
}


#main_content{
clear:both;
}
/*---------------- menu tab----------------------*/
#menu_tab{
width:1000px;
/*height:50px;*/
background-color:#fff;
}
.left_menu_corner{
width:9px;
height:50px;
float:left;
background:url(../images/menu_left.gif) no-repeat center;
}
.right_menu_corner{
width:9px;
height:50px;
float:left;
background:url(../images/menu_right.gif) no-repeat center;
}
ul.menu {
list-style-type:none; float:left; display:block; width:982px; 
margin:0px; padding:0px;background:url(../images/menu_bg.gif) repeat-x;}

ul.menu li {
display:inline;
font-size:11px;
font-weight:bold;
line-height:50px;
}
ul.menu li.divider {
display:inline;
width:2px;
height:50px;
float:left;
background:url(../images/menu_divider.gif) no-repeat center;
}

a.nav1:link, a.nav1:visited {
display:block; float:left; padding:0px 8px 0px 22px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(../images/home.png) no-repeat left; color:#676d77;}
a.nav2:link, a.nav2:visited {
display:block; float:left; padding:0px 8px 0px 22px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(../images/services.png) no-repeat left; color:#676d77;}
/*----------------crumb_navigation-------------*/
.crumb_navigation{
width:980px;
/*height:15px;*/
padding:5px 10px 0 20px;
color:#333333;
background:url(../images/navbullet.png) no-repeat left;
background-position:5px 6px;
}
.crumb_navigation a{
color:#0fa0dd;
text-decoration:underline;
}
span.current{
color:#0fa0dd;
}

/*-------------left_content------------------*/
.left_content{
/*width:196px;*/
width:170px;
float:left;
}
.title_box{
/*width:196px;*/
/*width:170px;*/
height:30px;
margin:5px 0 0 0;
/*background:url(../images/menu_title_bg.gif) no-repeat center;*/
text-align:center;
font-size:13px;
font-weight:bold;
color:#fff;
line-height:30px;
}
/*--------left menu---------*/
ul.left_menu{
/*width:196px;*/
width:170px;
padding:0px;
margin:0px;
list-style:none;
}
ul.left_menu li{
margin:0px;
list-style:none;
}
ul.left_menu li.odd a{
/*width:166px;*/

width:170px;
height:25px;display:block;background:url(../images/checked.png) no-repeat left #dad0d0; background-position:5px 5px;border-bottom:1px #FFFFFF solid;
text-decoration:none;color:#504b4b;padding:0 0 0 30px; line-height:25px;
}
ul.left_menu li.even a{
/*width:166px;*/

width:170px;
height:25px;display:block;background:url(../images/checked.png) no-repeat left #eee6e6;background-position:5px 5px;border-bottom:1px #FFFFFF solid;
text-decoration:none;color:#504b4b;padding:0 0 0 30px; line-height:25px;
}
ul.left_menu li.even a:hover, ul.left_menu li.odd a:hover{
background:url(../images/checked.png) no-repeat left #7bbcc7; color:#FFFFFF;background-position:5px 5px;
}

.border_box{
width:194px;
height:auto;
text-align:center;
border:1px #6da6b1 solid;
}
.product_title{
color:#ea2222;
padding:5px 0 5px 0;
font-weight:bold;
}
.product_title a{
text-decoration:none;
color:#ea2222;
padding:5px 0 5px 0;
font-weight:bold;
}
.product_title a:hover{
color:#064E5A;
}
.product_img{
padding:5px 0 5px 0;
}
.prod_price{
padding:5px 0 5px 0;
}
span.reduce{
color:#999999;
text-decoration:line-through;
}
span.price{
color:#ea2222;
}

/*center content--------------------------*/
.center_content{
/*width:781px;*/
width:700px;
float:left;
min-height:400px;
padding:5px 10px;
}
.center_title_bar{
/*width:716px;*/
width:690px;
height:33px;
float:left;
padding:0 0 0 40px;
margin:0 0 0 12px;
_margin:0 0 0 6px;
line-height:33px;
font-size:12px;
color:#847676;
font-weight:bold;
background:url(../images/bar_bg.gif) no-repeat left;
}

/*----------------------right content--------------*/
.right_content{
width:196px;
float:left;
padding:5px 0 0 0;
}

/*---------prod_box----------*/
.prod_box{
width:173px;
height:auto;
float:left;
padding:10px 10px 10px 11px;
}
.top_prod_box{
width:173px;height:12px;background:url(../images/product_box_top.gif) no-repeat center bottom;float:left; padding:0px; margin:0px;
}
.bottom_prod_box{
width:173px;height:10px;background:url(../images/product_box_bottom.gif) no-repeat center top;float:left;padding:0px; margin:0px;
}
.center_prod_box{
width:173px;height: auto;background:url(../images/product_box_center.gif) repeat-y;float:left; text-align:center;padding:0px; margin:0px;
}
.prod_details_tab{
width:173px;
height:31px;
float:left;
background:url(../images/products_details_bg.gif) no-repeat center;
margin:3px 0 0 0;
}
img.left_bt{
float:left;
padding:6px 0 0 6px;
}
a.prod_details
{
    width: 25px;
    display: block;
    float: right;
    background: url(../images/square-blue-add.gif) no-repeat left;
    padding: 0 0 0 20px;
    margin: 7px 25px 0 38px;
    _margin: 6px 0 0 35px;
    text-decoration: none;
    color: #0fa0dd;
}
/*---------prod_box_big----------*/
.prod_box_big{
width:554px;
height:auto;
float:left;
padding:10px 10px 10px 15px;
}
.top_prod_box_big{
width:554px;height:12px;background:url(../images/details_box_top.gif) no-repeat center bottom;float:left; padding:0px; margin:0px;
}
.bottom_prod_box_big{
width:554px;height:12px;background:url(../images/details_box_bottom.gif) no-repeat center top;float:left;padding:0px; margin:0px;
}
.center_prod_box_big{
width:554px;height: auto;background:url(../images/details_box_center.gif) repeat-y;float:left; text-align:center;padding:0px; margin:0px;
}
.product_img_big{
width:170px;
padding:5px 0 5px 10px;
float:left;
}
.details_big_box{
width:345px;
float:left;
padding:0 0 0 15px;
text-align:left;
}
.product_title_big{
color:#ea2222;
padding:5px 0 5px 0;
font-weight:bold;
font-size:14px;
}
.specifications{
font-size:12px;
font-weight:bold;
line-height:18px;
}
.thumbs{
padding:8px 5px 8px 5px;
border:1px #DFD1D1 solid;
margin:3px 0 0 0;
}
.thumbs a{
padding:3px;
}
.prod_price_big{
padding:5px 0 5px 0;
font-size:16px;
}
span.reduce{
color:#999999;
text-decoration:line-through;
}

/*--------------footer----------------*/
.footer{
width:1000px;
clear:both;
height:65px;
background:url(../images/footer_bg.gif) repeat-x top;
}
.left_footer{
float:left;
width:300px;
padding:5px 0 0 10px;
}
.right_footer{
float:right;
padding:15px 30px 0 0;
}
.right_footer a{
padding:0 0 0 7px;
text-decoration:none;
color: #666666;
}
.right_footer a:hover{
text-decoration:underline;
}

.center_footer{
float:left;
width:200px;
text-align:center;
color:#666666;
padding:10px 0 0 60px;
}


.Repeater, .Repeater td, .Repeater td
{
    border: 1px solid #ccc;
}
 .Repeater td
{
    background-color: #eee !important;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
}
.Repeater th
{
    background-color: #6C6C6C !important;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}
.Repeater span
{
    color: black;
    font-size: 10pt;
    line-height: 200%;
}
.page_enabled, .page_disabled
{
    display: inline-block;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
}
.page_enabled
{
    background-color: #eee;
    color: #000;
}
.page_disabled
{
    background-color: #6C6C6C;
    color: #fff !important;
}

.maincontent_table
{
  float: left;
    height: auto;
    padding: 10px 10px 10px 11px;
    width: 716px;
    }

#main_container{
width:1000px;
height:auto;
margin:auto;
padding:0px;
}
.top_bar{
width:1000px;
height:38px;
background-color:#4a4a4a;
}


/*..................................*/


table.list th
{
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 100%;
    margin: 0;
    outline: medium none;
   padding: 5px 5px ;
    vertical-align: middle;
    text-decoration: none;
    vertical-align: baseline;
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
    font-weight: bold;
    text-align:left;
	
	}
table.list tr
{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 100%;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
    
}
		
table.list tr td
{
	padding: 5px 5px ;
	
	}		
table.list tbody tr td
{		
	border-bottom: 1px solid #E5E5E5;	
}
table.list tr.alt {
    background: url("images/tr_back.gif") repeat scroll 0 -2px transparent;
}

table.list .select
{
	width:15px;
	}
	
	table.list .action
{
	width:45px;
	}
	
	table.list img
	
	{
		border:0px;
		}
		
	table.list	tbody {
    border-bottom: 1px solid #DDDDDD;
}

    #body .content .section div h2 {
	color: #7a7a7a;
	font-family: 'Lato-Black';
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
   
}
 .content .section.booking{
     margin:0;
     padding:30px 40px;
 }


    .boxPage{background-color: #fff; padding: 10px 15px;}
.pagebox{float:left; width: 100%;}
.boxPage .boxForm{ width: 100%; float:left; border-top: none; font-size: 11px;}
.boxPage .boxForm .title{font-size: 11px; color: #474646; font-weight: bold; height: 16px; padding: 2px 0px 0; clear: both;}
.boxBorder{border: 1px solid #d9d9d9; padding: 10px; min-width: 200px;}

 .boxPage .boxForm .title .full
{
	width: 98%;
	float: left;
	background: url("images/col_header_back.gif") no-repeat scroll left top transparent;
}
.boxPage .boxForm .title .left, .boxPage .boxForm .title .right
{
	width: 48%;
	float: left;
	background: url("images/col_header_back.gif") no-repeat scroll left top transparent;
}
.boxPage .boxForm .title .left, .boxPage .boxForm .title .right, .boxPage .boxForm .title .full
{
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	font: bold 1em "Lucida Grande" , "Lucida Sans Unicode" ,Tahoma,Verdana,sans-serif !important;
	height: 36px;
	margin-bottom: 3px;
	padding: 5px 5px 0;
}

.form-box{float: left; width: 100%; padding-bottom: 10px;}
.boxForm .form-box{padding-bottom: 5px;
	/*height: 30px;*/
}
.form-box .form-label{float: left; padding: 3px 5px 0 0; text-align: right}
.form-box .input-box{float: left;}
.input-text, select, textarea{border: 1px solid #d8d8d8}

.input-text, .input-textarea{padding: 5px;}
.input-select{width: 256px;padding:2px;margin-left:2px;}
.input-radio{margin-right: 5px;}
.input-file{padding: 3px;}
.form-box .form-label{float: left; padding: 3px 5px 0 0; text-align: right}
.formLeft .form-label{width: 175px;}

/*new changes*/

.pageTitle
{
	/*background-color: #F2F2C7;*/
	background-image: url("images/pagetitle_bg.jpg");
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
}

.pageTitle h1
{
    font-size: 18px;
    color: #666666;
}

