@font-face {
	font-family: 'MyriadProRegular';
	src: url('../img/myriadpro-regular-webfont.eot');
	src: local('☺'), url('../img/myriadpro-regular-webfont.woff') format('woff'), url('../img/myriadpro-regular-webfont.ttf') format('truetype'), url('../img/myriadpro-regular-webfont.svg#webfontaFO2ElAW') format('svg');
	font-weight: normal;
	font-style: normal;
}
html,body{
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:#010101;
}
body,div,table,tr,td,a,span,p,ul,li,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-family: 'MyriadProRegular',Tahoma;
}
#divMainBackground{
	position:absolute;
	top:0px;
	left:0px;
	height:550px;
	width:100%;
	background-image:url(../img/cosmores_admin_background.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	z-index:1;
}
a {
    text-decoration: none;
    color:#FF9900;
}
 

#linkLogo{
	position:absolute;
	z-index:1;
	left:15px;
	top:5px;
}
#divHeader{
	position:absolute;
	z-index:3;
	top:0px;
	left:250px;
	height:35px;
	right:0px;
	background-image:url(../img/header_left.png);
	background-repeat:no-repeat;
}
#divHeaderChild{
	width:100%;
	height:35px;
	margin-left:15px;
	background-image:url(../img/header_center.png);
	background-repeat:repeat-x;
	z-index:3;
}
#divSearch{
	position:absolute;
	top:6px;
	left:20px;
	z-index:2;
}
#divSearch input.search{
	width:200px;
	height:22px;
	border:none;
	background:transparent;
	background-image:url(../img/search_input_background.png);
	background-repeat:no-repeat;
	margin-right:22px;
}
#ulHeader{
	position:absolute;
	right:10px;
	list-style:none;
	margin:0;
	padding:0;
	margin-right:10px;
}
#ulHeader li{
	float:left;
	padding-top:7px;
}
#ulHeader li a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
}
#ulHeader li a:hover{
	text-decoration:underline;
}

#divHeaderHotels{
	width:280px;
	height:24px;
	text-align:center;
	margin:0 auto;
	z-index:3;
}
#divHeaderHotels label.hotel{
	color:#eee;
	font-size:13px;
	padding-top:10px;
	float:left;
	display:block;
}
#divHeaderHotels>ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-top:7px;
	z-index:3;
}
#divHeaderHotels>ul>li{
	display:block;
	width:192px;
	height:22px;
	text-align:left;
	background-image:url(../img/hotel_selectbox.png);
	cursor:pointer;
	position:relative;
}
#divHeaderHotels>ul>li>label{
	font-size:12px;
	color:#09f;
	display:block;
	width:170px;
	height:17px;
	overflow:hidden;
	padding-left:5px;
	padding-top:4px;
	cursor:pointer;
	overflow:hidden;
}

#divHeaderHotels>ul>li div.dropdownhotels{
	background-image:url(../img/dropdownhotelstop.png);
	background-repeat:no-repeat;
	width:263px;
	border:none;
	height:200px;
	position:absolute;
	top:-3000px;
	left:-40px;
	padding-top:21px;
	z-index:20;
}
#divHeaderHotels ul li:hover div.dropdownhotels{
	top:22px;
}
#divHeaderHotels ul li:hover div.dropdownhotels div.textbox{
	width:100%;
	background-color:#1f1f1f;
	height:22px;
	text-align:center;
	padding-bottom:3px;
}
#divHeaderHotels ul li:hover div.dropdownhotels div.textbox input{
	height:15px;
	width:180px;
	color:#333;
	font-size:14px;
}
#divHeaderHotels ul li div.dropdownhotels div.hotels{
	width:259px;
	border-color:#1f1f1f;
	border-style:solid;
	border-width:0px 2px 2px 2px;
	height:200px;
	background-color:#333;
	overflow-y:auto;
	overflow-x:hidden;
}

#divHeaderHotels>ul>li>div.dropdownhotels ul{
	list-style:none;
	margin:0;
	padding:0;
	width:259px;
}


#divHeaderHotels>ul>li>div.dropdownhotels div ul li{
	background:none;
	display:block;
	width:259px;
	display:block;
	height:22px;
}
#divHeaderHotels ul li div.dropdownhotels div ul li a:active{
	
}
#divHeaderHotels ul li div.dropdownhotels div ul li span{
	display:block;
	color:#fff;
	font-size:12px;
	padding-top:4px;
	height:17px;
	padding-left:7px;
	width:259px;
	overflow:hidden;
}


#divHeaderHotels ul li div.dropdownhotels div ul li:hover span{
	background-color:#09f;
	color:#fff;
}







#divWelcome{
	font-size:11px;
	color:#fff;
	position:absolute;
	top:12px;
	left:0px;
}
#divMainContent{
	position:absolute;
	top:45px;
	left:15px;
	right:15px;
	bottom:30px;
	background:none;
	z-index:2;
}

#divMenu{
	position:absolute;
	top:-3px;
	left:235px;
	z-index:2;
}
#divMenu ul.ulMenu{
	list-style:none;
	margin:0;
	padding:0;
	background:none;
	float:left;
	z-index:110;
}
#divMenu>ul>li{
	float:left;
	display:block;
	width:26px;
	height:26px;
	background-image:url(../img/menu_center.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	position:relative;
}
#divMenu>ul>li.first{
	width:30px;
	height:26px;
	background-image:url(../img/menu_first.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#divMenu>ul>li.last{
	width:28px;
	height:26px;
	background-image:url(../img/menu_last.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#divMenu>ul>li>a{
	display:block;
	width:100%;
	height:26px;
	text-decoration:none;
}
#divMenu ul.ulMenu>li ul{
	position:absolute;
	top:-1000px;
	left:-1000px;
	list-style:none;
	margin:0;
	padding:0;
	width:190px;
	left:0px;
	padding-top:5px;
	z-index:110;
}
/**
#divMenu ul.ulMenu>li:hover ul{
	top:26px;
	
}**/
#divMenu ul.ulMenu>li ul li{
	display:block;
	width:190px;
	height:27px;
	background-color:#333;
	text-align:left;
	border-color:#fff;
	border-style:dotted;
	border-width:0px 0px 1px 0px;
}
#divMenu ul.ulMenu>li ul li a{
	padding-left:10px;
	color:#fff;
	display:block;
	width:180px;
	height:20px;
	padding-top:7px;
	padding-bottom:0px;
	text-decoration:none;
	font-size:14px;
}
#divMenu ul.ulMenu>li ul li a:hover{
	background-color:#09f;
}


#divMenu ul.ulMenu>li ul li.first{
	border-color:#fff;
	border-style:dotted;
	border-width:0px 0px 1px 0px;
	display:block;
	width:190px;
	height:27px;
	background:none;
	background-image:url(../img/dropdownmenutop.png);
	background-repeat:no-repeat;
}
#divMenu ul.ulMenu>li ul li.first:hover{
	background-image:url(../img/dropdownmenutop_over.png);
	background-repeat:no-repeat;
}

#divMenu ul.ulMenu>li ul li.last{
	background:none;
	background-image:url(../img/dropdownmenubottom.png);
	background-repeat:no-repeat;
	height:27px;
	display:block;
	width:190px;
	border:none;
}
#divMenu ul.ulMenu>li ul li.last:hover{
	background-image:url(../img/dropdownmenubottom_over.png);
	background-repeat:no-repeat;
	height:28px;
}
#divMenu ul.ulMenu>li ul li.last a{
	
}
#divMenu ul.ulMenu>li ul li.first a:hover{
	background-color:transparent;
}
#divMenu ul.ulMenu>li ul li.last a:hover{
	background-color:transparent;
}





#ulMainTabs{
	list-style:none;
	margin:0;
	padding:0;
	background:none;
	/**position:absolute;
	right:25px;
	top:0px;**/
	float:right;
}
#ulMainTabs li{
	float:left;
	margin-right:5px;
	display:block;
	padding:0;
	padding-left:7px;
	height:27px;
	min-width:100px;
	font-size:14px;
	background-image:url(../img/tab_left.png);
	background-repeat:no-repeat;
	margin-top:3px;
}
#ulMainTabs li.selected{
	background-image:url(../img/selected_tab_left.png);
	background-repeat:no-repeat;
	height:30px;
	font-size:16px;
	margin-top:0px;
}
#ulMainTabs li a{
	text-decoration:none;
	display:block;
	height:27px;
	padding:0;
	padding-right:7px;
	/**padding-right:9px;**/
	
	text-align:center;
	background-image:url(../img/tab_right.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#ulMainTabs li.selected a{
	background-image:url(../img/selected_tab_right.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:30px;
	cursor:default;
}
#ulMainTabs li a span{
	color:#fff;
	display:block;
	padding-top:6px;
	height:21px;
	background-image:url(../img/tab_center.png);
	background-repeat:repeat-x;
}
#ulMainTabs li a:hover span{
	color:#09f;
}
#ulMainTabs li.selected a:hover span{
	color:#fff;
}
#ulMainTabs li.selected a span{
	background-image:url(../img/selected_tab_center.png);
	background-repeat:repeat-x;
	height:24px;
	padding-top:6px;
}

#divContentChild{
	top:30px;
	right:0px;
	bottom:0px;
	left:0px;
	background:none;
	background-color:#ccc;
	overflow:hidden;
	position:absolute;
}
div.cornertopleft{
	background-image:url(../img/corner_topleft.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	top:0px;
	left:0px;
	height:10px;
	width:10px;
	font-size:10px;
	line-height:10px;
}
div.cornertopright{
	background-image:url(../img/corner_topright.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	top:0px;
	right:0px;
	height:10px;
	width:10px;
	font-size:10px;
	line-height:10px;
}
div.cornerbottomleft{
	background-image:url(../img/corner_bottomleft.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	bottom:0px;
	left:0px;
	height:10px;
	width:10px;
	font-size:10px;
	line-height:10px;
}
div.cornerbottomright{
	background-image:url(../img/corner_bottomright.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	bottom:0px;
	right:0px;
	height:10px;
	width:10px;
	font-size:10px;
	line-height:10px;
}

#divContentReal{
	position:absolute;
	top:10px;
	right:0px;
	left:0px;
	bottom:10px;
	overflow:auto;
	background:none;
}

#divMainFooter{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	height:25px;
	z-index:2;
}
#divMainFooter span.bookingengine{
	font-size:11px;
	color:#ff8305;
	position:absolute;
	top:3px;
	left:15px;
}
#divMainFooter #divNews{
	color:#ccc;
	font-size:11px;
	padding-top:3px;
}
#divMainFooter #divProgress{
	position:absolute;
	right:30px;
	top:3px;
	color:#ccc;
	font-size:11px;
}


#divHelp{
	position:fixed;
	top:90px;
	right:-352px;
	width:350px;
	height:430px;
	background-color:#aaa;
	border-color:#777;
	border-style:solid;
	border-width:1px;
	z-index:5;
	padding-top:10px;
	padding-bottom:10px;
}
#divHelp div.help{
	width:330px;
	margin:0 auto;
	height:430px;
	background-color:#bbb;
}
#divHelp img.window{
	position:absolute;
	top:40px;
	left:-45px;
	cursor:pointer;
	moz-opacity:0.4;
	opacity:0.4;
	filter:alpha(opacity=40);
	khtml-opacity:0.4;
}















#divMyContent{
	width:100%;
}




div.content{
	margin-left:15px;
	margin-right:15px;
	min-width:45%;
	margin-top:20px;
}
div.content div.header{
	height:25px;
	background-color:#afafaf;
	width:100%;
}
div.content div.header h3{
	height:25px;
	color:#111;
	font-size:14px;
	font-weight:normal;
	background-image:url(../img/content_right.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:100%;
	padding-right:2px;
	
}
div.content div.header h3 span{
	display:block;
	padding-right:2px;
	width:100%;
	background-image:url(../img/content_left.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:21px;
	padding-top:4px;
	padding-left:10px;
}
div.content div.contentchild{
	width:100%;
	border-style:solid;
	border-color:#afafaf;
	background-color:#efefef;
	border-width:0px 1px 1px 1px;
	min-height:200px;
}




#divMyContent div.hidden{
	display:none;
}






#divgeneralinfo{

}
#divLatestBookings{
	
}
#divLatestBookingsStatisticsFlex{

}








#divnewsevents{

}
#divnewsevents div.newsevents{
	width:100%;
	float:left;
}
#divLatestNews{
	float:left;
	width:46%;
	margin-left:30px;
}
#divLatestNews ul{
	margin-left:30px;
	padding-top:10px;
	margin-bottom:10px;
}
#divLatestNews ul li{
	color:#333;
	margin-top:5px;
}

#divLatestEvents{
	float:left;
	width:46%;
	margin-left:10px;
}

#divLatestEvents ul{
    margin-left:30px;
    padding-top:10px;
    margin-bottom:10px;
}
#divLatestEvents ul li{
    color:#333;
    margin-top:5px;
}




input.text{
	color:#333;
	background-color:#dfdfdf;
	border-color:#999;
	border-style:solid;
	border-width:1px;
	width:205px;
	height:20px;
	font-size:14px;
}

input.number{
    color:#333;
    background-color:#dfdfdf;
    border-color:#999;
    border-style:solid;
    border-width:1px;
    width:50px;
    height:20px;
    font-size:14px;
}
span.comments{
	font-size:13px;
	color:#333;
}
input.longtext{
	color:#333;
	background-color:#dfdfdf;
	border-color:#999;
	border-style:solid;
	border-width:1px;
	width:350px;
	height:20px;
	font-size:14px;
}

label.frmlblSmall{
    display:block;
    width:120px;
    margin-left:10px;
    color:#333;
    font-size:13px;
    height:22px;
    white-space:nowrap;
}

label.frmlbl{
	display:block;
	width:120px;
	margin-left:10px;
	color:#333;
	font-size:15px;
	height:22px;
	white-space:nowrap;
}
label.frmlbl2{
    display:block;
    width:10px;
    margin-left:10px;
    color:#333;
    font-size:15px;
    height:22px;
    white-space:nowrap;
}
label.frmlbl span{
	color:#f90;
}
div.selectboxbig{
	width:227px;
	height:23px;
	margin:0;
	padding:0;
	background-image:url(../img/selectboxbig.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
div.selectboxbig div ul{
	list-style:none;
}
div.selectboxbig>ul{
	list-style:none;
	margin:0;
	padding:0;
}
div.selectboxbig>ul>li{
	display:block;
	width:227px;
	height:23px;
	position:relative;
}

div.categorybox{
	width:230px;
	overflow-y:auto;
	overflow-x:hidden;
	height:250px;
	position:absolute;
	z-index:20;
	left:-3000px;
	top:-3000px;
	border-style:solid;
	border-width:1px;
	border-color:#666;
	background-color:#afafaf;
}
div.categorybox ul li{
	width:237px;
	background-color:#afafaf;
	color:#666;
	display:block;
	height:20px;
	padding-top:3px;
	padding-left:5px;
	cursor:pointer;
	font-size:13px;
}
div.categorybox ul li:hover{
	background-color:#666;
	color:#afafaf;
}
div.selectboxbig label{
	display:block;
	width:190px;
	padding-left:10px;
	padding-top:3px;
	font-size:13px;
}
div.selectboxmedium{
	width:129px;
	height:23px;
	margin:0;
	padding:0;
	background-image:url(../img/selectboxmedium.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
div.selectboxmedium label{
	display:block;
	width:120px;
	padding-left:10px;
	padding-top:3px;
	font-size:13px;
}
div.selectboxmedium>ul{
	list-style:none;
	margin:0;
	padding:0;
}
div.selectboxmedium>ul>li{
	display:block;
	width:129px;
	height:23px;
	position:relative;
}
div.timerbox{
	width:130px;
	overflow-y:auto;
	overflow-x:hidden;
	height:250px;
	position:absolute;
	z-index:20;
	left:-3000px;
	top:-3000px;
	border-style:solid;
	border-width:1px;
	border-color:#666;
}
div.timerbox ul li{
	width:110px;
	background-color:#afafaf;
	color:#666;
	display:block;
	height:20px;
	padding-top:3px;
	padding-left:5px;
	cursor:pointer;
	font-size:13px;
}
div.timerbox ul li:hover{
	background-color:#666;
	color:#afafaf;
}


div.maptype{
	width:130px;
	overflow-y:auto;
	overflow-x:hidden;
	position:absolute;
	z-index:20;
	left:-3000px;
	top:-3000px;
	border-style:solid;
	border-width:1px;
	border-color:#666;
}
div.maptype ul li{
	width:130px;
	background-color:#afafaf;
	color:#666;
	display:block;
	height:20px;
	padding-top:3px;
	padding-left:5px;
	cursor:pointer;
	font-size:13px;
}
div.maptype ul li:hover{
	background-color:#666;
	color:#afafaf;
}


span.spanLoader{
	color:#333;
	font-size:17px;
}



a.stantardbutton2{
	display:block;
	width:167px;
	height:35px;
	background-image:url(../img/stantardbutton2.png);
	background-repeat:no-repeat;
	text-decoration:none;
	text-align:center;
}
a.stantardbutton2 span{
	display:block;
	color:#eee;
	padding-top:8px;
	font-size:17px;
}
a.stantardbutton2:hover span{
	color:#f90;
}

a.stantardbutton2small{
	display:block;
	width:119px;
	height:25px;
	background-image:url(../img/stantardbutton2small.png);
	background-repeat:no-repeat;
	text-decoration:none;
	text-align:center;
}
a.stantardbutton2small span{
	display:block;
	color:#eee;
	padding-top:6px;
	font-size:13px;
}
a.stantardbutton2small:hover span{
	color:#f90;
}

a.clearbutton{
	display:block;
	width:135px;
	height:26px;
	background-image:url(../img/clearbutton.png);
	background-repeat:no-repeat;
	text-decoration:none;
	text-align:center;
}
a.clearbutton span{
	display:block;
	color:#fff;
	padding-top:6px;
	font-size:14px;
}
a.clearbutton:hover span{
	color:#111;
}













#divError {
 position:fixed;
 width: 550px;
 /**height: 200px;**/
 top:45px;
 left:-600px;
 color: #e70000; 
 z-index: 50;
 cursor: move;
}
#divError div.content{
	position:absolute;
	width:550px;
	/**height:200px;**/
	top:0px;
}
#divError div.content div.top{
	background-image:url(../img/error_top.png);
	background-repeat:no-repeat;
	width:100%;
	height:10px;
	font-size:10px;
	line-height:10px;
}
#divError div.content div.center{
	width:100%;
	background-image:url(../img/error_center.png);
	background-repeat:repeat-y;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	color:#d50909;
}
#divError div.content div.bottom{
	width:100%;
	height:10px;
	background-image:url(../img/error_bottom.png);
	background-repeat:no-repeat;
}

#divError img{
    position:absolute;
    top:5px;
    left:550px;
    cursor:pointer;
	z-index:55;
}

#divError span{
    font-weight: bold;
}



#divSuccessMessage{
	position:absolute;
	z-index:50;
	top:-150px;
	left:25px;
	background-image:url(../img/update_baloon.png);
	background-repeat:no-repeat;
	width:290px;
	height:70px;
	opacity:0.0;
	moz-opacity:0.0;
	filter:alpha(opacity=0);
	khtml-opacity:0;
}
#divSuccessMessage div.content{
	padding-top:0px;
	padding-left:30px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:15px;
	color:#0C0;
}
#divSuccessMessage img{
	position:absolute;
	top:12px;
	left:230px;
	z-index:51;
}












#divReLogin{
	position:absolute;
	width:545px;
	height:321px;
	background-image:url(../img/background_main_login.png);
	background-repeat:no-repeat;
	top:-1000px;
	left:-1000px;
	z-index:10000;
}
#divReLogin h3{
	padding-left:15px;
	background-image:url(../img/login_word.png);
	background-repeat:no-repeat;
	background-position:10px 8px;
	width:75px;
	height:40px;
	padding-bottom:3px;
	padding-left:10px;
}
#divReLoginInner{
	position:relative;
	margin:0 auto;
	width:522px;
	height:259px;
	background-image:url(../img/background_inner_main_login.png);
	background-repeat:no-repeat;
}
#divReLoginDetails{
	width:295px;
	margin:0 auto;
	padding-top:40px;
}
#divReLoginDetails label{
	color:#333;
	font-size:16px;
	display:block;
	width:100%;
	text-align:left;
	padding-top:3px;
}
#divReLoginDetails label span{
	color:#ff9815;
}
#divReLoginDetails input{
	width:293px;
	border-style:solid;
	border-color:#777;
	background-color:#dfdfdf;
	border-width:1px;
	height:24px;
	color:#333;
	font-size:15px;
}
#divReLogin a.login{
	width:121px;
	height:29px;
	background-image:url(../img/button_login.png);
	float:right;
	text-align:center;
	text-decoration:none;
	margin-top:30px;
}
#divReLogin a.login span{
	display:block;
	padding-top:6px;
	font-size:16px;
	color:#2f2f2f;
}
#divReLogin a.login:hover span{
	color:#fff;
}
#divReLogin a:focus span{
	color:#fff;
}
#divReLogin div.bottom{
	height:18px;
	width:100%;
	text-align:right;
	padding-top:2px;
}
#divReLogin div.bottom span{
	padding-right:15px;
	color:#ff9815;
	font-size:12px;
}






div.divcontentrighthelp{
	display:none;	
}/**divcontentrighthelp**/
#divHelp div.help table tr td{
	font-size:14px;
	font-weight:normal;
}


textarea.text{
	width:205px;
	background-color:#dfdfdf;
	border-color:#999;
	border-width:1px;
	font-size:14px;
	color:#333;
}





#divBookingHotels_reviewMapping{
	width:380px;
	height:500px;
	overflow-y:auto;
	overflow-x:hidden;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
#divBookingHotels_reviewMapping div.hotel_reviewmapping{
	width:355px;
	min-height:40px;
	background-color:#8888888;
	border-style:solid;
	border-width:1px;
	border-color:#666;
	margin-top:5px;
	color:#1f1f1f;
	cursor:pointer;
	text-align:left;
}
#divBookingHotels_reviewMapping div.hotel_reviewmapping span{
	display:block;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:1px;
	text-align:left;
}
#divBookingHotels_reviewMapping div.selected{
	background-color:#09f;
	color:#fff;
}




#divCosmoresHotels_reviewMapping{
	width:380px;
	height:500px;
	overflow-y:auto;
	overflow-x:hidden;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}

#divCosmoresHotels_reviewMapping div.hotel_reviewmapping{
	width:355px;
	min-height:20px;
	background-color:#8888888;
	border-style:solid;
	border-width:1px;
	border-color:#666;
	margin-top:5px;
	color:#1f1f1f;
	cursor:pointer;
	text-align:left;
}
#divCosmoresHotels_reviewMapping div.hotel_reviewmapping span{
	display:block;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:1px;
	text-align:left;
}
#divCosmoresHotels_reviewMapping div.selected{
	background-color:#f90;
	color:#fff;
}






#divreviewsManageReviewsTabs{
	position:fixed;
	z-index:110;
	left:15px;
	top:200px;
}
#divreviewsManageReviewsTabs ul{
	list-style:none;
	margin:0;
	padding:0;
}
#divreviewsManageReviewsTabs ul li{
	display:block;
	width:37px;
	height:35px;
	background-image:url(/img/subtab.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:5px;
}
#divreviewsManageReviewsTabs ul li.selected{
	display:block;
	width:40px;
	background-image:url(/img/subtab_selected.png);
	height:35px;
	background-repeat:no-repeat;
	background-position:top left;
}
#divreviewsManageReviewsTabs ul li a{
	text-decoration:none;
	display:block;
	width:37px;
	height:35px;
}
#divreviewsManageReviewsTabs ul li a.cosmores{
	background-image:url(/img/cosmores.com.png);
	background-repeat:no-repeat;
	background-position:5px 2px;
}
#divreviewsManageReviewsTabs ul li a.booking{
	background-image:url(/img/booking.com.png);
	background-repeat:no-repeat;
	background-position:5px 4px;
}
#divreviewsManageReviewsTabs ul li a.tripadvisor{
	background-image:url(/img/tripadvisor.com.png);
	background-repeat:no-repeat;
	background-position:5px 4px;
}
