/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*    SENSOTEK E-SHOP STYLE SHEET 29/04/2007   */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
maroon dark #4C2424
maroon light #763D40
maroon light++ #A25E62
maroon link #592F2F

green eshop  #4B6018
green eshop_desc  #829623
green eshop_desc_text  #FFFFFF
green eshop_price  #A2B450

pink eshop  #9B3A44
pink eshop_desc  #D27280
pink eshop_desc_text  #ffffff
pink eshop_price  #F398A9

blue eshop  #2A3E54
blue eshop_desc  #8292B4
blue eshop_desc_text  #ABC2EE
blue eshop_price  #ffffff
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


body{
	margin: 0;
	font-family : Verdana,Arial;
	font-size: 0.8em;
	text-align : center;
	color: #ffffff;
	background : #000000
}


/* Main Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#all{
	width: 722px;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: left;
	background: transparent;
}

#header{
	width: 100%; height: 60px;
	background: transparent;
}

#content_main{
	width: 700px;
	min-height: 300px; _height: 300px; /* hack for ie6 */
	margin: 0; padding: 10px 10px 0 10px;
	border-right: 1px solid #4C2424;
	border-bottom: 1px solid #4C2424;
	border-left : 1px solid #4C2424;
	border-top : 1px solid #4C2424;
	background: transparent;
}

#content_main_with_navbar{
	width: 700px;
	min-height: 300px; _height: 300px; /* hack for ie6 */
	margin: 0; padding: 10px 10px 0 10px;
	border-right: 1px solid #4C2424;
	border-bottom: 1px solid #4C2424;
	border-left : 1px solid #4C2424;
	background: transparent;
}

#footer{
	height: 42px;
	margin:0;
	padding: 5px 0 10px 0;
	color: #592F2F;
	font-size: 0.8em;
	background: transparent;
}

#footer span.left{
	float: left;
	width: 300px;
}

#footer span.right{
	float: right;
	width: 400px;
	text-align: right;
}


/* Honrizontal Navbar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#navbar{
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
	background: #4C2424;
	overflow: auto;
}

#navbar a{
	padding: 10px;
	margin: 0 20px 0 20px;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	background: #763D40
}

#navbar a:hover{ background: #A25E62 }


/* Cart Style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#my_sensotek_cart{
	width: 90px; height: 46px;
	float: right;
	margin: 0 0 0 0;
	padding: 4px 5px 0 60px;
	background: transparent url(../img/cart_bk_black.gif) no-repeat 0px 16px
}

/* Title Style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h1{ display: none }

h4{
	width: 680px;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}

h5{
	font-size: 14px;
	font-weight: bold;
}

h6{
	font-size: 12px;
	font-weight: bold;
}


/* Style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content_main p {text-align: justify}
#content_main_with_navbar  p {text-align: justify}


/* Link Style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer a {color: #592F2F; text-decoration: none}
#footer a:hover {color: #916668}

#my_sensotek_cart a {color: #ffffff; text-decoration: underline }
#my_sensotek_cart a:hover {color: #916668; text-decoration: underline}

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

/* Image style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.img_right{float:right; margin: 0; border: 0}
.img_left{float:left; margin: 0; border: 0}


/* Utils style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.bold { font-weight: bold }


.product_text_relax
{
	font-size: 11px;
	color: #ABC2EE
}

.product_text_energy
{
	font-size: 11px;
	color: #A2B450
}

.product_text_exalt
{
	font-size: 11px;
	color: #F398A9
}

.banque-populaire {
	width: 190px;
	height: 40px;
	color: #AAAAAA;
	font-size: 10px;
	margin: auto auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 44px;
	padding-top: 2px;
	background: transparent url(../img/logo-banque-populaire.gif) no-repeat 0 0
}

.al-right{text-align: right}

