/* ======================================================= */
/*                      Global Reset                       */
/* ======================================================= */
/*
 html5doctor.com Reset Stylesheet
 v1.6.1
 Last Updated: 2010-09-18
 Author: Richard Clark - http://richclarkdesign.com
 Twitter: @rich_clark
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  /*vertical-align: middle;*/
  font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}
/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}
input, select {
  margin: 0;
  font-size: 12px;
  vertical-align: middle;
}

/* Responsive images and other embedded objects */
object, embed, video, iframe {
  max-width: 100%;
}
.google_map img {
  max-width: none;
}
/* Responsive images aspeсt ratio */
video {
  height: auto;
}
/* Webkit browsers reset margin */
button,  textarea {
  margin: 0;
}
textarea {
  overflow: auto;
}
/* Normalize buttons in IE */
button {
  overflow: visible;
  width: auto;
}
/* Normalize buttons */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/* Re-set default cursor for disabled elements. */
button[disabled], input[disabled] {
  cursor: default;
}
/* ie 8/9 fix */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* searchfield fix for safari 5 and chrome */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
/* corrects overflow displayed oddly in ie 9 */
svg:not(:root) {
  overflow: hidden;
}
cufon {
  overflow: hidden;
}
/*  --------------------------------------------------
    :: Typography
  -------------------------------------------------- */
  h1, h2, h3, h4, h5, h6 { color: #1A0880; font-weight: bold; line-height: 1.25 }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
  h1 { font-size: 46px; font-size: 4.6rem; margin-bottom: 12px;}
  h2 { font-size: 35px; font-size: 3.5rem; margin-bottom: 9px; }
  h3 { font-size: 15px; font-size: 1.5rem; margin-bottom: 9px; }
  h4 { font-size: 21px; font-size: 2.1rem; margin-bottom: 3px; }
  h5 { font-size: 18px; font-size: 1.8rem; font-weight: normal; margin-bottom: 3px;  }
  h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; }

/*
 $Id$

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2010 osCommerce

 Released under the GNU General Public License
 */

/**:after, *:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}*/

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  /*font-size:1.2rem;*/
  color: #000000;
  /*line-height: 1.4;*/
	background-image: url(/images/backg/bg.jpg);
	background-color: #A00B0F;
	background-repeat: no-repeat;
	background-attachment: fixed;
  background-position: top center; 
}

#bodyWrapper {
  margin: 0 auto;
  max-width: 760px;
  background: #FFFFFF;
	border-right: 2px solid #B1B1AF;
	border-left: 2px solid #B1B1AF;
}

#bodyContent {}

#header {
  /*height: 99px;
	background:url(/images/main_logo.jpg) no-repeat;*/
	position:relative;
	
}

.header-main {
	height:100%;
	background-color:#281E9B;
}
.header-main a.header-logo {
	display:inline-block;
	width:19.7%;
}
.header-main img.header-logo {
	max-width:150px;
	max-height:99px;
	width:100%;
	height:100%;
}
.header-main div.header-image-right {
	display:inline-block;
	width:37.1%;
	float: right;
}
.header-main img.header-image-right {
	width:100%;
	height:100%;
	max-width:282px;
	max-height:99px;
}

.header-main .header-text {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	width:40%;
	display:inline-block;
	vertical-align:middle;
	padding-top:20px;
}
@media screen and (max-width: 779px) {
	.header-main .header-text {
		padding:0px;
	}
}
@media screen and (max-width: 730px) {
	.header-main .header-text {
		font-size:14px;
	}
}

@media screen and (max-width: 600px) {
	.header-main {
		padding:5px 0;
	}
	.header-main .header-text {
		width:75%;
	}
	.header-main div.header-image-right {
		display:none;
	}
}

@media screen and (max-width: 500px) {
	.header-main a.header-logo {
		min-width:100px;
	}
	.header-main .header-text {
		font-size:12px;
		width:55%; 
		margin-left:5px;
	}
	.header-main img.header-logo {
		min-width:100px;
	}
}

#footer {}
#footer a{}

#header .storeLogo {

}
#header .buttons {
	position:absolute;
	left:28%;
	top:0;
}
#header .menu {
	/*height:15px;*/
	background-color:#B1B1AF;
	font-size:10px;
	text-align:center;
}
#header .menu a {
	margin:0;
	padding:0 10px;
	display:inline-block;
	text-align:center;
	/*height:15px;*/
}
#header .menu a.first {
	text-align:left;
}
#header .menu a.last {
	text-align:right;
}
#header .menu a img {
	height:15px;
	font-size:0px;
}

.slicknav_menu,
.mobile-menus,
#mobile-menu,
#mobile-menu-categories,
.top-mobile-menu {
	display:none;
}
.mobile-menus,
.slicknav_menu {
	background-color:#808080;
	padding:0;
	width:100%;
}
#mobile-menu-location1,
#mobile-menu-location2 {
	width:49%;
}
.slicknav_menu {
	vertical-align:top;
	display:none;
}
.slicknav_menu .slicknav_btn {
	padding:5px;
}
.slicknav_menu .slicknav_icon {
	margin:3px 0px 0px 5px;
}
#mobile-menu-location1 .slicknav_menu .slicknav_btn {
	float:left;
	min-width:122px;
}
#mobile-menu-location2 .slicknav_menu .slicknav_btn {
	float:right;
}
#mobile-menu-location2 .slicknav_menu ul li {
	text-align:right;
}
.slicknav_nav a {
	display:inline-block;
}
.slicknav_nav a:hover {
	text-decoration:none;
}
.slicknav_menu .slicknav_icon {
	float:none
	display:inline-block;
}
.top-mobile-menu {
	background-color:#808080;
	padding:5px;
}
.top-mobile-menu a {
	font-size:12px;
	color:#FFFFFF;	
	text-decoration:none;
	font-weight:bold;
}
.top-mobile-menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.top-mobile-menu .cart {
	float:right;
}
.top-mobile-menu .login {

}
.top-mobile-menu .login a,
.top-mobile-menu .cart a {
	padding-left: 20px;
}
.top-mobile-menu .login a {
	background:url(/images/header_mobile_account.gif) no-repeat;
}
.top-mobile-menu .cart a {
	background:url(/images/header_mobile_cart.gif) no-repeat;
}

@media screen and (max-width: 779px) {
	#header .menu,
	#header .buttons {
		display:none;
	}
	.top-mobile-menu {
		display:block;
	}
	.mobile-menus {
		display:block;
	}
	.slicknav_menu {
		display:inline-block;
		vertical-align:top;
	}
	#mobile-menu-location1,
	#mobile-menu-location2 {
		display:inline-block;
	}
}

#columnLeft, #columnRight {
  padding-top: 5px;
}

.infoBoxContainer {
  margin: 10px 0; /* this sets the spacing between the boxes in the columns */
}
.infoBoxHeading {

}
.infoBoxHeading, .infoBoxHeading a {

}
   
.infoBoxHeading{}
.infoBoxHeading a:hover { }

.infoBoxContainer_productListing {background: #ecf0f1 }  
.infoBoxHeading_productListing {
  margin: 0;
  font-size: 12px;
  font-size:1.2rem;
  color: #fff;
  font-weight:bold;
  background: #3498db;
  line-height: 1.4;
}  

.infoBoxContents {
  padding: 3px;
  font-size: 12px;
  /*font-size: 1rem;*/
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 13px;
}

.sub-categories-box {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  
  
}

.productListTable {
  padding: 5px;
  font-size: 13px;
  line-height: 1.4
}

/*.productListTable tr.alt td {
  background: #ecf6fc;
}*/

.fieldKey {
  font-size: 13px;
  font-weight: bold;
  width: 150px;
}

.fieldValue {
  font-size: 13px;
}
.fieldValue select {
	width:134px;
}

h1, TD.pageHeading, DIV.pageHeading {
  font-size: 18px;
  padding: 10px 0;
	color:#1A0880;
}

table, p {
  font-size: 12px;
}

#piGal {
  float: right;
  width: 250px;
}

#piGal img {
  max-width: 250px;
  height: auto;
}

.buttonSet {
  clear: both;
	text-align:center;
}

.buttonSet .buttonAction {
  float: right;
}

.buttonSet.center .buttonAction {
  float: none;
}

.buttonSet a {
  float: left;
}


.boxText {
  font-size: 11px;
}
.errorBox {
  font-size: 11px;
  background: #ffb3b5;
  font-weight: bold;
}
.stockWarning {
  font-size: 11px;
  color: #cc0033;
}
.productsNotifications {
  background: #f2fff7;
}
.orderEdit {
  font-size: 11px;
  color: #ffffff;
	text-decoration:underline;
}

a,
.ui-widget-content a {
  color: #1A0880;
}

a:hover,
.ui-widget-content a:hover {
  color: #999;
  text-decoration: underline;
}

FORM {
  display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.footer {background: #b1b1af; color:#FFF; }
.footer p {

}
footer .grid-100 {
	padding:0;
}
.infoBox {
  background: #ffffff;
}
.infoBox.border {
	border:1px solid #999;
}
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #ffffff;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-size: 11px;
  font-weight: bold;
  background: #bbc3d3;
  color: #333;
}

TD.infoBox, SPAN.infoBox {
  font-size: 11px;
}

TR.accountHistory-odd, 
TR.addressBook-odd, 
TR.alsoPurchased-odd, 
TR.payment-odd, 
/*TR.productListing-odd,*/ 
TR.productReviews-odd, 
TR.upcomingProducts-odd, 
TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, 
TR.addressBook-even, 
TR.alsoPurchased-even, 
TR.payment-even, 
/*TR.productListing-even,*/ 
TR.productReviews-even, 
TR.upcomingProducts-even, 
TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 1px;
  border-collapse: separate;
}
TABLE.productListing td {
	padding:0px 2px;
}
.productListing-heading {
  font-size: 12px;
  background: #1A0880;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 12px;
}

.productListingHeader {
  table-layout: fixed;
  color: #333;
}

table.productListingHeader A:hover {
  color: #3498db;
}

table.productListingData {
  table-layout: fixed;
}

td {
  /*font-size: 13px;
  padding: 5px 0;
  width: auto;
  vertical-align: top;*/
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 11px;
  color: #000000;
}

/*TD.main, P.main {
 font-size: 11px;
 font-size: 1.1rem;
 }*/

p.center {
  text-align: center
}

TD.smallText, SPAN.smallText, P.smallText, .smallText {
  font-size: 11px;
}

TD.accountCategory {
  font-size: 11px;
  font-size: 1.1 rem color : #aabbdd;
}

TD.tableHeading {
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, RADIO{
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
  color: #2980b9;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow {
	background-color: #999999;
	color:#FFF;
}
.moduleRowOver {
  background-color: #999999;
  cursor: pointer;
  cursor: hand;
	color:#FFF;
}
.moduleRowSelected {
  background-color: #999999;
	color:#FFF;
}

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #999999; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #1A0880; font-weight: bold; }

/* message box */

.content-box-blue, .content-box-gray, .content-box-green, .content-box-purple, .content-box-red, .content-box-yellow {
  margin: 0 0 25px;
  overflow: hidden;
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-size: 1.1 rem;
  text-align: center;
}
.content-box-blue {
  background-color: #d8ecf7;
  border: 1px solid #afcde3;
}
.content-box-gray {
  background-color: #e2e2e2;
  border: 1px solid #bdbdbd;
}
.content-box-green {
  background-color: #d9edc2;
  border: 1px solid #b2ce96;
}
.content-box-purple {
  background-color: #e2e2f9;
  border: 1px solid #bebde9;
}
.content-box-red {
  background-color: #f9dbdb;
  border: 1px solid #e9b3b3;
}
.content-box-yellow {
  background-color: #fef5c4;
  border: 1px solid #fadf98;
}

/* input requirement */

.inputRequirement {
  font-size: 10px;
  font-size: 1.0 rem;
  color: #c0392b;
}

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

/* message box */

.messageBox { font-size: 14px;}
.messageStackError, .messageStackWarning { font-size: 12px; color: #000000; background-color: #FF6633; padding:5px 10px; }
.messageStackSuccess { font-size: 14px; color: #009900; font-weight: bold;}


.category-image {
	text-align:right;
}
.product-listing {
	text-align:center;
}
.product-listing:after,
#header .menu:after,
.home-page-content:after,
.home-page-content .right:after,
.header-main:after {
	content: "";
  display: table;
  clear: both;
}
.product-listing .product {
	width:162px;
	padding:4px;
	text-align:center;
	display:inline-block;
}
.featured {
  background: #ffffff;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}
.featured_title {
  background: #ffffff;
  vertical-align:top;
}
.featured_subtitle {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color:#000000;
  vertical-align:top;
}
.featured_pics {
  background: #ffffff;
  vertical-align:middle;
  text-align:center;
}
.featured_link {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight:bold;
  vertical-align:top;
}
.featured_artist {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color:#000000;
  vertical-align:top;
}
.featured_buynow {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight:bold;
  color:#FF0000;
  vertical-align:top;
}
.featured_bottom {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color:#000000;
  vertical-align:top;
}
.featured_spacer {
  color:#000000;
}
.featuredbox {
  background: #ffffff;
  font-family: Verdana;
  font-size: 10px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 5px;
}
div.headerNavigation {
	padding: 8px 8px 10px 3px;
	font-size: 11px;
	color: #999999; 
}
a.headerNavigation { 
  color: #999999; 
}
a.headerNavigation:hover {
  color: #999999;
}
.logoff {
	float:right;
}
.index-desc {
	font-size:13px;
	padding:0px 5px 5px;
}
.ui-widget-header {
	height:20px;
	background-color:#030381;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	background:#030381;
	border:0;
	padding-left:11px;
	font-weight:normal;
}
.ui-widget-content {
	border-color:#030381;
}
.home-page-banner img {
	width:100%;
}
.home-page-content {
	margin:0 auto;
}
.home-page-content .left-content {
	/*float:left;
	width:352px;*/
	margin-right:10px;
}
.home-page-content .right-content {
	/*float:left;
	width:178px;*/
	text-align:center;
	position:relative;
}
.home-page-content .right-content .banner-item {
	width:178px;
	margin-bottom:10px;
	display:inline-block;
	vertical-align:top;
}
.home-page-content .owl-carousel {
	margin:10px 0;
}
.home-page-content .owl-carousel .owl-item > table {
	width:100%;
	text-align:center;
}
.home-page-content .right-content .owl-carousel2-prev,
.home-page-content .right-content .owl-carousel2-next {
	display:none;
}
#homepage-banners {
	display:none;
}
#homepage-banners img {
	width:100%;
	height: auto;
}
#homepage-banners .has-link {
	cursor:pointer;
}
.pagination {
	
}
.pagination .num-results {
	
}
.pagination .pages {
	float:right;
}

.ui-widget.categories {
	font-weight:bold;
}
.ui-widget.categories img {
	vertical-align:baseline;
}

.category-image img {
	width:100%;
	height:auto;
}

@media screen and (max-width: 779px) {
	.home-page-content .left-content,
	.home-page-content .right-content {
		float:none;
		width:100%;
	}
	.home-page-flash,
	.ui-widget.categories {
		display:none;
	}
	.home-page-content .right-content {
		margin-top:40px;
	}
	.home-page-content .right-content .banner-item {
		max-height:315px;
	}
	.home-page-content .right-content .owl-carousel2-prev,
	.home-page-content .right-content .owl-carousel2-next {
		text-decoration:none; 
		display: inline-block; 
		width: 20px; 
		height: 35px; 
		position: absolute; 
		top: 100px; 
		cursor:pointer;
	}
	.home-page-content .right-content .owl-carousel2-prev {
		left:0px;
		background:url(../images/arrow-icon-left.png) no-repeat;
	}
	.home-page-content .right-content .owl-carousel2-next {
		right:0px;
		background:url(../images/arrow-icon-right.png) no-repeat;
	}
}
@media screen and (max-width: 390px) {
	.pagination .pages,
	.pagination .num-results {
		display:block;
		width:100%;
		text-align:center;
	}
}


/*.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48%;
  height: 59%;
}*/
.product-image {
	float:right;
}
.shopping-cart-buttons {
	
}
.shopping-cart-buttons .continue-button {
	float:right;
}
.shopping-cart-buttons .update-button {
	
}
.shopping-cart-buttons .checkout-button {
	text-align:right;
	padding-top:20px;
}
.shopping-cart-buttons .checkout-button a {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding:6px 36px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	text-align:center;
}
.shopping-cart-buttons .checkout-button a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.shopping-cart-buttons .checkout-button a:active {
	position:relative;
	top:1px;
}
.contentContainer.checkout h2 {
	font-size:13px;
}
.contentContainer.checkout .contentText.push-in {
	padding-left:20px;
}

.contentContainer.checkout .buttonSet {
	padding:20px 0;
}
.contentContainer.checkout .contentText.payment-options table {
	border-collapse:separate;
}
.contentContainer.checkout .box-title {
	color:#FFF;
	background-color:#999999;
	padding:2px;
}
.contentContainer.checkout .box-title strong {
	font-weight:normal;
}
.contentContainer.checkout .infoBox td.box-content {
	padding:2px;
	font-size:12px;
}

.contentContainer .contentText p {
	margin:12px 0;
}
.contentContainer .contentText ol,
.contentContainer .contentText ul {
	margin:12px 0;
	padding-left:40px;
}
.category-listing .category-name {
	text-align:center;
	padding:5px 0px 20px 0px;
}
.category-listing .category-name a {
	font-weight:bold;
	font-size:16px;
}