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;
	text-align: right;
	color: #000000;
}
* {
	outline: 0;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #000;
}


/* 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-right: 150px;
	padding: 20px;
}

/* headings */

h1 {
	color: #0D0001;
	font-size: 1.5em;
	padding: 0 0 15px 0;
}
h1 .side {
	float: right;
}
h2 {
	color: #0B0909;
	font-size: 1.4em;
	padding-bottom: 5px;
	text-align: left;
}
h2 .side {
	float: right;
	font-size: 0.8em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	padding-bottom: 5px;
}
p, .cms-content {
	line-height: 200%;
	font-size: 14px;
	color: #F8F5F5;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: justify;
}

/* links */

a {
	color: #A7A37E;
}
a:hover {
	color: #999999;
	text-decoration: underline;
	text-align: left;
}

/* content */

.content {
	width: 900px;
	margin-bottom: 0;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0;
}

/* split column */

.split-column {
	overflow: hidden;
}
.split-column .column-one {
	float: left;
	width: 400px;
}
.split-column .column-two {
	float: right;
	width: 400px;
}
.index .split-column .column-one, .index .split-column .column-two {
    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 {
	text-align: left;
}
#header {
	overflow: hidden;
	position: relative;
}
#header .logo {
	float: left;
	padding: 25px 0 0 25px;
}

/* header menu */

#header-menu {
	float: right;
	list-style: none;
	margin: 40px 20px 0 0;
	padding: 0;
}
#header-menu li {
	float: left;
}
#header-menu li a {
	padding: 7px 10px;
	line-height: 28px;
	text-decoration: none;
	font-size: 0.9em;
	color: #A7A37E;
	font-weight: bold;
}
#header-menu li a:hover {
    color: #cccccc;
}


/* top */

#top-wrapper {
	height: 60px;
	font-size: 12px;
	color: #FCFCFC;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
#top {
    padding: 0 20px;
	position: relative;
	height: 60px;
	border: #333333 1px solid;
	background-color: #21252b;
    background-image: -moz-linear-gradient(top, #171a1e, #3b3f42); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #171a1e),color-stop(1, #3b3f42)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#171a1e, #3b3f42); /* Chrome 10+, Saf6 */
    background-image: linear-gradient(top, #171a1e, #3b3f42);
       -moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3-4, iOS 1+, Android 1.5+ */
            border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
#top.content {
    width: 900px;
}

/* top menu */

#top-menu {
	height: 60px;
	z-index: 2000;
	position: absolute;
	left: 4px;
	top: 19px;
}
#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 {
    color: #a9a9a9;
    font-weight: bold;
	display: block;
	line-height: 60px;
	text-decoration: none;
	padding: 0 20px;
}
#top-menu ul a {
	overflow: hidden;
	width: 140px;
}
#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 {
	background-color: #21252b;
    background-image: -moz-linear-gradient(top, #000000, #3b3f42); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(1, #3b3f42)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#000000, #3b3f42); /* Chrome 10+, Saf6 */
    background-image: linear-gradient(top, #000000, #3b3f42); 
    border: #333333 1px solid;
    border-top: 0;
    border-bottom: 0;
	padding: 0 19px;
    
}
#top-menu li:hover a {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}
#top-menu li:hover li a, #top-menu li:hover li:hover li:hover a {
    background-image: none;
    background-color: #3a3e41;
    font-size: 0.9em;
    line-height: 40px;
    font-weight: normal;
    text-decoration: none;
}
#top-menu li:hover li:hover a, #top-menu li:hover li:hover li:hover li:hover a {
    color: #fff;
    background-color: #282b2d;
}
#top-menu a.selected {

}

/* top search */

#top-search {
    margin-top: 10px;
    margin-right: 20px;
	padding: 6px 10px 10px 10px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	clear: right;
	border: #333333 1px solid;
	float:right;
	background-color: #21252b;
	border-bottom: 0;
	-moz-border-radius: 12px 12px 0 0; /* FF1+ */
    -webkit-border-radius: 12px 12px 0 0; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 12px 12px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
#top-search-query {
    background-color: #3b3e42;
	padding: 6px 5px;
	outline: 0;
	width: 210px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 0.9em;
	float: right;
	margin-top: 6px;
	border: 0;
	color:#cccccc;
	font-family: Verdana, Arial, sans-serif;
}
#top-search-query:focus {
}
#top-search-submit {
    font-weight: bold;
	max-width: 120px;
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px 20px;
}
#top-search-submit:hover {
}

/* content */

#content-wrapper {
	overflow: hidden;
	position: absolute;
	width: 997px;
}
#content {
	padding: 20px 0;
	overflow: hidden;
	text-align: center;
}
#page {
	padding: 20px;
	border: #333333 1px solid;
	background-color: #21252b;
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 12px;
}

/* sidebar */

#sidebar {
	width: 220px;
	float:right;
}

/* side menu */

#side-menu {
	overflow: hidden;
}
#side-menu, #side-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#side-menu li {
	   -moz-border-radius: 6px; /* FF1+ */
    -webkit-border-radius: 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
            border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome */
    margin-bottom: 10px;
}
#side-menu li li {
    margin-bottom: 0;
}
#side-menu li li.last {
    border: 0;
}
#side-menu li a {
	padding: 10px;
	color: #000000;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	   -moz-border-radius: 6px 6px 0 0; /* FF1+ */
    -webkit-border-radius: 6px 6px 0 0; /* Saf3-4, iOS 1+, Android 1.5+ */
            border-radius: 6px 6px 0 0; /* Opera 10.5, IE9, Saf5, Chrome */
    background-color: #eb8e04;
}
#side-menu li a:hover {
}
#side-menu li a.selected {
}
#side-menu li li a {
	background-color: #3b3e42;
	padding-left: 20px;
	color: #999999;
	font-size: 0.9em;
	   -moz-border-radius: 0px; /* FF1+ */
    -webkit-border-radius: 0px; /* Saf3-4, iOS 1+, Android 1.5+ */
            border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome */
	border: #333333 1px solid;
	border-top: 0;
	border-bottom: 0;
}
    #side-menu li li.last a {
    	   -moz-border-radius: 0 0 6px 6px; /* FF1+ */
        -webkit-border-radius: 0 0 6px 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
                border-radius: 0 0 6px 6px; /* Opera 10.5, IE9, Saf5, Chrome */
        border-bottom: #333333 1px solid;
    }
#side-menu li li a:hover {
	color: #cccccc;
}
#side-menu li li a.selected {
	color: #eb8e04;
}
#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 {
	margin-bottom: 10px;
	overflow: hidden;
	border: #333333 1px solid;
	background-color: #21252b;
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	font-size: 24%;
	height: 50px;
	max-height: 60px;
	width: 800px;
	margin-top: 10px;
	background-size: 0px 0px;
}
#footer ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	float: left;
}
#footer ul li {
	float: left;
	margin-left: 20px;
	font-size: large;
	width: 3cm;
}
#footer ul li a {
    color: #999;
	font-size: 0.9em;
	text-decoration: none;
}
#footer ul li a:hover {
    text-decoration: underline;
}

/* general form */

fieldset {
	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:none;
	padding: 8px 5px;
	outline: 0;
	width: 430px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;
	background-color: #3b3e42;
	color:#cccccc;
}
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] {
    background-color: #3b3e42;
    color: #cccccc;
	border:0;
	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;
}
body.checkout .button, body.confirm .button {
	float:right;
}
body.products_search .buttons {
	margin-left:158px;
}
.button-spacer-left {
	margin-left: 10px;
}
.button-spacer-right {
	margin-right: 10px;
}
.button, .button:hover {
	text-decoration: none;
	cursor: pointer;
}
.button {
	padding: 7px 10px;
	text-align: center;
	font-size: 0.9em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: block;
	float: left;
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	background-color: #eb8e04;
	color: #000;
}
    .add-to-cart .button {
        padding: 12px 20px;
        font-size: 1.1em;
        width: 100%;
    }
.button:hover {
    color: #333333;
}
body.confirm .buttons .button {
	margin-right:5px;
}
body.cart .links .button {
	margin-left:5px;
}

/* pod */

.pod {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0;
	overflow: hidden;
}
.pod.text {
	padding: 0 20px;
}
.pod.single-line {
	padding: 20px;
}
.pod.single-line p {
	margin: 0;
	padding: 0;
}

.pod-header {
	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 {
    color: #cccccc;
	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 {
	font-weight: bold;
}
.pagination a:hover, .pagination a.selected:hover {
    background-color: #eb8e04;
    color: #fff;
}
.pagination .disabled {
	color: #555;
}

/* 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;
	border:#282b2e solid 1px;
}
.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 {
	font-weight: bold;
}
.product-list-item .details .retail-price, .product-grid-item .details .retail-price {
	font-weight: bold;
}

.product-list-item:hover {
}
.product-list-item:hover .image img {
}
#ProductRetailPrice {
	text-decoration: line-through;
}

/* product grid */

.product-grid-wrapper {
	overflow: hidden;
	margin: 20px 0 0 -20px;
	float: right;
}
.product-grid-item {
	width: 210px;
	margin-left: 15px;
	float: left;
}
.product-grid-item .image {
	height: 180px;
	text-align: center;
	padding: 20px;
}
.product-grid-item .details h3 {
	font-size: 13px;
	margin-top: 5px;
}

.product-grid-item:hover .image {
}

/* product details */

.product-details {
	
}
.product-details .details {
	overflow: hidden;
}
.product-details .details .image {
	float: left;
	width: 370px;
	border:#282b2e solid 1px;
}
.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: #cccccc;
	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 {
	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 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	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;
	font-size: 12px;
	color: #FFFFFF;
}
.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;
}

.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;
	overflow:hidden;
}
.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;
	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 {
}
#fma {
	margin: 20px auto 10px auto;
	background-image:url(../images/promo.png);
	background-color: #21252b;
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
#fma h1 {
    color: #eb8e04;
	padding: 120px 0;
	text-align: center;
	font-size: 2.5em;
	overflow:hidden;
}

/* home */

#home-wrapper {
	padding-bottom: 20px;
}

.home-box {

}
.home-box h2 {
    color: #000000;
	padding: 10px 20px;
	border: 0;
	background-color: #eb8e04;
       -moz-border-radius: 12px 12px 0 0; /* FF1+ */
    -webkit-border-radius: 12px 12px 0 0; /* Saf3-4, iOS 1+, Android 1.5+ */
            border-radius: 12px 12px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
.home-box .info {
	overflow: hidden;
	padding: 20px;
	border: #333333 1px solid;
	border-top: 0;
	background-color: #21252b;
       -moz-border-radius: 0 0 12px 12px; /* FF1+ */
    -webkit-border-radius: 0 0 12px 12px; /* Saf3-4, iOS 1+, Android 1.5+ */
            border-radius: 0 0 12px 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
.home-box .info .image {
	float: left;
	width: 150px;
}
.home-box .info .image img {
	max-width: 140px;
	border:#383a3c solid 1px;
}
.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 {
    color: #eb8e04;
	text-decoration: none;
}
.home-box .info .details .name a:hover {
	text-decoration: underline;
}
.home-box .info .details .price {
	color: #999999;
	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;
	border: #333333 1px solid;
	background-color: #21252b;
       -moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3-4, iOS 1+, Android 1.5+ */
            border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}

/* fma featured */
#fma-featured-wrapper {
	padding: 0;
}
#fma-featured-wrapper #fma {
	padding-bottom: 30px;
}
#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: 15px;
	border: #333333 1px solid;
	background-color: #3b3e42;
       -moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3-4, iOS 1+, Android 1.5+ */
            border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
#fma-featured-wrapper .home-box .info {
}
#fma-featured-wrapper #fma #featured-box .info .details .buttons a {
	margin-top:120px;
	margin-left:30px;
}
#fma-featured-wrapper #fma h1 {
	margin-left: 90px;
	margin-top: -320px;
}
#home-regular-popular-wrapper {
    margin-bottom: 20px;
}
#home-regular-popular-wrapper .split-home .column-one {
	width: 560px;
}
#home-regular-popular-wrapper .split-home .column-one .content {
	width:auto;
	margin: 0;
}
#home-regular-popular-wrapper .split-home .column-two {
	margin-left:580px;
	float:none;
	width: auto;
}
#fma-featured-wrapper #fma .info, #home-regular-popular-wrapper #info-content {
	padding: 20px;
	border: 0;
	background-color: #3b3e42;
       -moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3-4, iOS 1+, Android 1.5+ */
            border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
#home-regular-popular-wrapper #info-content {
    padding: 0px;
	border: 0;
	background: none;
    padding: 20px;
	border: #333333 1px solid;
	background-color: #21252b;
       -moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3-4, iOS 1+, Android 1.5+ */
            border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
#fma-featured-wrapper .home-box .info .image img {
	max-width:200px;
	float:left;
}
#fma-featured-wrapper .home-box .info .image {
	width:auto;
}

/* stacked featured */

#stacked-featured-popular-wrapper {
	padding-bottom: 20px;
	overflow: hidden;
}
#stacked-featured-popular .split-home {
    float: left;
    width: 622px;
}
#stacked-featured-popular .split-home .column-one {
	width: 620px;
}
#stacked-featured-popular .split-home .column-two {
	float: left;
	width: 620px;
	margin-top: 20px;
}

#stacked-featured-popular #home-search {
    display: none;
}

#stacked-featured-popular .search-pod {
	margin-left: 640px;
}
#stacked-featured-popular #info-content {
	width: 260px;
}

/* 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: #666 !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;
}
