﻿
/* Purple section title */
.sectiontitle
{
}

/* for the step image with text over */
.steptitle
{
}

/* for grey boxxes at bottom of designer stage */
.greybox
{
}

/* Step 1-5 layout divs */

#step1 {
	background: url(images/step1.jpg);
	height: 19px;
	width: 586px;
	padding: 14px 10px 10px 100px;
	font-weight: bold;
	font-size: 13px;
	margin-left: -5px;
	font-size:10px;
	margin-top:-12px;
	}
	
#step2 {
	background: url(images/step2.jpg);
	height: 19px;
	width: 586px;
	padding: 14px 10px 10px 100px;
	font-weight: bold;
	font-size: 13px;
	margin-left: -5px;
	font-size:10px;
	margin-top:-12px;
	}
	
#step3 {
	background: url(images/step3.jpg) no-repeat;
	height: 19px;
	width: 256px;
	padding: 14px 10px 10px 100px;
	font-weight: bold;
	font-size: 13px;
	margin-left: -5px;
	font-size:10px;
	margin-top: -12px;
	}
	
.greybottom {
	background: url(images/GreyBox.gif)  no-repeat left;
	height: 21px;
	width: 296px;
	font-size:9px;
	padding-left:20px;
	text-align:justify;
	}
	
h1 {
	color: #96348b;
	font-size:16px;
	margin-bottom:-12px;
	}
	

/* Tables */
	
.pselecttable
{
	width:650px;
}

.spacercol
{
	border-right:1px dotted #000;
	width:1px;
	
}
.contentcol
{
	padding-left:10px;
}

.productname
{
	font-weight:bold;
	color:Red;
}

/* Grey box tables */
.gbtop
{
	background-image: url(images/GreyBox_top.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0px;
	padding:0px;
}
.gbmiddle
{
	background-image: url(images/GreyBox_middle.gif);
	background-repeat:repeat-y;
	padding-left:10px;
}
.gbbottom
{
	background-image: url(images/GreyBox_bottom.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px;
	padding:0px;
	}

.greyboxtable
{
	width:366px;
	margin-left:-6px;
}

/* Step 3 classes */

.text_box
{
	width:150px;
	border: 1px #999 solid;
	font-weight: bold;
	color:#666;
}

.list_box{
	border: 1px #999 solid;
	margin:2px;
	height:20px;
	color:#666;
	padding:1px;
}

.step3_text 
{
	font-weight: bold;
	font-size: 11px;
}

.small_text
{
	font-size:9px;
}

.btnAddTobasket
{
vertical-align:middle;
}

.btnViewBasket
{
vertical-align:middle;
}

.button{
height:20px;
line-height:10px;}