/*
* 
* Theme Name: ATmobil.cz
* Version: 1.0
* Author: Vojta Tremcinsky @ inCUBE interactive, s.r.o.
* Author URI: http://incube.cz/
*
* CONTENTS:
* 1) RESET
* 2) GENERAL
* 3) REGIONS
* 4) HEADER
* 5) NAVIGATION
* 6) CONTENT
* 7) FOOTER
* 8) MISC
* 
*/

#header A#xperia {
	display: block;
	position: absolute;
	top: 40px;
	right: 200px;
	width: 142px;
	height: 170px;
	cursor: default;
}
#header A#xperia SPAN {
	background: #000;
	padding: 8px;
	color: #fff;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;	
	opacity: 0.8;
	display: none;
	font-size: 1.1em;
	margin-top: 30px;
	position: absolute;
	width: 100px;
	z-index: 10;
}
#header A#xperia:hover SPAN {
	display: block;
}

DIV#banner_slide {
	position: relative;
	margin-left: 1px;
	height: 250px;
	overflow: hidden;
}
DIV#banner_slide .inner {
	width: 100000px;
	position: relative;
}
DIV#banner_slide .slide {
	float: left;
}
A.banner_slide-close {
	position: absolute;
	top: 5px; right: 5px;
	width: 31px;
	height: 30px;
	background: url(../../images/close.png) center no-repeat;
}
A.banner_slide-next, A.banner_slide-prev {
		position: absolute;
		top: 95px;
		width: 55px;
		height: 61px;
		background: url(../../images/slide-arrows.png) top left no-repeat;	
}
A.banner_slide-next {
	right: 4px;
	background-position: top left;
}
A.banner_slide-prev {
	left: 3px;
	background-position: top right;	
}
A.banner_slide-next:hover {
	right: 4px;
	background-position: bottom left;
}
A.banner_slide-prev:hover {
	left: 3px;
	background-position: bottom right;	
}

/*************** RESET ***************/

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP,
SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR,
B, U, I, CENTER,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
INPUT, SELECT, TEXTAREA, LABEL {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.1em;
}
/*************** GENERAL ***************/

HTML,BODY {
	width:100%;
	min-height: 100%;
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.51%;
	background: #e10070;
	line-height: 1;
	text-align: center;
	color: #fff;
}

A {
	color: #111;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

/*************** REGIONS ***************/

#wrap {
	margin: 0 auto;
	background: url(../images/wrap-bg.png) top left repeat-x #01b4d4;
}

#header-wrap {
	background: url(../images/header-bg.png) top center no-repeat;
}
#header {
	width: 998px;
	height: 212px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}
#main-wrap {
	text-align: left;
	width: 998px;
	margin: 8px auto 80px auto;
	position: relative;
	z-index: 2;
}

#main-sub {
	width: 200px;
	float: left;
}
#main-extras {
	width: 200px;
	float: right;
}
#content {
	float: left;
	width: 593px;
	margin: 0 1px;
}
#footer-wrap {
	position: relative;
	z-index: 1;
	margin-top: -238px;
	padding-top: 238px;
	background: url(../images/footer-wrap-bg.png) top center repeat-x #dd006e;
}
#footer {
	width: 998px;
	margin: 0 auto;
	padding: 12px 0;
	position: relative;
	color: #fff;
	font-size: 1.1em;
}

#showreel-wrap {
	height: 250px;
	background: #000;
	margin: 0 1px;
}
#banner-wrap {
	margin: 10px 0;
	width: 194px;
	overflow: hidden;
}
#banner-wrap, #right-banner-wrap {
	display: block;
	width: 194px;
	overflow: hidden;
}
/*************** HEADER ***************/
#header {
	position: relative;
}
#header H1 {
	display: block;
	width: 186px;
	height: 145px;
	left: 0;
	position: absolute;
}
	#header H1 A {
		display: block;
		width: 100%;
		height: 100%;
	}
#header-nav {
	margin: 0 20px 5px auto;
	width: 350px;
	padding-top: 5px;
}
#header-nav UL {
	margin-left: 30px;
}
#header-nav LI {
	display: inline;
	font-size: 1.1em;
}
	#header-nav A {
		padding: 5px 6px;
		color: #fff;
		display: block;
		float: left;
	}
	#header-nav A:hover {
		padding: 4px 5px;
		text-decoration: none;
		border: 1px solid #002e36;
		background: url(../images/header-nav-hover.png) center repeat-x;
	}
	#header-basket {
		position: absolute;
		top: 45px;
		right: 15px;
		font-size: 1.2em;
		color: #000;
		font-weight: bold;
		margin: 0 18px;
	}
	
	#header-basket H2 {
		padding: 9px 0;
	}
	
	#header-basket .status {
		color: #000;
		text-decoration: underline;
		padding: 9px 0;
	}
	#header-basket .price {
		color: #fff;
		margin: 9px auto;
	}
	#header-basket P {
		padding-top: 4px;
		padding-bottom: 9px;
	}
	#header-basket-control {
		margin-top: 2px;
		width: 100%;
		
	}
	#header-basket .button-continue,.button-continue, .competition .button-continue {
		background: url(../images/button-continue.png) top center no-repeat;
		text-align: center;
		width: 92px;
		display: block;
		padding: 5px 0;
		font-weight: normal;
		color: #fff;
		margin-right: 60px;
		border: 0;
	}
	#content .button-continue {
		margin-left: 5px;
		padding-bottom: 7px;
	}
	.competition .button-continue {
		padding-top: 2px;
	}
	#header-basket .button-continue:hover {
		background-position: bottom;
		color: #000;
		text-decoration: none;
	}
	
#header UL#userinfo-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
}
#header UL#userinfo-nav	LI {
	display: inline;
	background: none;
	list-style: none;
	line-height: 1.4em;
	font-size: 1.2em;
	padding: 0;
	margin-right: 15px;
}
#header UL#userinfo-nav LI A {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

/*************** MAIN SUB ***************/
#main-sub H2, #main-extras H2, #main-sub DIV.h2,#main-extras DIV.h2 {
	display: block;
	width: 178px;
	height: 26px;
	display: block;
	background: url(../images/h2-p.png) top center no-repeat;
	font-size: 1.2em;
	padding-left: 20px;
	padding-top: 13px;
	font-weight: normal;
	letter-spacing:0.05em;
}
.others-box H2, .others-box DIV.h2, DIV.h2alt, H2.alt {
	background: url(../images/h2-b.png) top center no-repeat !important;
}
H2 A, DIV.h2 A {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.nav-box {
	padding-bottom: 11px;
	background: url(../images/nav-box-shadow-bottom.png) center bottom no-repeat;
}
.nav-box UL {
	margin: 3px 3px 0 3px;
	border-top: 1px solid #000;
}

.nav-box LI {
	list-style: none;
	display: inline;
}
.nav-box LI A {
	display: block;
	background: url(../images/nav-box-bg.png) center left no-repeat;
	border: 1px solid #000;
	border-top: 0;
	padding-left: 35px;
	padding: 7px 5px 7px 35px;
	font-size: 1.2em;
	color: #000;
}
.nav-box LI A:hover {
	background-position: -200px 50%;
	color: #fff;
	text-decoration: none;
}
.nav-box LI A.active, .nav-box LI.active A {
	background-position: -400px 50%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#login-nav LI {
	background: url(../images/login-list-top.png) top left no-repeat;
	list-style: none outside;
	margin: 1px 0;
}
	#login-nav LI SPAN {
		background: url(../images/login-list-bottom.png) bottom left no-repeat;
		display: block;
	}
	#login-nav A {
		padding: 4px 20px;
		color: #004047;
		font-size: 1.1em;
		background: url(../images/li-arrow.png) 6px 50% no-repeat;
		display: block;
	}
	#login-nav A:hover {
		color: #fff;
		text-decoration: none;
	}
	

/*************** EXTRAS ***************/
.promo-box {
	background: url(../images/promo-box-bg.png) top left no-repeat;
	padding: 16px 18px;
	position: relative;
	height: 70px;
	margin-bottom: 3px;
}
#main-extras .promo-box H2 {
	background: none;
	font-size: 2em;
	font-weight: bold;
	width: auto;
	height: auto;
	padding: 5px 0;
	margin: 0;
}
#main-extras .promo-box H3 {
	font-size: 1.4em;
	padding: 5px 0;
}
#main-extras .promo-box H3 SPAN {
	font-size: 0.8em;
	display: block;
	line-height: 1.3em;
	font-weight: normal;
}
#main-extras .promo-box H3 A {
	color: #fff;
}
.promo-box .img-wrap {
	position: absolute;
	bottom: 3px;
	right: 9px;
}

.promo-item {
	display: block;
	margin: 2px 3px;
	padding: 4px 2px 5px 1px;
	background: url(../images/promo-bg.png);
}
.promo-item:hover {
	background: url(../images/promo-bg-h.png);
}
.promo-item IMG {
	border: 2px solid #d7006a;
	float: left;
	margin-right: 2px;
}
.promo-item A {
	color: #fff;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px 8px;
	float: left;
	width: 100px;
	line-height: 1.1em;
	display: block;
}
.promo-item A:hover {
	text-decoration: none;
}
.promo-item .price {
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	width: 114px;
	border: 1px solid #01b3d3;
	background: url(../images/extras-price-bg.png) no-repeat top left #c40060;
}

.tag-cloud {
	display: block;
	margin: 2px 3px;
	padding: 4px 5px 5px 5px;
	background: url(../images/promo-bg.png);
}
.tag-cloud A {
	color: #000;
	white-space: nowrap;
}

.seller-block {
	border: 1px solid #00dafa;
	background: url(../images/operator-block-bg.png) top repeat-x #0098ab;
	margin-bottom: 10px;
}
.seller-block .image {
	float: left;
	display: block;
	border: 2px solid #007483;
}
.seller-block .content {
	float: left;
	width: 121px;
}
.seller-block IMG {
	width: 73px;
}
.seller-block H3, .seller-block .h3 {
	margin: 2px 3px;
	background: #e52484;
	color: #fff;
	text-align: center;
	padding: 4px;
	font-size: 1.1em;
	font-weight: bold;
}
.seller-block 	P {
	margin: 6px 6px;
	color: #fff;
}
.seller-block P STRONG {
	color: #000;
	font-size: 0.9em;
}
.seller-block H4 A, .seller-block .h4 A  {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	padding: 2px 2px 2px 34px;
	border: 1px solid #bc005e;
	display: block;
	background: url(../images/seller-block-h4.png) center left;
}

/*************** FORMS ***************/

#login-form INPUT, #form-search INPUT, .form-item SELECT, INPUT.basket-qty,
.form-item INPUT, .form-item SELECT, .form-block-item INPUT, .form-item TEXTAREA, #form-newsletter INPUT.short {
	border: 1px solid #00dafa;
	background: url(../images/input-bg.png) top left no-repeat;
	padding: 3px 15px;
	margin: 2px 2px 2px 0;
}
.form-item SELECT {
	padding: 1px;
}
INPUT.basket-qty {
	width: auto;
	padding: 3px 5px;
}
.basket LABEL {
	margin-left: 5px;
	width: auto !important;
}
#login-pwd {
	width: 101px !important;
}
#main-sub INPUT {
	width: 162px;
}
#main-wrap .button-ok {
	background: url(../images/button-ok.png) top center no-repeat;
	text-align: center;
	width: 57px;
	padding: 3px 0;
	border: 0;
	color: #fff;
	cursor: pointer;
}
#main-wrap .button-long {
	background: url(../images/button-long.png) top center no-repeat;
	text-align: center;
	width: 100px;
	display: block;
	padding: 2px 0 4px 0;
	border: 0;
	color: #fff;
	cursor: pointer;
}
#main-wrap .button-longer {
	background: url(../images/button-longer.png) top center no-repeat;
	text-align: center;
	width: 140px;
	display: block;
	padding: 2px 0 4px 0;
	border: 0;
	color: #fff;
	cursor: pointer;
}
	#main-wrap .button-ok:hover, #main-wrap .button-long:hover, #main-wrap .button-longer:hover {
		color: #000;
		text-decoration: none;
	}
#login-form {
	margin: 2px 0;
}

#form-search, #form-newsletter {
	background: url(../images/search-bg.png) top center no-repeat !important;
	padding: 9px;
}
#search-content, INPUT.short {
	width: 83px !important;
}
.form-item P.form-note {
	margin-left: 10em !important;
	font-size: 1em;
	width: 18.5em;
}
.form-item .form-checkbox, .form-block-item .form-checkbox {
	clear: both;
	width: 20em;

}


.checkbox-list {
	float: left;
}
.form-item .checkbox-list INPUT {
	width: 12px;
	height: 12px;
	position: relative;
	top: 2px;
	clear: none;
	background: none;
	float: left !important;
}
.form-item .checbox-list .form-checkbox {
	clear: both;
}
.form-item .checkbox-list LABEL {
	text-align: left;
	padding-left: 5px;
	line-height: 1em;
	line-height: 1.6em;
}

/*************** PAGER ***************/

.pager {
	text-align: right;
	background: url(../images/pager-bg.png) top right no-repeat;
	padding-left: 360px;
	height: 23px;
}
.pager UL {
	padding-top: 2px;
}
#ordering {
	position: relative;
}
#ordering .form-item {
	margin-left: 5px;
	color: #383838;
	top: 0;
	left: 0;
	margin-top: 0;
}
#ordering LABEL {
	width: auto;
	line-height: 2.3em;
	margin: 0 5px;
	font-size: 1em;
	display: inline;
}
#ordering SELECT{
	float: left;
}
#ordering .pager {
	background: url(../images/pager-opaque-bg.png) top right no-repeat;
	margin-bottom: 5px;
}
.pager LI {
	display: inline;
}
.pager LI A {
	display: block;
	float: left;
	padding: 3px 0 4px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.pager .page, .pager LI {
	display: inline;
	float: left;
	margin: 0 2px;	
}
.pager .page A {
	width: 16px;
}
.pager .page A:hover, .pager .active A {
	background: url(../images/page-bg-h.png) center no-repeat;
	text-decoration: none;
}

/*************** CONTENT ***************/
	#content H2 {
		text-align: center;
		background: url(../images/content-h2.png) top left no-repeat;
		padding: 7px;
		font-size: 1.2em;
		color: #fff;
		clear: both;
		position: relative;
	}
	#content H3 {
		text-align: center;
		background: url(../images/content-h3-bg.png) top left no-repeat;
		padding: 9px;
		margin: 5px 0;
		font-size: 1.2em;
		clear: both;
		position: relative;
	}
	#content H3 .edit-item {
		position: absolute;
		right: 10px;
	}
	#content H3.without-style {
		background: none !important;
		font-size: inherit !important;
				
	}
.product-list {
	clear: both;
}
.product-list .right {
	margin-right: 0 !important;
	text-align: center;
}
.product-item {
	width: 190px;
	float: left;
	display: inline;
	margin: 3px 4px 7px 5px;
	text-align: center;
	position: relative;
}
.product-item .form-item {
	text-align: left;
}
.product-item .info {
	background: url(../images/product-info-bg.png) bottom left no-repeat;
	padding: 0 0 5px 0;
	opacity: 0.8;
	-moz-opacity:.8;
	position: absolute;
	top: 3em;
	left: 0;	
	display: none;
}

.product-item-content .info SPAN {
	display: block;
	padding: 5px 5px 0 5px;
	background: url(../images/product-info-bg.png) top left no-repeat;
}
.product-item:hover .info {
	display: block;
	z-index: 1;
}
#content .product-item H3 {
	text-align: center;
	font-size: 1.1em;
	padding: 0;
	background: 0;
	margin: 0;
}
#content .product-item H3 A {
	display: block;
	padding: 16px 4px 12px 4px;
	background: url(../images/product-item-h4.png) top left no-repeat;
}
#content .recommended-items H3 A {
	background-position: top right;
	color: #fff;
}
#content .product-item H3 A:hover {
	background-position:  -190px 0;
	color: #fff;
	text-decoration: none;
}
.product-item IMG {
	width: 120px;
	min-height: 100px;
}
.product-item-content {
	position: relative;
}
.product-item-content .gid44 {
	background: url(../images/ribon-sale.png) top left no-repeat;
	width: 75px;
	height: 75px;
	position: absolute;
	top: 0;
	left: 0;
}
.product-item .price, .product-item .price-our {
	font-size: 1.1em;
	background: #01b2d2;
	border-bottom: 1px solid #005361;
	display: block;
	clear: left;
	text-align: center;
	padding: 9px 5px 10px 5px;
}
.product-item .price {
	display: none;
}
.product-item .price-our {
	font-size: 1em;
	background: top left repeat-x #da006d; /* url(../images/price-our-bg.png) */
}
.product-item .extra {
	display: block;
	clear: both;
	text-align: center;
	background: url(../images/product-item-extra-bg.png) center repeat-x;
	padding: 7px 4px;
	letter-spacing: -0.05em;
}
.product-item .price-our STRONG {
	font-size: 1.3em;
}
.product-item-content {
	border: 1px solid #005361;
	background: #fff;
}
.product-item P {
	padding: 5px;
}
.more .button-more {
	float: left;
	padding: 8px 0;
	width: 77px;
	font-weight: bold;
	text-align: center;
}
.more .basket {
	padding: 2px 0;
}
.basket .basket-qty {
	width: 20px;
}
.basket {
	position: relative;
}
#content .basket .basket-icon {
	position: absolute;
	top: -10px;
	right: 2px;
	width: 55px;
	height: 45px;
	background: url(../images/button-basket-add.png);
	border: 0;
	cursor: pointer;
}
.product-item .more {
	border-top: 1px solid #005361;
	background: url(../images/product-item-more-bg.png) bottom left no-repeat;
	position: relative;
	margin: 0 -1px -5px -1px;
}

.detail-description {
	margin: 5px 0;
}
.detail-content {
	float: left;
	width: 375px;
}

.detail-description .price {
	display: block;
	float: left;
	background: url(../images/detail-price-bg.png) top left no-repeat;
	border: 1px solid #01b4d4;
	font-size: 1.8em;
	font-weight: bold;
	width: 150px;
	text-align: center;
	padding: 7px 0;
	margin-right: 5px;
}
.detail-content .label {
	width: 95px;
	background: none;
	border: 0;
	display: block;
	font-size: 1.2em;
	text-align: center;
	float: left;
	margin-right: 8px;
}

.detail-description H4 {
	background: url(../images/h4-bg.png) top left repeat-x;
	font-size: 1.1em;
	text-align: center;
	padding: 4px;
	margin: 5px 0;
}
.detail-description P {
	color: #000;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 10px 0;
	text-align: justifyr;
}

.detail-description IMG {
	float: left;
	margin-right: 10px;
}
.detail-description A IMG {
	border: 4px solid #d10068;
}
.detail-description A:hover IMG {
	border-color: #00dafa;
}

.details-gallery A IMG {
	border: 1px solid #d10068;
	margin: 5px;
}
.details-gallery A:hover IMG {
	border-color: #00dafa;
}
.tech-params {
	margin: 10px 0;
}
.param-item {
	width: 295px;
	float: left;
	margin: 1px 0 0 0;
	background: url(../images/param-bg.png) left repeat-y;
}
.param-item STRONG, .param-item SPAN {
	display: block;
	width: 145px;
	float: left;
	padding: 5px;
}
.param-item SPAN {
	
	width: 125px;
}

.basket-table .short {
	width: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.basket-table .wide-cell {
	width: 90px;
}

#content TABLE {
	margin: 5px;
	width: 585px;
	background: #008493;
}
#content .priority TABLE {
	background: #e33;
}
H2 A.close {
	position: absolute;
	right: 10px;
	display: inline;
	text-align: right;
}
#content TD, #content TH {text-align: center;}
#content TH {
	padding: 5px 0;
	background: #01acca;
}
#content TABLE .even TD {
	background: #01acca;
}
.basket-total, .jimmyho-boxik {
	background: #01acca;
	margin: 5px;
	padding: 15px;
}
.jimmyho-boxik INPUT.button-ok, .jimmyho-boxik P {
	margin-left: 100px !important;
}
#static-content H4 {
	background: #393939;
	padding: 8px 15px;
	font-weight: normal;
	margin: 10px 0;
	font-size: 1.2em;
}
#static-content A {
	font-weight: bold;
}
#static-content UL,#static-content OL {
	margin-left: 45px;
	color: #111;
	font-size: 1.2em;
}
#static-content UL P, #static-content OL P {
	font-size: 1em;
}

#static-content UL, #static-content OL {
	list-style: inline;
}

#content #static-content P, #content #static-content H3 {

}

#XEditedWindow P,#XEditedWindow  H5 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 0 10px 30px;
	color: #111;
}
#static-content .emphasize, #content .emphasize  {
	background: #da0f73;
	border: 1px solid #393939;
	padding: 5px 15px;	
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

#content P {
	margin: 10px 5px;
	font-size: 1.2em;
	line-height: 1.3em;
}
.smallprint {
	font-size: 0.9em !important;
}
.black {
	color: #111;
}

#sos, #info {
	background: #000;
	width: 580px;
}
#sos .H2, #info .H2 {
	font-size: 2.2em;
	color: #7f7f7f;
	padding: 10px;
	text-align: center;

}
#sos .H2 SPAN, #info .H2 SPAN {
	font-size: 0.7em;
}
#sos .H3,#info .H3 {
	border: 1px solid #ff2792;
	background: url(../images/sos-content.png) center repeat-x #da006c;
	color: #000;
	font-size: 4.5em;
	text-align: center;
	margin: 10px 0;
	padding: 10px;	
}

/*************** FORMS ***************/
.edit-order FORM FIELDSET {
	background: #0a606e;
	border: 1px solid #333;
}
.edit-order FORM FIELDSET LEGEND {
	font-size: 2.5em;
	padding: 0.2em 0.5em 0.5em 2em;
	font-variant: small-caps
}
.login-form, .partner-register-form, .center-form {
	margin-left: 100px;
}
.form-item {
	display: block;
	margin: 5px 0;
	clear: both;
}
.form-block-item {
	display: block;
	margin: 2px 0;
	clear: both;
}

.form-item LABEL {
	display: block;
	width: 12em;
	float: left;
	margin-right: 10px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}
.form-block-item LABEL {
	display: block;
	width: 16em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}
.form-item INPUT, .form-item SELECT, .form-block-item INPUT, .form-item TEXTAREA {
	width: 14em;
}
.long .form-item INPUT, .long .form-item SELECT, .long .form-block-item INPUT, .long .form-item TEXTAREA {
	width: 23em;
}
.checkbox-item INPUT {
	width: 15px;
	margin: 6px 0;
}

.form-submit {
	margin-left: 25.8em;
	width: 5.5em;
	padding: 4px 0;
	background: url(../images/button-ok.png) center left no-repeat;
	border: 0;
}
.long .form-submit {
	margin-left: 34.8em;
}

TABLE {
	font-size: 1.2em;
	width: 585px;
}
TABLE TD {
	padding: 3px;
}
.small-table TD {
	font-size: 1em;
	padding: 3px 0;
}

.form-submit-long {
	margin-left: 16.5em;
	width: 12.5em;
	padding: 4px 0;
	background: url(../images/form-submit-long.png) center left no-repeat;
	border: 0;
}
.form-user-info {
	width: 20em;
	float: left;
	margin: 0 20px;
}
.form-user-personal {
	width: 35em;
	float: left;
	background: #008493;
	padding-bottom: 10px;
}

/************** TABS *******************/
.tabs {
	display: block;
	background: url(../images/content-h3-bg.png) top left no-repeat;
	padding: 2px 20px;
}
.tabs A {
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 1px;
	height: 28px;
	padding: 0 10px;
	line-height: 3em;
}
.tabs A:hover, .tabs A.active {
	background: url(../images/tabs-h-bg.png) top left repeat-x #222;
	text-decoration: none;
}

/*************** FOOTER ***************/

#footer-nav LI {
	display: inline;
	position: relative;
	z-index: 2;
}
#footer-nav A, .created-by A {
	color: #fff;
}
#footer-nav A:hover, .created-by A:hover {
	color: #000;
	text-decoration: none;
}
#footer P {
	position: absolute;
	top: 12px;
	left: 0;
}
#footer P.smallprint {
	position: static;
	margin-top: 5px;
	text-align: left;
}
#footer P.created-by {
	text-align: right;
	width: 100%;
}
.created-by A {
	font-weight: bold;
}
/*************** MISC ***************/

	#splash {
		position: absolute;
		top: 50px;
		margin-left: 50%;
		left: -378px;
		width: 756px;
		z-index: 2;
		display: none;
		
	}
	#splash-close {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
		width: 150px;
		height: 35px;
	}

	.error {
		color: #b92d1f;
	}

	.separator-h {
		display: block;
		width: 100%;
		background: url(../images/separator-h.png) center repeat-x;
		height: 7px;
		clear: both;
	}
	.separator-d {
		display: block;
		width: 100%;
		background: url(../images/separator-d.png) center repeat-x;
		height: 7px;
		clear: both;
	}

	.clearafter:after, .form:after {
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
	}
	.clearafter, .form {display:inline-block;}
	.clearafter, .form {display:block;}
	.clear {
		clear: both;
	}
	.img-replaced {
		position: absolute;
		left: -9999px;
	}
	.long TEXTAREA.long {
		width: 350px;
	}
	.no-padding {
		padding: 0 !important;
	}
	.hilite {
		color: #333;
	}
	.hilite H3 { color: #fff; }
	
	#content H3.nostyle {
		text-align: left;
		background: transparent;
	}
	
	.boxed_hilite {
		color: #fff;
		background: #333;
		padding: 10px;
	}
	.boxed_hilite A {
		color: #00defc;
	}
	
.top-offset {
	margin-top: 15px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/**** COMPETITION ****/
.competition FORM {
	margin: 10px;
}
.competition LI {
	display: block;
	margin: 5px 0;
}
.competition H4 {
	font-size: 1.2em;
	margin-top: 1em;
}
.competition EM {
	display: block;
	margin: 0.5em 0;
}
.competition TABLE {
	display: block;
	width: auto;
}
.competition LABEL {
	text-align: left;
	width: 7em;
}

H1 A IMG {
	display: none;
}

H1 A:hover EM, H1 A:hover IMG {
	position: absolute;
	display: block;
	top: 40px;
	left: 40px;
	width: 91px;
	height: 200px;
	background: url(../images/competition-hover.png) top left no-repeat;
	z-index: 100;
}
.button-area {
	display: block;
	float: left;
}
.button-area A {
	display: block;
	float: none;
}
.highlightBox {
	background: #007387;
	padding: 0.5em 1em;
	margin-right: 3px;
}
/**** FACEBOOK ****/
.facebook-like {
	display: block;
	margin: 0.5em;
	padding: 1.5em 1.5em 0 1.5em;

}