/*===================================================================*/
/*============================ CLEAR ================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}
ol, ul, li { border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; }
.clear { clear: both; }
.float_left { float: left; margin-right: 10px; }
#add_present_splitted,
#edit_present_splitted  {
	min-height: 5px;
	height: auto !important;
	height: 5px;
}
/*===================================================================*/
/*============================ GLOBAL ===============================*/
body, table, input[type="text"], input[type="password"] { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #00436a; }
a { color: #006097; font-weight: bold; text-decoration: none; }
a:hover { color: #00436a; font-weight: bold; text-decoration: underline; }
.clear { clear: both; }
.hidden { display: none; }
.global_messages { margin-right: 20px; padding-top: 40px; margin-bottom: -10px; }
.alert_message { /* jaune */
	color: #f66512;
	border: solid 1px #f66512;
	padding: 10px;
	background: #ffefe6;
}
.alert_message img { vertical-align: middle; }
.paidstatus_present .Reversed .text,
.paidstatus_present .Refunded .text,
.paidstatus_present .Canceled_Reversal .text,
.paidstatus_present .Denied .text,
.paidstatus_present .Voided .text,
.paidstatus_present .Expired .text,
.paidstatus_present .Failed .text,
.paidstatus_present .Created .text,
ul.errors,
.error_message { /* rouge */
	color: #e9271b;
	border: solid 1px #e9271b;
	padding: 10px;
	background: #fde9e8;
	margin-bottom: 10px;
}
.error_message img { vertical-align: middle; }
.paidstatus_present .Pending .text,
.info_message { /* bleu */
	color: #00649d;
	border: solid 1px #00649d;
	padding: 10px;
	background: #ebf3f7;
	margin-bottom: 10px;
}
.info_message img { vertical-align: middle; }
.paidstatus_present .Completed .text,
.paidstatus_present .Processed .text,
.confirm_message { /* vert */
	color: #56763d;
	background: #e0f6cf;
	border: 1px solid #56763d;
	padding: 10px;
	margin-bottom: 10px;
}
.confirm_message img { vertical-align: middle; }
/*===================================================================*/
/*============================ LAYOUT ===============================*/
body { background: #02466e; text-align: center; }
div.body_bg { background: url(/images/design/body_bg.jpg) repeat-x top #fff; }
.container {
	margin: auto;
	text-align: left;
	width: 942px;
	position: relative;
	padding-top: 44px;
}
/*===================================================================*/
/*============================ LOGIN ================================*/
.content .forgot_pwd .left { padding: 40px 0; margin-right: 20px; }
.login {
	position: absolute;
	top: 0;
	right: 35px;
	background: url(/images/design/login_bg.jpg) no-repeat left center;
	height: 44px;
}
.login .welcome, .login form { float: left; height: 44px; }
.login .welcome { padding: 8px 5px 0 30px; text-align: right; }
.login .welcome .text { color: #FFF; text-transform: uppercase; }
.login .welcome a { color: #95d3ef; text-decoration: underline; font-weight: normal; }
.login .welcome a:hover { color: #FFF }
.login .welcome .username { color: #fff; text-transform: uppercase; text-decoration: underline; }
.login form { padding-top: 8px; }
.login form label { display: none; }
.login form input[type="text"], .login form input[type="password"] {
	color: #fff;
	background: #006aa7;
	border: 1px solid #1f87c3;
	padding: 5px 4px;
	width: 178px;
}
.login form .field { float: left; margin-right: 5px; }
.container { padding-top: 44px; overflow: hidden; }
.partners .banners { text-align: center; }
/*===================================================================*/
/*============================ LOGIN ================================*/
.languages {
	color: #fff;
	position: absolute;
	top: 0;
	left: 20px;
	height: 44px;
	line-height: 44px;
}
.languages span { color: #fff; text-transform: uppercase; }
.languages a { color: #95D3EF; font-weight: normal; text-decoration: none; }
.languages a:hover { color: #fff; font-weight: bold; text-decoration: none; }
/*===================================================================*/
/*============================ HEADER ===============================*/
.header {
	clear: both;
	background: url(/images/design/header_bg.jpg) no-repeat top #fff;
	height: 148px;
	position: relative;
}
.header .home_link a { display: block; height: 148px; width: 300px; }
.header .home_link_bis {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 210px;
	text-align: center;
}
.header .home_link_bis a { color: #9B9B9B; text-transform:uppercase; }
/*===================================================================*/
/*============================= MENU ================================*/
.menu { height: 46px; }
.menu ul { margin: 0; padding: 0; padding-left: 20px; }
.menu li { float: left; }
.menu li a .left_corner {
	display: block;
	height: 34px;
	background: url(/images/design/menu_corner.png) no-repeat top left;
	padding-left: 13px;
}
.menu li a .right_corner {
	display: block;
	height: 34px;
	background: url(/images/design/menu_corner.png) no-repeat top right;
	padding-right: 13px;
}
.menu li a {
	color: #c1eaff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background: #00649d;
	display: block;
	height: 34px;
	line-height: 34px;
	margin-top: 12px;
	margin-right: 3px;
}
.menu li a.active,
.menu li a:hover {
	color: #00436a;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background: #fff;
}
/*===================================================================*/
/*============================ MAIN =================================*/
.main { background: #fff; margin: 0 20px; }
/*===================================================================*/
/*=========================== CONTENT ===============================*/
.big_red_button { position: absolute; right: 36px; top: 213px; }
.big_red_button .fr_createaccount {
	display: block;
	height: 50px;
	width: 225px;
	background: url(/images/buttons/fr_createaccount.png) no-repeat;
}
.big_red_button .fr_printlists {
	display: block;
	height: 50px;
	width: 225px;
	background: url(/images/buttons/fr_printlists.png) no-repeat;
}
.big_red_button .fr_viewmylist {
	display: block;
	height: 50px;
	width: 225px;
	background: url(/images/buttons/fr_viewmylist.png) no-repeat;
}
.big_red_button .fr_createmyaccount {
	display: block;
	height: 50px;
	width: 225px;
	background: url(/images/buttons/fr_inscription.png) no-repeat;
}
.big_red_button .de_createaccount {
	display: block;
	height: 50px;
	width: 225px;
	background: url(/images/buttons/de_createaccount.png) no-repeat;
}
.big_red_button .de_printlists {
	display: block;
	height: 50px;
	width: 225px;
	background: url(/images/buttons/de_printlists.png) no-repeat;
}
.big_red_button .de_viewmylist {
	display: block;
	height: 50px;
	width: 225px;
	background: url(/images/buttons/de_viewmylist.png) no-repeat;
}
.big_red_button .de_createmyaccount {
	display: block;
	height: 50px;
	width: 225px;
	background: url(/images/buttons/de_inscription.png) no-repeat;
}
.content { padding-left: 20px; }
.content .left { padding: 40px 0; min-height: 300px; height: auto !important; height: 300px; /*background:#FFEEDD*/ }
.content .about .left, .content .conditions .left { margin-right: 20px; }
.content .right { background: url(/images/design/right_bg.jpg) no-repeat top left; /*background:#DDEEFF*/ }
.content h2 {
	color: #00436a;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	border-bottom: 1px solid #ddeef4;
	background: url(/images/design/content_h2_bg.png) no-repeat 1px 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
.content h2 a { color: #ea271b; font-weight: normal; }
.content h2 .highlight { color: #ea271b; }
.content h3 {
	color: #ea271b;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.content h3 a { color: #ea271b; font-weight: bold; }
/*===================================================================*/
/*=========================== HOME ==================================*/
.content .home .left { float: left; width: 380px; padding: 40px 0; margin-right: 20px; }
.content .home .right { float: left; width: 442px; padding: 40px 0; padding-left: 20px; }
.content p { line-height: 18px; margin-bottom: 10px; }
.content .home .search { background: url(/images/design/quicksearch_bg.jpg) no-repeat; height: 97px; padding: 10px 20px; }
.content .home .search p.info {
	color: #FFFFFF;
	margin: 0;
	font-style: italic;
	line-height: 14px;
}
.content .home .search h2 {
	background: none;
	border: none;
	padding-bottom: 0;
	color: #fff;
	padding: 0;
	margin-bottom: 10px;
}
.content .home .search input[type=text] {
	color: #00436a;
	border: none;
	padding: 0 10px;
	height: 31px;
	padding-top: 12px;
	float: left;
	font-size: 15px;
	width: 322px;
}
/*===================================================================*/
/*=========================== CONTACT ===============================*/
.content .contact .left { margin-right: 20px; }
.content .contact .left p { color: #353437; }
.content .contact a, .content .contact h3 { color: #009EE0; }
.content .contact a:hover { color: #353437; }
.content .contact .float_left { margin-right: 20px; }
/*===================================================================*/
/*========================= ACCOUNT EDIT ===========================*/
.content .edit_account .left { float: left; width: 607px; padding: 40px 0; margin-right: 20px; }
.content .edit_account .right { float: left; width: 215px; padding: 40px 0; padding-left: 20px; }
/*===================================================================*/
/*========================= LISTE CADEAUX ===========================*/
.content .list_detail .left { float: left; width: 607px; padding: 40px 0; margin-right: 20px; }
.content .list_detail .right { float: left; width: 215px; padding: 40px 0; padding-left: 20px; }
.content .list_detail .present {
	/*border-bottom: 1px solid #008dc8;
	border-right: 1px solid #008dc8;*/
	border-bottom: 1px dashed #c4c4c4;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}

.content .list_detail .left .present .product_quantity { margin-top: 5px; margin-bottom: 5px; }

.content .list_detail .picture { float: left; margin-right: 10px; margin-bottom: 10px; }
.content .list_detail .product_name { font-weight: bold; }
.content .list_detail .description { padding-bottom: 35px; line-height: 18px; }
.content .list_detail .buttons {
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.content .list_detail .buttons .price, .content .present_detail .buttons .price {
	background: #ffeded;
	color: #ea271b;
	font-size: 14px;
	font-weight: bold;
	width: 161px;
	height: 25px;
	line-height: 25px;
	float: left;
	text-align: center;
}
.content .list_detail .buttons .price .total, .content .present_detail .buttons .price .total { color: #00436A; font-size: 9px; font-weight: normal; }
.content .list_detail .buttons .bought, .content .present_detail .buttons .bought {
	background: #deedc7 url(/images/icons/tick.png) no-repeat 10px center;
	color: #5f8700;
	width: 151px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	text-align: center;
	float: left;
	margin-left: 7px;
}
.content .list_detail .buttons .thanks_sent, .content .present_detail .buttons .thanks_sent {
	background: #deedc7 url(/images/icons/tick.png) no-repeat 10px center;
	color: #5f8700;
	width: 151px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	text-align: center;
	float: left;
	margin-left: 7px;
}
.content .list_detail .buttons .thanks_not_sent, .content .present_detail .buttons .thanks_not_sent {
	background: #f5eda8 url(/images/icons/warning.png) no-repeat 10px center;
	color: #b7a400;
	width: 151px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	text-align: center;
	float: left;
	margin-left: 7px;
}
.content .list_detail .buttons .no_buyer, .content .present_detail .buttons .no_buyer {
	background: #e1e8fb url(/images/icons/information.png) no-repeat 10px center;
	color: #00436A;
	width: 151px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	text-align: center;
	float: left;
	margin-left: 7px;
}
.content .list_detail .buttons a, .content .present_detail .buttons a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 161px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: left;
	margin-left: 7px;
	background: url(/images/design/list_link_bg.jpg) no-repeat left top;
}
.content .list_detail .buttons a:hover, .content .present_detail .buttons a:hover { color: #95d3ef; text-decoration: none; }
/*===================================================================*/
/*======================== PRESENT DETAIL ===========================*/
.content .present_detail .left { float: left; width: 607px; padding: 40px 0; margin-right: 20px; }
.content .present_detail .right { float: left; width: 215px; padding: 40px 0; padding-left: 20px; }
.content .present_detail .present { position: relative; }
.content .present_detail .buttons {
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.content .present_detail .picture {
	border: 1px solid #eaeaea;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content .present_detail .description { padding-bottom: 35px; line-height: 18px; }
.content .profile li { line-height: 16px; }
.content .profile .share_buttons { margin-bottom: 10px; padding: 10px; border: 1px solid #d1d7d9; }
.content .share_buttons { clear: both; }
.content .share_buttons p {
	line-height: 11px;
	border-bottom: 1px dashed #c4c4c4;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.content .share_buttons a {
	font-weight: normal;
	display: block;
	background: url(/images/design/share_facebook.jpg) no-repeat left top;
	height: 18px;
	line-height: 18px;
	width: 136px;
	padding-left: 24px;
	margin-bottom: 4px;
}
.content .share_buttons a.facebook { background: url(/images/design/share_facebook.jpg) no-repeat left top; }
.content .share_buttons a.twitter { background: url(/images/design/share_twitter.jpg) no-repeat left top; }
.content .share_buttons a.email { background: url(/images/design/share_email.jpg) no-repeat left top; }
/*===================================================================*/
/*======================== PRESENT BUY ==============================*/
.content .buy_present .left { float: left; width: 411px; padding: 40px 0; margin-right: 20px; }
.content .buy_present .right { float: left; width: 411px; padding: 40px 0; padding-left: 20px; }
.content .buy_present .btn_paypal { text-align: center; margin: 40px 0; }
.content .buy_present .shop .shop_avatar {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #9f9f9f;
	background: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content .buy_present .shop p { margin-bottom: 0; }
/*===================================================================*/
/*======================== SHOPS LIST ===============================*/
.content .shops .left { padding: 40px 0; margin-right: 20px; }
.content .shops .shop {
	border: solid 1px #e8e8e8;
	padding: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.content .shops .shop_avatar {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #9f9f9f;
	background: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content .shops p { margin-bottom: 0; }
/*===================================================================*/
/*====================== SEARCH RESULTS =============================*/
.content .search_results .left {padding: 40px 0; margin-right: 20px; }
.content .search_results .search form { background: url(/images/design/search_bg_large.jpg) no-repeat left top; height: 43px; position: relative; }
.content .search_results p.info { font-style: italic; margin-top: -20px; margin-bottom: 20px; }
.content .search_results .search p.info { font-style: italic; margin-top: 0; margin-bottom: 20px; }
.content .search_results .search input[type=text] {
	color: #00436a;
	border: none;
	padding: 0 10px;
	height: 30px;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
	float: left;
	font-size: 15px;
	width: 778px;
}
.content .admin_tools ul, .content .admin .search_results ul { margin: 0; padding: 0; }
.content .participation_list { margin-top: 20px; }
.content .participation_list .results li { cursor: default !important; }
.content .admin_tools ul { margin-bottom: 20px; }
.content .sales { margin: 40px 20px 20px 0; }
.content .sales h3 { margin-top: 20px; }
.content #sales_form .admin_buttons { margin-left: 220px; }
.content .sales ul { padding: 0; }
.content .sales .somme { font-weight: bold; padding-left: 15px; }
.content .admin_tools li, .content .sales li, .content .admin .search_results li {
	cursor: pointer;
	color: #00436a;
	line-height: 25px;
	height: 25px;
	margin-bottom: 2px;
	background: #ebf3f7;
	border-bottom: 1px solid #b2d0e2;
	padding-left: 8px;
	position: relative;
}
.content .admin_tools li span.date { position: absolute; top: 0; right: 10px; }
.content .admin_tools li.paid { color: #56763d; background: #e0f6cf; border-bottom: 1px solid #a1d579; }
.content .admin_tools li.paid a { color: #56763d; background: #a1d579; }
.content .admin_tools li.hover, .content .admin .search_results li.hover { color: #f66611; background: #ffefe6; border-bottom: 1px solid #f66611; }
.content .admin_tools li a.disabled { color: #FFF; background: #d8d8d8; cursor: default; }
.content .admin_tools li .tools, .content .admin .search_results li .tools { position: absolute; bottom: 0; right: 0; }
.content .admin_tools li a, .content .admin .search_results li a {
	background: #b2d0e2;
	color: #00436a;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	line-height: 25px;
	margin-top: 0px;
	margin-left: 3px;
}
.content .admin_tools li img, .content .admin .search_results li img { vertical-align: middle; }
.content .admin_tools li a span.link, .content .admin .search_results li a span.link { display: block; height: 25px; }
.content .admin_tools li.hover a.hover, .content .admin .search_results li.hover a.hover { color: #fff; }
.content .admin_tools li.hover a.hover span.link, .content .admin .search_results li.hover a.hover span.link { background: #f66611; display: block; }
.content .admin_tools li a .left_corner, .content .admin .search_results li a .left_corner {
	display: block;
	height: 25px;
	background: url(/images/design/list_corner.png) no-repeat top left;
	padding-left: 8px;
}
.content .admin_tools li a .right_corner, .content .admin .search_results li a .right_corner {
	display: block;
	height: 25px;
	background: url(/images/design/list_corner.png) no-repeat top right;
	padding-right: 8px;
}
/*===================================================================*/
/*====================== ADMIN BUTTONS ==============================*/
.content .admin_buttons { margin-bottom: 20px; }
.content .present_form .admin_buttons { margin-bottom: 0; margin-top: 20px; }
.content .admin_buttons a {
	color: #00436a;
	background: #b2d0e2;
	display: block;
	text-decoration: none;
	font-weight: normal;
	display: block;
	line-height: 25px;
	float: left;
	margin-left: 0;
	margin-right: 3px;
}
.content .present_form .admin_buttons a, .content .admin_buttons .align_right a, .content .suggestion_form .admin_buttons a { float: right; margin-left: 3px; margin-right: 0; }
.content .suggestion_form .photos {
	margin-top: 40px;
}
.content .admin_buttons a img { vertical-align: middle; }
.content .admin_buttons a:hover {
	color: #ffefe6;
	background: #f66611;
	display: block;
	text-decoration: none;
	font-weight: normal;
	display: block;
	line-height: 25px;
}
.content .admin_buttons a .left_corner { display: block; height: 25px; background: url(/images/design/btn_corner.png) no-repeat top left; }
.content .admin_buttons a .left_corner_bottom {
	display: block;
	height: 25px;
	background: url(/images/design/btn_corner.png) no-repeat bottom left;
	padding-left: 8px;
}
.content .admin_buttons a .right_corner { display: block; height: 25px; background: url(/images/design/btn_corner.png) no-repeat top right; }
.content .admin_buttons a .right_corner_bottom {
	display: block;
	height: 25px;
	background: url(/images/design/btn_corner.png) no-repeat bottom right;
	padding-right: 8px;
}
/*===================================================================*/
/*====================== SEARCH RESULTS USER ========================*/
.content .noadmin .search_results ul { margin: 0; padding: 0; }
.content .noadmin .search_results li {
	cursor: pointer;
	color: #00436a;
	line-height: 25px;
	height: 25px;
	margin-bottom: 2px;
	background: #effaff;
	border-bottom: 1px solid #00c0ee;
	padding-left: 8px;
	position: relative;
}
.content .noadmin .search_results li.hover { color: #f66611; background: #ffefe6; border-bottom: 1px solid #f66611; }
.content .noadmin .search_results li .tools { position: absolute; bottom: 0; right: 0; }
.content .noadmin .search_results li a {
	background: #00c0ee;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	line-height: 25px;
	margin-top: 0px;
	margin-left: 3px;
}
.content .noadmin .search_results li a img { vertical-align: middle; }
.content .noadmin .search_results li a span.link { display: block; height: 25px; }
.content .noadmin .search_results li.hover a.hover { color: #fff; }
.content .noadmin .search_results li.hover a.hover span.link { background: #f66611; display: block; }
.content .noadmin .search_results li a span.link img { display: none; }
.content .noadmin .search_results li a .left_corner { display: block; height: 25px; padding-left: 8px; }
.content .noadmin .search_results li a .right_corner { display: block; height: 25px; padding-right: 8px; }
/*===================================================================*/
/*========================= USER PROFILE ============================*/
.right .profile .portrait {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #9f9f9f;
	background: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.right .profile .info { font-size: 12px; }
.right .profile .info p { margin: 0; }
.right .profile .message { font-style: italic; line-height: 14px; clear: both; }
.right .profile .user_menu { margin-bottom: 10px; }
.right .profile .user_menu ul { margin: 0; padding: 0; }
/*===================================================================*/
/*========================== COMMUNION ============================*/
.suggestions { padding-top: 40px; margin-right: 20px; }
.suggestions_content, .suggestions_form { float: left; }
.suggestions_form { width: 140px; }
.suggestions_form form { margin-bottom: 20px; }
.suggestions_form form select { width: 130px; margin: 5px 0 10px; }
.suggestions_content {
	border-left: 1px solid #DDEEF4;
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	width: 700px;
}
.suggestions_item {
	height: 120px;
	width: 210px;
	border: 1px solid #DDEEF4;
	float: left;
	margin: 0 10px 20px;
}
.suggestions_item_content { position: relative; padding: 10px; height: 100px; }
.suggestions_item_content .photo {
	height: 60px;
	width: 60px;
	background: #FFF;
	overflow: hidden;
}
.suggestions_item_content .price {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 70px;
	color:#00436A;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.suggestions_item_content .action { position: absolute; bottom: 0; right: 10px; }
.suggestions_item_content .suggestion_details {
	position: absolute;
	top: 10px;
	left: 80px;
	width: 120px;
	height: 100px;
	overflow: hidden;
}
.suggestions_item_content .suggestion_details p { line-height: 14px; }
.suggestions_item_content h3 { font-size: 12px; font-weight: bold; }
.suggestions_form fieldset { margin-bottom: 15px; }
.suggestions_form .field { margin-bottom: 5px; }
.suggestions_form .field label { float: right; width: 115px; line-height: 18px; }
.suggestions_form #keywords_filter-element label { float: none; width: auto; }
.suggestions_form #keywords_filter-element input { width: 125px; }
.suggestions_form dt { display: none; }
.suggestion_form .present_form .photo_suggestion { margin-top: 30px; }
.suggestions_details .photo { float: left; margin: 0 20px 10px 0; }
.suggestions_details .price {
	color:#00436A;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.suggestions_similar_prodtucs { margin-top: 40px; }
.suggestions_similar_prodtucs .similar_item {
	height: 120px;
	width: 100px;
	border: 1px solid #DDEEF4;
	float: left;
	margin: 0 8px 20px;
}
.suggestions_similar_prodtucs .similar_item_content { position: relative; padding: 10px; height: 100px; text-align: center; overflow: hidden; }
.suggestions_similar_prodtucs .similar_item_content a { display: block; }
.suggestions_similar_prodtucs .similar_item_content a.image { height: 60px; margin-bottom: 10px; }
.suggestions_similar_prodtucs .similar_item_content { position: relative; padding: 10px; height: 100px; }
/*===================================================================*/
/*============================ FOOTER ===============================*/
.footer .container {
	padding: 0;
	text-align: right;
	padding-right: 40px;
	width: 902px;
}
.footer {
	color: #fff;
	background: #02466e url(/images/design/footer_bg.jpg) repeat-x top right;
	height: 35px;
	line-height: 35px;
}
.footer a { color: #fff; font-weight: normal; text-decoration: none; }
.footer a:hover { color: #fff; font-weight: normal; text-decoration: underline; }
/*===================================================================*/
/*======================== PAYEMENT STATUS ==========================*/
.paidstatus_present .left { margin-right: 20px; }
/*===================================================================*/
/*========================= AUTOCOMPLETE ============================*/
.autocomplete-result {
	background: #6596b2 ;
	border-top: 1px solid #052f48;
	border-left: 1px solid #052f48;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1px 2px;
	padding-bottom: 0;
	margin-top: 2px;
}
.autocomplete-result ul { list-style: none; padding: 0; margin: 0; }
.autocomplete-result ul li {
	text-align: left;
	cursor: pointer;
	color: #80adc6;
	line-height: 25px;
	height: 25px;
	margin-bottom: 1px;
	background: #02527f;
	border-bottom: 1px solid #00121d;
	padding-left: 8px;
	padding-right: 20px;
	position: relative;
	min-width: 370px;
	width: auto !important;
	width: 370px;
}
.autocomplete-result ul li.active { color: #fff; background: #297099; border-bottom: 1px solid #02466e; }
#dialog_add_suggestion .field { margin-bottom: 15px; }
#dialog_add_suggestion .field label { font-weight: bold; display: block; margin-bottom: 5px; }
#dialog_add_suggestion .field .fieldinput label { font-weight: normal; }
/*===================================================================*/
/*========================= DIALOG CONTENT ==========================*/
.ui-dialog-content { text-align: left; }
.ui-dialog-content #status { padding: 10px 20px; margin-bottom: 10px; }
.ui-dialog-content .failed { background: #F4CACA; border: 1px solid #CC0000; color: #CC0000; }
.ui-dialog-content .success { background: #CAF4CA; border: 1px solid #009900; color: #009900; }

