/* Stylesheet for Unique Gifts 4 Kids - R Williams, Oxford IT Solutions   17:38 16 April 2009 */


/* style the main body of the page */
body
{
			    text-align: center;
				background-color: #AAFFEA;
				color: #000000;
				font-size: 0.8em;
				font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
				margin: 0px;
				background-image: url(../site_images/page_background.jpg);
				background-repeat: repeat-x;
}

#sitecontainer
{
				width: 900px;
				color: #000;
				margin-left: auto;
				margin-right: auto;
				text-align:left;
				padding: 0px;
}

#header
{
				width: 880px;
				border-left: 10px solid #fff;
				border-right: 10px solid #fff;
				background-color: #fff;
				padding-top: 10px;
				padding-bottom: 0px;
				height: 100px;
}

.greenbar_divider
{
				width: 890px;
				background-color: #4AE2BD;
				border-bottom: 5px solid #fff;
				padding: 0px;
				margin: 0px;
				text-align: right;
				padding-right: 10px;
				height: 30px;
				line-height: 30px;
}

#content
{
				width: 880px;
				background-color: #fff;
				padding-left: 10px;
				padding-right: 10px;
				background-image: url(../site_images/content_background.jpg);
				background-repeat: repeat-y;
				position: absolute;
}

#leftcol
{	
				background-image: url(../site_images/leftcol_background.jpg);
				background-repeat: no-repeat;
				width: 210px;
				background-color: #FFAED6;
				padding: 5px;
}

#rightcol
{
				width: 650px;
				padding-left: 8px;
				float: right;
				padding-bottom: 20px;
}

#footer
{
				width: 860px;
				background-color: #4AE2BD;
				border-top: 5px solid #fff;
				padding-left: 10px;
				padding-right: 10px;
				margin: 0px;
				text-align: right;
}

#pagination
{
				float: right;
				padding: 10px;
				border: 1px solid #000000;
				background-color: #4AE2BD;
}



.customercomment
{
				width: 300px;
				float: right;
				margin-top: 10px;
				padding-left: 20px;
				border-left: 1px solid #000;
				height: 90px;
}

h1
{	
				font-size: 1.7em;
				color: #00CC99;
				font-weight: bold;
				margin-bottom: 0px;
}

h2
{	
				font-size: 1.3em;
				color: #FF409F;
				font-weight: bold;
				margin-top: 0px;
}

h2.black
{	
				font-size: 1.3em;
				color: #000;
				font-weight: bold;
				margin-top: 0px;
}
				
.clearer
{
				clear: both;
}


.errorbox
{	
				width: 600px;
				margin-top: 10px;
				padding: 10px;
				border: 2px solid #ff0000;
				margin-bottom: 10px;
				color: #000;
				font-weight: bold;
	
}

.section-status
{
background:#fff;
height:20px;
width:216px;
color:#cccccc;
float:left;
text-align:center;
}

.section-status-complete
{
background:#AAFFEA;
height:20px;
width:216px;
color:#000;
float:left;
text-align:center;
}

/* Style the forms */
.ug4kform p{
width: 450px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
}

/* Style the forms */
.ug4kproductform p{
width: 290px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
}

.ug4kform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.ug4kproductform label{
font-weight: bold;
float: left;
margin-left: -150px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}



.ug4kform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.ug4kform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


table.list{ 
width: 100%;
background-color: #fff;
border: 1px #000 solid;
border-collapse: collapse;
border-spacing: 0px; 
}

td.heading
{ 
background-color:#AAFFEA;
color: #000; 
border: 0px;
text-align: left;
border-bottom: 1px solid #cccccc;
padding-left: 10px;
padding-right: 10px;
height: 20px;
font-weight: bold;
}

td
{ 
background-color: #fff;
color: #000; 
text-align: left;
border-bottom: 1px solid #AAFFEA;
padding-left: 5px;
padding-right: 5px;
height: 20px;
padding-bottom: 5px;
padding-top: 5px;
}


a:focus, a:link, a:visited, a:active
{
color: #000;
background: none;
text-decoration: underline;
padding: 0px;
border: 0px;
}
a:hover
{
color : #000;
text-decoration: none;
padding: 0px;
border: 0px;
}

