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: #707070;
	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;
}

/* content */

.content {
	margin: 0 auto;
	width: 942px;
}

/* 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 */

#meta {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#meta li {
	float: left;
}
#meta li a {
	padding: 7px 10px;
	line-height: 40px;
}
#meta .ps_buttons {
	display: inline;
	float: none;
	background-color: inherit;
}

/* top */

#top-wrapper {
	border-top:#8f8f8f 1px solid;
	border-bottom:#0053b8 1px solid;
	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(#d1e7ec), to(#bddfe6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #d1e7ec,  #bddfe6); /* for firefox 3.6+ */
	padding:30px 0;
}
#top {
	position: relative;
}

/* top menu */

#cssmw {
	height: 40px;
	z-index: 2000;
	position: absolute;
}
#cssmw, #cssmw ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cssmw li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	overflow: visible;
}
#cssmw a {
	display: block;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	padding: 0 20px;
	font-weight:bold;
}
#cssmw ul a {
	overflow: hidden;
	width: 140px;
	font-weight:normal;
}
#cssmw a p {
	margin: 0;
	padding: 0;
}
#cssmw li ul {
	position: absolute;
	display: none;
}
#cssmw li:hover > ul {
	display: block;
}
#cssmw li li:hover > ul {
	display: block;
	left: 100%;
	top: 0;
}
#cssmw ul a, #cssmw li:hover a, #cssmw li:hover li:hover li:hover a {
}
#cssmw li:hover li:hover a, #cssmw li:hover li:hover li:hover li:hover a {
}
#cssmw a.selected {
}

/* top search */

#searchBox {
	position: absolute;
	right: 0;
	top:30px;
	text-align: right;
}
#S_ProductName {
	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: left;
	margin-top: 4px;
	border: #8f8f8f 1px solid;
	font-family: "Droid Sans", Arial, serif;
}
#S_ProductName:focus {
	background-color: #fff;
}
#Search {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}
#Search:hover {
}

/* content */

#content-wrapper {
	overflow: hidden;
}
#content {
	padding: 20px 0;
	overflow: hidden;
}
#page {
	margin-left: 0;
}

/* sidebar */

#sidebar {
	width: 200px;
	float: left;
	display: none;
	border:#d7d7d7 1px solid;
}

/* side menu */

#sidebar {
	overflow: hidden;
}
#sidebar, #side-menu dl {
	list-style: none;
	margin: 10px 10px 10px 0;
	padding: 0;
}
#sidebar dd {
	margin-left:0;
}

#sidebar dl dt {
    display: block;
    padding: 5px;
}

dl.nestedaccordion dd dl dt {
	padding: 5px;
	display: block;
	background-image: url("../../../plugins/side_menu/images/icon_accordion_closed.png");
    background-repeat: no-repeat;
	background-position: 90%;
}
dl.nestedaccordion dd dl dt.selected.open {
    background-image: url("../../../plugins/side_menu/images/icon_accordion_open_hover.png");
}
#sidebar dl dt:hover {
}
#sidebar dl dt.selected {
}
#sidebar dl dl dt {
	padding-left: 20px;
}
#sidebar dl dl dl dt {
	padding-left: 40px;
}
#sidebar dl dl dl dl dt {
	padding-left: 60px;
}
#sidebar dl dl dl dl dl dt {
	padding-left: 80px;
}
#sidebar dl dl dl dl dl dl dt {
	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: left;
}
#footer ul li a {
	padding:0 40px;
	border-right:1px solid;
}
#footer ul li.last a {
	border:none;
}
#footer ul li.first a {
	padding-left:0;
}
#footer ul li a:hover {
}

/* general form */

.ps_pod1 {
	border-radius: 10px;
}
fieldset {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px 0 15px 15px;
	overflow: hidden;
}
fieldset p {
	overflow: hidden;
	margin: 0 0 10px 0;
	line-height: 40px;
}
fieldset .text, fieldset .text-indent {
	margin-left: 240px;
	line-height: 20px;
}
fieldset p label {
	float: left;
	width: 230px;
	text-align: right;
	margin-right: 10px;
}

.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg, 
.passwordRequiredState .passwordRequiredMsg, .passwordMinCharsState .passwordMinCharsMsg, .passwordMaxCharsState .passwordMaxCharsMsg, .passwordInvalidStrengthState .passwordInvalidStrengthMsg, .passwordCustomState .passwordCustomMsg, 
.confirmRequiredState .confirmRequiredMsg, .confirmInvalidState .confirmInvalidMsg   {
    border-color: black !important;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    line-height: 25px;
    margin-left: 3px;
    margin-top: 1px;
    overflow: visible;
    padding: 0 5px;
    position: absolute;
	white-space: nowrap;
}
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;
}
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;
}
#WAATKLogInForm .buttons, #ecart_checkout_form .buttons, #WAATKRegistrationForm .buttons, #emailContact .buttons, #WAATKUpdateForm .buttons, body.users_emailpw .buttons {
    padding-left: 240px;
}
.button-spacer-left {
	margin-left: 10px;
}
.button-spacer-right {
	margin-right: 10px;
}
.ps_buttons, .ps_buttons:hover {
	text-decoration: none;
	cursor: pointer;
}
.ps_buttons {
	padding: 7px 20px;
	text-align: center;
	background-color: #008ef2;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: block;
	float: left;
	border: 0;
}
.ps_buttons:hover {
}
body.confirm .buttons .ps_buttons {
	margin-right:5px;
}
body.cart .links .ps_buttons {
	margin-left:5px;
}
.ATC_Button_Wrapper {
	margin-left: 145px;	
	margin-bottom: 10px;	
}

.productDetailWrapper .addToCart {
    padding: 0 0 32px;
}
/* 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: 20px;
}
.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 */
#CouponGroup {
	float:left;	
}

.eC_CartSummary {
	clear:left;	
}

.bottomLinkWrapper .links {
	margin-top: 10px;	
}

.productCart tr {
	background-color: #EFEFEE;
    border: 1px solid #D7D7D7;
}

.productCart tr.ps_main  {
	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;
}

.cartSummaryWrapper {
	margin: 15px 0;
	text-align: right;
	padding: 20px;
}
.cartSummaryWrapper table {
	margin-left: auto;
	width: auto;
}
.cartSummaryWrapper th {
	font-size: 1.3em;
	font-weight: normal;
	padding:5px 10px;
}
.cartSummaryWrapper td {
	font-size: 1.4em;
	font-weight: bold;
	width: 100px;
}
.cartSummaryWrapper .last-row {
	padding-bottom: 5px;
	font-size: .5em;
}
.cartSummaryWrapper .total th, .eC_CartSummary .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;
}

/* 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 #S_ProductName {
	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;
}

.blockWrapper {
    background-color: #eee;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 10px;
	width: 45%;
}

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

/* product detail page */

#WADAPageTitle {
  color: #0062A8;
  font-size: 30px;	
}

.ProductPrice {
	float: right;	
}