.simplecontentTextWrapper
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

.simplecontent-box
{
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}


/* design boxes */
.simplecontent_blue_box{ background-image: url('simplecontent/img/blue_box_elements.png'); }
.simplecontent_blue_box_middle{ background-color: #e5f5ff; padding: 11px; }

.simplecontent_grey_box{ background-image: url('simplecontent/img/grey_box_elements.png'); }
.simplecontent_grey_box_middle{ background-color: #ececec; padding: 11px; }

.simplecontent_red_box{ background-image: url('simplecontent/img/red_box_elements.png'); }
.simplecontent_red_box_middle{ background-color: #ffffff; padding: 11px; }

.simplecontent_yellow_box{ background-image: url('simplecontent/img/yellow_box_elements.png'); }
.simplecontent_yellow_box_middle{ background-color: #fff8dc; padding: 11px; }


/* box elements */
.box_lefttop
{
	position: absolute;
	top:0px;
	left:0px;
	width: 11px;
	height:11px;
	background-position: 0px 0px;
}

.box_top
{
	position: absolute;
	top:0px; 
	width: 100%;
	height:11px;
	background-position: -67px 0px;
}

.box_righttop
{
	position: absolute;
	top:0px;
	right:0px;
	width: 11px;
	height:11px;
	background-position: -11px 0px;
}

.box_leftbottom
{
	position: absolute;
	bottom:0px;
	left:0px;
	width: 11px;
	height:11px;
	background-position: -22px 0px;
}

.box_bottom
{
	position: absolute;
	bottom:0px;
	width: 100%;
	height:11px;
	background-position: -67px -11px;
}

.box_rightbottom
{
	position: absolute;
	bottom:0px;
	right:0px;
	width: 11px;
	height: 11px;
	background-position: -33px 0px;
}

.box_left
{
	position: absolute;
	top:0px;
	left:0px;
	width: 11px;
	height: 100%;
	background-position: -45px 0px;
	background-repeat: repeat-y;
}

.box_right
{
	position: absolute;
	top: 0px;
	right:0px;
	width: 11px;
	height: 100%;
	background-position: -56px 0px;
	background-repeat: repeat-y;
}

.box_middle
{
	background: #e5f5ff;
}

#simplecontentAcceptButton
{
	position: absolute;
	width: 90px;
	height: 22px;
	background: url('simplecontent/img/accept_edit_button.png');
	z-index: 9999;

	cursor: pointer;
}

#simplecontentCancelButton
{
	position: absolute;
	width: 90px;
	height: 22px;
	background: url('simplecontent/img/cancel_edit_button.png');
	z-index: 9999;

	cursor: pointer;
}

/* what tinyMCE has */
.red_title
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.normal_text
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.grey_text
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #545454;
}

.blue_bold_title
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #425c78;
	
}.main_menu_container
{
	width: 966px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
	background: url('menu/img/main_menu_back.png') no-repeat;
}

.main_menu_container ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 24px;
	border: 0px;
	margin: 0;
	padding: 0;
}

.main_menu_container ul li
{
	display: block;
	float: left;
	border: 0px;
	margin: 0;
	padding: 0;
}

.main_menu_container ul li span
{
	display: block;
	text-align: center;
	border: 0px;
	margin: 0;
	padding-top: 8px;
}

.main_menu_item span
{
	padding-left: 45px;
	padding-right: 45px;
}

.main_menu_item a
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.main_menu_item a:hover
{
	text-decoration: underline;
}

.main_menu_item a.active
{
	text-decoration: underline;
}

.main_menu_separator
{
	color: #ffffff;
}


.bottom_menu_container
{
	width: 966px;
	height: 57px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
	background: url('menu/img/bottom_menu_back.png') no-repeat;
}

.bottom_menu_container ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 46px;
	border: 0px;
	margin: 0;
	padding: 0;
}

.bottom_menu_container ul li
{
	display: block;
	float: left;
	border: 0px;
	margin: 0;
	padding: 0;
}

.bottom_menu_container ul li span
{
	display: block;
	text-align: center;
	border: 0px;
	margin: 0;
	padding-top: 8px;
}

.bottom_menu_item span
{
	padding-left: 75px;
	padding-right: 75px;
}

.bottom_menu_item a
{
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

.bottom_menu_item a:hover
{
	text-decoration: underline;
}

.bottom_menu_item a.active
{
	text-decoration: underline;
}


.grey_line
{
	width: 100%;
	height: 5px;
	background: url('menu/img/grey_line.jpg') repeat-x;	
}

.fr_main_menu_item
{
	width: 143px;
	height: 41px;
}

.fr_main_menu_separator
{
	width: 29px;
}


/* velencei menu */
#velenceiMainMenu
{
	height: 187px;
	background-color: #dfd2b3;
}

.menu_item
{
	width: 121px;
	height: 187px;
	
	float: left;
	position: relative;
}

.menu_image
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	cursor: pointer;
	z-index: 1;
}

.hover_menu_image
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 187px;
	border: 0px;
	cursor: pointer;
	display: none;
	z-index: 10;
}

.active_menu_image
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 121px;
	height: 187px;
	border: 0px;
	cursor: pointer;
	z-index: 10;
}

.horizontal_menu_separator
{
	float: left;
	width: 3px;
	height: 187px;
	background: url('menu/img/horizontal_menu_separator.png') no-repeat;
}
.book_cover_container
{
	width: 150px;
}

.book_shadow_right
{
	width: 8px;
	background: url('booklisting/img/shadow_right.png');
}

.book_shadow_bottom
{
	height: 6px;
	background: url('booklisting/img/shadow_bottom.png') no-repeat bottom right;
}

.book_list_title
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0a6cb0;
	padding-bottom: 2px;
	text-align: left;
	text-decoration: underline;
	cursor: pointer;
}

.book_list_title_noprice
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0a6cb0;
	padding-bottom: 2px;
	text-align: left;
	text-decoration: underline;
}

.book_list_bookproperty_name
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #454749;
}

.book_list_bookproperty
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #454749;
	
	padding-left: 8px;
}

.book_list_details
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ed791d;
}

.book_list_lead
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #2d2e30;
	text-align: justify;
	
	height: 45px;
}

.book_list_price_td
{
	width: 300px;
	padding-top: 4px;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #c30b0b;
	text-align: right;
}

.book_list_price
{
	text-align: right;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #c30b0b;
}

.book_list_list_price
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #c30b0b;
	text-decoration: line-through;
}

.book_list_order_button
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #97af04;
	padding-top: 8px;
}

.book_list_separator
{
	background: url('booklisting/img/book_list_separator.jpg') repeat-x;
	height: 3px;
	width: 100%;
}

.book_list_readmore a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #2857c2;
	text-decoration: none;
	cursor: pointer;
}

.book_list_discount_badge
{
	background: url('booklisting/img/badge.png') no-repeat;
	width: 45px;
	height: 45px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-left: 1px;
	color: #ffffff;
}

.book_list_discount_text
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ed7c1d;
}


.blue_line
{
	background: url('booklisting/img/blue_line.png') repeat-x;
}


.pages_text
{
	padding-right: 16px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #303030;
	text-align: center;
}

.pager_td
{
	border: solid 1px #c6c6c6;
}

.pager_td a
{
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	color: #606060;
	text-align: center;
	text-decoration: none;
}

.pager_active
{
	background: #acfcc8;
}




/* admin dialog styles */

.booklisting_editform_title
{
	font-family: Tahoma;
	font-size: 12px;
	height: 30px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	width: 645px;
	padding-left: 10px;
	display: table-cell;
	background: url('booklisting/img/dtable_top_gradient.png') repeat-x;
}

.dTable
{
	border: solid 1px #b9b9b9;
}

.dTable thead
{
	height: 28px;
}

.dTable th
{
	background-color: #e0e0e0;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}

.dTable th.sortable
{
	text-align: left;
	padding-left: 5px;
	cursor: pointer;
	text-decoration: underline;
}

.dTable th.sortable:hover { background-color: #f0f0f0; }
.dTable th.sorted-asc, .dTable th.sorted-desc  { background-color: #f0f0f0; }

.dTable tbody tr td
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #494949;
	border-bottom: solid 1px #d8d8d8;
	padding-left: 5px;
	padding-right: 2px;
}

.dTable tbody tr
{
	background-color: #bbbbbb;
}


.sorted-asc
{
	background-image: url('booklisting/img/sort-asc.png');
	background-position: 90% 50%;
	background-repeat: no-repeat;
}

.sorted-desc
{
	background-image: url('booklisting/img/sort-desc.png');
	background-position: 90% 50%;
	background-repeat: no-repeat;
}

.arrange_icon
{
	width: 32px;
	height: 32px;
	cursor: move;
	background: url('booklisting/img/arrange_icon.png') no-repeat center center;
}

.inactive_row
{
	background-color: #bbbbbb;
}

.active_row
{
	background-color: #ffffff !important;
}

.active_row:hover
{
	background-color: #ffffdb !important;
}


#booklistingLimitSetter
{
	width: 30px;
	height: 26px;
	border: solid 1px #cccccc;
	color: #404040;
	font-family: Tahoma;
	font-size: 24px;
	
	text-align: center;
	padding-left: 1px;
}

.limit_title
{
	font-family: Tahoma;
	font-size: 13px;
	color: #404040;
	line-height: 45px;
	float: left;
}

#limitArrowUp
{
	width: 16px;
	height: 16px;
	background: url('booklisting/img/arrow_up.png') no-repeat;
	cursor: pointer;
}

#limitArrowDown
{
	width: 16px;
	height: 16px;
	background: url('booklisting/img/arrow_down.png') no-repeat;
	cursor: pointer;
}

.book_id_field
{
	display: none;
}