#pl_container {
	background:#FFFFFF;
	/*border:1px solid #666666;*/
	width:690px;
	margin:0 auto 0 auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#020202;
	overflow:hidden;
}

.clear { clear:both; }

#pl_loading {
	text-align:center;
	vertical-align:middle;
	padding:150px 0 150px 0;
}

/* pl_menu settings */
table.pl_menu {
	background:url(../images/pl_images/az_pl_menu_mid.png) repeat-x;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

.pl_menu_left {
	background:url(../images/pl_images/az_pl_menu_left.png) no-repeat;
	width:8px;
}
.pl_menu_right {
	background:url(../images/pl_images/az_pl_menu_right.png) no-repeat;
	width:8px;
}

td.pl_sep {
	background:url(../images/pl_images/az_pl_menu_sep.png) center center repeat-x;
	width:2px;
}

table.pl_menu td {
	text-align:center;
}

.pl_menu a {
	font-family:"Century Gothic", Verdana, Arial;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}
.pl_menu a:hover {
	color:#a28c8d;
	text-decoration:underline;
}

a.pl_viewnum_sel {
	text-decoration:underline;
	font-weight:bold;
}

#pl_viewbuttons img {
	width:32px;
	height:26px;
}

.pl_menu select {
	color:#696969;
	border:1px solid #cecece;
	width:80px;
	padding:1px;
}
/* eof: pl_menu settings */

/* pl_slider styles */
.pl_slider_container {
	float:left;
	width:144px;
	height:20px;
	margin-left:8px;
}

#pl_prev, #pl_next {
	width:26px;
	height:20px;
	cursor:pointer;
}
#pl_prev {
	background:url(../images/pl_images/az_pl_slider_prev.png) no-repeat;
	float:left;
}
#pl_next {
	background:url(../images/pl_images/az_pl_slider_next.png) no-repeat;
	float:right;
}

#pl_slider {
	background:url(../images/pl_images/az_pl_slider_bg.gif) left center repeat-x;
	width:92px;
	height: 20px;
	position: relative;
	float:left;
	text-align:left;
}

.pl_handle {
	background:url(../images/pl_images/az_pl_slider_handle.gif) no-repeat;
	cursor:pointer;
	height:10px;
	width:18px;
	position: absolute;
	z-index: 100;
	top:5px;
	left:0;
}
/* eof: pl_slider styles */

/* pl_content styles */
#pl_content {
	margin-top:5px;
	/*position:relative;*/
}

.prod_sep_hor {
	background:url(../images/pl_images/az_pl_prod_sep.gif) center center repeat-x;
	clear:both;
	font-size:0px;
	height:12px;
	width:680px;
	float:left;
}
.sep_large {
	float:none;
}
.prod_sep_ver {
	height:10px;
	float:left;
}
.sep_med {
	width:14px !important;
	width:17px;
}
.sep_small {
	width:4px !important;
	width:6px;
}

.pl_med, .pl_small {
	border:1px solid #d1d1d1;
	float:left;
	width:215px;
}
 .pl_med center, .pl_small center {
height:100px;
display:block;
}
.pl_small {
	width:165px;
}
.pl_view_hover {
	background:#fefefe;
	border:1px solid #7b7b7b;
}

.pl_med > img {
	margin-bottom:4px;
}

.pl_large th {
	border-bottom:1px solid #fd0000;
}

p.pl_desc {
	height:140px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.pl_price {
	font-family:"Arial Narrow", Arial, Tahoma;
	font-size:14px;
	/*font-weight:bold;*/
	float:left;
	color:#ac0279;
	padding:4px;
}
.pl_large .pl_price {
	font-family:Arial, Tahoma;
	font-weight:bold;
	float:none;
}
.pl_text {
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.pl_price s {
	color:#9c8586;
}

.pl_buttons {
	float:right;
	padding:0px 4px 0 0px;
}

.pl_title {
	float:left;
	font-weight:bold;
	padding:4px;
	text-transform:uppercase;
	font-family:Tahoma, Arial, Helvetica;
}

.pl_large .pl_title {
	font-size:12px;
}

.pl_cart {
	float:right;
	background:#FF0000;
	color:#FFFFFF;
	/*padding:0 2px 0 2px;*/
	margin:0;
	font-size:11px;
}

a.pl_button_link {
	font-weight:bold;
	color:#007EBB;
	font-size:14px;
	text-decoration:none;
}
a.pl_button_link:hover {
	color:#009BE6;
}

/* pl_error settings */
.pl_errorbox {
	position:absolute;
	background:#333333;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	padding:2px 0 2px 0;
	display:none;
	z-index:5;
	position:absolute;
}
.pl_small .pl_errorbox {
	width:165px;
}
.pl_med .pl_errorbox {
	width:215px;
}
.pl_large .pl_errorbox {
	background:none;
	color:#000000;
	text-align:right;
	width:220px;
	margin-left:15em;
	padding-right:10px;
}
/* eof: pl_error settings */