* {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 11pt;
}

a, a:active, a:visited {
	text-decoration: none;
}

h1 {
	font-size: 14pt;
	margin-bottom: 10px;
}

h2 {
	font-size: 14pt;
	margin-bottom: 8px;
}

h3 {
	font-size: 11pt;
	margin-bottom: 8px;
}

img {
	border: 0px;
	max-width: 100%;
}

p {
	line-height: 175%;
	margin-bottom: 8px;
}

p:last-child {
	margin-bottom: 0px;
}

td {
	padding: 2px 5px;
	line-height: 175%;
}

ul, ol {
	list-style-position: inside;
}

input[type="checkbox"] {
	width: 16px;
	height: 16px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
	z-index: 1;
}

input[type="text"], input[type="password"], textarea {
	padding: 10px 12px;
	border: 1px solid #a9a9a9;
	background-color: #f5f2ee;
	font-size: 11pt;
	color: #00a0e3;
	background-color: #fafafa;
	border-radius: 4px;
}

input[type="submit"], .button {
	text-decoration: none;
	padding: 12px 12px;
	background-color: #000000;
	color: #ffffff !important;
	font-size: 11pt;
	font-weight: bold;
	line-height: 14px;
	text-shadow: 0px 1px 0px #000;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
}

input[type="submit"]:hover, .button:hover {
	background: #000000;
}

.button.small {
	padding: 2px 4px;
}

select {
	border: 1px solid #cccccc;
	padding: 5px 6px !important;
}

input.required, textarea.required {
	background: #fafafa url(images/asterisk.png) no-repeat right 10px center;
}

select.required {
	background: #fafafa url(images/asterisk.png) no-repeat right 15px center;
}

select.error, input.error, textarea.error {
	border: 1px solid #ff0000;
}

span.error {
	color: #ff0000;
	font-size: 9pt;
	border: 1px solid #ff0000;
	padding: 3px 5px; 
	background-color: #fee0e1;
}

.pointer {
	cursor: pointer;
}

.grid {
	min-width: 50%;
	margin-bottom: 15px;
	border-spacing: 0px;
	border-collapse: separate;
}

.grid tr.title td {
    background-color: #f1f1f1;
	font-weight: bold;
	color: #444444;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.grid tr.delimiter td {
	border-top: 2px solid #000000;
}

.grid td {
	color: #333333;
	padding: 4px 8px;
	border-bottom: 1px solid #dcdcdc;
}

.grid td a {
	color: #333333;
}

.grid tr:nth-child(even) td {
}

.grid tr:nth-child(odd) td {
}

.buy {
	border-radius: 5px;
	padding: 8px 15px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 9pt !important;
}

.price-decimal {
	vertical-align: super;
	font-size: 10pt !important;
}

.price-old {
	text-decoration: line-through; 
}

.link.profile {
	display: inline-block;
	width: 75px;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
	margin: 8px;
	vertical-align: top;
}

.link.profile img {
	margin-bottom: 5px;
}

.row {
	border: 1px solid #cccccc;
	padding: 12px 20px 12px 15px;
	border-radius: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
	color: #000000;
}

.row a {
	color: #000000 !important;
}

.row:nth-child(even) {
	background-color: #f8f8f8;
}

.row:nth-child(odd) {
	background-color: #d9d9d9;
}

.row:hover {
	border: 1px solid #747474;
}

.row .image {
	float: left; 
	border: 1px solid #000000; 
	height: 68px; 
	margin-right: 10px;
}

.row .title {
	font-size: 12pt;
	font-weight: bold;
}

.row .action-buttons {
	float: right; 
	padding-top: 8px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.columns-2 {
    -webkit-columns: 80px 2;
    -moz-columns: 80px 2;
    columns: 80px 2;
}

.columns-3 {
    -webkit-columns: 50px 3;
    -moz-columns: 50px 3;
    columns: 50px 3;
}

.line-through {
	text-decoration: line-through;
}

.soldout {
	font-size: 9pt;
	color: #ff0000;
	font-weight: bold;
	text-transform: uppercase;
}




#categories li a {
	padding: 3px 4px;
}

#categories li a:hover {
	background-color: #ae0308;
	color: #ffffff;
	border-radius: 4px;
}

.breadcrumb {
	margin-bottom: 10px;
}

.breadcrumb p {
	margin-bottom: 0px;
}

.breadcrumb *, .breadcrumb {
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
}

.breadcrumb .separator {
	margin: 0px 5px;
}

.breadcrumb .selected {
	color: #ac235b;
}




.pages {
}

.pages a {
	background-color: #ffffff;
	margin-right: 2px;
	padding: 3px 6px;
	font-weight: bold;
	font-size: 13pt;
}

.pages a.selected {
	border: 1px solid #000000;
}

.products-details {
	font-size: 14px;
}

.products-details.top {
	border-bottom: 2px solid #777777; 
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.products-details.bottom {
	border-top: 2px solid #777777; 
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.products-details div:nth-child(1) {
	float: left; 
	padding: 7px 2px; 
	margin-right: 30px;
}

.products-details div:nth-child(2) {
	float: left;
}

.products-details div.pages {
	float: right; 
	padding: 2px;
}

.products-details::after {
    content: "";
    display: block;
    clear: both;
}

.product {
	display: inline-block;
	width: 300px;
	position: relative;
	text-align: center;
	vertical-align: top;
	margin: 5px;
}

.product .sold-out {
	position: absolute;
	bottom: 90px;
	width: calc(100% - 40px);
	background-color: #9b2d2d;
	color: #ffffff;
	z-index: 1000;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.9;
}

.product .image {
	display: block;
	height: 200px;
	margin-bottom: 10px;
}

.product .image img {
	width: 100%;
	height: 200px !important;
}

.product:hover .buttons i {
	display: inline-block;
	font-size: 26pt;
	margin: 0px 5px;
}

.product:hover .buttons i.active {
	color: #d93c3c;
}

.product .image a {
	display: block;
}

.product .buttons {
	position: absolute;
	top: 5px;
	z-index: 10;
	width: 100%;
	text-align: right;
	right: 5px;
}

.product .buttons i {
	display: none;
	cursor: pointer;
	font-size: 18pt;
	color: #eaeaea;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.product .buttons i.active {
	display: inline-block;
}

.product .cart {
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: none;
	width: 30px;
	height: 25px;
	background: url(images/cart-green.png) no-repeat;
}

.product .cart.active {
	display: block;
}

.product .rating-star {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -44px;
	font-size: 14pt;
	z-index: 1000;
}

.product .discount, #image-box .discount {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	position: absolute;
	background-color: #ad0101;
	padding: 18px 10px;
	width: 35px;
	height: 18px;
	z-index: 5;
	font-weight: bold;
	border-radius: 30px;
}

.product p.title {
	height: 45px;
	font-size: 11pt;
	overflow: hidden;
	margin-bottom: 5px;
}

.product p.title a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.product p.price {
	font-size: 13pt;
}

.product .details {
	height: 80px;
}

.product .view {
	background-color: #282a82 !important;
	padding: 2px 4px;
}

.product-recently-viewed {
	width: 175px;
	margin: auto;
	line-height: 175%;
	text-align: center;
	font-weight: bold;
}

.post {
	margin-bottom: 10px;
	max-height: 210px;
	overflow: hidden;
}

.post:after {
    content: '';
    display: block;
    clear: both;
}

.post img {
	float: left;
	margin-right: 20px;
	width: 250px;
	height: 187px;
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
	padding: 10px;
}

.post h2 {
	font-size: 16pt;
}

.post .dateTime {
	font-style: italic;
}

.message {
	line-height: 150%;
	height: 125px;
	margin-bottom: 10px;
}

.message:last-child {
	margin-bottom: 0px;
}

.message div {
	float: left;
	margin-right: 20px;	
	padding: 20px;
	border-radius: 20px;
}

.message div.pending {
	background-color: #d12f27;
}

.message div.read {
	background-color: #008000;
}

.message i {
	font-size: 60pt;
	color: #ffffff;
}

.attribute {
	border-radius: 5px;
	border: 1px solid #cccccc;
	cursor: pointer;
}

.attribute.selected {
	border: 1px solid #ff0000;
}

.attribute.medium {
	width: 38px;
	height: 38px;
}

.attribute.large {
	width: 50px;
	height: 50px;
}
