/*
Description: International Bedding
Author: Barnum Design
*/

/* ---- Catalog - Global ---- */

/* ---- Catalog - small view ---- */

/* ---- Catalog - large view ---- */

/* ---- Forms - Global ---- */
.webForm {
	clear:both;
	}
.webForm.center {
	margin: 0 auto;
	}
.webForm ul {
	clear:both;
	}
.webForm li {
	float: left;
	list-style: none;
	}
.webForm label {
	display: block;
	}
.webForm.small,
.webForm .small {
	width:25%;
	}
.webForm.medium,
.webForm .medium {
	width:50%;
	}
.webForm.large, 
.webForm .large {
	width:100%;
	}
.webForm input,
webForm select,
.webForm textarea,
.webForm img {
	display: block;
	height: auto;
	}
.webForm .small input,
.webForm .small select,
.webForm .small textarea,
.webForm .small img {
	width: 80%;
	}
.webForm .medium input,
.webForm .medium select,
.webForm .medium textarea,
.webForm .medium img {
	width: 90%;
	}
.webForm .large input,
.webForm .large textarea,
.webForm .large img {
	width: 95%;
	}
.webForm .large select, 
.webForm .large .cat_button {
	width:97%;
	}
.webForm .small select,  
.webForm .small .cat_button {
	width:90%;
	}
.webForm .medium select, 
.webForm .medium .cat_button {
	width:95%;
	}
.webForm .cat_checkbox,  
.webForm .cat_radio {
	display: inline !important;
	width: auto !important;
	margin:0 5px 0 0;
	}
	
/* - Captcha - */
.webForm .captcha img {
	padding-right: 10px;
	float: left;
	}
.webForm .captcha input {
	float: left;
	}
.webForm .large.captcha img {
	width: 190px;
	}
.webForm .large.captcha input {
	width: 184px !important;
	}
.webForm .medium.captcha img {
	width: 98px;
	}
.webForm .medium.captcha input {
	width: 76px !important;
	}
	
/* -- Custom -- */
.webForm li {
	padding-bottom: 10px;
	margin: 0 !important;
	}
.webForm input,
.webForm select {
	color: #6F6F6F;
	}
.webForm .cat_textbox, 
.webForm .cat_listbox {
	padding: 3px;
	border:1px solid #dfdfdf;
	}
.webForm .cat_checkbox,  
.webForm .cat_radio {
display: inline;
	margin:0 5px 0 0;
	}
.webForm label {
	font-size: 120%;
	padding-bottom: 4px;
	color: #016299;
	}
.webForm textarea {
	font-size: 110%;
	padding: 3px;
	}
.webForm select {
	}
.webForm select option {
	}
.webForm .cat_button {
	font-family: verdana;
	text-transform: uppercase;
	border: 1px solid #eee;
	letter-spacing: 10px;
	font-size: 110%;
	font-weight: bold;
	background-color: #ccc;
	color: #fff;
	padding: 3px;
	margin:0;
	}
.webForm .cat_button:hover {
	cursor: pointer;
	background: #1578B3;
	}
.webForm.store-locator ul.body{
	float: left;
	width: 93%;
	}
.webForm.store-locator .submit {
	float: left;
	width: 7%;
	padding-top: 10px;
	}
.webForm.store-locator .submit input {
	width: 44px;
	height: 32px;
	display: block;
	border: 0;
	margin: 0;
	float: right
	outline: none;
	}
.webForm.store-locator .submit input:hover {
	cursor: pointer;
	}
/* ---- Forms - Global ---- */

/* ---- Forms - Mailing List ---- */

/*---- Shopping Cart ---*/

/* ---- Blogs ---- */

/*---- Announcements Module ----*/

.announcement-list span.date {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 6px;
}
.announcement-details span.date {
	display: inline;
	vertical-align: middle;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0;
}
.announcement-list {
	padding-bottom: 10px;
}

/*---- Announcements Module - Custom ----*/

.announcement-details h3.subject {
  padding: 0;
  line-height: 50px;
	vertical-align: baseline;
  display: inline;
}

.announcement-details .goBack {
padding-top: 10px;
}

