/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/
body {
	background-color: #b7cb11;
}
p {
  margin: 8px 0;
}
.bgcenter {
 	background: white url("bgcenter.jpg") no-repeat top center;  
}
.bgtop {
 	background: white url("bgtop.jpg") no-repeat top center;  
}
.bgtopcat {
 	background: white url("bgtopcat.jpg") no-repeat top center;  
}
.bgbt {
 	background: transparent url("1982.png") no-repeat top center;  
}
.bgoie {
 	background: transparent url("oie.png") no-repeat bottom center;  
}
.logopane {
  background: transparent url("sslogo.png") repeat-y;
}
.leftpanehome {
  background: transparent url("sslogo.png") repeat-y;
}
.leftpane {
	background-color: #666666;
}
.contentpane {
  background-color: white;
  padding: 15px 20px 20px 20px;
}
.contentpane2 {
  padding: 0 2px;
}
.rightpane {
  background: transparent url("map.png") no-repeat 0 15px; 
  padding: 300px 0 0 50px;
}
.centralpane {
  padding: 30px 30px 0 0;
}
.copypane {
  padding: 5px 13px 0 0;
}
.menupane {
  padding-bottom: 5px;
}
/* CISS Menu */
.dnnbasicmenu a:link, .dnnbasicmenu a:visited, .dnnbasicmenu a:active {
	border: white solid 1px;
  color: white;
	font-family: Arial, Sans-Serif;
  font-size: 14px;
	padding: 2px 5px;
	margin-right: 2px;
	text-decoration: none;
}
.dnnbasicmenu a:hover {
	border: white solid 1px;
  color: white;
	font-family: Arial, Sans-Serif;
  font-size: 14px;
 	background-color: #fe2dd2;
	padding: 2px 5px;
	margin-right: 2px;
	text-decoration: none;
}
a.dnnbasicmenu_seltab:link,  a.dnnbasicmenu_seltab:visited, a.dnnbasicmenu_seltab:active, a.dnnbasicmenu_seltabl:hover {
	border: white solid 1px;
  color: white;
	font-family: Arial, Sans-Serif;
  font-size: 14px;
 	background-color: #fe2dd2;
	padding: 2px 5px;
	margin-right: 2px;
	text-decoration: none;
}
/* Main Menu */
.MainMenu_MenuBar {
	height: 0;
}
.MainMenu_MenuItem {
	border: white solid 1px;
	cursor: pointer;
  color: white;
	font-family: Arial, Sans-Serif;
  font-size: 14px;
	background-color: Transparent;
  font-weight: normal;
	height: 0;
	padding: 2px 5px;
	margin-right: 2px;
}
.MainMenu_MenuIcon {
	background-color: #b7cb11;
	border-left: #b7cb11 1px solid; 
	border-bottom: #b7cb11 1px solid; 
	border-top: #b7cb11 1px solid; 
	cursor: pointer; 
	text-align: center; 
	width: 0;
	height: 0;
}
.MainMenu_SubMenu {
	background-color: #b7cb11;
	border: #EEEEEE 1px solid;
	z-index: 1000; 
	cursor: pointer;
}
.MainMenu_MenuBreak {
	background-color: Transparent;
	border: none; 
}
.MainMenu_MenuItemSel {
	border: white solid 1px;
	cursor: pointer;
  color: white;
	font-family: Arial, Sans-Serif;
  font-size: 14px;
 	background-color: #fe2dd2;
  font-weight: normal;
	height: 0;
	padding: 2px 5px;
	margin-right: 2px;
}
.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: #333333;
}
.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: 12px;
  font-weight: normal;
  color: #5d5644;
}
table {
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #5d5644;
}
/* text style used for error messages */
.NormalRed
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #ff0000;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: underline;
    color: #5d5644;
}
A:hover {
    text-decoration: underline;
	color: #ae1168;
}
/* 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 {
    text-decoration: none;
    color: #5d5644;
}
A.CommandButton:hover    {
    text-decoration: none;
    color: black;
}
/* OTHER STYLES */
.Help {
  background-color: #f2f2f2;
}
.copyright {
	color: white;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
}
a.copyright:link,  a.copyright:visited, a.copyright:active {
	color: white;
	text-decoration: none;
}
a.copyright:hover {
  color: #5d5644;
}
.green {
    color: #b7cb11;
}
.contact1 {
  background-color: #5d5644;
  padding: 10px;
}
.contact2 {
  color: white;
  background-color: #a8ad77;
  padding: 10px;
}
.contact2 a:link, .contact2 a:visited, .contact2 a:active {
    text-decoration: underline;
    color: white;
}
.contact2 a:hover {
    text-decoration: underline;
    color: #5d5644;
}
.MenuBar {
	color: white;
}
.MenuItem, .MenuItemMouseOver {
	color: #b7cb11; 
	font-size: 11px;
	font-weight: normal;
  font-family: Arial;
  text-transform: uppercase;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link {
  text-decoration: none;
	color: #b7cb11;
}
.MenuItemMouseOver, .MenuItemMouseOver A:Hover {
	color: white!Important;
}
.currentItemHighlight {
	color: white;
}
.MenuItem2, .MenuItem2MouseOver {
  text-decoration: none;
  color: white;
  display: block;
  padding-left: 14px;
}
.MenuItem2 A, .MenuItem2 A:Active, .MenuItem2 A:Visited, .MenuItem2 A:Link, 
.MenuItem2MouseOver A, .MenuItem2MouseOver A:Active, .MenuItem2MouseOver A:Hover, .MenuItem2MouseOver A:Visited, .MenuItem2MouseOver A:Link {
  text-decoration: none;
  color: white;
}
.MenuItem2MouseOver, .MenuItem2MouseOver A:Hover {
 	background-color: #ae1168;
  color: white!Important;
}
.currentItem2Highlight {
 	background-color: #ae1168;
	color: white;
}
a.homelinks:link,  a.homelinks:visited, a.homelinks:active {
  display: block;
  padding: 8px 14px;
  color: white;
	text-decoration: none;
}
a.homelinks:hover {
 	background-color: #ae1168;
	text-decoration: none;
  color: white;
}
.sortby {
 	margin-bottom: 10px;
}
.sortby td {
  height: 30px;
  font-size: 11px;
  padding-left: 10px;
 	background-color: #40403e;
 	color: white;
  border-top: white solid 1px;
  border-bottom: white solid 1px; 	
}
.sortby a:link, .sortby a:visited, .sortby a:active {
    padding: 2px;
    background-color: #333333;
    text-decoration: none;
    color: white;
    border: #ccc solid 1px;
}
.sortby a:hover {
 	  background-color: #ae1168;
    text-decoration: none;
    color: white;
}
a.send:link, a.send:visited, a.send:active {
    font-size: 11px;
    padding: 2px;
    background-color: #333333;
    text-decoration: none;
    color: white;
    border: #ccc solid 1px;
}
a.send:hover {
 	  background-color: #ae1168;
    text-decoration: none;
    color: white;
}
/* STORE */
.catmenu {
  width: 100%;
}
.catmenu td {
  color: white;
  padding: 0;
}
.catmenu a:link, .catmenu a:visited, .catmenu a:active {
  text-decoration: none;
  color: white;
  display: block;
  padding-left: 14px;
}
.catmenu a:hover {
 	background-color: #ae1168;
  color: white;
}
.catmenu2 td {
  color: white;
  padding: 0;
}
.catmenu2 a:link, .catmenu2 a:visited, .catmenu2 a:active {
  background: transparent url("catmenu2.gif") no-repeat 0 2px; 
  text-decoration: none;
  color: white;
  display: block;
  padding-left: 21px;
}
.catmenu2 a:hover {
  background: transparent url("catmenu2_O.gif") no-repeat 0 2px; 
  color: white;
}
a.catmenu2sel:link,  a.catmenu2sel:visited, a.catmenu2sel:active, a.catmenu2sel:hover {
  background: transparent url("catmenu2_O.gif") no-repeat 0 2px; 
  color: white;
}
.prodlisttable {
 	background-color: #aeaaa1;
 	margin-top: 15px;
}
.prodlistname {
 	background-color: #b7cb11;
 	padding-left: 10px;
}
.prodlistprice {
  border-left: white solid 1px;
 	background-color: #b7cb11;
  font-size: 17px;
  color: white;
	font-weight: bold;
	float: right;
	padding: 0 10px;
}
.prodlistlink {
 	background-color: #858072;
 	text-align: right;
}
.prodlistlink a:link, .prodlistlink a:visited, .prodlistlink a:active {
  padding-right: 5px;
  display: block;
  height: 20px;
  line-height: 19px;
  text-decoration: none;
  font-size: 10px;
  color: white;
	font-weight: bold;
}
.prodlistlink a:hover {
 	background-color: #ae1168;
  color: white;
}
.prodlistsumm {
  margin: 10px 68px 10px 10px;
  line-height: 18px;
  color: white;
}
.prodlistsumm ul {
 	list-style-image: url("bullet.gif");
 	margin: 0 0 10px 10px;
}
.prodlistsumm ul li {
 	list-style-image: url("bullet.gif");
}
.baissecont {
  position: relative;
}
.baisse {
  position: absolute;
  top: 0;
  right: 10px;
}
.prodsumm {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 15px 0;
  line-height: 22px;
  font-style: italic;
}
.prodtable {
 	background-color: #858072;
}
.prodprice {
 	background-color: #b7cb11;
  font-size: 17px;
  color: white;
	font-weight: bold;
	padding: 0 10px;
}
.prodqty {
  background-color: #aeaaa1;
  border-top: #b7cb11 solid 1px;
  border-bottom: #b7cb11 solid 1px;
 	text-align: right;
  color: white;    
}
a.prodbuy:link,  a.prodbuy:visited, a.prodbuy:active {
  color: white;
	font-weight: bold;
	text-decoration: none;
}
a.prodbuy:hover {
	color: #7a047a;
}
.prodzoom {
  color: #adadad;
  text-align: center;
	font-size: 10px;
}
/* BLOG */
.HorizontalLine {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #f1f5cf;
}
.BlogTopics {
  display: none;
}
.BlogFooter {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #f1f5cf;
  padding-bottom: 20px;
}
.BlogFooterLeft {
  display: none;
}
.BlogHead {
  margin-top: 20px;
}
.BlogDateline {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.BlogInfo td {
  vertical-align: top;
  text-align: left;
}
H2.BlogTitle {
    font-family: Arial, Helvetica;
    font-size: 18px;
    font-weight: normal;
    color: #5d5644;
    margin: 0;
}
H2.BlogTitle a:link, H2.BlogTitle a:visited, H2.BlogTitle a:active {
    color: #5d5644;
    text-decoration: none;
}
H2.BlogTitle a:hover {
	color: #ae1168;
  text-decoration: none;
}
/*
.BlogDescriptionHeavy, .BlogDescription {
 display: none;
}
*/
.leftpane .Subhead {
    font-family: Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
.leftpane a.CommandButton:link,.leftpane a.CommandButton:visited, .leftpane a.CommandButton:active {
	color: white;
	text-decoration: underline;
}
.leftpane a.CommandButton:hover {
	color: black;
	text-decoration: underline;
}
.BlogMoreLink {
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
}
/* Cart */
.NBright_cartheader {
  font-weight: bold;
  color: #5d5644;
  font-size: 14px;
  background-color: transparent;
  height: 22px;
  border-bottom: #aeaaa1 solid 2px;
}
.NBright_CartItem {
  font-weight: normal;
}
.NBright_AltCartItem {
	background-color: #f4f4f4;
  font-weight: normal;
}
.NBright_OrderTotalLabel {
  font-weight: bold;
	background-color: #f4f4f4;
  height: 22px;
}
.NBright_OrderTotalValue {
  font-weight: bold;
}
.NBright_CartOptDiv {
  text-align: right;
  padding: 10px 0;
  border-bottom: #aeaaa1 solid 2px;
}
.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: 10px;
  width: 100%;
}
.NBright_ClientButton {
  padding: 5px;
 	background-color: #ae1168;
  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: white;
	text-decoration: none;
}
a.NBright_ClientButton:hover {
  color: white;
	text-decoration: none;
 	background-color: #ff2bd4;
}

/* TREEVIEW */
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
  color: white;
	font-weight: bold;
	list-style-type: none;
}
.treeview li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 21px;
  margin-bottom: 4px;
}
.treeview li a:link, .treeview li a:visited, .treeview li a:active {
  background: transparent url("catmenu2.gif") no-repeat 0 2px; 
  text-decoration: none;
  color: white;
  display: block;
}
.treeview li a:hover {
  background: transparent url("catmenu2_O.gif") no-repeat 0 2px; 
	color: white;
}
.treeview li a.selected {
  background: transparent url("catmenu2_O.gif") no-repeat 0 2px; 
	color: white;
}
/* SUB-MENU */
.treeview li ul {
	padding: 5px 0;
}
.treeview li li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 20px;
}
.treeview li li a:link, .treeview li li a:visited, .treeview li li a:active {
  color: white;
	display: block;
	height: 16px;
	text-decoration: none;
	font-weight: normal;
	border: none;
 	background: none;
}
.treeview li li a:hover {
	color: #b7cb11;
}
.treeview li li a.selected {
	color: #b7cb11;
}

