/* css :: style :: goGirl */

/* Nouvelles polices */
@font-face {
    font-family: "calibri";
	font-style: normal;
	font-weight: normal;
    src: url(/styles/calibri.ttf);
}

@font-face {
	font-family: "calibri";
	font-style: normal;
	font-weight: bold;
    src: url(/styles/calibrib.ttf);
}

@font-face {
	font-family: "calibri";
	font-style: italic;
	font-weight: bold;
    src: url(/styles/calibriz.ttf);
}

@font-face {
	font-family: "calibri";
	font-style: italic;
	font-weight: normal;
    src: url(/styles/calibrii.ttf);
}

@font-face {
	font-family: "ubuntu";
	font-style: normal;
	font-weight: normal;
	src: url(/styles/Ubuntu-R.ttf);
}

@font-face {
	font-family: "ubuntu";
	font-style: normal;
	font-weight: bold;
	src: url(/styles/Ubuntu-B.ttf);
}

@font-face {
	font-family: "ubuntu";
	font-style: italic;
	font-weight: bold;
	src: url(/styles/Ubuntu-BI.ttf);
}

@font-face {
	font-family: "ubuntu";
	font-style: italic;
	font-weight: normal;
	src: url(/styles/Ubuntu-RI.ttf);
}

/* T R B L */

body {
	background-color: #d3d3d3;
	background-image: url(/images/pinkBanner_bgnd.gif);
	background-repeat: repeat-x;
}

.red {
	color: #900;
}

.grey {
	color: #454545;
}

.ggPink {
	color: #a5167c;
}

.camo {
	color: #9F7142;
}

.small {
	font-size: 11px;
}

.smaller {
	font-size: 11px;
}

.larger {
	font-size: 12px;
}

.hideThis {
	display: none;
}

.photoFrame {
	border: solid #cccccc 1px;
	background-color: #f6f3ef;
	padding: 6px;
	margin: 0px;
}

.photoFrame:hover {
	border: solid #f3cce6 1px;
	background-color: #f4e5f4;
}

p {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

/****************************************** mainContainer style */

#mainContainer {
	font-family: "calibri", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c4b4c;
	line-height: 18px;
}

#navHeader {
	background-image: url(/images/hdr_bgnd.gif);
	background-repeat: no-repeat;
}

#topHdrContainer, #topHdrContainer-promo {
	background-image: url(/images/topContent_bgnd.gif);
	background-repeat: no-repeat;
}

#topHdrContainer-intPage {
	background-image: url(/images/topContent_bgnd.gif);
	background-repeat: no-repeat;
}

#contentContainer {
	background-image: url(/images/body_vertTile.gif);
	background-repeat: repeat-y;
}

#endCapIMG {
	background-image: url(/images/footer_bgnd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 280px;
	/* IE6 Fix */
	_height: auto !important;
	_height: 280px;
}

.articleLinkBody {
	padding: 5px 0px 5px 0px;
}

#footerContainer {
	font-size: 12px;
}

/****************************************** eStore style */
.productContainer {
	background-image:url(/images/gear_product_bgndGrid.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.productGearTitle {
	font-size: 16px;
	color: #a5167c;
	font-weight: lighter;
}

.productPrice1 {
	font-size: 18px;
	color: #393939;
}

.productPrice2 {
	font-size: 14px;
	color: #393939;
}

.productStock {
	font-size: 12px;
	color: #393939;
}

/****************************************** form style */

.textInput {
	background-color: #FFF8FF;
	color: #9D1278;
	border: solid #F7AEF6 1px;
	margin: 0px;
	padding: 2px 2px 2px 2px;
	outline: none;
}

.inputWidth200 {
	width: 200px;
}

.inputWidth100 {
	width: 100px;
}

.inputWidth30 {
	width: 30px;
}

.inputWidth50 {
	width: 50px;
}

.formCheckbox {
	background-color: #FFF8FF;
	color: #9D1278;
	border: solid #F7AEF6 1px;
	outline: none;
}

.formError {
	color: red;
	font-size: 12px;
	background-image:url(/images/warning.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	display: none;
}

.submitCommander {
  display:block;
  width:140px;
  height:26px;
  background:url(/images/btn_commander.jpg) no-repeat 0 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  text-indent:-9999px;
  font-size: 0;
  line-height: 0;
}

.submitCommander:hover {
  background-position: 0 -26px;
  cursor: pointer;
}

.submitValider {
  display:block;
  width:140px;
  height:26px;
  background:url(/images/btn_valider.jpg) no-repeat 0 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  text-indent:-9999px;
  font-size: 0;
  line-height: 0;
}

.submitValider:hover {
  background-position: 0 -26px;
  cursor: pointer;
}

.submitRecalculer {
  display:block;
  width:140px;
  height:26px;
  background:url(/images/btn_recalculer.jpg) no-repeat 0 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  text-indent:-9999px;
  font-size: 0;
  line-height: 0;
}

.submitRecalculer:hover {
  background-position: 0 -26px;
  cursor: pointer;
}

.paiementMethode {
	width: 200px;
	height: 180px;
	padding: 10px;
	border-right: dotted 1px #a5167c;
}

.submitRetour {
  display:block;
  width:140px;
  height:26px;
  background:url(/images/btn_retour.jpg) no-repeat 0 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  text-indent:-9999px;
  font-size: 0;
  line-height: 0;
}

.submitRetour:hover {
  background-position: 0 -26px;
  cursor: pointer;
}

.submitValidCmd {
  display:block;
  width:140px;
  height:26px;
  background:url(/images/btn_validCmd.jpg) no-repeat 0 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  text-indent:-9999px;
  font-size: 0;
  line-height: 0;
}

.submitValidCmd:hover {
  background-position: 0 -26px;
  cursor: pointer;
}

.submitPaiementPaypal {
  display:block;
  width:140px;
  height:26px;
  background:url(/images/btn_pPaypal.jpg) no-repeat 0 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  text-indent:-9999px;
  font-size: 0;
  line-height: 0;
}

.submitPaiementPaypal:hover {
  background-position: 0 -26px;
  cursor: pointer;
}

.submitPaiementCheque {
  display:block;
  width:140px;
  height:26px;
  background:url(/images/btn_pCheque.jpg) no-repeat 0 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  text-indent:-9999px;
  font-size: 0;
  line-height: 0;
}

.submitPaiementCheque:hover {
  background-position: 0 -26px;
  cursor: pointer;
}

/****************************************** H Tag style */
h1, h2, h3, h4 {
	font-family: "ubuntu", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 22px;
	color: #a5167c;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 18px;
	color: #a5167c;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 16px;
	color: #a5167c;
	margin: 0px 0px 2px 0px;
}

h4 {
	font-size: 12px;
	color: #a7147b;
	margin: 0px 0px 2px 0px;
	text-transform: uppercase;
}

/****************************************** link */

a { 
	outline: none; 
} /* firefox outline prevention */

a, a:link, a:visited {
	color: #a5167c;
	text-decoration: none;
}

a:hover {
	color: #a5167c;
	text-decoration: underline;
}

a:active {
	color: #a5167c;
	text-decoration: none;
}

/*  button -------------------------------------------    */



/*  accordion -------------------------------------------    */

.accordian_subhead {
	font:italic 14px Arial,helvetica,MS san-serif;
	color: #4b4b4b;
	margin: 8px 0px 14px 0px;
	padding: 0px 5px 0px 3px;
	width:350px;
	line-height:22px;
}

#accordion {
	margin:0px 0px;
}

h3.toggler {
	cursor: pointer;
	font:bold 13px Arial,helvetica,MS san-serif;
	color: #2a61a1;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 3px 0px;
	height:auto;
		
}

div.element p, div.element h4,div.element {
	margin:0px 0px 0px 1px;
	position:relative;
	width:350px;
}

.element a {
	margin:0px 0px 0px 0px;
}

div.element ul {
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
}

h5.toggler {
	background: #fde8f7 url(/images/accordianoff.gif) right no-repeat;
	cursor: pointer;
	font:bold 13px Arial,helvetica,MS san-serif;
	color: #c5167c;
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 4px 5px;
	height:auto;
	width:330px;
}

h5.open {
	background:#fde8f7  url(/images/accordianon.gif) right no-repeat;
}

/*  Medias -------------------------------------------    */

.mediaDoc { 
	background-image: url(/images/docTitle_longBgndTape.png);
	background-repeat: no-repeat; 
	width: 450px; 
	margin: 0px 0px 15px 0px; 
	padding: 0px; 
}

.docIcon { 
	width: 50px; 
	margin: 8px 20px 0px 10px; 
	padding: 0px; 
}

.docTitle { 
	width: 350px; 
	margin: 0px; 
	padding: 12px 0px 15px 0px; 
}

.docInfo { 
	width: 315px; 
	margin: 0px 0px 5px 0px; 
	padding: 10px 0px 5px 20px; 
	line-height: 12px; 
	background-image: url(/images/outsideLink_icon_10px.gif); 
	background-repeat: no-repeat; 
	background-position: 2px 10px;
}

.docThumb { 
	width: 50px; 
	margin: 6px 6px 0px 0px; 
	padding: 2px; 
}

/* links */

.mediaLink { 
	background-image: url(/images/linkTitle_longBgndTape.png);
	background-repeat: no-repeat; 
	width: 440px; 
	margin: 0px 0px 15px 0px; 
	padding: 0px; 
}

.linkIcon { 
	margin: 8px 20px 0px 10px; 
	padding: 0px; 
}

.linkTitle { 
	margin: 0px; 
	padding: 12px 0px 15px 0px; 
}

.linkInfo { 
	width: 315px; 
	margin: 0px 0px 5px 0px; 
	padding: 11px 0px 5px 20px; 
	line-height: 12px; 
	background-image: url(/images/outsideLink_icon_10px.gif); 
	background-repeat: no-repeat; 
	background-position: 2px 10px;
}

/* Slideshow index page */

#slideshow {
    position:relative;
    height:355px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
 
/* Carroussel accueil */
 #slides {
      display: none
    }

    .container {
      margin: 0 auto
    }

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 20px;
        padding-right: 20px;
      }
      .container {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 987px) {
      .container {
        width: 724px
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .container {
        width: 1170px
      }
    }