/* CSS  */
/* ---------------------------------------------------------------------------------------------------*/
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, b, u, i, center, 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;  /*list-style:none;*/}
a, a:link, a:visited, a:active{
	font-size:11px;
	color: #faf8f8;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}
a:hover {
font-size:11px;
	color: #decbd0;
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight:normal;
	text-transform: none;
	color: #e6e6e6;
}
h2{
	font-family:, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #3a3a3a;
	line-height: 18px;
	text-transform: none;
	font-family: "Times New Roman", Times, serif;
}
h3,h3.pewter_faq{
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight:normal;
	text-transform: none;
	color: #e6e6e6;
}
h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-transform: none;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660822;
	text-decoration: none;
}
h6{
	font-family:, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #3a3a3a;
	line-height: 18px;
	text-transform: none;
	font-family: "Times New Roman", Times, serif;
}

html, body {height:100%; margin:0; padding:0;}


body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:1.5em;
	text-align:center;
	background-color: #5c5858;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/img/home/bg.jpg);
	color: #faf8f8;
	background-attachment: fixed;
}

.black{color:#000;}
#faq .white{color:#fff;}
#faq .white a{text-decoration:underline;color:#fff;font-weight:bold;}
#faq .white a:hover{text-decoration:none;color:#fff;font-weight:bold;}

/*---HOME PAGE---------------------------------------------------------------------------------------------------------------------------------------------------*/
#container{min-height:100%;height:auto;
width:963px;
margin:0 auto;
text-align:left;
background-image: url(/img/home/page_bg.jpg);
background-repeat: repeat-y;
background-position: center top;
}

#page_base{
 height:auto;min-height:869px;
 width:963px;
 margin:0 auto;
 text-align:left;
 background-image: url(/img/home/p_bg.jpg);
 background-position: center top;
 background-repeat: no-repeat;
}

#shopping_cart{
	/* Original */
	width:210px;
	height:27px;
	text-align:left;
	
	padding-right:3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-image: url(/img/home/shopping_cart.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		
	/*NEW - 
	width:107px;
	height:41px;
	text-align:left;	
	padding-right:3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	background-image: url(/img/home/b_shopping.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
#shopping_cart div{float:left;}
#ic{padding-left:8px;padding-top:5px;}
#item{padding-left:6px;padding-top:5px;}
#item strong{color: #660822;}
#item strong:hover{color: #000;}
#circle{padding-left:55px;padding-top:6px;}

#wrapper{min-height:100%;height:auto;height:100%;
width:963px;
margin:0 auto;
text-align:left;
background-image: url(/img/home/page_bg.jpg);
background-repeat: repeat-y;
background-position: center top;
}
*html #wrapper{height:100%;margin-top:0px;}
*:first-child+html #wrapper{margin-top:0px;height:100%;height:auto;}

#header{width:963px;height:112px;margin:0 auto;}
#header ul li{margin:0;padding:0;}
#header li{display:inline;float:left;}
 #search{
	margin:0;
	padding:0;
	width:343px;
	height:112px;
	background-image:url(/img/home/search.jpg);text-align:left;
	background-repeat: no-repeat;
}
#search p{margin-top:6px;margin-left:6px;}
#search table{margin-top:23px;margin-left:27px;}
#search #but{margin-left:4px;}
#search input{
	width:171px;
	padding-top:4px;
	padding-left:3px;
	height:19px;
	background-image: url(/img/home/search_bg.jpg);
	background-repeat: no-repeat;
	border:0;
	background-position: center top;
	font-size: 11px;
	color: #666;
}

*html #search  input{
	background-attachment: fixed;
	background-repeat: no-repeat;
}
*:first-child+html #search  input{
	background-position:100% 100%
}
#menu ul{clear:both;}
*html #menu ul{margin-top:-2px;}
@-moz-document url-prefix() {#menu ul {position:relative;top:-4px;}} 
#menu ul li {margin:0 ;padding:0;}
#menu li{float:left;display:inline;}
#page_base{margin:0;padding:0;}
*html #page_base{position:relative;top:-2px;}
#page_base #left,#right{float:left;}
*:first-child+html #page_base #left{position:relative;top:-2px;}
*:first-child+html #page_base #right{position:relative;top:-2px;}
@-moz-document url-prefix() {#page_base #right{position:relative;top:-10px;}}
@-moz-document url-prefix() {#page_base #left{position:relative;top:-10px;}} 
#page_base #left{height:869px;height:auto;
	width:213px;

}
#page_base #right{
	width:750px;
	height:869px;height:auto;

	
}
@-moz-document url-prefix() {#payments{position:relative;top:-10px;}} 
#payments{margin:0 auto;width:963px;
	
background-image:; 	background-image: url(/img/home/page_bg.jpg);
	
}
#payments ul{padding-left:264px;text-align:center;}
#payments ul li{display:inline;padding-right:6px;}
#payments #links {text-align:center;
	padding-left:264px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
}
#payments #links a{font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;}
	#payments #links a:hover{font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;}
	@-moz-document url-prefix() {#footer{position:relative;top:0px/*was: "-10px"*/;}} 
#footer{margin:0 auto;clear:both;
	width:963px;
	
	height:28px;
	background-image: url(/img/home/footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #faf8f8;
}
#footer ul {text-align:left;padding-left:11px;}
#footer li{display:inline;}
#footer li #copyright{
	padding-left:360px;
	text-transform: uppercase;
}

#footer div{
	padding-top:5px;
	text-align:center;
	/*text-transform: uppercase;*/
}

/*payments*/
#payments{clear:both;}
/*left menu-------------------------------------------------------------------------------------------------------------------------------------------------------*/
#c1{float:left;}


#left_menu_frame{
	width:213px;
	
	margin-bottom:5px;

	/*background-repeat: no-repeat;*/
	background-attachment:scroll;
}

#left_menu_frame div{margin-left:0;}
.b1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-image: url(/img/home/pewter_pedia_but.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:213px;
	height:32px;padding:0;
	
}
.b1 a,.b1 a:link,.b1 a:active,.b1 a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}


.b1 a:hover{font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5a5858;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;}

.b1 #left_menu1 {padding:0;margin:0;}

#img_pos:hover {cursor:pointer}

/*------------------------------------------------------------------------*/
.b2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-image: url(/img/home/pewter_store_but.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:213px;
	height:32px;padding:0;
	
}
.b2 a,.b2 a:link,.b2 a:active,.b2 a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}


.b2 a:hover{font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;}


/*-------------------------------------------------------------------------*/





/*----------------------------------------------------------------------*/
.b2 #but_click2{padding-top:5px;}
.b2 #img_pos2{padding:0;}
#but_click2,#img_pos2{margin:0;padding:0;float:left;}
#img_pos2{padding-left:5px;padding-top:4px;}
#but_click2{padding-left:5px;padding-top:10px;}
*:first-child+html .left_menu_div1 ul li {padding-left:15px;padding-top:2px;}
*:first-child+html .left_menu_div1 ul {padding-left:5px;}
*html .left_menu_div1  li{
	margin:0;line-height:12px;
	margin:0;
	height:20px;
	background-image:none;
	background-repeat: no-repeat;
}
*html .left_menu_div1 ul  {padding-left:5px;}
.left_menu_div1 ul {padding-left:7px;}
.left_menu_div1 ul li {padding-left:15px;line-height:15px;}

/*-------------------------------------------------------------------*/




/*----------------------------------------------------------------------*/
*:first-child+html .left_menu_div1 .b2 ul li {padding-left:15px;padding-top:2px;}
*:first-child+html .left_menu_div1 .b2  ul {padding-left:5px;}
*html .left_menu_div1 .b2   li{
	margin:0;line-height:12px;
	margin:0;
	height:20px;
	background-image:none;
	background-repeat: no-repeat;
}
*html .left_menu_div1 .b2  ul  {padding-left:5px;}
.left_menu_div1 .b2  ul  {padding-left:1px;}
.left_menu_div1 .b2  ul  li {padding-left:15px;line-height:15px;}

/*-------------------------------------------------------------------*/




.left_menu_div1 ul li a {
	font-size:11px;
	color: #b0aeae;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
.left_menu_div1 li a:hover {
	font-size:11px;
	color: #ccc;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	
}


	
 .line{clear:both;}
*:first-child+html .left_menu_div1  li{
	padding:0;line-height:11px;margin-bottom:3px;
	margin:0;
	height:18px;
	background-image:url(/img/home/li_bg.gif);
	background-repeat: no-repeat;
}

.left_menu_div1  li{
	padding:0;
	margin:0;
	height:20px;
	background-image:url(/img/home/li_bg.gif);
	background-repeat: no-repeat;
}

#but_click,#img_pos{margin:0;padding:0;float:left;}
#img_pos{padding-left:5px;padding-top:4px;}
#but_click{padding-left:7px;padding-top:10px;}

#pewter_pedia{
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	width:213px;
	height:31px;
	background-image: url(/img/home/pewter_pedia.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: 0.8px;
}

#pewter_pedia div, #pewter_pedia div a, #pewter_pedia div a:hover
{
	padding-top:6px;
	margin-left:0;	
}

#pewter_pedia div a, #pewter_pedia div a:hover
{
	font-size: 16px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.8px;
}

#pewter_store{
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	width:213px;
	height:31px;
	background-image: url(/img/home/pewter_store.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: 0.8px;
}
#pewter_store div,#pewter_store div a, #pewter_store div a:hover{padding-top:5px;}

#pewter_store div a, #pewter_store div a:hover
{
	text-align:center;	
	font-size: 16px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 0.8px;
}


#signup{clear:both;margin-left:3px;
	width:210px;
	height:84px;
	background-image: url(/img/home/newsletter_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;margin-bottom:5px;
}

#signup input{
	width:129px;
	padding-top:4px;
	padding-left:3px;
	height:17px;
	background-image: url(/img/home/signup_inp_bg.jpg);
	background-repeat: no-repeat;
	border:0;
	background-position: center top;
	font-size: 11px;
	color: #666;
}
#signup table{padding-top:35px;padding-left:15px;}
*html #signup table{margin-top:36px;margin-left:15px;}
*:first-child+html #signup table{margin-top:36px;margin-left:15px;} 

#signup #but2 {margin-left:5px;padding-top:2px;}
*html #signup input{
	background-attachment: fixed;
	background-repeat: no-repeat;
}
*:first-child+html #signup input{
	background-position:100% 100%
}

#page_content{margin-left:53px;margin-top:28px;padding-right:26px;}
#chat_banner{text-align:center;margin-bottom:5px;}

/**/
#poll{
	margin-bottom:5px;
	width:198;
	height:178px;
	background-image: url(/img/home/vote_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}



#poll div{padding-top:5px;padding-left:15px;}
#poll .grey{
	color: #444343;
}
.grey_bold{text-align:center;
	color:#a9aaa9;
	line-height:14px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#poll #vote{margin-left:128px;margin-top:9px;}
#poll input{margin-top:-1px;}
@-moz-document url-prefix() {#poll input{margin-top:1px;}}
/**/
/*cloud tags*/
#cloud_tag{width:189px;margin-top:12px;margin-left:5px;text-align:center;}
#italic10 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #34030c;
	text-decoration: none;
}
#italic10 a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #244f73;
	text-decoration: underline;
}
#verdana_bold10 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #a19a9a;
	text-decoration: none;
	font-weight: bold;
}
#verdana_bold10 a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999;
	text-decoration: underline;
	font-weight: bold;
}
#verdana14 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #fff;
	text-decoration: none;
}
#verdana14 a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #363636;
	text-decoration: underline;
}
#verdana_black14 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#verdana_black14 a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#verdana_normal15 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #ccc;
	text-decoration: none;
}
#verdana_normal15 a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #c8b5b5;
	text-decoration: underline;
}
#verdana_blue14 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #660822;
	text-decoration: none;
}
#verdana_blue14 a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #666;
	text-decoration: underline;
}
/*testimonials*/
#testimonials{
	width:600px;
	height:146px;
	background-image: url(/img/home/bg_window.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #545353;
	text-decoration: none;
}
#testimonials2{
	width:600px;
	height:146px;
	background-image: none;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #545353;
	text-decoration: none;
}
#testimonials2 #test_wrap{padding-top:12px;padding-left:14px;}
#testimonials #test_wrap{padding-top:12px;padding-left:14px;}
#test_1,#test_2{float:left;}
#test_1{width:51px;margin-right:8px;}
#test_2{width:600px;}
#central_banners{height:154px;}
#central_banners div{float:left;margin-top:17px;}

#central_banners #right_margin{margin-right:15px;}
.simple_txt{width:600px;}
.simple_txt2{width:600px;padding-left:10px;}
#main_banners ul {margin-top:19px;}
#main_banners ul li{display:inline;}
/*------------------------------------------------------------*/




/*------------------------------------------------------------------------------------------------------------------------------------------------------HOME PAGE*/


/*---ABOUT---------------------------------------------------------------------------------------------------------------------------------------------------*/
#about_p ul li{display:inline;margin-top:48px;}
#about_p li{margin-right:36px;margin-top:48px;}
/*------------------------------------------------------------------------------------------------------------------------------------------------------ABOUT*/


/*---PEWTER---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------PEWTER*/


/*---CHECKOUT---------------------------------------------------------------------------------------------------------------------------------------------------*/
	/*checkout bg*/
	.checkout input{width:174px;height:14px;font-size: 11px;
	color: #666;line-height:14px;}
	.checkout select{font-size: 11px;
	color: #660822;}
	.base3{
	width:696px;
	height:194px;
	background-image: url(/img/area/base2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:auto;
	min-height:100%;
}
	.back_vertical3{
	width:696px;
	background-image: url(/img/area/bg2.gif);
	background-repeat: repeat-y;
	height:auto;
	min-height:100%;
	background-position: center top;}
	.checkout_heading{
	width:555px;
	height:25px;
	background-image: url(/img/checkout/checkout_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;text-align:left;
}
.checkout_heading div{padding-left:7px;padding-top:5px; }
	/*checkout bg------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------CHECKOUT*/


/*---CONTACT---------------------------------------------------------------------------------------------------------------------------------------------------*/
#contact_us{color:#fff;margin-left:30px;}

#contact_us input{border:0;	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545353;
	width:184px;
	height:20px;
	background-image: url(/img/home/input.jpg);
	background-repeat: no-repeat;
}
#contact_us textarea{font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545353;
	width:317px;
	height:134px;
	background-image: url(/img/home/textarea.jpg);
	background-repeat: no-repeat;overflow:hidden;border:0;}
/*------------------------------------------------------------------------------------------------------------------------------------------------------CONTACT*/


/*---SHOPPING---------------------------------------------------------------------------------------------------------------------------------------------------*/
#shopping{margin-left:5px;}
#shopping_cart_area{width:696px; height:327px;
	background-image: url(/img/shopping/shopping_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.simple_text3{padding-top:8px;padding-left:60px;text-align:left; }
.simple_text3 input{
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}

	.simple_text3 a{
	font-size:11px;
	color:#990000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
}
.simple_text3 a:hover {
font-size:11px;
color:#000;
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;line-height: 15px;
}

.red_link13 a , .navigation_bar_first a, .navigation_bar_middle a, .navigation_bar_last a{
	font-size: 13px;
	font-weight: bold;
}

.red_link13 a:hover, .navigation_bar_first a:hover, .navigation_bar_last a:hover{
	font-size: 13px;
	font-weight: bold;
}
.grey12 a, .navigation_bar_middle a{
	color: #444343;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------SHOPPING*/


/*---PEWTER PEDIA---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------PEWTER PEDIA*/


/*---PEWTER STORE---------------------------------------------------------------------------------------------------------------------------------------------------*/
#store {margin-left:30px;width:587px;}
.hot{
	margin-top:12px;padding-top:12px;
	text-align:center;
	float:left;
	width:179px;
	height:200px;
	background-image: url(/img/pewter_store/item_bg.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #fff;
}
.hot span{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #c8c6c6;
}
.hot_ban{
	position:relative;
	right:-63px;
	top:-175px;
	
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------PEWTER STORE*/

/*---TESTIMONIALS---------------------------------------------------------------------------------------------------------------------------------------------------*/
.name{float:left;}
.data{float:left;}
/*------------------------------------------------------------------------------------------------------------------------------------------------------TESTIMONIALS*/

/*---FAQ---------------------------------------------------------------------------------------------------------------------------------------------------*/
#faq{margin-left:30px;width:587px;}
#faq a{color:#000;}
/*------------------------------------------------------------------------------------------------------------------------------------------------------FAQ*/

/*---CATEGORY ITEM---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------CATEGORY ITEM*/


/*PEWTER_----------------------------------------------------------------------------------------------------------------------------------------------------------*/
#store2 {margin-left:30px;width:630px;}
#store2 .retail{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
#store2 .sale{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
}
#store2 .wholesale{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #8c8c8c;
}
#store2 .buts{margin-top:5px;}
.item{margin-right:15px;
	margin-top:12px;
	padding-top:12px;
	text-align:center;
	float:left;
	width:179px;
	height:281px;
	background-image: url(/img/pewter/pewter_item_bg.gif);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #fff;
}
.item span{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #c8c6c6;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*-------------CATEGORY-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.category_item_bg{
	width:289px;
	height:357px;
	background-image: url(/img/category/item_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.category_item_bg img{padding-left:17px;padding-top:15px;}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/