/*
	Base
*/
body{
	background-color:#e9e9e1;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

a,
a:link,
a:visited,
a:active{
	color:#333;
	text-decoration:underline;
}

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

.red{
	color:#900;
}

#col-middle table a,
#col-middle table a:link,
#col-middle table a:visited,
#col-middle table a:active,
#col-middle table a:hover{
	color:#990000;
	text-decoration:underline;
}


#main{
	width:900px;
	min-height:400px !important;
	height:auto !important;
	height:400px;
	
	margin-right:auto;
	margin-left:auto;
	
	text-align:left;
}

input[type="text"],
input[type="password"]{
	border:1px solid #a3a7aa;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#555;
	font-size:12px;
	margin:0px;
}

table th{
	vertical-align:top;
}

.form_table{
	width:380px;
	float:left;
	clear:both;
}
.form_table th{
	vertical-align:top;
	width:140px;
}
.form_table td{
	vertical-align:top;
}
.form_table input[type="text"],
.form_table input[type="password"],
.form_table select{
	width:200px;
}


.form_table h2{
	font-size:13px;
	font-weight:bold;
	color:#990000;
}

.msgboxerror{
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
}
.warning_post{
	color:#FF0000;
}

.msgboxsuccess{
	font-size:12px;
	font-weight:bold;
	color:#006600;
}

/* 
	Header
*/

#header{
	width:900px;
	min-height:218px !important;
	height:218px;
	
}

#header-top{
	width:900px;
	min-height:185px !important;
	height:185px;
	
}

#header-top h1{
	margin:0px;
	padding:0px;
}
#header-top h1 span{
	display:none;
}

#header-top a.cart_link{
	position:absolute;
	float:left;
	display:block;
	width:40px;
	height:40px;
	margin:0px;
	margin-left:860px;
	margin-top:128px;
}

#header-top a.logo_link{
	position:absolute;
	display:block;
	width:340px;
	height:160px;
	margin:0px;
}

/*
	Header Menu
*/

#header-menu{
	width:900px;
	min-height:33px !important;
	height:32px;
	
}

#header-menu ul{
	width:900px;
	height:32px;
	margin:0px;
	padding:0px;
}

#header-menu ul li{
	float:left;
	width:150px;
	height:32px;
	margin:0px;
	padding:0px;
	list-style:none;
	
	background-color:#990000;
}
#header-menu ul li.menu_1{
	background-image:url(../images/menu_1.jpg);
}
#header-menu ul li.menu_1:hover{
	background-image:url(../images/menu_1b.jpg);
}
#header-menu ul li.menu_2{
	background-image:url(../images/menu_2.jpg);
}
#header-menu ul li.menu_2:hover{
	background-image:url(../images/menu_2b.jpg);
}
#header-menu ul li.menu_3{
	background-image:url(../images/menu_3.jpg);
}
#header-menu ul li.menu_3:hover{
	background-image:url(../images/menu_3b.jpg);
}
#header-menu ul li.menu_4{
	background-image:url(../images/menu_4.jpg);
}
#header-menu ul li.menu_4:hover{
	background-image:url(../images/menu_4b.jpg);
}
#header-menu ul li.menu_5{
	background-image:url(../images/menu_5.jpg);
}
#header-menu ul li.menu_5:hover{
	background-image:url(../images/menu_5b.jpg);
}
#header-menu ul li.menu_6{
	background-image:url(../images/menu_6.jpg);
}
#header-menu ul li.menu_6:hover{
	background-image:url(../images/menu_6b.jpg);
}
#header-menu ul li a{
	display:block;
	width:150px;
	height:32px;
	text-decoration:none;
}
#header-menu ul li a span{
	visibility:hidden;
}

/*
	Body Content
*/


#content{
	width:900px;
	min-height:450px !important;
	height:auto !important;
	height:450px;
	
	padding-top:27px;
}

#col-left{
	width:250px;
	min-height:400px !important;
	height:auto !important;
	height:400px;
	
	float:left;
	clear:left;
	
	/*background-color:#00FF00;*/
}

#col-middle{
	width:410px;
	min-height:400px !important;
	height:auto !important;
	height:400px;
	
	float:left;
	clear:none;
	
	/*background-color:#0000FF;*/
}

#col-right{
	width:240px;
	min-height:400px !important;
	height:auto !important;
	height:400px;
	
	float:left;
	clear:right;
	
	/*background-color:#00FFFF;*/
}

/*
	Left column
*/

.left_promo_postit{
	width:220px;
	background-image:url(../images/home_promo.jpg);
	background-repeat:no-repeat;
	min-height:181px !important;
	height:auto !important;
	height:181px;
	margin:0px;
	
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:20px;
	
	color:#000000;
	font-weight:normal;
	font-size:12px;
}
.left_promo_postit div{
	font-weight:bold;
}

.left_promo_postit .img_thumb{
	border:1px solid #888;
	width:100px;
	height:70px;
	background-color:#FFFFFF;
	float:left;
	margin-right:5px;
	margin-bottom:3px;
}


.left_cell{
	width:240px;
	min-height:100px !important;
	height:auto !important;
	height:100px;
	float:left;
	margin-right:10px;
	margin-bottom:9px;
	
	
}

.left_cell_title{
	background-image:url(../images/left_cell_title_bg.jpg);
	background-repeat:repeat-x;
	width:238px;
	height:22px;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-top:7px;
	
	border:1px solid #dfddd0;
}

.left_cell_body{
	background-color:#fbfbfb;
	width:220px;
	
	padding:10px;
	min-height:100px !important;
	height:auto !important;
	height:100px;
	float:left;
	font-size:12px;
}
.left_cell_body ul{
	padding:0px;
	padding-left:12px;
	margin:0px;
}
.left_cell_body ul li{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.left_cell_body .title{
	font-weight:bold;
	color:#900808;
}
hr{
	border:0px;
	border-bottom:1px solid #a0a1a3;
	color:#fafaf8;
}
.left_cell_body .buy{
	background-image:url(../images/buy.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	padding:0px;
	margin:0px;
	border:0px;
	width:79px;
	height:21px;
}

.left_cell_body .img_thumb{
	width:80px;
	height:52px;
	border:1px solid #333;
	margin-right:6px;
	float:left;
}
.left_cell_body .img_thumb a{
	display:block;
	text-decoration:none;
	width:80px;
	height:52px;
	position:absolute;
	background-image:url(../images/magnificiant.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.read_more{
	text-align:right;
}
.read_more a,
.read_more a:visited,
.read_more a:link,
.read_more a:active,
.read_more a:hover{
	color:#900808;
}

.calendar{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right:auto;
	margin-left:auto;
	width:217px;
	text-align:center;
	
	margin-bottom:9px;
	
}
.calendar th{
	font-weight:bold;
	width:30px;
	height:30px;
}

.calendar td{
	width:30px;
	height:30px;
}

.calendar td a,
.calendar td a:link,
.calendar td a:visited,
.calendar td a:active,
.calendar td a:hover{
	text-decoration:none;
	display:block;
	font-weight:bold;
	width:25px;
	height:19px;
	background-color:#dfddd0;
	background-image:url(../images/bg_calendar_day.jpg);
	background-repeat:repeat-x;
	border:1px solid #dfddd0;
	padding-top:5px;
}
.calendar td a.event,
.calendar td a:link.event,
.calendar td a:visited.event,
.calendar td a:active.event,
.calendar td a:hover.event{
	background-image:url(../images/bg_calendar_event.jpg);
	background-position:0px;
	color:#fff;
}
.calendar td a.event_club,
.calendar td a:link.event_club,
.calendar td a:visited.event_club,
.calendar td a:active.event_club,
.calendar td a:hover.event_club{
	background-image:url(../images/bg_calendar_red.jpg);
	background-position:0px;
	color:#fff;
}
.calendar td a.event_both,
.calendar td a:link.event_both,
.calendar td a:visited.event_both,
.calendar td a:active.event_both,
.calendar td a:hover.event_both{
	background-image:url(../images/bg_calendar_white.jpg);
	background-position:0px;
}

/*
	Center column
*/

.center_cell{
	width:400px;
	min-height:100px !important;
	height:auto !important;
	height:100px;
	margin-right:10px;
	margin-bottom:9px;
	
	float:left;
	
}

.center_cell_title{
	background-image:url(../images/center_cell_title_bg.jpg);
	background-repeat:repeat-x;
	width:398px;
	height:22px;
	
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-top:7px;
	color:#fff;
	
	border:1px solid #a52025;
	
	float:left;
}

.center_cell_body{
	width:380px;
	padding:10px;
	min-height:75px !important;
	height:auto !important;
	height:75px;
	font-size:12px;
	
	float:left;
}

.center_cell_light{
	width:400px;
	min-height:100px !important;
	height:auto !important;
	height:100px;
	margin-right:10px;
	margin-bottom:9px;
	
	float:left;
}

.center_cell_light_title{
	background-image:url(../images/left_cell_title_bg.jpg);
	background-repeat:repeat-x;
	width:398px;
	height:22px;
	
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-top:7px;
	color:#333;
	border:1px solid #dfddd0;
	
	float:left;
}

.center_cell_light_body{
	width:380px;
	padding:10px;
	background-color:#fbfbfb;
	min-height:75px !important;
	height:auto !important;
	height:75px;
	font-size:12px;
	
	float:left;
}

.center_cell_red_light{
	width:400px;
	min-height:100px !important;
	height:auto !important;
	height:100px;
	margin-right:10px;
	margin-bottom:9px;
	
	float:left;
}

.center_cell_red_light_title{
	background-image:url(../images/center_cell_title_bg.jpg);
	background-repeat:repeat-x;
	width:398px;
	height:22px;
	
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-top:7px;
	color:#fff;
	
	border:1px solid #a52025;
	
	float:left;
}

.center_cell_red_light_body{
	width:380px;
	padding:10px;
	background-color:#fbfbfb;
	min-height:75px !important;
	height:auto !important;
	height:75px;
	font-size:12px;
	
	float:left;
}


.welcome_cell{
	
	background-color:#7b1115;
	background-image:url(../images/welcome_search_bg.jpg);
	background-repeat:no-repeat;
	border-right:1px solid #7b1115;
	
	width:387px;
	padding-left:6px;
	padding-right:6px;
	padding-top:15px;
	padding-bottom:15px;
	
	min-height:100px !important;
	height:auto !important;
	height:100px;
	
	color:#fff;
	font-size:12px;
	text-align:justify;
	margin-bottom:9px;

}
.welcome_cell_title{
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
.welcome_cell_text{
	padding-top:8px;
	padding-left:5px;
	padding-right:5px;
	min-height:115px !important;
	height:auto !important;
	height:115px;
}

.welcome_search_box_container{
	background-image:url(../images/search_by_category_bg.jpg);
	background-repeat:repeat-y;
	background-position:-6px;
}
.welcome_search_box{
	background-image:url(../images/welcome_search.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:348px;/*384px;*/
	min-height:225px !important;
	height:auto !important;
	height:225px;


	padding-top:130px;
	padding-left:40px;
	
	
}
.welcome_search_footer{
	background-image:url(../images/welcome_search_footer.jpg);
	background-repeat:no-repeat;
	width:380px;/*384px;*/
	height:23px;
}

.welcome_search_box .search_label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#900;
}

.welcome_search_field{
	background-image:url(../images/welcome_search_field.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:388px;
	height:46px;
}
.welcome_search_field label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#900;
	float:left;
	padding:16px;
	margin-left:20px;
	width:158px;
}
.welcome_search_field input{
	border:1px solid #a3a7aa;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#555;
	font-size:12px;
	
	margin-top:14px;
	
	
}
.welcome_search_submit{
	background-image:url(../images/welcome_search_submit.jpg);
	padding:0px;
	margin:0px;
	margin-right:25px;
	border:0px;
	width:72px;
	height:26px;
}


.middle_panel{
	clear:both;
	float:left;
	width:400px;
	margin:0px;
	margin-bottom:9px;
	padding:0px;
	min-height:100px !important;
	height:auto !important;
	height:100px;
}

.middle_panel_labels{
	height:26px !important;
	width:400px;
	/*border-bottom:1px solid #a0a1a3;*/
}
.middle_panel_label{
	clear:none;
	float:left;
	color:#555;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:98px;
	height:26px;
	border-bottom:1px solid #a0a1a3;
	background-image:url(../images/middle_tab_label.jpg);
}

.middle_panel_wide_label{
	clear:none;
	float:left;
	color:#555;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:140px;
	height:26px;
	border-bottom:1px solid #a0a1a3;
	background-image:url(../images/middle_tab_wide_label.jpg);
}


.middle_panel_label_active{
	border-bottom:0px;
	height:27px;
}

.middle_panel_label_blank{
	clear:none;
	float:left;
	width:106px;
	height:26px;
	border-bottom:1px solid #a0a1a3;
}

.middle_panel_label a,
.middle_panel_label a:link,
.middle_panel_label a:visited,
.middle_panel_label a:active{
	display:block;
	height:20px;
	padding-top:6px;
	text-decoration:none;
	color:#555;
}

.middle_panel_label a:hover{
	text-decoration:none;
	color:#888;
}

.middle_panel_tab{
	background-color:#fafaf8;
	border:1px solid #a0a1a3;
	border-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:8px;
	color:#404040;
	
	min-height:100px !important;
	height:auto !important;
	height:100px;
}
.middle_panel_tab p{
	padding:10px;
	margin:0px;
}

.middle_panel_tab .coo_img{
	float:right;
	width:50px;
	height:50px;
	border:1px solid #a0a1a3;
}
.middle_panel_tab a,
.middle_panel_tab a:link,
.middle_panel_tab a:visited,
.middle_panel_tab a:active,
.middle_panel_tab a:hover{
	color:#404040;
	text-decoration:underline;
}
.middle_panel_tab hr{
	border:0px;
	border-bottom:1px solid #a0a1a3;
	color:#fafaf8;
}



a.printer,
a:link.printer,
a:visited.printer,
a:active.printer,
a:hover.printer{
	background-image:url(../images/print.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	padding:3px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
	text-decoration:none;
	vertical-align:middle;
	width:150px;
	min-height:32px !important;
	height:auto !important;
	height:32px;
}


/*
	Right column
*/


.right_search{
	background-image:url(../images/right_search_bg.jpg);
	background-repeat:repeat-x;
	background-color:#404042;
	
	border:2px solid #404042;
	
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	
	width:224px;
	min-height:73px !important;
	height:auto !important;
	height:73px;
	
	padding:6px;
	margin-bottom:9px;
}
.right_search_form{
	vertical-align:middle;
	margin-top:30px;
	text-align:left;
	font-weight:normal;
	padding-bottom:5px;

}
.right_search .search_field{
	border:1px solid #a3a7aa;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#555;
	font-size:12px;
	margin:0px;
}

.right_search .search_submit{
	background-color:#404042;
	background-image:url(../images/submit_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	
	padding:0px;
	margin:0px;
	margin-left:15px;
	border:0px;
	width:70px;
	height:22px;
}

.right_search .logout_submit{
	background-color:#404042;
	background-image:url(../images/logout.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	
	float:right;
	
	padding:0px;
	margin:0px;
	margin-top:7px;
	margin-right:3px;
	border:0px;
	width:76px;
	height:27px;
}

.right_search .form_grey_button{
	float:right;
	margin:0px;
	margin-top:7px;
	margin-right:3px;
}

.right_menu{
	width:238px;
	margin:0px;
	padding:0px;
	margin-top:-9px;
	margin-bottom:9px;
}

.right_menu ul{
	width:238px;
	margin:0px;
	padding:0px;
	border-right:1px solid #404042;
	border-left:1px solid #404042;
	border-bottom:1px solid #404042;
}

.right_menu ul li{
	width:238px;
	height:31px;
	background-image:url(../images/right_menu_bg.jpg);
	background-repeat:repeat-x;
	list-style:none;
	
}

.right_menu ul li a,
.right_menu ul li a:visited,
.right_menu ul li a:active,
.right_menu ul li a:link,
.right_menu ul li a:hover{
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	display:block;
	width:238px;
	height:23px;
	padding-top:8px;
	
	
}

.right_menu ul li.toolbox a{
	background-image:url(../images/tool_ico.jpg);
	background-repeat:no-repeat;
	background-position:25px 6px;

}

.right_menu ul li.perso a{
	background-image:url(../images/pen_ico.jpg);
	background-repeat:no-repeat;
	background-position:25px 6px;

}

.right_auth{
	background-image:url(../images/member_login_bg.jpg);
	background-repeat:repeat-x;
	background-color:#dfddce;
	
	border:2px solid #dfddce;
	
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	
	width:224px;
	min-height:73px !important;
	height:auto !important;
	height:73px;
	
	padding:6px;
	margin-bottom:9px;
}
.right_auth_form{
	vertical-align:middle;
	margin-top:20px;
	text-align:left;
}
.right_auth .auth_field{
	border:1px solid #a3a7aa;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#555;
	font-size:12px;
	margin:0px;
	/*margin-top:20px;*/
}
.right_auth .auth_submit{
	background-color:#dfddce;
	background-image:url(../images/auth_submit_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	
	padding:0px;
	margin:0px;
	margin-left:15px;
	border:0px;
	width:72px;
	height:22px;
}

.right_ad_big{
	width:238px;
	height:175px;
	background-color:#fff;
	border:1px solid #555;
	padding:0px;
	margin:0px;
	margin-bottom:9px;
}

.right_ad_small{
	width:238px;
	height:85px;
	background-color:#fff;
	border:1px solid #555;
	padding:0px;
	margin:0px;
	margin-bottom:9px;
}


.right_cell{
	width:240px;
	min-height:100px !important;
	height:auto !important;
	height:100px;
	margin-bottom:9px;
	
}

.right_cell_title{
	background-color:#404040;
	background-image:url(../images/right_cell_title_bg.jpg);
	background-repeat:repeat-x;
	width:238px;
	height:22px;
	
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-top:7px;
	color:#fff;
	
	border:1px solid #404040;
	
	
	
}

.right_cell_body{
	background-color:#fbfbfb;
	width:220px;
	height:49px;
	
	padding:10px;
	min-height:75px !important;
	height:auto !important;
	height:75px;
	font-size:12px;
}


/*
	Footer
*/

#footer{
	
	width:100%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	min-height:22px !important;
	height:auto !important;
	height:22px;
	
	background-color:#dfddd0;
	
	text-align:center;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
	padding-top:8px;
	
}
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited{
	color:#333;
	text-decoration:none;
}

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


/* MODULES */


.users_categories{
	
	
}

.users_categories ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.users_categories ul ul{
	margin:0px;
	padding-left:25px;
}


.users_categories ul li{
	list-style:none;
	color:#333;
	font-weight:bold;
	
}

.users_categories ul li a,
.users_categories ul li a:link,
.users_categories ul li a:visited,
.users_categories ul li a:active,
.users_categories ul li a:hover
{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

.users_categories ul li li{
	list-style:none;
	color:#000;
	font-weight:normal;
	
}

.users_categories ul li li a,
.users_categories ul li li a:link,
.users_categories ul li li a:visited,
.users_categories ul li li a:active,
.users_categories ul li li a:hover
{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}


.users_categories ul li ul{
	display:none;
}

.user_coordinates{
	margin-bottom:10px;
}

.cart_table{
	text-align:center;
	margin-bottom:10px;
}

.cart_table th{
	background-color:#FFF;

}

.cart_table td{
	background-color:inherit;
	vertical-align:top;
}


.cart_table tr.odd td{
	background-color:#FFF;
	
}

.cart_item_name{
	text-align:left;
}

.cart_buy_button{
	width:80px;
	height:28;
	background-image:url(../images/center_cell_title_bg.jpg);
	background-repeat:repeat-x;
	color:#fff;
	border:1px solid #900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
}

.form_red_button{
	height:28;
	background-image:url(../images/center_cell_title_bg.jpg);
	background-repeat:repeat-x;
	color:#fff;
	border:1px solid #900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	padding-top:1px;
	padding-bottom:1px;
}

.form_grey_button{
	height:28;
	background-image:url(../images/form_grey_button_bg.jpg);
	background-repeat:repeat-x;
	color:#444;
	border:1px solid #777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	padding-top:1px;
	padding-bottom:1px;
}


ul.calendar_listing{
	margin-left:10px;
}

ul.calendar_listing li{
	font-size:16px;
}

ul.calendar_listing li span{
	color:#000000;
	font-size:12px;
}

ul.calendar_listing li.clu_event{
	color:#990000;
	font-size:16px;
	list-style:square;
}





