/* 
---------------------------------------------------
	CSS document : Mailing List
	Copyright Hill Street Blues
	Site development by ninesides.com
---------------------------------------------------
*/

body, td, th {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}
body {
	background: #914a8d url(../images/bg/tile-mailinglist.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #ff10f3;
}
a:hover {
	outline: none;
	text-decoration: underline;
	color: #ff10f3;
}

.clearBoth {
	clear: both;
}

/* 
---------------------------------------------------
	WRAPPER
---------------------------------------------------
*/
#wrapper {
	width: 650px;
	height: 338px;
	padding: 30px;
	margin: 0;
	text-align: left;
	background: transparent url(../images/bg/wrapper-mailinglist.jpg) no-repeat left top;
}
/* 
---------------------------------------------------
	CONTENT 
---------------------------------------------------
*/

.shopping h3 {
	line-height: 10px;
}

.shopping p {
	margin: 0;
	padding: 0;
}

.shopping hr {
	height: 1px;
	margin: 5px 10px;
	border: 0;
	background-image: url(../images/hr-dotted.gif);
	background-repeat: repeat-x;
}

#col-left {
	margin: 0;
	padding: 0;
	width: 268px;
	height: auto;
	min-height: 338px;
	float: left;
	display: block;
	background: #4c1c4a url(../images/bg/tile-mailinglist-content.gif) repeat left top;
}
#col-right {
	margin: 0;
	padding: 0;
	width: 380px;
	height: 338px;
	float: right;
	display: block;
}
#col-left p {
	margin: 0;
	padding: 10px;
	text-align: left;
}
#col-left h2 {
	margin: 0;
	padding: 0;
	height: 74px;
	line-height: 74px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #420c3f url(../images/bg/h2-mailinglist.jpg) repeat-x left top;
}
#col-left h3 {
	margin: 0;
	padding: 10px;
	font-size: 12px;
}
#col-left ul li {
	margin: 0 0 0 -5px;
	padding: 0 5px 0 0;
	list-style: square;
}
/* 
---------------------------------------------------
	TABLES 
---------------------------------------------------
*/
table.form {
	margin: 0;	padding: 3px;
	text-align: left;
	font-size: 11px;
	width: 100%;
	height: 338px;
	background: transparent;
	border: 0;
	border-spacing: 10px;
}

table.form td.leftside {
	width: 140px;
	padding: 10px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	background: #773674;
	/*
	border-top: 3px #874383 solid;
	border-bottom: 3px #874383 solid;
	*/
}

table.form td.rightside {
	text-align: left;
	width: 220px;
	margin: 5px;
	padding-left: 5px;
}

table.form td.sub {
	text-align: center;
	margin: 0; padding: 10px;
	width: 100%;
	background: transparent url('../images/bg/tile-submit.gif') repeat left top;
}

table.form td.guests label, table.form td.guests input {
	float: left;
}

table.form td.guests label {
	display: block;
	padding: 8px;
	background-color: #773674;
	margin-left: 6px;
}

table.form td.guests label.first {
	margin-right: 26px;
}

table.form td.guests input {
	width: 15px;
	text-align: center;
}

/* 
---------------------------------------------------
	FORMS 
---------------------------------------------------
*/

form {
	margin: 0; padding: 0;
}
input {
	color: #5c1558;
	background: #fff url(../images/bg/tile-input.jpg) repeat-x left top;
	border: 1px solid #773674;
	width: 90%;
	height: 15px;
	font-size: 14px;
	padding: 8px;
}
select {
	color: #5c1558;
	background: #fff url(../images/bg/tile-input.jpg) repeat-x left top;
	border: 1px solid #773674;
	width: auto;
	height: auto;
	font-size: 14px;
}
.radio {
	width: 25px;
	height: 25px;
	padding: 0; margin: 0;
	background: transparent;
	border: 0; outline: none;
}
.submit {
	margin: 0; padding: 0;
	text-align: center;
	width: 146px;
	height: 47px;
	outline: none;
	border: 0;
}

.shopping .submit, .shopping #errorMsg {
	float: left;
}

.shopping .submit {
	width: 177px;
	height: 47px;
	background: transparent;
}


.shopping #errorMsg {
	width: 155px;
	height: 47px;
}
