/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

:hover {
	text-decoration: none;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Header */
html {
	background: url(../images/background_stripe.png) repeat; 
}

body {
	font-family: Arial, Helvetica, Verdana;
	margin:0 auto;
	border:1px solid #747761;
	width:800px;
}

#container {
	float:left;
	width:500px;
}

#top-bar-left {
	background: #747761;
	height:15px;
}

#content {
	padding: 5px 20px;
}	

.clear {
	clear:both;
}

p, dd {
	font-size:12px;
	margin:15px 0;
}

em {
	font-style: italic;
}

/* Items */

h3.country {
	background: #efefd3;
	margin-bottom: 15px;
	padding:10px 10px 10px 20px;
}

.item {
	clear:both;
	margin:5px 0;
	min-height:140px;
}

.item img {
	float:left;
	margin-right:10px;
}

.item h2 {
	font-size:14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.item h2 a {
	text-decoration: none;
	width:260px;
	float:left;
	color:black;
}

.item h2 strong {
	font-size:18px;
}

.item .paypal-button {
	margin-top:10px;
}

.item h2 a:hover {
	text-decoration: none;
}

.item small {
	font-size:12px;
	color:#b1b1b1;
	display:block;
	text-align: left;
	margin-right: 90px;
}

.item p {
	text-align: right;
}

.item small a {
	color:#a6bf19;
}

.about {
	line-height:18px;
}

.about span {
	color:blue;

}

.about li {
	font-size:12px;
	font-weight: normal;
	margin:0 0 0 15px;
	list-style-type: circle;
}

.about a {
	color: #a6bf19;
}

/* Country Menu */
#country-menu {
	height:68px;
}

#country-menu a, #country-menu span {
	padding:5px;
	border:1px solid #eee;
	font-size:12px;
	display:block;
	float:left;
	margin:2px;
}

#country-menu a
{
	color:black;
	background:#e6e6b3;
}

/* Sidebar */
#sidebar {
	margin-left:500px;
	background:#efefd3;
}

#nav {
	background: #656953;
	height:15px;
}

.nav-item .top {
	background: #5d604d;
	width:80px;
	height:15px;
	display:block;
}

.nav-item {
	width:80px;
	height:45px;
	margin:0 10px;
	text-align: center;
	float:left;
}

.nav-item a {
	background: #c8c898;
	padding-top:8px;
	height:22px;
	width:80px;
	font-size: 12px;
	display:block;
	color:white;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

}

#sub-nav {
	margin-top:50px;
}

#sub-nav a, #collections a {
	display: block;
	padding:10px 0 10px 20px;
	margin:4px 0;
	background: #dcdca0;
	color:#000;
	font-size:14px; 
	text-decoration: none;
}

#search {
	margin-top:20px;
}

#translate {
	margin-top:10px;
}

#search h3, #translate h3, #followme h3 {
	font-size:14px; 
	padding:10px 0 10px 20px;
	margin-bottom:10px;
	font-weight: normal;
	background: #dcdca0;
}

#followme div {
	margin-left:  20px;
}

#search .text {
	padding:5px;
	margin: 0 0 10px 20px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Item */
.text {
	margin-left:140px;
	line-height: 16px;
}

#images h2 {
	font-weight: bold;
	margin:10px 0;
}

.clear { 
	clear:both;
	display: block;
}

.items {
	clear:both;
	height:auto;
}

/* Footer */
footer {
	clear:both;
	background: #747761;
	padding:8px;
	font-size:12px;
	color:white;
}

footer a {
	color: #a6bf19;
}

.clear {
	clear: both;
}

div.cart input[type=text] {
	width: 20px;
}

div.cart th {
	font-weight: bold;
	min-width: 85px;
	padding-bottom: 5px;
}

div.cart th.first {
	min-width: 50px;
}

div.cart table {
	margin: 2px;
}

div.cart td.right {
	text-align: right;
}

a.cc_checkout {
    text-decoration: none;  
    border: 1px solid #eeeeee;
	background: url(../images/add_to_cart.png) no-repeat 3px center;
	padding: 5px 3px 5px 32px;
	color: black;
	background-size: 23px 23px;
}

a.cc_checkout:hover {
	color: #F1BD0C;
}

a.pcgs-logo img {
	border: 5px white solid;
	border-bottom: 3px white solid;
	border-right: 3px white solid;
}
