/*
Description: Therapedic
Author: Barnum Design
*/	

/* /////////////// Literature Styles /////////////// */

p.literature-container {
margin: 25px 0 0 0; 
}

/* /////////////// Input Styles /////////////// */

input.cat_textbox_short {
width: 130px;
}

div.short_form {
float: left;
width: 170px;
}



/* /////////////// Catalog Styles /////////////// */

.shop-main {
	margin-top: 0;
	}
.shop-main .breadcrumbs {
	font-size: 110%;
	color: #71A314;
	width: 100%;
	}
table.productTable td {
	vertical-align: top;
	padding: 0 35px 6px 0;
	}
table.cartSummaryTable {
	border-collapse:collapse;
	border-spacing:0;	
	font-size: 110%;
	color: #666666;
	float: right;
	}
	
/* ---- Product Small-view Styles ---- */
.shop-product-small {
	text-align: center;
	width: 177px;
	border: 0;
	}
.shop-product-small a {
	display: block;
	}
.shop-product-small img {
	display: block;
	border: 1px solid #eee;
	margin-bottom: 7px;
	}
table.productTable {
	width: 636px;
	}
.shop-product-small h4 {
	font-size: 110%;
	display: inline;
	}
#Right .shop-product-small h4 a {
	color: #217894;
	}
	
/* ---- Product Large-view Styles ---- */
.shop-product-large {
	background: #fff;
	border: 0;
	color: #666;
	margin: 0;
	min-width: 0;
	overflow: visible;
	}
.shop-product-large ul {
	margin: 0;
	padding: 0;
	}
.shop-product-large li {
	margin: 0;
	}
.shop-product-large .image-wrap {
	display: block;
	float: left;
	}
.shop-product-large .image-wrap img {
	display: block;
	border: 1px solid #eee;
	float: left;
	}
.shop-product-large .side-details {
	padding-left: 25px;
	width: 215px;
	float: left;
	}
.shop-product-large .side-details li {
	padding-bottom: 20px;
	}
.shop-product-large #Product_Name {
	font-weight: bold;
	font-size: 130%;
	padding-bottom: 50px;
	}
.shop-product-large #BuyIt_Link {
	}
.shop-product-large #BuyIt_Link:hover {
	}
.shop-product-large .description {
	padding: 25px 15px 0 0;
	clear: both;
	}
.shop-product-large {
	}
	
/* ---- 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_inline input,
.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;
	}
.webForm .cat_textbox, 
.webForm .cat_listbox {
	padding: 3px;
	border:1px solid #dfdfdf;
	}
.webForm .cat_checkbox,  
.webForm .cat_radio {
	margin:0 5px 0 0;
	}
.webForm label {
	font-size: 120%;
	padding-bottom: 4px;
	}
.webForm textarea {
	font-size: 110%;
	padding: 3px;
	}
.webForm select {
	}
.webForm select option {
	}
.webForm .cat_button {
	font-family: verdana;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 120%;
	padding: 3px;
	margin:0;
	height: 28px;
	color: #217894;
	font-weight: bold;
	background: #bfde5f url(/Images/btn_bg.jpg) repeat-x;
	border: #95BD28 1px solid;
	}
.webForm .cat_button:hover {
	cursor: pointer;
	}
.webForm.contact {
	width: 450px;
}

/* -- WebApp - INTL -- */

.page-body.locations .location_entry {
	padding-bottom: 10px;	
}

.page-body.locations .location_entry h4 {
	font-size: 14px;
}

.page-body.locations .location_entry li {
	list-style-type: none;
	padding-bottom: 4px;
}

.page-body.locations .location_entry .description {
	line-height: 160%;
}








/* ---- Forms - Global ---- */
