
#main {
    width: 100%;
    padding-left: 0;
}

#main .text {
    padding-left: 0;
}

#left {
    display: none;
}

#cartPhase {
	background: url(bg/cartPhase.gif) repeat-x left bottom;
	height: 40px;
}

#cardContainer {
    padding: 0px 0px 10px 10px;
    color: #000;
    display: block;
}

#cardProducts {
    margin: 0px auto 0px auto;
    height: 50px;
    background-color: #fff;
    overflow: visible;
}

html>body #cardProducts {
    height: auto;
    min-height: 50px;
    overflow: hidden;
}

#cardProducts .cardProduct {
    width: 225px;
    height: 70px;
    float: left;
}

#cardProducts .cardProduct table {
    padding: 3px;
}

#cardProducts .cardProduct table td.open {
    /*border: 1px dotted #0054fd;*/
    font-weight: bold;
}

#cardNav {
    display: block;
    height: 28px;
}

#cardNav a {
    display: block;
    width: 135px;
    height: 20px;
    padding-top: 8px;
    float: left;
    background: url(bg/cardNav.jpg) no-repeat;
    color: #000;
    text-decoration: none;
    text-align: center;
}

#cardNav a:hover {
    text-decoration: underline;
}

#cardNav a.cardOpen {
    background: url(bg/cardNavOpen.jpg) no-repeat;
}

#background {
    padding: 20px 0px 0px 15px;
}

#cardImages {
    float: left;
    width: 260px;
}

img.selectImage {
    padding: 5px;
    cursor: pointer;
    display: inline;
    margin: 6px 12px 6px 0;
    border: 1px solid #afafaf;
    background-color: #fff;
}

#cardArea {
    float: right;
    width: 580px;
}



#card {
    width: 569px;
    height: 370px;
    position: relative;
}

#card #cardMessage {
    width: 250px;
    height: 160px;
    position: absolute;
    top: 80px;
    left: 270px;
}

#card #cardMessage p {
    padding: 2px 0px 2px 0px;
}

#card #cardMessage input {
    width: 235px;
    border: 1px solid #9d9d9d;
}

#card #cardMessage textarea {
    width: 235px;
    height: 100px;
    border: 1px solid #9d9d9d;
}

#card #cardProductText {
    width: 300px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 35px;
    font-size: 11px;
    line-height: normal !important;
}

#cardArea table#addInfo {
    width: 550px;
}

#cardArea #addInfo input, #cardArea #addInfo select {
    border: 1px solid #9d9d9d;
}

#cardArea #addInfo textarea {
    width: 300px;
    height: 100px;
    border: 1px solid #9d9d9d;
}

#cardButtons {
    padding: 10px;
    width: 500px;
    height: 100px;
    text-align: right;
    float: right;
}
/*
#cardButtons input, #sendButton input {
        margin: 0px 5px 0px 5px;
        padding: 0px 0px 2px 0px;
        border: none;
        width: 400px;
        height: 100px;
        background: url(bg/orangeButton.jpg) no-repeat;
        color: #fff;
        cursor: pointer;
        font-size: 11px;
}
*/
a, input {
    outline: none;
}

input.savecard_next {
	width: 172px;
	height: 80px;
	background: url(bg/korttivaihe_tallenna_1.jpg) no-repeat;
	border: none;
	cursor: pointer;
	display: inline;
}

input.savecard_and_buy {
	width: 145px;
	height: 80px;
	background: url(bg/korttivaihe_tallenna_2.jpg) no-repeat;
	border: none;
	cursor: pointer;
	display: inline;
}

/* traditionalCard */

#traditionalCard {
    background: url(bg/tradCard.gif) no-repeat 30px 10px;
    position: relative;
    height: 330px;
    padding-bottom: 20px;
}

#traditionalCard #tradText {
    width: 400px;
    position: absolute;
    top: 20px;
    left: 400px;
}

#tradText input.textInput {
    border: 1px solid #9d9d9d;
    width: 30px;
    color: #000;
}

#sendButton {
    padding: 20px 0px 10px 0px;
    width: 400px;
}

#tradCard {
    width: 569px;
    height: 370px;
}

#tradCard  #tcardProductText {
    width: 300px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 190px;
    bottom: 200px;
    font-size: 11px;
}

/* postcard */

#postcard {

}

#postcard #card {
    float: left;
}

#postcard #card #cardMessage {
    text-align: center;
}

#postcard #worldvision {
    float: right;
    width: 320px;
}


/* printcard */

#cardSaved {
	padding: 20px 0px 5px 80px;
	background: url(images/check.jpg) no-repeat 50px 15px;
	font-weight: bold;
}

#phaseChooseCardType,
#phaseChooseCardLang,
#phaseChooseCard,
#phaseSendCardTo,
#phaseSenderReceiver,
#phaseWriteMessage,
#phaseDonation {
	padding: 20px 0px;
}
#phaseChooseCardLang {
	padding-left: 57px;
}
#chooseCardHeader {
	height: 33px;
	line-height: 33px;
	color: #fff;
	padding-left: 15px;
	background: url(bg/chooseCardHeader.jpg) no-repeat left top;
}
#chooseCardHeader span {
	font-size: 1.35em;
}
#topPrevButton {
	position: relative;
	top: -35px;
	left: -150px;
}
#cardHeader {
	padding: 0px 0px 0px 15px;
	height: 34px;
	background: url(bg/cardHeader.jpg) no-repeat left bottom;
}
#cardHeader a {
	font-size: 1.4em;
	line-height: 34px;
	color: #fff;
	text-decoration: none;
}

#printcardImages {
	width: 370px;
	float: left;
	overflow: hidden;
}

#printcard {
	float: right;
	width: 500px;
	height: 397px;
	overflow: hidden;
}

.senderReceiverTable td {
	padding: 5px;
	white-space: nowrap;
}

.printcardInput {
	width: 305px;
	height: 20px;
	padding: 5px 10px 0px 10px;
	background: url(bg/printcardInput.jpg) no-repeat right top;
	border: 0px;
	font: 12px Tahoma, Arial, sans-serif;
}

#writeMessage {
	width: 850px;
	height: 420px;
	padding: 15px 0px 0px 70px;
	background: url(bg/writeMessage.jpg) no-repeat left top;
	position: relative;
	line-height: 1.3em;
}
#writeMessage .text1 {
	width: 300px;
	font-weight: bold;
	font-size: 14px;
	height: 35px;
	overflow: visible;
}
html > body #writeMessage .text1 {
	height: auto;
	min-height: 35px;
	overflow: hidden;
}
#writeMessage .text2 {
	width: 205px;
	height: 30px;
	overflow: visible;
	position: relative;
	z-index: 100;
}
html > body #writeMessage .text2 {
	height: auto;
	min-height: 30px;
}
#writeMessage .text2 h1 {
	font-size: 18px;
}
#writeMessage .text3 {
	width: 205px;
	font-size: 11px;
	height: 160px;
	overflow: visible;
}
html > body #writeMessage .text3 {
	height: auto;
	min-height: 160px;
	overflow: hidden;
}
#writeMessage .text4 {
	width: 190px;
	font-size: 11px;
	height: 40px;
	overflow: visible;
}
html > body #writeMessage .text4 {
	height: auto;
	min-height: 40px;
	overflow: hidden;
}
#writeMessage .text5 {
	width: 320px;
	font-size: 11px;
}
#writeMessage .sepia {
	width: 160px;
	height: 240px;
	position: absolute;
	top: 90px;
	left: 280px;
}
#writeMessage #printcardMessage {
	width: 308px;
	height: 145px;
	padding: 5px;
	position: absolute;
	top: 135px;
	right: 100px;
	background: url(bg/printcardMessage.jpg) no-repeat left top;
	border: 0px;
	text-align: center;
}
#writeMessage .textCounter {
	position: absolute;
	top: 300px;
	right: 120px;
}
#writeMessage #textCounter,
.donationAmount {
	width: 40px;
	height: 15px;
	padding: 5px;
	background: url(bg/smallInput.jpg) no-repeat right top;
	border: 0px;
}

.small {
	width: 400px;
	font-size: .9em;
	color: #4f4f4f;
	padding: 0px 0px 0px 25px;
}

#printcardJsButton {
	float: right;
}

#noMessageInfo {
	width: 308px;
	height: 145px;
	padding: 5px;
	position: absolute;
	top: 135px;
	right: 100px;
}

.cartNext, .cartBack {
	font: bold 18px Arial, sans-serif;
	text-decoration: none;
	color: #f60 !important;
	border: 0;
	float: right;
	cursor: pointer;
	overflow: visible;
}
.cartNext {
	background: url(bg/cartNext.jpg) no-repeat right 5px;
	padding-right: 20px;
	margin-right: 20px;
}
.cartBack {
	background: url(bg/cartBack.jpg) no-repeat left 5px;
	padding-left: 20px;
}
#cardInfoText {
	padding: 10px;
}
