.form select {
	color: #666666;
	background-color: #E2DFDC;
	display: block;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
}
.boxText {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 15px;
}

.imglisting {
	padding: 5px;
	border: 1px solid #DFCFEF;
	background-color: #FFFFFF;
	
	display: block;
	
}

.imglisting2{
	display: block;
	
	width: 95%;
	padding: 10px;
	border: 1px dotted #DFCFEF;
	background-color: #FCFCFC;
}

A.boxText {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #8665AB;
	background-image: url(images/bg_list.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	font-weight: bold;
}

A.boxText:hover {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.entete {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 15px;
}

A.entete {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/bg_list_un.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	font-weight: bold;
}

A.entete:hover {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.boxText font{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #99CC33;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 2px;
	text-align: center;
	text-indent: 5px;
	line-height: 13px;
}

.boxText b{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #0EA7B8;
	font-weight: bold;
	word-spacing: 2px;
	text-align: center;
	text-indent: 5px;
	line-height: 13px;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
}
.left{
	background-color: #FFFFFF;
}

#outofstock{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9933;
	display: block;
	float: left;
	text-decoration: line-through;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #6699CC;
	text-transform: none;
}

#prixstock{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #993399;
	display: block;
	float: right;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
	padding-left: 5px;
	border-left-width: 1px;
}
#tablestock{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663399;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	text-transform: none;
}

#tablestock td{
	padding-left: 2px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: none;
}



#options{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	height: 25px;
	padding: 2px;
	border: 1px dotted #80CCD5;
	text-align: left;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	text-indent: 10px;
}
#instock{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC3366;
	display: block;
	float: left;
	vertical-align: middle;
	padding-top: 9px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 5px;
}





.errorBox { font-family : "Trebuchet MS", sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 10px;
	color: #FF3333;
}
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : "Trebuchet MS", sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	color: #000000;
	margin: 0px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(/images/bg_body.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

A {
  color: #747474;
  text-decoration: none;
}

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

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

headerInfo2,TD.headerInfo2 {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #B193D7;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
	background: #bbc3d3 ;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #bbc3d3;
	background-image: url("/images/infobox/corner_right_left.gif");
}

.infoBox {
	background-color: #eeeaf5;
	display: block;
	width: 100%;
	background-attachment: scroll;
	background-image: url(/images/bg_infobox.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 20px;
}

.infoBoxContents {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #996699;
}
.infoBoxContents A{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #666699;
}
.infoBoxContents td{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #666699;
	
}
.infoBoxContents font{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #660099;
	text-align: center;
}
.infoBoxContents :hover {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}
.infoBoxContentsimg {
	color: #990000;
	text-decoration: underline;
	border: 1px solid #000000;
}


.infoBox2 {

	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.infoBoxContents2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #666666;
}
.infoBoxContents2 A{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #ADAD7E;
}
.infoBoxContents2 td{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #000000;
}
.infoBoxContents2 font{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
.infoBoxContents2 :hover {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #6633CC;
	text-decoration: underline;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
	background-image: url(/images/infobox/corner_right_left.gif);
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
}

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: #F1F1F1;

}

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-color: #eeeaf5;
}

TABLE.productListing {
	border: 0px solid #6666CC;
	border-spacing: 1px;  
}

.productListing-heading {
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	text-align:center;
	color: #484E53;
	font-weight: bold;
	padding: 10px;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	background-color: #f5f3f9;
}

TD.productListing-data {
border-right:2px solid #ffffff; 
border-bottom:2px solid #ffffff;  
text-align:center;
vertical-align:top; 
padding:5 0 5 0;


  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 11px;
  color: #484E53;
}


A.pageResults {
  color: #747474;
}

A.pageResults:hover {
  color: #747474;
}

A.pageResults:visited {
  color: #747474;
}


TD.pageHeading, DIV.pageHeading {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: 509px;
	padding-top: 0px;
	padding-bottom:0;
	background-image: url(images/infobox/corner_right_left.gif);
	text-align: left;
	text-indent: 15px;
	vertical-align: middle;
	display: block;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  padding-left: 10px;
}
.smallText2 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  padding-left: 10px;
}
.smallText2 b{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	padding-left: 10px;
	font-weight: normal;
}

TD.accountCategory {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.newItemInCart a{
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "Trebuchet MS", sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: "Trebuchet MS", sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: "Trebuchet MS", sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: "Trebuchet MS", sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: "Trebuchet MS", sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: "Trebuchet MS", sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: "Trebuchet MS", sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: "Trebuchet MS", sans-serif; font-size: 10px; color: #ff0000; }


















td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #2C2C2C
}
 .ch1{
 border-left: #C6C6C6 1px solid;
 border-right: #C6C6C6 1px solid;
 }
 .ch2{
 padding-left: 13px;
 }               
 .ch3{
 font-size: 10px;
 font-weight: bold;
 color: #46484A;
 }

 .ch4{
 font-size: 11px;
 color: #46484A;
 }

 .ch5{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #92619E;
	display: block;
	height: 30px;
	line-height: 15px;
 }

 .ch6{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
 }

 .ch7{
	border: 1px dotted #E2E0ED;
 }

 .ch8{
	font-size: 14px;
	font-weight: bold;
	color: #FF6666;
	font-family: "Trebuchet MS", sans-serif;

	vertical-align: top;
 }

 .ch9{
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #c70912;
 }

 .ch10{
 font-size: 11px;
 font-weight: bold;
 color: #484E53;
 }

 .ch11{
 font-size: 12px;
 font-weight: bold;
 color: #484E53;
 }

 .ch12{
 font-size: 11px;
 color: #484E53;
 }

 .ch13{
	font-size: 12px;
	font-weight: bold;
	color: #3F3A37;
 }

 .ch14{
	font-size: 13px;
	color: #333333;
	font-family: "Trebuchet MS", sans-serif;
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
 }
 .ch14 strong{
	font-size: 14px;
	color: #000000;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	font-weight: bold;
 }
  .ch14 b{
	font-size: 14px;
	color: #000000;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	font-weight: bold;
 }
  .ch14 li{
	font-size: 13px;
	color: #666699;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
 }
 
  .ch14 u{
	font-size: 13px;
	color: #996699;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;	
 }
 .ch15{
 font-size: 11px;
 text-decoration: none; 
 color: #484E53;
 }

 .ch16{
 font-size: 11px;
 text-decoration: none; 
 color: #58B4D2;
 }

 .ch17{
 font-size: 13px;
 color: #565656;
 }

 .ch18{
 font-size: 13px;
 color: #565656;
 }

               
 .ml1{
 font-size: 11px;
 text-decoration: none; 
 color: #484E53;
 }


 .se{            
 width: 100px;
 font-size: 9px;
 color: #282E3E
 }
 .se2{            
 width: 115px;
 font-size: 9px;
 color: #282E3E
 }




 .image_border{
  border:1px solid #000000; 
 }

/* VJ Links Manager v1.18 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.linkFeatured {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid black;
}
.linkFeaturedHeading {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
.linkFeaturedMain {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
.linkListingMain {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  font-weight: bold; 
  color: #000; 
}
A.linkListingMain {
  color: #fff;
}
A.linkListingMain:hover {
  color: #FF0000;
}

.linkListingCats {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingCats:hover {
  color: #FF0000;
}

.linkListingSubCats {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingSubCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingSubCats:hover {
  color: #FF0000;
}

/* VJ Links Manager v1.18 end */


.cont_header_txt TD {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; VERTICAL-ALIGN: middle; TEXT-TRANSFORM: uppercase; COLOR: #c70912; HEIGHT: 39px
}
.cont_header_txt A {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; VERTICAL-ALIGN: middle; COLOR: #c70912; TEXT-DECORATION: none
}
.cont_header_txt A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #c70912; TEXT-DECORATION: underline
}
.cont_head {
	BACKGROUND: #e5dfce; WIDTH: 100%
}
.cont_head1 {
	BACKGROUND: #e5dfce; WIDTH: 100%
}
.box_header_txt{
	display: block;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}
.box_header_txt TD {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; VERTICAL-ALIGN: middle; TEXT-TRANSFORM: uppercase; COLOR: #c70912; HEIGHT: 39px
}
.box_header_txt1 TD {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND: #e5dfce; VERTICAL-ALIGN: middle; TEXT-TRANSFORM: uppercase; COLOR: #313030; HEIGHT: 39px
}
.box_body S {
	FONT-SIZE: 18px; COLOR: #e5dfce
}
.box_body UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 19px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.box_body .bg_list {
	BACKGROUND: url(images/bg_list.gif) no-repeat 0px 9px
}
#lala
 {
	display: block;
	padding-top: 12px;
	padding-left: 84px;
}
.box_body .bg_list A {
	PADDING-LEFT: 15px; COLOR: #e5dfce; LINE-HEIGHT: 23px; TEXT-DECORATION: none
}
.box_body .bg_list A:hover {
	COLOR: #e5dfce; TEXT-DECORATION: underline
}
.box_body .bg_list_un {
	BACKGROUND: url(images/bg_list_un.gif) no-repeat 0px 9px


}
.box_body .bg_list_un A {
	PADDING-LEFT: 15px; COLOR: #ffffff; LINE-HEIGHT: 21px; TEXT-DECORATION: underline
}
.box_body .bg_list_un A:hover {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.box_body .bg_list_sub {
	BACKGROUND: url(images/bg_list_sub.gif) no-repeat 0px 9px; MARGIN-LEFT: 10px
}
.box_body .bg_list_sub A {
	PADDING-LEFT: 15px; COLOR: #ffffff; LINE-HEIGHT: 23px; TEXT-DECORATION: underline
}
.box_body .bg_list_sub A:hover {
	COLOR: #ffffff; TEXT-DECORATION: none
}


/* VJ Links Manager v1.18 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid black;
}
.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
.linkFeaturedMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold; 
  color: #000; 
}
A.linkListingMain {
  color: #fff;
}
A.linkListingMain:hover {
  color: #FF0000;
}

.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingCats:hover {
  color: #FF0000;
}

.linkListingSubCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingSubCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingSubCats:hover {
  color: #FF0000;
}
.souscat {
	display: block;
	height: 105px;
	width: 100%;
	color: #666699;
	line-height: 13px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-image: url(images/bg_souscat.gif);
	background-repeat: no-repeat;
}

/* VJ Links Manager v1.18 end */