@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

p, a, h1, h2, h3, h4, h5, span, input, label, td, li, dt {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-image: url(https://ppeci.com/images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 983px;
	height: 143px;
	float: left;
}

.logo {
	width: 222px;
	height: 77px;
	float: left;
	margin-top: 43px;
}

.search {
	width: 224px;
	height: 36px;
	background-image: url(https://ppeci.com/images/search_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	background-position: top right;
	margin-right: 8px;	
}

.search label {
	color: #69a6bd;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 5px;
	float: left;
}

.search input {
	background-image: url(https://ppeci.com/images/search_input_bg.jpg);
	background-repeat: no-repeat;
	width: 113px;
	height: 15px;
	padding: 5px;
	margin-top: 5px;
	font-size: 11px;
	float: left;
}

span.go_btn {
	width: 21px;
	height: 21px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}


.login {
	float: right;
	width: 700px;
	height: 25px;
	margin-top: 13px;
}

.login label {
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

.login select {
	float: right;
	width: 102px;
	height: 25px;
	padding: 2px;
	background-color: #FEFBEA;
}


.login .input_text {
	float: right;
	background-image: url(https://ppeci.com/images/header_input_bg.jpg);
	background-repeat: no-repeat;
	width: 125px;
	height: 21px;
	padding-left: 17px;
	padding-right: 4px;
	padding-top: 4px;
}

.login a, .login a:visited {
    color:#FFFFFF;
}

.account-login {
}

.account-login .new-users {
    padding: 15px;
    width: 445px;
    float: left;
}

.account-login .registered-users {
    padding: 15px;
    width: 445px;
    float: left;
}

.account-login .content_box {
    height:170px;
}

.account-login .buttons-set {
    border-top:1px solid #E4E4E4;
    clear:both;
    margin-top:0px;
    padding-top:0px;
    text-align:right;    
}

form .button-set {
    border-top:1px solid #E4E4E4;
    clear:both;
    margin-top:15px;
    padding-top:8px;
    text-align:right;
} 

form p.required {
    font-size:12px;
    text-align:right;
}

form label {
    font-size:12px;
}

form .group-select {
    background:none;
    border:none;
    margin:4px 0;
    padding:0 15px;
}

.left {
    color:#666666;
    font-size:12px;
}


.account-box .col2-set .col-2 {
    margin-left:0px;
}

.account-box a {
    font-size:12px;
    font-weight: bold;
}

strong a {
    font-size:12px;
}

form .validation-advice {
    font-size:10px;
}

button.button, input.form-button {
    background:#000000 none repeat scroll 0 0;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    font-weight:bold;
    overflow:visible;
    padding:3px 10px;
    width:auto;
}


span.go_btn_02 {
	width: 24px;
	height: 23px;
	float: right;
	margin-top: 2px;
	margin-left: 5px;
}

.menu {
	width: 580px;
	height: 34px;
	float: right;
	margin-top: 15px;
}

.menu ul li {
	list-style: none;
	display: inline;
}

.menu a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	float: left;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.menu a:hover {
	color: #9b0d3b;
	font-size: 14px;
	font-weight: bold;
}

li.separator {
	float: left;
	background-image: url(https://ppeci.com/images/li_separator.jpg);
	background-repeat: no-repeat;
	width: 2px;
	height: 31px;
}

.splash {
	width: 983px;
	height: 201px;
	float: left;
	background-image: url(https://ppeci.com/images/splash_bg.jpg);
	background-repeat: no-repeat;
}

.splash_content {
	background-image:url(https://ppeci.com/images/splash_content_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	height:204px;
	margin-left:12px;
	margin-top:-13px;
	width:960px;
}

.splash_content ul {
	width: 140px;
	height: auto;
	float: right;
	margin-right:20px;
	margin-top:50px;
}

.splash_content li {
	list-style: none;
	margin-bottom: 31px;
}

.splash_content a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #9b0d3b;
}

.splash_content a:hover {
	color: #000000;
}

.middle_separator {
	background-image: url(https://ppeci.com/images/bottom_splash_separator.jpg);
	background-repeat: repeat-x;
	width: 954px;
	height: 42px;
	float: left;
	margin-left: 15px;
}

.middle_separator p{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-left:10px;
	margin-top:15px;
}

.middle_separator a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.content {
	width: 983px;
	height: auto;
	float: left;
}

.content_top {
	width: 953px;
	height: auto;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	z-index: 999;
	position: relative;
}

.content_bottom {
	background-image: url(https://ppeci.com/images/content_bttom_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 983px;
	height: 146px;
	margin-top: -115px;
}

.content p {
	font-size: 12px;
}

.content h1 {
	color:#434B4F;
	font-size:18px;
}

.content h1 {
	color:#434B4F;
	font-size:18px;
}

.content h1 span {
    color:#000099;
}

.welcome {
	width: 953px;
	height: auto;
	float: left;
}

.welcome h1 {
	font-size: 18px;
	color: #434b4f;
}

.welcome span {
	font-size: 18px;
	color: #4094cb;
}
.sidebar {
    margin-bottom: 15px;
}
.sidebar-head {
    padding:3px;
    text-align:left;
    
}

.sidebar li {
    font-size:12px;
    font-weight:bold;    
}

.sidebar-head h1 {
    background-position:0 0;
    background-repeat:no-repeat;
    margin-bottom: 0px;
}

.side-col .base-mini {
    border: none;
}

.mini-cart .sidebar-head h1 {
    background-image:url(https://ppeci.com/images/icon_basket.gif);
    padding:1px 0 1px 21px;
}

.mini-compare-products .sidebar-head h1 {
    background-image:url(https://ppeci.com/images/icon_table.gif);
    padding:1px 0 1px 21px;
}

.ad-account-info .head h1 {
    background-image:url(https://ppeci.com/images/icon_ma_info.gif);
    background-position:0 0;
    background-repeat:no-repeat;
    padding:1px 0 1px 21px;    
}


span.h1_welcome {	
	background-image: url(https://ppeci.com/images/below_welcome.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 953px;
	height: 8px;
	margin-bottom: 10px;
}

.welcome p {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

span.read_more a {
	text-decoration: none;
	color: #9b0d3b;
	font-size: 12px;
	font-weight: bold;	
}

.our_products {
	width: 935px;
	height: auto;
	float: left;
	margin-top: 25px;
	background-image: url(https://ppeci.com/images/our_products_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-left: 5px;	
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 25px;
	border: 1px solid #ececec;
}

@media screen and (-webkit-min-device-pixel-ratio:0){

.our_products {
	width: 935px;
	height: auto;
	float: left;
	margin-top: 25px;
	background-image: url(https://ppeci.com/images/our_products_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-left: 5px;	
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 25px;
	border: 1px solid #ececec;
}
}


.our_products h1 {
	font-size: 18px;
	color: #9b0d3b;
}

.featured {
	width: 890px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}

.product_single {
	width: 213px;
	height: auto;
	float: left;
	background-image: url(https://ppeci.com/images/single_product_bg.jpg);
	background-repeat: no-repeat;
	margin-right: 25px;
}

.product_single_nobg {
	width: 175px;
	height: auto;
	float: left;
}

span.product_name {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 140px;
	height: auto;
	float: center;
	color: #000099;
}

span.go_btn_03 {
	width: 21px;
	height: 21px;
	float: left;
}

#bottom {
	width: 100%;
	background-image: url(https://ppeci.com/images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 94px;
}

.footer {
	width: 971px;
	height: auto;
	margin: auto;
}

.footer_top {
	background-image: url(https://ppeci.com/images/footer_top.jpg);
	background-repeat: no-repeat;
	width: 971px;
	height: 12px;
	float: left;
}

.footer_content {	
	width: 971px;
	height: auto;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 15px;
}

.footer_content ul li {
	list-style: none;
	display: inline;
}

.footer_content ul {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

.footer_content li {
	border-right: 2px solid #4f87bf;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.footer_content a {
	font-size: 11px;
	color: #4f87bf;
	float: left;
	font-weight: bold;
	text-decoration: none;
}

.footer_content a:hover {
	color: #000;	
}

.footer_content p {
	font-size: 11px;
	color: #878787;
	font-weight: bold;
	float: right;
	margin-right: 15px;
	margin-top: 15px;	
}

/*additionals*/

.breadcrumb {
	background-image: url(https://ppeci.com/images/breadcrumb_bg.jpg);
	background-repeat: no-repeat;
	width: 954px;
	height: 39px;
	float: left;
	margin-left: 15px;
}

ul.breadcrumbs  {
	font-size: 12px;
	margin-left: 230px;
	margin-top: 15px;
	float: left;
	color: #fff;
	text-transform: lowercase;
}

.breadcrumbs li {
	display:inline;
	color: #fff;
}

.breadcrumbs li a{
	color: #fff;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #000;
}

.categories {
	margin-top: -25px;
	float: left;
}

.categories h1 {
	margin-left: 40px;
}

.categories li a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #10577e;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
	width: 185px;
	float: left;
}

.categories li a:hover {
	color: #fff;
	background-color: #9b0d3b;
	width: 185px;
}

li.search {
	background:none;
	margin-left:5px;
	margin-top:-15px;
}

/*
    sidebar menu - product categories
*/

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: transparent url(titlebar.png) repeat-x center left;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;

border-top: 1px ridge #34526E;
color:#10577E;
float:left;
font-size:11px;
font-weight:bold;
margin-bottom:5px;
padding:5px;
text-align:left;
text-decoration:none;
width:185px;
}

.arrowlistmenu .menuheader:hover{
background-color:#F3F3F3;
color:#A70303;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
background-color:#F3F3F3;
color:#A70303;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(https://ppeci.com/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
/* border-bottom: 1px solid #dadada; */
font-size: 90%;


color:#10577E;
float:left;
font-size:9px;
font-weight:bold;
margin-bottom:5px;
padding:5px;
padding-left: 20px;
text-align:left;
text-decoration:none;
width:185px;
}

.arrowlistmenu a:visited{
/* color: #A70303; */
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/*
    end: sidebar menu - product categories
*/

/*
    
*/

.mega_menu .dropdown_popup {
    background-color:white;
    border:1px solid #CDA16D;
    margin-left:4px;
    margin-top:-17px;
    padding:5px;
    position:absolute;
}

.mega_menu ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}

/* new added */

/* CSS Document */

.product_pp{
	width:220px;
	float:left;
	margin-right:12px;
	margin-bottom:30px;

}
.last{
	margin-right:0;
}
.product_pp h4{

	color:#0A263C;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	overflow:hidden;
	height:20px;
	width:210px;
	margin:0 0 10px 0;
}
.product_pp img{
	width:200px;
	height:160px;
	border:2px solid #E4E4E4;

}
.product_pp span{ 
 border-bottom: 1px solid #565656;
    color: #565656;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 120%;
    margin: 0 0 10px;
    min-height: 50px;
    overflow: hidden;
    padding: 5px;
    text-align: justify;
    width: 200px;
}

 a.view{
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	float:right;
	margin-right:20px;
	width:auto;
	height:20x;
	line-height:20px;
	behavior:url(PIE.htc) ;
	position:relative; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#0A263C;
	padding:0 5px;
}
.c{
	clear:both;

}
.category{
    display: block;
    height: auto;
     margin: 0 0 25px;
    padding: 0;
    width: 100%;
}

.category img{
    border: 2px solid #E4E4E4;
    height: 250px;
    margin: 0;
    width: 100%;
 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.category span.desc{
    background: linear-gradient(to bottom, #848484 0px, #565656 32%, #333333 100%) repeat scroll 0 0 transparent;
    color: white;
    display: block;
    font-size: 14px;
    margin-top: -5px;
    padding: 5px;
    width: 99%;
}

.product_list{
	width:100%;
	margin-right:12px;
	margin-bottom:30px;
}
.product_list h4{

	color:#0A263C;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	overflow:hidden;
	height:20px;
	width:auto;
	padding:0 0 0 10px; 
}
.product_list img{
	width:200px;
	/*height:160px;*/
	border:2px solid #E4E4E4;
    background-size: cover;
    background-position: center;

}
.product_list span{ 
  color: #565656;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 120%;
    min-height: 107px;
    overflow: hidden;
    padding: 10px;
    text-align: justify;
    background-size: cover;
    background-position: center;
}

.product_list a:first-child{ float:left}
.product_list a.view { margin-top:-30px }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
/*.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}*/
.sf-menu li {
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
/*.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}*/

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/* 18 Feb 2014 :: kesha */
.sf-menu ul {
	background:#FFF;
	z-index:9999;
	box-shadow:0 0 6px rgba(0, 0, 0, 0.2);
	padding:2px 0 8px;
}
#navigation a {
	float:none;
	padding:0 !important;
	margin:0 !important;
	border-top:none;
}
#navigation li {
	display:block;
	float:none;
	background:none;
	padding:6px 8px;
	border-bottom:1px dashed #333;
}
#navigation li:hover a {
	color:#9B0D3B;
}
#navigation li:hover ul li a {
	color:#333;
}
#navigation li:hover ul li:hover a {
	color:#9B0D3B;
}
#navigation li:hover ul li a {
	background:none;
	font-size:12px;
}
/****21-03-2014****/
.pagination {
    background-color: #E2F3FF;
    padding: 10px;
    margin-bottom: 10px;
}
.pagination_links {
    float: right;
   width: auto;
}
.per-page > a {
    color: #267AB7;
    font-size: 13px;
    text-decoration: none;
}
.per-page > a.current {color: #000;}
.pagination_links > ul li {
    float: left;
    padding: 0 5px;
}
.pagination_links ul {}
.pagination_links > ul li a {
    color: #267AB7;
    text-decoration: none;
    font-size: 13px;
}
.pagination_links ul li a.active {color: #000;}
.info p {float: left; margin-top: 5px;}
span.item-per-page {font-size: 13px;}