﻿.categoryDescription
{
	margin-bottom: 16px;
}

.coach
{
    border-bottom: solid 1px #b4b4b4;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 32px;
}

.coach .title
{
    font-size: 14px;
    font-weight: bold;
    color: #4b8d38;
    float: left;
    margin-right: 10px;
}

.coach .stars
{
    float: left;
    height: 15px;
    background-repeat: repeat-x;
    background-image: url('/Frontend/Images/Centrumturist/BusList/star.png');
}

.coach .imageContainer
{
    float: left;
}

.coach .imageContainer img
{
    width: 227px;
    height: 118px;
    border: solid 1px #969696;
}

.coach .info
{
    float: right;
    border: solid 1px #b4b4b4;
    width: 309px;
    height: 118px;
    background-color: #e4e9d2;
}

.coach .info table
{
    margin: 4px 4px 4px 4px;
    width: auto;
    height: auto;
    font-size: 11px;
}

.coach .info .lable
{
    font-weight: bold;
}

.coach .info a
{
    color: #2c6f19;
}

.coach .description
{
    margin-bottom: 24px;
}

.coach .buttons
{
    height: 34px;
    width: 554px;
    overflow: hidden;
}


.coach .buttons.hasSelection
{
    background: url(/Frontend/Images/Centrumturist/BusList/tabs_bkg.png) no-repeat bottom;
}


.coach .buttons span
{
    vertical-align: top;
}

.coach .buttons .readMoreTab
{
    float: left;
    height: 34px;
    overflow: hidden;
}

.coach .buttons .readMoreTab .leftCorner,
.coach .buttons .readMoreTab .tabContent,
.coach .buttons .readMoreTab .rightCorner
{
	float: left;	
}

.coach .buttons .readMoreTab .leftCorner,
.coach .buttons .readMoreTab .rightCorner
{
	width: 6px;
	height: 34px;
}

.coach .buttons .readMoreTab .tabContent
{
	height: 29px;
	padding: 5px 4px 0px 4px;
}

.coach .buttons .readMoreTab.selected .tabContent
{
	border-top:	solid 1px #b4b4b4;
	background: #FFFFFF;
}

.coach .buttons .readMoreTab.selected .leftCorner
{
	background: url(/Frontend/Images/Centrumturist/BusList/deatils_tab_lc.png) no-repeat top;
}

.coach .buttons .readMoreTab.selected.first .leftCorner
{
	background: url(/Frontend/Images/Centrumturist/BusList/deatils_tab_lc_FIRST.png) no-repeat top;
}

.coach .buttons .readMoreTab.selected .rightCorner
{
	background: url(/Frontend/Images/Centrumturist/BusList/deatils_tab_rc.png) no-repeat top;
}

.coach .containers
{
	width: 554px;
	overflow: hidden;	
}

.coach .details .bottomCorners
{
	background: url(/Frontend/Images/Centrumturist/BusList/bottom_corners.png) no-repeat top;
	height: 5px;
	width: 554px;
}

.coach .book
{
    float: right;
    padding: 5px 0px 0px 0px;
}

.coach .buttons a
{
    color: #4b8d38;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.coach .buttons a.less
{
    display: none;
}

.coach .buttons a img
{
    border: 0;
}


.coach .details
{
	display: none;
    width: 100%;
	overflow: hidden; 	
}

.coach .details.opened
{
	display: block;
}

.coach .details .midleContent
{
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    border-left: solid 1px #b4b4b4;
    border-right: solid 1px #b4b4b4;
}


.coach .details .topCorners
{
    height: 5px;
    overflow: hidden;
}

.coach .details .topCorners
{
    height: 5px;
}

.coach .details table
{
    float: left;
    width: 30%;
    margin-left: 16px;
    border: solid 1px #d5d5d3;
    font-size: 10px;
}

.coach .details .tableStyle
{
    float: left;
    width: 45%;
    margin-left: 16px;
    border: solid 1px #d5d5d3;
    font-size: 10px;
}

.coach .details .value
{
    width: 17px;
    text-align:center;
}

.coach .details table .value.checked
{
    background-image: url('/Frontend/Images/Centrumturist/BusList/check.png');
    background-position: center;
    background-repeat: no-repeat;
}

.coach .details table .even
{
    background-color: #eeeddf;
}

.coach .gallery
{
    margin-left: 10px;
    margin-top: 24px;
    clear: both;
}

.coach .gallery .thumbnail, .galleryPopup .thumbnail
{
    width: 40px;
    height: 40px;
    border: solid 1px #d5d5d3;
    float: left;
    margin-left: 6px;
    cursor: pointer;
}

.coach .gallery .text
{
    color: #707070;
    font-size: 10px;
    float:left; 
    margin-left: 14px;    
}

.galleryPopup
{
	width: 100%;
	height: 600px;
    padding: 10px 28px 20px 28px !important;
    background-color: #032201;
    overflow: hidden;
}

.galleryPopup #mainImage
{
    width: 550px;
    height: 360px;
    border:solid 1px #5F6E5E;
}

.modalDialog 
{
	background: #032201 !important;	
	border: 0px;
}

.modalDialog .thumbnail
{
	margin: 15px 6px 0px 0px;
	border:solid 1px #5F6E5E;
}

.modalDialog .ui-state-hover
{
	border: 0px;
	background: #032201;
}

.modalDialog #thumbImageContainer
{
	overflow: hidden;
}

.modalDialog .ui-dialog-titlebar-close
{
	right: 1em !important;
	width: 20px !important;
}

.modalDialog .ui-widget-header .ui-icon
{
	background-image: url('/Frontend/Images/Centrumturist/BusList/close.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height:21px;
}

.modalDialog .ui-state-hover .ui-icon
{
	background-image: url('/Frontend/Images/Centrumturist/BusList/close-hover.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height:21px;
}


.modalDialog .ui-widget-header
{
	background: #032201 !important;
	color: #FFFFFF !important;
	border: 0px;
	height: 25px;
}

.modalDialog .ui-widget-header .ui-dialog-title
{
	margin:-7px 0 0;
	padding:1px;
	position:absolute;
	right: 3em;
	top:50%;
}

.ui-widget-overlay 
{
	background: #000000;
	opacity: .60;
	filter:Alpha(Opacity=60); 	
}


