#right {
	background: url('/images/catalogue/bg-catnav.jpg') no-repeat;
}
#caddie {
	width: 200px;
	height: 57px;
	margin: 5px 0px 30px 20px;
	color: #ffffff;
}
#caddie h3 {
	font-size: 10px;
	text-transform: uppercase;
	color: #453038;
	border-bottom: 1px solid #f6c3ce;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 2px 0px;
}	
#caddie ul.caddie_option {
	border-top: 1px solid #f6c3ce;
	font-size: 11px;
	margin-top: 5px;
	padding-top: 2px;
}
#caddie ul.caddie_option li a {
	color: #fff;
}
ul.caddie_option li {
	display: inline;
	margin-right: 20px;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
}
ul.caddie_option li a {
	color: #e5345f;
	text-decoration: none;
	height: 16px;
	line-height: 16px;
	margin-right: 20px;	
	margin-left: 6px;
	display: block;
	float: left;
}
ul.caddie_option li a:hover {
	text-decoration: underline;
}
ul.caddie_option li#empty_cart a {
	background: url('/images/catalogue/icon-empty.gif') no-repeat;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
}
ul.caddie_option li#update_cart a {
	background: url('/images/catalogue/icon-update.gif') no-repeat;
	height: 16px;	
	line-height: 16px;
	text-indent: 20px;
}

/* DISCUSSION */
.hand {
cursor: hand;
}
.notification-border-n {
border: 2px solid #f9bfce;
width: 600px;
padding: 10px;
margin-bottom: 20px;
}
a#discussion_link {
background: url('/images/catalogue/icon-message.gif') no-repeat;
padding-left: 20px;
}
.ticket_info {
	width: 150px;
	display: block;	
	float: left;
	font-size: 11px;
}
.ticket_info strong {
	color: #6f4250;
}
.ticket_text {
	width: 450px;
	display: block;
	float: right;
}


#catnav h3 {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
}

table#stickers_list {
	margin-bottom: 50px;
}
table#stickers_list_cart {
	margin-bottom: 4px;
}
table#stickers_list tr, table#stickers_list_cart tr {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fcdfe6;	
	background: none;
}
table#stickers_list tr th, table#stickers_list_cart tr th {
	background: none;
}
th.stickers_name, table#stickers_list td, table#stickers_list_cart td {
	border: 0px;
	background: none;
}

th.stickers_name strong {
	background: url('/images/layout/icon-arrow.png') no-repeat;
	padding-left: 20px;	
	font-weight: bold;
	color: #6f4250;
	height:12px;
	line-height: 12px;
}
table#stickers_list select, table#stickers_list_cart select {
	font-size: 10px;
	border: 1px solid #cdcdcd;
	width: 160px;
}
p.price {
	margin: 0;
	padding: 0;
	color: #202020;
}
td.stickers_name {
	width: 220px;
}
td.stickers_price {
	text-align: left;
	font-size: 11px;
}
td.stickers_options {
	text-align: right;
	width: 85px;
}
td.stickers_option_mini {
	width: 20px;
	text-align: right;	
}
td.stickers_quantity {
}
td.stickers_price_detail {
	width: 200px;
	font-size: 11px;
	text-align: left;
}


#sort_stickers, #sort_stickers a {
	text-align: right;
	font-size: 11px;
	color: #b7b7b7;
}


/* CONNEXION */
#login_form {
	float: left;
	width: 200px;
	display: block;
	margin-right: 40px;
}
#login_form input {
	width: 150px;
}
#login_form input#checkbox_remember_me {
	width: 12px;
	height: 12px;
	margin-right: 10px;
}
#login_form_helpbox {
	width: 360px;
	height: 129px;
	background: url('/images/catalogue/bg-login.gif') #ffe9e2 no-repeat;
	display: block;
	float: right;
}
#login_form_helpbox ul {
	width: 300px;
	margin-top: 30px;
	margin-left: 40px;
	font-size: 11px;
}
#login_form_helpbox ul li {
	background: url('/images/layout/icon-arrow.png') no-repeat;
	text-indent: 20px;
	margin-bottom: 4px;
}
#login_form_helpbox ul li.title {
	font-size: 12px;
	background: none;
	text-indent: 0px;
	font-weight: bold;
	color: #6f4250;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 4px;
	margin-bottom: 10px;
}




h4#coupon_title {
	background: url('/images/catalogue/icon-coupon.gif') no-repeat;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	border: 0px;
	margin-right: 20px;
}
#ccf_code {
	float: left;
	margin-right: 20px;
}



/* Ajax */
.ajax-loading-box {
	border: 1px solid #aaaaaa;
	background-color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 90%;
	width: 65px;
	display: none;
	z-index: 9999;
}
.ajax-message-wrapper {
	display: none;
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 9999;
	width: 339px;
	border-top: 1px solid #ffffff; 
	border-left: 1px solid #ffffff; 
	border-right: 1px solid #366073;  
	border-bottom: 1px solid #366073;
	cursor: pointer;
}
.ajax-message {
	border: 1px solid #5b8496; 
	background: #ffffff url('images/ajax_message_bg.gif') repeat-x bottom; 
	padding: 25px 29px 10px 29px;
}

.ajax-notification-n, .ajax-notification-e, .ajax-notification-w {
	padding-left: 17px; 
	padding-bottom: 15px;
}

.ajax-notification-e {
	background: url('images/ajax_notification_e.gif') no-repeat left 1px; 
}

.ajax-notification-w {
	background: url('images/ajax_notification_w.gif') no-repeat left 1px; 
}

.ajax-notification-n {
	color: #1b7bdd; 
	font-weight: bold; 
	background: url('images/ajax_notification_n.gif') no-repeat left 1px; 
}

.small {
	font-size: 11px;
}


/* CART PROGRESS */
ul#cart_progress {

}
ul#cart_progress li {
	text-align: center;
	display: block;
	width: 149px;
	float: left;
	border-bottom: 5px solid #ebe6e7;
	color: #6f4250;
	margin-right: 1px;
	padding-bottom: 4px;
}
ul#cart_progress li.active {
	border-bottom: 5px solid #ad949b; 
	color: #ad949b;
}
ul#cart_progress li a {
	color: #6f4250;
	text-decoration: none;
}
ul#cart_progress li a:hover {
	color: #e5345f;	
}


ul#payment_method {
	padding-bottom: 20px;
}
ul#payment_method li {
	display: inline;
}

select#ssr {
	width: 100%;
}	
/* TOTAUX */

#checkout_totals {
	background: url('/images/catalogue/bg-checkout.gif') no-repeat;
	min-height: 170px;
	padding-top: 20px;
}
#checkout_wrapper {
	width: 290px;
	float: right;
	display: block;
	margin-right: 10px;
}
#checkout_left {
	width: 280px;
	float: left;
	margin-right:20px;
}

#checkout_table {
	
}
#checkout_table thead th.heading {
	height: 16px;
	line-height: 16px;
	padding: 5px;
}




.semicol_left {
	width: 280px;
	float: left;
}	

.semicol_right {
	width: 280px;
	float: right;
}


/* FORM */

fieldset {
 position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
 padding: 10px 10px 15px 10px;
 background-color:#ffffff;
 margin: 20px 0;
 background: white url('/images/layout/fieldset.gif') bottom repeat-x;
 border: 2px solid #fbdee6;
}

legend {
 position: expression('absolute'); 
 top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
 padding: 0 20px;
 height: 32px;
 line-height: 32px;
 text-align: center;
 background: url('/images/layout/legend.gif') center no-repeat;
 color: #6f4250;
 font-weight: bold;
 text-transform: uppercase;
}


label, .label { 

 color: #333;
 font-size: small;
 width: 120px;
 display: block;
 float: left;
 margin-right: 20px;
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label {
 display: -moz-inline-box;
 display: block; 
 width: expression('7em'); /* Min-width for IE6 */
 width: 120px;
 min-width: 7em; 
 padding: 0 2px;
 margin: 0 4px 0 0;
 height: 26px;
}
.label { display: block; width: auto; }

#payment_method_8, #payment_method_12, #payment_method_13  {
	width: 14px;
	height: 14px;
}
a#paylink {
	background: url('/images/catalogue/icon-payment.gif') no-repeat;
	padding-left: 50px;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: bold;
}

label.postField {
 margin-left: 4px;
 margin-right: 4px;
}


/* Repeat Behavior */
.repeat {
 border: 2px solid #e0deb1;
 background-color: #FFFFFF;
 margin: 3px 0;
 padding-right: 6px;

}

textarea {
 padding: 0;
 vertical-align: top;
 margin: 4px 0 1px 0;
 border: 1px solid #cdcdcd;
 width: 435px;
 height: 150px;
}
textarea.bigtextarea {
	width: 600px;
}
input {
 border: 2px solid #cdcdcd;
 height: 22px;
 margin: 1px 0;
}
input[type=text], input[type=password] {
 width: 170px;
 height: 22px;
 border: 1px solid #cdcdcd;
}
input[type=checkbox] {
	width: 14px;
	height: 14px;
	border: 0px;
}
input.small_input {
	width: 50px;
}
select {
 padding: 0;
 margin: 2px 0 1px 0;
 border: 1px solid #cdcdcd;
}
.reqMark {
 color: red;
 margin: 0 3px; 
}

* Ties together a label and its checkbox or radio */
.oneChoice {
 white-space: nowrap; 
}
.oneChoice input {
 vertical-align: middle;
 border: none 0;
 background: transparent;
 height: 16px;
}






/**
 * UPLOAD BAR
 */

#upload_sticker_form input {
	border: 0px;
}
.photoupload-queue
{
	list-style:				none;
}
.photoupload-queue li
{
	background:				url(/images/catalogue/photo_upload.png) no-repeat 0 5px;
	padding:				5px 0 5px 22px;
}

.photoupload-queue .queue-file
{
	font-weight:			bold;
}

.photoupload-queue .queue-size
{
	color:					#aaa;
	margin-left:			1em;
	font-size:				0.9em;
}

.photoupload-queue .queue-loader
{
	position:				relative;
	margin:					3px 15px;
	font-size:				0.9em;
	background-color:		#ddd;
	color:					#fff;
	border:					1px inset #ddd;
}
.photoupload-queue .queue-subloader
{
	text-align:				center;
	position:				absolute;
	background-color:		#81B466;
	height:					100%;
	width:					0%;
	left:					0;
	top:					0;
}

.photoupload-queue .input-delete
{
	width:					16px;
	height:					16px;
	background:				url(/images/catalogue/delete_product.gif) no-repeat 0 0;
	text-decoration:		none;
	border:					none;
	float:					right;
}


/*
	GLOBAL
*/
.pagination {
	font-size: 11px;
}
.pagination select {
	font-size: 11px;
}



input.mini_input {
	width: 30px;
	font-size: 10px;
	height: 15px;
}
