@charset "utf-8";

/*--- Override Cart Fonts ---*/
.categories,
.categories:hover,
.horznavbar,
.horznavbar:hover,
.thumbnail,
.thumbnail:hover,
.navbar,
.navbar:hover,
.price,
.listprice,
.producttext,
.Subtitle2,
.shoppingcart,
.shoppingcart:hover,
.sitemessage,
.sitenews,
.sitewidelinks,
.sitewidelinks:hover,
.sitewide,
.sitewide:hover,
.sitewidefonts,
body,
font.Subtitle,
.checkouttext,
.checkoutheader,
.checkoutnote,
.checkoutcustomtext,
.loginheadertext,
.checkoutnavpaststep,
.checkoutnavpaststep a,
.checkoutnavcurrentstep,
.checkoutnavcurrentstep a,
.checkoutnavfuturestep,
.checkoutnavfuturestep a,
.checkoutsubheader,
.checkoutreviewheadertext,
.checkoutreviewtext,
.cartdetailtableheadertext,
.cartdetailtableheadertext a,
.cartdetailtableheadertext a:hover,
.cartdetailheader,
.cartdetailtext,
.checkoutattentiontext,
.myacctmainmenutext,
.myacctmainmenutext a,
.myacctheader,
.myaccttext,
.myacctattentiontext,
.myacctsectionheadertext,
.myacctsectiontext,
.myacctsectiontext a,
.myacctsectiontext a:hover,
.sitewideinput,
body.printbody,
.printtext,
.printheader,
.storeButtons,
table.productreviews th,
table.productreviews td,
.productreviewalias,
table.productreviewsinner td.prodreviewsattention,
table.productreviews td.productreviewtitle,
table.productreviewsinner td,
table.productreviewsinner
td.prodreviewsubheader,
table.productreviews td.productreviewdate {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*--- Custom Styles ---*/
body {
	margin: 0;
	padding: 0;
	background: #00529b url(themes/playingcardsandmore/body.jpg) repeat-x center top;
	}

/*--- Page Text Styles ---*/
.centercontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.centercontent .sitemessage h1,
.centercontent .sitemessage h2,
.centercontent .sitemessage h3,
.centercontent .sitemessage h4,
.centercontent .sitemessage h5,
.centercontent .sitemessage h6 {
	text-align: center;
	}
.centercontent h1,
.centercontent h2,
.centercontent h3,
.centercontent h4,
.centercontent h5,
.centercontent h6 {
	color: #003b75;
	font-weight: bold;
	text-align: left;
	}
.centercontent h1 {
	font-size: 18px;
	}
.centercontent h2 {
	font-size: 16px;
	}
.centercontent h3 {
	font-size: 14px;
	}
.centercontent h4, .centercontent h5, .centercontent h6 {
	font-size: 12px;
	}
.centercontent p {
	font-size: 12px;
	color: #111111;
	font-weight: normal;
	}
.centercontent a {
	color: #003b75;
	}
.centercontent a:hover {
	color: #0081ff;
	}
.centercontent strong {
	color: #003b75;
	font-weight: bold;
	}
.centercontent img {
	display: block;
	outline: none;
	}

/*--- Header Styling ---*/
#header {
	position: relative;
	width: 780px;
	height: 163px;
	background: #00529b url(../themes/playingcardsandmore/header.jpg) no-repeat center top;
	}
#logo {
	position: absolute;
	}
#search {
	position: absolute;
	top: 79px;
	right: 20px;
	width: 350px;
	height: 25px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #b2000a;
	}
#search .field {
	width: 145px;
	height: 20px;
	}
#searchbtn {
	position: relative;
	top: 6px;
	width: 55px;
	height: 25px;
	border: none;
	outline: none;
	background: #fff url(themes/playingcardsandmore/btn_search.jpg) no-repeat center top;
	}
#nav {
	position: absolute;
	right: 20px;
	top: 116px;
	height: 39px;
	background: transparent url(themes/playingcardsandmore/nav.jpg) repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: right;
	font-size: 0;
	}
#nav img {
	display: inline;
	position: relative;
	}
#nav p {
	display: inline;
	position: relative;
	bottom: 16px;
	padding: 10px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	}
#nav a {
	position: relative;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: none;
	outline: none;
	}
#nav a:hover {
	color: #fff;
	}

/*--- Column Styling ---*/
#leftcol {
	float: left;
	border-left: #00315c solid 5px;
	}
#rightcol {
	float: right;
	border-right: #00315c solid 5px;
	}
#leftcol, #rightcol {
	width: 155px;
	background: #d6d6d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
#leftcol p, #rightcol p {	
	width: 145px;
	background: #fff;
	margin: 0 5px;
	padding: 0;
	font-size: 11px;
	}
#leftcol a, #rightcol a {
	display: block;
	}
#leftcol p a, #rightcol p a {
	width: 125px;
	_width: 145px;
	background: #fff;
	margin: 0;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003b75;
	text-decoration: none;
	}
#leftcol a:hover, #rightcol a:hover {
	color: #0081ff;
	text-decoration: underline;
	}
#leftcol img, #rightcol img {
	display: block;
	}

/*--- Table Styles ---*/
td.divider {
	height: 4px;
	}
td.header {
	height: 38px;
	}

/*--- Custom Shopping Cart Display ---*/
#shoppingcart {
	position: relative;
	width: 135px;
	overflow: visible;
	}
#rightcol #shoppingcart p {
	text-align: center;
	background: transparent;
	}
#rightcol #shoppingcart p a {
	background: transparent;
	}
#rightcol #shoppingcart form p a {
	text-align: right
	}
#rightcol #shoppingcart form p a img {
	text-align: left;
	position: relative;
	top: 12px;
	}
#rightcol #shoppingcart p input {
	background: transparent;
	margin: 5px 0 0;
	}
#rightcol #shoppingcart font.shoppingcart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
#rightcol #shoppingcart a.shoppingcart u,
#rightcol #shoppingcart a.shoppingcart u font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#00315C;
	background: transparent;
	}
#rightcol #shoppingcart a.shoppingcart:hover u,
#rightcol #shoppingcart a.shoppingcart:hover u font {
	font-size: 9px;
	color: #0081FF;
	background: transparent;
	}
#shoppingcart td {
	background: #d6d6d6 url(themes/playingcardsandmore/box.jpg) repeat-y left top;
	}
#rightcol #shoppingcart td.shoppingcartbg {
	padding-top: 5px
	}
#rightcol #shoppingcart font a.shoppingcart {
	display: inline;
	text-align: right;
	}
#rightcol #shoppingcart a.shoppingcart img {
	display: inline;
	position: absolute;
	left: 15px;
	margin-top: 3px;
	}

/*--- Mailing List Display ---*/
#mailinglist p {
	text-align: center;
	line-height: 20px;
	width: 145px;
	}
#mailinglist form {
	display: table;
	width: 135px;
	background: #fff;
	margin: 0 5px;
	padding: 0 5px;
	}
#mailinglist .field {
	width: 125px;
	_width: 115px;
	height: 20px;
	}
#submit {
	float: right;
	width: 55px;
	height: 25px;
	border: none;
	outline: none;
	background: #fff url(themes/playingcardsandmore/btn_submit.jpg) no-repeat center top;
	}

/*--- Footer Styling ---*/
#footer {
	position: relative;
	width: 780px;
	background: #00529b url(themes/playingcardsandmore/footer.jpg) repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#footer p {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	}
#footer table {
	padding: 5px 0 10px;
	background: transparent url(themes/playingcardsandmore/footer_bottom.jpg) no-repeat center bottom;
	}
#footer a {
	color: #eee;
	font-weight: bold;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	}