/* **** GENERAL **** */
html, body {
	height: 100%;
	background: #fff;
	color: #404040;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.clear 
{
	clear: both;
}

.hide 
{
	display: none;
}

a 
{
	text-decoration: none;
	outline: none;
	color: #3987cc;
}

a:hover 
{
	text-decoration: underline;
}

/* **** COVERS **** */
div.cover-small 
{
	position: relative;
}

div.cover-small .cover-wrap
{
	position:relative;
}

div.cover-small .sale
{
	position: absolute;
	width:16px;
	height:16px;
	left:0;
	bottom:0;
	background: transparent url('../images/sale-label.png') no-repeat;
}

div.cover-small .sale:hover
{
	left:1px;
}

div.cover-small .book-curl
{
	display:block;
	position: absolute;
	width: 34px;
	height: 24px;
	top: 0;
	z-index: 1000;
	background: transparent url('../images/cover-curl-small.png') no-repeat right top;
}

div.cover-small .portrait .book-curl
{
	left:22px;
}

div.cover-small .landscape .book-curl
{
	left:28px;
}

div.cover-small .square .book-curl
{
	left:24px;
}

div.cover-small .landscape img
{
	width:66px;
}


/* Medium */
div.cover-medium
{
	position: relative;
	height:120px;
}

div.cover-medium .cover-wrap
{
	position:relative;
}

div.cover-medium .sale
{
	position: absolute;
	width:16px;
	height:16px;
	left:0;
	bottom:0;
	background: transparent url('../images/sale-label.png') no-repeat;
}

div.cover-medium .sale:hover
{
	left:1px;
}

div.cover-medium .book-curl
{
	display:block;
	position: absolute;
	width: 34px;
	height: 24px;
	top: 0;
	z-index: 1000;
	background: transparent url('../images/cover-curl-small.png') no-repeat right top;
}

div.cover-medium .portrait .book-curl
{
	left:41px;
}

div.cover-medium .landscape .book-curl
{
	left:49px;
}

div.cover-medium .square .book-curl
{
	left:43px;
}

div.cover-medium .landscape img
{
	width:88px;
}

/* Big */
div.cover-big
{
	position: relative;
}

div.cover-big .sale
{
	position:absolute;
	width:24px;
	height:24px;
	left:0;
	bottom:0;
	background:transparent url('../images/sale-label.png') no-repeat 0 -16px;
}

div.cover-big .sale:hover
{
	left:1px;
}

div.cover-big .book-curl
{
	display:block;
	position: absolute;
	width: 55px;
	height: 36px;
	top:0;
	z-index: 1000;
	background: transparent url('../images/cover-curl-medium.png') no-repeat right top;
}

div.cover-big .portrait .book-curl
{
	left:59px;
}


/* **** TOOLTIP **** */

#tooltip 
{
	position:absolute;
	z-index:3000;
	border:1px solid #c0c0c0;
	background-color:#eee;
	padding:5px;	
}
#tooltip h3, #tooltip div
{
	margin: 0;
}


/* **** STAR-RATE **** */
.rate 
{
	width:100px;
}

.rate-normal, .rate-hover 
{
	float:left;
	margin-right:1px;
	width:15px;
	height:15px;
	font-size:1px;
	background:url('../images/bg-images.gif') no-repeat -35px -286px;
}

.rate-hover 
{
	background-position:-20px -286px;
}

.rate-loading 
{
	padding: 2px 0 0 13px;
	background: transparent url('../images/load-small.gif') no-repeat 0 4px;
}

.rate-status 
{
	padding-top:2px;
	width:100px;
	clear:left;
	font-size:11px;
	color: #808080;
}

/* **** TOOLTIP **** */
#booktip
{

}

.booktip 
{
	display:none;
	width:400px;
	padding:3px;
	position:absolute;
	background:#f1f1f1 url('../images/_blank.gif');
}

.booktip-tail 
{
	position:absolute;
	left:-14px;
	width:50px;
	height:50px;
	z-index:3000;
	background:red url('../images/bg-images.gif') no-repeat -19px -288px;
}

.booktip-loading
{
	width:auto;
}

.booktip-loading
{
	width:16px;
	height:16px;
	background:#ffffff url('../images/load-medium.gif') no-repeat center center;
}

.booktip-content 
{
	padding:10px 20px 15px 20px;
	background-color:#ffffff;	
}

.booktip-content h4 
{
	margin-bottom:2px;
	font-weight:bold;
	font-size: 22px;
	line-height:100%;
	color: #444444;
}

.booktip-content .authors 
{
	color:#808080;
}

.booktip-content .authors .photo
{
	float:left;
	width:24px;
	height:24px;
}

.booktip-content .sep 
{
	height: 1px;
	margin: 10px 0;
	font-size: 1px;
	border-top: 1px dotted #C0C0C0;
}

.booktip-content .cite 
{
	display:block;
	margin-top:15px;
	font-size:11px;
	line-height:150%;
}

.booktip-content .cite small
{
	display:block;
	color:#808080;
	font-size:9px;
}

.booktip-content .cite span
{
	float: left;
	color: #c0c0c0;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 36px;
	line-height: 35px;
	width: 17px;
	height: 15px;
	overflow: hidden;
}

.booktip-content .details
{
	height:20px;
	margin:15px 0 5px 0;
	font-size:14px;
	font-weight:bold;
	color:#222222;
}

.booktip-content .details .mobile
{
	font-weight:normal;
	color:#808080;
	font-size:12px;
}

.booktip-content .details .mobile .icon-mobile
{
	vertical-align: middle;
}

.booktip-content .details .price
{
	text-indent:3px;
}

.booktip-content .details .icon-cart
{
	position:relative;
	float:left;
}

.booktip-content .details .pages
{
	float:right;
	font-size:12px;
	color:#808080;
	font-weight:normal;
}

.booktip-content .infos
{
	margin-top:10px;
	color:#808080;
	font-size:11px;
	text-align: right;
}

.booktip-content .infos span.category
{
	display:block;
}

.booktip-content .rate
{
	float:left;
	text-align: left;
}

/* **** Update Browser **** */
#upgrade-browser
{
	margin-bottom:10px;
	padding-bottom:5px;
	font-size:11px;
	background:transparent url('../images/bg-warning.gif') repeat-x;
}

#upgrade-browser .content
{
	background-color:#ffffff;
}

#upgrade-browser .content .message
{
	line-height:30px;
	width:960px;
	margin:0 auto;
}

#upgrade-browser .content .message .icon-windowclose-grey
{
	cursor:pointer;
	margin-top:7px;
	float:right;
}


/* **** HEADER **** */
#header 
{
	width: 960px;
	position: relative;
	height: 65px;
	margin:0 auto 20px auto;
	padding-top:15px;
}

#logo 
{
	display: block;
	position: absolute;
	left: 0;
	width: 180px;
	height: 63px;
	text-decoration: none;
	background-repeat: no-repeat;
	background: transparent url('../images/bg-images.gif') no-repeat 0 -222px;
}

#menu, #menu-links, #user-links 
{
	margin-left: 200px;
}

#menu, #menu .menu-left, #menu .menu-right 
{
	height: 35px;
	background: transparent url('../images/bg-images.gif') no-repeat 0 -323px;
}

#menu 
{
	clear: both;
}

#menu .menu-left, #menu .menu-right 
{
	width: 7px;
	background-color: #ffffff;
}

#menu .menu-left 
{
	float: left;
	background-position: 0 -288px;
}

#menu .menu-right 
{
	float: right;
	background-position: -7px -288px;
}

/* Links */
#menu-links, #user-links, #translate 
{
	height: 25px;
}

#menu-links 
{
	padding-left: 2px;
	font-size: 11px;
	color: #808080;
}


#menu-links a 
{
	text-decoration: none;
	color: #808080;
}

#menu-links a:hover 
{
	text-decoration: underline;
}

#translate, #user-links 
{
	float: right;
}

#user-links a 
{
	text-decoration: underline;
	color: #D10D03;
}

#user-links .sep 
{
	padding: 0 3px;
}

#user-links .user 
{
	font-weight: bold;
}

#translate 
{
	position: relative;
	padding-left: 15px;
	margin-top: 1px;
}

#translate .icon-arrowdown-grey 
{
	height: 10px;
	background-position: -3px -33px;
}

#translate .flag 
{
	position: absolute;
	left: 0;
}

/* Menu Content */
#menu .menu-content 
{
	
}

#menu .menu-content  a.publish
{
	float:left;
	display:block;
	width:130px;
	height:25px;
	margin:5px 0 0 15px;
	color:#f3f3f3;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	letter-spacing:-1px;
	line-height:23px;
	text-shadow:0 1px #6c0800;
	background: transparent url('../images/bg-images.gif') no-repeat -180px -544px;
}

#menu .menu-content  a.publish:hover
{
	text-decoration:none;
	background-position:-180px -569px;
}

#menu .menu-content  a.publish:active
{
	text-shadow:0 -1px #6c0800;
	background-position:-180px -594px;
}

#menu .menu-content .links 
{
}

#menu .menu-content .links li.root
{
	position: relative;
	display: block;
	float: left;
	height: 35px;
	background:url('../images/bg-images.gif') no-repeat right -358px;
}

#menu .menu-content .links li.root .title
{
	position:relative;
	display: block;
	float: left;
	height: 35px;
	padding:0 15px;
	font-size:15px;
	line-height: 35px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	z-index:100;
}

#menu .menu-content .links li.root .subnav 
{
	padding:0 22px 0 15px;
	background:url('../images/bg-images.gif') no-repeat right -238px;
}

#menu .menu-content .links li.root .title:hover
{
	padding:0 15px 0 17px;
	margin-left:-2px;
	background-color:#b70100;
	text-shadow:0 -1px #712929;
}

#menu .menu-content .links li.root .selected,
#menu .menu-content .links li.root .selected:hover
{
	border-style:solid;
	border-color:#960100;
	border-width:0 1px 0 1px;
	padding:0 21px 2px 16px;
	margin:0 0 0 -2px;
	background-position:right -273px;
	background-color:#b70100;
	text-shadow:0 -1px #712929;
}

#menu .menu-content .links li.root div.selected
{
	cursor:default;
}

#menu .menu-content .links .sublinks 
{
	display: none;
	position:absolute;
	left:0;
	padding:10px 0;
	margin:36px 0 0 -2px;
	border:1px solid #960100;
	background-color: #b70100;
	z-index:99;
}

#menu .menu-content .sublinks a
{
	color:#ffffff;
}

#menu .menu-content .sublinks a:hover
{
	background-color: #d41816;
}

/* Categories */
#menu .menu-content .links .sublinks-category
{
	width:550px;
}

#menu .sublinks ul.categories
{
	width:180px;
	float:left;
	border-right:1px solid #cc1f1f;
}

#menu .sublinks ul.categories li
{

}

#menu  .sublinks ul.categories li a
{
	display:block;
	font-size:11px;
	line-height:20px;
	height:20px;
	margin:0 5px;
	padding:0 0 0 10px;
}

/* Categories */
#menu .menu-content .links .sublinks-publishers
{
	width:200px;
}

#menu  .sublinks .publisher
{
	clear:left;	
	margin:0 5px;
	border-bottom:1px solid #cc1f1f;
}

#menu .sublinks .publisher a
{
	display:block;
	height:32px;
	padding:5px;
	font-size:11px;
	font-weight: bold;
}

#menu .sublinks .publisher a:hover
{
	text-decoration:none;
}

#menu .sublinks .publisher .profile
{
	display:block;
	font-weight:normal;
	font-size:11px;
	color:#d97b7a;
}

#menu  .sublinks .publisher .photo
{
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin-right:5px;
}

#search-box 
{
	position: relative;
	float: right;
	/*width:320px;*/
	width: 255px;
	margin-top: 5px;
}

#search-box .input-box 
{
	float: left;
	width: 243px;
	height: 25px;
	padding-right: 10px;
	background: transparent url('../images/bg-images.gif') no-repeat -226px	-288px;
}

#search-box .input-box input 
{
	display: block;
	float: left;
	width: 135px;
	margin-top: 6px;
	padding-left: 25px;
	border: 0;
	color: #333333;
	font-size: 11px;
	background-color: transparent;
}

#search-box .input-box .search-where 
{
	position: relative;
	float: right;
	width: 80px;
	padding: 2px 0;
	margin-top: 4px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	color: #808080;
	font-size: 11px;
}

#search-box .input-box .search-where .icon-arrowdown-grey 
{
	margin-right: 3px;
	float: right;
	margin-top: 4px;
}

#search-submit 
{
	display: block;
	float: right;
	width: 31px;
	height: 25px;
	background: #5f0909 url('../images/bg-images.gif') no-repeat -528px	-288px;
}

#search-submit:hover 
{
	background: #5f0909 url('../images/bg-images.gif') no-repeat -560px
		-288px;
}

#search-options 
{
	display:none;
	position: absolute;
	top: 3px;
	right: 5px;
	width: 171px;
	height: 142px;
	background: transparent url('../images/bg-images.gif') no-repeat 0 -384px;
	z-index: 0;
}

#search-options big 
{
	display: block;
	margin: 45px 0 0 20px;
	font-size: 12px;
	font-weight: bold;
}

#search-options ul 
{
	margin-top: 10px;
}

#search-options ul li 
{
	clear: both;
	margin: 0 10px;
	padding: 8px 5px;
	border-top: 1px solid #e8e8e8;
	cursor: pointer;
}

#search-options ul li.hover 
{
	background-color: #f5f5f5;
}

#search-options .radio 
{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: transparent url('../images/bg-images.gif') no-repeat 0 -112px;
}

#search-options .checked 
{
	background-position: -16px -112px;
}

/* CONTENT */
#geral 
{
	width:960px;
	margin:0 auto;
}

#geral #content
{
    position:relative;
    min-height:380px;
	height:auto !important;
	height:380px;   
    color:#393733;
}

#geral #content h1
{
    margin-bottom:30px;
    padding-bottom:10px;
    border-bottom:1px solid #cccccc;
    font-size:28px;
    letter-spacing:-1px;
    color:#000000;
    font-weight: bold;
}


#footer
{
	clear:both;
	height:100px;
	margin-top:50px;
	border-top:6px solid #EFEFEF;
}

#footer .footer-content
{
	width:960px;
	margin:0 auto;
	padding-top:15px;
	color:#808080;
	
}

#footer .copyright
{
	font-size:12px;
	line-height:25px;
	float:right;
}

#footer .links
{
	float:left;
}

#footer .links a
{
	padding:0 5px;
	text-decoration: underline;
}

#footer .links a:hover
{
	text-decoration: none;
}

#footer .bottom
{
	border-top:1px solid #EFEFEF;
	margin-top:15px;
	padding-top:10px;
	font-size:11px;
}

#footer .bottom p
{
	float:left;
}

#footer .fsc
{
	float:left;
	display:block;
	width:30px;
	height:34px;
	margin:-4px 10px 0 0;
	background: transparent url('../images/bg-images.gif') no-repeat -320px -224px;
}

#footer .socialmedia
{
	float:right;
	font-size:11px;
}

#footer .channel
{
	padding-left:15px;
	float:right;
}

#footer .channel a
{
	float:left;
}

#footer .channel .icon
{
	width:16px;
	height:16px;
	margin:0 5px 0 0;
}


/*
* ANTIGO*********************
*/

.form label
{
    display:block;
    clear:left;
    position:relative;
    padding:4px 0 5px 0;
}

.form input,
.form select,
.form textarea
{
    display:block;
    width:80%;
    margin-top:2px;
    padding:2px;
    font-size:12px;
    vertical-align:middle;
}

.form .reset
{
    margin:0;
    padding:0;
}

.form select
{
    width:50%;
}

.form textarea
{
    font-size:12px;
    height:100px;
}

input.submit,
input.cancel
{
    width:105px;
    border:0;
    padding:3px 0 5px 0;
    font-weight:bold;
    color:#FFFFFF;
    background:transparent url('../images/form-button.gif') no-repeat;
}

input.cancel
{
    font-weight:normal;
    color:#333333;
    background:transparent url('../images/form-button-cancel.gif') no-repeat;
}


* html input.submit,
* html input.cancel
{
    padding:0;
    height:25px;
}

.buttons
{
    margin-top:10px;
}

.buttons .submit
{
    display:inline;
    vertical-align:middle;
}

input.checkbox
{
    float:left;
    width:12px;
    height:12px;
    margin-right:5px;
    padding:0;
}

label span
{
    color:#5b5b5b;
    margin:8px 0 0 0;
}

#captcha
{
    cursor:pointer;
}

img.vertical-align
{
    vertical-align:middle;
}

.help
{
    padding-left:20px;
    line-height:16px;
    background:transparent url('../images/icon-help.gif') no-repeat left center;
}

/*********************************
*
*   Cover e Bookshelf
*
**********************************/
.bookshelf,
.bookshelf .bookshelf-left,
.bookshelf .bookshelf-right
{
    position:relative;
    background:transparent url('../images/bookshelf-bg.gif') repeat-x right bottom;
}

.bookshelf .bookshelf-left,
.bookshelf .bookshelf-right
{
    position:absolute;
    left:0;
    bottom:0;
    width:15px;
    height:24px;
    background-repeat:no-repeat;
    background-position:left top;
}

.bookshelf .bookshelf-right
{
    left:auto;
    right:0;
    background-position:-13px top;
}

.cover
{
    float:left;
}

.cover img
{
    display:block;
}

 .cover .cover-wrap,
 .cover .background
{
    float:left;
}

 .cover .freeshipping
 {
 	width:50px;
 	height:50px;
 	position:absolute;
 }
 
 .cover .buynow
 {
 	width:50px;
 	height:50px;
 	position:absolute;
 }


/*********************************
*
*   Pagination
*
**********************************/

#geral #content #pagination
{
    height:25px;
}

#geral #content #pagination a
{
    float:left;
    display:block;
    padding:5px 8px 5px 8px;
    margin-right:2px;
    border:1px solid #dddddd;
    font-family: tahoma, helvetica, verdana, arial, sans-serif;
    font-size:11px;
    text-decoration:none;
    color:#999999;
}

#geral #content #pagination a.strong
{
    padding:5px 8px 4px 8px;
    font-family: arial;
    font-weight:bold;
}

#geral #content #pagination a.selected
{
    color:#333333;
    font-weight:bold;
    background-color:#F7F7F7;
}

#geral #content #pagination a:hover
{
    border:1px solid #000000;
    color:#ffffff;
    background-color:#ed1b2f;
}


/*********************************
*
*   Validation
*
**********************************/

input.validation-msg {}

div.validation-msg
{
    margin-top:2px;
    padding-left:15px;
    font-size:11px;
    font-weight:bold;
    color:#EA5200;
    background:transparent url('../images/validation-advice-bg.gif') no-repeat 0 top;
}

input.validation-error
{
    border:1px solid #d10d03;
    background-image: url('../images/icon-validation-error.gif');
    background-repeat:no-repeat;
    background-position:center right;
}

/*********************************
*
*   Star Rating
*
**********************************/

div.rating
{
	width:60px;
	height:12px;
	padding:0;
    font-size:1px;
	background:url('../images/star-rating-unclicable.gif') no-repeat 0 bottom;
}
/* add these classes to the ul to effect the change to the correct number of stars */
div.rate-0 { background-position:0 0     }
div.rate-1 { background-position:0 -12px }
div.rate-2 { background-position:0 -24px }
div.rate-3 { background-position:0 -36px  }
div.rate-4 { background-position:0 -48px }
div.rate-5 { background-position:0 -60px }


.star-rating
{
    position: relative;
    width: 75px;
    height: 20px;
    margin: 0px;
    padding:0px;
    list-style:none;
    background: url(../images/star-rating.gif) top left repeat-x;
}

.star-rating li
{
    float: left;
    width: 15px;
    height:20px;
    padding:0px;
    margin:0px;
    line-height:0;
}
.star-rating li a
{
    display:block;
    position: absolute;
    top:0;
    width:15px;
    height: 20px;
    padding: 0px;
    line-height:15px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    overflow:hidden;
}
.star-rating li a:hover
{
    left: 0px;
    border:none;
    background: url(../images/star-rating.gif) left 20px;
    z-index: 2;
}
.star-rating a.rate-1       { left: 0px; }
.star-rating a.rate-1:hover { width:15px; }

.star-rating a.rate-2       { left:15px; }
.star-rating a.rate-2:hover { width: 30px; }

.star-rating a.rate-3       { left: 30px; }
.star-rating a.rate-3:hover { width: 45px; }

.star-rating a.rate-4       { left: 45px; }
.star-rating a.rate-4:hover { width: 60px; }

.star-rating a.rate-5       { left: 60px; }
.star-rating a.rate-5:hover { width: 75px; }

.star-rating li.current
{
    display: block;
    position: absolute;
    left:0;
    height: 15px;
    text-indent: -9000px;
    background: url(../images/star-rating.gif) left 40px;
    z-index: 1;
}

/*********************************
*
*   Validation
*
**********************************/

.alert
{
    position:relative;
    font-weight:bold;
    margin-bottom:15px;
}

.alert .alert-msg
{
    padding:5px 15px 5px 55px;
}

.alert-success .alert-lt,
.alert-success .alert-lb,
.alert-success .alert-rt,
.alert-success .alert-rb
{
    background:transparent url('../images/alert-bg-success.gif') no-repeat;
}

.alert-success
{
    color:#333333;
    background:#bde3bd url('../images/alert-icon-success.gif') no-repeat 15px center;
}

#geral #content .alert-success a
{
    color:#0000cc;
}

.alert-info .alert-lt,
.alert-info .alert-lb,
.alert-info .alert-rt,
.alert-info .alert-rb
{
    background:transparent url('../images/alert-bg-info.gif') no-repeat;
}

.alert-info
{
    color:#333333;
    background:#fff1a8 url('../images/alert-icon-info.gif') no-repeat 15px center;
}

#geral #content .alert-success a
{
    color:#0000cc;
}

.alert-error .alert-lt,
.alert-error .alert-lb,
.alert-error .alert-rt,
.alert-error .alert-rb
{
    background:transparent url('../images/alert-bg-error.gif') no-repeat;
}

.alert-error
{
    color:#7a1212;
    background:#ffcc66 url('../images/alert-icon-error.gif') no-repeat 15px center;
}

#geral #content .alert-error a
{
    color:#ef0000;
}


.alert .alert-lt,
.alert .alert-lb,
.alert .alert-rt,
.alert .alert-rb
{
    font-size:1px;
    width:10px;
    height:10px;
}

.alert .alert-lb
{
    background-position:bottom left;
}

.alert .alert-rt
{
    position:absolute;
    right:0;
    background-position:top right;
}

.alert .alert-rb
{
    position:absolute;
    right:0;
    background-position:bottom right;

}

/*********************************
*
*   Upload
*
**********************************/

#upload-progress .upload-button
{
    height:30px;
    margin-bottom:5px;
    overflow:hidden;
    font-size:12px;
    color:#333333;
    background:transparent url(../images/bg-uploadprogress.gif) no-repeat 0 top;
}

#upload-progress .upload-button div
{
    float:left;
    width:250px;
    padding:0 0 0 15px;
    line-height:30px;
}

.uploadifyQueueItem
{
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #ffffff;
    border:2px solid #E5E5E5;
	margin-top: 5px;
	padding:5px;
	width: 365px;
}

.uploadifyError
{
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}

.uploadifyQueueItem .fileName
{

}

.uploadifyQueueItem .percentage
{
    font-weight:bold;
}

.uploadifyQueueItem .cancel
{
    float: right;
    margin-top:-7px;
	width:16px;
    height:16px;
}

.uploadifyQueueItem .cancel img
{
    display:block;
}

.uploadifyProgress
{
	background-color: #E5E5E5;
	margin-top: 5px;
	width: 100%;
}

.uploadifyProgressBar
{
	background-color: #0099FF;
	width: 1px;
	height: 4px;
}

/*********************************
*
*   Dialog
*
**********************************/

#dialog
{
    width:100%;
    z-index:9999999;
}

.dialogClose
{
    float:right;
    width:16px;
    height:16px;
    margin-right:20px;
    font-size:1px;
    line-height:60px;
    cursor:pointer;
    overflow:hidden;
    background:transparent url(../images/icon-close.gif) no-repeat;
}

#dialogContent
{
    width:100%;
    padding:10px 0;
    font-size:16px;
    text-align:center;
    font-weight:bold;
    z-index:9999999;
}

.dialogerror
{
    background-color:#ef4343;
}

.dialogerrorContent
{
    color:#000000;
}

.dialogsuccess
{
    background-color:#78a84e;
}

.dialogsuccessContent
{
    color:#000000;
}

.dialoginfo
{
    background-color:#eee600;
}

.dialoginfoContent
{
    color:#000000;
}

.empty
{
    padding:10px;
    margin:5px 0px;
    border: 1px #e8e8e8 solid;
    text-align:center;
    font-size:12px;
    background-color:#f6f6f6;
}
