












/*************/
/** Sidebar **/
/*************/
.widWrapper {
	margin-bottom: 15px;
}
.widWrapper a {
	text-decoration: none;
	color: #000000;
}
.widWrapper a:hover {
	text-decoration: underline;
}

.widWrapper h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0b0909;
	background: #d5d5cd;
	padding: 3px 1px;
	border-bottom: 1px dotted #0b0909;
	text-transform:uppercase;
}
.widWrapper h2 *,
.widWrapper h2 a:hover {
	color: #000000;
} 
.widWrapper h3 {
	font-size: 11px;
	color: #326E9E;
	padding: 5px 0 3px 0;
}
.widWrapper h3.first {
	padding-top: 0;
}
.widWrapper .widContent {
	/*margin: 0 6px;*/
	padding: 6px 6px;
	overflow: hidden;
	background: #f2fa0f;
	padding-left:6px;
	zoom:1;
}
.widWrapper .widContent h3 {
	margin: 4px 0;
}

.widWrapper .widContent ul {
	position: relative;
}
.widWrapper .widContent ul,
.widWrapper .widContent ul li {
	margin: 0;
	padding: 0;
}
.widWrapper .widContent ul li {
	padding: 2px 0 3px 0;
	list-style-type: none;
	background: none;
	border-bottom: 1px solid #110c17;
}
.widWrapper .widContent ul li.first {
	padding-top: 0;
}
.widWrapper .widContent ul li.last {
	border-bottom: none;
	padding-bottom: 0;
}
.widWrapper .widContent ul li.current a,
.widWrapper .widContent ul li.current a.current {
	font-weight: bold;
	color: #326E9E;
}
.widWrapper .widContent ul li.current ul li a {
	font-weight: normal;
}

/***********************/
/** Store cart widget **/
/***********************/
#shopCartWidget .error {
	margin-bottom: 5px;
}
#shopCartWidget .widContent ul li {
	padding: 10px 0;
}
#shopCartWidget ul li span.quantity {
	float: left;
	padding-right: 5px;
	font-weight: bold;
	color: #326E9E;
}
#shopCartWidget ul li span.label {
	float: left;
}
#shopCartWidget ul li span.price {
	float: right;
	font-weight: normal;
	color: #326E9E;
}

#shopCartWidget ul li span.option {
	font-style: italic;
	padding-left: 20px;
}
#shopCartWidget .cartTotal {
	background: #d5d5cd;
	border: 1px dotted #326E9E;
	border-width: 1px 0;
	margin: 4px 0;
	padding: 10px 0;
}
#shopCartWidget .cartTotal span.label {
	font-weight: bold;
}
#shopCartWidget .cartTotal span.total {  
	float: right;
	font-weight: bold;
	color: #326E9E;
}
#shopCartWidget .buttonsWrapper {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
#shopCartWidget .buttonsWrapper .buttonLike {
	margin-left: 0;
	padding: 4px 3px;
}
.widWrapper a.buttonLike:hover {
	text-decoration: none;
}
#shopCartWidget .buttonsWrapper a.commander {
	color: #326E9E;
}
#shopCartWidget .buttonsWrapper a.commander:hover {
	border: 1px solid #326E9E;
}


/********************************/
/** Products categories widget **/
/********************************/
#productCategoriesWidget .widContent {
	position: relative;
}
#productCategoriesWidget ul.root {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#productCategoriesWidget ul.subCat {
	padding-left: 10px;
}
#productCategoriesWidget ul.subCat li {
	border: none;
	padding: 2px 0 0 0;
}
#productCategoriesWidget ul.subCat li a {
	font-size: 12px;
}

#productCategoriesWidget ul li {
	display: block;
	width: 100%;
	padding-left: 12px;
	position: relative;
}
/*#productCategoriesWidget ul li a {
	display: block;
	position: relative;
	white-space: nowrap;
	font-size: 14px;
	padding: 5px auto;
	color: #000000;
}*/

#productCategoriesWidget ul li a.current {
	color: #326E9E;
}

#productCategoriesWidget ul li .toogleBranchButton {
	position: absolute;
	cursor: pointer;
	width: 10px;
	overflow: hidden;
	left: -2px;
}
#productCategoriesWidget ul.subCat li .toogleBranchButton {
	left: -14px;
}
#productCategoriesWidget ul li.open .toogleBranchButton {
	background: url("index.php?pf=ecommerce/admin/images/fminus.gif") 4px 6px no-repeat;
}
#productCategoriesWidget ul li.closed .toogleBranchButton {
	background: url("index.php?pf=ecommerce/admin/images/fplus.gif") 5px 4px no-repeat;
}
#productCategoriesWidget ul li.empty .toogleBranchButton {
	display: none;
}

/************************/
/** Store infos widget **/
/************************/
#storeInfoWidget li {
	border: none;
	display: inline;
}

/*****************/
/** Tags widget **/
/*****************/
#tagsWidget .widContent {
	text-align: justify;
}
#tagsWidget .widContent li {
	border: none;
	display: inline;
}

/***************************/
/** Search product widget **/
/***************************/
#searchProductWidget #qp.textInput {
	width: 180px;
}
#searchProductWidget form {
	border: none;
}
#searchProductWidget h2 {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: none;
}
#searchProductWidget input.submitInput {
	padding: 3px 4px 4px 4px;
}
