@charset "iso-8859-1";


.boxText { font-size: 10px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	/*background-attachment : fixed;*/
	background-image: url(http://datas.goldenstay.com/images/paris_apartment_yellowstay.png);
	background-repeat: repeat ;
	background-color : #ffe;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	margin : 0;
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

TABLE.EntireBoxIndexPage
{ 
	margin : 0px;
	padding : 10px 4px 10px 4px ;
	border: 0px;
	background-color: #FFF;
	font-family: Verdana;
	font-size: 11px;
  	text-align : justify;
	color: #000;
	width: 100%;
}

/*********************************************
* TABLE MAIN ET NEUTRAL
*********************************************/
TABLE.main {
	border-collapse: collapse; 
	border-spacing: 0; 
	border : none ;
	background-color: #fff;
	/*border-left-width : 1px;*/
	/*border-right-width : 1px;*/
}
TABLE.neutral {
	border-collapse: collapse; 
	border-spacing: 0; 
	border : none ;
	width : 100%;
	margin-bottom : 1px;
	padding : 0; 
	text-align : center;
}

TABLE.header {
	border-collapse: collapse; 
	border-spacing: 0; 
	width : 100%;
	border : 0 ;
	padding : 0; 
	margin-bottom : 0px;
	text-align : center;
}

TD.motto {
	text-align : center;
	width : 100%;
}

TABLE.principal {
	border-collapse: collapse; 
	border-spacing: 0; 
	border : 0px solid #000;
	padding : 0;
	width : 991px;
	background-color: #FFF;
}

TABLE.principal_border1 {
	border-collapse: collapse; 
	border-spacing: 0; 
	border : 1px solid #000;;
	width : 989px;
}

TD.principal_left {
	border-collapse: collapse; 
	border-spacing: 0; 
	background :#eee;
	border-right : 1px solid #aaa;
	padding : 0;
	text-align :left;
}

TD.principal_right {
	border-collapse: collapse; 
	border-spacing: 0; 
	background :#eee;
	border-left : 1px solid #aaa;
	padding : 0;
	width :100%;
	text-align :right;
}

/****************************************
	A HREF
****************************************/

A {
  color: #000; 
}

A:hover {
  color: #000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

/****************************************
	HEADER NAVIGATION
****************************************/

TD.headerNavigation {
  	font-size: 12px;
	font-variant : small-caps;
	border-collapse: collapse; 
 	color: #000;
 	padding: 0;
  	margin : 0;
  	font-weight : bold;
  	clear: both;
}

.imgalign {
		vertical-align:text-bottom;
}



A.headerNavigation { 
  color: #000; 
  text-decoration : none;
}

A.headerNavigation:hover {
	background : #FC0;
  	text-decoration : none;
}

/****************************************
	HEADER MENU
****************************************/

img#titre {
	float : left;
	display:block;
	margin : 0px;
	padding : 0px;
	text-align: left;
}

/* # # # # # # # # # # # # # # # # # # # #    CONTENEURS    # # # # # # # #  */
#conteneur_header {
	position:relative;
	width:991px;
	height:auto;
	display:block;
}
#menu_rectangle {
	position:absolute;
	width:170px;
	height:119px;
	display:block;
	top:58px;
	left:815px;
}
#menu_barre {
	position:absolute;
	width:989px;
	height:34px;
	display:block;
	top:184px;
	left:1px;
	line-height:34px;
	vertical-align:middle;
}

/* # # # # # # # # # # # # # # # # # # # # # # #    LIENS    # # # # # # # #  */
#menu_barre a, #menu_barre a:link, #menu_barre a:link:visited {
	font-size:12px;
	font-weight:bold;
	margin:auto 14px auto 14px;
	color:#fff;
	text-decoration:none;
}
#menu_barre a:hover, #menu_barre a:link:hover, #menu_barre a:link:visited:hover {
	color:#000;
	text-decoration:underline;
}

#menu_rectangle a, #menu_rectangle a:link, #menu_rectangle a:link:visited {
	font-size:13px;
	height:41px;
	line-height:41px;
	width:auto;
	display:block;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:right;
	margin-right:5px;
}
#menu_rectangle a:hover, #menu_rectangle a:link:hover, #menu_rectangle a:link:visited:hover {
	color:#fff;
}


/****************************************
	HEADER ERROR
****************************************/

TR.headerError {
  background: #F00;
}

TD.headerError {
  font-size: 12px;
  background: #F00;
  color: #FFF;
  font-weight : bold;
  text-align : justify;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #FFF;
  font-weight: bold;
  text-align : justify;
}

TR.footer {
  background: #000;
}

TD.footer {
  font-size: 10px;
  background: #000;
  color: #FFF;
  font-weight: bold;
}

/******************************
INFOMAIN
******************************/

TD.infoMainHeading,TR.infoMainHeading {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin-top : 20px;
  }
  
TD.infoMainContents,TR.infoMainContents {
  font-size: 10px;
  font-weight: bold;
  background-color: #FFF;
  color: #000;
}
tr.infoMainContents a {
	text-decoration:none;
}
tr.infoMainContents a:hover {
	text-decoration:underline;
}

TABLE.infoMain, SPAN.infoMain {
  font-size: 10px;
  border: 1px solid #FC0;
}

/******************************
INFOBOX
******************************/
.infoBox {
  background: transparent;
}

.infoBoxContents {
  background: transparent;
  font-size: 10px;
  text-align : center;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: transparent;
  font-size: 10px;
}

TD.infoBoxHeading {
}


TD.infoBoxHeading a {
  text-decoration : none;
}
TD.infoBoxHeading a:hover {
  text-decoration :underline;color:#FFF;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #eee;
} 
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #fff;
}
TR.accountHistory-odd :hover, TR.addressBook-odd:hover, TR.alsoPurchased-odd:hover, TR.payment-odd:hover, TR.productListing-odd:hover, TR.productReviews-odd:hover, TR.upcomingProducts-odd:hover, TR.shippingOptions-odd:hover {
  background:  #C0C0C0;
} 

TR.accountHistory-even:hover, TR.addressBook-even:hover, TR.alsoPurchased-even:hover, TR.payment-even:hover, TR.productListing-even:hover, TR.productReviews-even:hover, TR.upcomingProducts-even:hover, TR.shippingOptions-even:hover {
  background: #C0C0C0;
}

/******************************
MENU
******************************/

TABLE.columnLeft {
  font-weight: bold;
  background: #EEE;
  color: #000;
  margin : 0;
  text-align : center;
}
TABLE.ListingBoxContent {
  font-weight: bold;
  background: #EEE;
  color: #000;
  margin : 0;
  text-align : center;
  width : 100%;
}

TABLE.columnBoxHeading {
  font-weight: bold;
  background: #9CF;
  margin-top : 20px;
  border-top : 1px solid #999;
  border-bottom : 2px solid #ccc;
  line-height : 160%;
  text-align : center;
  width : 100%;
  background-image:url('http://datas.goldenstay.com/images/menu_barre_column.jpg');
}

TD.menu_left{
	background-color: transparent ;
	font-variant : small-caps;
	line-height : 175% ;
	text-align : left;
	font-size:13px;
}

TD.menu_left a {
	text-decoration : none;
}
TD.menu_left a:hover {
	text-decoration : underline;
}

.barfont {
	font-size: 11px;
	font-weight: normal;
	font-variant : small-caps;
 	color : #000;
}

.SB {
	font-size: 11px;
	font-weight: normal;
	font-variant : small-caps;
	color : #000;
}

.BO {
	font-size: 14px;
	font-weight: bold;
	font-variant : small-caps;
	color : #FFF;
}


.BS {
  font-size: 16px;
  font-weight: bold;
  font-variant : small-caps;
  color : #F44;
}


snkspacer {
	width : 100%;
	border : none;
  background-color: transparent;
  height: 3px;
  margin : 0;
  padding : 0;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #ccc;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #001;
  color: #FFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 11px;
}

A.pageResults {
color: #F00;
text-decoration:none;
}

A.pageResults:hover {
text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 24px;
  text-align : center;
  color: #000;
  text-decoration: underline;
}
TABLE.pageHeading {
	border :0;
	width : 100%;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
  text-align : justify;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.smallAdvice, SPAN.smallAdvice, P.smallAdvice {
  font-size: 10px;
  color : #F00;
}
TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}


TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
  vertical-align:middle;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-weight: bold;
}
span.productSpecialPrice {
  color: #F44;
  font-variant : small-caps;
  font-weight : bold;
  font-size : 13px ;
  /*font-style : italic;*/
}

SPAN.errorText {
  color: #F00;
}

TABLE.simpleBox, TD.simpleBox
{ 
	border: solid 1px;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-align : center;
}

.snkpricetable{
	width: 100%;
	border : 1px solid #ccc;	
	border-collapse: collapse; 
	border-spacing: 0; 
	padding: 1px 1px 1px 1px;
	margin: 0;
	left:0;
	top:0;
}
.similarproduct{
	border : 1px solid #ccc;	
	padding:4px;
	margin:0;
	margin-top: -1px;
	text-align: left;
}
.similarproduct  a{
	text-decoration:none;
	margin: 4px;
	padding:0;
	text-align:left;
	
}
TD.detailApartInfo
{
	margin : 0px;
	padding : 4px;
	background-color: #FFF;
    font-size: 10px; 
  	text-align : justify;
}
TD.detailApartInfoPrice,TR.detailApartInfoPrice
{
	padding:5px;
	background-color: #FFF;
 	font-size: 11px;
  	text-align : justify;
	border : 1px solid #ccc;
}
TD.detailApartInfoSpecial
{
	background-color: #FFF;
    font-size: 10px;
	font-weight : bold;
  	text-align : center;
}
TD.mottoview
{
	background-color: #FFF;
    border: 1px solid #FFF;
    font-size: 10px;
  	text-align : left;
}
.pageHeadingApart{
  width : 100%;
  letter-spacing: +1px;
  font-size: 16px;
  font-weight: bold;
  font-variant:small-caps;
  text-align: left;
  /*font-style : italic;*/
  color: #000;
  border-bottom: 1px solid #000;
}
.pageHeadingApart a {
text-decoration: none;
}
.pageHeadingApart a:hover {
text-decoration:underline;
}
.letter{
  color: #F53;
  font-weight: bold;
}

.specialOfferText {
  background: #f8f8f9;
  text-align : center;
  font-style : italic;
  font-weight : bold  ;
}

.ApartmentsAvailable {
	border-bottom: 1px solid #AAA;
  	font-variant:small-caps;
	font-weight: bold;
	font-size: 14px;
}


TD.menuText, SPAN.menuText, P.menuText {
  font-size: 12px;
  border-color: #C4E602;
  color: #FFF;
  
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7;}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000; }

/* message box */

.messageStackError, .messageStackWarning {font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess {font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {font-size: 10px; color: #F00; }

/* FROM ADMIN -- PRint contract */

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent {font-size: 10px; color: #FFF; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFF; cursor: pointer; }
.dataTableContent {font-size: 10px; color: #000; }


DIV.thumbnails {
	padding: 0px 2px 0px 2px;
	margin: 5px;
	top:0;
	left:0;
	border:0px;
	width:46px;
}



/* OCTOPUS */

 
td.text_octopus a {
  font-size: 9px;
  text-decoration:none;
  text-align:center;
}
td.text_octopus {
  text-align:center;
}
 
div.text_octopus {
  font-size: 9px;
  text-align:center;
  color:#CCC;
  z-index:0;
  margin-top:-10px;
  font-variant:small-caps;
}
div.text_octopus a {
  font-size: 9px;
  text-decoration:none;
  text-align:center;
  color:#CCC;
  z-index:0;
  margin-top:-10px;
  font-variant:small-caps;
}

h1 {
  font-size: 14px;
  color:#660039;
}
h2 {
	font-size:small; 
	color:#660039;
}
h3 {
	font-size:x-small; 
	color:#660039;
}
.googlemap_monument {
width:300px;
height:50px;
}
.mapdiv {
	position:relative;
 	top:0px; 
	left:0px; 
	width:100px; 
	height:100px; 
	background-image:url(http://datas.goldenstay.com/images/carte.jpg);

}
