/* Css 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,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; font-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ mpk-content:''; mpk-content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }

/* General Styles */
.skiplink{ display:none; }
label{ cursor:pointer; }
a,a:visited{ color:#00f; text-decoration:none; }
a:focus,a:hover{ text-decoration:underline; }
body{ background:url(../styleImages/slice-images/bgr_body.png) no-repeat top center #000; color:#000; font:10px Verdana, Geneva, sans-serif; }
#wrapper{ margin:0 auto; width:1000px; }
/*header*/
#header{
	width:100%;
	overflow:hidden;
	height:128px;
}
#logo{
	width:506px;
	float:left;
	height:77px;
	display:block;
	cursor:pointer;
	text-indent:-9999em;
	background:url(../styleImages/slice-images/logo.png) no-repeat;
}
#top-mpk-menu{
	float:right;
	height:51px;
	overflow:hidden;
}
#top-mpk-menu .left{
	float:left;
	background:url(../styleImages/slice-images/bgr_menu_left.png) no-repeat;
	width:23px;
	height:39px;
}
#top-mpk-menu .body{
	float:left;
	background:url(../styleImages/slice-images/bgr_menu_body.png) repeat-x;
	height:39px;
}
#top-mpk-menu ul{ margin:12px 0 0; }
#top-mpk-menu ul li{
	display:inline;
	border-right:1px solid #ba0000;
	font-weight:bold;
	padding:6px 10px 7px 5px;
}
#top-mpk-menu ul li.last{
	border-right:none;
	padding:6px 0 7px 5px;
}
#top-mpk-menu ul li a{ color:#FFF; }
#top-mpk-menu .right{
	float:left;
	background:url(../styleImages/slice-images/bgr_menu_right.png) no-repeat;
	width:36px;
	height:39px;
}
/*banner*/
#banner{
	width:980px;
	padding:10px 10px 4px;
	background:#FFF;
	margin:0 0 11px;
}
/*body*/
#body{
	width:980px;
	padding:10px 10px 0;
	margin:0 0 8px;
	background:#FFF;
	overflow:hidden;
}
#body .left-sidebar{
	float:left;
	width:180px;
}
#body .left-sidebar .sidebar-box{
	width:180px;
	margin:0 0 10px;
}
#body .left-sidebar .sidebar-box .title{
	height:30px;
	width:170px;
	padding:0 0 0 10px;
	background:#000;
	position:relative;
	color:#FFF;
	font:12px/30px 'Century Gothic',verdana,arial,helvetica,sans-serif;
}
#body .left-sidebar .sidebar-box .title span{ color:#b80000; }
#body .left-sidebar .sidebar-box .title .white-shadow{
	position:absolute;
	width:180px;
	height:16px;
	top:0;
	left:0;
	background:url(../styleImages/slice-images/bgr_title_white.png) repeat-x;
}
#body .left-sidebar .sidebar-box .mpk-content{
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:178px;
	background:#f4f4f4;
}
#body .left-sidebar .sidebar-box .mpk-content .mpk-menu{
	padding:14px 18px 1px;
}
#body .left-sidebar .sidebar-box .mpk-content .mpk-menu li{
	padding:0 0 17px 11px;
	font-size:11px;
	color:#666;
	background:url(../styleImages/slice-images/ico_vertical_menu_div.png) no-repeat top left;
}
#body .left-sidebar .sidebar-box .mpk-content .mpk-menu li a{ color:#666; }
#body .left-sidebar .payments{
	padding:10px 0 8px;
	text-align:center;
}
#body .left-sidebar .payments .item{
	padding:7px 0 8px;
}
#body .right-sidebar{
	float:right;
	width:180px;
}
#body .right-sidebar .sidebar-box{
	width:180px;
	margin:0 0 10px;
}
#body .right-sidebar .sidebar-box .title{
	height:30px;
	width:170px;
	padding:0 0 0 10px;
	background:#000;
	position:relative;
	color:#FFF;
	font:12px/30px 'Century Gothic',verdana,arial,helvetica,sans-serif;
}
#body .right-sidebar .sidebar-box .title span{ color:#b80000; }
#body .right-sidebar .sidebar-box .title .white-shadow{
	position:absolute;
	width:180px;
	height:16px;
	top:0;
	left:0;
	background:url(../styleImages/slice-images/bgr_title_white.png) repeat-x;
}
#body .right-sidebar .sidebar-box .mpk-content{
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:178px;
	background:#f4f4f4;
}
#body .right-sidebar .sidebar-box .mpk-content .mpk-menu{
	padding:8px 18px 0;
}
#body .right-sidebar .sidebar-box .mpk-content .mpk-menu li{
	padding:0 0 12px 11px;
	margin:3px 0 0;
	font-size:11px;
	color:#666;
	background:url(../styleImages/slice-images/ico_vertical_menu_div.png) no-repeat top left;
}
#body .right-sidebar .sidebar-box .mpk-content .mpk-menu li a{ color:#666; }
#body .right-sidebar .sidebar-box .search{
	padding:10px 9px 8px;
	width:160px;
}
#body .right-sidebar .sidebar-box .search p{
	color:#666;
	overflow:hidden;
}
#body .right-sidebar .sidebar-box .search p .text{
	color:#666;
	background:#FFF;
	border:1px solid #a8a8a8;
	width:152px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:3px 3px;
	margin:3px 0 0;
}
#body .right-sidebar .sidebar-box .search p .mpk-submit{
	color:#b80000;
	background:#000;
	float:right;
	border:0;
	font:12px/12px 'Century Gothic',verdana,arial,helvetica,sans-serif;
	padding:0 13px;
	margin:7px 0 0;
	cursor:pointer;
}
#body .right-sidebar .sidebar-box .cart{
	padding:25px 10px 22px;
	text-align:center;
	color:#666;
	font-size:11px;
}
#body .right-sidebar .sidebar-box .subscribe{
	padding:13px 8px 11px;
	color:#666;
	font-size:11px;
}
#body .right-sidebar .sidebar-box .subscribe p{
	color:#666;
	overflow:hidden;
}
#body .right-sidebar .sidebar-box .subscribe .text{
	float:left;
	color:#666;
	background:#FFF;
	border:1px solid #e1e1e1;
	width:126px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:2px 3px;
	height: 16px;
	margin:12px 0 0;
}
#body .right-sidebar .sidebar-box .subscribe .mpk-submit{
	float:left;
	background:url(../styleImages/slice-images/ico_mail.png) no-repeat;
	border:0;
	width:23px;
	height:22px;
	margin:12px 0 0;
	cursor:pointer;
	text-indent:-999em;
	line-height:0;
	font-size:0;
}
#body .main-mpk-content{
	/*margin:0 0 0 190px;
	width:600px;*/
	width:600px;
	float: left;
	padding: 0 0 0 10px;

}
#body .main-mpk-content .main-box{ width:600px; }
#body .main-mpk-content .main-box .title{
	height:30px;
	width:590px;
	padding:0 0 0 10px;
	background:#000;
	position:relative;
	color:#FFF;
	font-size:14px;
	line-height:31px;
}
#body .main-mpk-content .main-box .title .white-shadow{
	position:absolute;
	width:600px;
	height:16px;
	top:0;
	left:0;
	background:url(../styleImages/slice-images/bgr_title_white.png) repeat-x;
}
#body .main-mpk-content .main-box .text-mpk-content{
	padding:11px 0;
}
#body .main-mpk-content .main-box .text-mpk-content p{
	font-size:12px;
	line-height:18px;
	color:#666;
}
#body .main-mpk-content .main-box .products-mpk-content{
	overflow:hidden;
	margin:10px 0 0 -9px;
	position: relative;
}
#body .main-mpk-content .main-box .products-mpk-content .item{
	float:left;
	width:192px;
	border:1px solid #666;
	margin:0 0 10px 9px;
	overflow:hidden;
}
#body .main-mpk-content .main-box .products-mpk-content .item .name{
	color:#900000;
	font-size:12px;
	text-align:center;
	padding:6px 5px;
}
#body .main-mpk-content .main-box .products-mpk-content .item .name a{ color:#900000; }
#body .main-mpk-content .main-box .products-mpk-content .item .photo{
	text-align:center;
	padding:0 0 4px;
}
#body .main-mpk-content .main-box .products-mpk-content .item .price{
	color:#900000;
	font-size:10px;
	text-align:center;
	padding:0 0 6px;
}
#body .main-mpk-content .main-box .products-mpk-content .item .mpk-more{
	width:192px;
	height:25px;
	background:url(../styleImages/slice-images/bgr_more.png) repeat-x;
	text-align:center;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	overflow:hidden;
	position: relative;
}
#body .main-mpk-content .main-box .products-mpk-content .item .mpk-more a{
	color:#FFF;
	padding:0 0 0 60px;
	float:left;
}
#body .main-mpk-content .main-box .products-mpk-content .item .mpk-more a span{
	float:left;
	padding:6px 7px 0 0;
	cursor: pointer;
}
#body .main-mpk-content .main-box .products-mpk-content .item .mpk-more a img{
	float:left;
	padding:2px 0 0;
	cursor: pointer;
}
/*brands*/
#brands{
	width:1000px;
	padding:9px 0 16px;
	margin:0 0 10px;
	background:#FFF;
	overflow:hidden;
}
#brands .item{
	float:left;
	margin:0 0 0 21px;
}
/*footer*/
#footer{
	background:#820000;
	margin:0 0 17px;
	overflow:hidden;
	height:59px;
}
#footer .left{
	width:380px;
	float:left;
	padding:10px 0 0 12px;
	font-size:10px;
	line-height:18px;
	color:#FFF;
}
#footer .left a{
	color:#FFF;
	font-weight:bold;
}
#footer .left p{
	float:left;
	width:380px;
}
#footer .right{
	width:580px;
	float:right;
	padding:8px 20px 0 0;
}
#footer .right ul{
	text-align:right;
	margin:6px 0 0;
}
#footer .right ul li{
	display:inline;
	border-right:1px solid #FFF;
	padding:0 7px;
}
#footer .right ul li.last{ border-right:none; }
#footer .right ul li a{ color:#FFF; }
