@charset "iso-8859-1";
/* creaxial.net 2005 */

body {
	margin: 0px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
}

div.cleaner { /* v0.3 */
	line-height: 0.1px;
	height: 0px;
	clear: both;
}

a {
	color: #FE0000;
}

a img {
	border: none;
}

h5 {
	margin: 40px 0px 10px 0px;
	font-size: 14px;
	color: #000000;
}

h2{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
}

h5 img {
	vertical-align: middle;
	margin-right: 5px;
}

p, li {
	text-align: justify;
}

hr {
	border: 1px dashed #878787;
}

ul {
	list-style: square outside;
	list-style-image: url(../graphics/promos_bullet.gif);
}

li {
	margin-bottom: 10px;
}	

input,
textarea,
select {
/*	border: 1px solid #F60202; */
	border: 1px solid #4B4B4B;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


select {
	z-index: 0;
}

input.checkbox,
input.radio {
	border: none;
	vertical-align: middle;
}

input.radio {
	vertical-align: bottom;
	_vertical-align: text-bottom;
}


input.size-s {
	width: 30px;
}

input.size-m {
	width: 165px;
}

textarea.size-m {
	width: 165px;
	height: 60px;
}


input.size-l {
	width: 202px;
	_width: 204px;
}

select.size-l {
	width: 204px;
	_width: 208px;
}

textarea.size-l {
	width: 202px;
	_width: 204px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

textarea.size-xl {
	width: 300px;
	height: 120px;
}


input.size-xxl {
	width: 400px;
}


/* layout */

div#mbody {
	width: 1000px;
	margin: 0px auto 0px auto;
}

div#header {
	height: 126px;
}

div#footer {
	padding: 5px 0px 5px 10px;
	border-top: 10px solid #FE0000;
	font-size: 10px;
}

div#footer img {
	vertical-align: middle;

}

/* /layout */

/* top menu */

div#login, div#logout {
	position: absolute;
	left: 0px;
	margin: 0px 0px 0px 10px;
	_margin: 7px 0px 0px 5px;
}


div#login input {
	width: 130px;
}

div#login input.button, div#logout input.button {
	width: 29px;
	heigh: 17px;
	margin-top: -3px;
	_margin-top: -4px;
	padding: 2px 0px 1px 0px;
	vertical-align: middle;
	border: none;
}

div#login input.button, div#logout input.button {
	_margin-top: 0px;
}

div#logout {
	padding-top: 1px;
}

div#logout span {
	cursor: pointer;
}

div#tmenu {
	position: relative;
	width: 100%;
	line-height: 30px;
	background: url(../graphics/tmenu_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
}

div#tmenu span.button,
div#tmenu span.button-selected {
	padding: 10px;
	background: url(../graphics/tmenu_button.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}

div#tmenu span.button-selected {
	color: #FE0000;
}

div#tmenu span.button2,
div#tmenu span.button2-selected {
	padding: 10px;
	padding-left:50px;
	background: url(../graphics/back_menu_ds.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	color:#FFFFFF;
}


div#tmenu a {
	text-decoration: none;
	color: #3E3E3E;
}

div#tmenu a:hover {
	color: #FE0000;
}

div#middle-left div.steps-title {
	padding: 0px 35px 0px 10px;
	background: url(../graphics/steps_title_bg.gif);
	background-repeat: no-repeat;
	color: #CDCDCD;
}
/* /top menu */


/* middle */
/* left */
div#middle {
	position: relative;
	background-image: url(../graphics/middle-left_bg.jpg);
	background-repeat: repeat-y;

}

div#middle-left {
	position: absolute;
	top: 0px;
	width: 210px;
}

/* steps */
div#steps {
	border-top: 1px solid #4B4B4B;
	border-bottom: 1px solid #DADADA;
}

div#steps a {
	text-decoration: none;
	color: #4B4B4B;
}

div#steps a:hover div { /* firefox */
	background: #FF0000;
	color: #FFFFFF;
}

div#steps a:hover { /* ie */
	background: #FF0000;
	color: #FFFFFF;
}


div#steps div {
	line-height: 30px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #4B4B4B;
	font-weight: bold;
}

div#steps span.step-num {
	background: #CCCCCC;
	margin: 0px 5px 0px 0px;
	padding: 7px 10px 7px 10px;	
}

div#step-disabled{
	background: #A9A8A8;
	color: #818080;
}
div#step-disabled span.step-num {
	background: #CCCCCC;
	color: #818080;
}

div#step-selected, div#step-selected span.step-num {
	background: #FF0000;
	color: #FFFFFF;
}

/* myccreation */
div#mycreation {
	margin: 15px 0px 15px 0px;
}

div#mycreation img {
	margin: 0px 0px 0px 10px;
}


/* packs */
div#packs {
	text-align: right;
}
div#graph {
	margin: 0px 0px 10px 0px;
	text-align: center;
}


/* content */
div#content {
	position: relative;
	min-height: 530px;
	_height: 520px;
	margin-left: 210px;
	padding: 30px;
	background-color: #FFFFFF;
	background-image: url(../graphics/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* dopup */
div.dopup {
	position: absolute;
	top: 120px;
	left: 122px;
	width: 530px;
	background-color: #FFFFFF;
	background-image: url(../graphics/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 3px solid #FE0000;
	display: none;
	z-index: 100;
}
div.dopup2 {
	position: absolute;
	top: 80px;
	left: 320px;
	width: 500px;
	background-color: #FFFFFF;
	background-image: url(../graphics/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 3px solid #FE0000;
	display: none;
	z-index: 100;
}

div.dopup-titlebar {
	background-color: #CCCCCC;
	border-bottom: 2px solid #3D3D3D;
	line-height: 21px;
	padding: 1px 1px 0px 5px;
	font-weight: bold;
	color: #3D3D3D;
}

img.dopup-titlebar-close {
	float: right;
	margin-top: 1px;
}

div.dopup-content {
	height: 400px;
	padding: 5px;
	overflow: auto;
	
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-face-color : #EDEDED;
	scrollbar-highlight-color : #EDEDED;
	scrollbar-shadow-color : #EDEDED;
	scrollbar-track-color : #FFFFFF;
	text-align:center;
}

div.dopup-content iframe {
	background-color: transparent;
	width: 100%;
	height: 100%;
}

div#taf-dopup {
	z-index: 100;
}

div#taf-dopup-content {
	height: 220px;
	_height: 230px;
}

/* /dopup  */

/* help + taf*/
div#help-button, div#taf-button, div#designer-button {
	position: absolute;
	top: 30px;
	right: 30px;
}

div#taf-button {
	z-index: 5;
}

/* /help */
/* lang */
/*div#lang {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #FE0000;
}*/

div#lang {
	position: absolute;
	margin-top: -740px;
	margin-left:940px;
	font-size: 15px;
	font-weight: bold;
	color: #FE0000;
}

div#lang a {
	text-decoration: none;
	color: #4B4B4B;
}

div#lang a:hover {
	background: #FE0000;
	color: #FFFFFF;
}

div#lang span {
	padding: 0px 5px 0px 5px;
	font-size: 12px;
}

/* button coyote */
a.button-coyote,a.button-coyote2,a.button-coyote3,a.button-coyote4 {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.button-coyote div {
	width: 82px;
	height: 21px;
	margin: 0px 0px 0px 640px;
	padding: 13px 0px 0px 8px;
	background: url(../graphics/button_coyote.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
a.button-coyote2 div {
	width: 82px;
	height: 21px;
	margin: 10px 0px 0px 0px;
	padding: 13px 0px 0px 8px;
	background: url(../graphics/button_coyote.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

a.button-coyote3 div {
	width: 250px;
	height: 21px;
	margin: 10px 0px 0px 0px;
	padding: 13px 0px 0px 8px;
	background: url(../graphics/button_coyote2.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
a.button-coyote4 div {
	width: 150px;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 8px;
	background: url(../graphics/button_coyote4.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
/* /button coyote */

/* pack promos */
div#promo h2 {
	margin-left: 20px;
}

div#promo p {
	font-size: 12px;
}

div#promo p.text {
	margin-bottom: 0px;
	text-align: justify;
}

div#promo p.link {
	margin-top: 0px;
	text-align: right;
}

/* /pack promos */

/* designer */
div#designer {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10;
}
/* /designer */

/* highlights*/
.highlight-word {
	font-weight: bold;
	color: #F60202;
}

.highlight-sentence {
	padding: 0px 3px 0px 3px;
	background-color: #F60202;
	text-align: center;
	color: #FFFFFF;

}

/* /highlights*/

/* getadesigner */
div#designer-banner {
	margin-top: 30px;
	margin-left: 20px;
	/*padding-left: 5px;*/
	clear: both;
	/*background-color: #FF0000;*/
	color: #FFFFFF;
}


/* /getadesigner */

