/** GENERAL **/

* { 
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
}
html {
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	position: relative;
	color: #666666;
	background-color: #fff;
	text-align: left;
	background-image: url('../images/backgrounds/main_green.jpg');
	background-repeat: repeat-x;
}
fieldset, img {
	border: 0; 
}
select, input, textarea {
	font-size: 99%;
}


#jsFlashCheck {
    width: 905px;
    height: auto;
    margin: 0px auto 0px auto;
}

.clear {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.spacer {
	width:20px;
	height:20px;
	margin:0px;
	padding:0px;
}

.spacerSmall {
	width:10px;
	height:10px;
	margin:0px;
	padding:0px;
}
.spacerSmaller {
	width:5px;
	height:5px;
	margin:0px;
	padding:0px;
}
.spacerSmallest {
	width:2px;
	height:2px;
	margin:0px;
	padding:0px;
}
.spacerLarge {
	width:40px;
	height:40px;
	margin:0px;
	padding:0px;
}

.paddingTopSmaller {
	padding:5px 0px 0px 0px;
}


/** DARKEN PARENT-PAGE CONTENT FOR POPUP **/

.content_darkened {
	background-color:#000000; 
}


/** HEADER **/

#header {
	width: 973px;
	height: 81px;
	margin: 0px auto 0px auto;
}
#headerLogo {
	float: left;
	margin: 19px 0 0 0;
}
#headerRight {
	float: right;
	display: inline;
	width: 600px;
	margin: 10px 36px 0 0;
}
#headerNavi {
	float: right;
	margin: 0px 0px 3px auto;
}
#headerFunctions {
	float: right;
	margin: 0px 0px 0px auto;
}
#headerButtonAccount {
	float: right;
	width: 117px;
	height:21px;
	background-image: url('../images/buttabs/tab_header_grey.gif');
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 0 0 12px;
	color: #666;
	text-decoration: none;
}
#headerSearch, #cepNumber, #apiAlbumSearch {
	position: relative;
	float: right;
	width: 222px;
	height: 20px;
	padding: 8px 0 0 16px;
	background-image: url('../images/backgrounds/grey_vfade_238x28.gif');
	background-repeat: no-repeat;
	margin: 0 2px 0 0;
}
#headerSearch label, #cepNumber label, #apiAlbumSearch label {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
#searchFieldWrapper, #cepNumberFieldWrapper, #apiAlbumSearchWrapper {
	position: absolute;
	top: 5px;
	left: 66px;
}
#headerSearch .left, #cepNumber .left, #apiAlbumSearch .left {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background-image: url('../images/buttabs/bg_formfield_left.gif');
	width: 6px;
	height: 18px;
}
#headerSearch .right, #cepNumber .right, #apiAlbumSearch .right {
	position: absolute;
	top: 0px;
	left: 133px;
	display: block;
	background-image: url('../images/buttabs/bg_formfield_right.gif');
	width: 4px;
	height: 18px;
}
input#headerSearchField, input#cepNumberField, input#apiAlbumSearchField
{
	position: absolute;
	top: 0px;
	left: 6px;
	background-image: url('../images/buttabs/bg_formfield.gif');
	background-color: transparent;
	background-repeat: repeat-x;
	width: 127px;
	padding: 4px 0 2px 0;
	border-width: 0 0 0 0;
	border-style: none;
	font-size: 10px;
}
input#startHeaderSearch, input#cepSumbitNumber, input#startApiAlbumSearch
{
	position: absolute;
	top: 0px;
	left: 141px;
	background-color: transparent;
}
#headerBasket {
	float: right;
	margin: 8px 0px 0px auto;
}


/** Special Definitions for number submit field within cep landing **/

    	#cepNumber {
			float: left;
			width: 256px;
			background-image: url('images/backgrounds/grey_vfade_272x28.gif');
		}
      #cepNumber .left {
			left: 18px;
		}
		#cepNumber .right {
		left: 151px;
		}
		input#cepNumberField
		{
			left: 24px;
		}
		input#cepSumbitNumber
		{
			left: 168px;
		}



/** Rounded Field **/

.searchFieldWrapper {
	position:relative;
}

.roundField .left {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background-image: url('../images/buttabs/bg_formfield_left.gif');
	width: 6px;
	height: 18px;
}
.roundField .right {
	position: absolute;
	top: 0px;
	left: 133px;
	display: block;
	background-image: url('../images/buttabs/bg_formfield_right.gif');
	width: 4px;
	height: 18px;
}
.roundField input[type=text]
{
	position: absolute;
	top: 0px;
	left: 6px;
	background-image: url('../images/buttabs/bg_formfield.gif');
	background-color: transparent;
	background-repeat: repeat-x;
	width: 127px;
	padding: 4px 0 2px 0;
	border-width: 0 0 0 0;
	border-style: none;
	font-size: 10px;
}
input.roundFieldRoundButton
{
	position: absolute;
	top: 0px;
	left: 141px;
	background-image: url('../images/buttabs/round_green_arrow_right.gif');
	background-color: transparent;
	background-repeat: no-repeat;
}

/** NAVIGATION MAIN **/

#mainNavi {
	width: 905px;
	height: 35px;
	margin: 0px auto 0px auto;
}

#pageBodyTop.mainNaviNotActive {
	background-image: url('../images/backgrounds/pagebody_top_no_line.gif');
}

.spacerNavigation {
   height:35px;
   width:1px;  
}


/** PAGE BODY **/

#pageBodyOuter {
	width: 905px;
	margin: -5px auto 0px auto;
	background-color: #FFF;
	background-image: url('../images/backgrounds/pagebody_outer.gif');
	background-repeat: repeat-y;
}
#pageBodyTop {
	height: 9px;
	background-image: url('../images/backgrounds/pagebody_top.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 1;
}
#pageBody {
	min-height: 510px;
	background-image: url('../images/backgrounds/pagebody_inner.gif');
	background-repeat: no-repeat;
	background-position: 0px -7px;
	padding: 0 0 8px 0;
}


/** NAVIGATION SUB **/

#subNavi {
	float: left;
	width: 183px;
	display: inline;
	margin: 5px 0 0 12px;
}



/** CONTENT **/

#mainContentBox {
	width: 663px;
	float: left;
	display: inline;
	margin: 11px 0 0 20px;
}
#mainContentBoxStart {
	width: 881px; /** originally 663 - though 881 seems to work better (Alfred) If something goes wrong ask Mridul!**/
	float: left;
	display: inline;
	margin: 4px 0 0 12px;
}
.contentCol175 {
	width: 175px;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}
.contentCol478 {
	width: 478px;
	float: left;
	display: inline;
}
.contentCol881 {
	width: 881px;
	float: left;
}

.contentCol866 {
	width: 866px;
	float: left;
}

.contentCol894 {
	width: 894px;
	margin: auto 0;
}


#mainContentBoxWithoutNavi {
	width: 891px;
	float: left;
	display: inline;
	margin: 11px 0 0 12px;
}

/** FOOTER **/

#footer {
	width: 905px;
	margin: 0px auto 0px auto;
	padding: 11px 0 15px 0;
	background-image: url('../images/backgrounds/footer.gif');
	background-repeat: no-repeat;
	text-align: center;
}

#normfooter {
	width: 905px;
	margin: 0px auto 0px auto;
	padding: 36px 0 15px 0;
	background-image: url('../images/backgrounds/footer.gif');
	background-repeat: no-repeat;
	text-align: center;
}

#normfooter h4 {
   font-size:10px;
}
