/* @group General */

* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	background: #2e2e2e url(../images/body_bg.gif) center repeat-y;
	font: 11pt/16pt Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #FFF;
}

#content {
	width: 960px;
	background: #efefef;
	float: left;
	overflow: hidden;
}



/* @end */

/* @group Header */

#header {
	float: left;
	width: 960px;
	height: 100px;
	background: url(../images/header_bg_vintage.gif) repeat-x;
	font: 10pt/14pt Helvetica, Arial, sans-serif;
}

#header a.logo {
	float: left;
	display: block;
	width: 182px;
	height: 84px;
	margin-top: 5px;
	margin-left: 10px;
}
/**/
/*#ecommerce_links {*/
/*	float: right;*/
/*	width: 365px;*/
/*	height: 32px;*/
/*	background: url(../images/ecommercelinks_bg_vintage.gif) no-repeat;*/
/*}*/
/**/
/*#ecommerce_links ul {*/
/*	list-style: none;*/
/*	width: 335px;*/
/*	height: 32px;*/
/*	margin: 5px 0 0 45px;*/
/*}*/
/**/
/*#ecommerce_links ul li {*/
/*	float: left;*/
/*	width: 65px;*/
/*	margin-left: 15px;*/
/*}*/
/**/
/*#ecommerce_links ul li a {*/
/*	color: #FFF;*/
/*	text-decoration: none;*/
/*	font-weight: bold;*/
/*	font-size: 8.5pt;*/
/*}*/
/**/
/*#ecommerce_links ul li a:hover {*/
/*	text-decoration: underline;*/
/*}*/
/**/
/*#ecommerce_links #register {*/
/*	padding-left: 3px;*/
/*}*/
/*#ecommerce_links #account {*/
/*	margin-left: 7px;*/
/*}*/
/*#ecommerce_links #help {*/
/*	margin-left: 35px;*/
/*}*/

/* @group Search */

#search {
	float: right;
	clear: both;
	width: 425px;
	height: 35px;
	margin-top: -88px;
	margin-left: 10px;
	font-weight: bold;
	color: #FFF;
}

#search label {
	float: left;
	padding-top: 12px;
	padding-right: 10px;
}

#search input[type="text"] {
	border: 1px solid #000;
	height: 20px;
	margin-top: 10px;
	float: left;
}

#search input[type="image"] {
	padding-top: 7px;
	margin-right: 30px;
	float: right;
}



/* @end */

/* @group Navigation */

#navigation {
	float: right;
	width: 784px;
	height: 33px;
	margin-top: -22px;
	background: url(../images/nav_bg_vintage.gif) no-repeat;
}

#navigation ul {
	list-style: none;
	width: 784px;
	height: 33px;
	margin: 11px 0px;
}

#navigation ul li {
	float: left;
	width: auto;
	height: 30px;

	text-align: center;
	display: block;
}

#navigation ul li a {
	color: #FFF;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	
	margin-top: -8px;
	margin-left: 30px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
}

#navigation ul li a:hover {
	background: url(../images/horizontal_nav_hover_vintage.gif) repeat-x;
	display: block;
	margin-top: -8px;
	height: 30px;
}


/* @end */


/* @end */

/* @group Left Column */

#left_col #vertical_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 183px;
	/* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	font: bold 11pt/12pt Helvetica, Arial, sans-serif;
}

#left_col #vertical_navigation ul li {
	position: relative;
	background: #efefef url(../images/vert_nav_li_bg.gif) no-repeat 3px 0;
}

#left_col #vertical_navigation li ul {
	position: absolute;
	left: 183px;
	/* Set 1px less than menu width */
	top: 0;
	display: none;
}

#left_col #vertical_navigation ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
	background: url(../images/nav_arrow_vintage.gif) no-repeat 160px 8px;
	/* IE6 Bug */
	padding-top: 5px;
	padding-left: 12px;
	/*border: 1px solid #ccc; /* IE6 Bug */*/
	border-bottom: 0;
	height: 20px;
}

#left_col #vertical_navigation ul li a:hover {
	background: #5e7786 url(../images/nav_arrow_hover.gif) no-repeat 160px 8px;
	color: #FFF;
}

#left_col #vertical_navigation ul#nav li ul {
	border-top: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}

#left_col #vertical_navigation ul#nav li ul li a {
	background: #5e7786 url(../images/flyout_bg.gif) no-repeat left;
	color: #FFF;
	font-size: 9pt;
	border-bottom: 1px dotted #eee;
}

#left_col #vertical_navigation ul#nav li ul li a:hover {
	background: #FFF;
	color: #e28707;
	border-left: 3px solid #10232f;
}

#left_col {
	float: left;
	width: 180px;
	background: #efefef;
}
#left_col p{
	padding: 5px;
	font-size: 12px;
	line-height: 14px;
}
#left_col img{
	display: block;
	margin: 5px auto;
}
#left_col form {
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
}

#left_col input {
	margin: 5px 0px;
	padding: 2px;
}

#side_key_input {
	outline: solid 1px #333;
}


/* @group Vertical Nav */

/* Ze magic */
#left_col #vertical_navigation li:hover ul, li.over ul {
	display: block;
}

/* Hack. IE Requirement \*/

* html ul li {
	float: left;
	height: 1%;
}

* html ul li a {
	height: 1%;
}

.home {
	background: #e28707 !important;
	color: #FFF !important;
	width: 173px;
}

#account_links {
	float: left;
	margin: 25px 0 0 5px;
	width: 170px;
	height: 110px;
	background: url(../images/account_box.gif) no-repeat;
}

#account_links ul li a {
	font: bold 10pt/14pt Helvectica, Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#account_links ul li {
	height: 25px;
	width: 100%;
	padding-left: 25px;
}

#account_links ul {
	margin: 20px 0 0 10px;
	list-style: none;
}

#account_links ul li a:hover {
	text-decoration: underline;
}

#my_account {
	width: 18px;
	height: 18px;
	background: url(../images/my_account.gif) no-repeat;
}

#shopping_cart {
	width: 18px;
	height: 18px;
	background: url(../images/shopping_cart.gif) 0 3px no-repeat;
}

#track_order {
	width: 22px;
	height: 22px;
	background: url(../images/track_order.gif) no-repeat;
}



/* @end */



/* @end */

/* @group Center Column */

#center_col {
	float: left;
	width: 600px;
	padding: 0px 0px;
	margin-bottom: 30px;
	background: #FFF url(../images/center_col_bg.gif) repeat-y;
	min-height: 400px;
	z-index: 5;
	border-bottom: 1px solid #ddd; 
}



/* @end */

/* @group Right Column */

/* @group Newsletter */

#newsletter h3, #blog h3 {
	font-size: 11pt;
	margin-bottom: 15px;
	margin-left: 13px;
}

#newsletter input[type="text"], #newsletter input[type="password"] {
	width: 150px;
	height: 17px;
	border: 1px solid #dcdcdc;
}

#newsletter input[type="image"] {
	margin: 15px 0 0 15px;
}

#newsletter, #blog {
	float: left;
	width: 180px;
	min-height: 172px;
	padding: 13px 0 0 12px;
	background:;
	color: #000;
}



/* @end */

/* @group Date */

#date {
	float: left;
	width: 172px;
	padding-top: 10px;
	text-align: center;
	font: bold 9pt "Palatino", Georgia, serif;
}



/* @end */

#right_col {
	float: right;
	width: 180px;
	background: #efefef;
}

#right_col label {
	font-size: 9pt;
}



/* @end */

/* @group Blog */

#blog {
	margin-top: 20px;
	font-size: 9pt;
}

#blog ul {
	margin-left: 13px;
}

#blog ul li {
	height: 30px;
}

#blog ul li a {
	color: #FFF;
	text-decoration: none;
}

#blog ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}



/* @end */

/* @group Myspace */

#myspace {
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 176px;
	height: 69px;
	background: url(../images/myspace.gif) no-repeat;
}

#myspace a {
	display: block;
	width: 176px;
	height: 69px;
}



/* @end */

/* @group Footer */

#footer {
	float: left;
	width: 960px;
	height: 49px;
	background: url(../images/footer_vintage.gif);
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	font: 9pt/12pt Helvetica, Arial, sans-serif;
}

.footer_links1 {
	float: left;
	width: 316px;
	height: 113px;
	background: #FFF url(../images/footer_links_bg.gif);
	border-right: 1px solid #707070;
	color: #333333;
	font-size: 9pt;
}

.footer_links1 a:hover {
	text-decoration: underline;
	color: #bf0000;
	font-weight: bold;
}

.footer_links1 a {
	color: #2b343a;
	text-decoration: none;
}

.footer_links1 ul {
	margin-left: 70px;
	margin-top: 20px;
}

#payment_methods {
	float: left;
	width: 325px;
	height: 113px;
	border-right: 1px solid #707070;
	background: url(../images/payment_seal.gif) no-repeat;
}



/* @end */

/* ebay store */
#ebay_store {
	width: 580px;
	margin: 20px auto;
	font-size: 12px;
}
.pagination {

	min-width: 200px;
	margin: 5px auto;
	overflow:auto
}
.pagination a, .pagination span{
	border: solid 1px #999;
	text-align: center;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
.pagination a:hover, .pagination span {
	color: #fff;
	background-color: #e28707;
	border: solid 1px #e28707;
}



#products tr{
	outline: solid 1px #ddd;
}

#products tr td{
	padding: 5px;
}

#search_links {
	width: 580px;
	margin: 20px auto;
}

#search_links ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#search_links ul li{
	float: left;
	width: 170px;
	text-align: center;
	margin: 5px 5px 0px 5px;
	padding: 0px;
	
}
#search_links ul li a{
	color: #fff;
	background-color: #e28707;
	display: block;
	margin:0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font-weight: bold;
}

#search_links ul li a:hover{
	display: block;
	margin:0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background-color: #ddd;
}

/**/