
/*Style for Slider Tab Start*/

/*Style for Slider Tab Start*/
/* root element for tabs  */
ul.css-tabs
{
	margin: 0;
	padding: 0;
	height: 30px;
	width: 745px;
	/*border-bottom: 1px solid #555555;*/
    border-bottom: 1px solid #355997;
}

/* single tab */
ul.css-tabs li
{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a
{
	float: left;
	font-size: 13px;
    font-weight:bold;
	display: block;
	padding: 5px 10px; /*formerly 30px*/
	text-decoration: none;
	border: 1px solid #CAD7EC; /*formerly #555555*/
	border-bottom: 0px;
	height: 18px;
	background-color: #CAD7EC; /*formerly #efefef*/
  	color: #355997;
	margin-right: 2px;
	position: relative;
	top: 1px;
	outline: 0;
    border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
}

ul.css-tabs a:hover
{
	background-color: #355997; /*formery #F7F7F7*/
    /*border-bottom: 1px solid #355997;*/
    border:1px solid #355997;
    color: #ffffff;
    cursor: default;
}


/* selected tab */
ul.css-tabs a.current
{
	background-color: #355997;
	/*border-bottom: 1px solid #355997;*/
    border:1px solid #355997;
	color: #ffffff;
	cursor: default;
}


/* tab pane */

.css-panes
{
    height: 100%;
	width: 745px;
	position: relative;
	overflow: hidden;
    clear:both;
	background-color: transparent;
}

.css-panes div
{
	display: none;
	border: 1px solid #355997; /*formerly #555555*/
	border-width: 0px 1px 1px 1px;
	min-height: 150px;
    padding: 15px 20px;
	background-color: #f8f8f8; /*formerly #ddd*/
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
}


/* override single pane */
.css-panes div
{
	float: left;
	display: block;
	width: 703px; /*703*/
	font-size: 13px; /* may want to go with 11px*/
	background-color: transparent;
}

/* our additional wrapper element for the items */
.css-panes .items
{
	width: 20000em;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}
.css-panes .less, .css-panes .less a
{
	color: #999 !important;
	font-size: 11px;
}

.css-panes .items div {
        background-color: #355997;
}

.css-panes .items div div {
    border: 0px !important;
}

#ViewMoreRight > a {
    float: right;
}

#colapsdiv {
 background: none repeat scroll 0 0 #f4f7fb;
    border-color: rgb(153, 153, 153);
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 5px #999;
    margin-left: 10px;
    margin-top: -10px;
    width: 742px;
}
#colapsdiv:hover {
    background-color: #d1e4f2;
    cursor: pointer;
}


/*Style for Slider Tab */

/*Style for Slider Tab */