ol {
	font-weight: bold
}

ol span {
	font-weight: normal
}

img {
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
//	background-color: rgba(0, 100, 0, 0.18);
//	background-image: url('/img/cloth.png');

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #DBDBDB 0%, #ADADAD 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #DBDBDB 0%, #ADADAD 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top left, #DBDBDB 0%, #ADADAD 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #DBDBDB), color-stop(1, #ADADAD));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #DBDBDB 0%, #ADADAD 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #DBDBDB 0%, #ADADAD 100%);
}

p.browse_cards {
	font-size: 19px;
}

p.browse_cards a {
	font-size: 19px;
}

.error {
	border: 1px solid red;
	color: red;
        width: 70%;
	padding: 5px;
	margin-top: 4px;
        background-color: rgba(255, 0, 0, 0.22);
}

.error a {
	font-size: 13px;
}

.error a:hover {
	font-size: 13px;
}

.warning {
        background-color: rgba(190, 190, 0, 0.22);
        border: 1px solid rgba(190, 100, 0, 1);
        color: rgba(190, 100, 0, 1);
        width: 70%;
	padding: 5px;
	margin-top: 4px;
}

.warning a {
	font-size: 13px;
}

.warning a:hover {
	font-size: 13px;
}

.success {
	border: 1px solid green;
	color: green;
        width: 70%;
	padding: 5px;
	margin-top: 4px;
        background-color: rgba(0, 255, 0, 0.22);
}

hr {
	width: 92%;
}

a {
	color: #006699;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #0099cc;
	text-decoration: none;
	font-size: 14px;
}

img {
	#border: none;
	margin: 0;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
        height: 200px;
}

div#copyright {
//	border: 1px solid #111111;
	width: 95%;
	margin: 10px 0px 10px 10px;
//	background-color: #171717;
//	background-color:rgba(5, 5, 5, 0.7);
}

div#copyright p {
	margin: 0px;
	padding: 3px 7px 3px 7px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}

div#copyright p.left {
	margin: 0px;
	padding: 3px 7px 4px 7px;
	font-size: 11px;
	color: #cccccc;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: -24px;
	text-align: left;
}

div#copyright p.left img {
	border: none;
}

div#copyright form {
	margin: 0px;
	padding: 3px 7px 3px 7px;
	font-size: 11px;
	color: #cccccc;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}
div#copyright a {
	color: #006699;
	text-decoration: none;
	font-size: 11px;
}

div#copyright a:hover {
	color: #0099cc;
	text-decoration: none;
	font-size: 11px;
}

div#links p {
        margin-top: 8px;
        margin-bottom: 12px;
	font-size: 17px;
}

div#links a {
	font-size: 17px;
}

h1 {
	margin: 10px; 0px; 200px; 0px;
}

img.product_main {
	width: 275px;
	margin-top: 20px;
}

img.product_extra {
        height: 50px;
        width: 50px;
	margin-bottom: 2px;
	background-size: cover;
	-moz-background-size: cover;
	border: 1px solid #000;
}

table#product_details {
	width: 90%;
        min-height: 300px;
        margin-top: -10px;
}

table#product_details h1 {
	font-size: 18px;
        text-align: left;
}

table#product_details p {
	margin: 0px;
	padding: 5px 7px 5px 7px;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

table#item_stats {
	width: 95%;
        margin-left: 10px;
	border-collapse: collapse;
}

table#item_stats td.key {
        background: rgba(150, 160, 150, 1.0);
	font-size: 13px;
	font-weight: bold;
        width: 90px;
}

table#item_stats td {
	padding: 8px;
	background: #ccccbb;
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
	text-align: left;
}

table#item_stats p.in_stock {
	color: green;
        border-radius: 5px;
        background-color: rgba(0, 255, 0, 0.22);
        border: 1px solid green;
        margin: 4px;
        text-align: center;
        float: left;
}

table#item_stats p.out_of_stock {
	color: red;
        border-radius: 5px;
        background-color: rgba(255, 0, 0, 0.22);
        border: 1px solid red;
        margin: 4px;
        text-align: center;
        float: left;
}

table#item_stats p.used_item {
	color: rgba(250, 250, 250, 1);
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.22);
        border: 1px solid rgba(0, 0, 0, 0.5);
        margin: 4px;
        text-align: center;
        float: left;
}

table#item_stats p.back_order {
	color: rgba(190, 100, 0, 1);
        border-radius: 5px;
        background-color: rgba(190, 190, 0, 0.22);
        border: 1px solid rgba(190, 100, 0, 1);
        margin: 4px;
        text-align: center;
        float: left;
}

table#item_stats p.pre_order {
	color: blue;
        border-radius: 5px;
        background-color: rgba(0, 0, 255, 0.22);
        border: 1px solid blue;
        margin: 4px;
        text-align: center;
        float: left;
}

table#other_merchants {
	width: 100%;
	border-collapse: collapse;
}

table#other_merchants thead tr {
        background: rgba(150, 160, 150, 1.0);
	border: 1px solid black;
	height: 23px;
	font-size: 15px;
}

table#other_merchants thead th:nth-child(even) {
	border-left: 1px solid rgba(100, 100, 100, 1);
	border-right: 1px solid rgba(100, 100, 100, 1);
}

table#other_merchants th:hover {
	text-decoration: underline;
}

table#other_merchants td {
	text-align: center;
}

table#other_merchants tr.content {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
        background: #ddddcc;
}

table#other_merchants tr.no_content {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
        background: #ddddcc;
}

table#other_merchants tr.content:nth-child(odd) {
        background: #ccccbb;
}

table#other_merchants tr.content:hover {
        background: #aaaa99;
}

table#other_merchants p.in_stock {
	color: green;
        border-radius: 5px;
        background-color: rgba(0, 255, 0, 0.22);
        border: 1px solid green;
        margin: 4px;
        width: 60px;
        text-align: center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

table#other_merchants p.out_of_stock {
	color: red;
        border-radius: 5px;
        background-color: rgba(255, 0, 0, 0.22);
        border: 1px solid red;
        margin: 4px;
        width: 85px;
        text-align: center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

table#other_merchants p.back_order {
	color: rgba(190, 100, 0, 1);
        border-radius: 5px;
        background-color: rgba(190, 190, 0, 0.22);
        border: 1px solid rgba(190, 100, 0, 1);
        margin: 4px;
        text-align: center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

table#other_merchants p.pre_order {
	color: blue;
        border-radius: 5px;
        background-color: rgba(0, 0, 255, 0.22);
        border: 1px solid blue;
        margin: 4px;
        text-align: center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

#loading {
        background: rgba(150, 160, 150, 1.0);
	border: 1px solid black;
        border-radius: 25px;
        width: 85%;
	height: 190px;
	padding: 20px;
	margin-bottom: 7px;
}

#loading h1 {
	font-size: 18px;
	margin-top: 20px;
}

img.resize {
	height: 90px;
	width: auto;
}

img.resize {
	height: auto;
	width: 90px;
}

table#post {
	width: 87%;
	border-collapse: collapse;
}

table#post thead th {
        background: rgba(150, 160, 150, 1.0);
	border: 1px solid black;
	height: 23px;
	font-size: 15px;
}

table#post thead th:nth-child(even) {
	border-left: 1px solid rgba(100, 100, 100, 1);
	border-right: 1px solid rgba(100, 100, 100, 1);
}

table#post tr.content {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
        background: #ddddcc;
}

table#post tr.content p {
	margin: 10px;
}
