body, h1, h2, h3, h4, h5, h6, h1 p, h2 p, h3 p, h4 p, h5 p, h6 p, img, form, fieldset {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}
* {
	outline: 0;
}
body {
	font-family: "Droid Sans", Arial, serif;
	font-size: 13px;
	color: #000000;
/*	background-color: #bddfe6;*/
}

/* sidebar pages */

body.products_results #sidebar, body.products_detail #sidebar, body.products_search #sidebar {
	display: block;
}
body.products_results #page, body.products_detail #page, body.products_search #page {
	margin-left: 240px;
}

/* headings */

h1 {
	color: #ff0000;
	font-size: 1.8em;
	padding:0 0 15px 0;
}
h1 .side {
	float: right;
}
h2 {
	color: #ff0000;
	font-size: 1.2em;
	padding-bottom: 5px;
}
h2 .side {
	float: right;
	font-size: 0.8em;
	font-weight: normal;
}
h3 {
	color: #2f2f2f;
	font-size: 1.2em;
	padding-bottom: 5px;
}

/* links */

a {
	color: #01308C; /* 7ce032; */
	text-decoration:none;
}
a:hover {
/*	color: #7ce032; */
	color: #ff0000;
	text-decoration: underline;
}

/* content */

.content {
	margin: 0 auto;
	width: 1000px;
}

/* split column */

.split-column {
	overflow: hidden;
}
.split-column .column-one {
	float: left;
	width: 460px;
}
.split-column .column-two {
	float: right;
	width: 460px;
}

.split-home {
	overflow: hidden;
}
.split-home .column-one {
	float: left;
	width: 460px;
}
.split-home .column-two {
	float: right;
	width: 460px;
}

.triple-column {
	overflow: hidden;
}
.triple-column .column-one {
	float: left;
	width: 290px;
}
.triple-column .column-two {
	float: left;
	width: 300px;
	margin: 0 20px;
}
.triple-column .column-three {
	float: left;
	width: 290px;
}

/* header */

#header-wrapper {
	border-top:#7fc6f8 1px solid;
	border-bottom:#7faed0 1px solid;
	background: #008ef1; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ef1', endColorstr='#005fa2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#008ef1), to(#005fa2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #008ef1,  #005fa2); /* for firefox 3.6+ */ 
	height: 40px;
	padding-top:5px;
}
#header {
	position: relative;
}

/* header menu */

#header-menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-menu li {
	float: left;
}
#header-menu li a {
	padding: 7px 10px;
	line-height: 40px;
	font-size: 0.9em;
	font-weight:bold;
}
#header-menu li a:hover {
}

/* top */

#top-wrapper {
/*	border-top:#8f8f8f 1px solid;
	border-bottom:#ffffff 1px solid; */
/*	border-bottom:#0053b8 1px solid; */
	background: #ffffff; /* for non-css3 browsers */ 
/*	background: #d1e7ec; /* for non-css3 browsers */  */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1e7ec', endColorstr='#bddfe6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)); /* for webkit browsers */ 
/*                                                                  modifiy to - from to introduce color gradient */
/*	background: -moz-linear-gradient(top,  #d1e7ec,  #bddfe6); */

/* for firefox 3.6+ */
	padding:40px 0;
}
#top {
	position: relative;
}

/* top menu */

#top-menu {
	height: 40px;
	z-index: 2000;
	position: absolute;
	width: 365px;
}
#top-menu, #top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top-menu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#top-menu a {
	display: block;
	color: #01308C; /*0000ff;*/
	line-height: 40px;
	text-decoration: none;
	padding: 0 20px;
	font-weight:bold;
}
#top-menu ul a {
	overflow: hidden;
	width: 140px;
	font-weight:normal;
}
#top-menu a p {
	margin: 0;
	padding: 0;
}
#top-menu li ul {
	position: absolute;
	display: none;
}
#top-menu li:hover > ul {
	display: block;
}
#top-menu li li:hover > ul {
	display: block;
	left: 100%;
	top: 0;
}
#top-menu ul a, #top-menu li:hover a, #top-menu li:hover li:hover li:hover a {

	color: #ff0000;
/*	background-color: #3b84b8; */

}
#top-menu li:hover li:hover a, #top-menu li:hover li:hover li:hover li:hover a {
/*	background-color: #005fa2; */
/*	background-color: #005fa2; */
	color: #ff0000;
}
#top-menu a.selected {
	background-color: #000;
}

/* top search */

#top-search {
	position: absolute;
	right: 0;
	top:30px;
	text-align: right;
}
#top-search-query {
	padding: 7px 5px;
	outline: 0;
	width: 210px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 0.9em;
	background-color: #fff;
	float: right;
	margin-top: 4px;
	border: #8f8f8f 1px solid;
	font-family: "Droid Sans", Arial, serif;
}
#top-search-query:focus {
	background-color: #fff;
}
#top-search-submit {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}
#top-search-submit:hover {
}

/* content */

#content-wrapper {
	background-color: #ffffff;
	overflow: hidden;
}
#content {
	padding: 20px 0;
	overflow: hidden;
}
#page {
	margin-left: 0;
}

/* sidebar */

#sidebar {
	width: 200px;
	float: left;
	display: none;
/*	background-color:#ffffff; */
	background-color:#f8f8f8;
	border:#d7d7d7 1px solid;
	padding:10px;
	border-radius: 10px;  /* round borders */
}

/* side menu */

#side-menu {
	overflow: hidden;
}
#side-menu, #side-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#side-menu li a {
	padding: 5px;
	font-size:1.0em;
	display: block;
	color:#01308C; /*0062a8;*/
}
#side-menu li a:hover {
	background-color: #01308C;
/*	background-color: #7ce032; */
	color: #fff;
}
#side-menu li a.selected {
	background-color: #bddfe6;
	color: #008ef2;
}
#side-menu li li a {
	padding-left: 20px;
	color: #008ef2;
	font-size:1.0em;
}
#side-menu li li li a {
	padding-left: 40px;
}
#side-menu li li li li a {
	padding-left: 60px;
}
#side-menu li li li li li a {
	padding-left: 80px;
}
#side-menu li li li li li li a {
	padding-left: 100px;
}

/* footer */
#footer-wrapper {
	border-top:#8f8f8f 1px solid;
}
#footer {
	padding:30px 0;
	overflow: hidden;
}
#footer ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#footer ul li {
	float: right;
}
#footer ul li a {
	font-size: .9em;
	padding:0 40px;
	color:#005fa2;
	border-right:1px solid;
}
#footer ul li.last a {
	border:none;
}
#footer ul li.first a {
	padding-left:0;
}
#footer ul li a:hover {
	color: #ff0000;
}

/* general form */

fieldset {
	background-color: #f2f2f2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px 0 0 0;
	overflow: hidden;
}
fieldset p {
	overflow: hidden;
	margin: 0 0 10px 0;
	line-height: 40px;
}
fieldset p.no-label {
	margin-left: 240px;
	line-height: 20px;
}
fieldset p label {
	float: left;
	width: 230px;
	text-align: right;
	font-size: 0.9em;
}
fieldset p span {
	display: block;
	margin-left: 240px;
}
fieldset input[type=text], fieldset input[type=password], fieldset textarea, .field {
	border:#8f8f8f solid 1px;
	padding: 8px 5px;
	outline: 0;
	width: 430px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 0.9em;
	font-family: "Droid Sans", Arial, serif;
}
fieldset select {
	width: auto;
}
fieldset select.height {
	width: auto;
	height: 32px;
}
fieldset input[type=text]:focus, fieldset input[type=password]:focus, fieldset textarea:focus {
	border-color: #999;
}
fieldset input.smaller {
	width: 90px;
}
fieldset textarea {
	height: 160px;
}
fieldset select.multiple {
	width: 440px;
	padding: 8px 5px;
}
fieldset .dash {
	float: none;
	margin: 0;
	display: inline;
	padding: 0 5px;
	font-size: 1.5em;
	color: #999;
	margin: 0 !important;
}

/* narrow full width form */

fieldset.narrow p.no-label {
	margin-left: 180px;
}
fieldset.narrow p label {
	width: 150px;
}
fieldset.narrow p span {
	margin-left: 160px;
}
fieldset.narrow input[type=text], fieldset.narrow input[type=password], fieldset.narrow textarea, fieldset.narrow .field {
	width: 370px;
}
fieldset.narrow select.multiple {
	width: 380px;
}
fieldset.narrow input.smaller {
	width: 90px;
}

/* multi part form (checkout) */

.multi-form h2 {
	padding-bottom: 0;
}
.multi-form fieldset, .pod.multi-form {
	margin: 15px 0;
}

/* add to cart form */

#atc-form {
	
}
#atc-form P {
	overflow: hidden;
	margin: 6px 0 0 0;
}
#atc-form label {
	font-size: 0.9em;
}
#atc-form input[type=text] {
	border:#ccc solid 1px;
	padding: 4px 5px;
	outline: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 0.9em;
}

/* buttons */

.buttons {
	overflow: hidden;
	margin: 15px 0 0 0;
}
body.users_login .buttons, body.users_registration .buttons, body.contactus .buttons, body.users_profile .buttons, body.users_emailpw .buttons {
    padding-left: 240px;
}
.button-spacer-left {
	margin-left: 10px;
}
.button-spacer-right {
	margin-right: 10px;
}
.button, .button:hover {
	text-decoration: none;
	cursor: pointer;
}
.button {
	color: #ffffff;
	padding: 7px 20px;
	text-align: center;
	font-size: 0.9em;
	background-color: #008ef2;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: block;
	float: left;
	border: 0;
	font-family: "Droid Sans", Arial, serif;
}
.button:hover {
	background-color: #2f2f2f;
	color: #fff;
}
body.confirm .buttons .button {
	margin-right:5px;
}
body.cart .links .button {
	margin-left:5px;
}

/* pod */

.pod {
	background-color: #efefee;
	border:#d7d7d7 1px solid;
	padding: 0;
	overflow: hidden;
}
.pod.text {
	padding: 0 20px;
}
.pod.single-line {
	padding: 20px;
}
.pod.single-line p {
	margin: 0;
	padding: 0;
}

.pod-header {
	background-color: #575757;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
	padding: 10px 10px;
	font-weight: normal;
}
.pod-header a {
	color: #ccc;
	font-weight: bold;
}

.pod.confirm {
	padding: 20px;
	margin: 15px 0;
}
.pod.confirm p {
	margin: 0;
	padding: 0;
}
.pod.downloads {
	margin: 0 0 15px 0;
}

/* pagination */

.pagination {
	overflow: hidden;
	text-align: center;
}
.pagination.top {
	
}
.pagination.bottom {
	padding: 20px 0 0 0;
}
.pagination .previous {
	display: inline;
}
.pagination .next {
	display: inline;
}
.pagination .pages {
	display: inline;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	padding: 0 10px;
	margin: 0 10px;
	font-weight: bold;
}
.pagination a {
	padding: 4px 7px;
	line-height: 23px;
	text-decoration: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight: normal;
}
.pagination a.selected {
	color: #000;
	font-weight: bold;
}
.pagination a:hover, .pagination a.selected:hover {
	background-color: #2f2f2f;
	color: #fff;
}
.pagination .disabled {
	color: #ccc;
}

/* product list */

.product-list-wrapper {
	
}
.product-list-item {
	overflow: hidden;
	padding: 20px;
	margin-top: 0px;
	border-radius: 10px;  /* round borders */

}
.product-list-item .image {
	float: left;
	width: 150px;
}
.product-list-item .image img {
	max-width: 140px;
}
.product-list-item .details {
	margin-left: 170px;
}
.product-list-item .details h3 a, .product-grid-item .details h3 a {
	text-decoration: none;
}
.product-list-item .details h3 a:hover, .product-grid-item .details h3 a:hover {
	text-decoration: underline;
}
.product-list-item .details .description {
	margin: 10px 0 15px 0;
}
.product-list-item .details .price, .product-grid-item .details .price {
	color: #000;
	font-weight: bold;
}
.product-list-item .details .retail-price, .product-grid-item .details .retail-price {
	color: #999;
	font-weight: bold;
}
#ProductRetailPrice {
	text-decoration: line-through;
}

/* product grid */

.product-grid-wrapper {
	overflow: hidden;
	margin: 20px 0 0 -20px;
}
.product-grid-item {
	float: left;
	width: 220px;
	margin-left: 20px;
}
.product-grid-item .image {
	height: 180px;
	text-align: center;
	padding: 20px;
}
.product-grid-item .details h3 {
	font-size: 1.1em;
	margin-top: 5px;
}

.product-grid-item:hover .image {
	background-color: #ddd;
}

/* product details */

.product-details {
	
}
.product-details .details {
	overflow: hidden;
}
.product-details .details .image {
	float: left;
	width: 370px;
	border:#ddd solid 5px;
}
.product-details .details .image img {
	float:left;
}
.product-details .details .slideshow {
	float: left;
	width: 380px;
}
.product-details .details .options {
	margin-left: 400px;
	overflow: visible;
	padding: 20px;
}
.product-details .details .options .price {
	color: #ffffff;
	padding:5px;
	background-color:#7CE032;
	font-weight: bold;
	font-size: 1.3em;
}
.product-details .details .options .retail-price {
	color: #999;
	font-weight: bold;
}
.product-details .details .options .add-to-cart {
	border-top:#ddd solid 3px;
	margin-top: 10px;
	padding-top: 5px;
}
.product-details .description {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#checking-availability {
	padding: 20px 0 0 0;
	font-style: italic;
	color: #999;
}
#not-sold {
	padding: 20px 0 0 0;
	font-style: italic;
}
#sold-out {
	padding: 20px 0 0 0;
	font-weight: bold;
	color: #f00;
}

/* google map */

#wagmp_map_1 {
	height: 600px;
	overflow: hidden;
}
#fromaddress, #fromcity {
	border:#ccc solid 1px;
	padding: 5px 5px;
	outline: 0;
	width: 200px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 0.9em;
	margin: 2px 0 6px 0;
}

/* cart display */

.cart-header {
	background-color: #008EF1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
	padding: 10px 20px;
}
.cart-display th, .cart-display td {
	padding: 0;
	vertical-align: top;
}
.cart-display th {
	font-size: 1.0em;
	font-weight: normal;
}
.cart-display .name {
	text-align: left;
	overflow: hidden;
}
.cart-display .name h3 {
	width: 340px;
}
.cart-display .price {
	text-align: right;
	font-weight: normal !important;
	width: 80px;
}
.cart-display .quantity {
	text-align: center;
	width: 150px;
}
.cart-display .quantity input[type=text] {
	width: 40px;
	text-align: center;
	padding: 5px;
	margin-top: -10px;
}
.cart-display .remove {
	text-align: center;
	width: 60px;
}
.cart-display .total {
	text-align: right;
	font-weight: bold;
	width: 90px;
}
.cart-display td.total {
	font-size: 1.2em;
}
.cart-description {
	margin: 10px 0;
	border-top:#ccc solid 1px;
	padding-top: 10px;
}
.cart-description p {
	margin: 0 0 10px 0;
}
.apply-coupon {
	display: inline;
	float: none;
	width: auto !important;
}
.cart-options {
	margin: 0;
}

.cart-coupon {
	overflow: hidden;
	margin-top: 15px;
}
.cart-coupon .code {
	float: left;
	font-weight: bold;
	font-size: 1.1em;
}
.cart-coupon .code input {
	width: 160px;
	margin-left: 6px;
}
.cart-coupon .links {
	float: right;
	padding-top: 2px;
}

.cart-summary {
	margin: 15px 0;
	text-align: right;
	padding: 20px;
}
.cart-summary table {
	margin-left: auto;
}
.cart-summary th {
	font-size: 1.3em;
	font-weight: normal;
	padding:5px 10px;
}
.cart-summary td {
	font-size: 1.4em;
	font-weight: bold;
	width: 100px;
}
.cart-summary .last-row {
	padding-bottom: 5px;
	font-size: .5em;
}
.cart-summary .total th, .cart-summary .total td {
	border-top:#ccc solid 1px;
	padding-top: 8px;
}

.cart-checkout {
	text-align: right;
}
.cart-checkout input {
	float: right;
}

/* order history */

.order-history-row {
	overflow: hidden;
	padding: 20px;
	margin-top: 15px;
}
.order-history-row .details {
	width: 220px;
	float: left;
	border-right:#ccc solid 1px;
}
.order-history-row .details p {
	margin: 0;
}
.order-history-row .details .placed {
	margin-bottom: 10px;
}
.order-history-row .details .placed .date {
	font-weight: bold;
	font-size: 1.4em;
}
.order-history-row .items {
	margin-left: 240px;
}
.order-history-row .items p {
	margin: 0;
	font-size: 1.1em;
}
.order-history-row .items p span {
	color: #999;
}

/* view downloads */

.view-downloads-row {
	padding: 20px;
}
.view-downloads-row p {
	margin: 0;
}

/* notifications */

.notification {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 20px;
	border:#ccc solid 3px;
	overflow: hidden;
	font-size: 1.0em;
}
.notification.show {
	display: block;
}
.notification.success {
	border-color: #5BA81F;
	background-color: #EDFFEB;
	color: #5BA81F;
}
.notification.success a {
	color: #5BA81F;
	font-weight: bold;
}
.notification.failure, .notification.error {
	border-color: #c00;
	background-color: #FFEAEA;
	color: #c00;
}
.notification.failure a, .notification.error a {
	color: #c00;
	font-weight: bold;
}
.notification.info {
	color: #757591;
	background-color: #e8f0fb;
	border-color: #757591;
}
.notification.info a {
	color: #757591;
	font-weight: bold;
}
.notification.left-indent {
	margin-left: 30px;
}

/* fma */

#fma-wrapper {
	background-color:#ffffff;
}
#fma {
	border-left:#0053b8 1px solid;
	border-right:#0053b8 1px solid;
	border-bottom:#0053b8 1px solid;
	background:#FF6EC6FB;
	/* Firefox */
	background:url(../images/fma-bg.png) no-repeat left,  -moz-linear-gradient( left, #6AC4FC, #0064E2);
	
	/* Chrome & Safari */
	background: url(../images/fma-bg.png) no-repeat left, -webkit-gradient( linear, left top, right top, color-stop(0, #6AC4FC), color-stop( 1, #0064E2));
	
	/* IE5.5 - IE7 */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#6AC4FC,EndColorStr=#0064E2);
	
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#6AC4FC,EndColorStr=#0064E2)";
	background-image: url(../images/fma-bg.png) no-repeat left    !important;
}
#fma h1 {
	color: #fff;
	padding: 120px 0;
	text-align: center;
	font-size: 2.5em;
}

/* home */

#home-wrapper {
	background-color: #fff;
	padding-bottom: 20px;
}

.home-box {
	margin-top: 15px;
	background-color:#efefee;
	border:#d7d7d7 1px solid;
}
.home-box h2 {
	background-color:#f8f8f8;
	padding:10px;
	color:#0062a8;
}
.home-box .info {
	overflow: hidden;
	padding: 20px;
}
.home-box .info .image {
	float: left;
	width: 140px;
}
.home-box .info .image img {
	max-width: 140px;
}
.home-box .info .details {
	margin-left: 170px;
}
.home-box .info .details .name {
	color: #2f2f2f;
	font-size: 1.2em;
	padding-bottom: 5px;
	font-weight: bold;
}
.home-box .info .details .name a {
}
.home-box .info .details .name a:hover {
}
.home-box .info .details .price {
	color: #008ef2;
	font-weight: bold;
}
.home-box .info .details .description {
	padding-top: 10px;
}
.home-box .info .details .description p {
	margin: 0;
}

#info-content {
	margin-top: 15px;
	overflow: hidden;
	padding: 20px;
	width: 900px;
}

/* fma featured */
#fma-featured-wrapper {
	background-color:#ffffff;
}
#fma-featured-wrapper #fma {
	padding-bottom: 21px;
}
#fma-featured-wrapper #featured-box h2, #fma-featured-wrapper .name, #fma-featured-wrapper .description, #fma-featured-wrapper .price,
#home-regular-popular-wrapper .split-home .column-two .description {
	display:none;
}
#fma-featured-wrapper .home-box {
	margin:0;	
}
#fma-featured-wrapper .home-box {
	background-color:transparent;
}
#fma-featured-wrapper #fma #featured-box .info .details .buttons a {
	margin-top:120px;
	margin-left:45px;
}
#fma-featured-wrapper #fma h1 {
	margin-left: 0;
	margin-top: -300px;
}
#home-regular-popular-wrapper {
	background-color:#fff;
	padding-bottom:20px;
}
#home-regular-popular-wrapper .split-home .column-one {
	width:540px;
}
#home-regular-popular-wrapper .split-home .column-one .content {
	width:auto;
	margin:0;
}
#home-regular-popular-wrapper .split-home .column-two {
	margin-left:560px;
	float:none;
	width: auto;
}
#home-regular-popular-wrapper .split-home .column-two .info, #fma-featured-wrapper #fma .info, #home-regular-popular-wrapper #info-content {
	
}
#home-regular-popular-wrapper #info-content {
	background-color: #fff;
	padding-left: 0;
	padding-right: 0;
}
#fma-featured-wrapper .home-box .info .image img {
	max-width:200px;
	float:left;
}
#fma-featured-wrapper .home-box .info .image {
	width:auto;
}

/* slideshow-dissolve gallery */

.pg-sd {
	background-color: #fff;
	border-color: #F2F2F2;
}
.pg-sd-captions {
	background-color: #F2F2F2;
	color: #000;
}
.pg-sd-captions-visible {
	color: #000;
}
.pg-sd-thumbnails {
	border-top-color: #F2F2F2;
	background-color: #F2F2F2;
}
.pg-sd-thumbnails a:hover {
	background-color: #8f8f8f !important;
}
.pg-sd-thumbnails-active {
	background-color: #000;
}
.pg-sd-thumbnails-inactive {
	background-color: #ccc;
}

/* split column fieldset */

.split-column fieldset p label {
	width: 110px;
}
.split-column fieldset p span {
	margin-left: 120px;
}
.split-column fieldset input[type=text], .split-column fieldset input[type=password], .split-column fieldset textarea, .split-column .field {
	width: 200px;
}

/*  stacked-featured-popular */

#stacked-featured-popular-wrapper {
	background-color:#ffffff;
	padding-bottom:20px;
}
#stacked-featured-popular-wrapper #top-search-query {
	width:150px;
}
#stacked-featured-popular {
	overflow:hidden;
}
#stacked-featured-popular .split-home {
	width:700px;
	float:left;
}
#stacked-featured-popular .split-home h2 {
	font-size:1.5em;
}
#stacked-featured-popular .split-home .info {
}
#stacked-featured-popular .image {
	width:210px;
}
#stacked-featured-popular .image img {
	max-width:200px;
}
#stacked-featured-popular .details {
	margin-left:230px;
}
#stacked-featured-popular .split-home .column-one {
	width:auto;
	float:none;
}
#stacked-featured-popular .split-home .column-two {
	width:auto;
	float:none;
}
#stacked-featured-popular .search-pod {
	margin-left: 720px;
}
#stacked-featured-popular #home-search {
	display: none;
}
#stacked-featured-popular #home-search input[type=text] {
	float:right;
	padding:9px;
	margin:0;
	width:130px;
	font-size:0.9em;
}
#stacked-featured-popular #home-search input[type=submit] {
	margin:0 0 0 5px;
	padding:8px;
	float:right;
	font-size:0.9em;
}
#stacked-featured-popular #info-content {
	width:auto;
	padding: 0;
}
