/* TAGS **********************************************************************/
* {
	margin: 0;
	padding: 0;
}

html { margin: 0; padding: 0; /*\*/height: 100%; /**/ font-size: 100.01%; }
body {
	background: #006FB9 url(/media/lang/image/body-background.png) repeat-x;
	color:#0057a3;
}
body,input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*letter-spacing: 0 !important; letter-spacing: -0.1em;*/
}
div.clearboth {
	content:" ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
textarea {
	overflow: auto;
}
ul {
	list-style: none;
}

ol {
	list-style:inside upper-roman;
}

li { overflow: hidden; }

em.legend { font-size:0.8em; }

img { border:none; }

h1 { letter-spacing: 0; }

h2 {
	margin:20px 0 6px 0;
	font-size:14px;
}

h3 {
	margin-top:20px 0 6px 0;
	font-size:14px;
}

h4 {
	border-bottom:1px solid #0070B4;
	color:#488AC4;
	font-size:13px;
	font-weight:bold;
	margin:10px 20px 0 0;
}

/* GENERIC CLASSES ***********************************************************/
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

.hand {
	cursor: hand;
}
/* GENERIC BUTTON ***********************************************************/

input.submit,
a.action input {
	border: 0;
	margin: 0;
	padding: 0;
	cursor:pointer;
	font-size:0.8em !important; font-size: 0.9em;
	font-weight:bold;
	line-height:22px;
	height: 22px;
	overflow:visible;
	text-align:center;
	width:auto;
	text-decoration:none;
	vertical-align : top;
}

input.button-blue {
	background:url(/media/aquariow/image/buttons/blue-button-center.png) repeat-x;
	color:#fff;
}
input.button-white {
	background:url(/media/aquariow/image/buttons/white-button-center.png) repeat-x;
	color:#3A90C5;
}

a.action:hover {
	text-decoration: none;
}

a.action img.left,
a.action img.right {
	vertical-align: top;
}
a.disabled,
a.action.disabled,
a.action.disabled input,
input.submit.disabled,
a.disabled input{
	cursor: not-allowed;
	text: grey
}

/* GROUP COLORS ****************************************************/
/* Operator */
#content #center-wrapper a.group-3,
#content #center-wrapper table tr td a.group-3,
#content #center-wrapper table td.caption a.group-3 {
	color:#003f7e;
	font-weight:bold;
}
/* Moderator */
#content #center-wrapper a.group-4,
#content #center-wrapper table tr td a.group-4,
#content #center-wrapper table td.caption a.group-4 {
	color:#708113;
	font-weight:normal;
}

/* FORMS ***********************************************************/
#content p label.form {
	float: left;
	clear: left;
	width: 300px;
}

/* BACKGROUND ******************************************************/
#bubbles {
	position: absolute;
	left: 18px;
	top: 23px;
}

/* CORPORATE *********************************************************/
#corporate {
        position: relative;
        width: 100%;
        height: 24px;
        background: url(/media/aquariow/image/0_aquariow.png) 0 0 repeat-x;
}
#corporate .arrows {
        position: absolute;
        left: 7px;
        top: 9px;
        width: 11px;
        height: 7px;
        background: url(/media/aquariow/image/0_aquariow.png) no-repeat 0 -29px;
        overflow: hidden;
}
#corporate .connection {
        position: absolute;
        left: 7px;
        color: #777364;
        font-size: 11px;
        font-weight: bold;
        height: 24px;
        left: 22px;
        line-height: 24px;
}
#corporate .logo {
        float: right;
        margin: 5px 0 0 0;
        width: 76px;
        height: 15px;
        background: url(/media/aquariow/image/0_aquariow.png) no-repeat 0 -36px;
}
#corporate .logo h1 {
        display: none;
}
#corporate .navigation {
        position: relative;
        width: 888px;
        height: 100%;
        margin: 0 auto;
        clear: both;
}
#corporate select {
        max-width: 130px;
        font-size: 11px;
        float: right;
        margin: 3px 0 0 10px;
        background-color: #EAEAEA;
        border: 1px solid #B7B7B7;
}
#corporate .flag {
        position: relative;
        float: right;
        padding-right:5px;
}
#corporate .flag a {
        vertical-align: baseline;
}
#corporate .flag span {
        width: 20px;
        height: 12px;
        display: block;
        margin: 6px 0 0 10px;
        float: left;
        font-size: 6px;
        text-indent: -2000px;
        background-image: url(/media/aquariow/image/0_aquariow.png);
        background-repeat: no-repeat;
}
#corporate .flag .selected span {
        margin: 4px 0 0 8px;
        border: 2px solid #CCCBC5;
}
/* LANGUAGES ******************************/
#corporate .flag .fr span {
        background-position: 0 -51px;
}

/* CONTAINER *******************************************************/
#container {
	position: relative;
	width: 888px;
	margin: 0 auto;
}

/* TABS **************************************************/
#tabs {
	position: absolute;
	right: 0;
	top: 0;
	height: 43px;
}
#tabs li {
	display: block;
	float: left;
	height: 43px;
	background-repeat: no-repeat;
}
#tabs li a {
	height: 34px;
	padding-top: 9px;
	font-size: 0.7em;
	font-weight: bold;
	color: #00569F;
	text-decoration: none;
	background-repeat: no-repeat;
}

/* TABS **********************************************************************/
#tabs li.portal {
	width: 166px;
	background-image: url(/media/lang/image/homepage/tabs-portal.png);
}
#tabs li.portal a {
	width: 74px;
	padding-left: 92px;
	background-image: url(/media/lang/image/homepage/tabs-portal.png);
}
#tabs li.portal a:hover {
	background-image: url(/media/lang/image/homepage/tabs-portal-hover.png);
}
#tabs li.game {
	width: 79px;
	background-image: url(/media/lang/image/homepage/tabs-game.png);
}
#tabs li.game a {
	width: 52px;
	padding-left: 27px;
	background-image: url(/media/lang/image/homepage/tabs-game.png);
}
#tabs li.game a:hover {
	background-image: url(/media/lang/image/homepage/tabs-game-hover.png);
}
#tabs li.shopping {
	width: 125px;
	background-image: url(/media/lang/image/homepage/tabs-shopping.png);
}
#tabs li.shopping a {
	width: 102px;
	padding-left: 23px;
	background-image: url(/media/lang/image/homepage/tabs-shopping.png);
}
#tabs li.shopping a:hover {
	background-image: url(/media/lang/image/homepage/tabs-shopping-hover.png);
}

/* HEADER ************************************************/
#header {
	position: relative;
	padding-top: 21px;
	height: 74px;
}

/* RENDER ************************************************/
#render ul.nav li,
#render ul.nav li a {
	display: block;
	height: 23px;
	text-align: left;
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

#render ul.nav li.fishes,
#render ul.nav li.fishes a {
	width: 28px;
	background-image: url(/media/lang/image/nav-fishes.gif);
}
#render ul.nav li.fishes a:hover {
	background-image: url(/media/lang/image/nav-fishes-hover.gif);
}
#render ul.nav li.plants,
#render ul.nav li.plants a {
	width: 15px;
	background-image: url(/media/lang/image/nav-plants.gif);
}
#render ul.nav li.plants a:hover {
	background-image: url(/media/lang/image/nav-plants-hover.gif);
}
#render ul.nav li.decoration,
#render ul.nav li.decoration a {
	width: 27px;
	background-image: url(/media/lang/image/nav-decoration.gif);
}
#render ul.nav li.decoration a:hover {
	background-image: url(/media/lang/image/nav-decoration-hover.gif);
}
#render ul.nav li.aquarium,
#render ul.nav li.aquarium a {
	width: 25px;
	background-image: url(/media/lang/image/nav-aquarium.gif);
}
#render ul.nav li.aquarium a:hover {
	background-image: url(/media/lang/image/nav-aquarium-hover.gif);
}


#render ul.nav li.left,
#render ul.nav li.left a {
	width: 25px;
	background-image: url(/media/lang/image/nav-left.gif);
}
#render ul.nav li.left a.selected,
#render ul.nav li.left a:hover {
	background-image: url(/media/lang/image/nav-left-hover.gif);
}
#render ul.nav li.front,
#render ul.nav li.front a {
	width: 25px;
	background-image: url(/media/lang/image/nav-front.gif);
}
#render ul.nav li.front a.selected,
#render ul.nav li.front a:hover {
	background-image: url(/media/lang/image/nav-front-hover.gif);
}
#render ul.nav li.right,
#render ul.nav li.right a {
	width: 25px;
	background-image: url(/media/lang/image/nav-right.gif);
}
#render ul.nav li.right a.selected,
#render ul.nav li.right a:hover {
	background-image: url(/media/lang/image/nav-right-hover.gif);
}


/* BUTTONS & LINKS ***************************************/
button {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	overflow: visible;
	white-space: nowrap;
	cursor: default;
	vertical-align: middle;
}
button span {
	display: inline-block;
	vertical-align: middle;
	float: left;
	*float: none;
}
button span.left,
button span.right {
	width: 10px;
	background-repeat: no-repeat;
}
button span.left {
	background-position: right;
}
button span.center {
	border: 0 none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-repeat: repeat-x;
	background-color: transparent;
	text-align: center;
}
button span.right {
	background-position: left;
}

/* BUTTONS & LINKS ***********************************************************/
a.button-inline.disabled span.center{
	color:#bbb;
}

a.button {
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}
a.button-inline {
	display:-moz-inline-box !important; display: inline-block;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	color: #3A90C5;
	vertical-align:middle;
}

/* BUTTONS - BUTTON-STYLE-0 ****************************************/
a.button-style-0 {
	line-height: 27px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
}
a.button-style-0 span {
	display: block;
	float: left;
	height: 28px;
	color: #3A90C5;
}
a.button-style-0 span.left,
a.button-style-0 span.right {
	width: 33px;
	background-repeat: no-repeat;
}
a.button-style-0 span.left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/lang/image/button/0-left.png', sizingMethod='crop');
}
a[class~="button-style-0"] span.left {
	background-image: url(/media/lang/image/button/0-left.png);
}
a.button-style-0 span.center {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/lang/image/button/0-center.png', sizingMethod='scale');
	background-repeat: repeat-x;
	text-align: center;
}
a[class~="button-style-0"] span.center {
	background-image: url(/media/lang/image/button/0-center.png);
}
a.button-style-0 span.right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/lang/image/button/0-right.png', sizingMethod='crop');
	background-position: right;
}
a[class~="button-style-0"] span.right {
	background-image: url(/media/lang/image/button/0-right.png);
}
a:hover.button-style-0 span.left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/lang/image/button/0-left-hover.png', sizingMethod='crop');
}
a:hover.button-style-0 span.center {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/lang/image/button/0-center-hover.png', sizingMethod='scale');
}
a:hover.button-style-0 span.right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/lang/image/button/0-right-hover.png', sizingMethod='crop');
}
a:hover[class~="button-style-0"] span.left {
	background-image: url(/media/lang/image/button/0-left-hover.png);
}
a:hover[class~="button-style-0"] span.center {
	background-image: url(/media/lang/image/button/0-center-hover.png);
}
a:hover[class~="button-style-0"] span.right {
	background-image: url(/media/lang/image/button/0-right-hover.png);
}

/* BUTTONS - BUTTON-STYLE-1 ****************************************/
a.button-style-1 {
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #0070B4;
}
a.button-style-1 span {
	white-space:nowrap;
	display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
	height: 16px;
}
a.button-style-1 span.left,
a.button-style-1 span.right {
	width: 10px;
	background-repeat: no-repeat;
}
a.button-style-1 span.left {
	background-image: url(/media/aquariow/image/buttons/white-button-left.png);
}
a.button-style-1 span.center {
	background-repeat: repeat-x;
	text-align: center;
	background-image: url(/media/aquariow/image/buttons/white-button-center.png);
	color: #3A90C5;
}
div#container div#content div#center-wrapper table a.button-style-1,
div#container div#content div#center-wrapper div a.button-style-1 {
	text-decoration:none;
}
a.button-style-1 span.right {
	background-position: top right;
	background-image: url(/media/aquariow/image/buttons/white-button-right.png);
}

a.button-style-1 span.center button,
a.button-style-1 span.center input {
	background:url(/media/aquariow/image/buttons/white-button-center.png) repeat-x;
	color:#3A90C5;
}

/* BUTTONS - BUTTON-STYLE-2 ****************************************/
a.button-style-2 {
	line-height: 27px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
}
a.button-style-2 span {
	display: block;
	float: left;
	height: 28px;
}
a.button-style-2 span.left,
a.button-style-2 span.right {
	background-repeat: no-repeat;
}
a.button-style-2 span.left {
	width: 12px;
}
* html a.button-style-2 span.left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/lang/image/button/2-left.png', sizingMethod='crop');
}
a[class~="button-style-2"] span.left {
	background-image: url(/media/lang/image/button/2-left.png);
}
a.button-style-2 span.center {
	background-repeat: repeat-x;
	text-align: center;
}
* html a.button-style-2 span.center {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/lang/image/button/2-center.png', sizingMethod='scale');
}
a[class~="button-style-2"] span.center {
	background-image: url(/media/lang/image/button/2-center.png);
}
a.button-style-2 span.right {
	width: 14px;
	background-position: right;
}
* html a.button-style-2 span.right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/lang/image/button/2-right.png', sizingMethod='crop');
}
a[class~="button-style-2"] span.right {
	background-image: url(/media/lang/image/button/2-right.png);
}
* html a:hover.button-style-2 span.left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/lang/image/button/2-left-hover.png', sizingMethod='crop');
}
* html a:hover.button-style-2 span.center {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/lang/image/button/2-center-hover.png', sizingMethod='scale');
}
* html a:hover.button-style-2 span.right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/lang/image/button/2-right-hover.png', sizingMethod='crop');
}
a:hover[class~="button-style-2"] span.left {
	background-image: url(/media/lang/image/button/2-left-hover.png);
}
a:hover[class~="button-style-2"] span.center {
	background-image: url(/media/lang/image/button/2-center-hover.png);
}
a:hover[class~="button-style-2"] span.right {
	background-image: url(/media/lang/image/button/2-right-hover.png);
}

a span.center button,
a span.center input {
	border: 0;
	margin: 0;
	padding: 0;
	/*color:#fff;*/
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	height: 22px;
	overflow:visible;
	text-align:center;
	width:auto;
	text-decoration:none;
	/*vertical-align : top;*/
	background-repeat: repeat-x;
}

/* BUTTONS - BUTTON-STYLE-3 ****************************************/

button.button-style-3 span {
	height: 28px;
}

button.button-style-3 span.left,
button.button-style-3 span.right {
	width: 16px;
}

button.button-style-3 span.center {
	line-height: 27px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
}

button.button-style-3 span.left {
	background-image: url(/media/aquariow/image/buttons/3-left.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/aquariow/image/buttons/3-left.png', sizingMethod='crop');
}

button.button-style-3 span.center {
	background-image: url(/media/aquariow/image/buttons/3-center.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/aquariow/image/buttons/3-center.png', sizingMethod='scale');
}

button.button-style-3 span.right {
	background-image: url(/media/aquariow/image/buttons/3-right.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/aquariow/image/buttons/3-right.png', sizingMethod='crop');
}

button:hover.button-style-3 span.left {
	background-image: url(/media/aquariow/image/buttons/3-left-hover.png);
}

button:hover.button-style-3 span.center {
	background-image: url(/media/aquariow/image/buttons/3-center-hover.png);
}

button:hover.button-style-3 span.right {
	background-image: url(/media/aquariow/image/buttons/3-right-hover.png);
}

/* BUTTONS - BUTTON-STYLE-4 ****************************************/
button.button-style-4 {
	margin: 0 4px;
}

button.button-style-4 span {
	height: 19px;
}

button.button-style-4 span.center {
	line-height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #005AA3;
}

button.button-style-4 span.left {
	background-image: url(/media/aquariow/image/buttons/4-left.png);
}

button.button-style-4 span.center {
	background-image: url(/media/aquariow/image/buttons/4-center.png);
}

button.button-style-4 span.right {
	background-image: url(/media/aquariow/image/buttons/4-right.png);
}

/* BUTTONS - BUTTON-STYLE-BLUE ****************************************/
a.button-style-blue {
	font-size: 11px;
	font-weight: bold;
	color: #0070B4;
	vertical-align:middle;
}
a.button-style-blue span {
	display: block;
	float: left;
	height: 22px;
	line-height:22px;
}
a.button-style-blue span.left,
a.button-style-blue span.right {
	width: 10px;
	background-repeat: no-repeat;
}
a.button-style-blue span.left {
	/*margin-left: 4px;*/
	background-image: url(/media/aquariow/image/buttons/blue-button-left.png);
}
a.button-style-blue span.center,
a.button-style-blue span.center button {
	background-repeat: repeat-x;
	text-align: center;
	background-image: url(/media/aquariow/image/buttons/blue-button-center.png);
	color: #fff;
}
a.button-style-blue.choosePayment span.center {
	width:90px;
}

a.button-style-blue span.right {
	/*margin-right: 4px;*/
	background-position: top right;
	background-image: url(/media/aquariow/image/buttons/blue-button-right.png);
}

a.button-style-blue span.center input {
	background:url(/media/aquariow/image/buttons/blue-button-center.png) repeat-x;
	color:#fff;
}

button.button-style-blue {
	font-size: 11px;
	font-weight: bold;
	color: #0070B4;
	vertical-align:middle;
	background:none;
	border:0 none;
	cursor: pointer;
}
button.button-style-blue span {
	display:-moz-inline-box;
    display:inline-block;
	float: left;
	height: 22px;
	line-height:22px;
}

button.button-style-blue span.left,
button.button-style-blue span.right {
	width: 10px;
	background-repeat: no-repeat;
}

button.button-style-blue span,
button.button-style-blue span.left {
	margin:0;
	background-image: url(/media/aquariow/image/buttons/blue-button-left.png);
	background-repeat: no-repeat;
}

button.button-style-blue span span,
button.button-style-blue span span span {
	margin-left:4px;
}

button.button-style-blue span span span,
button.button-style-blue span.center {
	text-align: center;
	background: url(/media/aquariow/image/buttons/blue-button-center.png);
	color: #fff;
	white-space:nowrap;
}

button.button-style-blue span span,
button.button-style-blue span.right {
	margin-right: 4px;
	background-position: top right;
	background-image: url(/media/aquariow/image/buttons/blue-button-right.png);
	background-repeat: no-repeat;
}

a.notext {
	text-indent: -1000em;
}
a.plus {
	padding-left: 13px;
	background: url(/media/aquariow/image/icon/toggle/plus-ico.gif) no-repeat 0 6px;
}

/* FOOTER ************************************************/
#footer {
	padding-left: 38px;
	background: url(/media/aquariow/image/arrows/footer-arrow.png) no-repeat 23px;
	font-size:10px;
	letter-spacing: 0.04em;
	color: #BFDBEE;
}
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #BFDBEE;
}

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

/* REDEFINITION STYLES SOWCLE */
label.error {
	padding: 3px;
	font-weight: bold;
	background-color: #F9D0D0;
}

div.warning,
div.info {
	-moz-border-radius: 8px;
	padding: 4px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.02em;
}
div.info {
	background-color: #FEFEC2;
	border: 1px solid #C7BB4B;
	color: #C2BC4E;
}

div.warning {
	background-color: #FFE5C0;
	border: 1px solid #E88810;
	color: #E48615;
}

#infoBox {
	position: absolute;
	padding: 3px;
	z-index: 10000;
}

div#background {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2000px;
	z-index: 5;
	background-image:url(/media/sowcle/image/transparent.gif);
}

#loading {
	position: absolute;
	/*background-color: #CC0000;*/
	background-color: #0058a1;
	color: white;
	padding: 3px;
	font-weight: bold;
	font-size:12px;
	z-index: 50;
}
table.popup div.boxContent {
	position: relative;
}
/* box paragraphs */
table.popup div.boxContent p { margin:10px 0 10px 0; }
table.popup div.boxContent p img { vertical-align:middle; margin-right:5px; }

/* box forms */
table.popup div.boxContent form,
table.popup div.boxContent table.form { margin:0 5px 5px 0; }
table.popup div.boxContent form input,
table.popup div.boxContent table.form input{ vertical-align:middle; }

table.popup div.boxContent table.form { margin-top:20px; }
table.popup div.boxContent table.form, x:-moz-any-link { margin-top:10px; }


table.popup div.boxContent table.form td.input,
table.popup div.boxContent table.form td.label { height:25px; line-height:25px; }
table.popup div.boxContent table.form label { margin-right:5px; }
table.popup div.boxContent table.form button { margin-top:10px; }

/* specific styles */
table.popup div.boxContent input#speedRadio, table.popup div.boxContent input#reflexRadio { margin-right:5px; }
table.popup div.boxContent input#isSeaCheck, table.popup div.boxContent input#isSeaCheckY { margin:0 5px; }
table.popup div.boxContent input#buyArticleIsEmpty, table.popup div.boxContent input#buyArticleHasSkimmer { margin-left: 5px; }

/* box links */
table.popup div.boxContent a:link, table.popup div.boxContent a:visited { color: #821791; text-decoration: none; }
table.popup div.boxContent a:hover, table.popup div.boxContent a.active { text-decoration: underline; }

/* box titles */
table.popup div.boxContent h2, table.popup div.boxContent h3 { margin:0 20px 10px 0; }

/* box title icon */
table.popup div.boxContent h2 img,
table.popup div.boxContent h3 img {
	margin:0 5px 0 0;
	vertical-align:middle;
}

table.popup div.boxContent h4 {
	margin:0 20px 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #488AC4;
	border-bottom: 1px solid #0070B4;
}

/* box flash */
table.popup div.boxContent div#divGrillorganizeAquaExternal p,
table.popup div.boxContent div#divGrillExternal p { font-style:italic; }
/*table.popup div.boxContent div#divGrillorganizeAquaExternal p img { vertical-align: middle;}*/

/******************* box *******************/
div#inventoryBox, div#componentBox,
div#buyBox, div#beingBox,
div#coachBox, div#purifyBox,
div#aquariumOrganizeBox, div#foodDashesBox,
div#breedingBox, div#beautyCategoryBox,
div#registerBox, div#sellBox {
	position: absolute;
	z-index:1000;
}


div.body h3 {
	margin: 0;
}
/******************* messages *************/
#messageBox {
	position: absolute;
	overflow: hidden; /* disable scrollbar on IE7*/
	z-index: 20;
	width: 410px;
	cursor: move;
}
#messageBox .messageTop {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/aquariow/image/box/message/top.png', sizingMethod='crop');
	height: 10px;
	margin-bottom:0 !important; margin-bottom:-7px;
}

#messageBox div[class="messageTop"] {
	background: transparent url(/media/aquariow/image/box/message/top.png) no-repeat;
	height: 10px;
}

#messageBox .messageMiddle {
	background: transparent url(/media/aquariow/image/box/message/middle.png) repeat-y;
	padding-right: 5px;
}

#messageBox>.messageMiddle {
	border-top: 1px solid transparent;
}

#messageBox .messageBottom {
	background: transparent url(/media/aquariow/image/box/message/bottom.png) no-repeat;
	height: 10px;
}

#messageBox .messageMiddle div.messageContent {
	padding-left: 9px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #9ab300;
	font-weight: bold;
}

#messageBox .messageMiddle div.messageContent a {
	color: #748700;
	text-decoration: none;
}

#messageBox .messageMiddle div.messageContent a:hover {
	text-decoration: underline;
}

#errorsBox div.errorsContent h3 img,
#messageBox div.messageContent img {
	position: relative;
	top: -1px;
	left: -1px;
}

/**************** page numbering *******/
div.pageNumbering {
	font-size: 12px;
	margin:5px 0 5px 0;
	color: #0070B4;
	/*width:250px;*/
	float:right;
	text-align:right;
	padding-right:5px;
}

/**************** errors ****************/

#errorsBox {
	position: absolute;
	overflow: hidden; /* disable scrollbar on IE7*/
	z-index: 20;
	font-size:14px;
	width: 410px;
	cursor: move;
}
.errorsTop,
#errorsBox .errorsTop {
	background: transparent url("/media/aquariow/image/box/error/top.png") no-repeat;
	height: 10px;
	margin-bottom:0 !important; margin-bottom:-7px;
}

.errorsMiddle,
#errorsBox .errorsMiddle {
	background: transparent url("/media/aquariow/image/box/error/middle.png") repeat-y;
	padding-right: 5px;
}
.errorsMiddle,
#errorsBox>.errorsMiddle {
	border-top: 1px solid transparent;
}
.errorsBottom,
#errorsBox .errorsBottom {
	background: transparent url("/media/aquariow/image/box/error/bottom.png") no-repeat;
	height: 17px;
}

#content #center-wrapper div.errorsContent h3,
div.errorsContent li,
#errorsBox div.errorsContent h3,
#errorsBox div.errorsContent li {
	padding-left: 9px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FF3300;
	font-weight: bold;
	list-style-type:none;
	width:390px;
}

div.errorsContent h3,
#errorsBox div.errorsContent h3 {
	font-size: 1em;
}

#errorsBox div.errorsContent li {
	font-size: 0.8em;
}
div.errorsContent,
.errors div.errorsContent,
#errorsBox div.errorsContent {
	border: none;
}

/* ACTIONS BUTTON***********************/
ul li.helpNav {
	display: inline;
	font-weight: bold;
	color: #00005B;
}

/*HOWLMES STYLE*/
.howlmesSpan {
	float:left;
	width:49%;
	margin-bottom:5px;
	margin-top:5px;
}
.howlmesSpan label {
	float:left;
	margin-top:2px;
	margin-right:5px;
}
.howlmesSpan span {
	float:left;
	margin-left:5px;
	margin-top:2px;
}
.howlmesInput {
	width:140px;
	margin-left:5px;
	background-color: #D4E5F4;
	vertical-align:middle;
	border: 1px solid #96BDDD;
	color: #0057A3;
}
.howlmesSelecEnhance {
	border:solid 1px #82B1D7;
	float:left;
	width:70px;
	text-align:center;
	cursor:pointer;
	margin-right:5px;
}

.howlmesSpan.step {
	width: 100%;
}

.howlmesSpan.step input,
.howlmesSpan.step select {
	float:left;
}

#searchHowlmesMerged a.expand {
	/*border:1px solid #9BCBE9;*/
	display:-moz-inline-box; display: inline-block;
	width:20px; height:20px; line-height:20px; cursor:pointer; margin:0 10px 0 0; vertical-align:middle;
	background:url(/media/aquariow/image/icon/toggle/plus-ico.gif) no-repeat center;
}
#searchHowlmesMerged a.expanded {
	/*border:1px solid #9BCBE9;*/
	display:-moz-inline-box; display: inline-block;
	width:20px; height:20px; line-height:20px; cursor:pointer; margin:0 10px 0 0; vertical-align:middle;
	background:url(/media/aquariow/image/icon/toggle/minus-ico.gif) no-repeat center;
}


/* common list with a blue arrow */
ul.features-list li {
	padding:0 0 0 15px;
	background: url(/media/aquariow/image/arrows/arrow-blue.png) no-repeat left center;
	margin: 10px 10px;
}
ul.features-list li img {
	vertical-align:middle;
}
ul.features-list.multi li,
ul.features-list li.multi {
	background-position: left 3px;
}
/* common presentation actions list */
ul.presentation {
	width:550px;
	margin:20px 0 0 0; *margin:20px 0 20px 0; /* IEs hack */
	float:left;
}
ul.presentation li {
	width: 144px;
	height: 42px;
	margin: 0 11px 12px 0;
	background-repeat: no-repeat;
}
ul.presentation li a {
	display: block;
	height: 34px;
	padding: 8px 0 0 48px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #0070B4;
}
ul.presentation li a.disabled {
	color: #464646;
}
ul.presentation li.update {
	background-image: url(/media/aquariow/image/icon/actions/button/update.png);
}

/* private message */
span.unread {
	color:#a92f2f;
	font-weight:normal;
}

/* tutorials */
div#tutorialContent p {
	margin:10px 0 0 0;
	text-align:justify;
	font-size:12px;
	line-height:18px;
}
td.left {
	padding-right: 5px;
	padding-bottom: 10px;
	vertical-align: middle;
/*	width: 80%;*/
}
td.right {
	padding-left: 5px;
	padding-bottom: 10px;
/*	width: 20%;*/
}

/* checkboxes and radio buttons */
div#content div#center-wrapper input.checkbox { border:0 none; }

/* Aquariums previews */
div.preview img.screenshot {
	border:solid 1px #0057A3;
}

/* Aquariums previews */
div.preview img.thumbPreview {
	width:125px;
}

h3.noFavouriteAquarium {
	height:15px;
	line-height:15px;
	padding-left:20px;
	background: url(/media/aquariow/image/icon/stars/classic/empty.png) no-repeat;
	margin-bottom: 5px;
}
h3.favouriteAquariumClassic {
	height:15px;
	line-height:15px;
	padding-left:20px;
	background: url(/media/aquariow/image/icon/stars/classic/complete.png) no-repeat;
	margin-bottom: 5px;
}
h3.favouriteAquariumBreeding {
	height:15px;
	line-height:15px;
	padding-left:20px;
	background: url(/media/aquariow/image/icon/stars/breeding/complete.png) no-repeat;
	margin-bottom: 5px;
}
h3.favouriteAquariumContest {
	height:15px;
	line-height:15px;
	padding-left:20px;
	background: url(/media/aquariow/image/icon/stars/contest/complete.png) no-repeat;
	margin-bottom: 5px;
}

/* Public Aquariums - Big Infos*/
#render div.aquariumBigInfos {
	margin-top: 5px;
	line-height: 32px;
	height: 32px;
}

#render div.aquariumBigInfos a {
	text-decoration: none !important;
	color: #0070B4 !important;
}

#render div.aquariumBigInfos a:hover {
	text-decoration: none !important;
	color: #821791 !important;
}

#render div.aquariumBigInfos h3, #render div.aquariumBigInfos h4 {
	margin: 0 0 0 5px;
	display: inline !important;
	border: none;
}

#render div.aquariumBigInfos h4 {
	background-repeat: no-repeat;
	padding-left: 34px;
}


#render div.aquariumBigInfos h3#aquariumName {
	*float: left;
}

#render div.aquariumBigInfos div#aquariumContent {
	float: right;
	margin-right: 5px;
}

#render div.aquariumBigInfos h4#aquariumCapacity {
	background-image:url(/media/aquariow/image/icon/products/32x32/aquarium.png);
}

#render div.aquariumBigInfos h4#aquariumFishesNb {
	background-image:url(/media/aquariow/image/icon/products/32x32/fish.png);
}

#render div.aquariumBigInfos h4#aquariumPlantsNb {
	background-image:url(/media/aquariow/image/icon/products/32x32/plant.png);
}

#render div.aquariumBigInfos h4#aquariumDecorsNb {
	background-image:url(/media/aquariow/image/icon/products/32x32/decor.png);
}

/* Public Aquariums - Small Infos*/
#render div.aquariumSmallInfos {
	padding: 3px 5px 0 0px;
}

#render div.aquariumSmallInfos a {
	text-decoration: none !important;
	color: #0070B4 !important;
}

#render div.aquariumSmallInfos a:hover {
	text-decoration: none !important;
	color: #821791 !important;
}

#render div.aquariumSmallInfos h3, #render div.aquariumSmallInfos h4 {
	margin:0px;
	font-size: 12px;
	font-weight: bold;
	display: inline !important;
	border: none;
}

#render div.aquariumSmallInfos h4 {
	background-repeat: no-repeat;
	padding-left: 17px;
	height: 15px;
	line-height: 15px;
}

#render div.aquariumSmallInfos h3#aquariumName {
	*float: left;
}

#render div.aquariumSmallInfos div#aquariumContent {
	float: right;
	margin-right: 5px;
}

#render div.aquariumSmallInfos h4#aquariumCapacity {
	background-image:url(/media/aquariow/image/icon/products/16x16/aquarium.png);
}

#render div.aquariumSmallInfos h4#aquariumFishesNb {
	background-image:url(/media/aquariow/image/icon/products/16x16/fish.png);
}

#render div.aquariumSmallInfos h4#aquariumPlantsNb {
	background-image:url(/media/aquariow/image/icon/products/16x16/plant.png);
}

#render div.aquariumSmallInfos h4#aquariumDecorsNb {
	background-image:url(/media/aquariow/image/icon/products/16x16/decor.png);
}

/* Public Aquariums - Home Infos*/
#render div.aquariumHomeInfos {
	text-align: left;
	padding-top: 1px;
}

#render div.aquariumHomeInfos a {
	text-decoration: none !important;
	color: #0070B4 !important;
}

#render div.aquariumHomeInfos a:hover {
	text-decoration: none !important;
	color: #821791 !important;
}

#render div.aquariumHomeInfos h3, #render div.aquariumHomeInfos h4 {
	font-size: 10px;
	/*font-weight: bold;*/
	display: inline !important;
}

#render div.aquariumHomeInfos h3#aquariumName {
	margin-left: 90px;
}

img.levelIcon {
	vertical-align: bottom;
	margin-right: 5px;
}

img.levelIconRight {
	vertical-align: bottom;
	margin-left: 5px;
}

img.levelIconTop {
	vertical-align: top;
	margin-right: 5px;
}

/* Arrows */
a.arrow {
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(/media/aquariow/image/arrows/arrow.png);
}
a.arrow-left {
	background-position: 0 0;
}
a.arrow-left:hover {
	background-position: -20px 0;
}
a.arrow-right {
	background-position: -40px 0;
}
a.arrow-right:hover {
	background-position: -60px 0;
}

ul.giftList li{
	background: none;
	float: left;
	padding: 0px;
	margin: 5px 10px 0px 0px;
}