/* ----------------------------------------------------------------------------
   G e n e r i c
   ---------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #000;
}

img {
	border: 0;
}

.compClear {
	clear: both;
}
#compError {
	margin: 5px;
	text-align: center;
	font-size: 0.75em;
	font-weight: bold;
	color: #EF2312;
}

#compFrame {
	font-family: Arial, sans-serif;
	background-color: #FFF;
}
#compHead {
	position: relative;
}
#compHeadLeft, #compHeadRight {
	position: absolute;
	width: 6px;
	height: 90px;
	top: 0;
}
#compHeadLeft {
	left: 0;
	background: url(http://clients.comparance.com/images/specialistes/headerLeft.gif)
}
#compHeadRight {
	right: 0;
	background: url(http://clients.comparance.com/images/specialistes/headerRight.gif)
}

#compFrame h1 {
	margin: 0;
	padding: 0 5px 0 5px;
	height: 50px;
	background: url(http://clients.comparance.com/images/specialistes/headerBg.gif) repeat-x;
}
#compFrame h1 span {
	display: block;
	height: 100%;
	color: #FFF;
	text-indent: -10000px;
	background: url(http://clients.comparance.com/images/specialistes/logo.gif) 4px 8px no-repeat;
}
#compLoading {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 10px 10px 10px 40px;
	height: 20px;
	color: #003569;
	font-weight: bold;
	background: #FFF url(http://comparance.com/images/loading.gif) 10px 50% no-repeat;
	border: 1px solid #847272;
}
#compContent h2 {
	margin: 5px;
	font-size: 0.85em;
	color: #847272;
	text-align: center;
}

#compFooter
{
	font-size: 70%;
	font-style: italic;
	margin: 10px 0 0 0;
	padding: 5px 10px 5px 5px;
	color: #fff;
	border: 1px solid #4281d7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #4281d7;
}

#compFooter a
{
	color: #fff;
	font-weight: bold;
}

#compFooter a:hover
{
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------
   N a v i g a t i o n
   ---------------------------------------------------------------------------- */

#compNav {
	height: 40px;
	font-size: 0.9em;
	color: #FFF;
	background-color: #dadada;
}

#compNavContent {
	float: left;
	height: 40px;
}

#compNavContent ul {
	float: left;
	margin: 12px 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#compNavContent li {
	float: left;
	padding: 0 0 0 4px;
	margin: 0;
	color: #727272;
	font-size: 0.85em;
}

#compNavContent a {
	color: #727272;
	font-weight: bold;
}
#compNavContent a:hover {
	text-decoration: underline;
}

#compNavMode {
	float: right;
	margin: 8px 0 0 12px;
	padding: 1px 0 0 0;
}
#compNavMode a {
	font-size: 0.7em;
	font-weight: bold;
	color: #4281d7;
}
#compNavMode a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------
   B r a n d s  /  T y p e s  /  A p p l i a n c e s
   ---------------------------------------------------------------------------- */

#compBrands {
	width: 100%;
}
#compBrands a {
	display: block;
	padding: 30px 0 30px 0;
	height: 100%;
	text-align: center;
	border: 1px solid #FFFFFF;
}
#compBrands a:hover {
	border: 1px solid #4CA1D4;
}

#compTypes {
	width: 95%;
	margin: 5px auto;
	font-size: 0.8em;
	color: #CCC;
}
#compTypes td {
	vertical-align: top;
}
#compTypes h3 {
	margin: 0 auto;
	padding: 9px 9px 9px 11px;
	width: 163px;
	height: 17px;
	font-size: 1.2em;
	color: #FFF;
	background: url(http://clients.comparance.com/images/specialistes/sectionbg.gif);
}
#compTypes ul {
	margin: 10px auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 7px;
	width: 170px;
	list-style-type: none;
}

#compTypes a {
	font-size: 1.1em;
	color: #707070;
}
#compTypes a:hover {
	font-weight: bold;
	color: #6f9fc9;
}
#compTypes a span {
	float: left;
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	background: url(http://clients.comparance.com/images/specialistes/check.gif);
}
#compTypes a:hover span {
	background-position: 12px 0;
}

#compItems {
	width: 100%;
}
#compItems td {
	text-align: center;
	font-size: 0.65em
}
#compItems a {
	display: block;
	padding: 5px;
}
#compItems a.compItem:hover {
	background-color: #EEE;
}
#compItems .compBrand {
	color: #00A1F5;
}
#compItems .compPrice strong {
	color: #F96500;
}

#compQuickCompare {
	position: relative;
	text-align: right;
	font-size: 0.7em;
        margin: 0 10px 0 0;
}
#compQuickCompare a {
	color: #4281d7;
	font-weight: bold;
	text-decoration: underline;
}
#compQuickCompare a:hover {
	color: #333;
	text-decoration: underline;
}
#compQuickCompareForm input {
	border: 1px solid #666;
}
#compQuickCompareForm span {
	padding: 5px;
	color: #FF3333;
	font-weight: bold;
}
#compQuickCompareForm div {
	position: absolute;
	max-height: 200px;
	overflow-y: scroll;
	background-color: #FFF;
	border: 1px solid #dadada;
}
#compQuickCompareForm div ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
#compQuickCompareForm a {
	display: block;
	padding: 2px 5px 2px 5px;
	font-size: 0.9em;
}
#compQuickCompareForm div a:hover {
	background-color: #DDECF7;
	text-decoration: none;
}

/* ----------------------------------------------------------------------------
   C a r t
   ---------------------------------------------------------------------------- */

#compCart {
	position: relative;
	float: right;
	margin: 3px 5px 3px 0;
	width: 126px;
	height: 35px;
}

#compFrame.en #compCartBtn {
	display: block;
	height: 100%;
	background: url(http://clients.comparance.com/images/specialistes/cartBtn-en.gif);
}

#compFrame.fr #compCartBtn {
	display: block;
	height: 100%;
	background: url(http://clients.comparance.com/images/specialistes/cartBtn-fr.gif);
}

#compFrame.fr #compCartBtn:hover, #compFrame.en #compCartBtn:hover {
	background-position: 126px 0;
}
.compCartTransfer {
	border: 2px dashed #666;
}

#compCartContent {
	position: absolute;
	width: 450px;
	max-height: 400px;
	overflow-y: scroll;
	left: -328px;
	background-color: #FFF;
	border: 1px solid #dadada;
}

#compCart h2 {
	margin: 10px;
	text-align: center;
	color: #333;
	font-size: 1.1em;
}
#compCart th {
	color: #333;
	font-size: 0.8em;
	background-color: #dadada;
}

#compCartCompare {
	padding: 10px;
	text-align: right;
}
#compCartItems {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	color: #333;
}
.compCartItemOver {
	background-color: #EEE;
}

#compCartLinks {
	padding-bottom: 5px;
	color: #000;
	text-align: center;
	font-size: 0.7em;
}
#compCartLinks a {
	color: #F96500;
}
#compCartLinks a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------
   C o m p a r e
   ---------------------------------------------------------------------------- */

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

#compCompare {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#compCompare tr {
	border-bottom: 1px solid #DDD;
}
#compCompare th {
	padding: 4px;
	text-align: left;
	font-size: 0.75em;
	vertical-align: top;
	background-color: #DDECF7;
}
#compCompare td {
	padding: 4px;
	min-width: 150px;
	font-size: 0.8em;
	border-left: 1px solid #DDD;
	vertical-align: top;
}
#compCompare h3 {
	margin: 5px 0 0 0;
	font-size: 0.9em;
}
#compCompare a {
	color: #F96500;
}
#compCompare a:hover {
	text-decoration: underline;
}

