* {
	font-family: Arial;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #ffffff;
	font-size: 13px;
}

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

h1 {
	margin-bottom: 10px;
}

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

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

img {
	border: 0px;
}

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: 5px;
}

input[type="submit"], .button {
	padding: 10px 20px;
	background-color: #bf0028 !important;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 11pt;
	border-radius: 5px;
}

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

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

select.required {
	background: #fafafa url(images/asterisk.png) no-repeat right 10px 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;
}

.grid {
	min-width: 50%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	margin-bottom: 15px;
	border-spacing: 0px;
	border-collapse: separate;
}

.grid tr.title td {
    background: #757575; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#757575, #535353); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#757575, #535353); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#757575, #535353); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#757575, #535353); /* Standard syntax */
	font-weight: bold;
	color: #ffffff;
	border-left: 1px solid #535353;
	border-bottom: 1px solid #535353;
}

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

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

.grid td a {
	color: #333333;
}

.grid tr:nth-child(even) td {
	background-color: #ebebeb;
}

.grid tr:nth-child(odd) td {
	background-color: #ffffff;
}

.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; 
	font-size: 9pt; 
}

.link.profile {
	display: block;
	padding: 2px 0px 2px 25px;
	margin-bottom: 8px;
}

.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.two {
    -webkit-columns: 80px 2; /* Chrome, Safari, Opera */
    -moz-columns: 80px 2; /* Firefox */
    columns: 80px 2;
}







#categories li {
	padding: 3px 0px;
}

.breadcrumb {
	margin-bottom: 10px;
}

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

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

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

.breadcrumb .selected {
	color: #ac235b;
}




.pages {
}

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

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




.products-details {
}

.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;
}

.products-details div:nth-child(1) {
	float: left; 
	padding: 4px 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 {
	position: relative;
	margin-bottom: 15px;
}

.product:hover a.designer {
	display: block;
}

.product a.designer {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #000000;
	color: #ffffff;
	padding: 6px 10px;
	border-radius: 5px;
}

.product .attributes {
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #cccccc;
	background-color: #222222;
	opacity: 0.9;
	padding: 10px;
	color: #ffffff;
}

.product.type1 {
	width: 100%;
}

.product.type1.half {
	width: 49%;
	float: left;
	margin: 0.5%;
	height: 142px;
}

.product.type2 {
	width: 49%;
	height: 220px;
	float: left;
	margin: 0.5%;
}

.product.type2.half {
	width: 32%;
	height: 190px;
	float: left;
	margin: 0.5%;
}

.product .quantity-available {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14pt;
	font-weight: bold;
	background-color: #f5e74e;
	border-radius: 40px;
	padding: 25px 0px;
	width: 70px;
	text-align: center;
}

.product .image a {
	display: block;
	
}

.product .image {
	box-shadow: 0px 0px 10px rgba( 1, 1, 1, 0.5);
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	background-color: #ffffff;
	margin-bottom: 5px;
}

.product .image:hover {
	box-shadow: 0px 0px 10px rgba( 1, 1, 1, 1);
}

.product .image img {
	width: 100%;
	margin-bottom: -3px;
}

.product .discount, #image-box .discount {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 63px;
	height: 65px;
	padding: 2px;
	color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
	background: url(images/products-discount.png) no-repeat;
	text-align: right;
}

.product p.brand-logo {
	padding-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	display: none;
}

.product p.brand-logo img {
	height: 30px;
}

.product div.title {
	float: left;
	padding: 0px;
	font-size: 14px;
}

.product .details {
	font-size: 13pt;
	line-height: 125%;
}

.product div.action {
	float: right;
	bottom: 8px;
}

.product div.action {
	font-size: 11pt;
}

.brand {
	border: 1px solid #000000;
	float: left;
	width: 135px;
	height: 80px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #ffffff;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
}

.brand:hover {
	border: 1px solid #bcbcbc;
	border-radius: 3px;
}

.brand .image {
	width: 145px;
	height: 60px !important;
    display: table-cell;
    vertical-align:middle;
	text-align: center;
	overflow: hidden;
}

.brand .image img {
	max-width: 125px;
	max-height: 60px;
}
