/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Order Car Seats Direct  */
/* Date : 14th Feb. 2008 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #87908f;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #206ba2;
text-decoration: underline;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

.pad {
padding: 10px;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: 10px center;
padding-left: 20px;
}

.bulleta {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 2px 40px 3px 10px;
}

.bulletb {
background-image: url("images/bullet1.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 2px 1px 3px 10px;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.link a {
color: #5a5855;
font-family: arial;
font-size: 11px;
text-decoration: none;
}

.link a:hover{
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #87908f;
}

.graya {
background-color: #e5e8e8;
}

.grayb {
background-color: #bec2bb;
padding: 2px 1px 3px 15px;
}

.grayc {
background-color: #c3c6bf;
padding: 2px 1px 3px 15px;
}

.grayd {
background-color: #dbdcd2;
padding: 2px 1px 3px 15px;
}

.yellow {
background-color: #f0efe3;
}

.blue {
background-color: #206ba2;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.brown-txt {
color: #764a00;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 13px;
}