/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/
.container {
  position: relative;
  width: 1020px;
}
.langpane {
  position: absolute;
  top: 10px;
  right: 0;
}
.presente {
 	background: transparent url("presente.png") no-repeat 500px 110px;
}
.logopane {
 	padding-left: 14px;
}
.leftpane {
  margin: 165px 10px 0 0;
}
.cartbg {
 	background: transparent url("cartbg.png") no-repeat top center;
}
.cartpane {
  padding-left: 60px;
}
.cpillus {
 	background: transparent url("illus.png") no-repeat 15px bottom;
}
.contentpane {
  padding: 4px 15px 15px 15px;
}
.contentpane A:link, .contentpane A:visited, .contentpane A:active  {
  text-decoration: underline;
  color: #a6a8a9;
  font-style: italic;
}
.contentpane A:hover {
  text-decoration: underline;
  color: #58523f;
}
.cpdemarche {
  padding: 4px 0 0 15px;
}
.cpdemarche2 {
 	background: transparent url("poule.gif") no-repeat 60px 50px;
 	padding: 112px 0 0 145px;
}
.cpdemarche3 {
 	background: transparent url("arbre.gif") no-repeat 20px 0;
 	padding: 130px 0 0 50px;
}
.cpdemarche4 {
 	background: transparent url("chat.gif") no-repeat;
 	padding: 150px 0 0 100px;
}
.cpdemarche5 {
 	background: transparent url("ourslapin.gif") no-repeat 210px 25px;
 	padding: 155px 0 0 60px;
}
.cpcontact {
  padding: 4px 0 0 15px;
 	background: transparent url("timbre.png") no-repeat 714px 4px;
}
.cpcontact2 {
 	background: transparent url("contactbt.png") no-repeat bottom left;
 	padding: 0 0 0 370px;
}
.cplivraison {
  padding: 4px 15px 0 15px;
}
.cp2livraison {
  padding: 0 15px 15px 15px;
}
.bgleftlivraison {
 	background: transparent url("livraison.jpg") no-repeat top right;
}
.bgleftinfos {
 	background: transparent url("infos.jpg") no-repeat top right;
}
.lplivraison {
  padding: 17px;
}
.dashtop {
 	background: transparent url("dashtop.png") no-repeat top right;  
}
.dashbt {
 	background: transparent url("dashbt.png") no-repeat top right;  
}
.bottompane {
 	padding: 12px 0 0 12px;
}
.socialpane {
  padding: 12px 12px 0 0;
}
.menupane {
  padding: 12px 12px 0 0;
}
.copypane {
  padding: 5px 12px 0 0;
}
.paiementpane {
  padding-right: 12px;
}
.loginpane {
  font-size: 10px;
	font-family: Arial, Sans-Serif;
}
a.login:link,  a.login:visited, a.login:active {
  color: white;
	text-decoration: none;
}
a.login:hover {
	color: #767676;
}
.fishpane img {
  float: right;
  margin: 0 8px 41px 0;
}
/* Main Menu */
.MainMenu_MenuBar {
	height: 0;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
  color: #a6a8a9;
	font-family: Arial, Sans-Serif;
  font-size: 13px;
	background-color: Transparent;
  font-weight: bold;
	height: 0;
}
.MainMenu_MenuIcon {
	background-color: white;
	border-left: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	cursor: pointer; 
	text-align: center; 
	width: 0;
	height: 0;
}
.MainMenu_SubMenu {
	background-color: white;
	border: #EEEEEE 1px solid;
	z-index: 1000; 
	cursor: pointer;
}
.MainMenu_MenuBreak {
	background-color: Transparent;
	border: none; 
}
.MainMenu_MenuItemSel {
	border: none; 
	cursor: pointer; 
  color: #565656;
	font-family: Arial, Sans-Serif;
  font-size: 13px;
	background-color: Transparent;
  font-weight: bold;
	height: 0;
}
.MainMenu_MenuArrow {
	border: 0;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer;
}
.SubHead {
   font-family: Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: #5d5d5d;
}
.Head {
   font-family: Arial, Helvetica;
   font-size:  14px;
   font-weight: bold;
   color: #5d5d5d;
}
.webdings {
	font-family: webdings; 
	font-size: 10pt;
	color: #ffffff;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
   font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: #58523f;
    letter-spacing: 1px;
}
table {
   font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: #58523f;
    letter-spacing: 1px;
}
/* text style used for error messages */
.NormalRed
{
   font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: #a92525;
}
/* LINKS */
A:link, A:visited, A:active {
  text-decoration: underline;
  color: #58523f;
}
A:hover {
  text-decoration: underline;
	color: black;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
    padding: 5px;
    background-color: #f3f2ed;
    text-decoration: none;
    color: #616061;
}
A.CommandButton:hover    {
    background-color: #565656;
    text-decoration: none;
    color: white;
}
/* OTHER STYLES */
.Help {
  background-color: #f2f2f2;
}
.copyright {
  color: #aaaaaa;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
}
a.copyright:link,  a.copyright:visited, a.copyright:active {
  color: #aaaaaa;
	text-decoration: none;
}
a.copyright:hover {
	color: #767676;
}
.tarifs {
  padding: 36px 0 0 19px;
}
.types {
  padding: 9px 0 0 41px;
}
.secu {
  padding: 10px 0 0 18px;
}
.sys {
  padding: 11px 0 0 51px;
}
.facebook {
  display: block;
  width: 20px;
  height: 20px;
  background: url("facebook.gif") no-repeat;
  margin-right: 4px;
  float: right;
}
a.facebook:hover {
  background: url("facebook.gif") no-repeat 0 -20px;
}
.twitter {
  display: block;
  width: 20px;
  height: 20px;
  background: url("twitter.gif") no-repeat;
  float: right;
}
a.twitter:hover {
  background: url("twitter.gif") no-repeat 0 -20px;
}
.formlabels  {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #afaca3;
    text-align: right;
    padding: 5px 10px 0 0;
    vertical-align: top;
}
.formcontrols {
  margin-bottom: 5px;
}
.cgv {
  color: #58523f;
  font-size: 10px;
}
/* STORE */
.prodprice {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  text-align: right;
}
.prodeuro {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  color: #afaca3;
}
.prodaddtocart {
  text-align: right;
  margin-top: 15px;
  font-style: normal;
}
.prodminicarthead { 
    font-size: 15px;
    font-weight: bold;
    color: #2a2a2a;
    margin-top: 60px;
}
.prodminicart {
    font-size: 12px;    
}
.prodgal {
  margin-bottom: 20px;
  cursor: pointer;
}
/* Cart */
.NBright_cartheader {
  font-weight: bold;
  color: #3b3b3b;
  font-size: 14px;
  background-color: transparent;
  height: 22px;
  border-bottom: black dashed 1px;
}
.NBright_CartItem {
  font-weight: normal;
  color: #3b3b3b;
}
.NBright_AltCartItem {
	background-color: #f3f2ed;
  font-weight: normal;
  color: #3b3b3b;
}
.NBright_OrderTotalLabel {
  font-weight: bold;
  color: #3b3b3b;
	background-color: #f3f2ed;
  height: 22px;
}
.NBright_OrderTotalValue {
  font-weight: bold;
  color: #3b3b3b;
}
.NBright_CartOptDiv {
  text-align: right;
  padding: 10px 0;
  border-top: black dashed 1px;
}
.NBright_RecalcButtonDiv {
  padding: 10px 0;
}
A.NBright_RecalcButton:link, A.NBright_RecalcButton:visited, A.NBright_RecalcButton:active {
  text-decoration: underline;
  color: #58523f;  
}
A.NBright_RecalcButton:hover    {
  text-decoration: underline;
	color: black;
}
.NBright_ClientButtonDiv {
  padding: 10px 0;
}
.NBright_ClientButtonDivLeft {
  text-align: right;
  padding-right: 5px;
  width: 100%;
}
.NBright_ClientButtonDivRight {
  padding-left: 5px;
}
.NBright_ClientButton {
  padding: 5px;
  background-color: #eee763;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}
a.NBright_ClientButton:link, a.NBright_ClientButton:visited, a.NBright_ClientButton:active {
  color: black;
	text-decoration: none;
}
a.NBright_ClientButton:hover {
  color: white;
	text-decoration: none;
  background-color: #565656;
}
.NBright_AddressTable {
  border-collapse: collapse;
}
.NBright_AddressTable td {
  padding: 3px;
}
.prodlistcont {
  margin: 0 30px;
  position: relative;
  width: 200px;
  text-align: center;
  height: 236px;
}
.prodlistimg img {
  margin: 1px 0 4px 1px;
}
.prodlistdots {
  position: absolute;
  top: 0;
  left: 0;
}
.catmenu {
  font-size: 11px;
  font-weight: bold;
  width: 100%;
  margin: 10px 0 15px 0;
}
.catmenu td {
  padding: 0 0 10px 0;
  text-align: right;
  white-space: nowrap;
}
.catmenu a:link, .catmenu a:visited, .catmenu a:active {
  color: black;
  text-decoration: none;
}
.catmenu a:hover {
  color: #a6a8a9;
  text-decoration: none;
}
a.catmenusel:link, a.catmenusel:visited, a.catmenusel:active, a.catmenusel:hover {
  color: #a6a8a9;
  text-decoration: none;
}
.prodcont {
  position: relative;
}
.prodback {
  position: absolute;
  bottom: 0;
  left: 0;
}
.prodoldprice {
  float: right;
  text-decoration: line-through;
  margin-left: 10px;
  font-weight: bold;
  color: #f09403;
}

