/*  CSS Text Page (formating of all text pages:
    (AboutUs, Contact, OrderPolicy, PrivacyPolicy, OrderReturn, Screensaver, 
    SiteMap, Wholesale, ...)
*/

#store-top-info {
  width: 100%;
  /*background: gray;*/
  padding-bottom: 30px;
}


#store-top-info div.left {
  float: left;
}


#store-top-info div.right {
  float: right;
}

div.printable {
  float: right;
  background: url(../images/printable_version.jpg) no-repeat left top;
  padding: 0 0 0 35px;
}


#text-page {
	padding-right: 10px;
	clear: both;
}


#text-page .title {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	margin: 2px 0 20px 0;
	padding: 0;
}


#text-page h2 {
	color: #000000;
	font-size: 11pt;
	margin: 30px 0 10px 0;
	padding: 0;
}


#text-page h3 {
	color: #AD1488;
	font-size: 10pt;
	margin: 0 0 5px 0;
	padding: 0;
}


#text-page p {
	margin-top: 0;
}


#text-page ol li {
	padding: 0 0 15px 0;
}


/* ******************************************************************** */
/* **************  SCREENSAVER **************************************** */
/* ******************************************************************** */

#text-page div.screensaver {
  background: #F4E0ED;
  margin: 40px 0 0 0;
  padding: 10px;
  border: 1px solid #CCCCCC;
}
/*
#screensaver {
	margin: 0 0 20px 0;
}

#screensaver .screensaver-left {
	float: left;
}

#screensaver .screensaver-right {
	float: right;
	padding: 0 0 0 15px;
}

#screensaver-download {
	clear: both;
}

*/

/* ******************************************************************** */
/* **************  GUARANTIES ***************************************** */
/* ******************************************************************** */

a.policy-anchor {
  color: #000000;
}

#text-page ul {
  margin: 20px 0 0 17px;
  padding: 0;
}

#text-page ul li {
  margin: 0;
  padding: 0;
}


#shipping-methods-table {
  border: 1px solid gray;
  border-collapse: collapse;
  font-size: 8pt;
  width: 97%;
}

#shipping-methods-table tr.accent {
  background: #EFDEEC;
}

#shipping-methods-table th {
  /*width: 16.7%;*/
  padding: 2px;
  border: 1px solid gray;
  padding: 2px 4px 2px 4px;
}

#shipping-methods-table td {
  padding: 2px 0 2px 4px;
  border: 1px solid gray;
  
}

/* ******************************************************************** */
/* **************  BUSINESS CONDITIONS ******************************** */
/* ******************************************************************** */

#text-page ol.bc li{
  padding: 0;
  margin: 0;
}

div.level1 {
  clear: both;
  padding-top: 2px;
}


div.level2 {
  padding: 0 0 10px 30px;
  clear: both;
}

div.level3 {
  padding: 0 0 10px 46px;
  clear: both;
}


div.nr {
  float: left;
  padding-bottom: 10px;
}

div.txt {
  float: right;
  width: 93%;
  padding-bottom: 10px;
}

div.txt div {
  margin: 10px 0 0 0;   
}

div.top {
  clear: both;
  width: 100%;
  height: 15px;
  border-bottom: 1px dashed #B7B7B7; 
  padding: 15px 2px 2px 0;
  margin-bottom: 5px;
  text-align: right;
}

div.top a {
  text-decoration: none;
}


