

body, th, td, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

th {
  padding: 1px 10px;
  text-align: left;
}

a {
  color: #237c99;
}

a:hover {
  color: #439cb9;
}

p {
  margin: 1em 10px;
}

h3 {
  color: black;
  font-size: 12px;
  margin-bottom: 0px;
}

h2, h3 {
  margin-top: 0;
}

form {
  margin: 0px;
  padding: 0px;
}

div.content {
  width: auto;
}

/* generic countainer boxes */
div.box {
  margin: 10px 5px;
}

/* group box (like .box but has usually background) */
div.group {
  background: #fff;
  margin: 0px 0px 10px 0px;
  padding: 4px;
  border: #cccfcf solid 1px;
}

.box h2 {
  color: black;
  background: none;
  border: none;
  height: auto;
}

/* table layout */
table#order {
  margin-top: 10 px;
  border-collapse: collapse;
}

/* COLUMN 1: ordering choices and sample */
td#order-col1 {
  vertical-align: top;
  padding: 0px;
}

/* show product example */
div#sample {}

/* example: apps */
table#sample-apps {
  border-collapse: collapse;
}

td#sample-apps-image {
  padding: 0px 10px;
  vertical-align: middle;
}

td#screenshot1-apps-image {
  padding: 0px 10px 0px 6px;
  vertical-align: middle;
}
td#screenshot2-apps-image {
  padding: 0px 0px 0px 5px;
  vertical-align: middle;
}


td#sample-apps-text {
  padding: 0px;
  vertical-align: top;
}

#sample-apps-text p,
#sample-apps-text h3 {
  padding: 0px;
  margin: 5px;
}

/* example: ringtones */
table#sample-ringtones {
  border-collapse: collapse;
  margin-top: -5px;
}

#sample-ringtones td {
  background: #e1f4fa;
  padding: 5px 10px;
}

#order-ringtones td {

  padding: 5px 10px;
}

td .info {
  width: 100%;
}

td .sample {
  text-align: right;
}



span.artist {}
span.songname {
  font-weight: bold;
}

#sample-ringtones object {
  margin-left: 15px;
  vertical-align: middle;
  margin-bottom: 2px;
}

/* example: logos */
div#sample-logos {
  text-align: center;
}

/* ordering choices */
div#order-wap { }

div#order-sms { }

/* COLUMN 2: ordering info */
td#order-col2 {
  vertical-align: top;
  width: 320px;
  padding: 0px;
  padding-left: 10px;
}

/* countaining everything on help column */
div#help { }

/* price on first line of help column */
p.price {
  font-weight: bold;
}

/* operator lists etc. */
div.orderinfo-sms { }
div.orderinfo-wap { }

.orderinfo-sms p,
.orderinfo-wap p {
  margin-top: 0px;
  font-size: 10px;
}


/* phone model box below columns */
div#req {
  margin-top: 0px;
}

#req div#phones { }

/* THANK-YOU-PAGE */

/* support text after "thanks for buying ..." */
div#support { }


