

body
{
 	margin: 0;
 	padding: 0;
 	background: none; /*website background*/
 	font-family: Arial, Helvetica, sans-serif; /*website font face*/
 	font-size: 11px;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	vertical-align: baseline;
	/* list-style-type: none; */
}
input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight: normal;
}

form
{
 	margin: 0;
 	padding: 0;
} 
#Website
{
	width:941px; /* main container width */
	padding: 0;
	background: none; /* main container background */
	margin: 0 auto;
	border: none;
}

* html #Website {
	overflow: hidden;
}

*:first-child+html #Website  {
	overflow: hidden;
}


a {
 	color: #333;
	text-decoration: underline;
}
a:hover {
 	color: #000;
	text-decoration: none;
}
a:active {
 	color: #000;
} 



/* ================================= BUTTONS ====== */

.GeneralButton {
 	display: inline;
	height: 15px;
 	background: url("../../cs-images/side_buttonl.png") no-repeat top left;
	padding: 0px;
	margin-left: 10px;
	float: left;
}

.GeneralButton input {
	background: url("../../cs-images/side_buttonr.png") no-repeat top right;
	color: #fff;
	border: none;
	margin-left: 3px !important;
	padding: 0px 3px 0px 0px  !important;
	cursor: pointer;
	font-size: 10px;
	font-weight: normal;
}

table .GeneralButton {
	margin-left: 0px;
}


/* ================================= TEXT INPUTS / TEXTAREAS / SELECTS ====== */
.input_text {
	font-size: 10px !important;
	padding: 0px;
	background: url(../cs-images/input_bg.jpg) repeat-x top left #fff;
	color: #555;
	height: 14px;
	border-left: 1px solid #afaeae;
	border-right: 1px solid #afaeae;
	overflow: hidden;
}

#Booking #formbooking .Field select {
	font-size: 10px !important;
	padding: 0px;
	color: #555;
	height: 16px;
	border-left: 1px solid #afaeae;
	border-top: 1px solid #afaeae;
	border-bottom: 1px solid #afaeae;
	overflow: hidden;
	float: right;
	width: 118px;
}

#Booking #formbooking .GeneralButton {
	float: right;
	margin: 3px 0px;
}


#departuredate, #returndate, #adults, #children04, #children412, #young, #old {
	float: left;
	margin-left: 4px;
}

#departuredate {
	width: 69px;
}

:first-child+html #departuredate {
	width: 63px;
}

* html #departuredate {
	width: 63px;
}

#returndate {
	width: 53px;
}

:first-child+html #returndate {
	width: 47px;
}

* html #returndate {
	width: 47px;
}


.whatsthis {
	font-size:9px;
	vertical-align: top;
	color: #cc0033 !important;
	float: left;
	cursor: pointer;
}

.search_input {
	background: url(../cs-images/input_bg.jpg) repeat-x top left #fff;
	border: 2px solid #6b82a1;
	padding: 3px 5px;
	color: #000;
	font-size:10px;
	height:12px;
	width:102px;
}

.tarea {
	background: url(../cs-images/inputbg.gif) repeat-x top left #fff;
	border: 1px solid #ccc;
	padding: 5px;
	color: #555;
}


/* ================================= HEADER ====== */

#Header {
	width: 940px;
 	height: 127px;
 	margin-bottom: 5px;
 	padding: 0;
	/* background: url(../cs-images/header_bg.jpg) no-repeat bottom right #fff; */
}	

#Logo {
 	background: url("../cs-images/Logo.gif") no-repeat top left;
 	width: 202px;
 	height: 99px;
 	cursor: pointer;
 	float: left; /*logo alignment [left, right]*/
	margin: 0px;
}

#menu {
	height: 35px;
	background: #EBF3F5;
	overflow: hidden;
	padding-top: 55px;
 }
#menu ul {
	margin: 0;
	padding: 0 0 0 10px;
 }
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding: 10px 5px 15px 5px;
	margin-right: 10px;
}
#menu ul li a:hover {
	color: #000;
	background: #eaeaea;
}
/*#SubHeader {
 	clear: both;
 	font-size: 12px;
 	padding: 5px 5px 5px 5px;
 	margin: 0;
 	background: #eee; 
 	color: #363636;
	_width: 558px;
	_overflow: hidden;
} 
#SubHeader input {
 	font-size: 10px;
}

#SubHeader table .GeneralButton input {
	margin-left:5px !important;
	padding: 5px 6px 7px 1px  !important;
	_margin-left:10px !important;
}

#SubHeader table .GeneralButton {
	padding-left: 4px !important;
} 

#SubHeader td .input_text {
 	width: 110px;
}
#SubHeader td .search_select {
	margin-bottom: 0px;
	padding:0px 0px 0px 2px;
	font-size: 12px !important;
} 

#SubHeader select {	
 	font-size: 11px;
} */
 
.HeaderLinks {
	background: url(../cs-images/headerlinks_bg.jpg) no-repeat top right;
 	padding: 0;
	float: right;
	width: 76px;
	height: 28px;
} 

.HeaderLinks ul {
	padding-left: 3px;
	padding-top: 2px;
}

.HeaderLinks ul li {
	margin: 0;
	padding: 0;
	line-height: 34px;
	display: inline;
}

.HeaderLinks a {
	text-decoration: none;
	padding: 5px 2px 5px 0px;
	margin: 0;
}
* html .Headerlinks a {
}
.HeaderLinks a:hover,
.HeaderLinks a.current,
.HeaderLinks ul li.last a:hover  {
	background: none;
	color: #fff;
	text-decoration: underline;
}
* html .HeaderLinks a:hover{
	background: none;
}
* html .HeaderLinks a.current{
	background: none;
}
* html .HeaderLinks ul li.last a:hover  {
	background: none;
}
.HeaderLinks ul li.last a {
	background: none;
}


#Search {
	padding-right: 10px;
	float: right;
	height: 22px;
	overflow:hidden;
	width: 284px;
	margin-top: -7px;
}

#Search .SideboxTitle {
	float: left;
	width: 100px;
	height: 22px;
	background: url(../cs-images/header/search_text.jpg) no-repeat top left;
}

#Search form
{

}

/* Header Search inputs
---------------------
*/

.HSkeyword {
	background: url(../cs-images/header/search_box.jpg) no-repeat top left;
	width: 157px;
	border: none;
	padding-top: 4px;
	color: #555;
	padding-left: 5px;
	height: 22px;
	float: left;
}

.HSsearch {
	float: left;
	position: relative;
	top: -13px;
	left: -2px;
}

.HSsearch input {
	background: url(../cs-images/header/search_button.jpg) no-repeat top left;
	border: none;
	width: 22px;
	height: 22px;
	padding: 0;
	color: #fff;
	cursor: pointer;
	margin-top: -1px;
}

.HSsearch input:hover {
	background: url(../cs-images/header/search_button_on.jpg) no-repeat top left;
}


/* ===== FOOTER ====== */
#Footer {
 	padding: 0 0 5px 0;
 	background: none;
	width: 941px;
	float: left;
}

#Footer ul {
	list-style-type: none;
}

#Footer a img {
	padding-left:6px;
}

.FooterCopyright {
	float: right;
	color:#0258a2;
}

.FooterLinks {
	font-size: 10px;
 	margin-bottom: 5px;
	color:#0258a2;
	float: left;
}

.FooterLinks li {
	float: left;
}
.FooterSections {
	color: #000;
	font-weight:normal;
	background: none !important;
}
.FooterLinks li a {
	color: #0258a2;
	font-weight:normal;
	text-decoration: none;
}
.FooterLinks li a:hover {
    color: #0258a2;
	font-weight:normal;
	text-decoration: underline;
}
.FooterSections li a {
	color: #555;
}

.FooterRight {
	width: 240px;
	float: right;
	margin: 0;
	padding: 0;
}
.FooterRight p {
	color:#B5BAAE;
	font-size:11px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
 
.cleaner, 
.Cleaner {
	clear: both;
}


#HomepageCategories {
	background: url("../cs-images/categoryimg-bg.jpg") no-repeat top left;
	width: 900px;
	height: 280px;
	overflow: hidden;
}


*:first-child+html #HomepageCategories {
	margin-top: 10px;
}

#HomepageCategories li {
	/*visibility: hidden;*/
}

.HomeCategoryList {
	width: 890px;
	height: 133px;
	background: url("../cs-images/categorymenu.jpg") no-repeat top left;
	padding: 0 0 0 15px;
}

.HomeCategoryList li {
	float: left;
	width: 145px;
	padding: 0;
	background: url("../cs-images/categorylistbg.png") no-repeat top left;
	cursor: pointer;
}
* html .HomeCategoryList li {
	background: none;
}

.HomeCategoryList li#he1 {
	margin-right: 0;
}

/*.HomeCategoryList li.on {
	background: url("../cs-images/categorylistbg_on.png") no-repeat top left;
}
* html .HomeCategoryList li.on {
	background: none;
}*/
.HomeCategoryList li p {
	color: #d4e1ee;
	line-height: 14px;
	padding-top: 0;
	padding: 0 10px 0 8px;
	height: 30px;
	font-size: 14px;
}
.HomeCategoryList li a.viewmore {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
} 
.HomeCategoryList li p a {
	color: #d4e1ee;
	text-decoration: none;
}
.HomeCategoryList li p a:hover {
	color: #fff;
	text-decoration: none;
}

#ListingCategories {
	height: 192px;
	margin-bottom: 10px;
	background: url("../cs-images/foo") no-repeat top left;
	overflow: hidden;
}



/* ===== CONTENT ====== */

#RightColumn {
 	float: right;
 	width: 202px;
 	font-size: 12px;
	color: #eaeaea;
	margin:0;
	padding: 0;
	list-style-type: none;
}

#RightColumn a {
	float: left;
	margin-bottom: 5px;
}

#RightColumn img {
	margin-top: 4px;
	cursor: pointer;
}

#Newsletter, #Wishlist, #Phones, #Offers, #Jobs {
	background: #5b8d41 url(../cs-images/sidebox_bg.jpg) repeat-x bottom left !important;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#LeftColumn {
 	float: left;
 	width: 490px;
	/* height: 417px; */
	margin:0;
	font-size: 11px;
	color: #333;
	padding: 20px 20px 10px 20px;
	overflow: hidden;
	min-height: 401px;
}

:first-child+html #LeftColumn {
	min-height: 409px;
} 

* html #LeftColumn {
	display: inline;
}
* html #RightColumn {
	display: inline;
}

#Content {
	width: 735px;
	float: right;
	overflow: hidden;
}
 
.ContentTop,
.ContentBottom {
	height: 10px;
	line-height: 10px;
	overflow: hidden;
	width: 900px;
}
.ContentTop {
	background: url(../cs-images/content-top.png) no-repeat top left;
}
* html .ContentTop {
	background: url(../cs-images/content-top.gif) no-repeat top left;
}
.ContentBottom {
	background: url(../cs-images/content-bottom.png) no-repeat top left;
	}
* html .ContentBottom {
	background: url(../cs-images/content-bottom.gif) no-repeat top left;
}

#RightColumn p,
#LeftColumn p {
	line-height: 18px;
}

#LeftColumn ul {
	padding: 0px;
}

#RightColumn ul {
	list-style-type: none;
}

#RightColumn .input_text,
#LeftColumn .input_text {
	padding: 3px 5px;
	color: #555;
	background: #fff;
}

#LeftColumn .input_text {
	border: 1px solid #ccc;
}
 
#Login {
	float: left;
	margin-top: 6px;
}

#Login .GeneralButton {
	margin-top: 2px;
}

#Login .SideboxTitle {
	background: url("../cs-images/boxhead-login.png") no-repeat top left;
	width: 316px;
	height: 40px;
}

#Login a {
	font-weight: bold;
	font-size: 13px;
	color: #00589e;
}

#Login p {
	padding: 0 0px 0px 10px;
	float:left;
	color: #00589e;
	font-size: 13px;
	font-weight: bold;
}

#Login p .input_text {
	margin-bottom: 2px;
}

#Newsletter p {
	margin: 0px 0px 10px 10px;
}

.Actions
{
	margin-bottom: 5px;
	_padding:0px 2px!important;
	_margin-left:5px !important;
}

#Wishlist .Actions {
	margin-bottom: 0;
}

* html #ShoppingCart .Actions {
	margin-left: 0 !important;
}

#Login .Actions {
	float: left;
	color: #00589e;
	font-weight: bold;
	font-size: 13px;
}

/*.SideboxTitle {
	background: #B5BAAE;
	color: #333;
	font-weight: normal;
	font-size:11px;
	padding: 8px 0px 0px 10px;
	
}*/

/* boxes */

#Categories {
	background: #FFFFFF url(../cs-images/categories_bg.jpg) no-repeat top left;
	height: 34px;
	width: 725px;
	padding-left: 10px;
	float: right;
	margin-bottom: 5px;
}

#Categories img {
	cursor: pointer;
}

#Articles ul,
#Wishlist ul,
#Brands ul {
	padding: 0px;
}
#Articles ul li,
#Wishlist ul li,
#Brands ul li {
	padding: 0;
	margin: 0;
	background: url("../cs-images/listlinkbg.gif") no-repeat top left;
}

#Wishlist ul li a,
#Articles ul li a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	padding: 0 5px;
	font-weight: normal;
	line-height: 25px;
}

#Categories ul li a
{
	display:block;
	width: 188px;
	color: #738295;
	text-decoration:underline;
	font-size:11px;
	margin-top:1px;
	border-bottom: 1px solid #e8e8e8;
}
#Wishlist ul li a:hover,
#Articles ul li a:hover {
	text-decoration: none;
	color: #000;
	background: #fff !important;
}
#Wishlist ul li a,
#Articles ul li a {
	background: url("../cs-images/article-li-bg.gif") no-repeat center left;
	padding-left: 25px;
}
#Wishlist ul li a:hover,
#Wishlist ul li a.current,
#Articles ul li a:hover,
#Articles ul li a.current {
	background: url("../cs-images/article-li-current.gif") no-repeat center left !important;
	padding-left: 25px;
}

#Bundles ul {
}
#Bundles ul li {
	border-bottom: 1px solid #fff;
}

#Categories li a.depth1 {
    background: url("../cs-images/link-arr.gif") no-repeat top left;
 	padding: 3px 4px 6px 15px !important;
 	width: 178px;
	font-weight: bold;
}

#Categories li a.depth1:hover {
	background: url("../cs-images/link-arr-hover.gif") no-repeat top left #fff !important;
}

#Categories li a.depth2 {
	padding: 3px 4px 6px 18px !important;
	width: 176px;
 	font-weight: normal;
}

#Categories li a.depth3 {
	padding: 3px 4px 6px 28px !important;
 	font-weight: normal;
	width: 166px;
}
#Categories li a.depth4 {
   
  	padding: 3px 4px 6px 38px !important;
 	font-weight: normal;
	width: 156px;
} 
#Categories li a.depth5 {
    
  	padding: 3px 4px 6px 48px !important;
 	font-weight: normal;
	width: 146px;
} 

#Categories li a.currentlink {
	font-weight: bold !important;
	color: #000 !important;
	text-decoration: none !important;
}

#Testimonials .autor {
	font-size: 10px;
}

#Wishlist ul {
	margin-bottom: 10px;
}
#Wishlist .Actions a {
	font-weight: bold;
	line-height: 16px;
	padding-left: 5px;
}

/* begin IE6 fixes */


* html #Categories li,
* html #Wishlist li,
* html #Articles li {
	line-height: 11px;
	height: 13px !important;
	margin-left: 1px;
}
* html #Categories li a {
	display: inline-block;
	width: 184px;
	height: 13px !important;
	margin-top: 0 !important;
}

/* end IE6 fixes */

.Contactpic {
	float: left;
	margin: 5px 0px 0px 10px;
}


#Phones .phone {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.andpic .phone {
	font-size: 15px !important;
}

#Phones .type {
	font-weight: bold;
	color: #eaeaea;
}

#Phones .left {
	float: left;
	text-align: left;
	margin-left:10px;
}

#Phones .andpic {
	margin-top: 20px;
	font-size: 15px;
}

#Phones .right {
	float: right;
	text-align: right;
	margin-right: 10px;
}

#SpecialProduct .img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#SpecialProduct a {
	text-align: center;
}
#SpecialProduct {
	text-align: center;
}


#Articles,
#Wishlist,
#Newsletter {
	padding-bottom: 10px;
	background: url("../cs-images/boxbg.gif") no-repeat bottom left;
}
#Articles .SideboxTitle {
	width: 280px;
	height: 40px;
	background: url("../cs-images/boxhead-articles.gif") no-repeat top left;
}
#Articles {
	margin-top: 10px;
}
#Wishlist .SideboxTitle {
	width: 280px;
	height: 40px;
	background: url("../cs-images/boxhead-wishlist.gif") no-repeat top left;
}
#Newsletter .SideboxTitle {
	width: 316px;
	height: 26px;
	background: url("../cs-images/boxhead-nwl.png") no-repeat top left;
}

#Phones {
	height: 330px;
}

#Phones .SideboxTitle {
	width: 316px;
	height: 26px;
	background: url("../cs-images/boxhead-phones.png") no-repeat top left;
}


#Offers .SideboxTitle {
	width: 316px;
	height: 26px;
	background: url("../cs-images/boxhead-offers.png") no-repeat top left;
}

#Offers ul li p {
	margin: 0px 0px 10px 10px;
}

#Jobs p {
	margin: 0px 0px 10px 10px;
}


#Jobs .SideboxTitle {
	width: 316px;
	height: 26px;
	background: url("../cs-images/boxhead-jobs.png") no-repeat top left;
}

#Wishlist,
#Articles {
	margin-bottom: 10px;
}

#Articles ul {
	padding: 0 10px;
}

#Wishlist p {
	padding: 0 10px;
}

#Booking {
	float: left;
	width: 202px;
	background: url(../cs-images/booking_bg.jpg) no-repeat bottom left;
	padding-bottom: 5px;
}

:first-child+html #Booking {
	padding-bottom: 4px;
	height: 465px;
	overflow: hidden;
}

* html #Booking {
	padding-bottom: 4px;
}

#Booking a {
	color: #808082;
	text-decoration: none;
}

#Booking a:hover {
	color: #000;
}

.nwl_button {
	background: url(../cs-images/buttons/nwl_button.jpg) no-repeat top left;
	height: 14px;
	width: 15px;
	overflow: hidden;
	float: left;
}

#Booking .SideboxTitle {
	background: url(../cs-images/booking_header.gif) no-repeat top left;
	width: 202px;
	height: 35px;
}

#Booking #formbooking .Field span {
	float: left;
}

#formbooking {
	padding: 5px 20px 10px 20px;
}

:first-child+html #formbooking {
	padding-bottom: 0px;
}

* html #formbooking {
	padding-bottom: 0px;
}

#formbooking strong {
	color: #cc0033;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.booking-collapse {
	background-color: #cc0033;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.booking_variants:hover {
	background-color: #b3d9f2;
}

#Login strong {
	color: #cc0033;
}

#formbooking .Field {
	padding: 2px 0px;
	clear: left;
	width: 162px;
	float: left;

}



.bookingcalendar {
	cursor: pointer;
	float: left;
	margin-left: 2px;
}

.booking_hr {
	background-color: #c7c5c5;
	height: 2px;
	width: 162px;
	overflow: hidden;
	float: left;
	margin: 5px 0px;
}

:first-child+html .booking_hr {
	float: none;
}

* html .booking_hr {
	float: none;
}

.booking_radio {
	float: left;
	margin: 0px 5px 0px 5px;
	border: none;
}

:first-child+html .booking_radio {
	margin-top: -3px;
}

* html .booking_radio {
	margin-top: -3px;
}

/* Tables */

.TableTitle {
	font-size: 14px;
	color: #50555d;
} 
 
.TableChapter 
 {
 	font-size: 11px;
 	color: #333;
 	padding: 5px 0; 
 	font-weight: bold;
 }
  
.TableParam
 {
 	font-size: 11px;
 	color: #000 !important;
 	padding: 5px 0;
 	width: 40%;
 	vertical-align: top !important;
 	border-bottom: 1px solid #eee;
 } 
 .ProductDetails .TableParam,
 .ProductDetailFacilities .TableParam
 {
 	font-size: 11px;
 	color: #000;
 	padding: 5px;
 	width: 40%;
 	vertical-align: top !important;
 	border-bottom: 1px solid #eee;
 }
.TableValue
 {
 	font-size: 11px;
 	color: #000;
 	font-weight: bold;
 	padding: 5px 0;
 	vertical-align: top !important;
 	border-bottom: 1px solid #eee;
 }  
.ProductDetails .TableValue,
.ProductDetailFacilities .TableValue
 {
 	font-size: 11px;
 	color: #000!important;
 	font-weight: bold;
 	padding: 5px;
 	vertical-align: top !important;
 	border-bottom: 1px solid #eee;
 }  
 
.TableValue input
{

}
.TableDescription, .TableIntertitle
 {
 	font-size: 10px;
 	color: #000;
 	padding: 5px; 
 	width: 200px;
	vertical-align:top;
 }	 
 
.TableDescriptionLast
 {
 	font-size: 10px;
 	color: #000;
 	padding: 5px; 
 	width: 200px;
 }	  
 
.TableFiles
 {
 	font-size: 11px;
 	color: #000;
 	padding: 5px 5px 0px 5px;
 } 
 
 .TableParam select,
 .TableValue select {
 	font-size: 12px !important;
	border: 1px solid #ccc;
 }  


.TableIntertitle {
	padding-top: 20px;
	font-weight: bold;
	color: #B5BAAE;
	font-size: 12px;
}


.userAccountTable {
	width: 100%;
}

.userAccountTable .TableParam {
	width: 25%;
}
.userAccountTable .TableDescription,
.userAccountTable .TableDescriptionLast {
	width: 10px;
}

.fieldTip {
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0;
	color: #666;
}
.fieldError {
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0;
}
 
.Note
 {
 	font-size: 12px;
 	margin: 5px 0px 0px 0px;
 } 

/* headings */

h1 {
    display:block;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	color:##00534C;
	font-weight: normal; 
} 
 
h1 img {
 	vertical-align: middle;
} 
 
h1 a {
 	color: #B5BAAE;
}  
 
/* text content */
.Subtitle  {
 	font-size: 12px;
 	font-weight: bold;
}

.articol {
	border:1px solid #e4eff1;
	margin:0px;
	width:329px;
}
.articol td {
	vertical-align:top;
}
.articol td.descriere {
	padding-left:8px;
	padding-right:3px;
	vertical-align:middle;
}
.articol h3 {
	font-size:90%;
	color:#B5BAAE;
	font-weight:bold;
	margin-bottom:7px;
	margin-top:7px;
}
.articol p {
	font-size:9px;
	color:#3f0000;
}
.articol a.detalii {
	background:#B5BAAE;
	font-size:12px;
	padding:3px 5px 5px 5px;
	text-decoration:none;
	color:#eaeaea;
	margin-left:25px;
}
.articol a.detalii1 {
	background:#B5BAAE;
	text-decoration:none;
	padding:2px 2px 4px 2px;
}
.articol p.pret{

}
.articol p.pret .bold {
	font-weight:bold;
}
.articol a.productTitleLink {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #B5BAAE;
}

ul .articleSections {
	list-style-type: none;
}

.pagetitle {
	color: #00589f;
	font-weight: bold;
	font-size: 24px !important;
	float: left;
	width: 100%;
	padding: 10px 0 0 0px;
}

:first-child+html .pagetitle span {
	line-height: 26px;
}

* html .pagetitle span {
	line-height: 26px;
}

.teaser {
	float: left;
	color: #0695cc;
	font-size: 14px;
	padding: 5px 40px 5px 10px;
	font-weight: normal;
}
.teaser img {
	width: 200px;
}
.articlepic {
	float: left; 
	width: 200px; 
	height: 200px; 
	overflow: hidden;
	margin: 0 5px 5px 0;
}

.articlecontent {
	padding: 5px 10px 5px 10px;
	line-height: 18px;
	color:#1e1e1e;
}
.articlecontent li {
	margin-left: 20px;
	padding-bottom: 5px;
	font-size: 11px;
}
.childarticletext {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.childarticletitle {
	font-weight: bold;
	font-size: 11px;
}

.articleBody {
	line-height: 18px;
	font-size: 12px;
	width: 490px;
}

.articleBody p.breadcrums,
.articleBody h1,
.articleBody h2,
.articleBody .articlecontent {
	padding-left: 0;
}

.articleBody table td {
	vertical-align: top;
}
/* galeria de poze de la articole */

.articleGallery {
	color: #50555D;
	margin-bottom: 10px;
}

#LeftColumn .articleGallery ul {
	/*padding: 10px;*/
	/*border: 1px solid #D4E1EE;*/
	margin-bottom: 0;
	width: 468px;
	float: left;
}

#LeftColumn .articleGallery ul li {
	float: left;
	/*margin-right: 10px;*/
	margin-bottom: 10px;
}


.articleGallery img {
	border: 5px solid #eee;
	width: 139px;
}

.articleGallery a:hover img {
	border: 5px solid #D4E1EE;
}

/* listele de linkuri la alte articole */
.articleLinks {
	padding: 0;
}

.articleLinks ul {
}
.articleLinks ul li,
.articleDocs ul li {
	padding: 3px 0;
	color: #50555D;
	font-size: 11px;
	font-weight: bold;
}

.articleSections,
.articleDocs {
	padding: 5px 0 10px 0px !important;
	margin: 0 0 10px 0;
	color: #50555D;
	float: left;
}

.articleSections li,
.articleDocs ul li {
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
}
.articleDocs ul li {
	float: left;
}


.sideTitle {
	font-size: 14px;
	padding-bottom: 5px;
	color: #CC0033;
	font-weight: bold;
	background: none;
	padding-left: 0;
	float: left;
}

.articleLinksTitle,
.articleDocsTitle {
	font-size: 14px;
	padding-bottom: 0;
	color: #738295;
	padding-top: 5px;
}

.articleActions {
	float: left;
	padding: 10px 0px;
}

.articleActions a,
.productActions a {
	color: #738295;
	font-size: 11px;
}

/* lista de rezultate la cautarea in articole */
.articleSearchList {
	padding: 0 10px;
}
.articleSearchList ul {
	
}
.articleSearchList ul li {
	padding: 5px 0;
}
.articleSearchList ul li a {
	font-weight: bold;
	font-size: 12px;
}
.articleSearchList li p {
	color: #666c77;
}


#Poll {
	font-size: 11px;	
}

/* Orders Table */
.OrdersTable {
	border: 1px solid #fff;
	border-left: none;
	border-bottom: none;
}
.OrdersTable td {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px;
}
.OrdersTable .SCTableHeader {
	background: #00589F;
	color: #fff;
}


ul.ProductTechnologies {
	list-style-type: none;
	margin: 0 0 10px 0; 
	padding: 0 5px 0 5px;
}
ul.ProductTechnologies li {
	width: 210px;
	float: left;
}


.ColumnlistingBanner {
	background: #fff;
	padding: 10px 0;
	text-align: center;
	width: 280px;
	overflow: hidden;
}
.ColumnlistingBanner, .ContentlistingBanner img {
	text-align: center;
	margin: 10px 0px;
}



/* expand-collapse button for shopping cart
-------------------------------------------
*/

.cartexpand,
.cartcollapse {
	width: 18px;
	height: 18px;
	float: right;
	display: block;
	position:relative;
	margin-top: 4px;
	margin-right: 2px;
	z-index: 1000;
	cursor: pointer;
}

* html .cartexpand,
* html .cartcollapse {
	position: relative;
	left: -20px;
	overflow: hidden;
	margin-right: 0 !important;
}

.cartexpand {
	background: url(../cs-images/exp-cart.gif) no-repeat top left;
}
.cartcollapse {
	background: url(../cs-images/collapse-cart.gif) no-repeat top left;
}

.cartcontent {
	margin: 0;
	padding: 0 10px 0 10px;
	border-top: 1px solid #ccc;
}
.cartcontent li {
	padding: 0;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	color: #555;
}
.cartcontent li a {
	font-size: 11px;
	color: #738295;
	text-decoration: underline;
}
.cartcontent li a:hover {
	color: #000;
	text-decoration: none;
}
.cartcontent li p {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.cartcontent li p.SCProductQuantity {
	width: 20px;
	padding-left: 0 !important;
	float: left;
}
.cartcontent li p.SCProductDetail {
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: left;
	width: 145px;
	display: block;
}

#ShoppingCart .emphTotal {
	font-size: 12px;
	color: #555;
	padding-top: 0;
	font-weight: bold;
}
#ShoppingCart .emphTotal strong {
	font-size: 12px;
	color: #000;
}
#ShoppingCart .normalTotal {
	font-size: 11px;
	color: #555;
}
#ShoppingCart .normalTotal strong {
	color: #000;
}


.CategoriesFound {
	padding-left: 20px;
	line-height: 18px;
}

p.breadcrums {
	background: url(../cs-images/breadcrumsbg.gif) no-repeat top left;
	padding: 5px 0px 5px 0px;
	color: #666;
	font-size: 12px;
}
p.breadcrums a {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}
p.breadcrums a:hover {
	text-decoration: none;
	color: #1a1a1a;
}

.side-WLlist {
	margin: 0 10px;
	font-weight: normal;
}
.side-WLlist li {
	border-bottom: 1px solid #fff;
}
.side-WLlist a {
	font-weight: normal !important;
	padding: 2px 0;
}

.OrdersTable .odd {
	background: #fff;
}

.OrdersTable .even {
	background: #f9f9f9;
}


/* product action icons 
-----------------------
*/

.recommendProduct, .printProduct, .rfqProduct, .compareProduct {
	padding:0 10px 1px 25px;
	display: block;
	float: left;
}

.recommendProduct {
	background: url(../cs-images/recommend-icon.jpg) no-repeat center left;
}
.printProduct {
	background: url(../cs-images/print-icon.jpg) no-repeat center left;
}
.rfqProduct {
	background: url(../cs-images/icon-rfq.gif) no-repeat center left;
}
.compareProduct {
	background: url(../cs-images/icon-compare.gif) no-repeat center left;
}

/* promo title box 
==================*/

.promoTitleBox {
	padding: 7px 0px 0px 8px;
	background: url("../cs-images/promotitlebg.gif") repeat-x top left;
	font-size: 11px;
	font-weight:bold;
	color: #333;
	height: 20px;
	border: 1px solid #e8e8e8;
	border-bottom: none;
}

* html promoTitleBox {
	margin-right: 0 !important;
	padding: 7px 6px 0px 8px;
	width: 560px;
}

/* view all button class - used for slider and wishlist 2.0
===========================================================*/

.viewAllBtn {
	background: url(../cs-images/slider-viewallbar-bg.gif) repeat-x top left;
	border: 1px solid #e8e8e8;
	border-top: none;
	text-align: right;
}

.viewAllBtn .GeneralButton {
	background: none;
	padding: 0 5px 0 0;
	
}
.viewAllBtn .GeneralButton input {
	background: url(../cs-images/slider-viewall-btn.gif) no-repeat center right;
	color: #738295;
	padding:  0px 14px 1px 2px !important;
	margin-bottom: 0;
	margin-top: 3px;
}

/* bundles pages layout
------------------------*/

li.bundle {
	padding: 5px;
	border: 1px solid #3998C9;
	background: url("../cs-images/bundle-box-bg.gif") repeat-x top left;
	margin-bottom: 10px;
}
li.bundle h3 {
	color: #fff;

}

.bundleName {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}
.bundleName:hover {
	color: #fff;
	text-decoration: none;
} 

.bundleDetails,
.bundlePriceBox {
	float: left;
}
.bundleDetails {
	padding: 15px 5px 5px 0;
	width: 430px;
}
.bundleDetails a {
	display: inline;
}
.bundlePriceBox {
	text-align: center;
	color: #555;
	padding-top: 10px;
	width: 110px;
}
.bundlePriceBox strong {
	color: #3998C9;
}
.bundlePrice {
	font-size: 16px;
	color: #3998C9;
}
.bundlePriceBox p {
	padding: 5px;
}

.bundleDetailPrice {
	color: #555;
	font-size: 11px;
}
.bundleDetailPrice td {
	vertical-align: top;
	padding: 10px;
}

.bundleDetailPrice .orderBox {
	width: 120px;
	text-align: center;
	background: #e3f2fa;
}
.bundleDetailPrice .bundePriceBox {
	text-align: right;
	background: #f2fbff;
}

/* pagination items */
.pageNumbers {
	margin: 0;
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}
.pageNumbers a {
	background: #fff;
	color: #000;
	margin: 0 2px;
	padding: 2px 6px 0 6px;
	text-decoration: none;
	border: 1px solid #fff;
	font-weight: bold;
	float: left;
}
.pageNumbers a:hover, .pageNumbers a.on {
	background: url("../cs-images/pgnr-on.png") repeat-x top left;
	border: 1px solid #9db0d1;
}

*:first-child+html .pageNumbers a {
	padding: 0px 6px 1px 6px;
}
* html .pageNumbers a {
	padding: 2px 6px 1px 6px;
}


.pageNumbers a.pg-next, .pageNumbers a.pg-prev {
	border: none;
	width: 18px;
	height: 19px;
	padding: 0;
}
*:first-child+html .pageNumbers a.pg-next {
	height: 18px;
}
.pageNumbers a.pg-next {
	background: url("../cs-images/next-arrow.png") no-repeat bottom left;

}
.pageNumbers a.pg-next:hover {
	background: url("../cs-images/next-arrow.png") no-repeat top left;
	border: none;

}
.pageNumbers a.pg-prev {
	background: url("../cs-images/prev-arrow.png") no-repeat bottom left;

}
.pageNumbers a.pg-prev:hover {
	background: url("../cs-images/prev-arrow.png") no-repeat top left;
	border: none;

}

.pageNumbers .PagesTotal {
	float: right; 
	padding-top: 5px; 
	color: #525760;
}

#Content .pageNumbers .input_text {
	height:15px !important;
	width:16px !important;
	font-size: 10px!important;
	padding: 1px!important;
	margin-left: 5px;
}

.wishlistTable {
	width: 490px;
	margin: 0 10px;
	border-top: 2px solid #E5EAF2;
}
.wishlistTable th {
	padding: 3px;
	background: #E5EAF2;
	text-align: left;
}
.wishlistTable td {
	vertical-align: middle !important;
}



.formTable {
	margin: 0 10px;
}

/* jobs table */
.JobsTable {
	text-align: left;
	background: #fff;
	width: 490px;
}
.JobsTable td,
.JobsTable th {
	padding: 3px;
	line-height: 18px;
	border-bottom: 1px solid #c7c5c5;
	border-left: 1px solid #c7c5c5;
}
.JobsTable td {
	font-size: 11px;
}
.JobsTable th {
	background: #00589F;
	color: #ffffff;
}
.JobsTable td.jobname {
	width: 230px;
	color: #000;
}
.JobsTable td.jobarea {
	width: 90px;
	color: #555;
}
.JobsTable td.jobplace {
	width: 60px;
	color: #555;
}
.JobsTable td.jobtype {
	width: 50px;
	color: #555;
}

.jobDetails {
	margin: 10px 0 10px 0px;
	background: #fff;
	font-size: 12px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	width: 490px;
}
.jobDetails th, 
.jobDetails td {
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.jobDetails th {
	line-height: 18px;
	color: #444;
	text-align: left;
	padding-right: 10px;
	padding-left: 5px;
	background-color: #00589F;
}
.jobDetails td {
	padding: 3px;
}
.jobDetails th span {
	color: #ffffff;
	font-weight: bold;
}
.jobDetails .even {
	background: #f3f4f6;
}

.JobsTeaser {
	padding-bottom: 10px;
}
/* end jobs styles */

.hasSidebar {
	width: 410px;
	vertical-align: top !important;
}


#LeftColumn p strong {
	color: #cd1f35;
	font-size: 18px;
}

#LeftColumn p span {
	color: #0695cc;
	font-size: 14px;
}

#LeftColumn .title {
	color: #00589f;
	font-weight: bold;
	font-size: 24px !important;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.articletitle {
	color: #0258a2;
	font-weight: bold;
	font-size: 12px;
}

.article {
	width: 184px;
	float: left;
	margin: 10px 5px 10px 0px;
}

* html .article {
	margin-right: 2px;
}

.catalogue1, .catalogue2, .catalogue3 {
	width: 106px;
	display: inline;
}

* html .catalogue2 {
	margin-left: -52px;
}

* html .catalogue3 {
	margin-left: -52px;
}

.article a {
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	float: left;
}

.catalogue1 a, .catalogue2 a, .catalogue3 a {
	padding-top: 0px;
	border: 2px solid white;
}

.catalogue2 a {
	margin-top: 15px;
}

.catalogue3 a {
	margin-top: 30px;
}

.last {
	margin-right: 0px !important;	
}

.menubutton {
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	float: left;
	color: #aaa;
	margin-top:10px;
	height: 17px;
}

.menubutton:hover {
	/* height: 37px; */
}

.menubutton a {
	padding-right: 4px;
	padding-left: 4px;
	color: #fff;
	border-right: 1px solid #489cd5;
	text-decoration: none;
	display: block;
	float: left;

}

/* APPLIES STYLES ONLY FOR ANCHORS THAT HAVE .MENUBUTTON AS A FIRST LEVEL ANCESTOR (DOES NOT APPLY 24PX HEIGHT TO MENUCHILDREN ANCHORS)*/

.menubutton > a:hover {  
	text-decoration: none;
	color: #ffffff;
	background: url(../cs-images/menu_button_hover_bg.jpg) repeat-x top left;
	height: 24px;
}

/* THE ABOVE DOESN`T WORK IN IE6. THIS IS THE HACK */

* html .menubutton a:hover {  
	text-decoration: none;
	color: #ffffff;
	background: url(../cs-images/menu_button_hover_bg.jpg) repeat-x top left;
	height: 24px;
}

* html .menudropdown a {
	height: 17px !important;
}

* html .menudropdown a:hover {
	background: none;
}

/* END HACK */

#Categories .currentsection {
	text-decoration: underline;
	color: #fff;
}

.menuchildren {
	width: 705px;
	height: 24px;
	background: url(../cs-images/header/children_bg.jpg) no-repeat bottom left;
	float: left;
	position: absolute;
	/* margin-top: -8px; */
	margin-left: -10px;
	padding: 0px 15px 0px 15px;
	top: 166px;
	z-index:100;
}

.menuchildren a {
	color: #fff;
	text-decoration: none;
	float: left;
	background: url(../cs-images/header/menuchildren_item.jpg) no-repeat bottom right;
	padding-right: 15px;
	height: 17px;
	padding-top: 7px;
}

.menuchildren a:hover {
	
	color:#FFFF00; 
	/* background:transparent url(../cs-images/submenu_button_hover_bg.gif) no-repeat scroll right bottom; */
}

.menudropdown {
	background: url(../cs-images/header/dropdown_bg.jpg) repeat-x top left;
	float: left;
	position: absolute;
	padding: 0px;
	top: 166px;
	z-index:200;
}


.menudropdown a {
	color: #ffffff;
	text-decoration: none;
	float: left;
	padding: 3px 5px;
	border-top: 1px solid #36c8ed;
	clear: left;
	border-right: none;
	margin-left: 0px;
	width: 120px;
	font-weight: normal;
	font-size: 10px;
}

.menudropdown a:hover {
	color: #ffff00 !important;
	text-decoration: none;
}

.partner {
	margin-right: 5px;
}

.promos_button {
	display: none;
	margin-left: 435px;
	*margin-left: -200px;
	_margin-left: -200px;
	margin-top: 182px;
	_margin-top: 183px;
	position:absolute;
	_width: 192px;
	_height: 31px;
	_background: url("../cs-images/ie6promo_cere.jpg");
	_background-repeat: no-repeat;
}

#promobutt0 {
	_margin-top: 183px;
}

.promos_button img {
	_width: 192px;
	_height: 31px;
}

#LeftColumn .jobDetails ul {
	padding: 0 20px;
}

.tooltip {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #999999;
	color:#555555;
	margin-left:0px;
	padding:5px;
	position:absolute;
	text-align:left;
	font-size: 11px;
	width: 130px;
}

.Header-Banner {
	float: left;
	width: 735px;
	height: 99px;
	margin-left: 3px;
	cursor: pointer;
}

#LeftColumn table .depart {
	color: #fff;
	background-color: #cc0033;
	padding: 5px;
	font-weight: normal;
}

#LeftColumn table .arrive {
	color: #fff;
	background-color: #cc0033;
	padding: 5px;
	font-weight: normal;
}

#categ_menu li a.depth1 {
 	padding-left: 0px !important;
}
#categ_menu li a.depth2 {
 	padding-left: 10px !important;
}
#categ_menu li a.depth3 {
 	padding-left: 20px !important;
}
#categ_menu li a.depth4 {
 	padding-left: 30px !important;
}
#categ_menu li a.depth5 {
 	padding-left: 40px !important;
}
#categ_menu {
	float:left;
	width:50%;
	list-style-type:none;
}
#categ_menu_sitemap {
	float:left;
	width:50%;
	list-style-type:none;
}
